:root{--color-brand-50:#f4f7f4;--color-brand-100:#e8efe9;--color-brand-200:#d6e2d8;--color-brand-300:#b9ccbd;--color-brand-400:#8fab97;--color-brand-500:#6b8c77;--color-brand-600:#4a6b5a;--color-brand-700:#3a5648;--color-brand-800:#2c4136;--color-brand-900:#1e2c24;--color-accent-100:#faede7;--color-accent-200:#f2dbd0;--color-accent-300:#ebc4b4;--color-accent-500:#d9a48f;--color-accent-600:#c1826a;--color-accent-700:#925443;--color-white:#fff;--color-surface-soft:#faf7f2;--color-surface-muted:#f2ede4;--color-border:#e5dfd5;--color-text-strong:#2b2b26;--color-text:#4e4e46;--color-text-muted:#6f685b;--color-disabled:#b5afa4;--color-action-500:#4a6b5a;--color-action-600:#3a5648;--color-action-700:#2c4136;--color-action-soft:#e8efe9;--color-action-whatsapp:#25d366;--color-success:#2f9c68;--color-warning:#b8862f;--color-danger:#b8544f;--color-info:#5470a0;--font-heading:"Lora", Georgia, "Times New Roman", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-30:120px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 2px 8px #403a2e0f;--shadow-sm:0 8px 24px #403a2e14;--shadow-md:0 16px 40px #403a2e1f;--shadow-focus:0 0 0 4px #4a6b5a47;--motion-fast:.14s;--motion-base:.18s;--motion-slow:.26s;--ease-standard:cubic-bezier(.2, 0, 0, 1);--container:1200px;--reading-width:680px;--header-height:76px}@media (width<=767px){:root{--header-height:64px}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px);-webkit-text-size-adjust:100%}body{background:var(--color-white);color:var(--color-text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}button{font:inherit;cursor:pointer}h1,h2,h3,h4,p,ul,ol{margin-top:0}h1,h2,h3,h4{color:var(--color-text-strong);font-family:var(--font-heading);letter-spacing:-.01em;font-weight:600;line-height:1.2}:focus-visible{outline:2px solid var(--color-brand-700);outline-offset:3px;border-radius:4px}::selection{background:var(--color-brand-200);color:var(--color-text-strong)}.container{width:min(100% - 40px, var(--container));margin-inline:auto}@media (width>=768px){.container{width:min(100% - 64px, var(--container))}}.section{padding-block:clamp(64px,8vw,112px);position:relative}.section--wave-after{padding-bottom:calc(clamp(64px,8vw,112px) + 64px)}@media (width<=767px){.section--wave-after{padding-bottom:calc(clamp(64px,8vw,112px) + 36px)}}.section--soft{background:var(--color-surface-soft)}.section--brand{background:var(--color-brand-100)}.eyebrow{align-items:center;gap:var(--space-2);margin:0 0 var(--space-4);color:var(--color-accent-700);font-family:var(--font-sans);letter-spacing:.09em;text-transform:uppercase;font-size:13px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--color-accent-500);width:26px;height:1px}.section-title{max-width:760px;margin-bottom:var(--space-5);font-size:clamp(28px,4vw,40px);font-weight:600}.section-description{max-width:var(--reading-width);color:var(--color-text);margin-bottom:0;font-size:clamp(16px,1.4vw,17px)}.text-center{text-align:center}.text-center .section-title,.text-center .section-description{margin-inline:auto}.text-center .eyebrow:before{display:none}.button{border-radius:var(--radius-md);min-height:48px;font-family:var(--font-sans);text-align:center;transition:background-color var(--motion-base) var(--ease-standard), color var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard);border:0;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.button--primary{background:var(--color-action-500);color:var(--color-white);box-shadow:var(--shadow-xs)}.button--primary:hover{background:var(--color-action-600);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.button--primary:active{background:var(--color-action-700);transform:translateY(0)}.button--secondary{background:var(--color-white);border:1px solid var(--color-brand-300);color:var(--color-brand-700)}.button--secondary:hover{border-color:var(--color-brand-500);background:var(--color-brand-50)}.button--ghost{color:var(--color-white);background:0 0;border:1px solid #ffffff73}.button--ghost:hover{background:#ffffff1f}.button--large{min-height:54px;padding:0 28px;font-size:16px}.button--block{width:100%}.button__icon{flex:none}.click-trigger{margin:var(--space-4) 0 0;color:var(--color-text-muted);font-size:14px;line-height:1.5}.skip-link{top:-100px;left:var(--space-4);z-index:200;border-radius:var(--radius-sm);background:var(--color-brand-700);color:var(--color-white);transition:top var(--motion-base) var(--ease-standard);padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;position:absolute}.skip-link:focus{top:var(--space-4)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.image-treatment{filter:saturate(.88)contrast(.97)brightness(1.02)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.topbar{background:var(--color-brand-700);color:#ffffffe6;font-size:13px}.topbar__inner{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:38px;padding-block:6px;display:flex}.topbar__item{align-items:center;gap:8px;line-height:1.35;display:inline-flex}.topbar__item--crp{letter-spacing:.04em;opacity:.85;flex:none}@media (width<=640px){.topbar{font-size:12px}.topbar__item--crp{display:none}}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background-color var(--motion-slow) var(--ease-standard), border-color var(--motion-slow) var(--ease-standard), box-shadow var(--motion-slow) var(--ease-standard);background:#ffffffe6;border-bottom:1px solid #0000;position:sticky;top:0}.site-header--scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-xs);background:#fffffff5}.site-header__inner{align-items:center;gap:var(--space-6);min-height:var(--header-height);display:flex}.logo{align-items:center;gap:12px;min-height:44px;margin-right:auto;text-decoration:none;display:inline-flex}.logo__mark{background:var(--color-brand-600);width:42px;height:42px;color:var(--color-white);font-family:var(--font-heading);letter-spacing:.02em;border-radius:50%;place-items:center;font-size:16px;font-style:italic;font-weight:600;display:grid}.logo__text{flex-direction:column;line-height:1.2;display:flex}.logo__text strong{color:var(--color-text-strong);font-family:var(--font-heading);white-space:nowrap;font-size:17px;font-weight:600}.logo__text small{color:var(--color-text-muted);letter-spacing:.03em;white-space:nowrap;font-size:12px}@media (width<=380px){.site-header .logo__text small{display:none}}.site-nav ul{align-items:center;gap:var(--space-6);margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:var(--color-text-muted);transition:color var(--motion-base) var(--ease-standard);padding-block:6px;font-size:15px;font-weight:500;text-decoration:none;position:relative}.site-nav a:after{content:"";background:var(--color-accent-500);transform-origin:0;height:2px;transition:transform var(--motion-base) var(--ease-standard);border-radius:2px;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.site-nav a:hover{color:var(--color-brand-700)}.site-nav a:hover:after{transform:scaleX(1)}@media (width<=1023px){.site-header .site-nav,.site-header .site-header__cta{display:none}}.menu-toggle{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);width:44px;height:44px;color:var(--color-text-strong);place-items:center;padding:0;display:none}@media (width<=1023px){.menu-toggle{display:grid}}.menu-overlay{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2b2b266b;position:fixed;inset:0}.menu-panel{z-index:70;gap:var(--space-6);width:min(88vw,340px);padding:calc(var(--space-16) + 12px) var(--space-6) var(--space-8);background:var(--color-surface-soft);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-16px 0 40px #403a2e29}.menu-panel nav ul{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.menu-panel nav a{border-bottom:1px solid var(--color-border);min-height:52px;color:var(--color-text-strong);font-family:var(--font-heading);align-items:center;font-size:19px;font-weight:500;text-decoration:none;display:flex}.menu-panel__note{color:var(--color-text-muted);text-align:center;margin:0;font-size:13px}.hero{background:var(--color-surface-soft);align-items:center;min-height:min(88vh,640px);display:grid;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media img{object-fit:cover;object-position:62% 42%;width:100%;height:100%}.hero__scrim{background:linear-gradient(100deg,#faf7f2fb 0%,#faf7f2f5 34%,#faf7f2b8 52%,#faf7f21f 74%,#faf7f200 100%);position:absolute;inset:0}@media (width>=768px) and (width<=1023px){.hero__scrim{background:linear-gradient(100deg,#faf7f2fb 0%,#faf7f2f7 52%,#faf7f2d1 70%,#faf7f233 88%,#faf7f200 100%)}}.hero__content{z-index:1;padding-block:clamp(56px,8vw,96px);position:relative}.hero__copy{max-width:560px}.hero h1{margin-bottom:var(--space-5);font-size:clamp(34px,5.4vw,54px);font-weight:600;line-height:1.1}.hero h1 em{color:var(--color-brand-600);font-style:italic}.hero__description{max-width:500px;margin-bottom:var(--space-8);color:var(--color-text);font-size:clamp(16px,1.5vw,18px);line-height:1.62}.hero__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.hero .click-trigger{max-width:440px}@media (width<=767px){.hero{background:var(--color-white);min-height:0;display:block}.hero__media{aspect-ratio:4/3;position:relative;inset:auto}.hero__media img{object-position:center}.hero__scrim{background:linear-gradient(#faf7f200 55%,#faf7f28c 82%,#faf7f2 100%)}.hero__content{padding-block:var(--space-8) var(--space-12);background:var(--color-surface-soft)}.hero__copy{max-width:none}.hero__actions .button{width:100%}}.trust{padding-block:var(--space-10) calc(var(--space-10) + 64px);background:var(--color-white)}.trust__list{gap:var(--space-6);grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.trust__item{gap:var(--space-4);grid-template-columns:44px 1fr;align-items:center;display:grid}.trust__icon{background:var(--color-accent-100);width:44px;height:44px;color:var(--color-accent-700);border-radius:50%;place-items:center;display:grid}.trust__text{flex-direction:column;line-height:1.35;display:flex}.trust__text strong{color:var(--color-text-strong);font-size:15px;font-weight:600}.trust__text small{color:var(--color-text-muted);font-size:13px}@media (width<=1023px){.trust__list{gap:var(--space-5);grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.trust{padding-block:var(--space-8) calc(var(--space-8) + 36px)}}@media (width<=520px){.trust__list{grid-template-columns:1fr}}.wave{z-index:1;pointer-events:none;width:100%;line-height:0;position:absolute;left:0;right:0}.wave svg{width:100%;height:64px;display:block}.wave--top{top:0;transform:translateY(-99%)}.wave--top svg{transform:scaleY(-1)}.wave--bottom{bottom:0;transform:translateY(99%)}.wave--flip svg{transform:scaleX(-1)}.wave--top.wave--flip svg{transform:scale(-1)}@media (width<=767px){.wave svg{height:36px}}.about__grid{grid-template-columns:5fr 7fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.about__media{padding-bottom:44px;padding-left:24px;position:relative}.about__photo{background:var(--color-brand-100);border-radius:50%;overflow:hidden}.about__photo img{object-fit:cover;width:100%;height:100%}.about__photo--main{aspect-ratio:1;max-width:420px;box-shadow:var(--shadow-sm);margin-left:auto}.about__photo--secondary{aspect-ratio:1;border:6px solid var(--color-surface-soft);width:42%;max-width:168px;box-shadow:var(--shadow-xs);position:absolute;bottom:0;left:0}.about__badge{border-radius:var(--radius-pill);background:var(--color-white);color:var(--color-brand-700);letter-spacing:.06em;box-shadow:var(--shadow-xs);padding:9px 16px;font-size:12px;font-weight:600;position:absolute;bottom:58px;right:8px}.about__content{max-width:620px}.about__text{max-width:var(--reading-width);margin-top:var(--space-4);margin-bottom:0;font-size:17px}.about__quote{max-width:560px;margin:var(--space-8) 0;padding:var(--space-6) var(--space-6) var(--space-6) var(--space-8);border-left:3px solid var(--color-accent-500);border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:var(--color-white);color:var(--color-text-strong);font-family:var(--font-heading);box-shadow:var(--shadow-xs);font-size:clamp(17px,1.7vw,20px);font-style:italic;line-height:1.5;position:relative}.about__quote cite{margin-top:var(--space-3);color:var(--color-text-muted);font-family:var(--font-sans);letter-spacing:.04em;font-size:13px;font-style:normal;font-weight:600;display:block}.about__credentials{gap:var(--space-4);margin:0 0 var(--space-8);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:0;list-style:none;display:grid}.about__credentials li{padding-left:var(--space-4);border-left:2px solid var(--color-brand-200);flex-direction:column;gap:2px;display:flex}.about__credentials strong{color:var(--color-text-strong);font-size:14px;font-weight:600;line-height:1.35}.about__credentials span{color:var(--color-text-muted);font-size:13px}@media (width<=1023px){.about__grid{gap:var(--space-12);grid-template-columns:1fr}.about__media{max-width:460px;margin-inline:auto}.about__photo--main{margin-inline:auto}.about__badge{top:8px;bottom:auto;right:0}.about__content{max-width:none}}@media (width<=767px){.about__quote{padding:var(--space-5);font-size:17px}.about__content .button{width:100%}}.approach__grid{grid-template-columns:6fr 6fr;align-items:start;gap:clamp(40px,6vw,88px);display:grid}.approach__intro{top:calc(var(--header-height) + 32px);position:sticky}.approach__figure{margin-top:var(--space-8);border-radius:var(--radius-xl);aspect-ratio:4/3;box-shadow:var(--shadow-sm);overflow:hidden}.approach__figure img{object-fit:cover;width:100%;height:100%}.approach__list{gap:var(--space-5);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.approach__card{gap:var(--space-5);padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);transition:border-color var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);grid-template-columns:56px 1fr;display:grid}.approach__card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-xs)}.approach__icon{background:var(--color-brand-100);width:56px;height:56px;color:var(--color-brand-600);border-radius:50%;place-items:center;display:grid}.approach__card h3{margin-bottom:var(--space-2);font-size:21px;font-weight:600}.approach__card p{color:var(--color-text);margin:0;font-size:16px}@media (width<=1023px){.approach__grid{gap:var(--space-12);grid-template-columns:1fr}.approach__intro{position:static}}@media (width<=520px){.approach__card{gap:var(--space-4);padding:var(--space-5);grid-template-columns:1fr}}.specialties__grid{gap:var(--space-6);margin:var(--space-12) 0 0;grid-template-columns:repeat(3,1fr);padding:0;list-style:none;display:grid}.specialty-card{padding:var(--space-8) var(--space-6);border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-xs);flex-direction:column;display:flex}.specialty-card__icon{width:54px;height:54px;margin-bottom:var(--space-5);background:var(--color-accent-100);color:var(--color-accent-700);border-radius:50%;place-items:center;display:grid}.specialty-card h3{margin-bottom:var(--space-2);font-size:21px;font-weight:600}.specialty-card p{margin-bottom:var(--space-5);color:var(--color-text);font-size:15px}.specialty-card__tags{flex-wrap:wrap;gap:8px;margin:auto 0 0;padding:0;list-style:none;display:flex}.specialty-card__tags li{border:1px solid var(--color-brand-200);border-radius:var(--radius-pill);background:var(--color-brand-50);color:var(--color-brand-700);padding:6px 13px;font-size:13px;font-weight:500;line-height:1.3}.specialty-card--cta{background:var(--color-brand-600);color:#ffffffe6;box-shadow:var(--shadow-sm);justify-content:center}.specialty-card--cta h3{color:var(--color-white)}.specialty-card--cta p{color:#ffffffe0}.specialty-card--cta .button--primary{background:var(--color-white);color:var(--color-brand-700);align-self:flex-start}.specialty-card--cta .button--primary:hover{background:var(--color-brand-50)}@media (width<=1023px){.specialties__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.specialties__grid{margin-top:var(--space-10);grid-template-columns:1fr}.specialty-card--cta .button--primary{align-self:stretch}}.pain__header{max-width:760px}.pain__grid{gap:var(--space-6);margin:var(--space-12) 0 0;grid-template-columns:repeat(3,1fr);padding:0;list-style:none;display:grid}.pain-card{border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.pain-card__image{aspect-ratio:4/3;object-fit:cover;width:100%}.pain-card__label{border-radius:var(--radius-md);color:var(--color-text-strong);text-align:center;box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff5;margin:0;padding:13px 15px;font-size:15px;font-weight:500;line-height:1.4;position:absolute;bottom:14px;left:14px;right:14px}.pain__footer{justify-content:center;align-items:center;gap:var(--space-6);margin-top:var(--space-12);padding:var(--space-8);border:1px dashed var(--color-brand-300);border-radius:var(--radius-xl);background:var(--color-brand-50);text-align:center;flex-wrap:wrap;display:flex}.pain__footer p{color:var(--color-text-strong);font-family:var(--font-heading);margin:0;font-size:clamp(17px,1.8vw,21px);font-style:italic}@media (width<=1023px){.pain__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.pain__grid{gap:var(--space-5);margin-top:var(--space-10);grid-template-columns:1fr}.pain__footer{padding:var(--space-6);flex-direction:column}.pain__footer .button{width:100%}}.how__steps{gap:var(--space-6);margin:var(--space-12) 0 0;counter-reset:none;grid-template-columns:repeat(3,1fr);padding:0;list-style:none;display:grid}.how__step{padding:var(--space-8) var(--space-6);border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-xs);position:relative}.how__step:not(:last-child):after{content:"";top:50px;right:calc(var(--space-6) * -1);width:var(--space-6);background:var(--color-brand-300);height:1px;position:absolute}.how__number{width:46px;height:46px;margin-bottom:var(--space-5);background:var(--color-brand-600);color:var(--color-white);font-family:var(--font-heading);letter-spacing:.02em;border-radius:50%;place-items:center;font-size:15px;font-weight:600;display:inline-grid}.how__step h3{margin-bottom:var(--space-3);font-size:20px;font-weight:600}.how__step p{color:var(--color-text);margin:0;font-size:15px}.how__panel{margin-top:var(--space-12);border-radius:var(--radius-xl);background:var(--color-white);box-shadow:var(--shadow-sm);grid-template-columns:7fr 5fr;align-items:center;gap:clamp(32px,5vw,64px);padding:clamp(28px,4vw,48px);display:grid}.how__details{gap:var(--space-5);margin:0;padding:0;list-style:none;display:grid}.how__details li{gap:var(--space-4);grid-template-columns:44px 1fr;align-items:center;display:grid}.how__details li>span:last-child{flex-direction:column;line-height:1.35;display:flex}.how__details small{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600}.how__details strong{color:var(--color-text-strong);font-size:17px;font-weight:600}.how__detail-icon{background:var(--color-brand-100);width:44px;height:44px;color:var(--color-brand-600);border-radius:50%;place-items:center;display:grid}.how__cta{border-left:1px solid var(--color-border);padding-left:clamp(0px,3vw,40px)}.how__cta .click-trigger{max-width:320px}@media (width<=1023px){.how__steps{grid-template-columns:1fr}.how__step:not(:last-child):after{display:none}.how__panel{grid-template-columns:1fr}.how__cta{padding-left:0;padding-top:var(--space-6);border-left:0;border-top:1px solid var(--color-border)}.how__cta .button{width:100%}.how__cta .click-trigger{max-width:none}}.testimonials__grid{gap:var(--space-6);margin:var(--space-12) 0 0;grid-template-columns:repeat(4,1fr);padding:0;list-style:none;display:grid}.testimonial-card{gap:var(--space-4);padding:var(--space-6) var(--space-5);border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-xs);flex-direction:column;display:flex}.testimonial-card__rating{color:var(--color-accent-600);letter-spacing:2px;margin:0;font-size:15px}.testimonial-card__rating-off{color:var(--color-brand-200)}.testimonial-card blockquote{color:var(--color-text);margin:0;font-size:15px;line-height:1.6}.testimonial-card footer{padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;margin-top:auto;display:flex}.testimonial-card footer strong{color:var(--color-text-strong);font-size:14px;font-weight:600}.testimonial-card footer small{color:var(--color-text-muted);font-size:12px}@media (width<=1023px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.testimonials__grid{grid-template-columns:1fr}}.faq__inner{max-width:820px}.faq__list{margin:var(--space-10) 0 0;padding:0;list-style:none}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item h3{margin:0}.faq-item__trigger{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;min-height:60px;padding:var(--space-4) 0;color:var(--color-text-strong);font-family:var(--font-heading);text-align:left;transition:color var(--motion-base) var(--ease-standard);background:0 0;border:0;font-size:clamp(16px,1.6vw,18px);font-weight:600;line-height:1.4;display:flex}.faq-item__trigger:hover{color:var(--color-brand-700)}.faq-item__chevron{background:var(--color-brand-100);width:32px;height:32px;color:var(--color-brand-700);border-radius:50%;flex:none;place-items:center;display:grid}.faq-item--open .faq-item__chevron{background:var(--color-brand-600);color:var(--color-white)}.faq-item__panel{overflow:hidden}.faq-item__panel p{max-width:var(--reading-width);padding-bottom:var(--space-6);padding-right:var(--space-10);color:var(--color-text);margin:0;font-size:16px}.faq__help{justify-content:center;align-items:center;gap:var(--space-5);margin-top:var(--space-10);text-align:center;flex-wrap:wrap;display:flex}.faq__help p{color:var(--color-text-muted);margin:0;font-size:16px}@media (width<=600px){.faq-item__panel p{padding-right:0}.faq__help{gap:var(--space-4);flex-direction:column}.faq__help .button{width:100%}}.final-cta{background:var(--color-brand-800);isolation:isolate;place-items:center;padding-block:clamp(72px,8vw,104px);display:grid;position:relative;overflow:hidden}.final-cta__media{z-index:-1;position:absolute;inset:0}.final-cta__media img{object-fit:cover;width:100%;height:100%}.final-cta__media:after{content:"";background:linear-gradient(#2c4136d1 0%,#2c4136b3 45%,#2c4136e0 100%);position:absolute;inset:0}.final-cta__content{text-align:center;max-width:720px;position:relative}.final-cta h2{margin-bottom:var(--space-5);color:var(--color-white);font-size:clamp(28px,4.2vw,42px);font-weight:600}.final-cta p{margin-inline:auto;margin-bottom:var(--space-8);color:#ffffffe6;max-width:560px;font-size:clamp(16px,1.5vw,18px)}.final-cta .button--primary{background:var(--color-white);color:var(--color-brand-800)}.final-cta .button--primary:hover{background:var(--color-brand-50)}.final-cta__note{margin-top:var(--space-5);color:#ffffffc2;margin-bottom:0;font-size:14px}@media (width<=600px){.final-cta .button--large{width:100%}}.site-footer{padding-block:var(--space-16) var(--space-8);background:var(--color-brand-900);color:#ffffffd6;font-size:15px}.site-footer__grid{padding-bottom:var(--space-10);border-bottom:1px solid #ffffff24;grid-template-columns:5fr 3fr 4fr;gap:clamp(32px,5vw,64px);display:grid}.site-footer h2{margin-bottom:var(--space-5);color:var(--color-white);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:600}.site-footer p{max-width:420px;margin:0;line-height:1.65}.site-footer ul{gap:var(--space-1);margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:#ffffffd6;transition:color var(--motion-base) var(--ease-standard);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.site-footer__nav a,.site-footer__contact a,.site-footer__address{min-height:44px;padding-block:4px}.site-footer a:hover{color:var(--color-white)}.site-footer__brand .logo{margin-bottom:var(--space-5)}.logo--light .logo__mark{color:var(--color-white);background:#ffffff1f}.logo--light .logo__text strong{color:var(--color-white)}.logo--light .logo__text small{color:#ffffffa8}.site-footer__whatsapp{font-weight:600;color:var(--color-brand-200)!important}.site-footer__whatsapp:hover{color:var(--color-white)!important}.site-footer__address{align-items:flex-start;gap:10px;line-height:1.5;display:inline-flex}.site-footer__address svg{flex:none;margin-top:3px}.site-footer__legal{gap:var(--space-3);padding-top:var(--space-8);color:#ffffffb8;font-size:13px;display:grid}.site-footer__legal p{max-width:720px}.site-footer__legal a{text-decoration:underline}.site-footer__credits{font-size:12px}.site-footer__dev{color:#ffffff8c;letter-spacing:.02em;font-size:12px}@media (width<=900px){.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1}}@media (width<=560px){.site-footer__grid{gap:var(--space-10);grid-template-columns:1fr}}.whatsapp-float{z-index:45;border-radius:var(--radius-pill);background:var(--color-brand-600);min-height:56px;color:var(--color-white);box-shadow:var(--shadow-md);transition:background-color var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard);align-items:center;gap:10px;padding:0 20px 0 16px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;position:fixed;bottom:20px;right:20px}.whatsapp-float:hover{background:var(--color-brand-700);transform:translateY(-2px)}@media (width<=640px){.whatsapp-float{justify-content:center;width:56px;padding:0;bottom:16px;right:16px}.whatsapp-float__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}
