.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:.75rem;transition:all .2s ease-in-out;cursor:pointer;border:none;font-family:Inter;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.btn--sm{padding:.5rem .75rem;font-size:.875rem}.btn--md{padding:1rem;font-size:1rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn--primary{background-color:#7c3aed;color:#fff}.btn--primary:hover:not(:disabled){background-color:#6d28d9;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn--primary:active:not(:disabled){background-color:#5b21b6;transform:translateY(0)}.btn--secondary{background-color:#ec4899;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#db2777;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn--secondary:active:not(:disabled){background-color:#be185d}.btn--outline{border:2px solid #7c3aed;color:#7c3aed;background-color:rgba(0,0,0,0)}.btn--outline:hover:not(:disabled){background-color:#f5f3ff;border-color:#6d28d9}.btn--outline:active:not(:disabled){background-color:#ede9fe}.btn--ghost{color:#7c3aed;background-color:rgba(0,0,0,0)}.btn--ghost:hover:not(:disabled){background-color:rgba(124,58,237,.1)}.btn--ghost:active:not(:disabled){background-color:rgba(124,58,237,.2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--full{width:100%}.input,.phone-form__input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease-in-out;background-color:#fff;color:#1f2937;line-height:1.5}.input:focus,.phone-form__input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.input:disabled,.phone-form__input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.input::-moz-placeholder,.phone-form__input::-moz-placeholder{color:#9ca3af;font-size:1rem}.input::placeholder,.phone-form__input::placeholder{color:#9ca3af;font-size:1rem}.input--compact{padding:.5rem .75rem;font-size:.875rem}.input--compact::-moz-placeholder{font-size:.875rem}.input--compact::placeholder{font-size:.875rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1f2937}.input-group__error{font-size:.75rem;font-weight:600;color:#ef4444}.input-group__hint{font-size:.75rem;color:#6b7280}.card{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .2s ease-in-out}.card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.card--filled{background-color:#f9fafb}.card--bordered{border:2px solid #e5e7eb;box-shadow:none}.card--bordered:hover{border-color:#c4b5fd;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card__header{margin-bottom:1.5rem}.card__title{font-size:1.5rem;font-weight:700;color:#1f2937;font-family:Poppins;margin:0}.card__subtitle{font-size:.875rem;color:#6b7280;margin:.5rem 0 0}.card__content{font-size:1rem;line-height:1.5;color:#1f2937}.card__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#f3f4f6;color:#1f2937}.badge--primary{background-color:#ede9fe;color:#5b21b6}.badge--success{background-color:#d1fae5;color:#047857}.badge--accent{background-color:#ffe4e6;color:#be185d}.badge--error{background-color:#fee2e2;color:#991b1b}.badge__dot{width:6px;height:6px;border-radius:9999px;background-color:currentColor}.section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.section--hero{background:linear-gradient(135deg,#f9fafb,#ffffff 50%,rgba(179,48,216,.05))}.section--form{background:linear-gradient(135deg,#ffffff,#F5F3FF)}.section--features{background-color:#fff}.section--cta{background:linear-gradient(135deg,#6D28D9,#7C3AED 50%,#DB2777);color:#fff}.section--footer{background-color:#1f2937;color:#fff;min-height:auto;padding:3rem 2rem}.section__container{width:100%;max-width:1280px;margin:0 auto}.hero,.section__content{display:flex;flex-direction:column;gap:1.5rem}.hero{text-align:center}.hero,.hero__logo{align-items:center}.hero__logo{width:128px;height:128px;border-radius:1.5rem;background:linear-gradient(135deg,#7C3AED,#EC4899);display:flex;justify-content:center;font-size:3.75rem;margin-bottom:1rem}.hero__title{font-size:3.75rem;font-weight:700;color:#1f2937;font-family:Poppins;margin:0;line-height:1.2}@media(min-width:640px){.hero__title{font-size:3rem}}@media(min-width:320px){.hero__title{font-size:2.25rem}}.hero__tagline{font-size:1.5rem;font-weight:700;color:#6d28d9;margin:.75rem 0;font-family:Poppins}@media(min-width:640px){.hero__tagline{font-size:1.25rem}}.hero__description{font-size:1rem;color:#6b7280;line-height:1.625;max-width:500px;margin:0}@media(min-width:640px){.hero__description{font-size:.875rem}}.form-container{width:100%;max-width:500px}.form-container__title{font-size:2.25rem;font-weight:700;color:#1f2937;font-family:Poppins;margin:0 0 .5rem}@media(min-width:640px){.form-container__title{font-size:1.875rem}}.form-container__subtitle{font-size:.875rem;color:#6b7280;margin:0 0 2rem}.form-container__form{display:flex;flex-direction:column;gap:1.25rem}.form-container__disclaimer{font-size:.75rem;text-align:center;color:#9ca3af;margin-top:1.5rem}.form-success{text-align:center;display:flex;flex-direction:column;gap:1rem}.form-success__icon{font-size:3.75rem;margin:0}.form-success__title{font-size:1.875rem;font-weight:700;color:#6d28d9;font-family:Poppins;margin:0}.form-success__message{font-size:1rem;color:#6b7280;margin:0}.features{width:100%}.features__title{font-size:3rem;font-weight:700;text-align:center;color:#1f2937;font-family:Poppins;margin:0 0 4rem}@media(min-width:640px){.features__title{font-size:2.25rem;margin-bottom:3rem}}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(min-width:640px){.features__grid{grid-template-columns:1fr;gap:1.5rem}}.feature-card{background-color:#f5f3ff;padding:2rem;border-radius:1.5rem;text-align:center;transition:all .2s ease-in-out;cursor:pointer}.feature-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-4px);background-color:#ede9fe}.feature-card__icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card__title{font-size:1.25rem;font-weight:700;color:#1f2937;font-family:Poppins;margin:0 0 .5rem}.feature-card__description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.cta{text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center;max-width:800px}.cta__title{font-size:3.75rem;font-weight:700;color:inherit;font-family:Poppins;margin:0;line-height:1.2}@media(min-width:640px){.cta__title{font-size:2.25rem}}.cta__description{font-size:1.25rem;color:hsla(0,0%,100%,.9);line-height:1.625;margin:0}@media(min-width:640px){.cta__description{font-size:1rem}}.footer{width:100%;text-align:center}.footer__mission{font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.footer__copyright{font-size:.875rem;color:hsla(0,0%,100%,.7);margin:0 0 1.5rem}.footer__links{display:flex;justify-content:center;gap:1.5rem;font-size:.875rem}@media(min-width:640px){.footer__links{flex-direction:column;gap:1rem}}.footer__link{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease-in-out}.footer__link:hover{color:#ddd6fe}.split-view{display:flex;width:100%;height:100vh;position:relative;overflow:hidden}@media(min-width:768px){.split-view{flex-direction:column;height:auto}}.split-view__left,.split-view__right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:100vh}@media(min-width:768px){.split-view__left,.split-view__right{min-height:100vh;padding:1.5rem}}@media(min-width:640px){.split-view__left,.split-view__right{padding:1rem}}.split-view__left{background:linear-gradient(135deg,#f9fafb,#ffffff 50%,rgba(179,48,216,.05))}@media(min-width:768px){.split-view__left{min-height:60vh}}.split-view__right{background:linear-gradient(135deg,#ffffff,#F5F3FF)}@media(min-width:768px){.split-view__right{min-height:60vh;padding:2rem 1.5rem}}.decorative__blob{position:absolute;border-radius:9999px;filter:blur(3rem);opacity:.2;pointer-events:none}.decorative__blob--top-left{top:5rem;left:-spacing("40");width:384px;height:384px;background-color:#7c3aed}.decorative__blob--bottom-right{bottom:-spacing("40");right:-spacing("40");width:384px;height:384px;background-color:#ec4899}.max-width-sm{max-width:500px;margin:0 auto}.max-width-md{max-width:768px;margin:0 auto}.max-width-lg{max-width:1024px;margin:0 auto}.max-width-xl{max-width:1280px;margin:0 auto}.site-header{position:sticky;top:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}@media(min-width:640px){.site-header{padding:.75rem 1rem}}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-family:Poppins;font-weight:700;font-size:1.25rem;color:#1f2937}.site-header__cta{padding:.5rem 1rem;font-size:.875rem;border:2px solid #7c3aed;color:#7c3aed;background-color:rgba(0,0,0,0);border-radius:.75rem;cursor:pointer;transition:all .2s ease-in-out}.site-header__cta:hover{background-color:#f5f3ff}.hero-main{min-height:auto;display:flex;flex-direction:column;background:linear-gradient(135deg,#FFF1F2,#ffffff);padding:1.5rem 1rem;gap:1.5rem;align-items:stretch}@media(min-width:640px){.hero-main{padding:2rem 1.5rem;gap:2rem}}@media(min-width:1024px){.hero-main{flex-direction:row;min-height:100vh;padding:3rem 2rem;gap:3rem;align-items:center}}.hero-main__content{flex:1;display:flex;flex-direction:column;gap:1.5rem;max-width:100%}@media(min-width:1024px){.hero-main__content{max-width:600px}}.hero-main__visual{flex:1;display:flex;align-items:center;justify-content:center;min-height:350px}@media(min-width:640px){.hero-main__visual{min-height:400px}}@media(min-width:1024px){.hero-main__visual{min-height:600px}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:2px solid #fda4af;color:#db2777;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;width:-moz-fit-content;width:fit-content}.hero-headline{font-size:3rem;font-weight:700;font-family:Poppins;color:#1f2937;line-height:1.2;margin:0}@media(min-width:1024px){.hero-headline{font-size:2.25rem}}@media(min-width:640px){.hero-headline{font-size:1.875rem}}.hero-description{font-size:1rem;color:#6b7280;line-height:1.625;margin:0}@media(min-width:640px){.hero-description{font-size:.875rem}}.hero-form-label{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.hero-wa-tag{font-size:.875rem;color:#059669;display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.phone-form{display:flex;flex-direction:column;border:2px solid #e5e7eb;border-radius:1rem;overflow:hidden;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:-moz-fit-content;height:fit-content}@media(min-width:640px){.phone-form{flex-direction:row;border-radius:1.5rem}}.phone-form__prefix{padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;font-size:.875rem;white-space:nowrap}@media(min-width:640px){.phone-form__prefix{border-right:1px solid #e5e7eb;border-bottom:none}}.phone-form .input,.phone-form .phone-form__input{flex:1;border:none;box-shadow:none;border-radius:0;font-size:.875rem;padding:.75rem 1rem}.phone-form .input:focus,.phone-form .phone-form__input:focus{box-shadow:inset 0 0 0 2px #ede9fe}.phone-form .input+.input,.phone-form .input+.phone-form__input,.phone-form .phone-form__input+.input,.phone-form .phone-form__input+.phone-form__input{border-left:1px solid #e5e7eb}@media(min-width:640px){.phone-form .input+.input,.phone-form .input+.phone-form__input,.phone-form .phone-form__input+.input,.phone-form .phone-form__input+.phone-form__input{border-left:1px solid #e5e7eb;border-bottom:none}}.phone-form__input{flex:1;border:none;box-shadow:none;border-radius:0;font-size:.875rem;padding:.75rem 1rem}.phone-form__input:focus{box-shadow:inset 0 0 0 2px #ede9fe}.phone-form__submit{padding:.75rem 1.5rem;background-color:#7c3aed;color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-family:Inter;font-size:.875rem;white-space:nowrap}.phone-form__submit:hover{background-color:#6d28d9}.phone-form__submit:active{background-color:#5b21b6}.trust-badges{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:.75rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#047857;font-weight:500}.trust-badge__icon{width:1rem;height:1rem;color:#10b981;flex-shrink:0}.iphone-mockup{width:100%;max-width:280px;background-color:#1a1a1a;border-radius:45px;padding:1rem;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative}@media(min-width:640px){.iphone-mockup{max-width:300px;padding:1.25rem;border-radius:48px}}@media(min-width:1024px){.iphone-mockup{max-width:320px;padding:1.5rem;border-radius:50px}}.iphone-mockup__screen{background-color:#fff;border-radius:40px;overflow:hidden;height:580px;display:flex;flex-direction:column}@media(min-width:640px){.iphone-mockup__screen{height:500px;border-radius:43px}}@media(min-width:1024px){.iphone-mockup__screen{border-radius:45px}}.iphone-mockup__header{background-color:#6d28d9;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;color:#fff;border-bottom:1px solid #7c3aed}.iphone-mockup__avatar{width:2rem;height:2rem;border-radius:9999px;background-color:#34d399;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.iphone-mockup__name{font-weight:600;font-size:.875rem;margin:0}.iphone-mockup__status{font-size:.75rem;opacity:.8;margin:0}.iphone-mockup__chat{flex:1;overflow:hidden;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background-color:#f9fafb}.chat-bubble{max-width:75%;padding:.5rem .75rem;border-radius:18px;font-size:.875rem;line-height:1.5;word-wrap:break-word}.chat-bubble--received{background-color:#fff;border:1px solid #e5e7eb;color:#1f2937;align-self:flex-start}.chat-bubble--sent{background-color:#a7f3d0;color:#1f2937;align-self:flex-end}.accompaniment{width:100%;padding:5rem 2rem;background-color:#fff}@media(min-width:640px){.accompaniment{padding:3rem 1rem}}.accompaniment__title{font-size:3rem;font-weight:700;font-family:Poppins;text-align:center;color:#1f2937;margin:0 0 4rem}@media(min-width:640px){.accompaniment__title{font-size:1.875rem;margin-bottom:3rem}}.accompaniment__grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1280px;margin:0 auto}@media(min-width:640px){.accompaniment__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.accompaniment__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.accompaniment-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.icon-circle{width:4rem;height:4rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.875rem;flex-shrink:0}.icon-circle--green{background-color:#d1fae5;color:#059669}.icon-circle--purple{background-color:#ffe4e6;color:#db2777}.icon-circle--pink{background-color:#fce7f3;color:#db2777}.icon-circle--teal{background-color:#ccfbf1;color:#0d9488}.accompaniment-card__title{font-size:1.125rem;font-weight:700;font-family:Poppins;color:#1f2937;margin:0}@media(min-width:640px){.accompaniment-card__title{font-size:1rem}}.accompaniment-card__desc{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}@media(min-width:640px){.accompaniment-card__desc{font-size:.75rem}}.steps{width:100%;padding:5rem 2rem;background-color:#f9fafb}@media(min-width:640px){.steps{padding:3rem 1rem}}.steps__header{text-align:center;margin-bottom:4rem}.steps__title{font-size:3rem;font-weight:700;font-family:Poppins;color:#1f2937;margin:0 0 .75rem}@media(min-width:640px){.steps__title{font-size:1.875rem}}.steps__subtitle{font-size:1rem;color:#6b7280;margin:0}@media(min-width:640px){.steps__subtitle{font-size:.875rem}}.steps__row{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;position:relative;max-width:1200px;margin:0 auto}@media(min-width:1024px){.steps__row{flex-direction:row;gap:1rem}}.step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:220px;position:relative}@media(min-width:640px){.step{max-width:100%}}.step__badge{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#ede9fe;border:3px solid #7c3aed;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#7c3aed;margin-bottom:1rem;flex-shrink:0;position:relative;z-index:10}.step__connector{display:none;position:absolute;top:1.25rem;right:-50%;width:100%;height:2px;border-top:2px dashed #e5e7eb;z-index:0}@media(min-width:1024px){.step__connector{display:block}}.step:last-child .step__connector{display:none}.step__title{font-size:.875rem;font-weight:700;font-family:Poppins;color:#1f2937;margin:.75rem 0 .5rem}@media(min-width:640px){.step__title{font-size:.875rem}}.step__desc{font-size:.75rem;color:#6b7280;line-height:1.5;margin:0}@media(min-width:640px){.step__desc{font-size:.75rem}}.social-proof-section{width:100%;padding:5rem 2rem;background-color:#fff}@media(min-width:640px){.social-proof-section{padding:3rem 1rem}}.social-proof-section__inner{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;align-items:start}@media(min-width:1024px){.social-proof-section__inner{grid-template-columns:1fr 3fr;gap:3rem}}.social-proof{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.social-proof__title{font-size:1.875rem;font-weight:700;font-family:Poppins;color:#1f2937;line-height:1.2;margin:0}@media(min-width:640px){.social-proof__title{font-size:1.5rem}}.social-proof__desc{font-size:1rem;color:#6b7280;line-height:1.625;margin:0}@media(min-width:640px){.social-proof__desc{font-size:.875rem}}.social-proof__avatars{display:flex;align-items:center;gap:-spacing("3");margin:.5rem 0}.social-proof__avatar{width:2.5rem;height:2.5rem;border-radius:9999px;border:3px solid #fff;margin-left:-spacing("3");display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.social-proof__avatar:first-child{margin-left:0}.social-proof__count{font-size:.875rem;color:#6b7280;font-weight:700;margin:.5rem 0}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:1.5rem}@media(min-width:640px){.testimonial-card{padding:1rem}}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:.75rem;color:#f59e0b;font-size:1rem}.testimonial-card__quote{font-size:.875rem;font-style:italic;color:#1f2937;line-height:1.625;margin:0 0 1rem}@media(min-width:640px){.testimonial-card__quote{font-size:.75rem}}.testimonial-card__author{font-size:.875rem;font-weight:700;color:#6b7280;margin:0}@media(min-width:640px){.testimonial-card__author{font-size:.75rem}}.cta-banner-section{padding:1.5rem 1rem;max-width:1280px;margin:0 auto}@media(min-width:640px){.cta-banner-section{padding:2rem 1.5rem}}@media(min-width:1024px){.cta-banner-section{padding:2.5rem 2rem}}.cta-banner-btn{padding:.75rem 1.5rem;background-color:#fff;color:#6d28d9;border:none;border-radius:.75rem;font-weight:700;cursor:pointer;white-space:nowrap;font-family:Inter;font-size:1rem;transition:all .2s ease-in-out}.cta-banner-btn:hover:not(:disabled){background-color:#f9fafb;transform:translateY(-2px)}.cta-banner-btn:disabled{opacity:.7;cursor:not-allowed}.cta-banner{background:linear-gradient(135deg,#EC4899,#DB2777);border-radius:1.5rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;color:#fff;margin:0}@media(min-width:640px){.cta-banner{padding:2rem 1.5rem;gap:1.5rem}}@media(min-width:1024px){.cta-banner{flex-direction:row;text-align:left;align-items:center;gap:2rem;padding:2.5rem 2rem}}.cta-banner__icon{width:4rem;height:4rem;border-radius:9999px;background-color:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.875rem;flex-shrink:0}.cta-banner__text{display:flex;flex-direction:column;gap:.5rem;flex:1}.cta-banner__title{font-size:1.5rem;font-weight:700;font-family:Poppins;margin:0;color:#fff}@media(min-width:640px){.cta-banner__title{font-size:1.25rem}}.cta-banner__subtitle{font-size:1rem;opacity:.9;margin:0}@media(min-width:640px){.cta-banner__subtitle{font-size:.875rem}}.cta-banner__form{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;width:100%;flex-wrap:wrap}.cta-banner__form input,.cta-banner__form select{background-color:hsla(0,0%,100%,.95)!important;border:none!important;padding:.75rem!important;font-size:.75rem!important}@media(min-width:640px){.cta-banner__form input,.cta-banner__form select{font-size:.875rem!important;padding:.5rem .75rem!important}.cta-banner__form{flex-direction:row;gap:.5rem}.cta-banner__form input,.cta-banner__form select{flex:1;min-width:100px}}@media(min-width:1024px){.cta-banner__form{width:auto;gap:.75rem}.cta-banner__form input,.cta-banner__form select{min-width:140px}}.cta-banner__form button{white-space:nowrap;flex-shrink:0}.cta-banner__form .phone-form__input{background-color:hsla(0,0%,100%,.9)}.faq-section{padding:3rem 1rem;max-width:900px;margin:0 auto;width:100%}@media(min-width:640px){.faq-section{padding:3rem 1.5rem}}@media(min-width:1024px){.faq-section{padding:4rem 2rem}}.faq-header{text-align:center;margin-bottom:2rem}.faq-header h2{font-size:1.25rem;font-weight:700;font-family:Poppins;margin-bottom:.5rem}@media(min-width:640px){.faq-header h2{font-size:1.5rem}}.faq-header p{font-size:.875rem;color:#6b7280}@media(min-width:640px){.faq-header p{font-size:1rem}}.faq-grid{display:grid;gap:.75rem;width:100%}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s ease-in-out}@media(min-width:640px){.faq-item{padding:1.5rem;border-radius:1rem}}.faq-item[open]{border-color:#c4b5fd;background-color:#f5f3ff}.faq-item summary{font-weight:700;font-size:.875rem;color:#1f2937;list-style:none;display:flex;gap:.5rem;align-items:center}@media(min-width:640px){.faq-item summary{font-size:1rem}}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{display:inline-block;flex-shrink:0;width:1rem}.faq-item p{margin-top:1rem;color:#6b7280;font-size:.875rem;line-height:1.625}@media(min-width:640px){.faq-item p{font-size:1rem;margin-top:1.5rem}}.blog-section{padding:3rem 1rem;max-width:1280px;margin:0 auto;width:100%}@media(min-width:640px){.blog-section{padding:3rem 1.5rem}}@media(min-width:1024px){.blog-section{padding:4rem 2rem}}.blog-header{text-align:center;margin-bottom:2rem}.blog-header h2{font-size:1.25rem;font-weight:700;font-family:Poppins;margin-bottom:.5rem}@media(min-width:640px){.blog-header h2{font-size:1.5rem}}.blog-header p{font-size:.875rem;color:#6b7280;max-width:600px;margin:0 auto}@media(min-width:640px){.blog-header p{font-size:1rem}}.blog-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.blog-cta{text-align:center;margin-top:2rem}.blog-cta a{display:inline-block;background-color:#7c3aed;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;font-size:.875rem}@media(min-width:640px){.blog-cta a{font-size:1rem;padding:.75rem 2rem}}.blog-cta a:hover{background-color:#6d28d9;transform:translateY(-2px)}.site-footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4rem 1rem;width:100%;border-top:1px solid hsla(0,0%,100%,.1)}@media(min-width:640px){.site-footer{padding:3rem 1.5rem}}@media(min-width:1024px){.site-footer{padding:4rem 2rem}}.site-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.site-footer__inner{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem}}.site-footer__brand,.site-footer__section{display:flex;flex-direction:column;gap:.75rem}@media(min-width:1024px){.site-footer__brand{grid-column:1/2}}.site-footer__logo{font-family:Poppins;font-weight:700;font-size:1.25rem;color:#fff;margin:0;letter-spacing:-.02em}@media(min-width:640px){.site-footer__logo{font-size:1.5rem}}.site-footer__tagline{font-size:.875rem;color:hsla(0,0%,100%,.8);margin:0;line-height:1.625}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__link{font-size:.875rem;color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease-in-out;display:inline-block}.site-footer__link:hover{color:#c4b5fd}.site-footer__social{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media(min-width:640px){.site-footer__social{gap:.5rem}}.site-footer__social-link{border-radius:.75rem;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s ease-in-out;font-size:1.125rem;border:1px solid hsla(0,0%,100%,.2)}.site-footer__social-link:hover{background-color:#7c3aed;border-color:#7c3aed;transform:translateY(-2px)}.social-icon{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s ease-in-out;font-size:1.125rem}.social-icon:hover{background-color:#7c3aed;transform:translateY(-2px)}.site-footer__divider{height:1px;background-color:hsla(0,0%,100%,.1);margin:2rem 0}.site-footer__bottom{max-width:1280px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__bottom-content{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:640px){.site-footer__bottom-content{flex-direction:row;justify-content:space-between;width:auto}}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:Inter;background-color:#f5f3ff;color:#1f2937;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f3ff}::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#a78bfa}::-moz-selection{background-color:#7c3aed;color:#fff}::selection{background-color:#7c3aed;color:#fff}a{color:#7c3aed;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#6d28d9}h1,h2,h3,h4,h5,h6{font-family:Poppins;font-weight:700;line-height:1.2}form{display:flex;flex-direction:column;gap:1.25rem}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;display:block}#__next{width:100%;min-height:100vh}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fade-in .6s ease-out}.animate-slide-up{animation:slide-up .6s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}