/* ─────────────────────────────────────────────────────────────────────────
   Ultimate Disc Landing Page — clean B2B, operator-focused
   ───────────────────────────────────────────────────────────────────────── */

:root {
  --accent: #1B5BAA;
  --accent-deep: #0E3F7C;
  --ink: #0A1B2E;
  --ink-2: #1E2D44;
  --muted: #5A6B82;
  --line: #E3E6EC;
  --line-2: #EFF1F5;
  --bg: #F7F9FC;
  --bg-card: #FFFFFF;
  --bg-ink: #0A1B2E;
  --bg-ink-2: #102543;
  --highlight: #F5C518;
  --success: #16A34A;
  --radius: 4px;
  --radius-lg: 8px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Archivo", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

.mono { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; }

/* ─── Layout ─── */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.wrap-tight { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* ─── Top utility bar ─── */
.util-bar {
  background: var(--ink);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
}
.util-bar .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.util-bar .left { display: flex; align-items: center; gap: 18px; }
.util-bar .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 4px 12px 4px 10px;
  border-radius: 999px;
  font-weight: 500; font-size: 12.5px;
  border: 1px solid rgba(255,255,255,0.12);
}
.util-bar .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80;
}
.util-bar a { color: #fff; opacity: 0.78; }
.util-bar a:hover { opacity: 1; }

/* ─── Nav ─── */
.nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.nav .wrap { display: flex; justify-content: space-between; align-items: center; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand .mark .accent { color: var(--accent); }
.brand .tag {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); border-left: 1px solid var(--line); padding-left: 12px;
  font-weight: 500;
}
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.nav-phone .label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.nav-phone .num { font-weight: 700; font-size: 17px; color: var(--ink); white-space: nowrap; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.01em;
  border: none; border-radius: var(--radius);
  transition: transform 80ms ease, box-shadow 120ms ease, background 120ms ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.04), inset 0 -2px 0 rgba(0,0,0,0.15); }
