/* Fantasy Cricket Authority — Slate Pro App shell (Factory V9 DARK_COLOR_SYSTEM_202) */

:root {
  --primary: #8590F8;
  --primary-dark: #6870C1;
  --accent: #39D49C;
  --accent-soft: rgba(57, 212, 156, 0.18);
  --background: #07101F;
  --surface: #0F1628;
  --surface-2: #1F2A3C;
  --surface-3: #152033;
  --text: #F8FAFC;
  --muted: #CBD5E1;
  --muted-2: #94A3B8;
  --border: rgba(255, 255, 255, 0.14);
  --soft-border: rgba(255, 255, 255, 0.08);
  --gradient: linear-gradient(135deg, #07101F 0%, #0F1628 48%, #1F2A3C 100%);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.32);
  --maxw: 1200px;
  --gap: 24px;
  --easing: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--background);
  color: var(--text);
  font-family: 'DM Sans', 'Noto Sans Devanagari', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  background: var(--gradient) fixed;
}

a { color: var(--accent); text-decoration: none; transition: color 0.18s var(--easing); }
a:hover { color: var(--primary); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', 'Noto Sans Devanagari', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 0.55em;
  color: var(--text);
}
h1 { font-size: 44px; letter-spacing: -0.022em; }
h2 { font-size: 32px; letter-spacing: -0.018em; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
p { margin: 0 0 1.1em; }

@media (max-width: 768px) {
  h1 { font-size: 34px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  body { font-size: 16.5px; }
}

/* Layout primitives */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .wrap { padding: 0 18px; } }

.band { padding: 72px 0; position: relative; }
.band.tight { padding: 48px 0; }
.band.dark { background: var(--background); }
.band.surface { background: var(--surface); }
.band.surface-2 { background: var(--surface-2); }
.band.gradient { background: var(--gradient); }
.band.bleed { padding-left: 24px; padding-right: 24px; }

@media (max-width: 768px) { .band { padding: 56px 0; } .band.tight { padding: 40px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(57, 212, 156, 0.32);
  margin-bottom: 18px;
}

.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(57, 212, 156, 0.15);
}

.section-title { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.section-title h2 { margin: 0; }
.section-title p { color: var(--muted); max-width: 64ch; margin: 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.section-head h2 { margin: 0; }
.section-head p { color: var(--muted); margin: 6px 0 0; max-width: 56ch; }

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(7, 16, 31, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}
.brand-mark:hover { color: var(--text); }
.brand-mark .logo-mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  display: grid; place-items: center;
  color: #0A1224;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 6px 14px rgba(133, 144, 248, 0.32);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text .brand-name { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--text); }
.brand-text .brand-tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); margin-top: 3px; }

.primary-nav { display: flex; align-items: center; gap: 6px; flex: 1; justify-content: center; }
.primary-nav a {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  white-space: nowrap;
}
.primary-nav a:hover { background: var(--surface-2); color: var(--text); }
.primary-nav a.active { color: var(--accent); }
.primary-nav a.active::after {
  content: '';
  position: absolute; left: 12px; right: 12px; bottom: 2px;
  height: 2px; background: var(--accent);
  border-radius: 2px;
}

.header-cta { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; line-height: 1; padding: 12px 18px; border-radius: 10px; border: 1px solid transparent; cursor: pointer; transition: transform 0.18s var(--easing), background 0.18s var(--easing), color 0.18s var(--easing), box-shadow 0.18s var(--easing); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #0A1224; box-shadow: 0 8px 22px rgba(133, 144, 248, 0.32); }
.btn-primary:hover { background: #9FA8FF; color: #0A1224; }
.btn-accent { background: var(--accent); color: #062018; box-shadow: 0 8px 22px rgba(57, 212, 156, 0.28); }
.btn-accent:hover { background: #5BE3B1; color: #062018; }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { background: var(--surface-2); color: var(--text); border-color: var(--primary); }

.hamburger { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; color: var(--text); border-radius: 8px; }
.hamburger:hover { background: var(--surface-2); }
.hamburger .bars { display: flex; flex-direction: column; gap: 4px; width: 22px; }
.hamburger .bars span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.22s var(--easing), opacity 0.22s var(--easing); }
.hamburger[aria-expanded="true"] .bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] .bars span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] .bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 0;
  background: var(--background);
  z-index: 250;
  padding: 90px 28px 100px;
  transform: translateX(100%);
  transition: transform 0.32s var(--easing);
  overflow-y: auto;
  border-left: 1px solid var(--border);
}
.mobile-drawer.open { transform: translateX(0); }
.drawer-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-2);
  color: var(--text);
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background .18s var(--easing), border-color .18s var(--easing), transform .18s var(--easing);
}
.drawer-close:hover,
.drawer-close:focus-visible {
  background: rgba(57,212,156,.14);
  border-color: var(--accent);
  transform: scale(1.04);
  outline: none;
}
.mobile-drawer nav { display: flex; flex-direction: column; gap: 4px; max-width: 480px; margin: 0 auto; }
.mobile-drawer nav a {
  color: var(--text);
  font-size: 22px;
  font-weight: 600;
  padding: 18px 8px;
  border-bottom: 1px solid var(--soft-border);
  letter-spacing: -0.01em;
}
.mobile-drawer nav a:hover { color: var(--accent); }
.mobile-drawer .drawer-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }

