/* ============================================================
   Daywright — marketing site styles
   Same design system as callvue-site (framed-column layout, hatch
   rules, full-bleed gradient band), reskinned to the Daywright brand
   kit: Ink / Chalk / Signal Green / Evergreen, wordmark in Familjen
   Grotesk 700 (see assets/BRAND.md).
   ============================================================ */

:root {
  --font-display: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-brand: "Familjen Grotesk", system-ui, sans-serif;   /* wordmark only */

  /* Heading treatment — weight 500 with very tight tracking. */
  --head-weight: 500;
  --head-track: -0.045em;

  /* ---- Brand palette (assets/BRAND.md) ----
     Evergreen is the accent on light grounds; Signal Green only ever
     sits on ink or evergreen (it disappears on chalk/white).
     The warm-neutral surface ramp stays from the shared design system —
     it lands within a point of the kit's Chalk (#F8F6F1). ---- */
  --bg:          #ffffff;   /* page background */
  --bg-alt:      #f7f5f2;   /* soft chalk card tint */
  --surface:     #f8f7f5;   /* inner fills inside white cards/panels */
  --paper:       #ffffff;
  --ink:         #1a1714;
  --ink-strong:  #101418;   /* brand Ink */
  --ground:      #101418;   /* dark ground shared by the CTA band and the footer (brand Ink) */
  --ink-dim:     #6b645d;
  --ink-mute:    #9a9189;
  --ink-faint:   #c4bcb3;

  --line:        #e9e6e1;
  --line-soft:   #f2f0ec;
  --line-strong: #d9d4cc;

  --frame-line:  rgba(26,23,20,.07);   /* column frame edges */
  --rule-edge:   rgba(26,23,20,.12);   /* hairlines bounding separator bands */
  --hatch:       rgba(26,23,20,.08);   /* dense vertical hatch inside separator bands */

  --brand:        #1f6b54;  /* Evergreen — UI accent on light */
  --brand-deep:   #17543f;
  --brand-signal: #3bd69a;  /* Signal Green — dark grounds only */
  --brand-soft:   #e7f4ee;
  --brand-ink:    #1b5a46;  /* text-on-soft green */

  --good:        #1f7a4a;
  --warn:        #b15d12;
  --warn-soft:   #fbe9d1;

  --brand-grad:      linear-gradient(135deg, #3bd69a 0%, #2a8266 48%, #1f6b54 100%);
  --brand-grad-deep: linear-gradient(135deg, #2a8266 0%, #1f6b54 45%, #143f32 100%);
  --brand-tint:      linear-gradient(180deg, #f0faf5 0%, #ddf2e8 100%);

  --maxw: 1180px;
  --shadow-sm: 0 1px 2px rgba(26,23,20,.05);
  --shadow-md: 0 10px 30px -14px rgba(26,23,20,.18);
  --glow: 0 30px 80px -36px rgba(31,107,84,.45);
  --ease: cubic-bezier(.22,.61,.36,1);

  /* ---- Type scale (9 steps) ---- */
  --t-micro: .66rem;
  --t-2xs:   .76rem;
  --t-xs:    .88rem;
  --t-sm:    .95rem;
  --t-base:  1.05rem;
  --t-md:    1.18rem;
  --t-lg:    1.35rem;
  --t-xl:    1.6rem;
  --t-3xl:   2.7rem;

  /* ---- Spacing scale (4px base) ---- */
  --sp-1:  4px;   --sp-2:  8px;   --sp-3: 12px;  --sp-4: 16px;
  --sp-5: 20px;   --sp-6: 24px;   --sp-7: 28px;  --sp-8: 32px;
  --sp-10: 40px;  --sp-12: 48px;  --sp-14: 56px; --sp-16: 64px;
  --sp-20: 80px;  --sp-24: 96px;

  /* ---- Radius scale ---- */
  --r-xs:   4px;
  --r-sm:   6px;
  --r-md:   8px;
  --r-lg:  12px;
  --r-xl:  16px;
  --r-full: 999px;
  --radius:    var(--r-lg);
  --radius-lg: var(--r-xl);

  /* ---- Section rhythm ---- */
  --section-y: var(--sp-16);
  --gutter:    var(--sp-5);
  --card-pad:    var(--sp-6);
  --hatch-cells: 60;
  --card-pad-lg: var(--sp-7);
}

@media (min-width: 768px) {
  :root { --section-y: var(--sp-20); --gutter: var(--sp-7); --hatch-cells: 100; }
}
@media (min-width: 992px) {
  :root { --section-y: var(--sp-24); --gutter: var(--sp-10); --hatch-cells: 145; }
}
@media (min-width: 1180px) {
  :root { --hatch-cells: 157; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; position: relative;
  font-family: var(--font-body); color: var(--ink); background: var(--bg);
  font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display); font-weight: var(--head-weight);
  line-height: 1.08; letter-spacing: var(--head-track); margin: 0; color: var(--ink-strong);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .025; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Column frame — two faint vertical edges, full height. */
.bg-frame {
  position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);
  width: min(var(--maxw), 100%); z-index: 0; pointer-events: none;
  border-inline: 1px solid var(--frame-line);
}

/* Section separator: dense vertical hatch band bounded by crisp hairlines.
   Same construction as callvue-site; see that sheet for the full rationale. */
.rule {
  max-width: var(--maxw); margin: 0 auto; height: 76px;
  position: relative; z-index: 2;
}
.rule::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%); width: 100vw;
  border-top: 1px solid var(--rule-edge);
  border-bottom: 1px solid var(--rule-edge);
  pointer-events: none; z-index: 0;
}
.rule::before {
  content: ""; position: absolute; inset: 0 1px 0 0; pointer-events: none;
  /* COUNT-based cell so the hatch divides the frame width exactly and the
     first/last lines meet the frame borders on one even rhythm. */
  background-image: linear-gradient(90deg, var(--hatch) 0 1px, transparent 1px);
  background-size: calc(100% / var(--hatch-cells)) 100%;
  background-position: left center;
  background-repeat: repeat-x;
}

/* ===========================================================
   Buttons
   =========================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 600; font-size: var(--t-sm);
  padding: .74em 1.3em; border-radius: var(--r-md); border: 1px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), background .18s var(--ease),
              box-shadow .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
  white-space: nowrap;
}
.btn--lg { font-size: var(--t-base); padding: .9em 1.55em; }

.btn--brand { background: var(--brand); color: #fff; box-shadow: 0 6px 16px -8px rgba(23,84,63,.55); }
.btn--brand:hover { background: var(--brand-deep); transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(23,84,63,.65); }
.btn--nav { padding: .62em 1.1em; font-size: var(--t-xs); }

.btn--ghost { background: var(--paper); color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-ink); }

.btn--invert { background: #fff; color: var(--brand-ink); }
.btn--invert:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(0,0,0,.3); }
.btn--ghost-invert { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--ghost-invert:hover { background: rgba(255,255,255,.1); border-color: #fff; }

.btn__ico { display: inline-flex; }
.btn__ico svg { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.btn:hover .btn__ico svg { transform: translate(2px,-2px); }

/* ===========================================================
   Nav
   =========================================================== */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); border-bottom: 1px solid var(--frame-line); }
