/* ════════════════════════════════════════════════════════════════════
   linq — homepage v2 layer (content sections only).
   Loaded ONLY on pages that opt in via {% block extra_head %} (homepage,
   features, compare, customers). The page CHROME — header, mobile
   drawer, footer, .btn--* buttons, .eyebrow, type scale — comes from
   linq-marketing.css; this sheet holds the homepage-only components
   (.loop-card, .mod, demos, FAQ, .book-card, dark bands) plus a few
   `body.linq-home-v2`-scoped rhythm overrides. Never redeclare a bare
   chrome class (.nav-links, .nav-cta, .eyebrow, .lead …) here — it
   cascades into the shared lq-header/lq-footer on every page that
   loads this sheet.

   Marketing-specific layout only. No new hex outside the kit's token set.
   ════════════════════════════════════════════════════════════════════ */

html { scroll-behavior: smooth; }
/* No overflow-x on body — it would break the sticky header (see
   linq-marketing.css); main/footer carry the horizontal clip. */
body { line-height: 1.5; }
img { max-width: 100%; display: block; }

/* Homepage rhythm — slightly denser than the default .lq-section. */
body.linq-home-v2 .lq-section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
body.linq-home-v2 .lq-section.tight { padding: clamp(48px, 6vw, 84px) 0; }

/* dashed hairline divider, like the app's row rules */
.hairline { border: 0; border-top: 1px dashed var(--border); margin: 0; }

/* Eyebrows use the shared .eyebrow + inner .dot from linq-marketing.css;
   the homepage stacks them above headings, so give them flow + margins. */
body.linq-home-v2 .eyebrow { display: inline-flex; align-items: center; }
.eyebrow--center { justify-content: center; }
.eyebrow.on-dark { color: var(--on-dark-muted); }

/* the brand period — a true round Signal dot (bdot ≠ the eyebrow .dot) */
.bdot {
  display: inline-block; width: 0.17em; height: 0.17em; border-radius: 50%;
  background: var(--signal); vertical-align: 0.04em; margin-left: 0.06em;
  text-indent: -9999px; overflow: hidden; line-height: 0;
}
/* The brand period is a STATIC dot — the dark-hero redesign removed all
   glowing/pulsing circle motifs intentionally (no bdot-pulse, no radial
   glows on the dark bands). Keep .bdot flat. */

/* homepage lead is slightly tighter than the shared .lead */
body.linq-home-v2 .lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.6; max-width: 56ch; }

/* mono meta strip */
.meta-strip {
  font-family: var(--font-mono); font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint);
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
}
.meta-strip.center { justify-content: center; }
.meta-strip .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--border-strong); }

/* section header (two-column: title left, lead right) */
.sec-head2 { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px 56px; align-items: end; margin-bottom: 52px; }
.sec-head2 .eyebrow { margin-bottom: 16px; }
.sec-head2 .lead { margin-bottom: 4px; }
@media (max-width: 900px){ .sec-head2 { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; } }

/* ══════════════════════════════════════════════════════════════════
   HERO — dark, centered, photographic
   ══════════════════════════════════════════════════════════════════ */
/* margin-top pulls the ink ground up under the sticky 72px header so the
   dark surface reaches the viewport top (the transparent header floats
   over it); top padding pushes the copy back below the header band. The
   tower photo rides in ::before at 18% opacity behind a radial fade, and
   ::after lays a bottom scrim so the trust band transitions cleanly. */
/* This sheet also loads on features/compare/customers, which share the
   linq-home-v2 body class and their own LIGHT `.lq-section.hero`. Keep
   that default here (reset the marketing.css -80px pull, standard
   padding); ONLY the homepage — the page carrying body.has-dark-hero —
   gets the ink ground + tower backdrop treatment that follows. */
body.linq-home-v2 .lq-section.hero { padding: clamp(80px, 10vw, 140px) 0 clamp(40px, 5vw, 72px); margin-top: 0; }

/* margin-top pulls the ink ground up under the sticky 72px header so the
   dark surface reaches the viewport top (the transparent header floats
   over it); top padding pushes the copy back below the header band. The
   tower photo rides in ::before at 18% opacity behind a radial fade, and
   ::after lays a bottom scrim so the trust band transitions cleanly. */