body.drawer-open { overflow: hidden; }

@media (max-width: 980px) {
  .primary-nav, .header-cta .btn { display: none; }
  .hamburger { display: inline-flex; }
  .header-cta { gap: 6px; }
}

/* Footer */
.site-footer {
  background: #050E18;
  border-top: 1px solid var(--border);
  margin-top: 80px;
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
.footer-grid h4 { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin: 0 0 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: var(--muted); font-size: 15px; }
.footer-grid a:hover { color: var(--text); }
.footer-brand .blurb { color: var(--muted); font-size: 15px; margin: 14px 0 18px; max-width: 36ch; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  border-top: 1px solid var(--soft-border);
  padding-top: 24px;
  color: var(--muted-2);
  font-size: 13px;
}
.footer-social { display: flex; gap: 10px; margin-top: 6px; }
.footer-social a {
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 9px;
  background: var(--surface-2);
  color: var(--muted);
  border: 1px solid var(--border);
  transition: background 0.18s var(--easing), color 0.18s var(--easing);
}
.footer-social a:hover { background: var(--primary); color: #0A1224; border-color: var(--primary); }
.footer-social svg { width: 16px; height: 16px; }

.footer-compliance {
  background: rgba(57, 212, 156, 0.06);
  border: 1px solid rgba(57, 212, 156, 0.18);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 13px;
  color: var(--muted);
  display: flex; gap: 16px; align-items: flex-start;
  margin-top: 24px;
}
.footer-compliance strong { color: var(--accent); }
.footer-compliance svg { flex-shrink: 0; margin-top: 2px; }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: 56px; letter-spacing: -0.026em; }
.hero-copy .lede { font-size: 19px; color: var(--muted); max-width: 52ch; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 18px; border: 1px solid var(--soft-border); border-radius: 14px; background: rgba(15, 22, 40, 0.6); }
.hero-trust .stat { display: flex; flex-direction: column; gap: 4px; }
.hero-trust .stat .v { font-size: 24px; font-weight: 700; color: var(--accent); }
.hero-trust .stat .l { font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.1em; }

.hero-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--border);
  background: var(--surface);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image .badge {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  background: rgba(7, 16, 31, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
}
.hero-image .badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(133, 144, 248, 0.22); }
.hero-image .badge .label { font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.12em; }
.hero-image .badge .value { font-size: 14px; font-weight: 600; color: var(--text); }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-image { aspect-ratio: 16 / 11; }
}