.btn-primary:hover { background: var(--accent-deep); }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 17px 28px; font-size: 16px; }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-block { width: 100%; }
.btn .arrow { transition: transform 120ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ─── Hero ─── */
.hero {
  background: linear-gradient(180deg, #EEF3FA 0%, #F7F9FC 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 88% 8%, rgba(27,91,170,0.12), transparent 65%),
    radial-gradient(700px 600px at 5% 95%, rgba(127,177,255,0.08), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 64px;
  padding: 72px 0 88px;
  align-items: start;
}
.hero-left { max-width: 620px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  width: fit-content;
  font-size: 14px; letter-spacing: 0.005em; font-weight: 600;
  color: var(--accent);
  margin-bottom: 14px;
}
.eyebrow .bar { width: 22px; height: 2px; background: var(--accent); border-radius: 2px; }
.hero h1 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
  color: var(--ink);
  text-wrap: balance;
}
.hero h1 .hl {
  color: var(--accent);
  position: relative;
}
.hero-sub {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 560px;
}
.hero-bullets {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
}
.hero-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: var(--ink-2);
  line-height: 1.45;
}
.hero-bullets .check {
  flex-shrink: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust {
  padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; gap: 40px; flex-wrap: wrap;
}
.hero-trust .stat .num { font-size: 30px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1; }
.hero-trust .stat .lbl { font-size: 13px; color: var(--muted); margin-top: 6px; font-weight: 500; }

/* Hero form card */
.lead-card {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px 28px 24px;
  box-shadow: 0 24px 60px -24px rgba(14,63,124,0.28), 0 1px 0 rgba(0,0,0,0.04);
  border: 1px solid var(--line);
  position: relative;
}
.lead-card .badge {
  position: absolute; top: -12px; right: 24px;
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.lead-card h3 {
  font-size: 22px; font-weight: 700; margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.lead-card .sub {
  font-size: 14px; color: var(--muted); margin: 0 0 20px;
}
.form-row { display: grid; gap: 10px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.field {
  display: flex; flex-direction: column; gap: 5px;
  margin-bottom: 12px;
}
.field label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-2);
}
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 120ms ease, box-shadow 120ms ease;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(27,91,170,0.18);
}
.field textarea { resize: vertical; min-height: 72px; font-family: inherit; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%235A6B82' d='M0 0h12L6 8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.form-foot {
  font-size: 12px; color: var(--muted); margin-top: 10px;
  display: flex; align-items: center; gap: 8px; line-height: 1.4;
}
.form-foot .lock { color: var(--success); }
.form-tabs {
  display: flex; background: var(--bg); border-radius: var(--radius); padding: 4px;
  margin: 0 0 20px;
}
.form-tabs button {
  flex: 1; border: 0; background: transparent;
  padding: 10px 12px; font-size: 13px; font-weight: 600;
  color: var(--muted); border-radius: 3px;
  transition: all 120ms ease;
}
.form-tabs button.active {
  background: #fff; color: var(--ink);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Visual-first hero (alt layout) */
.hero.visual-first .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 64px 0 72px; }
.hero.visual-first .hero-left { max-width: 760px; margin: 0 auto; text-align: center; }
.hero.visual-first .hero-bullets { grid-template-columns: repeat(4, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }
.hero.visual-first .eyebrow, .hero.visual-first .hero-cta-row { justify-content: center; }
.hero.visual-first .hero-cta-row { display: inline-flex; }
.hero.visual-first .hero-sub { margin-left: auto; margin-right: auto; }
.hero.visual-first .hero-trust { justify-content: center; }
.hero.visual-first .hero-product {
  max-width: 1080px; margin: 0 auto;
  aspect-ratio: 16/8;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Product visual */
.hero-product {
  position: relative;
  height: 100%;
  min-height: 480px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 20px 50px -24px rgba(14,63,124,0.22);
}
.hero-product image-slot { --is-bg: #fff; --is-fg: var(--muted); }
.hero-product image-slot {
  width: 100%; height: 100%;
}

/* ─── Logo slot ─── */
.brand-logo {
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
}
.brand-logo-img { height: 100%; width: auto; display: block; }
.foot .brand-logo-img { filter: brightness(0) invert(1); }
.brand-logo image-slot {
  position: absolute;
  inset: 0;
  height: 44px;
  width: 100%;
  opacity: 0;
  transition: opacity 150ms ease;
  --is-bg: transparent;
  --is-fg: var(--muted);
}
.brand-logo:hover image-slot { opacity: 1; }
.brand-logo image-slot[data-filled] { opacity: 1; position: relative; }
.brand-logo:has(image-slot[data-filled]) .fallback { display: none; }
.brand-logo .fallback {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brand-logo .fallback .accent { color: var(--accent); }
.brand-logo .fallback .sub {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  white-space: nowrap;
}
.foot .brand-logo .fallback { color: #fff; }
.foot .brand-logo .fallback .sub { color: rgba(255,255,255,0.5); }

/* ─── Categories Section ─── */
.cat-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 40px; flex-wrap: wrap; }
.cat-head .left { max-width: 640px; }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  position: relative;
  cursor: pointer;
}
.cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 18px 40px -16px rgba(14,63,124,0.25);
}
.cat-card .img-frame {
  aspect-ratio: 4/3;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-2);
}
.cat-card .img-frame image-slot { width: 100%; height: 100%; }
.cat-card .cc-viewport {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
}
.cat-card .cc-img {
  max-width: 86%; max-height: 84%;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
}
.cat-card .cc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.92); color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 2px 8px -2px rgba(14,63,124,0.25);
  cursor: pointer; padding: 0;
  transition: background 120ms ease, color 120ms ease, transform 120ms ease;
}
.cat-card .cc-arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cat-card .cc-arrow:active { transform: translateY(-50%) scale(0.92); }
.cat-card .cc-arrow.left { left: 12px; }
.cat-card .cc-arrow.right { right: 12px; }
.cat-card .cc-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 18px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(8,20,38,0.78));
  pointer-events: none;
}
.cat-card .cc-name {
  font-size: 12.5px; font-weight: 600; color: #fff; line-height: 1.25;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.cat-card .cc-count {
  flex-shrink: 0;
  font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.85); font-feature-settings: "tnum";
}
  position: relative;
  overflow: hidden;
}
.cat-card .img-frame image-slot { width: 100%; height: 100%; }
.cat-card .img-frame::after { content: none; }
.cat-card .img-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
}
.cat-card .img-tag .dot {
  width: 5px; height: 5px; background: var(--accent); border-radius: 50%;
}
.cat-card .num {
  position: absolute; bottom: 14px; left: 14px; z-index: 2;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  font-feature-settings: "tnum";
}
.cat-card .body {
  padding: 22px 22px 20px;
  display: flex; flex-direction: column; flex: 1;
  text-decoration: none; color: inherit; cursor: pointer;
}
.cat-card h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  color: var(--ink);
}
.cat-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 16px;
  flex: 1;
}
.cat-card .tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 16px;
}
.cat-card .tag {
  font-size: 11px;
  background: var(--bg);
  color: var(--ink-2);
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.cat-card .foot-row {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
}
.cat-card .stat-mono {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.3;
}
.cat-card .stat-mono b { color: var(--ink); font-weight: 600; }
.cat-card .link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent); font-weight: 700; font-size: 13px;
  letter-spacing: 0.01em;
}
.cat-card .link .arrow { transition: transform 150ms ease; }
.cat-card:hover .link .arrow { transform: translateX(3px); }

