/* Counta marketing site, "Market Day" (design/marketing/b-market-day). Light is the default theme;
   [data-theme="dark"] is set by the toggle before first paint. */
/* Self-hosted brand fonts, the same files the app uses (no Google round trip). */
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("../fonts/figtree-latin.202cfb54d4e6.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("../fonts/figtree-latin-ext.eca8d8b337ff.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("../fonts/bricolage-latin.ad33cbc6d232.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("../fonts/bricolage-latin-ext.c4c7bb6a8d9b.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  color-scheme: light;
  --page: #fff8e8;
  --page-2: #fbefd2;
  --card: #ffffff;
  --ink: #0e3b2e;
  --ink-soft: #3b5a4e;
  --line: #ecdcb6;
  --green: #0e3b2e;
  --green-2: #164d3c;
  --on-green: #fff8e8;
  --on-green-soft: #cfe0d6;
  --mango: #f2b705;
  --on-mango: #0e3b2e;
  --paprika: #b4441c;
  --paprika-text: #b4441c;
  --btn: #b4441c;
  --btn-ink: #ffffff;
  --btn-hover: #963615;
  --market-bg: #f2b705;
  --market-ink: #0e3b2e;
  --market-card: #fff8e8;
  --shadow: 0 2px 0 rgba(14, 59, 46, .9);
  --shadow-lg: 0 6px 0 rgba(14, 59, 46, .9);
  --pat-a: #b4441c;
  --pat-b: #f2b705;
  --pat-c: #0e3b2e;
  --pat-d: #fff8e8;
  /* Counta app tokens, used inside product mockups so they look like the real thing */
  --app-base: #fffdfb;
  --app-base-2: #f7f2ed;
  --app-line: #e8dfd7;
  --app-ink: #231a15;
  --app-muted: #6b5d55;
  --app-primary: #b4441c;
  --app-primary-ink: #ffffff;
  --app-warn-bg: #fdf0d5;
  --app-warn-ink: #7a4800;
  --app-ok: #1c7c4a;
  --app-info: #1d5fa8;
  --map-land: #e9efe6;
  --map-road: #ffffff;
  --map-block: #d7e2d3;
  --radius: 22px;
  --radius-lg: 32px;
  --display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
  --body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --app: "Figtree", system-ui, sans-serif;
}
[data-theme="dark"] {
  color-scheme: dark;
  --page: #072219;
  --page-2: #0b2d22;
  --card: #0f3a2d;
  --ink: #fff3d6;
  --ink-soft: #c3d6cb;
  --line: #22594a;
  --green: #0e3b2e;
  --green-2: #134836;
  --on-green: #fff3d6;
  --on-green-soft: #c3d6cb;
  --paprika-text: #ff9366;
  --btn: #ec7444;
  --btn-ink: #1a0b05;
  --btn-hover: #ff8a57;
  --market-bg: #0f3a2d;
  --market-ink: #fff3d6;
  --market-card: #072219;
  --shadow: 0 2px 0 rgba(0, 0, 0, .55);
  --shadow-lg: 0 6px 0 rgba(0, 0, 0, .55);
  --pat-d: #0e3b2e;
  --app-base: #171311;
  --app-base-2: #1f1a17;
  --app-line: #2e2622;
  --app-ink: #efe7e1;
  --app-muted: #b3a79f;
  --app-primary: #e36b3d;
  --app-primary-ink: #1c0f0a;
  --app-warn-bg: #3a2a08;
  --app-warn-ink: #f6c45a;
  --app-ok: #5cc08a;
  --app-info: #7fb2ec;
  --map-land: #1d2a24;
  --map-road: #34463d;
  --map-block: #26362e;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0; background: var(--page); color: var(--ink);
  font-family: var(--body); font-size: 1.0625rem; line-height: 1.6;
  font-variant-numeric: tabular-nums; overflow-x: hidden;
  transition: background-color .2s ease, color .2s ease;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.02; margin: 0; letter-spacing: -0.02em; font-weight: 800; }
p { margin: 0; }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 720px) { .wrap { padding: 0 32px; } }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--btn); color: var(--btn-ink); padding: 10px 16px; border-radius: 10px; z-index: 99; font-weight: 700; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--mango); outline-offset: 3px; border-radius: 8px; }
.num { font-variant-numeric: tabular-nums; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--body); font-weight: 800; font-size: 1.05rem; text-decoration: none;
  padding: .9em 1.4em; border-radius: 999px; border: 2px solid var(--ink);
  background: var(--btn); color: var(--btn-ink); box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease; cursor: pointer; min-height: 48px;
}
.btn:hover { background: var(--btn-hover); transform: translateY(-2px); box-shadow: 0 4px 0 rgba(14,59,46,.9); }
[data-theme="dark"] .btn { border-color: #000; }
.btn-ghost { background: var(--card); color: var(--ink); }
.btn-ghost:hover { background: var(--page-2); }
.btn-mango { background: var(--mango); color: var(--on-mango); border-color: var(--on-mango); }
.btn-mango:hover { background: #ffc92e; }
.btn-sm { padding: .55em 1em; font-size: .95rem; min-height: 42px; }

/* Header */
.site-head { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--page) 92%, transparent); backdrop-filter: blur(8px); border-bottom: 2px solid var(--line); }
.head-row { display: flex; align-items: center; gap: 16px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 1.6rem; letter-spacing: -0.03em; }
.brand svg { width: 38px; height: 38px; }
.nav { display: none; gap: 4px; margin-left: 16px; }
.nav a { text-decoration: none; font-weight: 700; padding: 8px 14px; border-radius: 999px; }
.nav a:hover { background: var(--page-2); }
.head-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.head-actions .talk { display: none; }
@media (max-width: 640px) { .head-actions .signin { display: none; } }
.theme-toggle {
  width: 46px; height: 46px; border-radius: 999px; border: 2px solid var(--line); background: var(--card); color: var(--ink);
  display: grid; place-items: center; cursor: pointer;
}
.theme-toggle:hover { border-color: var(--ink); }
.theme-toggle svg { width: 22px; height: 22px; }
/* The icon shows where the button takes you, as in the back office: a moon in light mode. */
.theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .moon { display: none; }
[data-theme="dark"] .theme-toggle .sun { display: block; }
.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; width: 46px; height: 46px; border-radius: 999px; border: 2px solid var(--line); background: var(--card); display: grid; place-items: center; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary svg { width: 22px; height: 22px; }
.menu[open] summary { border-color: var(--ink); }
.menu-panel { position: absolute; right: 0; top: 56px; width: min(280px, calc(100vw - 32px)); background: var(--card); border: 2px solid var(--ink); border-radius: 18px; padding: 8px; box-shadow: var(--shadow-lg); display: grid; }
.menu-panel a { padding: 12px 14px; border-radius: 12px; text-decoration: none; font-weight: 700; }
.menu-panel a:hover { background: var(--page-2); }
@media (min-width: 980px) {
  .nav { display: flex; }
  .menu { display: none; }
  .head-actions .talk { display: inline-flex; }
}
@media (max-width: 420px) { .head-actions .start { display: none; } }

