:root {
  --ink: #15211e;
  --muted: #5b6864;
  --green: #0b8f64;
  --green-bright: #18b57f;
  --green-soft: #dff4eb;
  --dark: #0e211c;
  --dark-2: #16332b;
  --paper: #f5f7f5;
  --white: #ffffff;
  --line: #dce3df;
  --amber: #f5a524;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 35, 27, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.1rem, 5.35vw, 5.25rem); max-width: 820px; margin-bottom: 28px; }
h1 em { color: #53d5a5; font-style: normal; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-150%); padding: 12px 18px; border-radius: 8px; background: #fff; color: #111; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow-light { color: #56d9a9; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid var(--green-bright); border-radius: 11px; background: var(--green); color: #fff; font-weight: 760; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #087a56; box-shadow: 0 12px 30px rgba(13, 143, 100, .24); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid #ffcf5c; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.button-ghost { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.13); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header[data-scrolled="true"] { background: rgba(255,255,255,.96); color: var(--ink); border-color: var(--line); box-shadow: 0 8px 30px rgba(7,35,27,.08); backdrop-filter: blur(14px); }
.header-inner { display: flex; height: 80px; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 250px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 1.05rem; }
.brand small { margin-top: 5px; color: inherit; font-size: .68rem; opacity: .66; }
.brand-mark { position: relative; display: grid; width: 41px; height: 41px; flex: 0 0 41px; place-items: center; overflow: hidden; border-radius: 11px; background: #10241f; }
.brand-mark::before { content: ""; width: 25px; height: 20px; background: var(--green-bright); clip-path: polygon(0 50%, 100% 0, 72% 100%, 48% 60%); }
.brand-mark span { position: absolute; width: 9px; height: 8px; transform: translate(2px, 2px); background: #fff; clip-path: polygon(0 50%, 100% 0, 72% 100%, 48% 60%); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; font-size: .9rem; font-weight: 650; }
.desktop-nav a, .header-phone { transition: color .2s ease; }
.desktop-nav a:hover, .header-phone:hover { color: #4ed3a2; }
.site-header[data-scrolled="true"] .desktop-nav a:hover, .site-header[data-scrolled="true"] .header-phone:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { white-space: nowrap; color: #59dbac; font-size: .92rem; font-weight: 800; }
.menu-button { display: none; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-radius: 10px; background: rgba(255,255,255,.12); color: inherit; cursor: pointer; }
.menu-button span { width: 21px; height: 2px; background: currentColor; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 890px; overflow: hidden; background: var(--dark); color: #fff; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/chz-control-hero.png"); background-position: center; background-size: cover; opacity: .66; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,24,19,.96) 0%, rgba(6,24,19,.9) 43%, rgba(6,24,19,.46) 72%, rgba(6,24,19,.57) 100%), linear-gradient(0deg, rgba(8,28,22,.76), transparent 38%); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 890px; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 64px; padding-top: 118px; padding-bottom: 92px; }
.hero-lead { max-width: 700px; margin-bottom: 22px; color: rgba(255,255,255,.8); font-size: 1.16rem; line-height: 1.7; }
.hero-price { display: inline-flex; align-items: center; gap: 18px; margin-bottom: 28px; padding: 13px 16px; border: 1px solid rgba(83,213,165,.38); border-radius: 13px; background: rgba(15,65,50,.56); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.hero-price > span { color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 700; }
.hero-price strong { color: #fff; font-size: 1.3rem; letter-spacing: -.02em; white-space: nowrap; }
.hero-price small { color: #53d5a5; font-size: .72rem; font-weight: 750; letter-spacing: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.hero-promises { display: flex; flex-wrap: wrap; gap: 13px 28px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: .9rem; }
.hero-promises span { color: #4bd7a4; font-weight: 900; }
.control-card { align-self: end; margin-bottom: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(246,250,248,.93); color: var(--ink); box-shadow: 0 38px 100px rgba(0,0,0,.36); backdrop-filter: blur(18px); overflow: hidden; transform: perspective(1400px) rotateY(-3deg); }
.control-card-head, .control-status, .control-footer { display: flex; align-items: center; justify-content: space-between; }
.control-card-head { padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.control-card-head small { color: var(--muted); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(24,181,127,.13); }
.control-status { padding: 19px 18px; }
.control-status > div { display: flex; flex-direction: column; }
.control-status small, .metric-card small { color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }
.control-status strong { margin-top: 4px; font-size: .98rem; }
.status-pill { padding: 6px 10px; border-radius: 20px; background: var(--green-soft); color: #087451; font-size: .7rem; font-weight: 800; }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.metric-card { display: flex; min-height: 142px; flex-direction: column; padding: 17px; background: rgba(255,255,255,.92); }
.metric-card strong { margin: 17px 0 3px; font-size: .9rem; letter-spacing: -.01em; }
.metric-icon { display: grid; width: 28px; height: 28px; margin-bottom: 12px; place-items: center; border-radius: 8px; font-size: .85rem; font-weight: 900; }
.metric-green { background: var(--green-soft); color: var(--green); }
.metric-amber { background: #fff0d6; color: #b56d00; }
.metric-note { color: var(--muted); font-size: .71rem; }
.control-footer { padding: 17px 18px; color: var(--muted); font-size: .72rem; }
.control-footer strong { color: var(--ink); }
.flow-line { width: 38px; height: 1px; margin: 0 8px; background: var(--green); }

.trust-strip { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 1.2fr 2.8fr; align-items: stretch; }
.trust-intro { display: flex; align-items: center; gap: 16px; padding: 28px 32px 28px 0; border-right: 1px solid var(--line); }
.trust-intro p { max-width: 230px; margin: 0; font-size: .9rem; font-weight: 760; line-height: 1.35; }
.brand-mark-small { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; }
.trust-grid dl { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; }
.trust-grid dl > div { padding: 25px 24px; border-right: 1px solid var(--line); }
.trust-grid dl > div:last-child { border-right: 0; }
.trust-grid dt { color: var(--green); font-size: 1.7rem; font-weight: 850; letter-spacing: -.04em; }
.trust-grid dd { margin: 3px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.urgency { background: #fff; }
.urgency-grid, .faq-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.sticky-heading { position: sticky; top: 120px; align-self: start; }
.risk-list { display: grid; gap: 12px; }
.risk-card { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.risk-card h3 { margin-bottom: 11px; }
.risk-card p { margin: 0; color: var(--muted); }
.risk-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e8eeeb; color: #5d6b66; font-size: .72rem; font-weight: 800; }
.risk-primary { border-color: rgba(12,143,100,.4); background: var(--green-soft); }
.risk-primary .risk-number { background: var(--green); color: #fff; }

.service-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 375px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 130px; height: 130px; border: 1px solid rgba(13,143,100,.12); border-radius: 50%; }
.service-card.featured { background: #edf9f4; border-color: rgba(12,143,100,.35); }
.service-index { position: absolute; right: 26px; top: 24px; color: #9ba7a3; font-size: .72rem; font-weight: 800; }
.service-icon { display: grid; width: 48px; height: 48px; margin-bottom: 34px; place-items: center; border-radius: 13px; background: var(--green-soft); color: var(--green); font-size: 1.15rem; font-weight: 900; }
.service-card h3 { max-width: 270px; margin-bottom: 16px; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-result { position: absolute; right: 30px; bottom: 28px; left: 30px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--green); font-size: .76rem; font-weight: 750; }
.service-cta { display: flex; flex-direction: column; justify-content: space-between; background: var(--dark); color: #fff; }
.service-cta::before { content: ""; position: absolute; right: -65px; bottom: -65px; width: 210px; height: 210px; border: 1px solid rgba(80,215,166,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(80,215,166,.04); }
.service-cta h3 { max-width: 320px; font-size: 1.85rem; }
.text-link { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); color: #58dbaa; font-weight: 800; }

.process-section { background: #fff; }
.centered-heading { max-width: 790px; margin: 0 auto 62px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { margin-inline: auto; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-rows: 56px auto; padding: 0 25px; border-left: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; border-left: 0; }
.process-list li:last-child { padding-right: 0; }
.process-list li > span { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #b9cec6; border-radius: 50%; background: #fff; color: var(--green); font-size: .78rem; font-weight: 850; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 23px; right: 0; left: 46px; height: 1px; background: linear-gradient(90deg, #9fc8b9, transparent); }
.process-list small { display: block; margin: 18px 0 10px; color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.process-list h3 { margin-bottom: 12px; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.results-section { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.results-section::before { content: ""; position: absolute; left: -12%; top: -70%; width: 700px; height: 700px; border: 1px solid rgba(82,216,166,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(82,216,166,.03), 0 0 0 160px rgba(82,216,166,.02); }
.results-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.results-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 1.02rem; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); list-style: none; }
.outcome-list li { display: grid; min-height: 200px; grid-template-columns: 38px 1fr; gap: 18px; padding: 28px; background: #122b24; }
.outcome-list li > span { color: #53d5a5; font-size: .72rem; font-weight: 800; }
.outcome-list h3 { margin-bottom: 10px; font-size: 1.15rem; }
.outcome-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .87rem; }

.fit-section { background: #fff; }
.fit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.fit-grid article { min-height: 270px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.fit-grid span { display: block; margin-bottom: 52px; color: var(--green); font-size: .72rem; font-weight: 800; }
.fit-grid h3 { margin-bottom: 14px; }
.fit-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.trust-section { padding-top: 0; background: #fff; }
.trust-panel { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 570px; border-radius: 30px; background: var(--dark-2); color: #fff; overflow: hidden; }
.trust-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, #1e5544, #0d251e 60%); }
.trust-visual small { position: absolute; bottom: 30px; color: rgba(255,255,255,.5); font-size: .75rem; font-weight: 800; letter-spacing: .22em; }
.brand-mark-large { width: 116px; height: 116px; flex-basis: 116px; border-radius: 30px; box-shadow: 0 20px 60px rgba(0,0,0,.36); transform: rotate(-4deg); }
.brand-mark-large::before { width: 72px; height: 58px; }
.brand-mark-large span { width: 25px; height: 22px; transform: translate(7px,6px); }
.ring { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(82,217,168,.23); border-radius: 50%; }
.ring-two { width: 390px; height: 390px; border-color: rgba(82,217,168,.1); }
.trust-copy { padding: 72px; }
.trust-copy h2 { max-width: 620px; }
.trust-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); }
.trust-copy ul { display: grid; gap: 10px; margin: 32px 0 0; padding: 0; list-style: none; }
.trust-copy li { position: relative; padding: 13px 15px 13px 44px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.86); }
.trust-copy li::before { content: "✓"; position: absolute; left: 17px; color: #53d5a5; font-weight: 900; }

.faq-section { background: var(--paper); }
.faq-list { border-top: 1px solid #bcc7c3; }
.faq-list details { border-bottom: 1px solid #bcc7c3; }
.faq-list summary { position: relative; padding: 26px 56px 26px 0; cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 4px; top: 50%; width: 20px; height: 2px; background: var(--green); transition: transform .2s ease; }
.faq-list summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details div { padding: 0 70px 24px 0; }
.faq-list details p { margin: 0; color: var(--muted); line-height: 1.7; }

.contact-section { position: relative; padding: 80px 0; overflow: hidden; background: var(--dark); color: #fff; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; right: -110px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(80,215,166,.18); border-radius: 50%; pointer-events: none; }
.contact-section::after { right: -25px; bottom: -135px; width: 350px; height: 350px; border-color: rgba(80,215,166,.12); }
.contact-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.contact-actions { padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(5,34,27,.72); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.lead-form { display: grid; gap: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lead-form label:not(.consent, .honeypot) { display: grid; gap: 7px; }
.lead-form label > span { color: rgba(255,255,255,.72); font-size: .74rem; font-weight: 700; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.23); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; outline: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.lead-form input:not([type="checkbox"]) { height: 48px; padding: 0 13px; }
.lead-form textarea { min-height: 96px; padding: 12px 13px; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.45); }
.lead-form input:focus, .lead-form textarea:focus { border-color: #8cf0ca; background: rgba(255,255,255,.15); box-shadow: 0 0 0 3px rgba(255,255,255,.1); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 10px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #fff; }
.consent span { line-height: 1.45; }
.form-button { min-height: 52px; border: 0; border-radius: 10px; background: #fff; color: #087451; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.form-button:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,.16); }
.form-button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { min-height: 22px; margin: -2px 0 0; padding: 0 3px; color: rgba(255,255,255,.68); font-size: .78rem; }
.form-note.is-success { color: #d8ffef; font-weight: 750; }
.form-note.is-error { color: #fff1cf; }
.contact-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.contact-secondary a { display: flex; min-width: 0; flex-direction: column; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.08); }
.contact-secondary span { color: rgba(255,255,255,.6); }
.contact-secondary strong { margin-top: 2px; overflow: hidden; font-size: .85rem; text-overflow: ellipsis; }
.contact-channels { margin-top: 14px; }
.contact-note { margin: 16px 3px 0; color: rgba(255,255,255,.58); font-size: .76rem; }
.contact-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 42px 0; background: #091a15; color: #fff; }
.footer-inner { display: grid; grid-template-columns: 1.2fr .9fr .9fr; align-items: center; gap: 40px; }
.brand-footer { min-width: 0; }
.footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; font-size: .78rem; color: rgba(255,255,255,.67); }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.46); font-size: .72rem; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 28px; }
  .control-card { transform: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-intro { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-intro p { max-width: none; }
  .urgency-grid, .faq-grid { gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 345px; }
  .results-grid { gap: 50px; }
  .trust-copy { padding: 52px; }
  .contact-panel { gap: 48px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 78px 0; }
  .header-inner { height: 70px; }
  .header-actions { display: none; }
  .menu-button { display: flex; margin-left: auto; }
  .site-header[data-scrolled="true"] .menu-button { background: #edf2ef; }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; background: #fff; color: var(--ink); box-shadow: 0 18px 35px rgba(7,35,27,.12); transition: max-height .25s ease; }
  .mobile-nav[data-open="true"] { max-height: 350px; }
  .mobile-nav a { padding: 13px 24px; border-top: 1px solid var(--line); font-weight: 700; }
  .mobile-nav a:last-child { background: var(--green); color: #fff; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 138px; padding-bottom: 70px; }
  .hero-copy { max-width: 700px; }
  .control-card { width: min(100%, 620px); margin: 15px auto 0; }
  .trust-grid dl { grid-template-columns: 1fr 1fr; }
  .trust-grid dl > div { border-bottom: 1px solid var(--line); }
  .trust-grid dl > div:nth-child(2) { border-right: 0; }
  .urgency-grid, .faq-grid, .results-grid, .contact-panel { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .process-list { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .process-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: auto; }
  .fit-grid span { margin-bottom: 30px; }
  .trust-panel { grid-template-columns: 1fr; }
  .trust-visual { min-height: 330px; }
  .contact-panel { gap: 36px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); --radius: 17px; }
  body { padding-bottom: 66px; }
  h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.2rem; }
  .section { padding: 65px 0; }
  .brand { min-width: 0; }
  .brand small { max-width: 185px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-grid { padding-top: 116px; }
  .hero-lead { font-size: 1.02rem; }
  .hero-price { width: 100%; justify-content: space-between; gap: 12px; }
  .hero-price > span { max-width: 120px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-promises { display: grid; gap: 10px; }
  .control-card { border-radius: 17px; }
  .control-status { align-items: flex-start; gap: 12px; }
  .control-status .status-pill { flex-shrink: 0; }
  .control-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 123px; }
  .control-footer { display: none; }
  .trust-grid dl { grid-template-columns: 1fr 1fr; }
  .trust-grid dl > div { padding: 20px 13px; }
  .urgency-grid, .faq-grid { gap: 36px; }
  .risk-card { grid-template-columns: 38px 1fr; gap: 13px; padding: 23px 20px; }
  .risk-number { width: 35px; height: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; padding: 25px; }
  .service-result { right: 25px; bottom: 23px; left: 25px; }
  .process-list { grid-template-columns: 1fr; gap: 34px; }
  .process-list li, .process-list li:nth-child(3) { grid-template-columns: 48px 1fr; grid-template-rows: auto; gap: 14px; padding: 0; border-left: 0; }
  .process-list li::after { display: none; }
  .process-list small { margin-top: 0; }
  .outcome-list { grid-template-columns: 1fr; }
  .outcome-list li { min-height: 170px; }
  .trust-visual { min-height: 280px; }
  .trust-copy { padding: 36px 24px; }
  .faq-list summary { padding-block: 22px; font-size: 1.05rem; }
  .faq-list details div { padding-right: 20px; }
  .contact-section { padding: 64px 0; }
  .contact-actions { padding: 12px; border-radius: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-secondary { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 99; right: 8px; bottom: 8px; left: 8px; display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(7,120,83,.96); color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
  .mobile-cta span { font-size: .73rem; line-height: 1.25; }
  .mobile-cta strong { white-space: nowrap; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (prefers-contrast: more) {
  :root { --muted: #384440; --line: #9ba9a4; }
  .hero-lead, .hero-promises, .results-copy > p:not(.eyebrow), .trust-copy > p:not(.eyebrow) { color: #fff; }
}
