:root {
  --coal: #101716;
  --coal-2: #19211f;
  --ink: #17201e;
  --muted: #626c68;
  --paper: #f2f1ea;
  --paper-2: #e7e5dc;
  --white: #fff;
  --lime: #c8f05b;
  --lime-dark: #7ea72c;
  --orange: #ff7a37;
  --line: #c8cbc4;
  --radius: 22px;
  --shadow: 0 32px 90px rgba(8, 18, 15, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.frame { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 200; background: var(--lime); color: var(--coal); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.loss-header { position: sticky; top: 0; z-index: 80; background: rgba(16, 23, 22, .92); color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(18px); }
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.025em; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 750; }
.header-nav a { color: #bbc5c1; text-decoration: none; }
.header-nav a:hover { color: var(--white); }
.header-nav .nav-cta { color: var(--coal); background: var(--lime); padding: 10px 15px; border-radius: 999px; }

.loss-hero { overflow: hidden; padding: clamp(72px, 9vw, 122px) 0 82px; background: var(--coal); color: var(--white); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr); gap: clamp(45px, 7vw, 94px); align-items: center; }
.overline, .kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.overline { display: flex; align-items: center; gap: 10px; color: var(--lime); }
.overline span { width: 35px; height: 2px; background: var(--lime); }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .91; letter-spacing: -.07em; text-wrap: balance; }
.hero-text { max-width: 690px; margin: 28px 0 0; color: #b8c5c0; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 880; cursor: pointer; transition: transform .18s ease, background-color .18s ease; }
.action:hover { transform: translateY(-2px); }
.action-lime { background: var(--lime); color: #1b2809; box-shadow: 0 14px 36px rgba(200, 240, 91, .18); }
.action-lime:hover { background: #d9fa7d; }
.action-outline { background: transparent; border-color: rgba(255, 255, 255, .27); color: var(--white); }
.action-outline:hover { background: rgba(255, 255, 255, .06); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.hero-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, .15); }
.hero-principles div { padding: 20px 16px 0 0; }
.hero-principles div + div { padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .12); }
.hero-principles b { display: block; font-size: 14px; }
.hero-principles span { display: block; margin-top: 5px; color: #879993; font-size: 11px; line-height: 1.35; }

.hero-board { position: relative; min-height: 665px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.hero-board figure { margin: 0; overflow: hidden; background: #27312f; border: 1px solid rgba(255, 255, 255, .12); }
.board-main { grid-row: 1 / 3; position: relative; border-radius: 28px 10px 10px 28px; }
.hero-board img { width: 100%; height: 100%; object-fit: cover; }
.board-main figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px; display: grid; background: rgba(16, 23, 22, .88); border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; backdrop-filter: blur(12px); }
.board-main figcaption b { font-size: 17px; }
.board-main figcaption span { color: #aebbb6; font-size: 11px; }
.board-small { position: relative; border-radius: 10px 28px 10px 10px; }
.board-small:last-of-type { border-radius: 10px 10px 28px 10px; }
.mini-diagram { position: relative; width: 100%; height: 100%; overflow: hidden; background: #e9e9e3; }
.mini-entry::before { content: ""; position: absolute; left: 15%; right: 15%; top: 47%; height: 4px; background: #7d8b87; box-shadow: 0 20px 0 #7d8b87; border-radius: 4px; }
.mini-entry::after { content: ""; position: absolute; left: 24%; top: 36%; width: 5px; height: 47%; background: #283431; box-shadow: 52px 0 0 #283431, 104px 0 0 #283431; border-radius: 3px; }
.mini-entry i { position: absolute; left: 50%; top: 28%; z-index: 2; transform: translateX(-50%); display: grid; place-items: center; width: 42px; height: 42px; background: var(--lime); color: var(--ink); border-radius: 50%; font-style: normal; font-size: 21px; font-weight: 900; }
.mini-lane::before { content: ""; position: absolute; left: 33%; top: 22%; width: 7px; height: 62%; background: #52605c; border-radius: 4px; }
.mini-lane::after { content: ""; position: absolute; left: 34%; top: 37%; width: 45%; height: 24%; border: 5px solid #52605c; border-left-width: 3px; border-radius: 0 999px 999px 0; }
.mini-lane i { position: absolute; right: 18%; top: 46%; width: 12px; height: 12px; background: var(--orange); border-radius: 50%; }
.board-small figcaption { position: absolute; left: 10px; bottom: 10px; background: var(--coal); color: var(--white); padding: 7px 9px; border-radius: 6px; font-size: 10px; font-weight: 850; }
.board-label { position: absolute; left: -28px; top: 34px; width: 210px; padding: 15px; background: var(--orange); color: #291107; border-radius: 10px; box-shadow: 0 18px 50px rgba(0, 0, 0, .25); font-size: 12px; font-weight: 800; transform: rotate(-2deg); }
.board-label span { display: block; margin-bottom: 5px; font-size: 9px; letter-spacing: .15em; }

.position-bar { background: var(--lime); padding: 28px 0; }
.position-row { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: center; }
.position-row p { margin: 0; }
.position-row p:first-child { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.position-row p:last-child { max-width: 860px; font-size: clamp(20px, 2.5vw, 30px); line-height: 1.2; font-weight: 790; letter-spacing: -.035em; }

.section { padding: clamp(82px, 9vw, 126px) 0; }
.kicker { color: #466017; }
.kicker-light { color: var(--lime); }
.kicker-lime { color: var(--lime); }
.section-heading { display: grid; grid-template-columns: 1.1fr .55fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading .kicker { grid-column: 1 / -1; margin-bottom: -44px; }
.section-heading h2, .labor-statement h2, .plan-copy h2, .limits-layout h2, .faq-layout h2, .lead-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 67px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }

.control-section { background: var(--paper); }
.control-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.control-card { position: relative; display: grid; min-height: 560px; padding: 22px; background: rgba(255, 255, 255, .56); border: 1px solid var(--line); border-radius: var(--radius); }
.control-card.featured-card { background: var(--coal); color: var(--white); border-color: var(--coal); }
.card-index { margin-bottom: 16px; color: #59645f; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.featured-card .card-index { color: var(--lime); }
.card-image { height: 260px; overflow: hidden; background: #dfe1dc; border-radius: 14px; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.contain-image img { object-fit: contain; padding: 18px; }
.control-card h3 { align-self: end; margin: 25px 0 8px; font-size: 31px; letter-spacing: -.04em; }
.control-card > p { margin: 0; max-width: 560px; color: var(--muted); }
.featured-card > p { color: #a8b8b2; }
.control-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.control-card li { padding: 7px 9px; background: var(--paper-2); border-radius: 999px; font-size: 10px; font-weight: 800; }
.featured-card li { background: #2a3431; color: #c7d2cd; }
.control-card > a { margin-top: 20px; color: var(--lime); font-size: 13px; font-weight: 850; text-decoration: none; }
.control-card > a span { display: inline-block; transition: transform .2s ease; }
.control-card > a:hover span { transform: translateX(5px); }

.labor-section { background: var(--coal); color: var(--white); }
.labor-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.labor-statement { position: sticky; top: 110px; }
.labor-statement > p:last-child { color: #a9b8b3; font-size: 18px; }
.labor-comparison { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255, 255, 255, .16); border-radius: 24px; overflow: hidden; }
.comparison-column { padding: 28px; }
.comparison-column + .comparison-column { border-left: 1px solid rgba(255, 255, 255, .16); }
.before-column { background: #1e2523; }
.after-column { background: var(--lime); color: var(--ink); }
.comparison-label { margin: 0 0 40px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.comparison-column ul { margin: 0; padding: 0; list-style: none; }
.comparison-column li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .14); font-weight: 700; }
.after-column li { border-top-color: rgba(23, 32, 30, .22); }
.comparison-column li span { font-size: 9px; letter-spacing: .12em; opacity: .76; }
.after-column li span { color: #30410b; opacity: 1; }

.plan-section { background: var(--white); }
.plan-layout { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(55px, 8vw, 100px); align-items: center; }
.plan-visual { padding: 24px; background: #d9dbd5; border-radius: 28px; box-shadow: inset 0 0 0 1px #c6c8c2; }
.plan-paper { position: relative; min-height: 620px; overflow: hidden; background-color: #fbfbf8; background-image: linear-gradient(rgba(34, 92, 67, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 92, 67, .08) 1px, transparent 1px); background-size: 27px 27px; border: 1px solid #aeb4ac; }
.plan-title { position: absolute; left: 22px; top: 19px; margin: 0; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.plan-zone { position: absolute; display: grid; place-items: center; border: 3px solid var(--ink); background: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 900; }
.zone-entry { left: 10%; top: 23%; width: 20%; height: 18%; }
.zone-register { left: 37%; top: 17%; width: 26%; height: 30%; }
.zone-sco { right: 10%; top: 22%; width: 21%; height: 25%; border-color: var(--orange); }
.zone-exit { right: 18%; bottom: 21%; width: 21%; height: 17%; border-color: var(--lime-dark); }
.plan-path { position: absolute; height: 10px; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.path-a { left: 19%; right: 18%; top: 54%; transform: rotate(8deg); }
.path-b { left: 39%; right: 26%; bottom: 30%; transform: rotate(90deg); }
.plan-key { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; gap: 20px; padding-top: 10px; border-top: 2px solid var(--ink); font-size: 9px; }
.plan-copy > p:not(.kicker) { color: var(--muted); font-size: 18px; }
.plan-copy ol { margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plan-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.plan-copy li > span { color: #45600d; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.plan-copy li b { font-size: 16px; }
.plan-copy li p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.inline-link { display: inline-flex; gap: 14px; color: #405d0d; font-weight: 900; text-decoration: none; border-bottom: 2px solid #405d0d; padding-bottom: 4px; }
.inline-link span { transition: transform .2s ease; }
.inline-link:hover span { transform: translateX(5px); }

.system-section { background: var(--coal); color: var(--white); }
.system-heading > p:last-child { color: #9dafaa; }
.system-table { border-top: 1px solid rgba(255, 255, 255, .17); }
.system-table article { display: grid; grid-template-columns: 60px 1fr 1.4fr 120px; gap: 22px; align-items: center; min-height: 126px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.system-number { color: var(--lime); font-size: 10px; letter-spacing: .12em; font-weight: 900; }
.system-table h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.system-table p { margin: 0; color: #98aaa4; }
.system-tag, .system-table a { justify-self: end; color: #bfccc8; font-size: 11px; font-weight: 800; text-decoration: none; }
.system-table a { color: var(--lime); }

.limits-section { background: var(--paper-2); }
.limits-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.limits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.limits-grid article { min-height: 190px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--lime-dark); border-radius: 14px; }
.limits-grid article.not-card { border-top-color: var(--orange); }
.limits-grid b { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.limits-grid p { margin: 42px 0 0; color: var(--muted); font-size: 15px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 44px 24px 0; font-size: 18px; font-weight: 820; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; font-size: 30px; font-weight: 350; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 44px 24px 0; color: var(--muted); }

.lead-section { background: #0b1110; color: var(--white); }
.lead-layout { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.lead-copy { position: sticky; top: 110px; }
.lead-copy > p:not(.kicker) { color: #a0b0aa; font-size: 18px; }
.deliverable-card { margin-top: 34px; padding: 25px; border: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .04); border-radius: 16px; }
.deliverable-card ul { margin: 11px 0 0; padding-left: 20px; color: #a5b4af; }
.deliverable-card li { margin: 6px 0; }
.loss-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: clamp(24px, 4vw, 42px); background: var(--white); color: var(--ink); border-radius: 26px; box-shadow: 0 34px 90px rgba(0, 0, 0, .3); }
.form-title { grid-column: 1 / -1; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-title p { margin: 0; font-size: 25px; font-weight: 900; letter-spacing: -.035em; }
.form-title span { color: var(--muted); font-size: 12px; }
.loss-form label { display: grid; gap: 7px; color: #3b4844; font-size: 12px; font-weight: 850; }
.loss-form input, .loss-form select, .loss-form textarea { width: 100%; border: 1px solid #c8ccc7; background: #fafaf6; color: var(--ink); border-radius: 9px; padding: 13px 14px; }
.loss-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.consent-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.consent-check input { width: auto; margin-top: 3px; }
.consent-check a { color: #48650e; }
.loss-form .action { border: 0; }
.form-note { margin: -5px 0 0; text-align: center; color: var(--muted); font-size: 10px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.loss-footer { padding: 30px 0; background: #050908; color: #8fa09a; border-top: 1px solid rgba(255, 255, 255, .09); }
.footer-row { display: flex; align-items: center; gap: 30px; }
.footer-row .brand { color: var(--white); }
.footer-row > p { margin: 0 auto 0 0; font-size: 11px; }
.footer-row nav { display: flex; gap: 22px; font-size: 11px; }

.mobile-offer { position: fixed; left: 12px; right: 12px; bottom: -180px; z-index: 70; display: none; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 10px 10px 10px 14px; background: rgba(16, 23, 22, .97); color: var(--white); border: 1px solid rgba(255, 255, 255, .15); border-radius: 14px; box-shadow: 0 20px 50px rgba(0, 0, 0, .38); transition: bottom .3s ease; }
.mobile-offer.visible { bottom: 12px; }
.mobile-offer div { display: grid; }
.mobile-offer span { color: #9aaba5; font-size: 10px; }
.mobile-offer b { font-size: 13px; }
.mobile-offer .action { min-height: 42px; padding: 0 13px; font-size: 11px; }
.mobile-dismiss { width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: #9aaba5; font-size: 24px; cursor: pointer; }

.consent-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100; max-width: 760px; margin: auto; padding: 20px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 16px; background: #101716; color: var(--white); box-shadow: 0 18px 50px rgba(0, 0, 0, .45); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0 0 14px; color: #b0beba; }
.consent-banner a { color: var(--lime); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-actions .action { min-height: 42px; }

@media (max-width: 1000px) {
  .hero-layout, .labor-layout, .plan-layout, .lead-layout { grid-template-columns: 1fr; }
  .hero-board { max-width: 840px; }
  .labor-statement, .lead-copy { position: static; }
  .limits-layout { grid-template-columns: 1fr; gap: 46px; }
}

@media (max-width: 780px) {
  .frame { width: min(100% - 28px, 1200px); }
  .header-row { min-height: 64px; }
  .header-nav > a:not(.nav-cta) { display: none; }
  .header-row .brand span { display: none; }
  .brand img { width: 40px; height: 40px; }
  .loss-hero { padding-top: 62px; }
  .hero-copy h1 { font-size: clamp(52px, 15vw, 76px); }
  .hero-principles { grid-template-columns: 1fr; gap: 12px; }
  .hero-principles div { padding: 13px 0 0; }
  .hero-principles div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .11); }
  .hero-board { min-height: 580px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.4fr .6fr; }
  .board-main { grid-column: 1 / 3; grid-row: 1; border-radius: 22px 22px 8px 8px; }
  .board-small { border-radius: 8px 8px 8px 22px; }
  .board-small:last-of-type { border-radius: 8px 8px 22px 8px; }
  .board-label { left: 10px; top: -25px; }
  .position-row, .section-heading, .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .section-heading .kicker { grid-column: 1; margin-bottom: 0; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 540px; }
  .labor-comparison { grid-template-columns: 1fr; }
  .comparison-column + .comparison-column { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .16); }
  .plan-paper { min-height: 500px; }
  .system-table article { grid-template-columns: 36px 1fr; gap: 9px 16px; padding: 24px 0; }
  .system-table p, .system-table a, .system-tag { grid-column: 2; justify-self: start; }
  .limits-grid { grid-template-columns: 1fr; }
  .loss-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .loss-form > *, .form-title, .form-wide { grid-column: 1; }
  .footer-row { flex-wrap: wrap; align-items: flex-start; }
  .footer-row > p { width: 100%; order: 3; }
  .footer-row nav { margin-left: auto; }
  .mobile-offer { display: grid; }
  .consent-banner { bottom: 88px; }
}

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