:root {
  --ink: #173a32;
  --ink-deep: #102b25;
  --leaf: #1d705e;
  --mist: #e4f1ec;
  --mist-deep: #c6e0d5;
  --paper: #fbfaf5;
  --warm-white: #f4f0e5;
  --gold: #e5a815;
  --gold-pale: #fff1c8;
  --clay: #c86444;
  --slate: #5f746d;
  --line: #cfdbd5;
  --display: Iowan Old Style, Baskerville, Georgia, serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --data: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; }

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.skip-link { position: fixed; top: -100px; left: 18px; z-index: 20; padding: 9px 13px; color: var(--ink-deep); background: var(--gold); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 18px; }

.site-header { position: relative; z-index: 2; border-bottom: 1px solid rgb(23 58 50 / 12%); background: var(--paper); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -0.04em; text-decoration: none; }
.brand em { color: var(--leaf); font-size: 11px; font-style: normal; letter-spacing: 0.07em; vertical-align: 2px; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; color: #fffdf5; background: var(--leaf); border-radius: 9px 9px 9px 3px; font-family: var(--display); font-size: 23px; font-weight: 700; line-height: 1; }
.brand-mark--small { width: 27px; height: 27px; border-radius: 8px 8px 8px 3px; font-size: 19px; }

.site-nav { display: flex; align-items: center; gap: 24px; color: #416158; font-size: 13px; font-weight: 730; }
.site-nav a { padding: 5px 0; text-decoration: none; }
.site-nav a:hover { color: var(--leaf); }

.hero { position: relative; overflow: hidden; padding: 82px 0 84px; background: linear-gradient(115deg, var(--paper) 0%, var(--paper) 61%, #eef5f1 61%, #eef5f1 100%); }
.hero::after { position: absolute; top: 0; right: 0; bottom: 0; width: 33%; background-image: radial-gradient(circle at 1px 1px, rgb(23 58 50 / 13%) 1px, transparent 0); background-size: 18px 18px; content: ""; opacity: .52; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; gap: clamp(44px, 7vw, 100px); }

.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: #54766c; font-family: var(--data); font-size: 11px; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 2px; background: var(--gold); }
.eyebrow--gold { color: #f5dfa5; }
.eyebrow--gold span { background: #f8cf5b; }
.eyebrow--ink { color: #5b4610; }
.eyebrow--ink span { background: var(--ink); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(52px, 6.25vw, 86px); line-height: .94; }
h1 i, h2 i { color: var(--leaf); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(37px, 4.25vw, 58px); line-height: .99; }
h3 { font-size: 17px; letter-spacing: -.028em; }

.hero-intro { max-width: 560px; margin-bottom: 28px; color: #426158; font-size: clamp(18px, 1.85vw, 21px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; }
.button { display: inline-flex; align-items: center; gap: 15px; min-height: 49px; padding: 12px 17px 12px 19px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button--primary { color: #fffdf5; background: var(--ink); box-shadow: 4px 4px 0 var(--gold); }
.button--primary:hover { background: var(--leaf); transform: translate(-1px, -1px); }
.text-link { color: #335b50; font-size: 14px; font-weight: 780; text-decoration-color: #9ab9ad; text-underline-offset: 4px; }
.text-link:hover { color: var(--leaf); }
.hero-footnote { margin: 24px 0 0; color: #72867f; font-size: 12px; font-weight: 630; }

.demo-stage { position: relative; width: min(100%, 440px); justify-self: end; }
.demo-stage__label { display: flex; align-items: center; gap: 7px; margin: 0 0 9px 15px; color: #4e7066; font-family: var(--data); font-size: 10px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.demo-stage__label span { width: 7px; height: 7px; background: var(--leaf); border-radius: 50%; box-shadow: 0 0 0 4px rgb(29 112 94 / 13%); }
.price-card { position: relative; overflow: hidden; padding: 18px 20px 16px 25px; background: #fffef9; border: 1px solid #bcd7cc; border-radius: 17px; box-shadow: 0 25px 55px rgb(25 63 54 / 22%), 0 5px 12px rgb(25 63 54 / 9%); }
.price-card::before { position: absolute; top: 0; bottom: 0; left: 0; width: 7px; background: var(--gold); content: ""; }
.price-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid #dce9e3; }
.price-card__brand { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; line-height: 1.1; }
.price-card__brand b { display: block; letter-spacing: -.035em; }
.price-card__brand small { display: block; margin-top: 3px; color: #648176; font-family: var(--data); font-size: 8px; font-weight: 800; letter-spacing: .075em; }
.price-card__status { padding: 4px 6px; color: #17604f; background: var(--mist); border-radius: 999px; font-size: 9px; font-weight: 800; }
.price-card__product { padding: 17px 0 15px; }
.price-card__product p, .price-card__product span { color: #668178; font-family: var(--data); font-size: 9px; font-weight: 780; letter-spacing: .055em; }
.price-card__product p { margin-bottom: 3px; }
.price-card__product h2 { margin: 0 0 4px; color: var(--ink); font-family: var(--body); font-size: 20px; font-weight: 860; letter-spacing: -.045em; }
.price-card__comparison { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 7px; }
.price-card__comparison > div { display: grid; align-content: center; gap: 3px; min-height: 68px; padding: 9px; background: #f1f5f2; border: 1px solid #dde9e3; border-radius: 8px; }
.price-card__comparison span { color: #698279; font-size: 9px; font-weight: 730; line-height: 1.2; }
.price-card__comparison strong { color: #31584e; font-size: 18px; letter-spacing: -.05em; }
.price-card__comparison .price-card__better { background: #ecf8f0; border-color: #bcdcc9; }
.price-card__better strong { color: #147052; }
.comparison-arrow { align-self: center; color: #9ab5ab !important; font-size: 17px !important; }
.price-card__saving { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 8px 1px 9px; border-bottom: 1px dashed #c9d8d1; }
.price-card__saving span, .price-card__note { color: #5d786e; font-size: 10px; font-weight: 670; }
.price-card__saving strong { color: #126851; font-size: 14px; letter-spacing: -.03em; }
.price-card__note { margin: 10px 0 0; font-size: 9px; }

.section-pad { padding: 108px 0; }
.section-heading { max-width: 680px; }
.section-heading > p:last-child { max-width: 610px; color: #5d756d; font-size: 17px; line-height: 1.62; }
.section-heading--compact { margin-bottom: 38px; }

.process-section { background: #fffef9; }
.process-list { display: grid; margin: 58px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 96px 1fr; gap: 20px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }
.process-number { color: #a4b8ae; font-family: var(--data); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.process-list h3 { margin-bottom: 5px; }
.process-list p { max-width: 530px; margin: 0; color: #607870; font-size: 15px; }

.coverage-section { color: #eff8f3; background: var(--ink); }
.coverage-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.coverage-grid h2 { color: #fffdf4; }
.coverage-intro { max-width: 390px; margin: 0; color: #bfd4cb; font-size: 17px; line-height: 1.65; }
.coverage-board { overflow: hidden; background: #eef8f2; border: 1px solid #a9cfbf; border-radius: 10px; color: var(--ink); }
.coverage-board__row { display: grid; grid-template-columns: 136px 1fr; gap: 20px; padding: 22px 24px; border-bottom: 1px solid #cfe0d8; }
.coverage-board__row--last { border-bottom: 0; }
.coverage-board__tag { padding-top: 3px; color: #517267; font-family: var(--data); font-size: 9px; font-weight: 800; letter-spacing: .075em; }
.coverage-board p { margin: 0; color: #214d42; font-size: 16px; font-weight: 780; letter-spacing: -.02em; line-height: 1.55; }

.controls-section { background: #f0f4f1; }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.control-card { min-height: 245px; padding: 27px 25px 25px; background: var(--paper); border: 1px solid #d5e1db; border-radius: 6px; box-shadow: 0 8px 0 rgb(23 58 50 / 4%); }
.control-card__icon { display: grid; width: 34px; height: 34px; margin-bottom: 29px; place-items: center; color: #fef8e4; background: var(--leaf); border-radius: 7px 7px 7px 2px; font-family: var(--data); font-size: 18px; font-weight: 800; }
.control-card h3 { margin-bottom: 9px; }
.control-card p { margin: 0; color: #617a72; font-size: 14px; line-height: 1.57; }

.notice-section { padding: 73px 0; background: var(--gold); }
.notice-inner { display: grid; grid-template-columns: 72px 1fr; gap: 25px; max-width: 950px; }
.notice-symbol { display: grid; width: 55px; height: 55px; place-items: center; color: var(--gold); background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: 37px; font-weight: 700; }
.notice-section h2 { max-width: 750px; margin-bottom: 13px; color: var(--ink); font-family: var(--body); font-size: clamp(25px, 3vw, 37px); font-weight: 850; letter-spacing: -.05em; line-height: 1.08; }
.notice-section p:last-child { max-width: 780px; margin: 0; color: #4e421d; font-size: 15px; line-height: 1.63; }

.partners-section { background: var(--paper); }
.partners-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.partners-grid h2 { margin-bottom: 0; }
.partner-copy > p:first-child { margin-bottom: 24px; color: #4e6b61; font-size: 19px; line-height: 1.55; }
.partner-list { display: grid; gap: 10px; margin: 0 0 27px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; color: #31594e; font-size: 14px; font-weight: 690; }
.partner-list li { display: flex; align-items: flex-start; gap: 9px; }
.partner-list span { color: var(--leaf); font-weight: 900; }
.partner-note { margin: 0; color: #71867e; font-size: 13px; line-height: 1.55; }

.disclosure-section { padding: 30px 0; background: var(--mist); border-top: 1px solid #d0e1d8; }
.disclosure-inner { max-width: 950px; }
.disclosure-inner p { margin: 0; color: #496a60; font-size: 12px; line-height: 1.65; }
.disclosure-inner strong { color: var(--ink); }

.site-footer { padding: 38px 0; color: #d6e7df; background: var(--ink-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.site-footer .brand { color: #f4fbf7; }
.site-footer .brand-mark { background: var(--gold); color: var(--ink); }
.site-footer .brand em { color: #a8d8c6; }
.site-footer p { margin: 0; color: #a8c3b8; font-size: 12px; }
.site-footer nav { display: flex; gap: 17px; font-size: 12px; font-weight: 700; }
.site-footer nav a { color: #d6e7df; text-decoration-color: #638c7d; text-underline-offset: 3px; }
.site-footer nav a:hover { color: #fff; }

/* Web V1 comparison surface */
.app-hero { position: relative; overflow: hidden; padding: 76px 0 0; background: linear-gradient(133deg, #fbfaf5 0%, #fbfaf5 57%, #eaf3ee 57%, #eaf3ee 100%); }
.app-hero::before { position: absolute; inset: 0 0 auto auto; width: 43%; height: 100%; background-image: linear-gradient(rgb(23 58 50 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(23 58 50 / 5%) 1px, transparent 1px); background-size: 26px 26px; content: ""; pointer-events: none; }
.app-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .94fr); align-items: center; gap: clamp(50px, 7vw, 104px); padding-bottom: 64px; }
.app-hero__copy { max-width: 610px; }
.app-hero h1 { max-width: 700px; }

.check-desk { position: relative; overflow: hidden; padding: 23px 24px 25px; background: #fffef9; border: 1px solid #b5d3c5; border-radius: 15px; box-shadow: 7px 7px 0 var(--gold), 0 24px 52px rgb(23 58 50 / 16%); }
.check-desk::after { position: absolute; top: 0; right: 0; width: 92px; height: 92px; background: linear-gradient(135deg, transparent 49%, #e6f2eb 50%); content: ""; pointer-events: none; }
.check-desk__topline { display: flex; align-items: center; gap: 8px; color: #527469; font-family: var(--data); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.check-desk__topline p { margin: 0; }
.check-desk__signal { width: 8px; height: 8px; background: var(--leaf); border-radius: 50%; box-shadow: 0 0 0 4px rgb(29 112 94 / 14%); }
.check-desk__version { margin-left: auto; padding: 4px 6px; color: #41675a; background: var(--mist); border: 1px solid #cce2d8; border-radius: 999px; }
.check-desk h2 { position: relative; z-index: 1; margin: 18px 0 23px; font-family: var(--body); font-size: 26px; font-weight: 850; letter-spacing: -.05em; line-height: 1.05; }

.product-form label, .watch-form label { display: block; margin-bottom: 7px; color: #335b50; font-size: 12px; font-weight: 800; }
.product-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.product-form input, .watch-form input { min-width: 0; width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); background: #fbfcf8; border: 1px solid #b9d1c7; border-radius: 5px; font: inherit; font-size: 14px; font-weight: 650; box-shadow: inset 0 1px 0 rgb(23 58 50 / 3%); }
.product-form input::placeholder, .watch-form input::placeholder { color: #8a9e96; }
.product-form input:focus, .watch-form input:focus { outline: 3px solid rgb(229 168 21 / 35%); outline-offset: 1px; border-color: #a56f06; }
.product-form__row .button { min-height: 50px; padding-right: 15px; padding-left: 16px; box-shadow: 3px 3px 0 var(--gold); white-space: nowrap; }
.form-help { margin: 10px 0 0; color: #688077; font-size: 11px; line-height: 1.48; }
.form-message { min-height: 18px; margin: 6px 0 0; color: #6a7c75; font-size: 11px; font-weight: 720; }
.form-message--error { color: #9f3d2c; }
.form-message--success { color: #176d54; }
.check-desk__examples { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 17px; padding-top: 16px; border-top: 1px solid #dce9e3; color: #6c827a; font-size: 10px; font-weight: 700; }
.example-chip { padding: 5px 7px; color: #31594e; background: #f2f7f3; border: 1px solid #c8ddd2; border-radius: 999px; font-family: var(--data); font-size: 10px; font-weight: 800; cursor: pointer; }
.example-chip:hover { color: #fffdf5; background: var(--leaf); border-color: var(--leaf); }

.comparison-result { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 48px; min-height: 258px; padding: 35px clamp(24px, 4vw, 48px); background: #f1f6f2; border: 1px solid #c9ddd4; border-bottom: 0; }
.comparison-result__intro h2 { margin-bottom: 11px; font-family: var(--body); font-size: clamp(25px, 3vw, 37px); font-weight: 860; letter-spacing: -.05em; line-height: 1.06; }
.comparison-result__intro > p:last-child { max-width: 500px; margin: 0; color: #5b746b; font-size: 14px; line-height: 1.57; }
.comparison-result__guide { display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 15px; row-gap: 19px; padding: 6px 0; }
.guide-number { align-self: start; color: #a7bbb1; font-family: var(--data); font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.comparison-result__guide strong { color: #2c554a; font-size: 13px; letter-spacing: -.01em; }
.comparison-result__guide p { margin: 3px 0 0; color: #668078; font-size: 12px; line-height: 1.46; }
.no-match-panel { display: flex; align-items: flex-start; gap: 14px; align-self: center; padding: 19px; color: #6e5120; background: #fff7de; border: 1px solid #efd58d; border-left: 4px solid var(--gold); }
.no-match-panel__mark { display: grid; flex: 0 0 auto; width: 27px; height: 27px; place-items: center; color: #fff7de; background: #9b761c; border-radius: 50%; font-family: var(--display); font-size: 19px; font-weight: 700; }
.no-match-panel strong { display: block; color: #58430f; font-size: 13px; }
.no-match-panel p { margin: 5px 0 0; color: #725f32; font-size: 12px; line-height: 1.52; }
.model-lock { color: #4e6e63 !important; }
.model-lock strong { color: #1c5d4d; font-family: var(--data); font-size: .93em; letter-spacing: .03em; }
.match-workspace { display: grid; grid-template-columns: 1fr; align-content: center; gap: 12px; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; background: #fffef9; border: 1px solid #cddfd6; }
.product-facts > div { min-width: 0; padding: 13px 14px; border-right: 1px solid #dce9e3; }
.product-facts > div:last-child { border-right: 0; }
.product-facts dt, .watch-form__label, .watchlist-card__label { color: #638077; font-family: var(--data); font-size: 9px; font-weight: 850; letter-spacing: .075em; }
.product-facts dd { margin: 5px 0 0; color: #294f45; font-size: 12px; font-weight: 780; line-height: 1.35; }
.offer-gate { padding: 14px 16px; background: #eff8f2; border: 1px solid #b9d9c5; }
.offer-gate__top { display: flex; align-items: center; gap: 8px; color: #1a624d; font-size: 12px; }
.offer-gate__signal { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 3px rgb(229 168 21 / 18%); }
.offer-gate p { margin: 5px 0 0; color: #537168; font-size: 11px; line-height: 1.48; }
.watch-form { display: grid; grid-template-columns: minmax(0, .94fr) minmax(240px, 1.06fr); gap: 19px; padding: 16px; background: #fffef9; border: 1px solid #cddfd6; }
.watch-form__copy h3 { margin: 4px 0 5px; font-size: 15px; }
.watch-form__copy p { margin: 0; color: #6c847a; font-size: 11px; line-height: 1.48; }
.watch-form__controls > div { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 7px; align-items: center; }
.watch-form__controls > div > span { display: grid; width: 31px; height: 31px; place-items: center; color: #507367; background: #eaf3ee; border: 1px solid #cbded4; border-radius: 4px; font-family: var(--data); font-size: 13px; font-weight: 800; }
.watch-form input { min-height: 37px; padding: 8px 9px; font-size: 13px; }
.button--secondary { min-height: 37px; padding: 8px 10px; color: #1a5e4c; background: #e1f1e8; border-color: #b7d9c7; border-radius: 4px; font-size: 12px; }
.button--secondary:hover { color: #fff; background: var(--leaf); }
.watch-message { min-height: 17px; margin: 5px 0 0; color: #5e776e; font-size: 10px; font-weight: 730; }
.watch-message--success { color: #176e55; }
.watch-message--error { color: #a23e2f; }

.watchlist-section { background: #f0f4f1; }
.watchlist-grid { display: grid; grid-template-columns: .79fr 1.21fr; align-items: start; gap: 90px; }
.watchlist-intro { max-width: 385px; margin: 0; color: #58746a; font-size: 17px; line-height: 1.62; }
.watchlist-card { overflow: hidden; background: #fffef9; border: 1px solid #cbded5; box-shadow: 7px 7px 0 rgb(23 58 50 / 6%); }
.watchlist-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 19px 20px 17px; border-bottom: 1px solid #d8e6df; }
.watchlist-card__top h3 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.04em; }
.watchlist-card__count { padding: 5px 7px; color: #4a6d62; background: #eaf3ee; border: 1px solid #c9ded4; border-radius: 999px; font-family: var(--data); font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.watchlist-items { min-height: 104px; }
.watchlist-empty { margin: 0; padding: 29px 20px; color: #738a81; font-size: 13px; line-height: 1.55; }
.watch-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #e0ebe5; }
.watch-item:last-child { border-bottom: 0; }
.watch-item__identity { min-width: 0; }
.watch-item__identity p { margin: 0 0 4px; color: #6e897e; font-family: var(--data); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.watch-item__identity h4 { margin: 0; color: #294f45; font-size: 13px; letter-spacing: -.025em; }
.watch-item__identity span { display: block; margin-top: 3px; color: #668078; font-family: var(--data); font-size: 10px; }
.watch-item__meta { display: grid; justify-items: end; gap: 7px; flex: 0 0 auto; }
.watch-item__target { color: #17684f; font-size: 11px; font-weight: 830; }
.watch-item__remove { padding: 0; color: #637e74; background: transparent; border: 0; border-bottom: 1px solid #b9d0c5; font: inherit; font-size: 10px; font-weight: 760; cursor: pointer; }
.watch-item__remove:hover { color: #9b3e2e; border-bottom-color: #d7a9a0; }
.coverage-board--ledger .coverage-board__row { grid-template-columns: 136px 1fr; }
.coverage-board small { color: #5c7a70; font-size: 12px; font-weight: 650; }
.coverage-state { color: #936a13; }

/* Legal pages */
.legal-hero { padding: 77px 0 55px; background: var(--mist); border-bottom: 1px solid #c9ded5; }
.legal-hero h1 { margin-bottom: 13px; font-size: clamp(48px, 6vw, 75px); }
.legal-hero p:last-child { max-width: 610px; margin: 0; color: #527168; font-size: 17px; }
.legal-content { display: grid; grid-template-columns: minmax(0, 700px) 180px; justify-content: space-between; gap: 50px; padding: 75px 0 105px; }
.legal-copy { color: #3e5f55; }
.legal-copy section + section { margin-top: 42px; }
.legal-copy h2 { margin-bottom: 12px; color: var(--ink); font-family: var(--body); font-size: 22px; font-weight: 850; letter-spacing: -.04em; }
.legal-copy p, .legal-copy li { font-size: 15px; line-height: 1.66; }
.legal-copy ul { padding-left: 20px; }
.legal-copy li + li { margin-top: 5px; }
.legal-aside { align-self: start; padding: 19px; background: #fffdf8; border-left: 3px solid var(--gold); color: #648077; font-size: 12px; line-height: 1.55; }
.legal-aside strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; }

@media (max-width: 820px) {
  .hero { padding: 62px 0 74px; background: var(--paper); }
  .hero::after { width: 100%; height: 44%; top: auto; opacity: .35; }
  .hero-grid, .coverage-grid, .partners-grid { grid-template-columns: 1fr; gap: 48px; }
  .app-hero { padding-top: 62px; background: var(--paper); }
  .app-hero::before { width: 100%; height: 37%; top: auto; opacity: .55; }
  .app-hero__grid, .watchlist-grid { grid-template-columns: 1fr; gap: 44px; }
  .app-hero__grid { padding-bottom: 49px; }
  .check-desk { width: min(100%, 560px); }
  .comparison-result { grid-template-columns: 1fr; gap: 27px; }
  .demo-stage { justify-self: start; width: min(100%, 470px); }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 0; }
  .coverage-board { max-width: 590px; }
  .legal-content { grid-template-columns: 1fr; }
  .legal-aside { max-width: 550px; }
}

@media (max-width: 560px) {
  .site-shell { width: min(100% - 32px, 1120px); }
  .header-inner { min-height: 72px; }
  .site-nav { gap: 13px; font-size: 11px; }
  .site-nav a:nth-child(2) { display: none; }
  .hero { padding: 50px 0 66px; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  h2 { font-size: clamp(34px, 10.5vw, 48px); }
  .hero-actions { display: grid; justify-items: start; gap: 17px; }
  .section-pad { padding: 74px 0; }
  .process-list { margin-top: 41px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 10px; }
  .coverage-board__row { grid-template-columns: 1fr; gap: 5px; padding: 18px; }
  .notice-section { padding: 55px 0; }
  .notice-inner { grid-template-columns: 48px 1fr; gap: 15px; }
  .notice-symbol { width: 40px; height: 40px; font-size: 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 17px; }
  .price-card { padding: 16px 14px 14px 20px; }
  .price-card__comparison > div { padding: 8px; }
  .price-card__comparison strong { font-size: 16px; }
  .app-hero { padding-top: 48px; }
  .app-hero__grid { padding-bottom: 38px; }
  .check-desk { padding: 20px 17px; box-shadow: 5px 5px 0 var(--gold), 0 20px 42px rgb(23 58 50 / 14%); }
  .check-desk h2 { font-size: 23px; }
  .product-form__row { grid-template-columns: 1fr; }
  .product-form__row .button { justify-content: center; width: 100%; }
  .comparison-result { gap: 23px; min-height: 0; padding: 29px 17px; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts > div { padding: 11px 12px; border-right: 0; border-bottom: 1px solid #dce9e3; }
  .product-facts > div:last-child { border-bottom: 0; }
  .watch-form { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
  .watch-form__controls > div { grid-template-columns: auto minmax(0, 1fr); }
  .watch-form__controls .button { grid-column: 1 / -1; justify-content: center; width: 100%; }
  .watchlist-grid { gap: 36px; }
  .watch-item { align-items: flex-start; flex-direction: column; }
  .watch-item__meta { justify-items: start; }
  .legal-hero { padding: 57px 0 43px; }
  .legal-content { padding: 55px 0 76px; }
}

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