/* Ankara bands */
.band { height: 28px; width: 100%; }
.band svg { width: 100%; height: 28px; }

/* Hero */
.hero { position: relative; padding: 48px 0 72px; overflow: hidden; }
.hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1040px) { .hero-grid { grid-template-columns: 1.08fr 1fr; gap: 40px; } .hero { padding: 72px 0 96px; } }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: .95rem; letter-spacing: .02em; background: var(--card); border: 2px solid var(--ink); border-radius: 999px; padding: 6px 14px 6px 8px; box-shadow: var(--shadow); }
.eyebrow .dot { width: 22px; height: 22px; border-radius: 999px; background: var(--mango); border: 2px solid var(--ink); }
.hero h1 { font-size: clamp(2.7rem, 5.2vw, 4.6rem); margin: 22px 0 22px; font-variation-settings: "opsz" 96; }
.hero h1 .l { display: block; }
.hero h1 .hl { position: relative; display: inline-block; color: var(--paprika-text); }
.hero h1 .hl svg { position: absolute; left: -2%; right: 0; bottom: -0.12em; width: 104%; height: .32em; }
.lede { font-size: clamp(1.15rem, 1.6vw, 1.35rem); color: var(--ink-soft); max-width: 36em; }
.lede strong { color: var(--ink); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.for-who { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-weight: 700; font-size: .95rem; padding: 6px 14px; border-radius: 999px; border: 2px solid var(--line); background: var(--card); }
.chip.later { border-style: dashed; color: var(--ink-soft); }

.hero-art { position: relative; min-height: 650px; }
.hero-slab { position: absolute; inset: 0 0 60px 70px; border-radius: var(--radius-lg); background: var(--green); overflow: hidden; border: 3px solid var(--ink); }
[data-theme="dark"] .hero-slab { border-color: #000; }
.hero-slab svg { width: 100%; height: 100%; }
.mock { font-family: var(--app); color: var(--app-ink); }

/* Station window mock */
.station {
  position: relative; margin: 0 24px 0 0; width: calc(100% - 24px); max-width: 560px; top: 0;
  background: var(--app-base); border: 3px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg);
}
[data-theme="dark"] .station { border-color: #000; }
.win-bar { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--app-base-2); border-bottom: 1px solid var(--app-line); font-size: .78rem; font-weight: 600; color: var(--app-muted); }
.win-bar .dots { display: flex; gap: 5px; }
.win-bar .dots i { width: 10px; height: 10px; border-radius: 99px; background: var(--app-line); display: block; }
.win-bar .ttl { flex: 1; text-align: center; }
.offline { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--app-warn-bg); color: var(--app-warn-ink); font-size: .8rem; font-weight: 700; border-bottom: 1px solid var(--app-line); }
.offline svg { width: 16px; height: 16px; flex: none; }
.st-body { display: grid; grid-template-columns: 1.35fr 1fr; }
.st-tiles { padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-right: 1px solid var(--app-line); align-content: start; }
.tile { border: 1px solid var(--app-line); border-radius: 10px; padding: 8px; background: var(--app-base); min-height: 64px; display: flex; flex-direction: column; justify-content: space-between; }
.tile b { font-size: .74rem; line-height: 1.2; font-weight: 700; }
.tile span { font-size: .78rem; font-weight: 700; color: var(--app-primary); }
.tile.sel { border: 2px solid var(--app-primary); }
.st-cart { padding: 12px; font-size: .78rem; display: flex; flex-direction: column; gap: 6px; }
.st-cart h4 { font-family: var(--app); font-size: .8rem; letter-spacing: 0; display: flex; justify-content: space-between; font-weight: 700; }
.st-cart h4 small { font-weight: 600; color: var(--app-muted); }
.line { display: flex; justify-content: space-between; gap: 6px; }
.line .q { color: var(--app-muted); }
.st-total { border-top: 1px dashed var(--app-line); padding-top: 6px; margin-top: 2px; display: flex; justify-content: space-between; font-weight: 800; font-size: .95rem; }
.pay { display: flex; justify-content: space-between; color: var(--app-muted); font-size: .74rem; }
.st-btn { margin-top: 4px; background: var(--app-primary); color: var(--app-primary-ink); border-radius: 8px; text-align: center; font-weight: 700; padding: 8px; font-size: .82rem; }
.st-foot { display: flex; justify-content: space-between; gap: 8px; padding: 7px 12px; border-top: 1px solid var(--app-line); background: var(--app-base-2); font-size: .72rem; color: var(--app-muted); font-weight: 600; }
.st-foot .peer { color: var(--app-ok); }