body.has-dark-hero .lq-section.hero {
  margin-top: -72px;
  padding: calc(72px + clamp(56px, 8vw, 104px)) 0 clamp(56px, 7vw, 104px);
  background: var(--dark-fill);
  color: var(--on-dark);
  position: relative;
  overflow: hidden;
}
body.has-dark-hero .lq-section.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: url(../img/linq-hero-tower.jpg) center 20% / cover no-repeat;
  opacity: 0.18;
  -webkit-mask-image: radial-gradient(130% 100% at 50% 0%, #000 35%, transparent 80%);
          mask-image: radial-gradient(130% 100% at 50% 0%, #000 35%, transparent 80%);
}
body.has-dark-hero .lq-section.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(24,24,27,0) 62%, rgba(24,24,27,0.55));
}
body.has-dark-hero .hero-in { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
body.has-dark-hero .hero .eyebrow { margin-bottom: 26px; }
body.has-dark-hero .hero .h-display { color: #fff; max-width: 18ch; margin: 0 0 22px; }
body.has-dark-hero .hero .hero-sub {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.01em; font-size: clamp(1.05rem, 1.9vw, 1.4rem); line-height: 1.25;
  color: rgba(242,237,226,0.92); max-width: 46ch; margin: 0 0 20px; text-wrap: balance;
}
body.has-dark-hero .hero .lead { color: rgba(242,237,226,0.66); max-width: 60ch; text-align: center; margin: 0 auto 36px; }
body.has-dark-hero .hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: clamp(40px, 6vw, 60px); }
/* ghost CTA reads on the ink ground */
body.has-dark-hero .hero .btn--ghost.ondark { background: rgba(255,255,255,0.06); border-color: rgba(242,237,226,0.28); color: var(--bone); }
body.has-dark-hero .hero .btn--ghost.ondark:hover { background: rgba(255,255,255,0.13); border-color: rgba(242,237,226,0.55); }

/* 3-up stat strip, divided by hairline rules */
body.has-dark-hero .hero-stats { display: flex; flex-wrap: wrap; justify-content: center; row-gap: 20px; }
body.has-dark-hero .hero-stats > div { padding: 0 clamp(24px, 4vw, 46px); border-left: 1px solid rgba(242,237,226,0.16); }
body.has-dark-hero .hero-stats > div:first-child { border-left: 0; }
body.has-dark-hero .hero-stats b { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.1rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; font-variant-numeric: tabular-nums; }
body.has-dark-hero .hero-stats i { display: block; font-style: normal; font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,237,226,0.45); margin-top: 8px; }
@media (max-width: 460px){ body.has-dark-hero .hero-stats > div { padding: 0 18px; } }

/* ══════════════════════════════════════════════════════════════════
   TRUST BAND
   ══════════════════════════════════════════════════════════════════ */
.trust { background: var(--bg-warm); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-in { padding: 34px 0; display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
.trust .eyebrow { color: var(--text-muted); }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 38px; }
.logo-row .lg { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.02em; color: var(--text-muted); opacity: .72; transition: opacity .2s; white-space: nowrap; }
.logo-row .lg:hover { opacity: 1; }
.logo-row .lg .om { color: var(--text-faint); font-weight: 600; }
.trust-stat { font-family: var(--font-mono); font-size: 0.86rem; color: var(--text-muted); letter-spacing: 0.02em; }
.trust-stat b { color: var(--ink); font-weight: 600; }

/* ══════════════════════════════════════════════════════════════════
   THE LOOP — 5 mini cards
   ══════════════════════════════════════════════════════════════════ */
.loop5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1040px){ .loop5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .loop5 { grid-template-columns: 1fr; } }
.loop5-card {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 12px; position: relative;
  transition: border-color .15s, transform .12s, box-shadow .15s; text-decoration: none; color: inherit;
}
.loop5-card:hover { border-color: var(--border-strong); transform: translateY(-3px); box-shadow: var(--e-2); }
.loop5-card .l5-top { display: flex; align-items: center; justify-content: space-between; }
.loop5-card .l5-n { font-family: var(--font-mono); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; color: var(--signal-deep); }
.loop5-card .l5-ico { width: 34px; height: 34px; border-radius: var(--r-sm); background: var(--ocean-soft); color: var(--ocean); display: grid; place-items: center; font-size: 1rem; }
/* Homepage loop cards carry the handoff's circular chip + inline-SVG icons;
   the shared feature pages keep their rounded-square bi-icon chip. */
