@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--gradient-start: #8B5CF6;--gradient-mid: #4F46E5;--gradient-end: #14B8A6;--primary-brand-color: #8B5CF6;--dark-text: #1F2937;--light-text: #6B7280;--bg-light: #F9FAFB;--white: #FFFFFF;--border-color: #E5E7EB}.landing-page{font-family:Inter,sans-serif;background-color:var(--white);color:var(--dark-text)}.landing-container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-header{padding:1rem 0;border-bottom:1px solid var(--border-color);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.landing-header .landing-container{display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--dark-text)}.landing-logo img{width:40px;height:40px}.landing-nav{display:flex;gap:2.5rem}.landing-nav a{color:var(--light-text);font-weight:500;transition:color .3s;text-decoration:none}.landing-nav a:hover{color:var(--dark-text)}.landing-actions{display:flex;gap:1rem}.btn{padding:10px 24px;border-radius:8px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-primary{color:var(--white);z-index:1}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--gradient-start),var(--gradient-mid),var(--gradient-end));z-index:-1;transition:transform .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf640}.btn-secondary{background:var(--white);color:var(--light-text);border-color:var(--border-color)}.btn-secondary:hover{border-color:var(--dark-text);color:var(--dark-text)}.btn-large{padding:14px 32px;font-size:1.1rem}.hero-section{text-align:center;padding:6rem 0;position:relative;overflow:hidden}.hero-content{position:relative;z-index:2}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(90deg,var(--gradient-start),var(--gradient-mid),var(--gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-section .subtitle{max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;color:var(--light-text)}.hero-bg{position:absolute;top:-50%;left:50%;width:1500px;height:1500px;background:radial-gradient(circle,#8b5cf614,#fff0 60%);transform:translate(-50%);z-index:1}.features-section{padding:6rem 0;background-color:var(--bg-light)}.features-section h2{text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{text-align:center;padding:2rem}.feature-icon{font-size:2.5rem;color:var(--primary-brand-color);margin-bottom:1.5rem}.feature-card h3{font-size:1.4rem;margin-bottom:.5rem}.feature-card p{color:var(--light-text)}.how-it-works-section{padding:6rem 0}.how-it-works-section h2{text-align:center;margin-bottom:4rem}.steps-container{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.step-item{width:30%;text-align:center}.step-number{width:50px;height:50px;border-radius:50%;background:var(--bg-light);border:2px solid var(--border-color);color:var(--primary-brand-color);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-item h4{font-size:1.25rem;margin-bottom:.5rem}.step-line{flex-grow:1;height:2px;background-color:var(--border-color);margin:25px -2rem 0}.final-cta-section{padding:6rem 0;text-align:center}.final-cta-section h2{margin-bottom:1rem}.final-cta-section p{font-size:1.2rem;color:var(--light-text);margin-bottom:2.5rem}.landing-footer{padding:2rem 0;border-top:1px solid var(--border-color);margin-top:4rem}.landing-footer .landing-container{display:flex;justify-content:space-between;align-items:center;color:var(--light-text)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--light-text)}.footer-links a:hover{color:var(--dark-text)}@media (max-width: 768px){.landing-nav{display:none}.hero-section h1{font-size:2.5rem}.hero-section .subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.steps-container{flex-direction:column;align-items:center;gap:2rem}.step-line{display:none}.step-item{width:100%;max-width:350px}.landing-footer .landing-container{flex-direction:column;gap:1rem}}.interest-form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:2rem auto 0}.interest-form input{padding:14px 20px;border-radius:8px;border:1px solid var(--border-color);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;height:50px}.interest-form input:focus{outline:none;border-color:var(--primary-brand-color);box-shadow:0 0 0 3px #8b5cf633}.interest-form button{margin-top:.5rem}@media (max-width: 500px){.interest-form{width:100%}}.thank-you-message{text-align:center;padding:3rem 1rem;background-color:var(--bg-light);border-radius:12px;border:1px solid var(--border-color)}.thank-you-message h2{font-size:2rem;color:var(--dark-text);margin-bottom:.5rem}.thank-you-message p{font-size:1.2rem;color:var(--light-text);max-width:600px;margin:0 auto}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{padding:14px 20px;border:1px solid var(--border-color);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;flex-grow:1;border-left:none;border-radius:0 8px 8px 0;height:50px}.PhoneInputInput:focus{outline:none;border-color:var(--primary-brand-color);box-shadow:0 0 0 3px #8b5cf633;z-index:2}.PhoneInputCountry{padding:0 10px;border:1px solid var(--border-color);border-right:none;border-radius:8px 0 0 8px;height:50px;display:flex;align-items:center;background-color:var(--white)}
