:root {
  --forest-950: #0d2c23;
  --forest-900: #12382c;
  --forest-800: #194c3a;
  --forest-700: #256348;
  --forest-600: #347b57;
  --moss: #718b5b;
  --fern: #9db580;
  --lime: #d6ea9d;
  --lime-bright: #e5f7b4;
  --mist: #e8efe2;
  --cream: #f7f3e8;
  --paper: #fbfaf5;
  --stone: #d8d6c8;
  --clay: #a96649;
  --ink: #183029;
  --muted: #5e6f67;
  --white: #fffef8;
  --shadow: 0 26px 70px rgba(9, 41, 30, .14);
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[id] { scroll-margin-top: 92px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; background: white; color: var(--forest-900); padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(251, 250, 245, .92); border-bottom: 1px solid rgba(24, 48, 41, .08); backdrop-filter: blur(14px); }
.nav-shell { max-width: 1240px; height: 78px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1.1; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--forest-900); }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.05rem; letter-spacing: -.015em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a { color: #334b43; font-size: .86rem; font-weight: 640; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--forest-700); }
.site-nav .nav-cta { color: var(--white); background: var(--forest-800); padding: 12px 19px; border-radius: 999px; }
.site-nav .nav-cta:hover { color: var(--white); background: var(--forest-700); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: 830px; overflow: hidden; padding: 154px 0 95px; color: var(--white); background: linear-gradient(135deg, #0e3025 0%, #174b37 52%, #1b573d 100%); }
.hero::before { content: ''; position: absolute; width: 600px; height: 600px; left: -260px; top: 310px; border-radius: 50%; background: rgba(148, 180, 113, .12); filter: blur(2px); }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; right: -110px; top: -170px; border-radius: 48% 52% 70% 30%; background: radial-gradient(circle at 40% 45%, rgba(224, 244, 174, .18), transparent 65%); }
.hero-contours, .contact-contours { position: absolute; inset: 0; opacity: .18; background-image: repeating-radial-gradient(ellipse at 79% 49%, transparent 0 52px, rgba(224,244,174,.22) 53px 54px, transparent 55px 80px); transform: scale(1.1); }
.hero-shell { position: relative; z-index: 2; max-width: 1240px; margin: auto; padding: 0 28px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--forest-700); font-size: .76rem; line-height: 1.2; letter-spacing: .16em; font-weight: 760; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.043em; line-height: 1.06; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.6rem, 6.4vw, 6.35rem); }
h2 { margin-bottom: 25px; font-size: clamp(2.5rem, 4.6vw, 4.7rem); }
h3 { line-height: 1.25; }
.hero-lead { max-width: 630px; margin-bottom: 35px; color: #e7eee9; font-size: 1.2rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(214, 234, 157, .72); outline-offset: 3px; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-lime { color: var(--forest-950); background: var(--lime-bright); }
.button-lime:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-green { color: white; background: var(--forest-800); }
.button-whatsapp { color: #10391d; background: #bfe9a9; border-radius: 14px; }
.button-whatsapp:hover { background: #d4f5bf; }
.button.full { width: 100%; }
.hero-note { color: #d6e2dc; font-size: .78rem; letter-spacing: .02em; }
.hero-portrait { position: relative; max-width: 440px; margin-left: auto; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: .76; border-radius: 47% 47% 38px 38px; box-shadow: 0 40px 90px rgba(5, 29, 21, .35); border: 1px solid rgba(255,255,255,.3); background: var(--forest-700); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.8) contrast(1.02); }
.portrait-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 42, 31, .8), transparent 40%); }
.portrait-label { position: absolute; z-index: 2; left: 28px; bottom: 24px; }
.portrait-label strong, .portrait-label span { display: block; }
.portrait-label strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.portrait-label span { color: #dce7e0; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.orbit-note { position: absolute; z-index: 3; min-width: 175px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 16px; background: rgba(13,44,35,.82); box-shadow: 0 14px 30px rgba(5, 29, 21, .2); backdrop-filter: blur(12px); }
.orbit-note strong, .orbit-note span { display: block; }
.orbit-note strong { color: var(--lime); font-family: var(--serif); font-size: 1.04rem; font-weight: 500; }
.orbit-note span { color: #dce8e1; font-size: .7rem; }
.orbit-one { left: -68px; top: 17%; }
.orbit-two { right: -45px; bottom: 17%; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--lime); }
.trust-grid { max-width: 1240px; margin: auto; padding: 30px 28px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; gap: 18px; padding: 6px 32px; border-right: 1px solid rgba(24, 48, 41, .2); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-number { color: var(--forest-700); font-family: var(--serif); font-size: 1.05rem; }
.trust-grid p { margin: 0; line-height: 1.35; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 5px; font-size: .92rem; }
.trust-grid p span { color: #40584d; font-size: .78rem; }

.section { position: relative; padding: 120px 0; }
.section-shell { position: relative; z-index: 2; max-width: 1200px; margin: auto; padding: 0 28px; }
.split-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.split-intro h2 { max-width: 680px; margin-bottom: 0; }
.intro-copy { color: #455950; font-size: 1.06rem; }
.intro-copy p:last-child { margin-bottom: 0; color: var(--ink); font-weight: 650; }
.recognition { background: var(--cream); }
.recognition-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.thought-card { min-height: 185px; padding: 26px; border: 1px solid #d8ded0; border-radius: 18px; background: rgba(255,255,255,.68); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.thought-card:hover { transform: translateY(-5px); border-color: var(--fern); box-shadow: 0 18px 44px rgba(29,66,51,.09); }
.thought-card span { color: var(--moss); font-family: var(--serif); font-size: 2.8rem; line-height: .8; }
.thought-card p { max-width: 290px; margin: 21px 0 0; font-family: var(--serif); font-size: 1.25rem; line-height: 1.38; }

.difference { overflow: hidden; color: white; background: var(--forest-950); }
.difference::before { content: ''; position: absolute; width: 700px; height: 700px; right: -260px; top: -160px; border: 1px solid rgba(214,234,157,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(214,234,157,.02), 0 0 0 160px rgba(214,234,157,.018); }
.difference-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 100px; align-items: center; }
.difference-copy p { max-width: 610px; color: #e0e9e4; }
.difference-copy h2 { color: var(--white); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 16px; padding-bottom: 7px; color: var(--lime); border-bottom: 1px solid rgba(214,234,157,.4); font-weight: 720; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.comparison-card { padding: 39px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.07); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.comparison-label { margin-bottom: 19px; color: #cbd8d1; font-size: .75rem; letter-spacing: .13em; font-weight: 760; text-transform: uppercase; }
.comparison-label.yes { color: var(--lime); }
.comparison-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.comparison-card li { display: grid; grid-template-columns: 25px 1fr; color: #d9e5df; font-size: .95rem; }
.comparison-card li span { color: #9fb1a8; font-size: 1.1rem; }
.yes-list li span { color: var(--lime); }
.comparison-rule { height: 1px; margin: 29px 0; background: rgba(255,255,255,.14); }

.map-section { background: var(--paper); }
.map-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 100px; align-items: end; margin-bottom: 72px; }
.map-heading h2 { max-width: 760px; margin-bottom: 0; }
.map-heading > p { color: #455950; }
.pain-map { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.pain-map::before { content: ''; position: absolute; left: 5%; right: 5%; top: 38px; height: 1px; background: var(--stone); }
.pain-map li { position: relative; padding: 0 24px; }
.pain-map li:first-child { padding-left: 0; }
.pain-map li:last-child { padding-right: 0; }
.map-step { position: relative; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 30px; color: var(--lime); border: 8px solid var(--paper); border-radius: 50%; background: var(--forest-800); font-family: var(--serif); font-size: 1.14rem; }
.pain-map h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.28rem; font-weight: 500; }
.pain-map p { margin-bottom: 0; color: #455950; font-size: .9rem; }

.work-section { color: white; background: var(--forest-800); }
.work-heading { max-width: 760px; margin-bottom: 60px; }
.work-heading h2 { margin-bottom: 16px; }
.work-heading > p:last-child { max-width: 610px; color: #e5ede9; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.work-card { min-height: 240px; padding: 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); transition: background .2s, transform .2s; }
.work-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.work-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 34px; color: var(--forest-950); border-radius: 50%; background: var(--lime); font-family: var(--serif); font-size: 1.35rem; }
.work-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.38rem; font-weight: 500; }
.work-card p { margin-bottom: 0; color: #e5ede9; font-size: .91rem; }

.options-section { background: var(--mist); }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.option-card { position: relative; overflow: hidden; min-height: 620px; padding: 44px; border-radius: 30px; }
.option-card::after { content: ''; position: absolute; width: 360px; height: 360px; right: -190px; bottom: -180px; border-radius: 50%; border: 1px solid currentColor; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); opacity: .35; }
.option-online { color: white; background: linear-gradient(150deg, #113b2e, #2b6c4e); }
.option-person { color: var(--ink); border: 1px solid #cad5c3; background: linear-gradient(150deg, #f4f4e8, #dce9d2); }
.option-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 90px; }
.option-top > span { padding: 7px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: .74rem; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.option-top small { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.option-card h2 { max-width: 480px; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.option-card > p { max-width: 530px; }
.option-online > p { color: #edf3f0; }
.option-card ul { margin: 28px 0; padding: 0; list-style: none; }
.option-card li { position: relative; margin: 12px 0; padding-left: 25px; font-weight: 650; }
.option-card li::before { content: '✓'; position: absolute; left: 0; color: var(--lime); }
.option-person li::before { color: var(--forest-700); }
.option-card .option-note { position: relative; z-index: 2; margin-top: 38px; padding-top: 20px; border-top: 1px solid currentColor; font-size: .82rem; opacity: .78; }

.journey-section { background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.journey-sticky { position: sticky; top: 125px; }
.journey-sticky h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); }
.journey-sticky p { max-width: 470px; color: #455950; }
.journey-list { border-top: 1px solid var(--stone); }
.journey-item { display: grid; grid-template-columns: 65px 1fr; gap: 26px; padding: 37px 0; border-bottom: 1px solid var(--stone); }
.journey-item > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--lime); font-family: var(--serif); }
.journey-item h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.journey-item p { margin: 0; color: #455950; }

.pricing-section { overflow: hidden; color: white; background: var(--forest-950); }
.pricing-section::after { content: ''; position: absolute; width: 800px; height: 800px; right: -450px; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(153,184,113,.13), transparent 65%); }
.pricing-heading { margin-bottom: 55px; }
.pricing-heading h2 { max-width: 770px; margin-bottom: 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { min-height: 570px; padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.06); }
.price-card.primary { color: var(--ink); background: var(--cream); }
.price-top { display: flex; justify-content: space-between; color: #c9d7d0; font-size: .71rem; letter-spacing: .12em; font-weight: 750; text-transform: uppercase; }
.price-card.primary .price-top { color: var(--forest-700); }
.price-card h3 { margin: 57px 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.price { margin-bottom: 26px; font-family: var(--serif); font-size: 3.8rem; letter-spacing: -.04em; line-height: 1; }
.price small { font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; }
.price-card > p:not(.price):not(.small-print) { max-width: 520px; color: #e3ebe7; }
.price-card.primary > p:not(.price) { color: var(--muted); }
.price-card ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.price-card li { position: relative; margin: 13px 0; padding-left: 25px; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--lime); }
.price-card.primary li::before { color: var(--forest-700); }
.price-card .small-print { margin-top: 45px; padding-top: 20px; color: #cbd7d1; border-top: 1px solid rgba(255,255,255,.18); font-size: .8rem; }

.fit-section { background: var(--cream); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { padding: 43px; border-radius: 25px; }
.fit-card.good { color: white; background: var(--forest-700); }
.fit-card.redirect { border: 1px solid #d8d8ca; background: rgba(255,255,255,.72); }
.fit-label { font-size: .74rem; letter-spacing: .13em; font-weight: 760; text-transform: uppercase; }
.fit-card.good .fit-label { color: var(--lime); }
.fit-card.redirect .fit-label { color: var(--clay); }
.fit-card h2 { max-width: 500px; font-size: clamp(2rem, 3.6vw, 3.45rem); }
.fit-card ul { margin: 30px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; margin: 15px 0; padding-left: 28px; }
.fit-card li::before { position: absolute; left: 0; content: '✓'; color: var(--lime); }
.fit-card.good .fit-note { margin: 32px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: #e4ece8; font-size: .87rem; }
.fit-card.redirect li::before { content: '—'; color: var(--clay); }
.fit-card.redirect > p:last-child { margin-top: 32px; padding-top: 22px; border-top: 1px solid #d8d8ca; color: var(--muted); font-size: .87rem; }

.about-section { overflow: hidden; color: white; background: #15392e; }
.about-bg { position: absolute; inset: 0; opacity: .23; background-image: repeating-radial-gradient(circle at 18% 68%, transparent 0 55px, rgba(213,235,157,.2) 56px 57px, transparent 58px 83px); }
.about-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: center; }
.about-photo { position: relative; align-self: stretch; min-height: 750px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 35%; border-radius: 210px 210px 24px 24px; filter: saturate(.76); }
.credential-card { position: absolute; right: -35px; bottom: 38px; padding: 18px 22px; color: var(--ink); border-radius: 14px; background: var(--lime); box-shadow: var(--shadow); }
.credential-card strong, .credential-card span { display: block; }
.credential-card strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.credential-card span { font-size: .7rem; }
.about-copy h2 { max-width: 700px; }
.about-copy > p { color: #e1eae5; }
.about-copy .about-lead { color: white; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.experience-list { display: grid; gap: 12px; margin: 32px 0; }
.experience-list > div { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); }
.experience-list strong, .experience-list span { display: block; }
.experience-list strong { margin-bottom: 5px; color: var(--lime); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.experience-list span { color: #e5ede9; font-size: .86rem; }
.personal-note { margin-top: 30px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.05); }
.personal-label { display: block; margin-bottom: 10px; color: var(--lime); font-size: .7rem; letter-spacing: .14em; font-weight: 750; text-transform: uppercase; }
.personal-note p { margin: 0; color: #e5ede9; font-size: .88rem; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); }
.faq-heading > p { max-width: 430px; color: #455950; }
.faq-list { border-top: 1px solid var(--stone); }
.faq-list details { border-bottom: 1px solid var(--stone); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; font-family: var(--serif); font-size: 1.3rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--forest-700); font-family: var(--sans); font-size: 1.3rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 45px 26px 0; color: #455950; }

.contact-section { overflow: hidden; color: white; background: linear-gradient(135deg, var(--forest-950), var(--forest-700)); }
.contact-contours { opacity: .12; transform: scale(1.4) rotate(10deg); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy h2 { max-width: 590px; }
.contact-copy > p { max-width: 550px; color: #e6eeea; font-size: 1.05rem; }
.contact-principles { display: grid; gap: 14px; margin-top: 35px; }
.contact-principles > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
.contact-principles > div > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--forest-950); border-radius: 50%; background: var(--lime); font-family: var(--serif); }
.contact-principles p { margin: 0; color: #dce8e2; font-size: .82rem; }
.contact-principles strong { display: block; color: white; font-size: .92rem; }
.message-card { padding: 30px; color: var(--ink); border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(7, 29, 22, .34); }
.message-header { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; margin-bottom: 27px; padding-bottom: 20px; border-bottom: 1px solid #dfe4da; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; color: var(--lime); border-radius: 50%; background: var(--forest-900); font-family: var(--serif); }
.message-header strong, .message-header span { display: block; }
.message-header strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.message-header div span { color: var(--muted); font-size: .7rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #52a86d; box-shadow: 0 0 0 4px rgba(82,168,109,.14); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.message-card label { display: grid; gap: 7px; margin-bottom: 14px; color: #40564e; font-size: .75rem; font-weight: 700; }
.message-card input, .message-card select, .message-card textarea { width: 100%; border: 1px solid #cfd8cc; border-radius: 11px; color: var(--ink); background: white; padding: 13px 14px; font-size: .9rem; outline: 0; }
.message-card input:focus, .message-card select:focus, .message-card textarea:focus { border-color: var(--forest-600); box-shadow: 0 0 0 3px rgba(52,123,87,.12); }
.message-card textarea { min-height: 112px; resize: vertical; }
.privacy-note { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.form-status { min-height: 22px; margin: 11px 0 0; color: var(--forest-700); font-size: .77rem; font-weight: 650; text-align: center; }
.contact-alternatives { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 14px; margin-top: 13px; color: var(--muted); font-size: .71rem; }
.contact-alternatives a { color: var(--forest-700); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { color: #d0ddd6; background: #091f19; }
.footer-shell { max-width: 1200px; margin: auto; padding: 70px 28px 50px; display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; }
.brand.inverse strong { color: white; }
.brand.inverse small { color: #8ea59a; }
.footer-brand > p { max-width: 370px; margin-top: 22px; color: #bdcec6; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: .82rem; }
.footer-links strong { margin-bottom: 9px; color: var(--lime); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links span, .footer-links a { color: #c6d4cd; }
.footer-links a:hover { color: white; }
.footer-legal { max-width: 1200px; margin: auto; padding: 25px 28px 35px; border-top: 1px solid rgba(255,255,255,.14); color: #adc0b7; font-size: .7rem; line-height: 1.7; }
.footer-legal p { max-width: 1000px; }
.mobile-message { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1040px) {
  .site-nav { gap: 16px; }
  .site-nav > a { font-size: .78rem; }
  .hero-shell { gap: 40px; }
  .orbit-note { display: none; }
  .difference-grid, .about-grid, .contact-grid { gap: 55px; }
  .journey-grid, .faq-grid { gap: 60px; }
  .about-photo { min-height: 680px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 70px; }
  .nav-shell { height: 68px; padding: 0 19px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded='true'] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 22px; background: var(--paper); border-bottom: 1px solid #dde2d8; box-shadow: 0 18px 40px rgba(12,43,33,.13); }
  .site-nav.open { display: grid; }
  .site-nav > a { padding: 8px; font-size: .95rem; }
  .site-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding: 118px 0 80px; }
  .hero-shell { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-portrait { width: min(440px, 88%); margin: auto; }
  .trust-grid { grid-template-columns: 1fr; padding-top: 19px; padding-bottom: 19px; }
  .trust-grid > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(24,48,41,.2); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 90px 0; }
  .split-intro, .difference-grid, .map-heading, .journey-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .recognition-grid, .work-grid { grid-template-columns: 1fr 1fr; }
  .pain-map { grid-template-columns: 1fr 1fr; gap: 38px 0; }
  .pain-map::before { display: none; }
  .options-grid, .pricing-grid, .fit-grid { grid-template-columns: 1fr; }
  .journey-sticky, .faq-heading { position: static; }
  .about-photo { min-height: 630px; width: min(480px, 90%); }
  .footer-shell { grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
}

@media (max-width: 590px) {
  body { padding-bottom: 66px; }
  .brand strong { font-size: .94rem; }
  .brand small { font-size: .58rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { padding-top: 110px; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-portrait { width: 94%; }
  .portrait-label { left: 22px; bottom: 20px; }
  .section { padding: 76px 0; }
  .section-shell, .hero-shell { padding-left: 20px; padding-right: 20px; }
  .recognition-grid, .work-grid, .pain-map { grid-template-columns: 1fr; }
  .thought-card { min-height: 145px; }
  .comparison-card, .option-card, .price-card, .fit-card { padding: 28px; }
  .option-card { min-height: 590px; }
  .option-top { margin-bottom: 65px; }
  .work-card { min-height: auto; }
  .pain-map li, .pain-map li:first-child, .pain-map li:last-child { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 0; }
  .map-step { width: 60px; height: 60px; margin: 0; border-width: 5px; }
  .journey-item { grid-template-columns: 52px 1fr; gap: 15px; }
  .about-photo { min-height: 520px; width: 100%; }
  .credential-card { right: 12px; bottom: 20px; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .message-card { padding: 20px; }
  .faq-list summary { font-size: 1.15rem; }
  .footer-shell { grid-template-columns: 1fr; padding-top: 55px; }
  .mobile-message { position: fixed; z-index: 90; display: flex; align-items: center; justify-content: center; left: 13px; right: 13px; bottom: 11px; height: 50px; color: var(--forest-950); border-radius: 999px; background: var(--lime-bright); box-shadow: 0 12px 30px rgba(5,29,21,.28); font-size: .9rem; font-weight: 780; }
}