body.has-dark-hero .loop5-card .l5-ico { border-radius: 50%; border: 1px solid rgba(59,91,219,0.28); }
body.has-dark-hero .loop5-card .l5-ico svg { width: 17px; height: 17px; }
.loop5-card h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; }
.loop5-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; flex: 1; }
.loop5-card .l5-link { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--text-faint); display: inline-flex; align-items: center; gap: 6px; }
.loop5-card:hover .l5-link { color: var(--signal-deep); }

/* ══════════════════════════════════════════════════════════════════
   FEATURES GRID — 9 cards (one dark, one dashed)
   ══════════════════════════════════════════════════════════════════ */
.feat-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.feat-head .eyebrow { justify-content: center; margin-bottom: 16px; }
.feat-head .h-section { margin: 0 0 16px; }
.feat-head .lead { margin: 0 auto; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 1040px){ .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px){ .features { grid-template-columns: 1fr; } }
.fc { position: relative; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px 24px 22px; display: flex; flex-direction: column; gap: 13px; transition: border-color .15s, transform .12s, box-shadow .15s; }
.fc:hover { border-color: var(--border-strong); transform: translateY(-3px); box-shadow: var(--e-2); }
.fc .fc-ico { width: 44px; height: 44px; border-radius: 50%; background: var(--ocean-soft); border: 1px solid rgba(59,91,219,0.28); color: var(--ocean); display: grid; place-items: center; flex-shrink: 0; }
.fc .fc-ico svg { width: 22px; height: 22px; }
.fc h3 { font-size: 1.08rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.fc p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.55; flex: 1; }
.fc .fc-link { font-size: 0.8rem; font-weight: 700; color: var(--text-faint); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color .15s; }
.fc:hover .fc-link { color: var(--signal-deep); }
/* Dark AI-receptionist card — the handoff's navy→ink gradient. #1C2B4E
   is a bespoke dark-navy the kit has no token for; kept verbatim to
   match the design. Text on it is genuinely dark, so #fff is correct. */