/* Phone mock (Dispatcha) */
.phone {
  width: 238px; border-radius: 34px; border: 3px solid var(--ink); background: #10231c; padding: 8px; box-shadow: var(--shadow-lg);
}
[data-theme="dark"] .phone { border-color: #2c6b58; background: #000; }
.phone-screen { border-radius: 27px; overflow: hidden; background: var(--app-base); position: relative; }
.ph-status { display: flex; justify-content: space-between; font-size: .66rem; font-weight: 700; padding: 8px 16px 4px; color: var(--app-ink); }
.ph-top { display: flex; align-items: center; justify-content: space-between; padding: 2px 12px 8px; font-size: .78rem; font-weight: 800; }
.online { display: inline-flex; align-items: center; gap: 5px; font-size: .68rem; font-weight: 700; color: var(--app-ok); }
.online i { width: 8px; height: 8px; border-radius: 99px; background: var(--app-ok); display: block; }
.ph-map { height: 170px; position: relative; }
.ph-map svg { width: 100%; height: 100%; }
.ph-card { padding: 10px 12px 14px; font-size: .74rem; display: grid; gap: 6px; }
.ph-card .ord { display: flex; justify-content: space-between; font-weight: 800; font-size: .8rem; }
.ph-card .eta { color: var(--app-info); font-weight: 700; }
.ph-card .addr { color: var(--app-muted); line-height: 1.35; }
.cod { display: flex; justify-content: space-between; align-items: center; background: var(--app-warn-bg); color: var(--app-warn-ink); border-radius: 8px; padding: 6px 8px; font-weight: 700; }
.ph-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ph-actions span { text-align: center; border: 1px solid var(--app-line); border-radius: 8px; padding: 6px; font-weight: 700; }
.ph-actions .go { grid-column: span 2; background: var(--app-primary); color: var(--app-primary-ink); border-color: transparent; padding: 8px; }

.hero-art .station { position: absolute; right: -14px; top: 44px; width: calc(100% - 86px); max-width: none; margin: 0; }
.hero-art .phone { position: absolute; left: 0; top: 196px; transform: rotate(-3deg); }
.sticker {
  position: absolute; font-family: var(--display); font-weight: 800; background: var(--mango); color: var(--on-mango);
  border: 3px solid var(--ink); border-radius: 18px; padding: 10px 16px; box-shadow: var(--shadow-lg); line-height: 1.1; transform: rotate(-4deg);
}
[data-theme="dark"] .sticker { border-color: #000; }
.sticker small { display: block; font-family: var(--body); font-weight: 700; font-size: .78rem; }
.sticker b { font-size: 1.5rem; }
.hero-art .sticker { right: 18px; bottom: 26px; transform: rotate(3deg); }
@media (max-width: 1039px) { .hero-art { max-width: 640px; margin: 0 auto; width: 100%; } .hero h1 { font-size: clamp(2.7rem, 8.4vw, 4.8rem); } }
@media (max-width: 600px) {
  .hero-art { min-height: 0; display: grid; gap: 18px; padding: 18px 0 0; }
  .hero-slab { inset: 0 -20px 60px -20px; border-radius: 0; border-left: 0; border-right: 0; }
  .hero-art .station { position: relative; top: 0; right: auto; margin: 18px 0 0; width: 100%; }
  .hero-art .phone { position: relative; left: auto; top: auto; margin: 0 auto; transform: rotate(2deg); }
  .hero-art .sticker { position: relative; right: auto; bottom: auto; justify-self: end; margin: -56px 4px 0 0; transform: rotate(-4deg); }
  .eyebrow { border-radius: 18px; font-size: .88rem; align-items: flex-start; }
  .eyebrow .dot { flex: none; margin-top: 1px; }
  .st-body { grid-template-columns: 1fr; }
  .st-tiles { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--app-line); }
  .tile:nth-child(n+4) { display: none; }
}

/* Numbers strip */
.numbers { background: var(--green); color: var(--on-green); padding: 56px 0; position: relative; }
[data-theme="dark"] .numbers { background: var(--page-2); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.num-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .num-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .num-grid { grid-template-columns: repeat(4, 1fr); } }
.big { font-family: var(--display); font-weight: 800; font-size: clamp(3.4rem, 7vw, 5.2rem); line-height: .95; color: var(--mango); letter-spacing: -0.04em; }
.num-grid p { color: var(--on-green-soft); font-weight: 600; margin-top: 8px; max-width: 18em; }
.num-grid p strong { color: var(--on-green); }

/* Section scaffolding */
section { scroll-margin-top: 80px; }
.sec { padding: 88px 0; }
@media (max-width: 719px) { .sec { padding: 64px 0; } .feat, .plan { padding: 22px; } }
.kicker { font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; color: var(--paprika-text); display: flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 26px; height: 10px; border-radius: 99px; background: var(--mango); border: 2px solid var(--ink); }
.sec h2 { font-size: clamp(2.3rem, 5.2vw, 4rem); margin: 14px 0 16px; max-width: 16em; }
.sec-lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 40em; }

