:root {
  --gwfc-blue: #425197;
  --gwfc-light-blue: #1079BF;
  --gwfc-green: #1CAEBB;
  --ink: #172033;
  --muted: #647087;
  --surface: #f6f8fb;
  --line: #dfe4ee;
  --white: #ffffff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}
a { color: inherit; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(223,228,238,.88);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 74px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 94px; height: 52px; object-fit: contain; object-position: left center; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .98rem; letter-spacing: -.01em; }
.brand-copy span { margin-top: 5px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.nav-cta { text-decoration: none; color: var(--gwfc-blue); font-weight: 900; font-size: .92rem; }

.hero {
  padding: 70px 0 84px;
  background:
    radial-gradient(circle at 88% 22%, rgba(16,121,191,.07), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(28,174,187,.07), transparent 30%),
    var(--white);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  align-items: center;
  gap: 58px;
}
.eyebrow, .section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gwfc-light-blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
}
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 6.7vw, 6.1rem);
  line-height: .94;
  letter-spacing: -.06em;
}
.hero-lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  text-decoration: none; font-weight: 900;
}
.button-primary { background: var(--gwfc-blue); color: var(--white); box-shadow: 0 10px 28px rgba(66,81,151,.22); }
.text-link { text-decoration: none; font-weight: 800; color: var(--gwfc-light-blue); }
.hero-proof {
  display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 34px;
  color: var(--muted); font-size: .85rem; font-weight: 700;
}
.hero-proof span::before {
  content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px;
  border-radius: 50%; background: var(--gwfc-green);
}
.hero-art {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art img {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
  filter: drop-shadow(0 22px 32px rgba(23,32,51,.08));
}

.bots { padding: 88px 0; border-top: 1px solid var(--line); }
.bots-grid, .competition-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 72px;
  align-items: start;
}
.bots h2, .competition h2, .trust-panel h2, .cta-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.bots-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}
.bots-copy p:last-child { margin-bottom: 0; font-weight: 800; color: var(--ink); }