/* ─── Why Shaffer Section ─── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  padding: 28px 22px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.02);
}
.why-card .ico {
  width: 44px; height: 44px;
  border-radius: var(--radius);
  background: rgba(127,177,255,0.15);
  color: #7FB1FF;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.why-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
  letter-spacing: -0.01em;
}
.why-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin: 0;
  line-height: 1.55;
}

/* ─── Trust bar ─── */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.trust-bar .wrap { display: flex; align-items: center; gap: 40px; }
.trust-bar .label {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; color: var(--muted);
  max-width: 160px; flex-shrink: 0;
  line-height: 1.4;
}
.logo-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  flex: 1; align-items: center; justify-content: center;
}
.logo-slot {
  height: 32px;
  background: var(--bg);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px; color: var(--muted);
  border: 1px dashed var(--line);
  opacity: 0.7;
}

/* ─── Section base ─── */
.section { padding: 88px 0; }
.section.tight { padding: 64px 0; }
.section.dark { background: var(--ink); color: #fff; }
.section.alt { background: #fff; }

.section-head { margin-bottom: 48px; max-width: 720px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-eyebrow {
  display: flex; align-items: center; gap: 10px;
  width: fit-content;
  font-size: 14px; font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
  letter-spacing: 0.005em;
}
.section-eyebrow .bar { width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.section-sub {
  font-size: 18px; color: var(--muted); line-height: 1.55;
  margin: 0; max-width: 640px;
}
.section.dark .section-sub { color: rgba(255,255,255,0.72); }

/* ─── ROI section ─── */
.roi-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.roi-calc {
  background: var(--bg-ink-2);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.08);
}
.roi-calc h3 {
  font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
  margin: 0 0 20px; color: rgba(255,255,255,0.6); font-weight: 600;
}
.roi-input {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.roi-input .lbl { font-size: 13px; color: rgba(255,255,255,0.7); }
.roi-input .val {
  font-family: "JetBrains Mono", monospace;
  font-size: 18px; color: #fff; font-weight: 600;
}
.roi-input input[type="range"] {
  width: 100%; margin-top: 12px; accent-color: var(--accent);
}
.roi-input .control { width: 100%; }
.roi-input .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.roi-divider { border-top: 1px dashed rgba(255,255,255,0.15); margin: 18px 0; }
.roi-output {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
  padding: 4px 0;
}
.roi-output .lbl { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); font-weight: 600; }
.roi-output .big {
  font-family: "Archivo", sans-serif;
  font-size: 44px; font-weight: 800; color: var(--accent);
  letter-spacing: -0.02em; line-height: 1;
}
.roi-output .sml { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; font-family: "JetBrains Mono", monospace; }
.roi-disclaimer { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 16px; line-height: 1.5; }

.roi-points { display: flex; flex-direction: column; gap: 20px; }
.roi-point { display: flex; gap: 16px; }
.roi-point .ico {
  flex-shrink: 0; width: 40px; height: 40px;
  border-radius: var(--radius); background: rgba(80,140,220,0.18);
  display: flex; align-items: center; justify-content: center;
  color: #7FB1FF;
}
.roi-point h4 { font-size: 17px; font-weight: 700; margin: 0 0 4px; color: #fff; letter-spacing: -0.01em; }
.roi-point p { font-size: 14.5px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.55; }

/* ─── Specs ─── */
.specs-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: start;
}
.specs-visual {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  padding: 32px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.specs-visual image-slot { width: 100%; height: 100%; }
.specs-dim-label {
  position: absolute;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
  background: #fff;
  padding: 2px 6px;
}
.specs-dim-label.top { top: 16px; left: 50%; transform: translateX(-50%); }
.specs-dim-label.right { right: 16px; top: 50%; transform: translateY(-50%); }
.specs-dim-label.bottom { bottom: 16px; left: 50%; transform: translateX(-50%); }

.spec-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.spec-row {
  display: grid; grid-template-columns: 180px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.spec-row .k {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.spec-row .v {
  font-family: "JetBrains Mono", monospace;
  font-size: 15px; color: var(--ink); font-weight: 500;
}
.spec-row .v .em { color: var(--accent); font-weight: 600; }

/* ─── Gallery ─── */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 560px;
}
.gallery-grid > *:nth-child(1) { grid-row: 1 / 3; }
.gallery-tile {
  background: var(--bg-ink-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}
.gallery-tile image-slot { width: 100%; height: 100%; }

/* ─── Video ─── */
.video-frame {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--bg-ink-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
}
.video-frame image-slot { width: 100%; height: 100%; }
.video-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  pointer-events: none;
}
.play-btn {
  width: 88px; height: 88px;
  background: var(--accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 40px rgba(27,91,170,0.55);
  transition: transform 120ms ease;
  pointer-events: auto;
}
.video-frame:hover .play-btn { transform: scale(1.06); }
.video-caption {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  color: #fff; font-size: 14px; letter-spacing: 0.02em;
  display: flex; justify-content: space-between; align-items: flex-end;
  pointer-events: none;
}
.video-caption .ttl { font-weight: 600; font-size: 17px; }
.video-caption .dur { font-family: "JetBrains Mono", monospace; font-size: 12px; opacity: 0.8; }

/* ─── Testimonials ─── */
.test-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.test-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column;
}
.test-card .quote-mark {
  font-family: "Archivo", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.5;
  color: var(--accent);
  margin-bottom: 8px;
}
.test-card p {
  font-size: 15.5px; line-height: 1.55; color: var(--ink-2);
  margin: 0 0 20px; flex: 1;
}
.test-card .who {
  border-top: 1px solid var(--line); padding-top: 16px;
  display: flex; align-items: center; gap: 12px;
}
.test-card .who .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; color: var(--ink);
  border: 1px solid var(--line);
}
.test-card .who .info .name { font-weight: 700; font-size: 14px; }
.test-card .who .info .role { font-size: 12px; color: var(--muted); }
.test-card .stars { color: var(--highlight); margin-bottom: 12px; letter-spacing: 2px; font-size: 14px; }

/* ─── FAQ ─── */
.faq-list {
  max-width: 820px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: transparent; border: 0;
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: inherit; color: var(--ink);
  font-size: 18px; font-weight: 600;
}
.faq-q:hover { color: var(--accent); }
.faq-toggle {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: transform 200ms ease, background 120ms ease;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--accent); color: #fff; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 280ms ease, padding 200ms ease;
  font-size: 15.5px; color: var(--muted); line-height: 1.65;
}
.faq-item.open .faq-a { max-height: 400px; padding: 0 0 22px; }
.faq-a p { margin: 0; }

/* ─── Final CTA ─── */
.final-cta {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% 0%, rgba(27,91,170,0.35), transparent);
  pointer-events: none;
}
.final-cta h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
  position: relative;
}
.final-cta p {
  font-size: 19px; color: rgba(255,255,255,0.78);
  margin: 0 0 32px; max-width: 600px; margin-left: auto; margin-right: auto;
  position: relative;
}
.final-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; position: relative; }