/* Problem */
.prob-grid { display: grid; gap: 18px; margin-top: 44px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .prob-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .prob-grid { grid-template-columns: repeat(4, 1fr); } }
.prob { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 12px; }
[data-theme="dark"] .prob { border-color: var(--line); }
.prob .ic { width: 64px; height: 64px; }
.prob h3 { font-size: 1.55rem; }
.prob p { color: var(--ink-soft); }
.prob .quote { margin-top: auto; font-weight: 700; color: var(--ink); border-top: 2px dashed var(--line); padding-top: 12px; font-size: .98rem; }

/* Features bento */
.bento { display: grid; gap: 18px; margin-top: 44px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .bento { grid-template-columns: repeat(6, 1fr); } .s3 { grid-column: span 3; } .s4 { grid-column: span 4; } .s2 { grid-column: span 2; } .s6 { grid-column: span 6; } }
.feat { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 14px; overflow: hidden; position: relative; }
[data-theme="dark"] .feat { border-color: var(--line); }
.feat h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.feat > p { color: var(--ink-soft); }
.feat .tag { align-self: flex-start; font-weight: 800; font-size: .8rem; padding: 4px 10px; border-radius: 999px; background: var(--mango); color: var(--on-mango); border: 2px solid var(--on-mango); }
.feat.dark { background: var(--green); color: var(--on-green); border-color: var(--ink); }
[data-theme="dark"] .feat.dark { background: #0a3025; border-color: var(--mango); }
.feat.dark > p { color: var(--on-green-soft); }
.feat.dark h3 { color: var(--on-green); }
.feat .mini { margin-top: auto; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ticks li { padding-left: 30px; position: relative; font-weight: 600; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .3em; width: 18px; height: 18px; border-radius: 6px; background: var(--mango); border: 2px solid var(--ink); }
.feat.dark .ticks li::before { border-color: var(--mango); }

/* mini browser */
.browser { background: var(--app-base); border: 2px solid var(--ink); border-radius: 14px; overflow: hidden; font-family: var(--app); color: var(--app-ink); }
[data-theme="dark"] .browser { border-color: #000; }
.url { display: flex; align-items: center; gap: 8px; padding: 8px 10px; background: var(--app-base-2); border-bottom: 1px solid var(--app-line); font-size: .78rem; }
.url .bar { flex: 1; background: var(--app-base); border: 1px solid var(--app-line); border-radius: 999px; padding: 3px 10px; font-weight: 600; display: flex; gap: 6px; align-items: center; }
.url .bar svg { width: 11px; height: 11px; color: var(--app-ok); }
.sf { padding: 12px; display: grid; gap: 10px; }
.sf-head { display: flex; justify-content: space-between; align-items: center; }
.sf-logo { font-weight: 800; font-size: .95rem; display: flex; align-items: center; gap: 6px; }
.sf-logo i { width: 18px; height: 18px; border-radius: 99px; background: #6a2b8c; display: block; }
.sf-open { font-size: .7rem; font-weight: 700; color: var(--app-ok); }
.sf-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sf-item { border: 1px solid var(--app-line); border-radius: 10px; overflow: hidden; font-size: .72rem; }
.sf-item .ph { height: 52px; }
.sf-item div { padding: 6px; font-weight: 700; line-height: 1.25; }
.sf-item div span { display: block; color: var(--app-muted); font-weight: 600; }
.sf-cta { background: #6a2b8c; color: #fff; border-radius: 8px; text-align: center; font-weight: 700; font-size: .78rem; padding: 7px; }

/* order list */
.olist { font-family: var(--app); background: var(--app-base); color: var(--app-ink); border: 2px solid var(--ink); border-radius: 14px; overflow: hidden; }
[data-theme="dark"] .olist { border-color: #000; }
.orow { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-bottom: 1px solid var(--app-line); font-size: .82rem; }
.orow:last-child { border-bottom: 0; }
.orow .no { font-weight: 800; }
.orow .who { color: var(--app-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pill { font-size: .68rem; font-weight: 800; padding: 3px 8px; border-radius: 99px; white-space: nowrap; }
.p-web { background: #e3ecf8; color: #17497f; }
.p-wa { background: #dcf3e4; color: #145c33; }
.p-ph { background: #fbe7dc; color: #8a3413; }
.p-walk { background: #f1eadf; color: #4d3f36; }
[data-theme="dark"] .p-web { background: #1d3550; color: #b9d5f5; }
[data-theme="dark"] .p-wa { background: #173a26; color: #a7e3bf; }
[data-theme="dark"] .p-ph { background: #45220f; color: #ffc3a5; }
[data-theme="dark"] .p-walk { background: #35302b; color: #e3d8cc; }

/* peer sync diagram */
.peer-wrap { display: grid; gap: 24px; align-items: center; }
@media (min-width: 900px) { .peer-wrap { grid-template-columns: 1fr 1.05fr; } }
.peer-svg { width: 100%; height: auto; }
.peer-svg .lbl { font-family: var(--body); font-weight: 700; font-size: 16px; fill: var(--on-green); }
.peer-svg .sub { font-family: var(--body); font-weight: 600; font-size: 14px; fill: var(--on-green-soft); }
.peer-svg .link { stroke: var(--mango); stroke-width: 3; stroke-dasharray: 8 8; fill: none; animation: flow 1.4s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -32; } }
.offline-line { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; background: rgba(242, 183, 5, .16); color: var(--mango); border: 2px solid var(--mango); border-radius: 12px; padding: 8px 12px; font-size: .95rem; }

/* ticket */
.ticket { font-family: var(--app); background: var(--app-base); color: var(--app-ink); border: 2px solid var(--app-info); border-radius: 12px; overflow: hidden; }
.tk-head { display: flex; justify-content: space-between; padding: 10px 12px 4px; }
.tk-head b { font-size: 1.35rem; font-weight: 800; }
.tk-head .min { font-size: 1.35rem; font-weight: 800; text-align: right; line-height: 1.1; }
.tk-head .min small { display: block; font-size: .72rem; color: var(--app-muted); font-weight: 600; }
.tk-badges { display: flex; gap: 6px; padding: 0 12px; }
.tk-badges span { font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 99px; background: var(--app-base-2); border: 1px solid var(--app-line); }
.tk-items { padding: 8px 12px; display: grid; gap: 4px; font-size: .95rem; font-weight: 700; }
.tk-items small { display: block; font-weight: 500; color: var(--app-muted); font-size: .78rem; }
.tk-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 12px; border-top: 1px solid var(--app-line); font-size: .85rem; font-weight: 700; }
.tk-foot span { text-align: center; padding: 7px; border-radius: 8px; }
.tk-foot .cook { color: var(--app-info); }
.tk-foot .done { background: var(--app-primary); color: var(--app-primary-ink); }
.ticket.late { border-color: #b42318; }
.ticket.late .min, .ticket.late .lt { color: #b42318; }
[data-theme="dark"] .ticket.late { border-color: #f07a6e; }
[data-theme="dark"] .ticket.late .min, [data-theme="dark"] .ticket.late .lt { color: #f07a6e; }
.feat .ticket + .ticket { margin-top: 0; }

/* rider row */
.riders { font-family: var(--app); background: var(--app-base); color: var(--app-ink); border: 2px solid var(--ink); border-radius: 14px; overflow: hidden; }
[data-theme="dark"] .riders { border-color: #000; }
.rrow { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-bottom: 1px solid var(--app-line); font-size: .82rem; }
.rrow:last-child { border-bottom: 0; }
.av { width: 34px; height: 34px; border-radius: 99px; display: grid; place-items: center; font-weight: 800; font-size: .8rem; color: #fff; }
.rrow .st { color: var(--app-muted); font-size: .74rem; }
.rrow .cash { text-align: right; font-weight: 800; }
.rrow .cash small { display: block; font-weight: 600; color: var(--app-muted); font-size: .7rem; }

/* cash-up */
.cashup { font-family: var(--app); background: var(--app-base); color: var(--app-ink); border: 2px solid var(--ink); border-radius: 14px; padding: 14px; display: grid; gap: 8px; font-size: .86rem; }
[data-theme="dark"] .cashup { border-color: #000; }
.cashup .row { display: flex; justify-content: space-between; }
.cashup .row span:first-child { color: var(--app-muted); }
.cashup .row b { font-weight: 700; }
.cashup .diff { border-top: 1px dashed var(--app-line); padding-top: 8px; font-size: 1rem; }
.cashup .diff b { color: var(--app-ok); font-weight: 800; }
.cashup h4 { font-family: var(--app); font-size: .9rem; letter-spacing: 0; display: flex; justify-content: space-between; font-weight: 800; }
.cashup h4 small { font-weight: 700; color: var(--app-ok); }

.small-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin-top: 18px; }
@media (min-width: 560px) { .small-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .small-grid { grid-template-columns: repeat(5, 1fr); } }
.sm { background: var(--card); border: 2px solid var(--line); border-radius: 18px; padding: 18px; }
.sm h3 { font-size: 1.3rem; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.sm h3 i { width: 14px; height: 14px; border-radius: 4px; display: block; transform: rotate(45deg); }
.sm p { color: var(--ink-soft); font-size: .98rem; }

/* Market section */
.market { background: var(--market-bg); color: var(--market-ink); position: relative; overflow: hidden; }
[data-theme="dark"] .market { border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.market .kicker { color: var(--market-ink); }
.market .kicker::before { background: var(--paprika); border-color: var(--market-ink); }
[data-theme="dark"] .market .kicker { color: var(--mango); }
.market .sec-lede { color: var(--market-ink); opacity: .92; }
.market-grid { display: grid; gap: 32px; margin-top: 44px; align-items: start; }
@media (min-width: 1040px) { .market-grid { grid-template-columns: 1.1fr 1fr; } }
.mk-cards { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .mk-cards { grid-template-columns: 1fr 1fr; } }
.mk { background: var(--market-card); color: var(--ink); border: 2px solid var(--ink); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-lg); }
[data-theme="dark"] .mk { border-color: var(--line); }
.mk .n { font-family: var(--display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--paprika-text); }
.mk h3 { font-size: 1.45rem; margin: 8px 0 6px; }
.mk p { color: var(--ink-soft); }
.shelf { display: grid; gap: 16px; }
.pricecard, .debt { font-family: var(--app); background: var(--app-base); color: var(--app-ink); border: 3px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); }
[data-theme="dark"] .pricecard, [data-theme="dark"] .debt { border-color: #000; }
.pc-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--app-line); }
.pc-head b { font-size: 1rem; font-weight: 800; }
.pc-head span { font-size: .75rem; color: var(--app-muted); font-weight: 600; }
table.units { width: 100%; border-collapse: collapse; font-size: .85rem; }
table.units th, table.units td { padding: 9px 14px; text-align: left; border-bottom: 1px solid var(--app-line); }
table.units th { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--app-muted); font-weight: 700; background: var(--app-base-2); }
table.units td.r, table.units th.r { text-align: right; }
table.units tr:last-child td { border-bottom: 0; }
.floor { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 10px 14px; background: var(--app-warn-bg); color: var(--app-warn-ink); font-size: .8rem; font-weight: 700; }
.debt .drow { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; padding: 10px 14px; border-bottom: 1px solid var(--app-line); font-size: .85rem; }
.debt .drow:last-child { border-bottom: 0; }
.debt .drow b { font-weight: 800; }
.debt .drow .amt { text-align: right; font-weight: 800; }
.debt .drow small { color: var(--app-muted); font-weight: 600; }
.debt .drow .late { color: #b42318; }
[data-theme="dark"] .debt .drow .late { color: #f07a6e; }
.remind { justify-self: end; font-size: .72rem; font-weight: 700; color: var(--app-primary); }

/* Steps */
.steps { display: grid; gap: 18px; margin-top: 44px; grid-template-columns: 1fr; counter-reset: s; }
@media (min-width: 680px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 26px 22px 24px; border-radius: var(--radius); background: var(--card); border: 2px solid var(--line); }
.step .sn { font-family: var(--display); font-weight: 800; font-size: 4.2rem; line-height: .9; color: var(--ink); -webkit-text-stroke: 0; display: flex; align-items: center; gap: 12px; }
.step .sn i { flex: 1; height: 10px; border-radius: 99px; background: repeating-linear-gradient(90deg, var(--mango) 0 14px, var(--paprika) 14px 22px, transparent 22px 30px); display: block; }
.step h3 { font-size: 1.45rem; margin: 14px 0 8px; }
.step p { color: var(--ink-soft); }
.step .when { margin-top: 12px; font-weight: 800; font-size: .88rem; color: var(--paprika-text); }

/* Pricing */
.pricing { background: var(--page-2); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.plans { display: grid; gap: 20px; margin-top: 44px; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 960px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius-lg); padding: 30px 26px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-lg); }
[data-theme="dark"] .plan { border-color: var(--line); }
.plan h3 { font-size: 1.8rem; }
.plan .for { color: var(--ink-soft); font-weight: 600; }
.price { font-family: var(--display); font-weight: 800; font-size: clamp(2.8rem, 4.4vw, 3.6rem); line-height: 1; letter-spacing: -0.03em; }
.price small { font-family: var(--body); font-size: 1rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0; }
.plan .ticks { margin-top: 4px; }
.plan .btn { margin-top: auto; }
.plan.pop { background: var(--green); color: var(--on-green); position: relative; }
[data-theme="dark"] .plan.pop { background: #0a3025; border-color: var(--mango); }
.plan.pop .for, .plan.pop .price small { color: var(--on-green-soft); }
.plan.pop .ticks li::before { border-color: var(--mango); }
.plan .badge { align-self: flex-start; background: var(--mango); color: var(--on-mango); font-weight: 800; font-size: .82rem; border-radius: 999px; padding: 4px 12px; border: 2px solid var(--on-mango); }
.price-note { margin-top: 28px; display: grid; gap: 14px; }
@media (min-width: 860px) { .price-note { grid-template-columns: 1.3fr 1fr; } }
.note-card { border: 2px dashed var(--ink-soft); border-radius: 18px; padding: 18px 20px; color: var(--ink-soft); }
.note-card strong { color: var(--ink); }

/* FAQ */
.faq-grid { display: grid; gap: 40px; }
@media (min-width: 1000px) { .faq-grid { grid-template-columns: .8fr 1.2fr; align-items: start; } .faq-intro { position: sticky; top: 110px; } }
.faq { display: grid; gap: 12px; }
.faq details { background: var(--card); border: 2px solid var(--line); border-radius: 18px; padding: 0; }
.faq details[open] { border-color: var(--ink); }
[data-theme="dark"] .faq details[open] { border-color: var(--mango); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 20px; font-weight: 800; font-size: 1.12rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 20px; height: 20px; margin-top: -10px; border-radius: 6px; background: var(--mango); border: 2px solid var(--ink); transform: rotate(45deg); transition: transform .2s ease, background-color .2s ease; }
.faq details[open] summary::after { background: var(--paprika); transform: rotate(0); }
.faq details > div { padding: 0 20px 20px; color: var(--ink-soft); display: grid; gap: 10px; }

/* Final CTA */
.final { background: var(--green); color: var(--on-green); position: relative; overflow: hidden; padding: 96px 0; }
[data-theme="dark"] .final { background: #0a3025; border-top: 2px solid var(--line); }
.final .pat { position: absolute; inset: 0; }
.final .pat svg { width: 100%; height: 100%; }
.final-card { position: relative; background: var(--green); border: 3px solid var(--mango); border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 56px); max-width: 880px; margin: 0 auto; text-align: center; }
[data-theme="dark"] .final-card { background: #0a3025; }
.final h2 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.final h2 span { color: var(--mango); }
.final p { color: var(--on-green-soft); font-size: 1.2rem; margin: 18px auto 0; max-width: 32em; }
.final .cta-row { justify-content: center; }
.final .btn-ghost { background: transparent; color: var(--on-green); border-color: var(--on-green); }
.final .btn-ghost:hover { background: rgba(255,255,255,.08); }

/* Footer */
.foot { padding: 56px 0 40px; border-top: 2px solid var(--line); }
.foot-grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot h4 { font-family: var(--body); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; color: var(--ink-soft); font-weight: 800; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot a { text-decoration: none; font-weight: 600; }
.foot a:hover { text-decoration: underline; }
.foot .about { color: var(--ink-soft); max-width: 26em; margin-top: 12px; }
.legal { margin-top: 40px; padding-top: 20px; border-top: 2px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; color: var(--ink-soft); font-size: .92rem; }

/* Pattern fills */
.fa { fill: var(--pat-a); } .fb { fill: var(--pat-b); } .fc { fill: var(--pat-c); } .fd { fill: var(--pat-d); }
.sa { stroke: var(--pat-a); } .sb { stroke: var(--pat-b); } .sd { stroke: var(--pat-d); }

/* ---- Additions for the Django site (were inline styles in the design file) ---- */
.defs { position: absolute; width: 0; height: 0; }
.sec-tight { padding-top: 24px; }
.stack { display: grid; gap: 14px; }
.steps { list-style: none; padding: 0; }
.ph-pizza { background: linear-gradient(135deg, #e2a13b, #b4441c); }
.ph-cone { background: linear-gradient(135deg, #f6e6c8, #d8a96b); }
.ph-zobo { background: linear-gradient(135deg, #8c1d2c, #d0475a); }
.av-a { background: #b4441c; } .av-b { background: #0e3b2e; } .av-c { background: #7a5a00; }
.sm h3 i { background: var(--paprika); }
.sm:nth-child(5n+2) h3 i, .sm:nth-child(5n+5) h3 i { background: var(--mango); }
.sm:nth-child(5n+3) h3 i { background: #2f7d5f; }
.m-land { fill: var(--map-land); } .m-block { fill: var(--map-block); } .m-road { stroke: var(--map-road); }
.peer-svg .link.faint { stroke-opacity: .5; }

/* Testimonials (hidden when there are none) */
.quotes { display: grid; gap: 18px; margin-top: 44px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote-card { margin: 0; background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 16px; }
[data-theme="dark"] .quote-card { border-color: var(--line); }
.quote-card blockquote { margin: 0; font-family: var(--display); font-weight: 700; font-size: 1.3rem; line-height: 1.3; }
.quote-card figcaption { margin-top: auto; color: var(--ink-soft); font-weight: 600; }
.quote-card figcaption strong { color: var(--ink); display: block; }

/* Inner pages (pricing, talk to sales) */
.page-top { padding: 56px 0 8px; }
.page-top h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); margin: 14px 0 16px; max-width: 16em; }
.talk-grid { display: grid; gap: 32px; align-items: start; padding-bottom: 88px; }
@media (min-width: 960px) { .talk-grid { grid-template-columns: 1.2fr .8fr; } }
.form-card { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 36px); box-shadow: var(--shadow-lg); display: grid; gap: 18px; }
[data-theme="dark"] .form-card { border-color: var(--line); }
.form-row { display: grid; gap: 18px; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-weight: 800; }
.field .opt { font-weight: 600; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); background: var(--page); border: 2px solid var(--line); border-radius: 14px;
  padding: 12px 14px; min-height: 48px; width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-soft); opacity: 1; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--ink); }
.field [aria-invalid="true"] { border-color: var(--paprika-text); }
.field .err, .form-err { color: var(--paprika-text); font-weight: 700; font-size: .95rem; }
.field .hint { color: var(--ink-soft); font-size: .92rem; }
.form-err { border: 2px solid var(--paprika-text); border-radius: 14px; padding: 12px 14px; }
.trap { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-card .btn { justify-self: start; }
.sent { background: var(--green); color: var(--on-green); border: 3px solid var(--mango); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); display: grid; gap: 14px; }
[data-theme="dark"] .sent { background: #0a3025; }
.sent h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.sent p { color: var(--on-green-soft); font-size: 1.15rem; }
.side-list { display: grid; gap: 14px; }
.side-list .sm h3 { font-size: 1.2rem; }
.sec h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); margin: 14px 0 16px; max-width: 16em; }

/* Get the apps (/apps/) and the privacy policy (/privacy/) */
.apps-hint { margin-top: 10px; font-weight: 700; font-size: .95rem; color: var(--paprika-text); }
.app-list { display: grid; gap: 24px; }
.app-card { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: clamp(20px, 4vw, 36px); display: grid; gap: 28px; scroll-margin-top: 90px; }
[data-theme="dark"] .app-card { border-color: var(--line); }
@media (min-width: 900px) { .app-card { grid-template-columns: 1fr auto; align-items: center; } }
.app-main { display: grid; gap: 16px; min-width: 0; }
.app-head { display: flex; align-items: center; gap: 16px; }
.app-icon { width: 64px; height: 64px; flex: none; }
.app-icon svg { width: 64px; height: 64px; }
.app-tag { font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--paprika-text); }
.app-card h2 { font-size: clamp(2rem, 4.4vw, 3rem); margin-top: 4px; }
.app-body { color: var(--ink-soft); max-width: 40em; }
.app-ticks { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.app-ticks li { font-weight: 700; font-size: .92rem; padding: 6px 14px; border-radius: 999px; border: 2px solid var(--line); background: var(--page); }
.dl-list { display: flex; flex-wrap: wrap; gap: 14px 18px; align-items: flex-start; margin-top: 4px; }
.dl-item { display: grid; gap: 6px; justify-items: start; }
.dl-btn svg { width: 20px; height: 20px; flex: none; }
.dl-meta { font-size: .85rem; color: var(--ink-soft); font-weight: 600; }
.dl-missing { font-weight: 600; color: var(--ink-soft); }
.dl-missing a { color: var(--paprika-text); font-weight: 800; }
.play-badge { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 18px 8px 14px; border-radius: 12px;
  background: #0b0b0b; color: #ffffff; border: 2px solid #0b0b0b; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 1.15rem; line-height: 1.05; }
.play-badge small { display: block; font-family: var(--body); font-weight: 600; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.play-badge .play-mark { width: 24px; height: 24px; }
[data-theme="dark"] .play-badge { border-color: var(--line); }
.play-badge.soon { background: transparent; color: var(--ink-soft); border: 2px dashed var(--line); min-height: 44px; font-size: 1rem; }
.play-soon { margin-top: 2px; }
.app-qr { display: grid; justify-items: center; gap: 10px; text-align: center; }
.app-qr p { font-size: .9rem; font-weight: 600; color: var(--ink-soft); max-width: 200px; }
.qr-plate { display: inline-flex; padding: 12px; border-radius: 16px; background: #ffffff; border: 2px solid var(--ink); }
[data-theme="dark"] .qr-plate { border-color: var(--line); }
.qr-plate svg { width: 176px; height: 176px; display: block; color: #0e3b2e; }
.qr-plate.qr-sm svg { width: 120px; height: 120px; }
@media (max-width: 899px) { .app-qr { justify-items: start; text-align: left; } }
.apps-steps { padding-bottom: 88px; }
.steps-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .steps-grid { grid-template-columns: 1fr 1fr; } .steps-grid .web-card { grid-column: 1 / -1; } }
.step-card { background: var(--card); border: 2px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; gap: 10px; align-content: start; scroll-margin-top: 90px; }
.step-card h3 { font-size: 1.45rem; }
.step-card p { color: var(--ink-soft); }
.step-card ol { margin: 4px 0 0; padding-left: 1.4em; display: grid; gap: 6px; }
.step-card li::marker { font-family: var(--display); font-weight: 800; color: var(--paprika-text); }
.web-card { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; background: var(--page-2); }
.web-card > div { display: grid; gap: 10px; justify-items: start; max-width: 40em; }
.apps-note { margin-top: 22px; font-weight: 600; color: var(--ink-soft); max-width: 48em; }
.policy { display: grid; gap: 28px; max-width: 820px; padding-bottom: 88px; }
.policy-part { display: grid; gap: 10px; }
.policy-part h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.policy-part p { color: var(--ink-soft); }
.policy-part strong { color: var(--ink); }
.nav a, .head-actions .btn { white-space: nowrap; }
/* Six links and four buttons do not fit the 1240px row: Traders and Questions stay in the menu and footer. */
.nav .nav-extra { display: none; }
@media (min-width: 980px) { .nav { margin-left: 4px; gap: 0; } .nav a { padding: 8px 10px; } }
@media (min-width: 980px) and (max-width: 1239px) { .head-actions .talk { display: none; } }
.apps-cards { padding-bottom: 24px; }
/* On a phone the QR codes point at the phone itself: the buttons are enough. */
@media (max-width: 599px) { .app-qr, .web-card .qr-plate { display: none; } }