.fc.dark { background: linear-gradient(155deg, #232327 0%, var(--ink) 62%); border-color: var(--ink); }
.fc.dark h3 { color: #fff; }
.fc.dark p { color: var(--on-dark-muted); }
.fc.dark .fc-ico { background: rgba(255,255,255,0.07); border-color: rgba(242,237,226,0.28); color: var(--on-dark); }
.fc.dark .fc-link { color: var(--signal); }
.fc.dark .fc-mark { position: absolute; right: 22px; bottom: 20px; height: 28px; opacity: 0.9; }
.fc.dash { background: transparent; border: 1.5px dashed var(--border-strong); box-shadow: none; }
.fc.dash:hover { transform: none; box-shadow: none; }

/* below-grid utility line */
.mod-foot-line { margin-top: 24px; }
.mod-foot-line a { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; display: inline-flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.mod-foot-line a:hover { color: var(--signal-deep); }
.mod-foot-line .pluslead { color: var(--signal-deep); }

/* ══════════════════════════════════════════════════════════════════
   COMPARISON BAND
   ══════════════════════════════════════════════════════════════════ */
.cmp { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.cmp table { width: 100%; border-collapse: collapse; }
.cmp thead th { text-align: left; padding: 22px 24px 18px; border-bottom: 1px solid var(--border); vertical-align: bottom; }
.cmp thead th .ch-lbl { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.cmp thead th .ch-name { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; margin-top: 4px; }
.cmp thead th.col-linq { background: var(--surface-dark); }
.cmp thead th.col-linq .ch-lbl { color: var(--on-dark-muted); }
.cmp thead th.col-linq .ch-name { color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.cmp thead th.col-linq .ch-name .wmm { font-weight: 600; letter-spacing: -0.03em; }
.cmp tbody td { padding: 16px 24px; font-size: 0.92rem; border-bottom: 1px dashed var(--border); vertical-align: top; }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp tbody td.row-key { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.cmp tbody td.col-linq { background: var(--surface-dark); color: var(--on-dark); font-weight: 600; }
.cmp tbody td .other { color: var(--text-muted); }
.cmp tbody td.col-linq .ok { color: var(--signal); margin-right: 7px; }
.cmp-foot { padding: 18px 24px; border-top: 1px solid var(--border); background: var(--bg-warm); }
.cmp-foot a { font-size: 0.92rem; font-weight: 600; color: var(--ocean); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.cmp-foot a:hover { color: var(--ocean-deep); }
@media (max-width: 760px){
  .cmp { border: 0; background: transparent; }
  .cmp table, .cmp thead, .cmp tbody, .cmp tr, .cmp td, .cmp th { display: block; }
  .cmp thead { position: absolute; left: -9999px; }
  .cmp tbody tr { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); margin-bottom: 12px; overflow: hidden; }
  .cmp tbody td { border-bottom: 1px dashed var(--border); display: flex; justify-content: space-between; gap: 16px; }
  .cmp tbody td.row-key { background: var(--bg-warm); }
  .cmp tbody td.col-linq::before { content: 'lınq'; font-family: var(--font-display); }
  .cmp tbody td::before { content: attr(data-h); font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); }
  .cmp-foot { background: transparent; border: 0; padding: 6px 0; }
}

/* ══════════════════════════════════════════════════════════════════
   BUILT BY LINQ — 2 customer cards
   ══════════════════════════════════════════════════════════════════ */
.built { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 860px){ .built { grid-template-columns: 1fr; } }
.built-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 16px; }
.built-card .bc-eye { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-faint); }
.built-card .bc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.built-card h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; }
.built-card .bc-meta { font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; }
.built-card .bc-link { font-family: var(--font-mono); font-size: 0.78rem; color: var(--ocean); text-decoration: none; white-space: nowrap; }
.built-card .bc-link:hover { color: var(--ocean-deep); }
.built-card .bc-stack { display: flex; flex-direction: column; gap: 0; }
.built-card .bc-stack li { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 0.92rem; list-style: none; }
.built-card .bc-stack li:last-child { border-bottom: 0; }
.built-card .bc-stack li i { color: var(--sage); font-size: 0.95rem; margin-top: 2px; flex-shrink: 0; }
.built-card .bc-cta { margin-top: 6px; }
.built-card .bc-cta a { font-size: 0.92rem; font-weight: 700; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.built-card .bc-cta a:hover { color: var(--signal-deep); }
.built-card .bc-cta a .arrow, .quote-cta a .arrow { transition: transform .18s; }
.built-card .bc-cta a:hover .arrow, .quote-cta a:hover .arrow { transform: translateX(3px); }

/* ══════════════════════════════════════════════════════════════════
   STATS BAND
   ══════════════════════════════════════════════════════════════════ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
@media (max-width: 880px){ .stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px){ .stats { grid-template-columns: 1fr; } }
.stat { background: var(--panel); padding: 30px 26px; display: flex; flex-direction: column; gap: 10px; }
.stat .st-num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: clamp(2.6rem, 4vw, 3.4rem); font-weight: 500; letter-spacing: -0.03em; line-height: 0.9; color: var(--ink); }
.stat .st-num .u { color: var(--signal); }
.stat .st-src { font-size: 0.84rem; color: var(--text-muted); line-height: 1.45; }

/* ══════════════════════════════════════════════════════════════════
   TESTIMONIAL
   ══════════════════════════════════════════════════════════════════ */
.quote-block { max-width: 920px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.quote-block .eyebrow { justify-content: center; }
.quote-block blockquote { font-size: clamp(1.5rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.16; color: var(--ink); text-wrap: balance; }
.quote-block .attr { font-family: var(--font-mono); font-size: 0.86rem; color: var(--text-muted); letter-spacing: 0.02em; }
.quote-block .attr b { color: var(--ink); font-weight: 600; }
.result-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.result-chips .rc { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 0.8rem; font-weight: 600; color: var(--ink); background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 7px 16px; }
.result-chips .rc .ar { color: var(--sage); }
.quote-cta a { font-size: 0.92rem; font-weight: 700; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.quote-cta a:hover { color: var(--signal-deep); }

/* ══════════════════════════════════════════════════════════════════
   DARK BANDS (payments promo + final CTA)
   ══════════════════════════════════════════════════════════════════ */
/* Shared dark-band default (features/compare/customers keep this): warm
   surface-dark + soft radial glow. */
.dark-band {
  background: var(--surface-dark); color: var(--on-dark); position: relative; overflow: hidden;
}
.dark-band::after {
  content:''; position: absolute; right: -8%; top: -40%; width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(234,106,44,.22), transparent 66%); pointer-events: none;
}
.dark-band .h-section, .dark-band h3 { color: #fff; }
/* Homepage commits to one --ink dark system (matching the hero) and drops
   the radial-glow motif — the dark-hero redesign removed all glow. */
body.has-dark-hero .dark-band { background: var(--dark-fill); }
body.has-dark-hero .dark-band::after { content: none; }
.dark-band .btn--ghost { border-color: rgba(242,237,226,0.45); color: var(--bone); }
.dark-band .btn--ghost:hover { border-color: var(--bone); background: rgba(242,237,226,0.08); }

/* payments promo */
.pay-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; z-index: 1; }
@media (max-width: 880px){ .pay-grid { grid-template-columns: 1fr; gap: 32px; } }
.pay-rate { display: flex; flex-direction: column; gap: 4px; }
.pay-rate .pr-big { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: clamp(4.5rem, 11vw, 8rem); font-weight: 500; letter-spacing: -0.05em; line-height: 0.82; color: var(--signal); }
.pay-rate .pr-lock { font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--on-dark-muted); margin-top: 14px; }
.pay-copy h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 16px; }
.pay-copy p { color: var(--on-dark-muted); font-size: 1.04rem; line-height: 1.6; margin-bottom: 24px; max-width: 54ch; }
.pay-fine { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,237,226,.4); margin-top: 22px; position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════════════
   BOOKING DEMO
   ══════════════════════════════════════════════════════════════════ */
.book-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 920px){ .book-grid { grid-template-columns: 1fr; } }
.book-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--e-2); }
.book-card .bk-head { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1px solid var(--border); margin-bottom: 18px; }
.book-card .bk-head .bk-logo { width: 34px; height: 34px; }
.book-card .bk-head .bk-biz { font-weight: 800; letter-spacing: -0.02em; }
.book-card .bk-head .bk-tag { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.bk-label { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.bk-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 20px; }
.bk-day { border: 1px solid var(--border); background: var(--bg); border-radius: var(--r-md); padding: 10px 4px; text-align: center; cursor: pointer; transition: all .15s; }
.bk-day .d-dow { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }
.bk-day .d-num { font-size: 1.2rem; font-weight: 700; margin-top: 3px; }
.bk-day:hover { border-color: var(--border-strong); }
.bk-day.sel { background: var(--surface-dark); border-color: var(--surface-dark); }
.bk-day.sel .d-dow { color: var(--on-dark-muted); }
.bk-day.sel .d-num { color: #fff; }
.bk-windows { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.bk-win { font-family: var(--font-mono); font-size: 0.8rem; border: 1px solid var(--border); background: var(--bg); color: var(--text-muted); border-radius: var(--r-pill); padding: 8px 16px; cursor: pointer; transition: all .15s; }
.bk-win:hover { border-color: var(--border-strong); color: var(--ink); }
.bk-win.sel { background: var(--signal-soft); border-color: rgba(234,106,44,.4); color: var(--signal-deep); font-weight: 600; }
.bk-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.bk-fields .span2 { grid-column: 1 / -1; }
.bk-fields input, .bk-fields textarea { width: 100%; font-family: var(--font-display); font-size: 0.92rem; color: var(--text); background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-md); padding: 11px 14px; outline: none; transition: border-color .15s, box-shadow .15s; }
.bk-fields input:focus, .bk-fields textarea:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px var(--ocean-soft); }
.bk-fields input::placeholder, .bk-fields textarea::placeholder { color: var(--text-faint); }
.bk-submit { width: 100%; justify-content: center; }
.bk-success { display: none; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 24px 10px; }
.bk-success.show { display: flex; }
.bk-success .bs-ico { width: 56px; height: 56px; border-radius: 50%; background: var(--sage-soft); color: var(--sage); display: grid; place-items: center; font-size: 1.6rem; }
.bk-success h4 { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; }
.bk-success p { font-size: 0.9rem; color: var(--text-muted); max-width: 38ch; line-height: 1.5; }
.bk-success .bs-again { font-family: var(--font-mono); font-size: 0.74rem; color: var(--ocean); background: none; border: 0; cursor: pointer; letter-spacing: 0.04em; }

/* ══════════════════════════════════════════════════════════════════
   PRICING TEASER
   ══════════════════════════════════════════════════════════════════ */
.price-teaser { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.price-teaser .lead { text-align: center; }
.price-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.price-chips .pc { display: flex; flex-direction: column; align-items: center; gap: 2px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px 32px; min-width: 150px; }
.price-chips .pc .pc-name { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.price-chips .pc .pc-price { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: 1.7rem; font-weight: 500; letter-spacing: -0.02em; }
.price-chips .pc .pc-price .per { font-size: 0.86rem; color: var(--text-faint); }
.price-chips .pc.featured { background: var(--surface-dark); border-color: var(--surface-dark); }
.price-chips .pc.featured .pc-name { color: var(--on-dark-muted); }
.price-chips .pc.featured .pc-price { color: #fff; }
.price-chips .pc.featured .pc-price .per { color: var(--on-dark-muted); }
.price-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ══════════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════════ */
.faq { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; display: flex; align-items: center; gap: 16px; padding: 22px 4px; background: none; border: 0; cursor: pointer; text-align: left; }
.faq-q h3 { font-size: clamp(1.05rem, 1.7vw, 1.22rem); font-weight: 700; letter-spacing: -0.01em; color: var(--ink); flex: 1; }
.faq-q .faq-ico { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; color: var(--text-muted); flex-shrink: 0; transition: transform .25s, background .2s, color .2s, border-color .2s; }
.faq-item.open .faq-q .faq-ico { transform: rotate(45deg); background: var(--signal); color: #fff; border-color: var(--signal); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .faq-a-in { padding: 0 50px 24px 4px; font-size: 1rem; color: var(--text-muted); line-height: 1.6; max-width: 64ch; }

/* ══════════════════════════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════════════════════════ */
.final-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; position: relative; z-index: 1; }
.final-cta .h-display { color: #fff; }
.final-cta .lead { color: var(--on-dark-muted); text-align: center; max-width: 50ch; }
.final-cta .fc-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ══════════════════════════════════════════════════════════════════
   HOMEPAGE TYPE — design-handoff pairing (homepage only)
   Open Sans for display headings + big numerals, PT Sans for body and
   the mono-style meta. Scoped to body.has-dark-hero so the shared
   feature/compare/customers pages keep the linq v1.0 brand fonts
   (Public Sans + Archivo Narrow). Fonts are loaded in home.html's
   extra_head. This block sits last so its ties win the cascade.
   ══════════════════════════════════════════════════════════════════ */
body.has-dark-hero {
  --font-display: 'PT Sans', system-ui, sans-serif;   /* body copy */
  --font-mono: 'PT Sans', system-ui, sans-serif;      /* eyebrows / meta */
  --font-head: 'Open Sans', system-ui, sans-serif;    /* headings + numerals */
  font-family: var(--font-display);
}
/* Open Sans on every display heading + big numeral (headings h1–h4 use
   var(--font-display) globally — override them here). */
body.has-dark-hero h1,
body.has-dark-hero h2,
body.has-dark-hero h3,
body.has-dark-hero h4,
body.has-dark-hero .quote-block blockquote,
body.has-dark-hero .book-card .bk-biz,
body.has-dark-hero .cmp thead th .ch-name,
body.has-dark-hero .hero-stats b,
body.has-dark-hero .stat .st-num,
body.has-dark-hero .pay-rate .pr-big,
body.has-dark-hero .price-chips .pc .pc-price { font-family: var(--font-head); }

/* Match the handoff's heavier Open Sans display weights (homepage only):
   display + section heads + big numerals at 800, price/compare-name at
   700. The site's brand scale runs lighter (h-display/h-section 600,
   mono numerals 500), so bump them here — the shared pages keep 600. */
body.has-dark-hero .h-display,
body.has-dark-hero .final-cta .h-display,
body.has-dark-hero .hero .h-display { font-weight: 800; }
body.has-dark-hero .h-section { font-weight: 800; }
body.has-dark-hero .stat .st-num { font-weight: 800; }
body.has-dark-hero .pay-rate .pr-big { font-weight: 800; }
body.has-dark-hero .price-chips .pc .pc-price { font-weight: 700; }