.nav.is-scrolled { background: rgba(255,255,255,.85); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--line); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: var(--sp-4) var(--gutter); }

/* Horizontal lockup rebuilt as icon + live wordmark text so it renders the
   real webfont (the lockup SVGs carry live text and only render right where
   Familjen Grotesk is loaded — which this page does). Proportions follow the
   lockup spec: wordmark ≈ .69× the icon box, gap ≈ .38×. */
.nav__brand { display: inline-flex; align-items: center; gap: 11px; }
.nav__mark { height: 30px; width: auto; }
/* top:-.06em is the BRAND.md optical-centring rule (baseline at icon centre
   + .325×font-size — centre the cap block, not the em box) resolved against
   Familjen Grotesk's metrics: flex-centring the 1em box lands the baseline at
   +.385×, so the word reads low without this lift. Scales with font size. */
.nav__word { font-family: var(--font-brand); font-weight: 700; font-size: 1.3rem; letter-spacing: -.045em; color: var(--ink-strong); line-height: 1; position: relative; top: -.06em; }

.nav__links { display: flex; gap: var(--sp-7); }
.nav__links a { font-size: var(--t-sm); font-weight: 500; color: var(--ink-dim); position: relative; transition: color .18s var(--ease); }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--brand); border-radius: var(--r-xs); transition: right .24s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { right: 0; }
.nav__actions { display: flex; align-items: center; gap: var(--sp-3); }
.nav__toggle { display: none; }