/* ─── Footer ─── */
.foot {
  background: #061321;
  color: rgba(255,255,255,0.7);
  padding: 56px 0 24px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.foot h5 {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; font-weight: 600; margin: 0 0 16px;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot a:hover { color: var(--accent); }
.foot p { margin: 0 0 8px; font-size: 14px; }
.foot .brand .mark { color: #fff; }
.foot .legal { display: flex; justify-content: space-between; padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.4); }

/* ─── Sticky CTA bar ─── */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--ink);
  border-top: 2px solid var(--accent);
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  z-index: 40;
  transform: translateY(110%);
  transition: transform 280ms ease;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.25);
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-bar .left { display: flex; align-items: center; gap: 16px; }
.sticky-bar .mini-img {
  width: 56px; height: 56px;
  background: var(--bg-ink-2);
  border-radius: var(--radius);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; color: rgba(255,255,255,0.4);
  font-family: "JetBrains Mono", monospace;
  border: 1px dashed rgba(255,255,255,0.2);
}
.sticky-bar .sticky-logo { height: 36px; width: auto; flex-shrink: 0; display: block; filter: brightness(0) invert(1); }
.sticky-bar .ttl { color: #fff; font-weight: 700; font-size: 15px; line-height: 1.2; }
.sticky-bar .sub { color: rgba(255,255,255,0.65); font-size: 12px; margin-top: 2px; }
.sticky-bar .right { display: flex; align-items: center; gap: 12px; }
.sticky-bar .phone-link {
  color: #fff; font-weight: 600; font-size: 14px;
  display: flex; align-items: center; gap: 6px;
}
.sticky-bar .phone-link:hover { color: var(--accent); }

/* ─── Success state ─── */
.success-state {
  text-align: center; padding: 32px 12px;
}
.success-state .icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(22,163,74,0.12); color: var(--success);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.success-state h4 { font-size: 20px; font-weight: 700; margin: 0 0 8px; }
.success-state p { color: var(--muted); margin: 0 0 16px; font-size: 14px; }
.success-state .download-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; background: var(--ink); color: #fff;
  border-radius: var(--radius); font-size: 14px; font-weight: 600;
}

