:root {
  --brown: #4a332a;
  --brown-soft: #76594b;
  --ink: #604e46;
  --cream: #f5efe6;
  --off-white: #fbf8f3;
  --beige: #ddd0c0;
  --sand: #e9ddd3;
  --gold: #b3925f;
  --line: #e2d7cb;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--off-white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: calc(100% - 64px); max-width: var(--container); margin: 0 auto; }
main, .site-header, .site-footer { width: 100%; max-width: 100%; overflow-x: hidden; }
.section { width: 100%; max-width: 100%; padding: 132px 0; position: relative; overflow: hidden; }
.section-cream { background: var(--cream); }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #d1b883; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--brown); font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(3.5rem, 6.1vw, 5.4rem); }
h2 { margin-bottom: 26px; font-size: clamp(2.8rem, 4.4vw, 4.4rem); }
h3 { color: var(--brown); font-size: 16px; font-weight: 700; line-height: 1.35; }
.lead { max-width: 680px; color: var(--brown-soft); font-size: 17px; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 16px 24px; border: 1px solid var(--brown); border-radius: 12px; background: var(--brown); color: var(--off-white); font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.button:hover, .button:focus-visible { background: var(--brown-soft); border-color: var(--brown-soft); transform: translateY(-2px); }
.button span, .text-link span { font-size: 18px; line-height: 1; transition: transform .25s ease; }
.button:hover span, .text-link:hover span { transform: translateX(4px); }
.button-small { min-height: 44px; padding: 11px 18px; gap: 12px; font-size: 11px; }
.button-outline { background: transparent; color: var(--brown); }
.button-outline:hover { color: var(--off-white); }
.button-light { border-color: var(--off-white); background: var(--off-white); color: var(--brown); }
.button-light:hover, .button-light:focus-visible { border-color: var(--beige); background: var(--beige); color: var(--brown); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--brown); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--gold); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 9px 14px; border-radius: 7px; background: var(--brown); color: white; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; background: rgba(251, 248, 243, .86); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { border-color: rgba(221, 208, 192, .72); background: rgba(245, 239, 230, .84); box-shadow: 0 8px 30px rgba(74, 51, 42, .05); backdrop-filter: blur(15px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; flex-direction: column; gap: 1px; }
.brand-name { color: var(--brown); font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1; }
.brand-role { color: var(--brown-soft); font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); color: var(--brown-soft); font-size: 12px; font-weight: 600; }
.main-nav > a:not(.button) { transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--brown); }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--brown); transition: transform .2s ease; }