.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: var(--sp-3) var(--gutter) var(--sp-5); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.mobile-menu a { padding: var(--sp-3) var(--sp-1); font-weight: 500; color: var(--ink-dim); border-bottom: 1px solid var(--line-soft); }
.mobile-menu a:last-child { border: 0; margin-top: 8px; }

/* ===========================================================
   Layout helpers
   =========================================================== */
.section { max-width: var(--maxw); margin: 0 auto; padding: var(--section-y) var(--gutter); position: relative; z-index: 2; }
.section__head { max-width: 720px; margin-bottom: var(--sp-12); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { font-size: clamp(1.75rem, 3vw, 2.4rem); }
.section__lede { color: var(--ink-dim); font-size: var(--t-md); margin-top: 18px; max-width: 620px; }
.section__lede--center { margin-inline: auto; }

/* Plain typographic overline — deliberately not a bordered pill. */
.eyebrow { display: block; font-size: var(--t-2xs); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 var(--sp-4); }
.eyebrow--on-dark { color: rgba(255,255,255,.72); }

.accent { color: var(--brand); }

/* Shared mockup panels */
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.panel__bar { display: flex; align-items: center; gap: var(--sp-2); padding: var(--sp-3) var(--sp-4); border-bottom: 1px solid var(--line-soft); }
.panel__bar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); }
.panel__bar .dot:nth-child(1) { background: #7fcbaf; }
.panel__title { margin-left: 8px; font-size: var(--t-2xs); font-weight: 600; color: var(--ink-mute); }
.panel__live { margin-left: auto; font-size: var(--t-micro); font-weight: 700; color: var(--brand); }

.card-menu { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); color: var(--ink-mute); font-size: var(--t-xs); line-height: 1; letter-spacing: 1px; cursor: default; display: inline-grid; place-items: center; }
.panel__bar .card-menu { margin-left: auto; width: 28px; height: 24px; }

.glow-frame { position: relative; }

/* ===========================================================
   Hero (centered)
   =========================================================== */
.hero { max-width: 960px; margin: 0 auto; padding: 140px var(--gutter) var(--sp-14); text-align: center; position: relative; z-index: 2; }
.hero__pill { display: block; font-size: var(--t-2xs); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin: 0 auto var(--sp-5); }
.hero__title { font-size: clamp(2.1rem, 4.2vw, 3.5rem); letter-spacing: -0.06em; }
.hero__lede { color: var(--ink-dim); font-size: var(--t-md); line-height: 1.55; margin: 24px auto 0; max-width: 600px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: center; margin-top: 34px; }

.hero__art { margin-top: 60px; }
.hero__art .panel { max-width: 880px; margin: 0 auto; box-shadow: var(--shadow-md); }

/* KPI row (shared construction with the callvue dashboard panel). */
.dash__kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-3); margin-bottom: var(--sp-4); }
.kpi { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--sp-4); display: flex; flex-direction: column; gap: 3px; text-align: left; }
.kpi--accent { background: var(--brand-tint); border-color: #bfe5d4; }
.kpi__label { font-size: var(--t-micro); color: var(--ink-mute); font-weight: 600; }
.kpi__num { font-family: var(--font-display); font-size: var(--t-xl); font-weight: 600; color: var(--ink-strong); letter-spacing: -.02em; }
.kpi__unit { font-size: var(--t-sm); }
.kpi__trend { font-size: var(--t-micro); font-weight: 700; color: var(--good); }

/* ---- Day-view schedule mockup: three inspector columns, appointment
   blocks with drive-time chips riding the gaps between jobs. ---- */
.panel--sched .sched { padding: var(--sp-5); }
.sched__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-3); }
.sched__col { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--sp-3); display: flex; flex-direction: column; gap: var(--sp-2); text-align: left; }
.sched__who { display: flex; align-items: center; gap: var(--sp-2); font-size: var(--t-2xs); font-weight: 600; color: var(--ink-dim); margin-bottom: var(--sp-1); }
.ava { width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: #fff; font-size: var(--t-micro); font-weight: 700; display: grid; place-items: center; font-style: normal; flex: none; }
.job { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: var(--r-sm); padding: var(--sp-2) var(--sp-3); display: flex; flex-direction: column; gap: 1px; }
.job b { font-size: var(--t-2xs); font-weight: 700; color: var(--ink-strong); font-variant-numeric: tabular-nums; }
.job span { font-size: var(--t-micro); color: var(--ink-dim); line-height: 1.35; }
/* Drive chip between jobs: label on a dashed wire, the on-hover drive-time
   feature rendered as always-visible marketing shorthand. */
.drive { display: flex; align-items: center; gap: var(--sp-2); font-size: var(--t-micro); font-weight: 600; color: var(--ink-mute); white-space: nowrap; }
.drive::before, .drive::after { content: ""; flex: 1; border-top: 1px dashed var(--line-strong); }

/* ===========================================================
   Strip (claim + open-API flow diagram)
   =========================================================== */
.strip { max-width: var(--maxw); margin: 0 auto; padding: var(--sp-12) var(--gutter); position: relative; z-index: 2; }
.strip__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: var(--sp-12); align-items: center; }
.strip__claim {
  font-family: var(--font-display); font-weight: var(--head-weight);
  font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.3;
  letter-spacing: var(--head-track); color: var(--ink-strong);
  margin: 0; max-width: 26ch;
}
.strip__sub { font-size: var(--t-xs); color: var(--ink-mute); margin: var(--sp-4) 0 0; max-width: 42ch; }