/* ─── Misc ─── */
.shaffer-mono {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--muted);
}
.kicker {
  display: flex; align-items: center; gap: 8px;
  width: fit-content;
  font-size: 13px; color: var(--muted);
  font-weight: 500;
  margin-bottom: 14px;
  font-style: italic;
}
.kicker .dash { width: 16px; height: 1px; background: var(--muted); opacity: 0.5; flex-shrink: 0; }

/* image-slot defaults */
image-slot {
  --is-bg: rgba(255,255,255,0.04);
  --is-fg: rgba(255,255,255,0.45);
  display: block;
}

/* Image-slot inside white containers gets light styling */
.gallery-tile image-slot,
.specs-visual image-slot {
  --is-bg: var(--bg);
  --is-fg: var(--muted);
}

/* Responsive */
@media (max-width: 1100px) {
  .util-bar .left:last-child { display: none; }
  .util-bar .wrap { justify-content: flex-start; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 48px 0 56px; }
  .specs-wrap, .roi-grid { grid-template-columns: 1fr; gap: 36px; }
  .test-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; height: auto; }
  .gallery-grid > *:nth-child(1) { grid-row: 1; grid-column: 1 / 3; aspect-ratio: 16/9; }
  .gallery-grid > * { aspect-ratio: 1; }
  .trust-bar .wrap { flex-direction: column; gap: 16px; align-items: flex-start; }
  .logo-row { gap: 12px; justify-content: flex-start; }
  .hero-bullets { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .cat-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════════
   CATEGORY LISTING PAGES
   ═══════════════════════════════════════════════════════════════════════ */

/* Brand logo as link */
a.brand-logo { text-decoration: none; }

/* ─── Category sub-nav ─── */
.cat-subnav {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.cat-subnav .wrap {
  display: flex; align-items: center; gap: 20px;
  height: 56px;
}
.cat-subnav .home {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: var(--muted);
  flex-shrink: 0; padding-right: 20px; border-right: 1px solid var(--line);
}
.cat-subnav .home:hover { color: var(--accent); }
.cat-subnav .chips {
  display: flex; align-items: center; gap: 6px;
  overflow-x: auto; scrollbar-width: none;
}
.cat-subnav .chips::-webkit-scrollbar { display: none; }
.cat-subnav .chip {
  display: inline-flex; align-items: center; gap: 7px;
  white-space: nowrap;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  border: 1px solid var(--line);
  transition: all 120ms ease;
}
.cat-subnav .chip:hover { border-color: var(--accent); color: var(--accent); }
.cat-subnav .chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-subnav .chip .ct {
  font-size: 11px; font-weight: 700;
  background: var(--bg); color: var(--muted);
  padding: 1px 6px; border-radius: 999px;
}
.cat-subnav .chip.active .ct { background: rgba(255,255,255,0.18); color: #fff; }

/* ─── Category hero ─── */
.cat-hero {
  background: linear-gradient(180deg, #EEF3FA 0%, #F7F9FC 100%);
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.cat-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 90% 0%, rgba(27,91,170,0.10), transparent 60%);
  pointer-events: none;
}
.cat-hero-inner { position: relative; padding: 56px 0 52px; max-width: 760px; }
.cat-hero h1 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 800; line-height: 1.04; letter-spacing: -0.025em;
  margin: 0 0 18px; color: var(--ink); text-wrap: balance;
}
.cat-hero-sub { font-size: 18px; color: var(--muted); line-height: 1.6; margin: 0 0 28px; max-width: 640px; }
.cat-hero-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.cat-hero-stats .stat { display: flex; flex-direction: column; }
.cat-hero-stats .num { font-size: 22px; font-weight: 800; color: var(--accent); letter-spacing: -0.01em; line-height: 1.05; }
.cat-hero-stats .lbl { font-size: 13px; color: var(--muted); margin-top: 6px; font-weight: 500; }
.cat-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.cat-hero-grid {
  position: relative;
  padding: 52px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 48px;
  align-items: start;
}
.cat-hero-phone { font-size: 14px; color: var(--muted); }
.cat-hero-phone a { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 700; text-decoration: none; }
@media (max-width: 900px) {
  .cat-hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
}

/* ─── Shop grid ─── */
.cat-shop { padding: 56px 0 72px; background: var(--bg); }
.cat-shop-head { margin-bottom: 32px; }
.cat-shop-head h2 {
  font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px;
  display: flex; align-items: baseline; gap: 12px;
}
.cat-shop-head h2 .count { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.cat-shop-head p { margin: 0; color: var(--muted); font-size: 15px; }
.cat-shop-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.game-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.game-card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 16px 36px -16px rgba(14,63,124,0.28); }
.game-img {
  position: relative; aspect-ratio: 4/3; background: #fff; overflow: hidden;
  border-bottom: 1px solid var(--line-2);
}
.game-img image-slot { width: 100%; height: 100%; --is-bg: #fff; --is-fg: var(--muted); }
.game-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 11px; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(255,255,255,0.95); color: var(--ink-2);
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}
.game-badge.hot { background: var(--accent); color: #fff; }
.game-body { padding: 18px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.game-body h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 7px; line-height: 1.25; }
.game-body p { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin: 0 0 16px; flex: 1; }
.game-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.game-detail {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 600; color: var(--muted);
  background: none; border: none; cursor: pointer; padding: 0;
}
.game-detail:hover { color: var(--accent); }

/* ─── Game detail modal ─── */
.gm-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 20, 38, 0.55);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  animation: gm-fade 140ms ease;
}
@keyframes gm-fade { from { opacity: 0; } to { opacity: 1; } }
.gm-card {
  position: relative;
  background: #fff; border-radius: var(--radius-lg);
  width: min(820px, 100%); max-height: 90vh; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr);
  box-shadow: 0 40px 80px -24px rgba(8,20,38,0.5);
  animation: gm-rise 180ms cubic-bezier(0.2,0.7,0.2,1);
}
@keyframes gm-rise { from { transform: translateY(14px) scale(0.98); opacity: 0; } to { transform: none; opacity: 1; } }
.gm-close {
  position: absolute; top: 14px; right: 14px; z-index: 4;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.92); color: var(--ink-2);
  border: 1px solid var(--line); cursor: pointer; padding: 0;
}
.gm-close:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.gm-media {
  position: relative; background: #fff;
  border-right: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  padding: 28px; min-height: 0;
}
.gm-media img { max-width: 100%; max-height: 360px; width: auto; object-fit: contain; }
.gm-media .game-badge { top: 16px; left: 16px; }
.gm-noimg { color: var(--muted); font-size: 14px; }
.gm-body {
  padding: 32px 30px; overflow-y: auto; min-height: 0;
  display: flex; flex-direction: column;
}
/* Keep flex children at natural height so the body scrolls instead of
   crushing a shrinkable child (e.g. the specs table) when content overflows. */