/* Cards & grid */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.22s var(--easing), border-color 0.22s var(--easing), box-shadow 0.22s var(--easing);
  position: relative;
  overflow: hidden;
}
.card:hover { transform: translateY(-2px); border-color: rgba(133, 144, 248, 0.5); box-shadow: var(--shadow-sm); }
.card h3 { margin: 0 0 10px; font-size: 19px; }
.card p { color: var(--muted); font-size: 15px; margin: 0 0 14px; }
.card .meta { font-size: 12px; color: var(--muted-2); letter-spacing: 0.1em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.card .meta::before { content: ''; width: 18px; height: 1px; background: var(--accent); }
.card .arrow,
.news-card .arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 14px; margin-top: 12px; }
.news-card h3 a:hover,
.news-card .arrow:hover { color: var(--primary); }

.card-grid { display: grid; gap: 20px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) { .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .card-grid.cols-2, .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: 1fr; } }

.tile-stat { display: flex; flex-direction: column; gap: 6px; padding: 22px; background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius); }
.tile-stat .v { font-size: 36px; font-weight: 800; color: var(--accent); letter-spacing: -0.02em; }
.tile-stat .l { font-size: 13px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.12em; }
.tile-stat .n { color: var(--muted); font-size: 14px; }

.tile-grid { display: grid; gap: 18px; }
.tile-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.tile-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .tile-grid.cols-4 { grid-template-columns: repeat(2, 1fr); } .tile-grid.cols-2 { grid-template-columns: 1fr; } }

.hub-card {
  display: flex; flex-direction: column; gap: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: transform 0.22s var(--easing), border-color 0.22s var(--easing);
}
.hub-card:hover { transform: translateY(-2px); border-color: var(--primary); }
.hub-card .img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.hub-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--easing); }
.hub-card:hover .img img { transform: scale(1.04); }
.hub-card .body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hub-card .body h3 { margin: 0; font-size: 19px; }
.hub-card .body p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Article / news card */
.news-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform 0.22s var(--easing), border-color 0.22s var(--easing); }
.news-card:hover { transform: translateY(-2px); border-color: var(--primary); }
.news-card .img { aspect-ratio: 16 / 9; overflow: hidden; }
.news-card .img img { width: 100%; height: 100%; object-fit: cover; }
.news-card .body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; }
.news-card .meta { display: flex; gap: 12px; align-items: center; color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.news-card .meta .tag { color: var(--accent); }
.news-card h3 { margin: 0; font-size: 18px; line-height: 1.3; }
.news-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Match module */
.match-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.match-card .head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.match-card .head .when { font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.12em; }
.match-card .head .pill { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); border: 1px solid rgba(57, 212, 156, 0.3); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.match-card .teams { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; }
.match-card .team { display: flex; flex-direction: column; gap: 4px; }
.match-card .team.t2 { text-align: right; }
.match-card .team .badge { width: 36px; height: 36px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; color: var(--accent); font-weight: 700; font-size: 14px; }
.match-card .team .name { font-weight: 600; }
.match-card .team .ctx { font-size: 12px; color: var(--muted-2); }
.match-card .vs { color: var(--accent); font-weight: 700; font-size: 14px; }
.match-card .notes { font-size: 13.5px; color: var(--muted); border-top: 1px solid var(--soft-border); padding-top: 14px; }
.match-card .notes strong { color: var(--text); }

/* Table */
.t-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.t-table thead th { background: var(--surface-2); color: var(--muted-2); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; padding: 14px 16px; text-align: left; font-weight: 600; }
.t-table tbody td { padding: 14px 16px; border-top: 1px solid var(--soft-border); font-size: 15px; }
.t-table tbody tr:hover { background: rgba(133, 144, 248, 0.06); }
.t-table .num { color: var(--accent); font-weight: 700; }

/* Two-column content */
.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.split.reverse { grid-template-columns: 1fr 1.4fr; }
.split .media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.split .media img { width: 100%; height: 100%; object-fit: cover; }
.split ul { padding-left: 0; list-style: none; }
.split ul li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; color: var(--muted); }
.split ul li::before { content: '›'; color: var(--primary); font-weight: 700; font-size: 18px; line-height: 1.4; }