.flow { display: flex; align-items: stretch; gap: var(--sp-2); }
.flow__node {
  flex: 1 1 0; min-width: 0;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--paper); padding: var(--sp-5) var(--sp-4);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  box-shadow: var(--shadow-sm);
}
.flow__node--brand { border-color: #cbe4d9; background: var(--brand-soft); }
.flow__ico {
  width: 38px; height: 38px; border-radius: var(--r-md);
  background: var(--surface); color: var(--ink-dim);
  display: grid; place-items: center; margin-bottom: var(--sp-3);
}
.flow__ico svg { width: 19px; height: 19px; }
.flow__ico--brand { background: #fff; }
.flow__ico--brand img { width: 21px; height: 21px; }
.flow__title { font-family: var(--font-display); font-weight: 600; font-size: var(--t-xs); color: var(--ink-strong); letter-spacing: -.01em; }
.flow__sub { font-size: var(--t-micro); color: var(--ink-mute); margin-top: 3px; line-height: 1.35; }

.flow__link { flex: 0 0 84px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--sp-2); }
.flow__tag { font-size: var(--t-micro); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-mute); text-align: center; line-height: 1.2; }
.flow__wire { position: relative; display: block; width: 100%; height: 1px; background: var(--line-strong); }
.flow__wire::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  border-left: 6px solid var(--line-strong);
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}

/* ===========================================================
   Full-bleed warm band
   =========================================================== */
