/* GSC-EM.COM — Dark AI aesthetic | Accent: #60a5fa (Baby Blue) | Signal Green: #22c55e | BG: #000000 (Pure Black) */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: #000000; color: #ffffff; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: #60a5fa; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #93c5fd; }
::selection { background: rgba(96, 165, 250, 0.3); color: #fff; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; text-decoration: none; color: inherit; }
.nav-logo { height: 36px; width: auto; display: block; opacity: 0.95; transition: opacity 0.2s ease; }
.nav-logo:hover { opacity: 1; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s ease; letter-spacing: 0.2px; }
.nav-links a:hover { color: #fff; }

/* HERO */
.hero { padding: 140px 32px 80px; text-align: center; position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, rgba(96, 165, 250, 0.08) 0%, transparent 70%); pointer-events: none; }
.hero-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
h1 { font-size: 56px; font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 24px; }
.highlight { color: #22c55e; }
.hero-subtitle { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.85); max-width: 720px; margin: 0 auto; }

/* OPENER BAND */
.opener-band { padding: 60px 32px 70px; text-align: center; border-top: 1px solid rgba(96, 165, 250, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.04); background: radial-gradient(ellipse at center top, rgba(96, 165, 250, 0.04) 0%, transparent 70%); }
.opener-inner { max-width: 800px; margin: 0 auto; }
.opener-line { font-size: 22px; font-weight: 600; letter-spacing: -0.4px; color: rgba(255,255,255,0.85); margin-bottom: 16px; line-height: 1.4; }
.opener-line .highlight { color: #22c55e; }
.opener-statement { font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.7); max-width: 720px; margin: 0 auto 32px; line-height: 1.6; }
.opener-langs { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); margin-top: 24px; }
.opener-langs a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s ease; padding: 0 4px; }
.opener-langs a:hover { color: #60a5fa; }

/* PRESS BAR */
.press-bar { padding: 40px 0 32px; text-align: center; border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); overflow: hidden; }
.press-bar__label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 4px; }
.press-bar__stats { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.press-bar__stats span { color: #60a5fa; font-weight: 600; }

/* SECTIONS */
.section { padding: 80px 32px; }
.section-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.section-label { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #60a5fa; margin-bottom: 12px; }
.section h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 16px; }
.section-desc { color: rgba(255,255,255,0.75); font-size: 14px; font-family: 'JetBrains Mono', monospace; margin-bottom: 32px; line-height: 1.7; }

/* ENDPOINTS */
.endpoints-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 32px; }
.endpoint-card { display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.7); transition: all 0.25s ease; text-align: center; }
.endpoint-card:hover { background: rgba(96, 165, 250, 0.06); border-color: rgba(96, 165, 250, 0.2); color: #60a5fa; }

/* SKU */
.sku-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 20px; margin-top: 8px; }
.sku-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 24px; text-align: left; transition: border-color 0.25s ease; }
.sku-card:hover { border-color: rgba(96, 165, 250, 0.2); }
.sku-gtin { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 8px; letter-spacing: 0.5px; }
.sku-name { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.sku-details { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 12px; }

/* SIGNAL BADGE */
.signal-badge { display: inline-block; padding: 4px 12px; background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.25); border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; color: #22c55e; letter-spacing: 0.5px; }

/* GOVERNANCE */
.governance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 24px; }
.governance-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 24px; text-align: left; }
.governance-role { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #60a5fa; margin-bottom: 8px; }
.governance-name { font-size: 18px; font-weight: 600; margin-bottom: 12px; }
.card-body { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.6); }

/* CAPABILITY */
.capability-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 32px; text-align: left; }
.capability-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 28px 24px; transition: border-color 0.25s ease, transform 0.25s ease; }
.capability-card:hover { border-color: rgba(96, 165, 250, 0.25); transform: translateY(-2px); }
.capability-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; color: rgba(96, 165, 250, 0.6); letter-spacing: 1.5px; margin-bottom: 12px; }
.capability-title { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 12px; color: #ffffff; }
.capability-body { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.65); }

