:root {
  --cream: #f4f1e9;
  --cream-2: #eae5da;
  --paper: #fffdf8;
  --ink: #14231e;
  --ink-2: #34443e;
  --muted: #68756f;
  --forest: #0f3a31;
  --forest-2: #174c40;
  --mint: #71e5a4;
  --mint-2: #bdf4d0;
  --line: rgba(20, 35, 30, 0.13);
  --line-dark: rgba(255,255,255,.15);
  --shadow: 0 24px 70px rgba(18, 46, 38, .13);
  --radius: 24px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: 'DM Sans', system-ui, sans-serif; background: var(--cream); color: var(--ink); overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--mint); color: var(--forest); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

.wrap { width: min(calc(100% - 40px), var(--wrap)); margin: 0 auto; }
.section { padding: 120px 0; position: relative; }
.eyebrow { margin: 0 0 18px; color: #39705f; font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: var(--mint-2); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: 'Fraunces', Georgia, serif; letter-spacing: -.035em; }
h1 em,h2 em { font-weight: 500; color: #2f755e; }
h2 { font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: .98; margin-bottom: 0; }
p { line-height: 1.72; }

.ambient { position: fixed; pointer-events: none; z-index: -5; border-radius: 50%; filter: blur(110px); opacity: .26; }
.ambient-a { width: 36vw; height: 36vw; background: #a8efc1; right: -15vw; top: 10vh; animation: ambientFloat 20s ease-in-out infinite; }
.ambient-b { width: 30vw; height: 30vw; background: #f3d1a6; left: -12vw; top: 60vh; animation: ambientFloat 24s ease-in-out infinite reverse; }
@keyframes ambientFloat { 50% { transform: translate3d(3vw, -4vh, 0) scale(1.12); } }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(244,241,233,.88); border-color: var(--line); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { font-family: 'Fraunces', serif; font-weight: 600; font-size: 28px; letter-spacing: -.04em; margin-right: auto; }
.brand span { color: #2e936b; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--forest); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.4); align-items: center; justify-content: center; gap: 5px; flex-direction: column; }
.menu-btn span { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s ease; }
.mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 18px; }
.btn-primary { background: var(--forest); color: #fff; box-shadow: 0 12px 28px rgba(15,58,49,.18); }
.btn-primary:hover { background: #174c40; box-shadow: 0 16px 34px rgba(15,58,49,.24); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.3); color: var(--forest); }
.btn-outline { border-color: rgba(15,58,49,.28); background: transparent; color: var(--forest); }
.btn-mint { background: var(--mint); color: #073428; }

.hero { min-height: 100svh; display: flex; align-items: center; padding: 132px 0 78px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero h1 { font-size: clamp(3.8rem, 7.1vw, 7.7rem); line-height: .88; margin: 0; max-width: 760px; }
.hero h1 em { display: inline-block; }
.hero-lead { max-width: 650px; margin: 32px 0 0; font-size: 18px; color: var(--ink-2); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.hero-proof span { border-left: 1px solid var(--line); padding: 0 18px; color: var(--muted); font-size: 13px; }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; color: var(--forest); font-size: 15px; margin-bottom: 2px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.paper-stack { position: absolute; width: min(90%, 465px); aspect-ratio: .83; background: #dfe9e2; border: 1px solid rgba(15,58,49,.12); border-radius: 28px; transform: rotate(6deg) translate(26px, 14px); box-shadow: 0 35px 80px rgba(17,49,41,.1); }
.paper-card { width: min(90%, 465px); aspect-ratio: .83; background: var(--paper); border: 1px solid rgba(15,58,49,.12); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); transform: rotate(-2deg); position: relative; z-index: 2; animation: cardFloat 7s ease-in-out infinite; }
@keyframes cardFloat { 50% { transform: rotate(-1deg) translateY(-10px); } }
.paper-head { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; }
.doc-dot { width: 10px; height: 10px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(113,229,164,.18); }
.doc-title { font-size: 14px; font-weight: 700; }
.doc-tag { margin-left: auto; font-size: 11px; padding: 6px 9px; border-radius: 999px; background: var(--cream-2); font-weight: 700; }
.doc-line { height: 8px; border-radius: 999px; background: #e8e7e2; margin: 13px 0; }
.w-92 { width: 92%; }.w-86 { width: 86%; }.w-78 { width: 78%; }.w-64 { width: 64%; }
.doc-note { margin: 28px 0; border: 1px solid #e4e5de; border-radius: 16px; padding: 14px; display: flex; gap: 12px; align-items: flex-start; background: #fbfaf6; }
.doc-note.note-mint { background: #eefaf2; border-color: #cfead9; }
.note-icon { width: 28px; height: 28px; border-radius: 9px; background: var(--forest); color: #fff; display: grid; place-items: center; flex: 0 0 auto; font-weight: 700; }
.doc-note strong { display: block; font-size: 13px; }
.doc-note small { display: block; color: var(--muted); margin-top: 3px; line-height: 1.35; }
.chat-card { position: absolute; right: -10px; top: 22%; z-index: 3; width: 245px; background: var(--forest); color: #fff; border-radius: 18px; padding: 15px 18px; display: flex; align-items: center; gap: 10px; box-shadow: 0 24px 60px rgba(15,58,49,.25); transform: rotate(2deg); animation: smallFloat 5s ease-in-out infinite; }
.chat-card p { margin: 0; font-size: 12px; line-height: 1.4; }
.chat-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 800; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); margin-left: auto; }
.mini-stat { position: absolute; left: 0; bottom: 14%; z-index: 3; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transform: rotate(-4deg); animation: smallFloat 6s ease-in-out infinite reverse; }
.mini-stat strong,.mini-stat span { display: block; }.mini-stat strong { font-family: 'Fraunces', serif; font-size: 24px; }.mini-stat span { font-size: 11px; color: var(--muted); }
@keyframes smallFloat { 50% { transform: translateY(-8px) rotate(0deg); } }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.24); }
.ticker-track { width: max-content; display: flex; gap: 24px; align-items: center; padding: 18px 0; font-family: 'Fraunces', serif; font-size: 18px; color: #36594e; animation: ticker 28s linear infinite; }
.ticker-track i { color: #79ad98; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-intro { display: grid; grid-template-columns: 1.05fr .55fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.section-intro h2 { max-width: 760px; }
.section-copy { color: var(--muted); margin: 0 0 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 310px; padding: 34px 34px 30px 0; border-bottom: 1px solid var(--line); position: relative; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 44px; }
.service-card:nth-child(even) { padding-left: 44px; }
.service-num { display: inline-block; color: #4b806e; font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.service-card h3 { font-family: 'Fraunces', serif; font-size: 31px; margin: 54px 0 12px; }
.service-card p { color: var(--muted); max-width: 480px; }
.service-card a { position: absolute; bottom: 28px; font-size: 13px; font-weight: 700; color: var(--forest); }
.service-card:hover h3 { color: #2e7d62; }

.feature-section { background: var(--forest); color: #fff; }
.feature-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.feature-sticky { position: sticky; top: 120px; align-self: start; }
.feature-sticky .eyebrow { color: var(--mint-2); }
.feature-sticky h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.feature-sticky h2 em { color: var(--mint); }
.feature-sticky p { color: rgba(255,255,255,.72); max-width: 490px; font-size: 17px; margin: 28px 0; }
.text-link { color: var(--mint); font-weight: 700; }
.feature-list { border-top: 1px solid var(--line-dark); }
.feature-row { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.feature-row > span { color: var(--mint); font-weight: 700; font-size: 12px; letter-spacing: .15em; }
.feature-row h3 { font-family: 'Fraunces', serif; font-size: 29px; margin-bottom: 8px; }
.feature-row p { margin: 0; color: rgba(255,255,255,.68); max-width: 650px; }

.pec-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.pec-copy h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
.pec-copy p { color: var(--muted); max-width: 510px; font-size: 17px; margin: 28px 0; }
.uni-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.uni-pills span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.45); }
.rubric-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: var(--shadow); }
.rubric-top { display: flex; justify-content: space-between; align-items: center; padding: 8px 4px 22px; font-family: 'Fraunces', serif; font-size: 22px; }
.rubric-top strong { font-family: 'DM Sans', sans-serif; font-size: 11px; background: var(--mint-2); padding: 7px 10px; border-radius: 999px; }
.rubric-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; border-top: 1px solid var(--line); padding: 20px 4px; }
.rubric-check { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: #e8f7ed; color: #207653; font-weight: 800; }
.rubric-item strong { display: block; font-size: 14px; }.rubric-item small { display: block; color: var(--muted); margin-top: 3px; }.rubric-item > span:last-child { color: #4a685e; font-weight: 700; font-size: 12px; }

.process { background: #e8e5dc; }
.process-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { padding: 30px 24px 10px 0; border-right: 1px solid var(--line); min-height: 260px; }
.step + .step { padding-left: 24px; }
.step:last-child { border-right: 0; }
.step > span { color: #4b806e; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.step h3 { font-family: 'Fraunces', serif; margin: 80px 0 10px; font-size: 25px; }
.step p { color: var(--muted); font-size: 14px; }

.review-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.review-score { position: relative; width: min(100%, 440px); aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid var(--line); }
.review-score::before,.review-score::after { content: ''; position: absolute; inset: 8%; border: 1px dashed rgba(15,58,49,.18); border-radius: 50%; }.review-score::after { inset: 21%; }
.score-small { font-size: 11px; letter-spacing: .2em; font-weight: 800; color: var(--muted); }.review-score strong { display: block; font-family: 'Fraunces', serif; font-size: clamp(4.5rem, 8vw, 8rem); letter-spacing: -.06em; color: var(--forest); }
.score-ring { position: absolute; inset: -1px; border-radius: 50%; animation: ringSpin 18s linear infinite; }.score-ring span { width: 15px; height: 15px; background: var(--mint); border-radius: 50%; position: absolute; top: 6%; left: 24%; box-shadow: 0 0 0 8px rgba(113,229,164,.16); }
@keyframes ringSpin { to { transform: rotate(360deg); } }
.review-copy h2 { font-size: clamp(3rem, 5.6vw, 6rem); }.review-copy > p { color: var(--muted); max-width: 640px; font-size: 18px; margin: 28px 0; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }.check-list li { padding: 16px 0 16px 34px; border-top: 1px solid var(--line); position: relative; }.check-list li::before { content: '✓'; position: absolute; left: 4px; color: #2e936b; font-weight: 900; }

.ethics { padding-top: 20px; }
.ethics-card { border: 1px solid var(--line); border-radius: 30px; padding: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; background: rgba(255,255,255,.34); }
.ethics-card h2 { font-size: clamp(2.6rem, 4.4vw, 4.8rem); }.ethics-card > p { color: var(--muted); margin: 0; font-size: 17px; }

.opinions { background: radial-gradient(circle at 82% 20%, rgba(113,229,164,.12), transparent 28%), #faf8f2; overflow: hidden; }
.opinions-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; align-items: center; }
.opinions-copy { position: sticky; top: 120px; align-self: start; }
.opinions-copy h2 { font-size: clamp(3rem, 5.4vw, 5.7rem); }
.opinions-copy p { max-width: 560px; color: var(--muted); font-size: 17px; margin: 28px 0; }
.testimonials-stack { display: grid; gap: 18px; position: relative; }
.testimonials-stack::before { content: '“'; position: absolute; z-index: 0; right: -42px; top: -78px; font-family: 'Fraunces', serif; font-size: 210px; line-height: 1; color: rgba(46,147,107,.08); pointer-events: none; }
.testimonial-card { position: relative; z-index: 1; background: rgba(255,255,255,.88); border: 1px solid rgba(20,35,30,.12); border-radius: 26px; padding: 25px 28px 22px; box-shadow: 0 18px 55px rgba(18,46,38,.09); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 26px 70px rgba(18,46,38,.13); border-color: rgba(46,147,107,.28); }
.testimonial-featured { background: linear-gradient(135deg, #f2fbf5, #fffdf8 72%); border-color: rgba(46,147,107,.24); }
.testimonial-head { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; }
.review-avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 8px 20px rgba(15,58,49,.14); }
.avatar-antonio { background: linear-gradient(145deg, #194f41, #4ca77d); }
.avatar-david { background: linear-gradient(145deg, #29485f, #5b8dad); }
.avatar-selvyn { background: linear-gradient(145deg, #755635, #c08c54); }
.review-person { min-width: 0; }
.review-person a { display: inline-block; color: var(--forest); font-weight: 800; line-height: 1.3; }
.review-person a:hover { color: #2e936b; }
.review-person small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.google-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: #4285f4; font-family: Arial, sans-serif; font-weight: 800; font-size: 15px; }
.review-stars { margin: 18px 0 12px; color: #2e936b; font-size: 17px; letter-spacing: .16em; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 20px; line-height: 1.42; letter-spacing: -.012em; }
.testimonial-card footer { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.testimonial-card time { color: var(--ink-2); font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-title { position: sticky; top: 120px; align-self: start; }.faq-title h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }.faq-item summary { cursor: pointer; list-style: none; padding: 26px 0; display: flex; justify-content: space-between; gap: 24px; font-weight: 700; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { font-size: 24px; font-weight: 400; transition: transform .2s ease; }.faq-item[open] summary span { transform: rotate(45deg); }.faq-item p { color: var(--muted); padding: 0 48px 26px 0; margin: 0; }

.contact { padding: 40px 0 80px; }
.contact-card { background: var(--forest); color: #fff; border-radius: 36px; padding: 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; position: relative; overflow: hidden; }
.contact-card::after { content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(113,229,164,.08); filter: blur(20px); right: -200px; bottom: -260px; }
.contact-copy { position: relative; z-index: 2; }.contact-copy h2 { font-size: clamp(3.2rem, 5.6vw, 6rem); }.contact-copy h2 em { color: var(--mint); }.contact-copy > p { max-width: 590px; color: rgba(255,255,255,.7); font-size: 17px; margin: 28px 0; }.contact-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }.contact-email { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }.wa-note { font-size: 12px !important; color: rgba(255,255,255,.5) !important; margin-top: 16px !important; }
.contact-prompt { position: relative; z-index: 2; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 24px; backdrop-filter: blur(10px); }.prompt-label { font-size: 10px; letter-spacing: .18em; font-weight: 800; color: var(--mint-2); }.bubble { max-width: 85%; margin: 18px 0; padding: 14px 16px; border-radius: 15px; font-size: 13px; line-height: 1.45; }.bubble-in { background: rgba(255,255,255,.1); border-bottom-left-radius: 4px; }.bubble-out { background: var(--mint); color: var(--forest); margin-left: auto; border-bottom-right-radius: 4px; }.typing { display: inline-flex; gap: 4px; padding: 10px 12px; background: rgba(255,255,255,.1); border-radius: 999px; }.typing i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; animation: dot 1.2s infinite; }.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes dot{50%{transform:translateY(-4px);opacity:.55}}

.footer { padding: 70px 0 26px; }.footer-grid { display: grid; grid-template-columns: .8fr .55fr 1fr; gap: 70px; padding-bottom: 50px; }.brand-footer { display: inline-block; margin-bottom: 14px; }.footer-grid p { color: var(--muted); font-size: 13px; }.footer-links { display: grid; gap: 10px; align-content: start; font-size: 13px; font-weight: 600; }.footer-disclaimer { margin: 0; }.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }
.reveal[data-split].is-visible { opacity: 1; transform: none; }

.mobile-cta { display: none; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 26px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: #102a23; color: #fff; padding: 12px 16px; border-radius: 12px; font-size: 13px; box-shadow: var(--shadow); transition: .25s ease; max-width: calc(100% - 32px); text-align: center; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .desktop-nav, .nav-wrap > .btn { display: none; }
  .menu-btn { display: flex; }
  .mobile-menu { position: fixed; inset: 78px 0 auto 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 22px 20px 30px; transform: translateY(-140%); opacity: 0; pointer-events: none; transition: .25s ease; display: grid; gap: 2px; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero-grid,.pec-grid,.review-layout,.opinions-grid,.faq-grid,.contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-visual { max-width: 620px; width: 100%; margin: 20px auto 0; }
  .section-intro { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; gap: 60px; }.feature-sticky,.faq-title { position: static; }
  .pec-grid { gap: 60px; }.review-layout { gap: 60px; }.review-score { margin: 0 auto; }
  .ethics-card { grid-template-columns: 1fr; gap: 28px; }
  .opinions-copy { position: static; }
  .testimonials-stack { max-width: 720px; }
  .steps { grid-template-columns: repeat(2,1fr); }.step:nth-child(2) { border-right: 0; }.step:nth-child(3) { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-disclaimer { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .section { padding: 88px 0; }
  .site-header .nav-wrap { height: 68px; }.mobile-menu { inset: 68px 0 auto 0; }
  .brand { font-size: 25px; }
  .hero { padding: 112px 0 60px; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5.4rem); }
  .hero-lead { font-size: 16px; margin-top: 24px; }
  .hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }.hero-proof span { padding: 0 8px; font-size: 11px; }.hero-proof strong { font-size: 13px; }
  .hero-visual { min-height: 430px; }.paper-card { padding: 22px; border-radius: 22px; }.paper-head { margin-bottom: 24px; }.doc-note { margin: 20px 0; }.chat-card { width: 205px; right: -3px; top: 17%; padding: 11px; }.mini-stat { left: 2px; bottom: 9%; }
  h2 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .service-grid { grid-template-columns: 1fr; }.service-card,.service-card:nth-child(odd),.service-card:nth-child(even) { border-right: 0; padding: 28px 0 70px; min-height: 260px; }.service-card h3 { margin-top: 42px; }
  .feature-row { grid-template-columns: 44px 1fr; gap: 14px; }.feature-row h3 { font-size: 24px; }
  .rubric-card { padding: 16px; }.rubric-item { grid-template-columns: 30px 1fr; }.rubric-item > span:last-child { display: none; }
  .process-head { display: block; }.steps { grid-template-columns: 1fr; }.step,.step + .step { border-right: 0; padding: 28px 0; min-height: 0; }.step h3 { margin-top: 42px; }.step + .step { border-top: 0; }
  .ethics-card { padding: 30px 22px; border-radius: 22px; }
  .opinions-grid { gap: 48px; }
  .testimonial-card { padding: 22px 20px 19px; border-radius: 22px; }
  .testimonial-card blockquote { font-size: 18px; }
  .testimonial-card footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact { padding-bottom: 110px; }.contact-card { padding: 38px 24px; border-radius: 26px; gap: 45px; }.contact-actions { align-items: stretch; flex-direction: column; }.contact-actions .btn { width: 100%; }.contact-email { text-align: center; border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-disclaimer { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 6px; }
  .mobile-cta { display: flex; position: fixed; z-index: 95; left: 14px; right: 14px; bottom: 14px; min-height: 52px; border-radius: 999px; background: var(--forest); color: #fff; align-items: center; justify-content: space-between; padding: 0 20px; font-weight: 700; box-shadow: 0 16px 44px rgba(15,58,49,.28); }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-a,.ambient-b,.paper-card,.chat-card,.mini-stat,.ticker-track,.score-ring,.typing i { animation-duration: 60s; }
}


/* --- VIDEO BACKGROUNDS --- */
.hero, .video-band, .contact { position: relative; overflow: clip; }
.section-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.section-video video { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.video-overlay { position: absolute; inset: 0; }
.video-overlay-hero { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.82) 38%, rgba(0,0,0,.42) 65%, rgba(0,0,0,.2) 100%); mix-blend-mode: normal; }
.video-overlay-band { background: linear-gradient(180deg, rgba(0,0,0,.76), rgba(0,0,0,.64)); }
.video-overlay-contact { background: linear-gradient(115deg, rgba(3,10,18,.86), rgba(7,18,30,.64) 40%, rgba(4,10,18,.9)); }
.hero-grid, .process .wrap, .contact-card { position: relative; z-index: 1; }
.hero { background: #071018; }
.hero::before { display:none; }
.hero .hero-visual { display: none; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--mint-2); }
.hero-copy h1 { color: #fff; text-shadow: 0 8px 40px rgba(0,0,0,.48); }
.hero-copy h1 em { color: var(--mint); }
.hero-copy .hero-lead { color: rgba(255,255,255,.86); text-shadow: 0 4px 28px rgba(0,0,0,.55); }
.hero-proof { width: fit-content; padding: 15px 18px; border-radius: 18px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(2,11,17,.34); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 16px 45px rgba(0,0,0,.16); }
.hero-proof span { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.2); }
.hero-proof strong { color: #fff; }
.hero .btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; }
.hero .btn-ghost:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); }
.site-header:not(.scrolled) .brand { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.4); }
.site-header:not(.scrolled) .brand span { color: var(--mint); }
.site-header:not(.scrolled) .desktop-nav { color: rgba(255,255,255,.86); text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.site-header:not(.scrolled) .desktop-nav a::after { background: var(--mint); }
.site-header:not(.scrolled) .nav-wrap > .btn-primary { background: var(--mint); color: var(--forest); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.site-header:not(.scrolled) .menu-btn { border-color: rgba(255,255,255,.34); background: rgba(4,13,21,.38); }
.site-header:not(.scrolled) .menu-btn span { background: #fff; }
.site-header.scrolled .brand { color: var(--ink); }
.process.video-band { color: #f4f7fb; }
.process.video-band .eyebrow, .process.video-band h2, .process.video-band .step h3, .process.video-band .step p { color: inherit; }
.process.video-band .steps { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.process.video-band .step { border-color: rgba(255,255,255,.1); }
.process.video-band .step span { color: rgba(255,255,255,.36); }
.contact { position: relative; }
.contact-card { background: rgba(7,18,27,.62); border: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.contact-email, .contact-phone { color: #f8fbff; }
.contact-meta { display: flex; flex-direction: column; gap: 10px; }
.contact-phone { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-phone:hover { color: var(--mint); }
@media (max-width: 680px) {
  .section-video video { transform: scale(1.08); }
  .video-overlay-hero { background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.8) 48%, rgba(0,0,0,.64) 100%); }
  .hero-proof { width: 100%; }
}

body.menu-open .site-header { background: var(--cream); }
body.menu-open .site-header .brand { color: var(--ink); text-shadow: none; }
body.menu-open .site-header .brand span { color: #2e936b; }
body.menu-open .site-header .menu-btn { border-color: var(--line); background: rgba(255,255,255,.5); }
body.menu-open .site-header .menu-btn span { background: var(--ink); }

/* --- MOBILE COMPACT LAYOUT --- */
@media (max-width: 680px) {
  html { scroll-padding-top: 76px; }
  .section { padding: 58px 0; }
  .eyebrow { margin-bottom: 12px; font-size: 10px; }
  h2,
  .feature-sticky h2,
  .pec-copy h2,
  .review-copy h2,
  .opinions-copy h2,
  .faq-title h2,
  .contact-copy h2 { font-size: clamp(2.25rem, 10.5vw, 3.25rem); line-height: 1.02; }

  .hero { min-height: auto; padding: 94px 0 42px; }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 3.75rem); line-height: .93; }
  .hero-lead { margin-top: 18px; line-height: 1.55; }
  .hero-actions { margin-top: 22px; }
  .hero-proof { margin-top: 22px; padding: 12px 8px; }
  .ticker-track { padding: 12px 0; font-size: 16px; }

  .section-intro { gap: 16px; margin-bottom: 28px; }
  .section-copy { line-height: 1.55; }

  .service-grid,
  .feature-list,
  .steps,
  .testimonials-stack {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .service-grid::-webkit-scrollbar,
  .feature-list::-webkit-scrollbar,
  .steps::-webkit-scrollbar,
  .testimonials-stack::-webkit-scrollbar { display: none; }

  .service-grid { grid-auto-columns: 84%; gap: 12px; border-top: 0; padding-bottom: 8px; }
  .service-card,
  .service-card:nth-child(odd),
  .service-card:nth-child(even) {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-height: 278px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.42);
  }
  .service-card h3 { margin: 24px 0 10px; font-size: 27px; }
  .service-card p { line-height: 1.55; }
  .service-card a { position: static; display: flex; align-items: center; min-height: 44px; margin-top: auto; padding-top: 16px; }

  .feature-grid { gap: 28px; }
  .feature-sticky p { margin: 18px 0; font-size: 15px; line-height: 1.6; }
  .feature-list { grid-auto-columns: 84%; gap: 12px; border-top: 0; padding-bottom: 8px; }
  .feature-row,
  .feature-row + .feature-row {
    scroll-snap-align: start;
    display: block;
    min-height: 222px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    background: rgba(255,255,255,.05);
  }
  .feature-row h3 { margin: 28px 0 8px; font-size: 25px; }
  .feature-row p { line-height: 1.55; }
  .text-link { display: inline-flex; align-items: center; min-height: 44px; }

  .pec-grid { gap: 28px; }
  .pec-copy p { margin: 18px 0; font-size: 15px; line-height: 1.6; }
  .rubric-card { border-radius: 20px; }
  .rubric-top { padding-bottom: 14px; }
  .rubric-item { padding: 14px 4px; }

  .process-head { margin-bottom: 26px; }
  .steps { grid-auto-columns: 84%; gap: 12px; border-top: 0; padding-bottom: 8px; }
  .step,
  .step + .step {
    scroll-snap-align: start;
    min-height: 216px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    background: rgba(4,13,21,.24);
  }
  .step h3 { margin: 38px 0 8px; }
  .step p { line-height: 1.55; }

  .review-layout { gap: 0; }
  .review-score { display: none; }
  .review-copy > p { margin: 18px 0; font-size: 16px; line-height: 1.6; }
  .check-list { margin-top: 20px; }
  .check-list li { padding-top: 12px; padding-bottom: 12px; }

  .opinions-grid { gap: 28px; }
  .opinions-copy p { margin: 18px 0; font-size: 15px; line-height: 1.6; }
  .opinions-copy .btn { width: 100%; }
  .testimonials-stack { grid-auto-columns: 90%; gap: 12px; padding: 2px 0 10px; }
  .testimonials-stack::before { display: none; }
  .testimonial-card { scroll-snap-align: start; min-height: 330px; }

  .faq-grid { gap: 28px; }
  .faq-item summary { min-height: 58px; padding: 17px 0; align-items: center; }
  .faq-item p { padding: 0 24px 18px 0; line-height: 1.6; }

  .contact { padding: 18px 0 92px; }
  .contact-card { padding: 30px 20px; gap: 0; }
  .contact-copy > p { margin: 18px 0; font-size: 15px; line-height: 1.6; }
  .contact-prompt { display: none; }

  .footer { padding: 42px 0 86px; }
  .footer-grid { gap: 22px; padding-bottom: 28px; }
}