.band { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 2; overflow: hidden; }
.band--warm {
  color: #fff; box-shadow: var(--glow);
  background-image:
    radial-gradient(110% 130% at 88% -20%, rgba(89,214,160,.4), transparent 58%),
    radial-gradient(120% 110% at 6% 118%, rgba(5,32,24,.6), transparent 62%),
    var(--brand-grad-deep);
}
.band--warm::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: .6; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}
.band__inner { padding: var(--sp-16) var(--sp-14); position: relative; z-index: 1; }
.band__head { display: grid; grid-template-columns: 1.35fr 1fr; gap: var(--sp-10); align-items: end; }
.band__title { color: #fff; font-size: clamp(1.7rem, 2.8vw, 2.2rem); }
.band__desc { color: rgba(255,255,255,.85); font-size: var(--t-base); margin: 0; }

.band__tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-7); margin: 44px 0 0; }
.band__tab-rule { display: block; height: 2px; background: rgba(255,255,255,.28); margin-bottom: var(--sp-4); }
.band__tab--active .band__tab-rule { background: var(--brand-signal); }
.band__tab h3 { color: #fff; font-size: var(--t-md); margin-bottom: var(--sp-2); }
.band__tab p { color: rgba(255,255,255,.72); font-size: var(--t-xs); margin: 0; }

.band__art { margin-top: 40px; }
.band__art .panel { box-shadow: 0 30px 60px -22px rgba(0,0,0,.45); }

/* ---- Ranked slot offers: the flagship scheduling graphic. ---- */
.offers { padding: var(--sp-4); display: flex; flex-direction: column; gap: var(--sp-2); }
.offer { display: flex; align-items: center; gap: var(--sp-4); background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--sp-3) var(--sp-4); text-align: left; }
.offer--best { background: var(--brand-tint); border-color: #bfe5d4; }
.offer__rank { width: 26px; height: 26px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; font-size: var(--t-micro); font-weight: 700; color: var(--ink-dim); flex: none; }
.offer--best .offer__rank { background: var(--brand); border-color: var(--brand); color: #fff; }
.offer__main { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.offer__main b { font-size: var(--t-xs); font-weight: 700; color: var(--ink-strong); }
.offer__main span { font-size: var(--t-micro); color: var(--ink-dim); }
.offer .pill { flex: none; }
.offers__foot { margin: var(--sp-1) 0 0; padding: var(--sp-2) var(--sp-1) 0; font-size: var(--t-micro); color: var(--ink-mute); border-top: 1px solid var(--line-soft); }

.pill { font-size: var(--t-micro); font-weight: 700; padding: var(--sp-1) var(--sp-2); border-radius: var(--r-full); font-style: normal; }
.pill--win { background: var(--brand-soft); color: var(--brand-ink); }
.pill--warn { background: var(--warn-soft); color: var(--warn); }

/* ===========================================================
   Cards (flat) — shared base + compact feature grid
   =========================================================== */
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--card-pad); box-shadow: var(--shadow-sm); transition: border-color .2s var(--ease); }
.card--mini:hover, .faq__item[open] { border-color: #cbe4d9; }

.grid--mini { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-5); }
.grid--mini + .grid--mini { margin-top: var(--sp-5); }
.card--mini { padding: var(--card-pad); }
.feature__ico { width: 44px; height: 44px; border-radius: var(--r-md); display: grid; place-items: center; background: var(--brand-tint); color: var(--brand-deep); margin-bottom: var(--sp-4); }
.feature__ico svg { width: 22px; height: 22px; }
.feature__title { font-size: var(--t-md); margin-bottom: var(--sp-2); }
.feature__desc { color: var(--ink-dim); font-size: var(--t-xs); margin: 0; }

/* ===========================================================
   FAQ
   =========================================================== */
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--sp-3); }
.faq__item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 var(--sp-5); box-shadow: var(--shadow-sm); transition: border-color .2s var(--ease); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); padding: var(--sp-5) 0; font-family: var(--font-display); font-weight: 600; font-size: var(--t-base); color: var(--ink-strong); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev { width: 11px; height: 11px; border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand); transform: rotate(45deg); transition: transform .22s var(--ease); flex-shrink: 0; margin-right: 4px; }
.faq__item[open] .faq__chev { transform: rotate(-135deg); }
.faq__item p { margin: 0; padding: 0 0 var(--sp-5); color: var(--ink-dim); font-size: var(--t-sm); max-width: 640px; }

/* ===========================================================
   Legal pages (privacy policy)
   =========================================================== */
.legal { max-width: 780px; margin: 0 auto; padding: 140px var(--gutter) var(--section-y); position: relative; z-index: 2; }
.legal h1 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.legal .updated { color: var(--ink-mute); font-size: var(--t-xs); margin: 12px 0 var(--sp-10); }
.legal h2 { font-size: var(--t-lg); margin: var(--sp-10) 0 var(--sp-3); }
.legal p { margin: var(--sp-3) 0; color: var(--ink-dim); font-size: var(--t-base); }
.legal ul { list-style: disc; padding-left: 22px; margin: var(--sp-3) 0; }
.legal li { margin: var(--sp-2) 0; color: var(--ink-dim); font-size: var(--t-base); }
.legal strong { color: var(--ink-strong); }
.legal a { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--brand-deep); }
.legal code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85em; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-xs); padding: 1px 5px; }
.legal .callout { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: var(--r-md); padding: var(--sp-4) var(--sp-5); margin: var(--sp-4) 0; }

/* ===========================================================
   CTA band + footer
   =========================================================== */
.cta-band { background: var(--ground); background-image: radial-gradient(70% 120% at 50% -10%, rgba(59,214,154,.28), transparent 60%); color: #fff; position: relative; z-index: 2; overflow: hidden; }
/* CTA + footer share one dark ground and one viewport-anchored grain so no
   seam shows where they meet (see callvue-site styles for the rationale). */
.cta-band::before, .footer::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: .5; mix-blend-mode: overlay;
  background-attachment: fixed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}
.cta-band__inner { max-width: 720px; margin: 0 auto; padding: var(--section-y) var(--gutter); text-align: center; position: relative; z-index: 1; }
/* The on-dark icon is already a chalk badge, so it needs no frosted container
   the way the old bare mark did. */
