/* ============================================================
   OddFeeds — site styles on top of OSDS (design.css).
   Per-app override (13-per-app-overrides.md): OddFeeds is the B2B
   odds-data API brand. New AZURE identity (2026-07-06, Chapa): the
   family palette is green (OddStorm) / amber (ArbMate) / orange-red
   (OddSeek) / orange (legacy OddFeeds) / graphite (AG) — azure is the
   free hue, reads "realtime data", and the orange logo mark pops on it
   as its complementary colour. All pairs AA-measured (see git history
   for the contrast run). Mobile-first throughout.
   ============================================================ */

/* ── Azure identity override (unlayered → beats OSDS @layer :root) ── */
:root {
  --primary:      #2379d1;
  --primary-soft: #63aef2;   /* text accents on dark: 8.2 vs bg */
  --primary-deep: #1b6ac2;
  --on-primary:   #ffffff;
  --brand-gradient: linear-gradient(135deg, #14539e 0%, #1b6ac2 100%);  /* >=5.4 w/ white */
  --accent-glow: rgba(35, 121, 209, 0.40);
  --wrap: 1200px;
  /* Logo orange — the brand mark's own colour, used ONLY as a small
     complementary garnish (live dot, feed pulse), never for text. */
  --mark: #ee7d22;

  /* Azure-tinted neutral surfaces (replace OSDS green tint) */
  --bg:                        #070d16;
  --surface:                   #0d141f;
  --surface-container-low:     #0f1622;
  --surface-container:         #131b29;
  --surface-container-high:    #192335;
  --surface-container-highest: #202c42;
  --border:        #1f2b3e;
  --border-strong: #2b3a54;
  --text:       #e8eef6;
  --text-muted: #97a6bb;   /* AA 7.3 on surface-container-low */
  --text-dim:   #7b8aa1;   /* AA 5.2 on surface-container-low */
}
html.light {
  --primary:      #1265c4;   /* AA 5.3 on light bg, 5.7 on white */
  --primary-soft: #1265c4;
  --primary-deep: #0f57ab;
  --brand-gradient: linear-gradient(135deg, #0f57ab 0%, #1265c4 100%);
  --accent-glow: rgba(18, 101, 196, 0.18);

  --bg:                        #f3f7fc;
  --surface:                   #ffffff;
  --surface-container-low:     #ebf1f9;
  --surface-container:         #eef4fb;
  --surface-container-high:    #e3ecf7;
  --surface-container-highest: #d9e5f4;
  --border:        #dfe7f2;
  --border-strong: #c4d3e7;
  --text:       #151d28;
  --text-muted: #45566e;   /* AA 6.6 on #ebf1f9 */
  --text-dim:   #5b6c85;   /* AA 4.7 on #ebf1f9 */
}

/* ── Base ─────────────────────────────────────────────────── */
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.eyebrow { color: var(--primary-soft); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px; }
.btn-lg { padding: 14px 28px; font-size: 1.05rem; }

/* ── Header (base chrome from OSDS; below = OddFeeds bits) ── */
.hdr { z-index: 100; }
.hdr-title { font-weight: 800; white-space: nowrap; }
.hdr-tag { color: var(--primary-soft); font-weight: 800; }
.of-logo { width: 34px; height: 34px; }
.hdr-auth-link { font-weight: 700; }
.hdr-cta { padding: 9px 18px; }

/* ── Drawer (base .drawer chrome is OSDS) ─────────────────── */
.drawer-divider { height: 1px; background: var(--border); margin: 10px 4px; }
.drawer-foot { margin-top: auto; border-top: 1px solid var(--border); padding-top: 12px; }
.drawer-cta { display: flex; justify-content: center; margin: 2px 12px 12px; }
.drawer-row-label { font-weight: 600; }

/* ── Sections / headings ──────────────────────────────────── */
.hm-section { padding: clamp(54px, 8vw, 104px) 0; }
.hm-section--alt { background: var(--surface-container-low); border-block: 1px solid var(--border); }
.hm-head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.hm-h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.02em; margin: 0 0 14px; }
.hm-lede { color: var(--text-muted); font-size: 1.1rem; line-height: 1.6; margin: 0; }

/* ── Hero ─────────────────────────────────────────────────── */
.hm-hero { position: relative; overflow: hidden; padding: clamp(60px, 11vw, 132px) 0 clamp(48px, 8vw, 96px); }
.hm-hero-bg { position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(1100px 520px at 78% -8%, var(--accent-glow), transparent 60%),
    radial-gradient(760px 420px at 8% 18%, color-mix(in srgb, var(--primary) 14%, transparent), transparent 62%); }
.hm-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hm-hero-title { font-size: clamp(2.3rem, 6vw, 3.9rem); line-height: 1.05; font-weight: 850; letter-spacing: -.03em; margin: 0 0 20px; }
.hm-hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-muted); line-height: 1.6; max-width: 40ch; margin: 0 0 30px; }
.hm-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hm-hero-since { margin: 26px 0 0; color: var(--text-dim); font-size: .9rem; font-weight: 600; letter-spacing: .02em; }