.gm-body > * { flex-shrink: 0; }
.gm-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.gm-eyebrow .bar { width: 18px; height: 2px; background: var(--accent); }
.gm-body h3 { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 10px; }
.gm-body > p { font-size: 15px; color: var(--muted); line-height: 1.6; margin: 0 0 20px; }
.gm-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.gm-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.gm-features .check { flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.gm-specs { margin: 0 0 24px; border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; }
.gm-specs-head {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); background: var(--bg); padding: 9px 14px; border-bottom: 1px solid var(--line-2);
}
.gm-specs dl { margin: 0; }
.gm-spec-row { display: flex; gap: 14px; padding: 9px 14px; font-size: 13.5px; }
.gm-spec-row:not(:last-child) { border-bottom: 1px solid var(--line-2); }
.gm-spec-row dt { flex-shrink: 0; width: 38%; color: var(--muted); margin: 0; }
.gm-spec-row dd { margin: 0; color: var(--ink); font-weight: 500; }
.gm-foot {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-2);
}
.gm-foot a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--muted);
}
.gm-foot a:hover { color: var(--accent); }
@media (max-width: 620px) {
  .gm-card { grid-template-columns: 1fr; grid-template-rows: none; max-height: 92vh; overflow-y: auto; }
  .gm-media { border-right: none; border-bottom: 1px solid var(--line-2); padding: 22px; }
  .gm-media img { max-height: 220px; }
  .gm-body { padding: 24px 22px; overflow: visible; }
}
.cat-shop-note {
  margin: 36px 0 0; text-align: center; color: var(--muted); font-size: 15px;
}
.cat-shop-note a { color: var(--accent); font-weight: 600; }