@media (max-width: 900px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 32px; } }

/* Steps / How-to */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.steps .step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; position: relative; }
.steps .step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 18px; right: 22px; color: var(--accent); font-weight: 800; font-size: 22px; opacity: 0.7; }
.steps .step h4 { font-size: 17px; margin: 0 0 8px; }
.steps .step p { color: var(--muted); font-size: 14.5px; margin: 0; }

@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 0; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 600; color: var(--text); position: relative; padding-right: 60px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 24px; line-height: 1; transition: transform 0.22s var(--easing); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .answer { padding: 0 24px 24px; color: var(--muted); }

/* Trust strip / ticker */
.ticker {
  background: var(--surface-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  overflow: hidden;
}
.ticker-inner { display: flex; gap: 48px; align-items: center; }
.ticker .label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); white-space: nowrap; }
.ticker .strip { display: flex; gap: 36px; flex-wrap: wrap; }
.ticker .item { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--muted); }
.ticker .item strong { color: var(--text); }

/* CTA banner */
.cta-banner { background: linear-gradient(135deg, #1F2A3C 0%, #2C3850 60%, #3A4B6A 100%); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 48px 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(57, 212, 156, 0.32), transparent 70%); }
.cta-banner h2 { margin: 0 0 12px; font-size: 30px; }
.cta-banner p { color: var(--muted); margin: 0 0 20px; }
.cta-banner .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-banner .points { display: flex; flex-direction: column; gap: 14px; }
.cta-banner .points .pt { display: flex; gap: 12px; align-items: center; }
.cta-banner .points .pt .ck { width: 28px; height: 28px; border-radius: 8px; background: rgba(133, 144, 248, 0.18); color: var(--primary); display: grid; place-items: center; font-weight: 700; }

@media (max-width: 900px) { .cta-banner { grid-template-columns: 1fr; padding: 32px 28px; } }

/* Tables & data */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-grid .col { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.compare-grid .col.featured { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary) inset, var(--shadow-sm); }
.compare-grid h3 { margin: 0 0 4px; }
.compare-grid .col .tag { font-size: 11px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.16em; }
.compare-grid ul { padding: 0; list-style: none; margin: 16px 0 0; }
.compare-grid li { display: flex; gap: 10px; padding: 10px 0; border-top: 1px solid var(--soft-border); color: var(--muted); font-size: 14.5px; }
.compare-grid li::before { content: '✓'; color: var(--primary); font-weight: 700; }
.compare-grid .col.muted li::before { content: '×'; color: var(--muted-2); }
@media (max-width: 720px) { .compare-grid { grid-template-columns: 1fr; } }

/* TOC */
.toc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; }
.toc h4 { margin: 0 0 12px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.toc ol { padding-left: 20px; margin: 0; color: var(--muted); }
.toc ol li { margin: 6px 0; }
.toc ol li a { color: var(--muted); }
.toc ol li a:hover { color: var(--accent); }

/* Inline image / figure */
.figure { margin: 32px 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.figure img { width: 100%; height: auto; display: block; }
.figure figcaption { padding: 12px 18px; background: var(--surface); color: var(--muted); font-size: 13.5px; border-top: 1px solid var(--soft-border); }
.figure-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.figure-row .figure { margin: 0; }
@media (max-width: 720px) { .figure-row { grid-template-columns: 1fr; } }

/* Hero image banner */
.banner { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/7; border: 1px solid var(--border); box-shadow: var(--shadow); }
.banner img { width: 100%; height: 100%; object-fit: cover; }
.banner .caption { position: absolute; left: 28px; bottom: 28px; right: 28px; background: rgba(7, 16, 31, 0.78); backdrop-filter: blur(8px); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; max-width: 520px; }
.banner .caption h1 { font-size: 32px; margin: 0 0 6px; }
.banner .caption p { color: var(--muted); margin: 0; font-size: 14.5px; }
@media (max-width: 720px) { .banner { aspect-ratio: 4/3; } .banner .caption h1 { font-size: 24px; } }

/* Prose */
.prose { color: var(--text); font-size: 17px; line-height: 1.78; }
.prose h2 { margin: 40px 0 14px; font-size: 28px; }
.prose h3 { margin: 28px 0 10px; font-size: 21px; }
.prose p, .prose ul, .prose ol { color: var(--text); }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 6px 0; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { border-left: 3px solid var(--accent); padding: 8px 16px; background: var(--surface); border-radius: 0 8px 8px 0; color: var(--muted); margin: 24px 0; }
.prose strong { color: var(--accent); }
.prose code { background: var(--surface); padding: 2px 6px; border-radius: 5px; font-size: 14px; border: 1px solid var(--soft-border); }

/* Skip link / a11y */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #062018; padding: 10px 18px; z-index: 1000; border-radius: 0 0 8px 0; font-weight: 600; }
.skip-link:focus { left: 0; }

/* Page hero (child) */
.page-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--soft-border); }
.breadcrumb { font-size: 13px; color: var(--muted-2); margin-bottom: 16px; letter-spacing: 0.04em; }
.breadcrumb a { color: var(--muted-2); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--accent); }
.page-hero h1 { font-size: 44px; margin: 0 0 14px; max-width: 22ch; }
.page-hero .lede { color: var(--muted); font-size: 18px; max-width: 60ch; margin: 0 0 24px; }
.page-hero .actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 720px) { .page-hero h1 { font-size: 32px; } .page-hero { padding: 36px 0 28px; } }