/* Hero visual: a live feed panel — decorative rows streaming in.
   aria-hidden; reduced-motion turns the animation off. */
.of-feed { width: min(460px, 92vw); justify-self: center; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.of-feed-head { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--border); font-weight: 700; font-size: .9rem; color: var(--text-muted); }
.of-feed-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mark); box-shadow: 0 0 0 0 color-mix(in srgb, var(--mark) 55%, transparent); animation: ofpulse 2.2s ease-out infinite; }
@keyframes ofpulse { 70% { box-shadow: 0 0 0 9px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.of-feed-rows { display: flex; flex-direction: column; padding: 8px 0; min-height: 264px; }
.of-feed-row { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; padding: 9px 18px; font-size: .88rem; font-variant-numeric: tabular-nums; }
.of-feed-row:nth-child(odd) { background: color-mix(in srgb, var(--surface-container-high) 45%, transparent); }
.of-feed-match { color: var(--text); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.of-feed-mkt { color: var(--text-dim); font-weight: 600; }
.of-feed-odd { font-weight: 800; color: var(--primary-soft); }
.of-feed-odd.is-up { color: #3fb96f; }
.of-feed-odd.is-down { color: #e0563f; }
html.js .of-feed-row { animation: ofrow .5s var(--ease-emphasized) backwards; }
.of-feed-row:nth-child(1) { animation-delay: .1s; } .of-feed-row:nth-child(2) { animation-delay: .25s; }
.of-feed-row:nth-child(3) { animation-delay: .4s; }  .of-feed-row:nth-child(4) { animation-delay: .55s; }
.of-feed-row:nth-child(5) { animation-delay: .7s; }  .of-feed-row:nth-child(6) { animation-delay: .85s; }
@keyframes ofrow { from { opacity: 0; transform: translateY(-8px); } }
.of-feed-foot { padding: 11px 18px; border-top: 1px solid var(--border); color: var(--text-dim); font-size: .8rem; font-weight: 600; }

/* Trust metrics row */
.hm-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.hm-metric-num { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 850; letter-spacing: -.02em; background: linear-gradient(135deg, var(--primary-soft), var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; }
html.light .hm-metric-num { background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; }
.hm-metric-label { color: var(--text-muted); font-weight: 600; margin-top: 6px; }

/* ── Product cards ────────────────────────────────────────── */
.hm-products { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.hm-product { position: relative; display: flex; flex-direction: column; padding: 26px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); overflow: hidden; transition: transform var(--dur-medium) var(--ease-emphasized), border-color var(--dur-medium); }
.hm-product::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--brand-gradient); opacity: .9; }
.hm-product:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--primary) 50%, var(--border)); }
.hm-product-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: var(--shape-md); background: color-mix(in srgb, var(--primary) 14%, transparent); color: var(--primary-soft); margin-bottom: 16px; }
.hm-product-ic svg { width: 24px; height: 24px; }
.hm-product-name { font-size: 1.3rem; font-weight: 800; margin: 0 0 6px; }
.hm-product-sum { color: var(--text-muted); line-height: 1.6; margin: 0 0 20px; flex: 1; }
.hm-product-learn { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font-weight: 700; font-size: .92rem; color: var(--primary-soft); }
.hm-product-learn::after { content: ""; position: absolute; inset: 0; }
.hm-product:focus-within { border-color: color-mix(in srgb, var(--primary) 60%, var(--border)); }
.hm-product-learn svg { width: 16px; height: 16px; transition: transform var(--dur-short); }
.hm-product-learn:hover svg { transform: translateX(3px); }