/* ─── Category lead section ─── */
.cat-lead { background: var(--ink); color: #fff; padding: 72px 0; }
.cat-lead-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 56px; align-items: start; }
.cat-lead-copy { padding-top: 8px; }
.cat-lead-copy h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; margin: 0 0 16px; text-wrap: balance; }
.cat-lead-copy > p { font-size: 17px; color: rgba(255,255,255,0.78); line-height: 1.6; margin: 0 0 24px; max-width: 520px; }
.cat-lead-copy > p strong { color: #fff; }
.cat-lead-points { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.cat-lead-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: rgba(255,255,255,0.9); }
.cat-lead-points .check { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.cat-lead-phone { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); }
.cat-lead-phone span { font-size: 14px; color: rgba(255,255,255,0.6); }
.cat-lead-phone a { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 17px; color: #fff; }
.cat-lead-phone a:hover { color: var(--accent); }

/* ─── Category responsive ─── */
@media (max-width: 1080px) {
  .cat-shop-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .cat-lead-grid { grid-template-columns: 1fr; gap: 36px; }
  .cat-shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .cat-shop-grid { grid-template-columns: 1fr; }
  .cat-hero-stats { gap: 24px; }
}

/* ───────────────────────── FEC buildout page ───────────────────────── */
/* allow an accent word in the category-style hero headline */
.cat-hero h1 .hl { color: var(--accent); }
/* keep anchored sections clear of the sticky nav */
section[id] { scroll-margin-top: 84px; }

/* Process steps */
.fec-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fec-step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px 26px;
}
.fec-step-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(27,91,170,0.08);
  border: 1px solid rgba(27,91,170,0.18);
  margin-bottom: 18px;
}
.fec-step h3 {
  font-size: 18px; font-weight: 700; letter-spacing: -0.01em;
  margin: 0 0 8px; color: var(--ink);
}
.fec-step p { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; }
@media (max-width: 900px) { .fec-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .fec-steps { grid-template-columns: 1fr; } }