.hero { min-height: 720px; padding: 96px 0 94px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.hero-copy { position: relative; z-index: 1; padding-left: clamp(0px, 3vw, 42px); }
.hero-text { max-width: 630px; margin-bottom: 12px; font-size: 17px; line-height: 1.75; }
.hero-text-secondary { color: var(--brown-soft); }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.microcopy { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: var(--brown-soft); font-size: 11px; font-weight: 600; }
.micro-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero-portrait { position: relative; max-width: 488px; justify-self: end; }
.portrait-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: .79; border-radius: 180px 180px 18px 18px; background: var(--beige); }
.portrait-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(74, 51, 42, .25)); content: ""; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-note { position: absolute; z-index: 2; right: 22px; bottom: 24px; display: flex; align-items: flex-start; gap: 11px; padding: 15px 17px; border: 1px solid rgba(251, 248, 243, .46); border-radius: 10px; background: rgba(74, 51, 42, .78); color: var(--off-white); font-size: 11px; line-height: 1.35; }
.note-symbol { color: #d5bc8e; font-size: 15px; }
.portrait-note strong { color: #e5cf9f; font-family: var(--serif); font-size: 18px; font-weight: 600; }
.portrait-caption { display: block; margin: 15px 0 0 25px; color: var(--brown-soft); font-family: var(--serif); font-size: 18px; font-style: italic; }
.hero-sun { position: absolute; top: 54px; right: -105px; width: 320px; height: 320px; border-radius: 50%; background: rgba(221, 208, 192, .35); }

.split-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.split-heading h2 { max-width: 720px; }
.section-identification { background: var(--off-white); }
.identification-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; align-items: start; margin-top: 86px; }
.identification-intro { padding-top: 18px; }
.large-mark { display: block; color: var(--gold); font-family: var(--serif); font-size: 84px; line-height: .6; }
.identification-intro p { max-width: 300px; color: var(--brown-soft); font-family: var(--serif); font-size: 27px; line-height: 1.12; }
.checklist { border-top: 1px solid var(--line); }
.check-item { display: grid; grid-template-columns: 46px 1fr; gap: 22px; align-items: center; min-height: 79px; border-bottom: 1px solid var(--line); }
.check-item span, .step-number, .online-list span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.check-item p { margin: 0; color: var(--brown-soft); font-size: 14px; }
.carousel-shell { position: relative; }
.carousel-track { width: 100%; max-width: 100%; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.carousel-arrow { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 1px solid var(--beige); border-radius: 50%; background: transparent; color: var(--brown); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { border-color: var(--brown); background: var(--beige); transform: translateY(-2px); }
.carousel-dots { display: flex; align-items: center; gap: 6px; }
.carousel-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: var(--beige); cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dot.is-active { width: 20px; border-radius: 5px; background: var(--gold); }
.identification-carousel { overflow: hidden; }
.identification-carousel .carousel-track { display: flex; gap: 18px; overflow-x: auto; padding: 1px 1px 10px; border-top: 0; scroll-snap-type: x mandatory; }
.identification-carousel .check-item { flex: 0 0 calc(50% - 9px); min-height: 124px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); scroll-snap-align: start; align-items: start; }
.closing-line { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 28px; border-top: 1px solid var(--line); }
.closing-line p { margin: 0; color: var(--brown); font-family: var(--serif); font-size: 28px; }

.section-heading { max-width: 780px; margin-bottom: 70px; }
.section-heading h2 { max-width: 820px; }
.section-heading.centered { max-width: 850px; }
.section-heading.centered .lead { margin-right: auto; margin-left: auto; }
.section-help { background: var(--off-white); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.help-item { min-height: 235px; padding: 28px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.line-icon { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; margin-bottom: 23px; color: var(--gold); font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.help-item h3 { max-width: 200px; margin-bottom: 12px; }
.help-item p, .differentiator p, .step p { margin: 0; color: var(--brown-soft); font-size: 13px; line-height: 1.65; }
.help-carousel { overflow: hidden; }
.help-carousel .carousel-track { display: flex; gap: 18px; overflow-x: auto; padding: 1px 1px 10px; border: 0; scroll-snap-type: x mandatory; }
.help-carousel .help-item { flex: 0 0 calc((100% - 36px) / 3); min-height: 238px; border: 1px solid var(--line); border-radius: 16px; background: var(--off-white); scroll-snap-align: start; }

.about-section { background: var(--sand); }
.about-grid { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.about-image { position: relative; max-width: 500px; }
.about-image::before { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); border-radius: 20px; content: ""; }
.about-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: .83; object-fit: cover; object-position: center top; border-radius: 19px; }
.image-stamp { position: absolute; z-index: 2; right: -20px; bottom: 34px; display: flex; flex-direction: column; gap: 4px; padding: 16px 14px; border: 1px solid var(--beige); background: var(--off-white); color: var(--brown-soft); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-copy { max-width: 600px; }
.about-copy h2 { font-size: clamp(3.1rem, 5vw, 5rem); }
.about-copy p { color: var(--brown-soft); font-size: 15px; line-height: 1.85; }
.about-copy .button { margin-top: 18px; }

.differentiators .section-heading { max-width: 820px; }
.differentiator-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.differentiator { display: grid; grid-template-columns: 47px 1fr; gap: 17px; padding: 32px 30px 31px 0; border-bottom: 1px solid var(--line); }
.differentiator:not(:nth-child(3n + 1)) { padding-left: 30px; border-left: 1px solid var(--line); }
.differentiator .line-icon { margin: -2px 0 0; }
.differentiator h3 { margin: 0 0 9px; }

.impact-section { position: relative; display: flex; min-height: 680px; align-items: center; overflow: hidden; padding: 110px max(32px, calc((100vw - var(--container)) / 2)); background: var(--brown); }
.impact-text { position: relative; z-index: 1; max-width: 690px; }
.impact-text h2 { color: var(--off-white); font-size: clamp(3.7rem, 6.7vw, 7rem); }
.impact-text > p:not(.eyebrow) { max-width: 600px; color: #dfd0c5; font-size: 17px; line-height: 1.8; }
.impact-text .button { margin-top: 23px; }
.impact-art { position: absolute; right: 1%; bottom: -24%; width: 49vw; height: 49vw; min-width: 500px; min-height: 500px; border: 1px solid rgba(179, 146, 95, .46); border-radius: 50%; opacity: .86; }
.impact-art::before, .impact-art::after, .impact-art span { position: absolute; display: block; border: 1px solid rgba(179, 146, 95, .34); border-radius: 50%; content: ""; }
.impact-art::before { inset: 9%; }
.impact-art::after { inset: 20%; }
.impact-art span:nth-child(1) { inset: 32%; }
.impact-art span:nth-child(2) { top: 42%; left: 42%; width: 16%; height: 16%; background: rgba(179, 146, 95, .14); }
.impact-art span:nth-child(3) { top: 49%; left: 1%; width: 98%; height: 1px; border: 0; border-radius: 0; background: rgba(179, 146, 95, .24); transform: rotate(-25deg); }

.steps-section { background: var(--off-white); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 62px; }
.step { padding-top: 22px; border-top: 1px solid var(--brown); }
.step-number { display: block; margin-bottom: 32px; }
.step h3 { margin-bottom: 13px; font-size: 18px; }
.online-section { padding: 135px 0; }
.online-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 120px; }
.online-copy h2 { max-width: 670px; }
.online-copy .lead { margin-bottom: 38px; }
.online-list { max-width: 640px; border-top: 1px solid var(--line); }
.online-list div { display: flex; align-items: center; gap: 25px; min-height: 58px; border-bottom: 1px solid var(--line); }
.online-list p { margin: 0; color: var(--brown-soft); font-size: 14px; }
.closing-note { margin: 30px 0 16px; color: var(--brown); font-family: var(--serif); font-size: 24px; }
.online-card { display: grid; place-items: center; min-height: 455px; border-radius: 50%; background: var(--beige); }
.online-card-inner { display: flex; min-width: 70%; flex-direction: column; align-items: center; padding: 45px 35px; border: 1px solid rgba(74, 51, 42, .3); border-radius: 50%; color: var(--brown); text-align: center; }
.online-card-inner .line-icon { margin: 0 0 20px; font-size: 37px; }
.online-card-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.online-card-label strong { color: var(--gold); font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.online-card-line { width: 47px; height: 1px; margin: 25px 0; background: var(--gold); }
.online-card-inner p { max-width: 200px; margin: 0; color: var(--brown-soft); font-family: var(--serif); font-size: 20px; line-height: 1.2; }

.testimonials-section { padding-top: 96px; padding-bottom: 96px; background: var(--off-white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { min-height: 300px; padding: 24px 25px 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.quote-mark { display: block; margin-bottom: 18px; color: var(--gold); font-family: var(--serif); font-size: 62px; line-height: .6; }
.testimonial p { color: var(--brown-soft); font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.testimonial-name { display: block; margin-top: 25px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.carousel-hint { color: var(--brown-soft); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.testimonials-carousel { overflow: hidden; }
.testimonials-carousel .carousel-track { display: flex; gap: 18px; overflow-x: auto; padding: 1px 1px 10px; scroll-snap-type: x mandatory; }
.testimonials-carousel .testimonial { flex: 0 0 calc((100% - 36px) / 3); min-height: 370px; scroll-snap-align: start; }

.faq-section { padding-bottom: 150px; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; color: var(--brown); cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--serif); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -3px 42px 22px 0; color: var(--brown-soft); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 125px 0 118px; background: var(--brown); color: #dfd0c5; text-align: center; }
.final-cta::after { position: absolute; right: -90px; bottom: -160px; width: 440px; height: 440px; border: 1px solid rgba(179, 146, 95, .25); border-radius: 50%; content: ""; }
.final-cta-inner { position: relative; z-index: 1; max-width: 830px; }
.final-cta h2 { color: var(--off-white); font-size: clamp(3.3rem, 5.4vw, 5.8rem); }
.final-cta-inner > p:not(.eyebrow):not(.final-note) { max-width: 670px; margin-right: auto; margin-left: auto; font-size: 16px; line-height: 1.8; }
.final-note { margin: 24px 0 32px; color: #e7d7bb; font-family: var(--serif); font-size: 27px; }
.final-microcopy { display: block; margin-top: 18px; color: #c7b1a1; font-size: 11px; }
.site-footer { background: var(--brown); color: #d6c5b8; }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 30px; align-items: center; padding: 28px 0 32px; border-top: 1px solid rgba(251, 248, 243, .14); text-align: left; }
.footer-brand .brand-name, .footer-brand .brand-role { color: var(--off-white); }
.footer-brand .brand-role { color: #c7b1a1; }
.footer-brand { align-items: flex-start; }
.footer-links { display: flex; gap: 23px; align-items: center; justify-content: center; justify-self: center; font-size: 11px; }
.footer-links a:hover { color: var(--off-white); }
.copyright { justify-self: end; margin: 0; color: #a98e7d; font-size: 10px; text-align: right; }
.floating-whatsapp { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 9px; background: var(--brown); box-shadow: 0 12px 30px rgba(74, 51, 42, .18); color: var(--off-white); font-size: 11px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { background: var(--brown-soft); transform: translateY(-3px); }
.floating-whatsapp > span:first-child { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(200, 170, 118, .65); border-radius: 50%; background: var(--off-white); overflow: hidden; }
.floating-whatsapp .whatsapp-symbol img { width: 17px; height: 17px; object-fit: contain; }
.floating-whatsapp b { color: #d5bc8e; font-size: 16px; font-weight: 400; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1000px) {
  .container { width: calc(100% - 48px); max-width: var(--container); }
  .hero { min-height: auto; }
  .hero-grid { gap: 45px; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .identification-grid { gap: 55px; }
  .online-grid, .faq-grid { gap: 70px; }
  .footer-inner { grid-template-columns: 1fr; align-items: center; text-align: center; }
  .footer-brand { align-items: center; }
  .footer-links { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); max-width: var(--container); }
  .section { padding: 82px 0; }
  .site-header { background: rgba(251, 248, 243, .94); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: flex; max-height: 0; overflow: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 0 20px; border-bottom: 1px solid transparent; background: var(--off-white); opacity: 0; transition: max-height .3s ease, opacity .25s ease, padding .3s ease, border-color .3s ease; }
  .main-nav.open { max-height: 360px; padding: 12px 20px 22px; border-color: var(--line); opacity: 1; }
  .main-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 16px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  h1 { max-width: 600px; font-size: clamp(3.15rem, 13vw, 4.2rem); line-height: .94; }
  h2 { font-size: clamp(2.65rem, 11vw, 3.6rem); }
  .lead, .hero-text { font-size: 16px; }
  .hero { padding: 64px 0 79px; }
  .hero-grid, .split-heading, .identification-grid, .about-grid, .online-grid, .faq-grid { display: block; }
  .hero-copy { padding: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-portrait { max-width: 100%; margin-top: 51px; }
  .portrait-frame { aspect-ratio: .82; border-radius: 130px 130px 16px 16px; }
  .portrait-caption { margin-left: 7px; font-size: 16px; }
  .hero-sun { top: 260px; right: -185px; width: 300px; height: 300px; }
  .split-heading > div { margin-top: 36px; }
  .identification-grid { margin-top: 52px; }
  .identification-intro { padding: 0 0 36px; }
  .identification-intro p { max-width: 390px; font-size: 25px; }
  .closing-line { display: block; margin-top: 47px; }
  .closing-line p { margin-bottom: 23px; font-size: 25px; }
  .section-heading { margin-bottom: 48px; }
  .help-grid { grid-template-columns: 1fr; }
  .identification-carousel { overflow: hidden; }
  .identification-carousel .carousel-track { display: flex; gap: 14px; overflow-x: auto; padding: 1px 1px 8px; border-top: 0; scroll-snap-type: x mandatory; }
  .identification-carousel .check-item { flex: 0 0 84%; min-height: 124px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); scroll-snap-align: start; align-items: start; }
  .help-carousel .carousel-track, .testimonials-carousel .carousel-track { gap: 14px; }
  .help-carousel .help-item, .testimonials-carousel .testimonial { flex-basis: 84%; }
  .help-carousel .help-item { min-height: 210px; }
  .testimonials-section { padding-top: 72px; padding-bottom: 72px; }
  .testimonials-carousel .testimonial { min-height: 0; padding: 22px 21px 20px; }
  .testimonial p { font-size: 17px; line-height: 1.4; }
  .testimonial-name { margin-top: 22px; }
  .help-item { min-height: auto; padding: 25px 22px 28px; }
  .about-image { max-width: calc(100% - 20px); margin-bottom: 76px; }
  .about-copy p { font-size: 14px; }
  .differentiator-grid { grid-template-columns: 1fr; }
  .differentiator, .differentiator:not(:nth-child(3n + 1)) { grid-template-columns: 47px 1fr; padding: 25px 0; border-left: 0; }
  .impact-section { min-height: 730px; padding: 85px 20px; }
  .impact-art { right: -210px; bottom: -100px; width: 600px; height: 600px; min-width: 0; min-height: 0; }
  .impact-text h2 { font-size: clamp(3.3rem, 14vw, 4.6rem); }
  .impact-text > p:not(.eyebrow) { font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; margin-bottom: 48px; }
  .step h3 { font-size: 16px; }
  .online-section { padding: 82px 0; }
  .online-card { max-width: 330px; min-height: 330px; margin: 60px auto 0; }
  .online-card-inner { min-width: 75%; padding: 32px 23px; }
  .online-card-inner p { font-size: 18px; }
  .faq-grid > .section-heading { margin-bottom: 55px; }
  .faq-list summary { font-size: 13px; }
  .faq-list details p { margin-right: 15px; }
  .faq-section { padding-bottom: 90px; }
  .final-cta { padding: 88px 0 80px; }
  .final-cta h2 { font-size: clamp(3.15rem, 13vw, 4.4rem); }
  .final-note { font-size: 24px; }
  .final-cta .button { width: 100%; }
  .footer-inner { padding-bottom: 72px; }
  .footer-links { flex-wrap: wrap; gap: 12px 19px; }
  .floating-whatsapp { right: 12px; bottom: 12px; left: 12px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