/* ── How it works (steps) ─────────────────────────────────── */
.hm-caps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.hm-cap { padding: 28px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); }
.hm-cap-num { display: grid; place-items: center; width: 42px; height: 42px; border-radius: var(--shape-pill); background: var(--brand-gradient); color: #fff; font-weight: 800; margin-bottom: 18px; }
.hm-cap-title { font-size: 1.25rem; font-weight: 800; margin: 0 0 10px; }
.hm-cap-body { color: var(--text-muted); line-height: 1.65; margin: 0; }
.hm-cap-note { text-align: center; margin: 30px 0 0; font-weight: 700; }
.hm-cap-note a { display: inline-flex; align-items: center; gap: 7px; color: var(--primary-soft); text-decoration: none; }
.hm-cap-note a:hover { text-decoration: underline; }
.hm-cap-note svg { width: 17px; height: 17px; }

/* ── Pricing ──────────────────────────────────────────────── */
.of-pricing { max-width: 900px; margin-inline: auto; }
.of-price-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-xl); overflow: hidden; }
.of-price-main { padding: clamp(26px, 4vw, 42px); }
.of-price-num { font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 850; letter-spacing: -.02em; }
.of-price-num small { font-size: .35em; font-weight: 700; color: var(--text-muted); letter-spacing: 0; }
.of-price-per { color: var(--text-muted); font-weight: 600; margin: 4px 0 18px; }
.of-price-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; color: var(--text-muted); line-height: 1.5; }
.of-price-points svg { width: 17px; height: 17px; color: var(--primary-soft); flex: none; margin-top: 3px; }
.of-price-points li { display: flex; gap: 9px; }
.of-price-side { padding: clamp(26px, 4vw, 42px); background: var(--surface-container-low); border-left: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.of-price-side-title { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 10px; font-weight: 700; }
.of-price-line { display: flex; justify-content: space-between; gap: 14px; color: var(--text-muted); font-variant-numeric: tabular-nums; padding: 6px 0; border-bottom: 1px dashed var(--border); }
.of-price-line strong { color: var(--text); }
.of-price-line.is-total { border-bottom: 0; margin-top: 6px; font-weight: 800; color: var(--text); }
.of-price-cta { margin-top: auto; padding-top: 18px; }

/* ── FAQ ──────────────────────────────────────────────────── */
.of-faq { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.of-faq details { background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-md); overflow: hidden; }
.of-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; font-weight: 700; cursor: pointer; list-style: none; }
.of-faq summary::-webkit-details-marker { display: none; }
.of-faq summary::after { content: "+"; font-size: 1.3rem; font-weight: 700; color: var(--primary-soft); transition: transform var(--dur-short) var(--ease-emphasized); flex: none; }
.of-faq details[open] summary::after { transform: rotate(45deg); }
.of-faq details > p { margin: 0; padding: 0 22px 20px; color: var(--text-muted); line-height: 1.65; }

/* ── CTA band ─────────────────────────────────────────────── */
.hm-cta { padding: clamp(56px, 9vw, 110px) 0; background:
    radial-gradient(800px 360px at 50% 0%, var(--accent-glow), transparent 65%), var(--surface-container-low); border-top: 1px solid var(--border); }
.hm-cta-inner { max-width: 660px; margin-inline: auto; text-align: center; }
.hm-cta-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 850; letter-spacing: -.02em; margin: 0 0 14px; }
.hm-cta-sub { color: var(--text-muted); font-size: 1.1rem; margin: 0 0 28px; }