/* Equipment category link cards */
.fec-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fec-cat {
  display: flex; flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  transition: border-color 120ms ease, transform 120ms ease, box-shadow 160ms ease;
}
.fec-cat:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10,27,46,0.08);
}
.fec-cat .fc-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.fec-cat h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 16px; color: var(--ink); }
.fec-cat .fc-foot {
  margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: space-between;
}
.fec-cat .fc-count { font-size: 13px; color: var(--muted); font-weight: 600; }
.fec-cat .fc-go { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--accent); }
.fec-cat .fc-go .arrow { transition: transform 120ms ease; }
.fec-cat:hover .fc-go .arrow { transform: translateX(3px); }
@media (max-width: 900px) { .fec-cats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .fec-cats { grid-template-columns: 1fr; } }

/* Game modal: hidden until opened (HubDB category pages) */
.gm-overlay { display: none; }
.gm-overlay.is-open { display: flex; }

/* Native HubSpot form inside the lead card */
.lead-card .hs-form-field { margin-bottom: 14px; }
.lead-card .hs-form-field > label { display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:6px; }
.lead-card .hs-input { width:100%; padding:11px 13px; border:1px solid var(--line); border-radius:var(--radius); font-size:14px; font-family:inherit; background:#fff; color:var(--ink); box-sizing:border-box; }
.lead-card textarea.hs-input { min-height:84px; resize:vertical; }
.lead-card .hs-input:focus { outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(27,91,170,0.12); }
.lead-card .hs-button { width:100%; padding:15px 22px; background:var(--accent); color:#fff; border:none; border-radius:var(--radius); font-weight:700; font-size:15px; letter-spacing:0.01em; cursor:pointer; margin-top:6px; transition:background 120ms ease; }
.lead-card .hs-button:hover { background:var(--accent-deep); }
.lead-card .hs-form .inputs-list { list-style:none; padding:0; margin:0; }
.lead-card .hs-error-msg, .lead-card .hs-error-msgs label { color:#c0392b; font-size:12px; font-weight:500; }
.lead-card .hs-richtext, .lead-card .legal-consent-container { font-size:12px; color:var(--muted); }

/* Category carousel (operator landing) */
.cc-img.cc-hidden { display: none; }

/* Sticky-nav anchor offset for the lead form */
#lead-form { scroll-margin-top: 92px; }
/* Carousel images open game detail modals */
.cat-card .cc-img { cursor: pointer; }

/* Equipment catalog filter/sort (/equipment index) */
.eq-filterbar { display:flex; flex-wrap:wrap; gap:16px; justify-content:space-between; align-items:center; margin-bottom:16px; }
.eq-chips { display:flex; flex-wrap:wrap; gap:8px; }
.eq-chip { display:inline-flex; align-items:center; gap:7px; padding:8px 15px; border:1px solid var(--line); border-radius:999px; background:#fff; font-family:inherit; font-size:13.5px; font-weight:600; color:var(--ink-2); cursor:pointer; transition:border-color 120ms,color 120ms,background 120ms; }
.eq-chip:hover { border-color:var(--accent); color:var(--accent); }
.eq-chip.active { background:var(--ink); color:#fff; border-color:var(--ink); }
.eq-chip-ct { font-size:11px; font-weight:700; opacity:.6; }
.eq-tools { display:flex; gap:10px; align-items:center; }
.eq-search, .eq-sort, .eq-players { padding:10px 14px; border:1px solid var(--line); border-radius:var(--radius); font-family:inherit; font-size:14px; background:#fff; color:var(--ink); }
.eq-search { min-width:210px; }
.eq-sort, .eq-players { cursor:pointer; }
.eq-search:focus, .eq-sort:focus, .eq-players:focus { outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(27,91,170,.12); }
.eq-count { font-size:13px; color:var(--muted); font-weight:600; margin:0 0 18px; }
@media (max-width:760px){ .eq-filterbar{flex-direction:column;align-items:stretch} .eq-tools{flex-direction:column} .eq-search{min-width:0} .eq-sort{width:100%} }