.cta-band__mark { display: inline-block; margin-bottom: var(--sp-5); }
.cta-band__mark img { width: 60px; height: 60px; }
.cta-band__title { color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.cta-band__lede { color: rgba(255,255,255,.72); font-size: var(--t-md); margin: 18px auto 30px; max-width: 520px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: center; }

/* margin-top:-1px is a seam fix, not a nudge — see callvue-site styles. */
.footer { background: var(--ground); color: rgba(255,255,255,.7); position: relative; z-index: 2; margin-top: -1px; }
.footer__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: var(--sp-16) var(--gutter) var(--sp-10); display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--sp-12); }
.footer__brandline { display: inline-flex; align-items: center; gap: 11px; margin-bottom: var(--sp-4); }
.footer__mark { height: 30px; width: auto; }
.footer__word { font-family: var(--font-brand); font-weight: 700; font-size: 1.3rem; letter-spacing: -.045em; color: #f8f6f1; line-height: 1; position: relative; top: -.06em; }   /* same optical-centring lift as .nav__word */
.footer__tag { font-size: var(--t-sm); max-width: 320px; margin: 0 0 14px; line-height: 1.5; }
.footer__made { font-size: var(--t-xs); color: rgba(255,255,255,.5); margin: 0; }
.footer__made a { color: var(--brand-signal); font-weight: 600; }
.footer__cols { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-7); }
.footer__col h4 { font-family: var(--font-body); font-size: var(--t-2xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); margin: 0 0 14px; }
.footer__col a { display: block; font-size: var(--t-xs); padding: var(--sp-2) 0; color: rgba(255,255,255,.72); transition: color .15s var(--ease); }
.footer__col a:hover { color: #fff; }
.footer__base { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: var(--sp-5) var(--gutter); border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--sp-2); font-size: var(--t-xs); color: rgba(255,255,255,.45); }

/* ===========================================================
   Reveal animations
   =========================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--reveal-delay, 0) * 90ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Scroll-linked entrance slide where supported; transform-only so content is
   always guaranteed to become visible (opacity stays owned by the JS reveal). */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal {
      transition: opacity .7s var(--ease);
      animation-name: reveal-scrub;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-timeline: view();
      animation-range: entry 0% entry 100%;
    }
    .reveal[data-reveal-delay="1"] { animation-range: entry 7%  entry 100%; }
    .reveal[data-reveal-delay="2"] { animation-range: entry 14% entry 100%; }
    .reveal[data-reveal-delay="3"] { animation-range: entry 20% entry 100%; }
    @keyframes reveal-scrub {
      from { transform: translateY(46px); }
      to   { transform: translateY(0); }
    }
  }
}

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 920px) {
  .nav__inner, .mobile-menu { padding-inline: 24px; }
  .nav__links { display: none; }
  .nav__actions .btn--nav { display: none; }
  .nav__toggle { display: inline-flex; flex-direction: column; gap: 5px; justify-content: center; width: 42px; height: 38px; background: transparent; border: 1px solid var(--line-strong); border-radius: var(--r-md); cursor: pointer; }
  .nav__toggle span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 0 auto; border-radius: var(--r-xs); }
  .mobile-menu.is-open { display: flex; }

  .band__inner { padding: var(--sp-12) var(--sp-8); }
  .band__head, .strip__inner { grid-template-columns: 1fr; gap: var(--sp-8); }
  .band__tabs, .grid--mini { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: var(--sp-8); }
}

@media (max-width: 620px) {
  .sched__grid { grid-template-columns: 1fr; }
  /* The third column adds scroll without adding information once stacked. */
  .sched__col:nth-child(3) { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { padding: 116px var(--gutter) var(--sp-8); }
  .hero__art { margin-top: var(--sp-12); }
  .dash__kpis { grid-template-columns: 1fr; }
  .band__inner { padding: var(--sp-8) var(--sp-5); }
  .band__tabs, .grid--mini { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__base { flex-direction: column; }
  .hero__cta, .cta-band__actions { flex-direction: column; }
  .hero__cta .btn, .cta-band__actions .btn { width: 100%; }
  .flow { flex-direction: column; }
  .flow__link { flex-basis: auto; padding: var(--sp-2) 0; }
  .flow__wire { width: 1px; height: 28px; margin: 0 auto; }
  .flow__wire::after { right: 50%; top: 100%; transform: translateX(50%); border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid var(--line-strong); border-bottom: 0; }
  .offer { flex-wrap: wrap; gap: var(--sp-2) var(--sp-3); }
  .rule { height: 56px; }
}