/* ── Sub-page hero ────────────────────────────────────────── */
.sub-hero { padding: clamp(52px, 8vw, 96px) 0 clamp(30px, 5vw, 52px); position: relative; }
.sub-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(720px 320px at 30% 0%, var(--accent-glow), transparent 62%); }
.sub-hero--tight { padding-bottom: 18px; }
.sub-hero-title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 850; letter-spacing: -.02em; margin: 0 0 14px; }
.sub-hero-sub { color: var(--text-muted); font-size: 1.15rem; max-width: 60ch; margin: 0; line-height: 1.6; }

/* ── Services detail ──────────────────────────────────────── */
.sv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.sv-card { padding: 30px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); }
.sv-card h3 { display: flex; align-items: center; gap: 12px; font-size: 1.3rem; margin: 0 0 12px; }
.sv-card h3 svg { width: 26px; height: 26px; color: var(--primary-soft); flex: none; }
.sv-card p { color: var(--text-muted); line-height: 1.65; margin: 0 0 12px; }
.sv-card ul { margin: 0; padding: 0 0 0 2px; list-style: none; color: var(--text-muted); line-height: 1.9; }
.sv-card ul li::before { content: "· "; color: var(--primary-soft); font-weight: 800; }

/* ── Forms ────────────────────────────────────────────────── */
.os-form { display: flex; flex-direction: column; gap: 16px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); padding: clamp(20px, 4vw, 34px); }
.os-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.os-field { display: flex; flex-direction: column; gap: 7px; font-weight: 600; font-size: .92rem; }
.os-field span em { color: var(--text-dim); font-style: normal; font-weight: 500; }
.os-field .input, .os-field textarea.input { width: 100%; font: inherit; }
.os-field textarea.input { resize: vertical; min-height: 120px; }
.os-hint { color: var(--text-dim); font-weight: 500; }
.os-form-foot { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.os-form-msg { margin: 0; font-weight: 600; }
.os-form-msg.is-error { color: #e0563f; }
.os-form-msg.is-ok { color: var(--primary-soft); }
/* Checkbox chip groups (products / sports / bookmakers on the request form) */
.of-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.of-chip { position: relative; }
.of-chip input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.of-chip span { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: var(--shape-pill); border: 1px solid var(--border-strong); color: var(--text-muted); font-weight: 600; font-size: .88rem; transition: all var(--dur-short) var(--ease-emphasized); }
.of-chip input:checked + span { background: color-mix(in srgb, var(--primary) 16%, transparent); border-color: var(--primary); color: var(--text); }
.of-chip input:focus-visible + span { outline: 2px solid var(--primary-soft); outline-offset: 2px; }
.ct-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.ct-info { display: flex; flex-direction: column; gap: 14px; }
.ct-card { padding: 22px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); }
.ct-card svg { width: 26px; height: 26px; color: var(--primary-soft); margin-bottom: 10px; }
.ct-card h3 { margin: 0 0 6px; font-size: 1.05rem; }
.ct-card p { margin: 0; color: var(--text-muted); }
.ct-card a { color: var(--primary-soft); text-decoration: none; }

/* ── Auth pages (login / register / welcome) ──────────────── */
.auth-wrap { max-width: 440px; margin-inline: auto; padding: clamp(40px, 7vw, 80px) 20px; }
.auth-card { background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); padding: clamp(24px, 4vw, 36px); }
.auth-title { font-size: 1.7rem; font-weight: 850; margin: 0 0 6px; text-align: center; }
.auth-sub { color: var(--text-muted); text-align: center; margin: 0 0 24px; }
.auth-alt { text-align: center; margin: 18px 0 0; color: var(--text-muted); font-size: .95rem; }
.auth-alt a { color: var(--primary-soft); font-weight: 700; text-decoration: none; }
.auth-alt a:hover { text-decoration: underline; }
.auth-error { background: color-mix(in srgb, #e0563f 12%, transparent); border: 1px solid color-mix(in srgb, #e0563f 40%, transparent); color: var(--text); border-radius: var(--shape-sm); padding: 11px 14px; font-weight: 600; font-size: .92rem; margin: 0 0 16px; }

/* ── Documentation (gated) ────────────────────────────────── */
.docs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; max-width: 900px; margin-inline: auto; }
.docs-card { display: flex; gap: 16px; align-items: flex-start; padding: 24px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-lg); text-decoration: none; color: var(--text); transition: border-color var(--dur-short), transform var(--dur-short); }
.docs-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary) 50%, var(--border)); }
.docs-card svg { width: 26px; height: 26px; color: var(--primary-soft); flex: none; margin-top: 2px; }
.docs-card h3 { margin: 0 0 5px; font-size: 1.08rem; }
.docs-card p { margin: 0; color: var(--text-muted); font-size: .95rem; line-height: 1.55; }

