:root {
  --ink: #26342d;
  --deep: #173a31;
  --mid: #426451;
  --lime: #abcd03;
  --paper: #faf9f4;
  --cream: #f1f0e7;
  --line: #d8ddd3;
  --muted: #5e6d63;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.75 -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
a { color: var(--deep); text-underline-offset: .22em; }
button { font: inherit; }
img { display: block; width: 100%; height: auto; }
.skip { position: absolute; top: -100px; left: 12px; z-index: 100; padding: 10px 15px; background: var(--white); }
.skip:focus { top: 8px; }
.wrap { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 12px; height: 31px; background: var(--lime); transform: skew(-15deg); flex: none; }
.brand-main { display: block; white-space: nowrap; color: var(--deep); font-size: 24px; font-weight: 800; letter-spacing: .08em; line-height: 1.1; }
.brand-sub { display: block; color: var(--muted); font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.nav { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; font-size: 14px; font-weight: 700; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a:focus-visible { text-decoration: underline; }
.notice { background: #e9f1cb; color: #294428; border-bottom: 1px solid #d8e4a6; font-size: 14px; font-weight: 700; text-align: center; padding: 8px 18px; }
.eyebrow { color: var(--mid); font-size: 14px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(36px, 5.2vw, 68px); line-height: 1.2; letter-spacing: -.035em; }
h2 { font-size: clamp(28px, 3.1vw, 40px); line-height: 1.32; letter-spacing: -.02em; }
h3 { font-size: 22px; line-height: 1.4; }
p { margin-bottom: 1em; }
.lead { font-size: clamp(19px, 2.1vw, 24px); line-height: 1.65; }
.small { font-size: 14px; color: var(--muted); }
.hero { background: var(--deep); color: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.04fr; min-height: 570px; }
.hero-copy { padding: 86px 6vw 70px max(22px, calc((100vw - 1180px) / 2)); align-self: center; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { max-width: 12em; }
.hero-copy p { max-width: 34em; }
.hero-image { height: 100%; min-height: 470px; object-fit: cover; object-position: center; }
.hero-actions, .button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 22px; border: 2px solid transparent; border-radius: 4px; font-weight: 800; font-size: 16px; line-height: 1.45; text-align: center; text-decoration: none; cursor: pointer; }
.button-lime { color: #1e321d; background: var(--lime); }
.button-light { color: var(--white); border-color: #b8c8bb; background: transparent; }
.button-dark { color: var(--white); background: var(--deep); }
.button-outline { color: var(--deep); border-color: var(--deep); background: transparent; }
.button:hover { filter: brightness(.96); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #7b9f00; outline-offset: 3px; }
.section { padding: 86px 0; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-head { max-width: 800px; margin-bottom: 34px; }
.section-head .eyebrow { margin-bottom: 8px; }
.section-head p { margin-bottom: 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); padding: 28px; }
.card-accent { border-top: 6px solid var(--lime); }
.card h3 { margin-bottom: 9px; }
.card p:last-child { margin-bottom: 0; }
.card-number { color: var(--mid); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.big-number { color: var(--deep); font-size: 38px; font-weight: 800; line-height: 1.1; margin-bottom: 15px; }
.route-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 305px; }
.route-card .button { width: fit-content; margin-top: 18px; }
.route-label { display: inline-block; width: fit-content; background: #e9f1cb; color: var(--deep); padding: 4px 10px; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; counter-reset: flow; }
.flow-step { background: var(--white); border-top: 5px solid var(--lime); padding: 20px 16px; min-height: 175px; }
.flow-step strong { display: block; margin: 8px 0; line-height: 1.45; }
.flow-step span { display: block; color: var(--muted); font-size: 14px; line-height: 1.6; }
.flow-step::before { counter-increment: flow; content: "0" counter(flow); color: var(--mid); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; }
.photo { aspect-ratio: 3 / 2; object-fit: cover; }
.caption { color: var(--muted); font-size: 13px; padding-top: 8px; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { border-top: 1px solid var(--line); padding: 16px 0 16px 34px; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 16px; font-weight: 900; color: var(--mid); }
.decision-table { width: 100%; border-collapse: collapse; background: var(--white); }
.decision-table th, .decision-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.decision-table th { width: 24%; color: var(--deep); font-size: 16px; background: #f1f4e9; }
.decision-table td { font-size: 16px; }
.milestones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.milestones > div { background: var(--white); padding: 24px; }
.milestones h3 { font-size: 18px; }
.milestones p { font-size: 15px; margin-bottom: 0; }
.callout { padding: 24px 28px; background: #e9f1cb; border-left: 6px solid var(--lime); }
.callout p:last-child { margin-bottom: 0; }
.footer { background: var(--deep); color: #e8f0e9; padding: 32px 0; font-size: 14px; }
.footer a { color: inherit; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.consumer-hero { background: var(--deep); color: var(--white); }
.consumer-hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; padding-block: 48px; }
.consumer-hero img { aspect-ratio: 1.3; object-fit: cover; }
.consumer-hero h1 { font-size: clamp(34px, 4vw, 54px); }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { border-top: 4px solid var(--lime); padding-top: 18px; }
.feature h3 { margin-bottom: 7px; }
.place-card img { aspect-ratio: 1.65; object-fit: cover; }
.place-card .inside { padding: 23px; }
.place-card { background: var(--white); border: 1px solid var(--line); }
.place-card p { color: var(--muted); font-size: 15px; }
.demo-box { background: #f4f6ef; border: 1px solid #cbd6bd; padding: 24px; }
.demo-row { display: grid; grid-template-columns: 145px 1fr; gap: 15px; margin: 15px 0; align-items: center; }
.demo-field { min-height: 46px; padding: 9px 12px; border: 1px solid #adb9ac; background: var(--white); color: #758078; border-radius: 2px; }
.paper-page { background: var(--white); width: min(100%, 210mm); min-height: 297mm; margin: 34px auto; padding: 17mm 18mm; }
.paper-topline { height: 5px; background: var(--lime); margin-bottom: 24px; }
.paper-page h1 { font-size: 29px; letter-spacing: 0; margin-bottom: 5px; }
.paper-page h2 { font-size: 18px; margin: 22px 0 10px; border-bottom: 2px solid var(--deep); padding-bottom: 4px; }
.paper-page p, .paper-page li { font-size: 13px; line-height: 1.6; }
.paper-page .intro { font-size: 14px; }
.form-table { border-collapse: collapse; width: 100%; table-layout: fixed; }
.form-table th, .form-table td { border: 1px solid #8c958c; height: 40px; padding: 6px 9px; font-size: 13px; text-align: left; vertical-align: middle; }
.form-table th { width: 28%; background: #f1f4e9; font-weight: 700; }
.form-table .tall { height: 55px; }
.paper-page .note { background: #f1f4e9; padding: 12px 14px; margin-top: 18px; }
.paper-page .signature { display: flex; justify-content: flex-end; gap: 25px; margin-top: 25px; }
.print-controls { padding: 20px 0 0; text-align: center; }
@media (max-width: 850px) {
  .header-inner { padding-block: 13px; flex-direction: column; align-items: flex-start; }
  .hero-grid, .two-col, .consumer-hero .wrap { grid-template-columns: 1fr; }
  .hero-copy { padding: 62px 22px; }
  .hero-image { max-height: 440px; min-height: 320px; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .feature-list { grid-template-columns: 1fr 1fr; }
  .milestones { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .nav { gap: 8px 18px; }
  .section { padding: 62px 0; }
  .grid-2, .grid-3, .feature-list, .flow, .milestones { grid-template-columns: 1fr; }
  .flow-step { min-height: 0; }
  .decision-table th, .decision-table td { display: block; width: 100%; }
  .decision-table th { border-bottom: 0; padding-bottom: 5px; }
  .decision-table td { padding-top: 5px; }
  .button { width: 100%; }
  .demo-row { grid-template-columns: 1fr; gap: 4px; }
  .paper-page { margin: 0; padding: 15px; }
}
@page { size: A4 portrait; margin: 0; }
@media print {
  body.paper-body { background: var(--white); color: #111; }
  .paper-body .header, .paper-body .notice, .paper-body .print-controls, .paper-body .footer, .paper-body .skip { display: none !important; }
  .paper-page { width: 210mm; height: 297mm; min-height: 0; max-height: 297mm; overflow: hidden; margin: 0; padding: 16mm 18mm; break-after: avoid; }
  .paper-page h1 { font-size: 27px; }
  .paper-page h2 { font-size: 17px; }
  .paper-page p, .paper-page li, .form-table th, .form-table td { font-size: 12px; }
}