/* Final CTA */
.final-cta { background: var(--gradient); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 48px; text-align: center; box-shadow: var(--shadow); }
.final-cta h2 { font-size: 32px; margin: 0 0 12px; }
.final-cta p { color: var(--muted); max-width: 56ch; margin: 0 auto 22px; }
.final-cta .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Responsive helpers */
@media (max-width: 720px) {
  .band { padding: 48px 0; }
  .wrap { padding: 0 18px; }
  .hero { padding: 36px 0 48px; }
  .card, .hub-card .body, .news-card .body, .match-card, .tile-stat { padding: 18px; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Section block — small caps for article sub-headers */
.subhead { color: var(--accent); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }

/* Mobile CTA sticky */
.mobile-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 180;
  background: rgba(7, 16, 31, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border);
  padding: 10px 16px;
  display: none;
  gap: 10px;
}
.mobile-cta .btn { flex: 1; justify-content: center; padding: 12px 14px; }
@media (max-width: 720px) { .mobile-cta { display: flex; } }

/* Image / icon helpers */
.icon-mark {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(133, 144, 248, 0.14);
  border: 1px solid rgba(133, 144, 248, 0.3);
  color: var(--primary);
  display: grid; place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}
.icon-mark.accent { background: rgba(57, 212, 156, 0.12); border-color: rgba(57, 212, 156, 0.32); color: var(--accent); }

.feature-row { display: flex; gap: 14px; align-items: flex-start; }
.feature-row .text h4 { margin: 4px 0 6px; font-size: 17px; }
.feature-row .text p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Form / CTA inline */
.note-box {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 16px 20px;
  color: var(--muted);
  font-size: 14.5px;
  margin: 20px 0;
}
.note-box strong { color: var(--text); }

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
.pill-row .pill { padding: 6px 12px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border); color: var(--muted); font-size: 13px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Sticky nav offset */
section[id], .band[id] { scroll-margin-top: 80px; }