/* ── About / 404 ──────────────────────────────────────────── */
.ab-story { max-width: 760px; margin-inline: auto; }
.ab-lede { font-size: 1.25rem; line-height: 1.75; color: var(--text); }
.ab-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; max-width: 1040px; margin: 40px auto 0; }
.ab-fact { padding: 20px 22px; background: var(--surface-container); border: 1px solid var(--border); border-radius: var(--shape-md); }
.ab-fact dt { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 7px; }
.ab-fact dd { margin: 0; font-weight: 700; line-height: 1.45; }
.nf { padding: clamp(80px,14vw,160px) 0; text-align: center; }
.nf-code { font-size: clamp(5rem,16vw,9rem); font-weight: 850; background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.nf-title { font-size: 1.8rem; margin: 8px 0 10px; }
.nf-sub { color: var(--text-muted); margin: 0 0 26px; }

/* ── Footer (.osf) ────────────────────────────────────────── */
.osf { background: var(--surface-container-low); border-top: 1px solid var(--border); }
.osf-inner { max-width: var(--wrap); margin-inline: auto; padding: clamp(40px,6vw,68px) 20px 28px; }
.osf-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.osf-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); }
.osf-mark { width: 40px; height: 40px; }
.osf-wordmark { font-weight: 850; font-size: 1.25rem; }
.osf-wordmark-tag { color: var(--primary-soft); }
.osf-tagline { color: var(--text-muted); max-width: 38ch; line-height: 1.6; margin: 16px 0 18px; }
.osf-social { display: flex; gap: 10px; list-style: none; padding: 0; margin: 0; }
.osf-social-link { display: grid; place-items: center; width: 38px; height: 38px; border-radius: var(--shape-pill); border: 1px solid var(--border); color: var(--text-muted); }
.osf-social-link:hover { color: var(--text); border-color: var(--border-strong); }
.osf-social-link svg { width: 18px; height: 18px; }
.osf-title { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 14px; }
.osf-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.osf-links a { color: var(--text-muted); text-decoration: none; }
.osf-links a:hover { color: var(--text); }
.osf-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--text-dim); font-size: .88rem; }
.osf-where { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.osf-where svg { width: 15px; height: 15px; }
.osf-copy { margin: 0; }

/* ── Reveal on scroll (gated on html.js — visible without JS) ── */
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease-emphasized), transform .7s var(--ease-emphasized); }
html.js .reveal.is-in { opacity: 1; transform: none; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 980px) {
  .hdr-nav { display: none; }
  .hdr-cta { display: none; }
  .hdr-auth-link { display: none; }
  .hdr-menu-btn { display: inline-flex; }
  .hm-hero-inner { grid-template-columns: 1fr; }
  .hm-hero-sub { max-width: none; }
  .of-price-card { grid-template-columns: 1fr; }
  .of-price-side { border-left: 0; border-top: 1px solid var(--border); }
  .ct-grid { grid-template-columns: 1fr; }
  .hm-metrics { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 620px) {
  .os-form-row { grid-template-columns: 1fr; }
  .osf-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .osf-col-brand { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .of-feed-dot, html.js .of-feed-row { animation: none; }
}