/* SECURITY */
.security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 24px; text-align: left; }
.security-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 24px 22px; transition: border-color 0.25s ease, background 0.25s ease; }
.security-card:hover { border-color: rgba(96, 165, 250, 0.2); background: rgba(96, 165, 250, 0.02); }
.security-mark { font-size: 14px; color: rgba(96, 165, 250, 0.55); margin-bottom: 10px; letter-spacing: 0.5px; }
.security-title { font-size: 15px; font-weight: 700; color: #ffffff; margin-bottom: 10px; letter-spacing: -0.2px; }
.security-body { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.6); }

/* NEWSLETTER */
.newsletter-section { border-top: 1px solid rgba(255,255,255,0.04); }
.newsletter-form { max-width: 480px; margin: 24px auto 0; }
.newsletter-row { display: flex; gap: 0; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); transition: border-color 0.2s ease; }
.newsletter-row:focus-within { border-color: rgba(96, 165, 250, 0.4); }
.newsletter-input { flex: 1; padding: 14px 16px; background: rgba(255,255,255,0.04); border: none; font-family: inherit; font-size: 14px; color: #fff; outline: none; }
.newsletter-input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-btn { padding: 14px 28px; background: #60a5fa; border: none; font-family: inherit; font-size: 14px; font-weight: 600; color: #000000; cursor: pointer; transition: background 0.2s ease; white-space: nowrap; }
.newsletter-btn:hover { background: #3b82f6; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 32px; text-align: left; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { padding: 12px 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; font-family: inherit; font-size: 14px; color: #fff; outline: none; transition: border-color 0.2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(96, 165, 250, 0.4); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.3); }
.contact-form select { color: rgba(255,255,255,0.3); -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.contact-form select:valid { color: #fff; }
.contact-form select option { background: #1a1a1a; color: #ffffff; }
.contact-form button { padding: 14px 32px; background: #60a5fa; border: none; border-radius: 8px; font-family: inherit; font-size: 14px; font-weight: 600; color: #000000; cursor: pointer; transition: background 0.2s ease; }
.contact-form button:hover { background: #3b82f6; }
.form-email { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 4px; }
.contact-offices { display: flex; flex-direction: column; gap: 16px; }
.contact-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 20px; }
.contact-region { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #60a5fa; margin-bottom: 4px; }
.contact-city { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.contact-address { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.5; }

/* FOOTER */
.footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 32px 60px; text-align: center; }
.footer-inner { max-width: 1000px; margin: 0 auto; position: relative; }
.footer-brand { font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.footer-section-label { font-size: 10px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(96, 165, 250, 0.55); margin-top: 18px; margin-bottom: 8px; }
.footer-line { font-size: 12px; color: rgba(255,255,255,0.3); font-family: 'JetBrains Mono', monospace; margin-bottom: 8px; }
.footer-social a { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-social a:hover { color: #60a5fa; }
.footer-attribution { position: absolute; bottom: 0; right: 0; font-size: 11px; color: rgba(255,255,255,0.4); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  h1 { font-size: 36px; }
  .hero { padding: 120px 20px 60px; }
  .section { padding: 60px 20px; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .sku-grid { grid-template-columns: 1fr; }
  .governance-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { padding: 24px 20px; }
  .security-grid { grid-template-columns: 1fr; }
  .newsletter-row { flex-direction: column; }
  .newsletter-btn { width: 100%; }
  .opener-line { font-size: 18px; }
  .opener-statement { font-size: 15px; }
  .opener-band { padding: 40px 20px 50px; }
  .footer-attribution { position: static; text-align: center; margin-top: 20px; }
}
@media (max-width: 480px) {
  h1 { font-size: 28px; }
  .hero-subtitle { font-size: 15px; }
  .section h2 { font-size: 24px; }
}

/* ===============================================================
   v1.1.0 PATCH — AIO Division top banner + §09 AIO Division CTA
=============================================================== */

/* Top banner — visible site-wide, drives traffic to gsc-rail.ai */
.aio-top-banner {
  background: #0a0a0a;
  color: #e5e5e5;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  text-align: center;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.aio-top-banner-text {
  color: #999;
}
.aio-top-banner-text strong {
  color: #e5e5e5;
}
.aio-top-banner-link {
  color: #5fffaa;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dotted #5fffaa;
}
.aio-top-banner-link:hover {
  color: #80ffc0;
  border-bottom-color: #80ffc0;
}

/* §09 AIO Division section — distinct dark surface, different from parent site beige */
.section-aio {
  background: #0a0a0a;
  color: #e5e5e5;
  padding: 80px 0;
}
.section-aio .section-label {
  color: #5fffaa;
}
.section-aio h2 {
  color: #ffffff;
}
.section-aio h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}
.section-aio .section-desc {
  color: #c0c0c0;
}
.section-aio code {
  background: #1a1a1a;
  color: #5fffaa;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.9em;
}
.section-aio a {
  color: #80c0ff;
}
.section-aio a:hover {
  color: #a0d0ff;
}
.section-aio strong {
  color: #ffffff;
}
.aio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #5fffaa;
  margin: 16px 0 24px;
}
.aio-dot {
  width: 8px;
  height: 8px;
  background: #5fffaa;
  border-radius: 50%;
  animation: aio-pulse 2s ease-in-out infinite;
}
@keyframes aio-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.aio-accent {
  color: #5fffaa;
}
.aio-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 36px 0;
}
.aio-stat {
  background: #111;
  border: 1px solid #222;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aio-stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #5fffaa;
  line-height: 1;
  letter-spacing: -1px;
}
.aio-stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #888;
  line-height: 1.4;
}
.aio-catalog-block {
  background: #111;
  border: 1px solid #222;
  padding: 32px;
  margin: 32px 0;
  border-radius: 2px;
}
.aio-catalog-block h3 {
  margin-top: 0;
}
.aio-catalog-block p {
  color: #c0c0c0;
  line-height: 1.6;
  margin-bottom: 0;
}
.aio-cta-row {
  margin-top: 32px;
  text-align: center;
}
.aio-cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: #5fffaa;
  color: #0a0a0a !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  border: 1px solid #5fffaa;
  border-radius: 2px;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.aio-cta-button:hover {
  background: transparent;
  color: #5fffaa !important;
  border-color: #5fffaa;
}
.aio-cta-button:active {
  transform: scale(0.98);
}
@media (max-width: 720px) {
  .aio-top-banner { font-size: 10px; }
  .aio-stat-num { font-size: 36px; }
  .aio-cta-button { font-size: 12px; padding: 14px 24px; }
}

/* ============================================ */
/* v3 — LVMH/Porsche curated walk additions     */
/* May 31, 2026                                  */
/* ============================================ */

/* COOKIE BANNER — sits above nav, pushes nav and hero down when visible */
.cookie-banner { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(0,0,0,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(96, 165, 250, 0.15); padding: 12px 20px; }
body:has(.cookie-banner:not([style*="display: none"])) .nav { top: 56px; }
body:has(.cookie-banner:not([style*="display: none"])) .hero { padding-top: 200px; }
.cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.cookie-text { font-size: 13px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 10px; flex: 1; min-width: 280px; }
.cookie-icon { font-size: 16px; }
.cookie-more { color: #60a5fa; text-decoration: underline; margin-left: 4px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-btn { padding: 7px 18px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); color: #fff; transition: all 0.2s ease; font-family: inherit; }
.cookie-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(96,165,250,0.4); }

/* HERO CTA BUTTON */
.hero-cta { display: inline-block; margin-top: 32px; padding: 16px 36px; background: #60a5fa; color: #000; font-weight: 700; font-size: 15px; text-decoration: none; border-radius: 8px; letter-spacing: 0.3px; transition: background 0.2s ease, transform 0.15s ease; }
.hero-cta:hover { background: #3b82f6; transform: translateY(-1px); }

/* SCALE BAND — the volume wall, sits right under hero */
.scale-band { padding: 60px 32px; border-top: 1px solid rgba(96, 165, 250, 0.12); border-bottom: 1px solid rgba(96, 165, 250, 0.12); background: linear-gradient(180deg, rgba(96,165,250,0.02) 0%, rgba(0,0,0,0) 100%); }
.scale-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.scale-num { padding: 8px; }
.scale-value { font-size: 48px; font-weight: 800; letter-spacing: -1.5px; color: #60a5fa; line-height: 1; margin-bottom: 8px; font-family: 'Inter', sans-serif; }
.scale-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* MARKET LINE */
.market-line { padding: 50px 32px; text-align: center; }
.market-inner { max-width: 900px; margin: 0 auto; }
.market-line p { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; color: rgba(255,255,255,0.95); line-height: 1.3; }

/* STAGE — 5 curated walk sections */
.stage { padding: 90px 32px; text-align: center; }
.stage-alt { background: rgba(96, 165, 250, 0.015); border-top: 1px solid rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.03); }
.stage-inner { max-width: 1100px; margin: 0 auto; }
.stage-num { font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 600; letter-spacing: 3px; color: rgba(96, 165, 250, 0.5); margin-bottom: 20px; }
.stage-h2 { font-size: 40px; font-weight: 800; letter-spacing: -1px; line-height: 1.2; margin-bottom: 20px; color: #fff; }
.stage-h2 .highlight { color: #22c55e; }
.stage-sub { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.7); max-width: 780px; margin: 0 auto 48px; font-weight: 500; }

/* TILE GRID — the 4 proof tiles under each stage line */
.tile-grid { display: grid; gap: 18px; margin-top: 8px; }
.tile-grid-4 { grid-template-columns: repeat(4, 1fr); }
.tile-grid-3 { grid-template-columns: repeat(3, 1fr); }
.tile { padding: 32px 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 130px; transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease; }
.tile:hover { border-color: rgba(96, 165, 250, 0.3); transform: translateY(-2px); background: rgba(96, 165, 250, 0.04); }
.tile-num { font-size: 42px; font-weight: 800; color: #60a5fa; letter-spacing: -1px; line-height: 1; }
.tile-label { font-size: 13px; color: rgba(255,255,255,0.65); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px; text-align: center; line-height: 1.4; }

/* ENTERPRISE SECURITY SECTION */
.security-section { padding: 100px 32px; background: rgba(255,255,255,0.015); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.security-section h2 .highlight { color: #22c55e; }

/* CPG FOR CPG block */
.cpg-block { padding: 100px 32px; text-align: center; background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.04) 0%, transparent 60%); border-top: 1px solid rgba(34, 197, 94, 0.1); border-bottom: 1px solid rgba(34, 197, 94, 0.1); }
.cpg-inner { max-width: 850px; margin: 0 auto; }
.cpg-h2 { font-size: 44px; font-weight: 800; letter-spacing: -1px; margin-bottom: 32px; line-height: 1.15; }
.cpg-h2 .highlight { color: #22c55e; }
.cpg-lines { display: flex; flex-direction: column; gap: 16px; max-width: 680px; margin: 0 auto; }
.cpg-line { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,0.85); font-weight: 500; }
.cpg-line strong { color: #60a5fa; font-weight: 700; }
.cpg-line .highlight { color: #22c55e; font-weight: 600; }

/* CLOSER block — the infrastructure-of-record reframe */
.closer-block { padding: 100px 32px 80px; text-align: center; background: linear-gradient(180deg, rgba(96, 165, 250, 0.03) 0%, rgba(0,0,0,0) 100%); border-top: 1px solid rgba(96, 165, 250, 0.15); }
.closer-inner { max-width: 850px; margin: 0 auto; }
.closer-h2 { font-size: 40px; font-weight: 800; letter-spacing: -0.8px; margin-bottom: 32px; line-height: 1.2; }
.closer-h2 .highlight { color: #22c55e; }
.closer-lines { display: flex; flex-direction: column; gap: 10px; margin: 32px 0; }
.closer-lines p { font-size: 18px; color: rgba(255,255,255,0.85); font-weight: 500; }
.closer-spec { font-family: 'JetBrains Mono', monospace; font-size: 14px !important; color: rgba(255,255,255,0.55) !important; letter-spacing: 1px; text-transform: uppercase; margin-top: 12px; }

/* RECAP SECTION — Let's Review, every number used in one wall */
.recap-section { padding: 100px 32px; text-align: center; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(96, 165, 250, 0.025) 50%, rgba(0,0,0,0) 100%); border-top: 1px solid rgba(96, 165, 250, 0.2); border-bottom: 1px solid rgba(96, 165, 250, 0.2); }
.recap-inner { max-width: 1200px; margin: 0 auto; }
.recap-label { color: #22c55e !important; }
.recap-h2 { font-size: 42px; font-weight: 800; letter-spacing: -1px; margin-bottom: 14px; color: #fff; }
.recap-sub { font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 56px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px; }
.recap-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 56px; }
.recap-tile { padding: 24px 14px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; display: flex; flex-direction: column; align-items: center; gap: 8px; min-height: 110px; justify-content: center; transition: border-color 0.2s ease; }
.recap-tile:hover { border-color: rgba(96, 165, 250, 0.25); }
.recap-num { font-size: 30px; font-weight: 800; color: #60a5fa; letter-spacing: -0.6px; line-height: 1; }
.recap-cap { font-size: 11px; color: rgba(255,255,255,0.6); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.3px; text-align: center; line-height: 1.3; }
.recap-cta { margin-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.recap-volume { font-size: 26px; font-weight: 700; letter-spacing: -0.3px; color: rgba(255,255,255,0.95); margin: 0; }

/* FOOTER tweaks */
.footer-bottom { font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.04); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px; }
.footer-bottom a { color: rgba(96, 165, 250, 0.6); text-decoration: none; }
.footer-bottom a:hover { color: #60a5fa; }
.footer-line a { color: rgba(96, 165, 250, 0.85); text-decoration: none; transition: color 0.2s ease; }
.footer-line a:hover { color: #60a5fa; }

/* MOBILE */
@media (max-width: 900px) {
  .recap-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .scale-inner { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .scale-value { font-size: 36px; }
  .market-line p { font-size: 20px; }
  .stage { padding: 60px 24px; }
  .stage-h2 { font-size: 28px; }
  .stage-sub { font-size: 15px; margin-bottom: 32px; }
  .tile-grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tile { min-height: 110px; padding: 22px 12px; }
  .tile-num { font-size: 32px; }
  .cpg-h2, .closer-h2, .recap-h2 { font-size: 30px; }
  .cpg-line { font-size: 16px; }
  .closer-lines p { font-size: 16px; }
  .recap-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .recap-num { font-size: 24px; }
  .recap-cap { font-size: 10px; }
  .recap-volume { font-size: 22px; }
  .cookie-inner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
  h1 { font-size: 38px !important; }
  .contact-layout { grid-template-columns: 1fr; }
  .nav-links { gap: 16px; font-size: 12px; }
  .nav-links a { font-size: 12px; }
}

/* ============================================ */
/* v3 — Curated walk additions (May 2026)        */
/* ============================================ */

/* STAGES — the 5-step host-led walk */
.stage { padding: 90px 32px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.stage-alt { background: rgba(96, 165, 250, 0.02); }
.stage-inner { max-width: 1100px; margin: 0 auto; }
.stage-mark { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; letter-spacing: 3px; color: rgba(96, 165, 250, 0.55); margin-bottom: 24px; text-align: center; }
.stage-line { font-size: 38px; font-weight: 800; letter-spacing: -0.8px; line-height: 1.2; text-align: center; margin: 0 auto 18px; max-width: 900px; }
.stage-line .highlight { color: #22c55e; }
.stage-sub { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.7); text-align: center; max-width: 760px; margin: 0 auto 44px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.2px; }

/* TILES — % proof under each stage line */
.tile-row { display: grid; gap: 20px; margin-top: 32px; }
.tile-row-4 { grid-template-columns: repeat(4, 1fr); }
.tile-row-3 { grid-template-columns: repeat(3, 1fr); }
.tile { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 32px 20px 28px; text-align: center; transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease; }
.tile:hover { border-color: rgba(96, 165, 250, 0.3); background: rgba(96, 165, 250, 0.04); transform: translateY(-2px); }
.tile-num { font-size: 52px; font-weight: 800; color: #60a5fa; letter-spacing: -2px; line-height: 1; margin-bottom: 14px; font-family: 'Inter', sans-serif; }
.tile-pct { font-size: 30px; font-weight: 700; color: #60a5fa; letter-spacing: -1px; margin-left: 1px; }
.tile-rank { color: #22c55e; font-size: 56px; letter-spacing: -2px; }
.tile-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.8px; color: rgba(255,255,255,0.65); line-height: 1.5; text-transform: uppercase; }

/* ENTERPRISE SECURITY SECTION */
.security-section { padding: 90px 32px; background: rgba(0,0,0,0.5); border-top: 1px solid rgba(96, 165, 250, 0.1); border-bottom: 1px solid rgba(96, 165, 250, 0.1); }

/* RECAP — closing chapter */
.recap-section { padding: 100px 32px; text-align: center; background: radial-gradient(ellipse at center top, rgba(34, 197, 94, 0.04) 0%, transparent 60%); border-top: 1px solid rgba(34, 197, 94, 0.15); }
.recap-inner { max-width: 1200px; margin: 0 auto; }
.recap-h2 { font-size: 48px; font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; }
.recap-sub { font-size: 15px; color: rgba(255,255,255,0.6); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px; margin-bottom: 48px; }
.recap-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 0 auto 48px; max-width: 1200px; }
.recap-tile { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; padding: 22px 12px 18px; text-align: center; transition: border-color 0.25s ease, background 0.25s ease; }
.recap-tile:hover { border-color: rgba(96, 165, 250, 0.25); background: rgba(96, 165, 250, 0.03); }
.recap-num { font-size: 30px; font-weight: 800; color: #60a5fa; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.recap-pct { font-size: 18px; font-weight: 700; color: #60a5fa; margin-left: 1px; }
.recap-tile .tile-rank { font-size: 32px; color: #22c55e; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.recap-label { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.6px; color: rgba(255,255,255,0.55); line-height: 1.4; text-transform: uppercase; }
.recap-cta { font-size: 24px; font-weight: 700; color: rgba(255,255,255,0.95); margin: 36px 0 20px; letter-spacing: -0.3px; }

/* MOBILE — stages and recap */
@media (max-width: 900px) {
  .tile-row-4 { grid-template-columns: repeat(2, 1fr); }
  .recap-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .stage { padding: 60px 22px; }
  .stage-line { font-size: 26px; }
  .stage-sub { font-size: 14px; margin-bottom: 32px; }
  .tile-row-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tile { padding: 22px 12px 18px; }
  .tile-num { font-size: 36px; }
  .tile-pct { font-size: 22px; }
  .tile-rank { font-size: 40px; }
  .tile-label { font-size: 10px; }
  .recap-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .recap-h2 { font-size: 32px; }
  .recap-num { font-size: 24px; }
  .recap-pct { font-size: 14px; }
  .security-section { padding: 60px 22px; }
}

/* ============================================ */
/* §Call to Action section                       */
/* ============================================ */
.cta-section { padding: 100px 32px; text-align: center; background: linear-gradient(180deg, rgba(96, 165, 250, 0.025) 0%, rgba(0,0,0,0) 100%); border-top: 1px solid rgba(96, 165, 250, 0.15); border-bottom: 1px solid rgba(255,255,255,0.04); }
.cta-inner { max-width: 1100px; margin: 0 auto; }
.cta-h2 { font-size: 38px; font-weight: 800; letter-spacing: -0.8px; line-height: 1.2; margin: 16px auto 48px; max-width: 900px; }
.cta-h2 .highlight { color: #22c55e; }

.cta-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 48px 0 56px; text-align: left; }
.cta-col { padding: 32px 28px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease; }
.cta-col:hover { border-color: rgba(34, 197, 94, 0.3); background: rgba(34, 197, 94, 0.025); transform: translateY(-2px); }
.cta-mark { font-size: 16px; color: rgba(34, 197, 94, 0.7); margin-bottom: 14px; letter-spacing: 0.5px; }
.cta-title { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 12px; letter-spacing: -0.2px; }
.cta-body { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.7); }

.cta-tagline { font-size: 32px; font-weight: 800; color: rgba(255,255,255,0.98); margin: 48px 0 28px; letter-spacing: -0.6px; }
.cta-tagline::before { content: ""; display: block; width: 40px; height: 2px; background: #22c55e; margin: 0 auto 28px; }

/* MOBILE — CTA columns */
@media (max-width: 900px) {
  .cta-columns { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .cta-section { padding: 60px 22px; }
  .cta-h2 { font-size: 26px; }
  .cta-tagline { font-size: 24px; }
}

/* Footer current-language indicator (locale pages mark their language as non-link) */
.lang-current { color: #22c55e; font-weight: 700; }