.how { padding: 88px 0; background: var(--surface); }
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
}
.step { padding: 30px 24px 34px; min-height: 265px; }
.step + .step { border-left: 1px solid var(--line); }
.step-number { color: var(--gwfc-light-blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { margin: 54px 0 12px; font-size: 1.3rem; letter-spacing: -.03em; }
.step p { margin-bottom: 0; color: var(--muted); }

.trust { padding: 88px 0; }
.trust-panel {
  padding: 56px;
  border-radius: 28px;
  background: var(--gwfc-blue);
  color: var(--white);
}
.section-kicker-light { color: #cfe7ff; }
.trust-panel p {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.85);
  font-size: 1.08rem;
}

.competition { padding: 18px 0 96px; }
.competition-list { border-top: 1px solid var(--line); }
.competition-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.competition-list h3 { margin-bottom: 7px; font-size: 1.14rem; }
.competition-list p { margin-bottom: 0; color: var(--muted); }

.final-cta { padding: 0 0 90px; }
.cta-panel {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 54px; border-radius: 28px;
  background: var(--gwfc-light-blue); color: var(--white);
}
.cta-panel h2 { max-width: 700px; }
.button-light { flex: 0 0 auto; background: var(--white); color: var(--gwfc-blue); }

footer { padding: 28px 0 36px; border-top: 1px solid var(--line); }
.footer-inner {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center;
  gap: 28px; color: var(--muted); font-size: .84rem;
}
.footer-inner > div { display: flex; align-items: baseline; gap: 8px; }
.footer-inner strong { color: var(--ink); }
.footer-inner nav { display: flex; gap: 18px; }
.footer-inner a { text-decoration: none; }

@media (max-width: 980px) {
  .hero-grid, .bots-grid, .competition-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 24px; }
  .hero-art { min-height: 300px; }
  .hero-art img { max-width: 720px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(odd):not(:first-child) { border-left: 0; }
  .step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .nav-wrap { min-height: 66px; }
  .brand-logo { width: 66px; height: 40px; }
  .brand-copy span { display: none; }
  .nav-cta { font-size: .78rem; }
  .hero { padding: 46px 0 58px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-proof { display: grid; }
  .hero-art { min-height: 220px; }
  .bots, .how, .trust { padding: 66px 0; }
  .bots-grid, .competition-grid { gap: 30px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step h3 { margin-top: 26px; }
  .trust-panel, .cta-panel { padding: 34px 24px; border-radius: 22px; }
  .competition { padding-bottom: 70px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
}

/* GrandTours by TipSuite brand treatment */
.brand-copy .byline {
  margin-top: 5px;
  color: #8a94a8;
  font-size: .72rem;
  text-transform: none;
  letter-spacing: .05em;
}
.brand-copy .byline em {
  font-style: italic;
  font-weight: 600;
  color: #9ca5b7;
}
.footer-brand span {
  color: #8a94a8;
}
.footer-brand em {
  font-style: italic;
  font-weight: 600;
  color: #9ca5b7;
}

/* v4 navigation and information pages */
.top-nav { display:flex; align-items:center; gap:22px; margin-left:auto; }
.top-nav a { text-decoration:none; color:var(--ink); font-size:.86rem; font-weight:700; }
.top-nav a:hover, .footer-grid a:hover { color:var(--gwfc-light-blue); }
.nav-cta { margin-left:4px; }

.center-action { display:flex; justify-content:center; margin-top:28px; }
.button-outline { border:1px solid var(--gwfc-blue); color:var(--gwfc-blue); background:transparent; }

.page-hero {
  padding:74px 0 64px;
  background:linear-gradient(180deg, #f8fafe 0%, #ffffff 100%);
  border-bottom:1px solid var(--line);
}
.narrow { max-width:860px; }
.page-hero h1 {
  margin:0 0 20px;
  font-size:clamp(3rem, 7vw, 5.6rem);
  line-height:.96;
  letter-spacing:-.055em;
}
.page-hero p { margin:0; color:var(--muted); font-size:1.14rem; }

.schematic-section { padding:76px 0 94px; }
.schematic {
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap:12px;
  align-items:center;
  padding:32px;
  border:1px solid var(--line);
  border-radius:26px;
  background:var(--surface);
}
.schematic-node {
  min-height:220px;
  padding:24px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--white);
}
.node-icon {
  display:grid; place-items:center;
  width:38px; height:38px; border-radius:50%;
  background:var(--gwfc-blue); color:white; font-weight:900;
}
.schematic-node h2 { margin:42px 0 10px; font-size:1.25rem; letter-spacing:-.025em; }
.schematic-node p { margin:0; color:var(--muted); font-size:.92rem; }
.connector { display:grid; justify-items:center; gap:5px; color:var(--muted); }
.connector span { font-size:.65rem; white-space:nowrap; text-transform:uppercase; letter-spacing:.08em; }
.connector b { color:var(--gwfc-light-blue); font-size:1.5rem; }

.logic-grid {
  display:grid; grid-template-columns:repeat(2, 1fr); gap:18px;
  margin-top:34px;
}
.logic-grid article {
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
}
.logic-label {
  color:var(--gwfc-light-blue);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.7rem;
  font-weight:900;
}
.logic-grid h3 { margin:14px 0 9px; font-size:1.2rem; }
.logic-grid p { margin:0; color:var(--muted); }

.legal-page { padding:70px 0 96px; }
.legal-layout { display:grid; grid-template-columns:220px minmax(0, 1fr); gap:64px; align-items:start; }
.legal-toc {
  position:sticky; top:98px;
  display:grid; gap:5px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--surface);
}
.legal-toc a { padding:7px 8px; text-decoration:none; color:var(--muted); font-size:.82rem; font-weight:700; }
.legal-copy { max-width:820px; }
.legal-copy.standalone { max-width:860px; }
.legal-copy section { padding:0 0 32px; margin-bottom:32px; border-bottom:1px solid var(--line); }
.legal-copy h2 { margin:0 0 12px; font-size:1.45rem; letter-spacing:-.025em; }
.legal-copy p { margin:0; color:var(--muted); line-height:1.72; }
.legal-copy a { color:var(--gwfc-light-blue); }
.legal-note {
  padding:22px 24px;
  border-radius:16px;
  background:#f0f6fb;
  color:var(--muted);
  line-height:1.6;
}
.legal-note strong { color:var(--ink); }

footer { background:#10233d; color:#d8e1ee; border-top:0; padding:46px 0 20px; }
.footer-grid {
  display:grid;
  grid-template-columns:1.3fr repeat(3, .8fr);
  gap:44px;
}
.footer-grid > div { display:grid; align-content:start; gap:10px; }
.footer-grid strong { color:white; }
.footer-grid a { color:#d8e1ee; text-decoration:none; font-size:.84rem; }
.footer-brand-block span { color:#aab7c8; }
.footer-brand-block em, .footer-bottom em { font-style:italic; color:#8e9cad; }
.footer-brand-block p { max-width:260px; margin:4px 0 0; color:#aab7c8; font-size:.84rem; }
.footer-bottom {
  display:flex; justify-content:space-between; gap:20px;
  margin-top:34px; padding-top:18px;
  border-top:1px solid rgba(255,255,255,.13);
  color:#8e9cad; font-size:.78rem;
}

@media (max-width: 1050px) {
  .top-nav { display:none; }
  .schematic { grid-template-columns:1fr; }
  .connector { grid-auto-flow:column; justify-content:center; align-items:center; }
  .connector b { transform:rotate(90deg); }
  .schematic-node { min-height:auto; }
  .schematic-node h2 { margin-top:24px; }
}
@media (max-width: 760px) {
  .logic-grid, .legal-layout, .footer-grid { grid-template-columns:1fr; }
  .legal-toc { position:static; }
  .footer-grid { gap:28px; }
  .footer-bottom { flex-direction:column; }
  .page-hero { padding:54px 0 48px; }
  .schematic-section, .legal-page { padding:54px 0 70px; }
  .schematic { padding:16px; border-radius:20px; }
}

/* v5 homepage: implements the approved PNG mockup as real HTML/CSS */
.mock-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.98);
}
.mock-header .nav-wrap { min-height: 86px; }
.mock-header .brand-logo { width: 72px; height: 54px; }
.mock-header .brand-copy strong { font-size: 1.3rem; color:#10233d; }
.mock-header .brand-copy .byline { font-size:.9rem; }
.nav-cta-filled {
  padding: 12px 18px;
  border-radius: 4px;
  background: var(--gwfc-green);
  color: #fff !important;
  font-weight: 800;
}

.mock-hero {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  background:
    linear-gradient(90deg, rgba(10,32,54,.98) 0%, rgba(10,32,54,.91) 36%, rgba(10,32,54,.64) 62%, rgba(10,32,54,.38) 100%),
    linear-gradient(135deg, #152b43 0%, #2d4053 52%, #66727c 100%);
}
.mock-hero::after {
  content:"";
  position:absolute;
  right:-8%;
  bottom:-24%;
  width:58%;
  height:82%;
  border-radius:52% 0 0 0;
  background:
    radial-gradient(ellipse at 70% 25%, rgba(255,255,255,.08), transparent 45%),
    linear-gradient(160deg, transparent 0 32%, rgba(255,255,255,.06) 32% 34%, transparent 34% 100%);
}
.mock-hero-inner {
  position:relative;
  z-index:2;
  min-height:580px;
  display:grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.85fr);
  align-items:center;
  gap:40px;
}
.mock-hero-copy { max-width:680px; padding:54px 0; color:#fff; }
.mock-hero h1 {
  margin:0 0 22px;
  font-size:clamp(3.4rem,6vw,5.8rem);
  line-height:.97;
  letter-spacing:-.05em;
}
.mock-hero h1 span { color:#35c4cb; }
.mock-hero-copy > p {
  max-width:610px;
  margin:0 0 26px;
  font-size:1.17rem;
  color:#eef5fb;
}
.mock-proof {
  display:grid;
  grid-template-columns:repeat(4,auto);
  gap:0;
  margin:22px 0 28px;
}
.mock-proof > div {
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
  min-height:42px;
  border-left:1px solid rgba(255,255,255,.35);
}
.mock-proof > div:first-child { padding-left:0; border-left:0; }
.mock-proof b { font-size:1.45rem; color:#fff; font-weight:400; }
.mock-proof span { font-size:.84rem; color:#fff; }
.button-accent {
  background: var(--gwfc-green);
  color:#fff;
  border-radius:4px;
  min-height:54px;
  box-shadow:none;
}
.hero-text-link { color:#fff; text-decoration:none; font-weight:800; }
.hero-cycling-mark { display:flex; justify-content:center; align-items:center; }
.hero-cycling-mark img {
  width:min(100%,560px);
  height:auto;
  filter:brightness(0) invert(1) opacity(.88);
  mix-blend-mode:screen;
}

.bot-showcase { padding:46px 0 34px; background:#fff; }
.section-heading.centered { text-align:center; max-width:820px; margin:0 auto 28px; }
.section-heading h2 {
  margin:0 0 8px;
  color:#10233d;
  font-size:clamp(2rem,3.2vw,3rem);
  letter-spacing:-.035em;
}
.section-heading p { margin:0; color:#536174; }
.bot-cards {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.bot-card {
  min-height:250px;
  padding:24px 18px 18px;
  border:1px solid #d8e0e8;
  border-radius:8px;
  text-align:center;
  background:#fff;
}
.bot-icon {
  width:48px; height:48px;
  margin:0 auto 12px;
  display:grid; place-items:center;
  color:#1098a9;
  font-size:2.2rem;
}
.bot-card:nth-child(2) .bot-icon,
.bot-card:nth-child(2) h3 { color:#1079BF; }
.bot-card:nth-child(3) .bot-icon,
.bot-card:nth-child(3) h3 { color:#6842b8; }
.bot-card:nth-child(4) .bot-icon,
.bot-card:nth-child(4) h3 { color:#df6b00; }
.bot-card:nth-child(5) .bot-icon,
.bot-card:nth-child(5) h3 { color:#168f8a; }
.bot-card h3 {
  margin:0 0 7px;
  color:#087e89;
  font-size:1rem;
}
.bot-card p {
  margin:0 0 14px;
  min-height:78px;
  color:#3d4b5d;
  font-size:.86rem;
}
.bot-card span {
  display:inline-block;
  padding:7px 10px;
  border-radius:5px;
  background:#e8f7f7;
  color:#087e89;
  font-size:.74rem;
  font-weight:800;
}
.competition-equation {
  margin:24px 0 0;
  text-align:center;
  color:#10233d;
  font-weight:800;
}

.mock-how {
  padding:42px 0 52px;
  background:linear-gradient(180deg,#edf6fd 0%,#f8fbfe 100%);
}
.process-row {
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap:12px;
  align-items:start;
}
.process-row article { text-align:center; }
.process-icon {
  width:66px; height:66px;
  margin:0 auto 14px;
  display:grid; place-items:center;
  border-radius:50%;
  border:1px solid #aac4d8;
  background:#fff;
  color:#18a8b0;
  font-size:1.7rem;
  box-shadow:0 3px 10px rgba(32,67,95,.08);
}
.process-row h3 { margin:0 0 7px; color:#0d6f8e; font-size:1rem; }
.process-row p { margin:0 auto; max-width:180px; color:#31465a; font-size:.82rem; }
.process-arrow { padding-top:26px; color:#8ca6ba; font-size:1.6rem; }

.button-outline-dark {
  border:1px solid #49657c;
  color:#153653;
  background:#fff;
  border-radius:4px;
  min-height:42px;
  padding:0 16px;
  font-size:.82rem;
}

.mock-trust {
  display:grid;
  grid-template-columns:auto .9fr 1.3fr;
  gap:28px;
  align-items:center;
  margin-top:34px;
  padding:28px 34px;
  border-radius:8px;
  background:#0e2948;
  color:#fff;
}
.trust-icon {
  width:52px; height:52px;
  display:grid; place-items:center;
  border:2px solid #fff;
  border-radius:14px;
  font-size:1.6rem;
}
.mock-trust h3 { margin:0; font-size:1.45rem; line-height:1.12; }
.mock-trust h3 span { color:#31c0c9; }
.mock-trust p {
  margin:0;
  padding-left:28px;
  border-left:1px solid rgba(255,255,255,.25);
  color:#e4edf5;
  font-size:.84rem;
}

.mock-footer { background:#0b2340; }
.footer-brand-lockup { display:grid; gap:2px; }
.footer-brand-lockup strong { font-size:1.1rem; }
.footer-brand-lockup span { color:#9fb0c1; }

@media (max-width:1000px) {
  .mock-hero-inner { grid-template-columns:1fr; }
  .hero-cycling-mark { display:none; }
  .mock-proof { grid-template-columns:repeat(2,1fr); gap:12px 0; }
  .mock-proof > div:nth-child(3) { border-left:0; padding-left:0; }
  .bot-cards { grid-template-columns:repeat(2,1fr); }
  .bot-card:last-child { grid-column:1 / -1; }
  .process-row { grid-template-columns:1fr; gap:18px; }
  .process-arrow { transform:rotate(90deg); padding:0; text-align:center; }
  .mock-trust { grid-template-columns:auto 1fr; }
  .mock-trust p { grid-column:1 / -1; border-left:0; padding-left:0; }
}
@media (max-width:640px) {
  .mock-header .nav-wrap { min-height:70px; }
  .mock-header .brand-logo { width:54px; height:42px; }
  .nav-cta-filled { padding:10px 12px; font-size:.72rem; }
  .mock-hero, .mock-hero-inner { min-height:auto; }
  .mock-hero-copy { padding:46px 0 54px; }
  .mock-hero h1 { font-size:clamp(3rem,15vw,4.7rem); }
  .mock-proof { grid-template-columns:1fr; }
  .mock-proof > div { border-left:0; padding-left:0; }
  .bot-cards { grid-template-columns:1fr; }
  .bot-card:last-child { grid-column:auto; }
  .mock-trust { padding:24px 22px; grid-template-columns:1fr; }
  .trust-icon { margin-bottom:4px; }
}

/* v7 — concise homepage Vuelta promo; detail moved to dedicated event page */
.vuelta-promo {
  padding: 58px 0;
  background: #f1f7fb;
  border-bottom: 1px solid var(--line);
}
.vuelta-promo-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:50px;
  align-items:center;
}
.vuelta-promo-copy h2 {
  margin:0 0 10px;
  color:#10233d;
  font-size:clamp(2.4rem,4.8vw,4.6rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.vuelta-label {
  margin:0 0 8px;
  color:var(--gwfc-green);
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.vuelta-dates { margin:0 0 18px; color:var(--gwfc-light-blue); font-weight:900; }
.vuelta-lede { max-width:650px; margin:0 0 24px; color:var(--muted); font-size:1.05rem; }
.vuelta-promo-actions { display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
.vuelta-detail-link { color:#10233d; text-decoration:none; font-weight:850; }

.vuelta-promo-card {
  padding:28px 30px;
  border-radius:14px;
  background:#10233d;
  color:white;
  box-shadow:0 16px 40px rgba(16,35,61,.15);
}
.vuelta-route-line { display:flex; align-items:center; gap:12px; font-size:.72rem; letter-spacing:.12em; font-weight:900; }
.vuelta-route-line i { flex:1; height:1px; background:#43c3ca; position:relative; }
.vuelta-route-line i::after { content:""; position:absolute; right:0; top:-3px; width:7px; height:7px; border-radius:50%; background:#43c3ca; }
.vuelta-big-number { margin-top:22px; font-size:5.4rem; line-height:.9; font-weight:950; letter-spacing:-.07em; color:#43c3ca; }
.vuelta-promo-card > p { margin:4px 0 24px; font-weight:900; letter-spacing:.14em; font-size:.72rem; }
.vuelta-stat-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; border-top:1px solid rgba(255,255,255,.14); padding-top:20px; }
.vuelta-stat-row strong, .vuelta-stat-row span { display:block; }
.vuelta-stat-row strong { font-size:1.05rem; }
.vuelta-stat-row span { margin-top:3px; color:#9eb0c3; font-size:.74rem; }

.vuelta-detail-hero {
  padding:70px 0;
  background:linear-gradient(135deg,#10233d 0%,#173a59 100%);
  color:white;
}
.vuelta-detail-hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:52px; align-items:center; }
.vuelta-detail-hero h1 {
  margin:0 0 18px;
  font-size:clamp(3.2rem,6vw,5.8rem);
  line-height:.95;
  letter-spacing:-.055em;
}
.detail-hero-copy { color:#d5e0e9; font-size:1.08rem; }
.dark-link { color:#fff; }
.vuelta-detail-mark { padding:36px; border:1px solid rgba(255,255,255,.15); border-radius:18px; background:rgba(255,255,255,.06); text-align:center; }
.detail-number { font-size:6.6rem; line-height:.85; font-weight:950; letter-spacing:-.08em; color:#43c3ca; }
.vuelta-detail-mark p { margin:12px 0 8px; font-size:1.15rem; font-weight:900; }
.vuelta-detail-mark span { color:#aebdca; font-size:.86rem; }

.detail-section { padding:72px 0; }
.detail-section-tinted { background:#f4f8fb; }
.detail-section-dark { background:#10233d; color:white; }
.detail-heading { max-width:760px; margin-bottom:30px; }
.detail-heading h2, .detail-two-col h2 {
  margin:0;
  font-size:clamp(2.4rem,4.5vw,4rem);
  line-height:1;
  letter-spacing:-.045em;
}
.pick-type-grid { display:grid; grid-template-columns:1.35fr 1fr 1fr; gap:18px; }
.pick-type-card { padding:28px; border:1px solid var(--line); border-radius:16px; background:white; }
.pick-type-card.main-pick { border-top:5px solid var(--gwfc-green); }
.pick-type-label { color:var(--gwfc-light-blue); font-size:.7rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.pick-type-card h3 { margin:12px 0 10px; font-size:1.45rem; color:#10233d; }
.pick-type-card p, .pick-type-card li { color:var(--muted); }
.pick-type-card ul { padding-left:18px; }
.score-strip { display:grid; grid-template-columns:auto 1fr; gap:6px 10px; margin-top:20px; padding:16px; background:#eef8f8; border-radius:10px; }
.score-strip b { color:#0d7c84; font-size:1.2rem; }
.score-strip span { color:#405367; font-size:.82rem; align-self:center; }
.maximum { margin:18px 0 0 !important; }

.points-breakdown { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.points-breakdown > div { padding:24px; border:1px solid var(--line); background:white; border-radius:14px; }
.points-breakdown span, .points-breakdown strong, .points-breakdown small { display:block; }
.points-breakdown span { color:var(--muted); font-size:.78rem; font-weight:800; }
.points-breakdown strong { margin:10px 0 3px; color:#10233d; font-size:2.7rem; line-height:1; }
.points-breakdown small { color:#7b8797; }
.points-breakdown .points-total { background:#10233d; border-color:#10233d; }
.points-breakdown .points-total span, .points-breakdown .points-total small { color:#b7c5d2; }
.points-breakdown .points-total strong { color:#43c3ca; }

.detail-two-col { display:grid; grid-template-columns:.75fr 1.25fr; gap:64px; align-items:start; }
.timing-list { border-top:1px solid var(--line); }
.timing-list article { display:grid; grid-template-columns:40px 1fr; gap:18px; padding:20px 0; border-bottom:1px solid var(--line); }
.timing-list article > span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#e5f6f7; color:#087f89; font-size:.76rem; font-weight:900; }
.timing-list h3 { margin:0 0 4px; color:#10233d; }
.timing-list p { margin:0; color:var(--muted); }
.dark-rules p { padding:16px 0; margin:0; border-bottom:1px solid rgba(255,255,255,.14); color:#c5d1dc; }
.dark-rules p:first-child { padding-top:0; }
.dark-rules strong { color:white; }
.plain-copy p { color:var(--muted); font-size:1.04rem; }
.vuelta-register-band { padding:42px 0; background:var(--gwfc-light-blue); color:white; }
.vuelta-register-band .shell { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.vuelta-register-band span { font-size:.75rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; color:#d8f2ff; }
.vuelta-register-band h2 { margin:5px 0 0; font-size:clamp(2rem,3.4vw,3.2rem); letter-spacing:-.04em; }

.inline-event-link { display:inline-block; color:var(--gwfc-light-blue); text-decoration:none; font-weight:900; }

@media (max-width:950px) {
  .vuelta-promo-grid, .vuelta-detail-hero-grid, .detail-two-col { grid-template-columns:1fr; }
  .pick-type-grid { grid-template-columns:1fr; }
  .points-breakdown { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px) {
  .vuelta-promo { padding:46px 0; }
  .vuelta-promo-grid { gap:30px; }
  .vuelta-promo-actions { align-items:stretch; flex-direction:column; }
  .vuelta-detail-hero { padding:54px 0; }
  .detail-section { padding:54px 0; }
  .points-breakdown { grid-template-columns:1fr; }
  .vuelta-register-band .shell { align-items:flex-start; flex-direction:column; }
}
