:root {
  --brand: #0052FF;
  --brand-h: 220;
  --brand-s: 100%;
  --brand-rgb: 0, 82, 255;
  --gold: #F5A623;
  --gold-rgb: 245, 166, 35;
  --bg: #05080F;
  --surface: #0A1020;
  --surface-2: #101828;
  --text: #EEF2FF;
  --muted: #6B7FA8;
  --space: 8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

/* ── Noise Grain Overlay ── */
.grain {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.032; z-index: 9999;
}

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0; transform: translateX(-32px);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0; transform: translateX(32px);
  transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ── Navigation ── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 24px;
  transition: background 0.4s, padding 0.4s, backdrop-filter 0.4s;
}
#navbar.scrolled {
  background: rgba(5, 8, 15, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0, 82, 255, 0.12);
  padding: 10px 24px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none;
}
.nav-logo-mark {
  width: 100px; height: 100px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
}
footer .nav-logo-mark { width: 40px; height: 40px; }
.nav-logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 18px;
  letter-spacing: 0.04em;
  color: white;
  line-height: 1.1;
}
#navbar .nav-logo-text { font-size: 28px; }
.nav-logo-text span { color: var(--gold); }
.nav-links {
  display: none; gap: 32px; list-style: none;
  align-items: center;
}
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links a {
  color: rgba(238, 242, 255, 0.7);
  text-decoration: none;
  font-size: 15px; font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.25s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--brand);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-links a:hover { color: white; }
.nav-links a:hover::after { transform: scaleX(1); }
.btn-nav {
  background: var(--brand); color: white;
  padding: 10px 22px; border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 16px; letter-spacing: 0.06em;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 0 0 0 rgba(var(--brand-rgb), 0);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s;
}
.btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--brand-rgb), 0.45);
}
.btn-nav:active { transform: translateY(0) scale(0.97); }
.hamburger {
  display: flex; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
@media (min-width: 768px) { .hamburger { display: none; } }
.hamburger span {
  width: 24px; height: 2px; background: white; border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
#mobile-menu {
  display: none; flex-direction: column;
  background: rgba(5, 8, 15, 0.97);
  backdrop-filter: blur(20px);
  padding: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  gap: 8px;
}
#mobile-menu.open { display: flex; }
#mobile-menu a {
  color: rgba(238,242,255,0.8);
  text-decoration: none;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: 0.04em;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
#mobile-menu a:hover { color: var(--gold); }
#mobile-menu .btn-nav { margin-top: 12px; text-align: center; display: block; }

/* ── Hero ── */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  padding: 80px 24px 80px;
  background:
    radial-gradient(ellipse 70% 60% at 10% 30%, hsla(220, 100%, 55%, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 80%, hsla(220, 100%, 40%, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse 80% 50% at 50% 110%, hsla(38, 92%, 57%, 0.06) 0%, transparent 50%),
    #05080F;
}

/* Animated court arc */
.court-arc {
  position: absolute; pointer-events: none;
  border: 1px solid rgba(0, 82, 255, 0.08);
  border-radius: 50%;
  animation: pulseArc 6s ease-in-out infinite;
}
.court-arc:nth-child(1) {
  width: 600px; height: 600px;
  top: -200px; right: -150px;
  animation-delay: 0s;
}
.court-arc:nth-child(2) {
  width: 900px; height: 900px;
  top: -400px; right: -350px;
  animation-delay: 1.5s;
  border-color: rgba(0, 82, 255, 0.05);
}
.court-arc:nth-child(3) {
  width: 300px; height: 300px;
  bottom: -100px; left: -100px;
  animation-delay: 3s;
  border-color: rgba(245, 166, 35, 0.06);
}
@keyframes pulseArc {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.03); }
}

.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr;
  gap: 48px; align-items: center;
  position: relative; z-index: 1;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 1fr; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(var(--brand-rgb), 0.12);
  border: 1px solid rgba(var(--brand-rgb), 0.25);
  color: hsl(220, 100%, 75%);
  padding: 6px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero-title {
  font-size: clamp(52px, 10vw, 96px);
  font-weight: 900;
  color: white;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.hero-title .accent { color: var(--brand); }
.hero-title .gold { color: var(--gold); }

.hero-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 600;
  color: rgba(238,242,255,0.55);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-desc {
  font-size: 16px; color: rgba(238,242,255,0.65);
  max-width: 480px; line-height: 1.7;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center;
}
.btn-primary {
  background: var(--brand);
  color: white; padding: 15px 32px;
  border-radius: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 18px;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 4px 16px rgba(var(--brand-rgb), 0.4),
    0 16px 40px rgba(0,0,0,0.2);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 8px 28px rgba(var(--brand-rgb), 0.55),
    0 24px 48px rgba(0,0,0,0.25);
}
.btn-primary:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.btn-primary:active { transform: translateY(0) scale(0.97); }

.btn-ghost {
  background: transparent;
  color: rgba(238,242,255,0.8);
  padding: 15px 28px; border-radius: 10px;
  border: 1px solid rgba(238,242,255,0.15);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 18px; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              border-color 0.3s, color 0.3s;
}
.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(238,242,255,0.35);
  color: white;
}
.btn-ghost:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.btn-ghost:active { transform: translateY(0) scale(0.97); }

/* Hero image side */
.hero-image-wrap {
  position: relative; display: flex; justify-content: center; align-items: center;
}
.hero-img-ring {
  position: relative; width: min(420px, 85vw); height: min(420px, 85vw);
}
.hero-img-ring::before {
  content: '';
  position: absolute; inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--brand), var(--gold), transparent, var(--brand));
  animation: spinRing 8s linear infinite;
}
@keyframes spinRing { to { transform: rotate(360deg); } }
.hero-img-ring::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  background: var(--bg);
  z-index: 1;
  margin: 2px;
}
.hero-img-inner {
  position: absolute; inset: 12px; border-radius: 50%;
  overflow: hidden; z-index: 2;
  background: var(--surface);
}
.hero-img-inner img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 70%;
  filter: brightness(0.88) contrast(1.15) saturate(1.1);
}
.hero-img-overlay {
  position: absolute; inset: 0; border-radius: 50%;
  background:
    radial-gradient(circle at center 40%, transparent 45%, rgba(5,8,15,0.55) 100%),
    linear-gradient(to top, rgba(0,82,255,0.12) 0%, transparent 60%);
  z-index: 3;
}

/* Floating stat badges */
.stat-badge {
  position: absolute; z-index: 10;
  background: rgba(10, 16, 32, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.stat-badge-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 24px;
  color: var(--gold); line-height: 1;
}
.stat-badge-label {
  font-size: 11px; color: var(--muted);
  letter-spacing: 0.05em; font-weight: 500;
}
.badge-1 { top: 8%; right: -8%; animation: floatBadge 4s ease-in-out infinite; }
.badge-2 { bottom: 12%; left: -10%; animation: floatBadge 4s ease-in-out infinite 1.5s; }
@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 640px) {
  .badge-1 { right: 0; top: 0; }
  .badge-2 { left: 0; bottom: 0; }
}

/* ── Stats Bar ── */
#stats {
  background: var(--surface);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 24px;
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .stats-inner { grid-template-columns: repeat(4, 1fr); }
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 48px;
  color: var(--brand); line-height: 1;
}
.stat-label {
  font-size: 13px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 500; margin-top: 4px;
}

/* ── Section Common ── */
section { padding: 96px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #4D8BFF; margin-bottom: 12px;
}
.section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900; color: white;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 16px; color: var(--muted);
  max-width: 560px; line-height: 1.7;
}

/* ── About ── */
#about {
  background:
    radial-gradient(ellipse 60% 50% at 90% 50%, hsla(220, 100%, 40%, 0.08) 0%, transparent 60%),
    var(--bg);
}
.about-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 56px; align-items: center;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1fr 1fr; }
}
.about-img-wrap {
  position: relative;
}
.about-img-frame {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--surface);
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 8px 32px rgba(var(--brand-rgb), 0.12),
    0 32px 80px rgba(0,0,0,0.3);
}
.about-img-frame img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 80%;
  filter: brightness(0.88) contrast(1.15) saturate(1.1);
}
.about-img-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at center 35%, transparent 45%, rgba(5,8,15,0.5) 100%),
    linear-gradient(to top, rgba(0,82,255,0.12) 0%, transparent 50%);
}
.about-img-badge {
  position: absolute; bottom: -20px; right: -16px;
  background: var(--gold);
  color: #1a0e00;
  padding: 16px 20px; border-radius: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
  line-height: 1.2;
  box-shadow: 0 8px 32px rgba(var(--gold-rgb), 0.35);
}
.about-content .section-sub { max-width: 100%; margin-bottom: 32px; }
.about-pills {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px;
}
.pill {
  background: rgba(var(--brand-rgb), 0.1);
  border: 1px solid rgba(var(--brand-rgb), 0.2);
  color: hsl(220, 100%, 75%);
  padding: 6px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 500;
}

/* ── Services ── */
#services {
  background: var(--surface);
}
.services-header { margin-bottom: 56px; }
.services-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card {
  background: var(--surface-2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px; padding: 32px 24px;
  position: relative; overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.35s, border-color 0.35s;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.08),
    0 4px 16px rgba(0,0,0,0.12);
}
.service-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(var(--brand-rgb), 0.08), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--brand-rgb), 0.3);
  box-shadow:
    0 1px 2px rgba(0,0,0,0.08),
    0 8px 24px rgba(var(--brand-rgb), 0.15),
    0 24px 48px rgba(0,0,0,0.2);
}
.service-card:hover::before { opacity: 1; }
.service-card:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.service-card:active { transform: translateY(-3px) scale(0.99); }

.service-icon {
  width: 52px; height: 52px;
  background: rgba(var(--brand-rgb), 0.12);
  border-radius: 14px; display: flex;
  align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s;
}
.service-card:hover .service-icon { background: rgba(var(--brand-rgb), 0.2); }
.service-icon svg { width: 26px; height: 26px; }

.service-title {
  font-size: 22px; font-weight: 800;
  color: white; margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.service-desc {
  font-size: 14px; color: var(--muted);
  line-height: 1.6;
}
.service-arrow {
  position: absolute; bottom: 24px; right: 24px;
  color: rgba(var(--brand-rgb), 0.4);
  font-size: 20px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s;
}
.service-card:hover .service-arrow { transform: translate(3px, -3px); color: var(--brand); }

/* ── Pricing ── */
#pricing {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, hsla(220, 100%, 40%, 0.1) 0%, transparent 55%),
    var(--bg);
}
.pricing-header { margin-bottom: 56px; text-align: center; }
.pricing-header .section-eyebrow { display: flex; justify-content: center; }
.pricing-header .section-sub { margin: 0 auto; text-align: center; }

.pricing-tiers {
  display: grid; grid-template-columns: 1fr;
  gap: 20px; align-items: stretch;
}
@media (min-width: 1024px) { .pricing-tiers { grid-template-columns: repeat(3, 1fr); } }

.tier-col {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px; padding: 28px 22px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.35s, border-color 0.35s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tier-col:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--brand-rgb), 0.25);
  box-shadow:
    0 8px 24px rgba(var(--brand-rgb), 0.1),
    0 24px 56px rgba(0,0,0,0.2);
}

.tier-head { margin-bottom: 20px; }
.tier-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 24px;
  letter-spacing: 0.03em; text-transform: uppercase;
  color: white; line-height: 1.15;
}
.tier-meta {
  font-size: 13px; color: rgba(238,242,255,0.5);
  margin-top: 4px;
}

.tier-rows { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.tier-row {
  display: grid; grid-template-columns: 1fr auto auto;
  align-items: center; gap: 12px;
  padding: 13px 12px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  position: relative;
}
.tier-row.popular {
  border-color: rgba(245,166,35,0.45);
  background: rgba(245,166,35,0.06);
  margin-top: 6px;
}
.tier-pop-chip {
  position: absolute; top: -9px; left: 12px;
  background: var(--gold); color: #1a0e00;
  padding: 2px 9px; border-radius: 100px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.5;
}
.tier-row-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 16px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(238,242,255,0.85); line-height: 1.2;
}
.tier-row-sub {
  font-size: 12px; color: rgba(238,242,255,0.5);
  margin-top: 1px;
}
.tier-row-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 28px;
  color: white; line-height: 1;
  display: flex; align-items: flex-start; gap: 1px;
  white-space: nowrap;
}
.tier-row-price sup {
  font-size: 14px; font-weight: 700;
  margin-top: 2px; line-height: 1;
}
@media (max-width: 400px) {
  .tier-row { gap: 8px; padding: 12px 10px; }
  .tier-row-price { font-size: 24px; }
}

.tier-note {
  font-size: 12.5px; font-style: italic;
  color: rgba(238,242,255,0.62);
  margin-top: 14px;
}

.pricing-divider {
  height: 1px; background: rgba(255,255,255,0.08);
  margin-bottom: 20px;
}

.pricing-features {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.pricing-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(238,242,255,0.65);
}
.pricing-features li::before {
  content: '✓'; width: 18px; height: 18px;
  background: rgba(var(--brand-rgb), 0.15);
  color: hsl(220, 100%, 75%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
  line-height: 18px; text-align: center;
}
.pricing-features-lead {
  font-size: 13px; font-weight: 600;
  color: var(--gold); letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.pricing-notes {
  margin-top: 32px; text-align: center;
  font-size: 13px; color: rgba(238,242,255,0.5);
  padding: 14px 20px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  line-height: 1.7;
}

.pricing-guide-wrap {
  margin: 52px auto 0; max-width: 420px;
  text-align: center;
}
.pricing-guide-caption {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 14px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.pricing-guide {
  position: relative; display: block; width: 100%;
  padding: 0; border: none; background: none; cursor: zoom-in;
  border-radius: 20px; overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.12),
    0 10px 36px rgba(245,166,35,0.12),
    0 34px 80px rgba(0,0,0,0.42);
  transition: transform 0.35s cubic-bezier(0.34,1.3,0.64,1);
}
.pricing-guide img { width: 100%; height: auto; display: block; }
.pricing-guide:hover { transform: translateY(-4px); }
.pricing-guide:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.pricing-guide-zoom {
  position: absolute; bottom: 12px; right: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px; border-radius: 999px;
  background: rgba(5,8,15,0.82); color: var(--text);
  font-size: 12px; font-weight: 600; letter-spacing: 0.03em;
  backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 0.3s;
}
.pricing-guide:hover .pricing-guide-zoom,
.pricing-guide:focus-visible .pricing-guide-zoom { opacity: 1; }

.pricing-guide-lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: none; align-items: center; justify-content: center;
  background: rgba(2,4,10,0.92); padding: 32px;
  backdrop-filter: blur(8px);
}
.pricing-guide-lightbox.open { display: flex; }
.pricing-guide-lightbox img {
  max-width: min(92vw, 620px); max-height: 90vh;
  width: auto; height: auto;
  border-radius: 14px;
  box-shadow: 0 40px 120px rgba(0,0,0,0.6);
}
.pricing-guide-lightbox-close {
  position: absolute; top: 20px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06); color: white;
  font-size: 24px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s;
}
.pricing-guide-lightbox-close:hover { background: rgba(255,255,255,0.14); }

.disclaimer-link {
  display: block; margin: 18px auto 0; text-align: center;
  background: none; border: none; cursor: pointer;
  font-size: 14px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--gold); text-decoration: underline;
  text-underline-offset: 4px; text-decoration-thickness: 1px;
  transition: opacity 0.25s;
}
.disclaimer-link:hover { opacity: 0.8; }
.disclaimer-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.disclaimer-modal {
  position: fixed; inset: 0; z-index: 320;
  display: none; align-items: center; justify-content: center;
  background: rgba(2,4,10,0.92); padding: 20px;
  backdrop-filter: blur(8px);
}
.disclaimer-modal.open { display: flex; }
.disclaimer-card {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 20px;
  max-width: 560px; width: 100%; max-height: 88vh;
  display: flex; flex-direction: column;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.12),
    0 10px 36px rgba(245,166,35,0.12),
    0 34px 80px rgba(0,0,0,0.5);
}
.disclaimer-head {
  padding: 24px 56px 16px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.disclaimer-head h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 22px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--gold); line-height: 1.2;
}
.disclaimer-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06); color: white;
  font-size: 20px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s;
}
.disclaimer-close:hover { background: rgba(255,255,255,0.14); }
.disclaimer-body {
  padding: 20px 28px; overflow-y: auto;
  font-size: 14.5px; line-height: 1.7;
  color: rgba(238,242,255,0.75);
}
.disclaimer-body p { margin-bottom: 14px; }
.disclaimer-body ul {
  list-style: none; margin: 0 0 14px; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.disclaimer-body ul li {
  display: flex; gap: 10px; align-items: flex-start;
}
.disclaimer-body ul li::before {
  content: '•'; color: var(--gold); font-weight: 700; flex-shrink: 0;
}
.disclaimer-sign {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 17px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0 !important;
}
.disclaimer-footer {
  padding: 18px 28px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 16px;
}
.disclaimer-ack {
  display: flex; gap: 12px; align-items: flex-start;
  cursor: pointer; font-size: 13px; line-height: 1.6;
  color: rgba(238,242,255,0.7);
}
.disclaimer-ack input {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px;
  border: 1.5px solid rgba(245,166,35,0.5); border-radius: 6px;
  background: rgba(255,255,255,0.03); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.disclaimer-ack input:checked {
  background: var(--gold); border-color: var(--gold);
}
.disclaimer-ack input:checked::after {
  content: '✓'; color: #1a0e00;
  font-size: 13px; font-weight: 800; line-height: 1;
}
.disclaimer-ack input:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.disclaimer-agree {
  width: 100%; padding: 13px;
  background: var(--gold); color: #1a0e00;
}
.disclaimer-agree:hover:not(:disabled) { background: #ffc04d; }
.disclaimer-agree:disabled {
  opacity: 0.4; cursor: not-allowed;
  transform: none !important; box-shadow: none !important;
}
@media (max-width: 480px) {
  .disclaimer-head { padding: 20px 52px 14px 20px; }
  .disclaimer-body { padding: 16px 20px; font-size: 14px; }
  .disclaimer-footer { padding: 16px 20px 20px; }
}

.btn-pricing {
  width: 100%; padding: 13px;
  border-radius: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 16px;
  letter-spacing: 0.07em; text-transform: uppercase;
  text-decoration: none; text-align: center;
  cursor: pointer; border: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s, background 0.3s;
}
.btn-pricing-outline {
  background: transparent;
  border: 1px solid rgba(var(--brand-rgb), 0.3);
  color: hsl(220, 100%, 75%);
}
.btn-pricing-outline:hover {
  background: rgba(var(--brand-rgb), 0.1);
  border-color: rgba(var(--brand-rgb), 0.5);
  transform: translateY(-2px);
}
.btn-pricing-outline:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.btn-pricing-outline:active { transform: scale(0.98); }
.btn-pricing-solid {
  background: white; color: var(--brand);
}
.btn-pricing-solid:hover {
  background: rgba(255,255,255,0.92);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.btn-pricing-solid:focus-visible { outline: 2px solid white; outline-offset: 2px; }
.btn-pricing-solid:active { transform: scale(0.98); }
.tier-row-btn {
  width: auto; padding: 9px 15px;
  font-size: 14px; border-radius: 9px;
  white-space: nowrap;
}
.tier-row .btn-pricing-solid {
  background: var(--gold); color: #1a0e00;
}
.tier-row .btn-pricing-solid:hover { background: #ffc04d; }

/* ── Speaking ── */
#speaking {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, hsla(220, 100%, 40%, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 0% 100%, hsla(220, 100%, 40%, 0.08) 0%, transparent 60%),
    var(--bg);
}
.speaking-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 56px; align-items: center;
}
@media (min-width: 900px) {
  .speaking-grid { grid-template-columns: 1fr 1.18fr; }
  .speaking-img-wrap { order: 2; }
  .speaking-content { order: 1; }
}
.speaking-img-wrap { position: relative; }
.speaking-img-frame {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 720 / 364;
  background: var(--surface);
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 8px 32px rgba(var(--brand-rgb), 0.15),
    0 32px 80px rgba(0,0,0,0.35);
}
.speaking-img-frame img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.98) contrast(1.04) saturate(1.06);
}
.speaking-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,8,15,0.32) 0%, transparent 42%);
  pointer-events: none;
}
.speaking-img-badge {
  position: absolute; bottom: -20px; left: -16px;
  background: var(--gold);
  color: #1a0e00;
  padding: 16px 20px; border-radius: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
  line-height: 1.2;
  box-shadow: 0 8px 32px rgba(var(--gold-rgb), 0.35);
}
.speaking-content .section-sub { max-width: 100%; margin-bottom: 20px; }
.speaking-features {
  list-style: none; display: flex; flex-direction: column; gap: 12px;
  margin: 28px 0 36px;
}
.speaking-features li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: rgba(238,242,255,0.8);
}
.speaking-features li::before {
  content: '✓'; width: 22px; height: 22px;
  background: rgba(var(--brand-rgb), 0.18);
  color: hsl(220, 100%, 78%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
  line-height: 22px; text-align: center;
}

/* ── 1-on-1 Video ── */
#one-on-one {
  background:
    radial-gradient(ellipse 55% 50% at 0% 0%, hsla(220, 100%, 40%, 0.12) 0%, transparent 55%),
    var(--bg);
}
.oneonone-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 48px; align-items: center;
}
@media (min-width: 900px) {
  .oneonone-grid { grid-template-columns: minmax(0, 380px) 1fr; gap: 72px; }
}
.oneonone-video-frame {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 9 / 16;
  width: 100%; max-width: 380px; margin: 0 auto;
  background: var(--surface);
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 8px 32px rgba(var(--brand-rgb), 0.15),
    0 32px 80px rgba(0,0,0,0.35);
}
.oneonone-video-frame video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.oneonone-play {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  gap: 12px; padding-bottom: 36px;
  background: linear-gradient(to top, rgba(5,8,15,0.7) 0%, transparent 45%);
  border: 0; cursor: pointer; color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
  font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
}
.oneonone-play-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--brand);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(var(--brand-rgb), 0.5);
  transition: transform 0.2s ease;
}
.oneonone-play:hover .oneonone-play-icon,
.oneonone-play:focus-visible .oneonone-play-icon { transform: scale(1.08); }
.oneonone-play[hidden] { display: none; }
.oneonone-content .section-sub { max-width: 100%; margin-bottom: 20px; }

/* ── Philosophy ── */
#philosophy {
  background: var(--surface);
  padding: 96px 24px;
}
.philosophy-inner {
  max-width: 800px; margin: 0 auto; text-align: center;
}
.quote-mark {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 120px; line-height: 0.5;
  color: rgba(var(--brand-rgb), 0.2);
  margin-bottom: 24px; display: block;
}
.philosophy-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700; color: white;
  line-height: 1.2; margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.philosophy-attr {
  font-size: 14px; color: var(--muted);
  letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 600;
}
.philosophy-attr span { color: var(--gold); }

/* ── Gallery ── */
#gallery { background: var(--bg); padding: 96px 24px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; margin-top: 48px;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-grid .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.gallery-item {
  position: relative; overflow: hidden; border-radius: 14px;
  aspect-ratio: 1/1; background: var(--surface);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.gallery-item:first-child { aspect-ratio: auto; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 20%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,82,255,0.35) 0%, transparent 50%);
  mix-blend-mode: multiply;
}
.gallery-overlay-dark {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
}
/* Studio shots: color wash + vignette to blend light studio backdrop into dark theme */
.gallery-item.studio-shot {
  background: var(--bg);
  aspect-ratio: 3 / 4;
}
.gallery-item.studio-shot img {
  filter: brightness(0.85) contrast(1.2) saturate(1.1);
  object-fit: contain;
  object-position: center center;
  padding: 6% 10%;
}
.gallery-item.studio-shot .gallery-overlay {
  background:
    radial-gradient(ellipse 80% 80% at center 45%, transparent 40%, rgba(5,8,15,0.55) 100%),
    linear-gradient(to top, rgba(0,82,255,0.08) 0%, transparent 40%);
  mix-blend-mode: normal;
}
.gallery-item.studio-shot .gallery-overlay-dark {
  background:
    radial-gradient(ellipse 70% 75% at center 45%, transparent 35%, rgba(5,8,15,0.5) 100%);
}

/* ── Hero Video (Cinematic) ── */
.video-hero-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 48px auto 0;
  aspect-ratio: 16 / 9;
  max-height: 70vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.1),
    0 12px 40px rgba(var(--brand-rgb), 0.18),
    0 40px 100px rgba(0,0,0,0.45);
}
.video-hero-wrap::before {
  content: '';
  position: absolute; inset: -2px;
  border-radius: 22px;
  background: conic-gradient(from 180deg, var(--brand), var(--gold), transparent 60%, var(--brand));
  animation: spinRing 14s linear infinite;
  z-index: 0;
}
.video-hero-inner {
  position: absolute; inset: 2px;
  border-radius: 18px;
  overflow: hidden;
  z-index: 1;
  background: var(--bg);
}
.video-hero-inner video,
.video-hero-inner img.video-poster {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.video-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(5,8,15,0.55) 0%, transparent 45%),
    linear-gradient(to bottom, rgba(5,8,15,0.35) 0%, transparent 30%);
  pointer-events: none;
}
.video-hero-credit {
  position: absolute;
  bottom: 16px; right: 16px;
  padding: 7px 14px;
  background: rgba(5,8,15,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 999px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 640px) {
  .video-hero-wrap { max-height: 56vh; margin-top: 32px; }
  .video-hero-credit { font-size: 9px; padding: 5px 10px; bottom: 10px; right: 10px; letter-spacing: 0.12em; }
}

/* ── Credential micro-strip ── */
.credential-strip {
  margin: 40px auto 0;
  padding: 12px 20px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: rgba(212,175,55,0.85);
  text-transform: uppercase;
  border-top: 1px solid rgba(212,175,55,0.15);
  border-bottom: 1px solid rgba(212,175,55,0.15);
  max-width: 900px;
}
.credential-strip .dot { color: rgba(212,175,55,0.5); margin: 0 10px; }
@media (max-width: 640px) {
  .credential-strip { font-size: 11px; letter-spacing: 0.25em; }
  .credential-strip .dot { margin: 0 6px; }
}

/* ── Bento Grid ── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
  }
}
.bento-tile {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--surface);
  cursor: pointer;
  border: 0;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bento-tile:hover { transform: scale(1.015); }
.bento-tile:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.bento-tile img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bento-tile:hover img { transform: scale(1.05); }
.bento-tile .bento-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,82,255,0.28) 0%, transparent 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.bento-tile .bento-overlay-dark {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 60%);
  pointer-events: none;
}
.bento-tile.studio-tile {
  background: var(--bg);
}
.bento-tile.studio-tile img {
  filter: brightness(0.85) contrast(1.2) saturate(1.1);
  object-fit: contain;
  object-position: center center;
  padding: 6% 10%;
}
.bento-tile.studio-tile .bento-overlay {
  background:
    radial-gradient(ellipse 80% 80% at center 45%, transparent 40%, rgba(5,8,15,0.55) 100%),
    linear-gradient(to top, rgba(0,82,255,0.08) 0%, transparent 40%);
  mix-blend-mode: normal;
}
.bento-tile.studio-tile .bento-overlay-dark {
  background:
    radial-gradient(ellipse 70% 75% at center 45%, transparent 35%, rgba(5,8,15,0.5) 100%);
}
.bento-tile .bento-caption {
  position: absolute;
  left: 14px; bottom: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.bento-tile:hover .bento-caption,
.bento-tile:focus-visible .bento-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Desktop bento spans — 12-col grid, 6 tiles, all portrait-friendly */
@media (min-width: 768px) {
  .bento-tile.t-arena     { grid-column: span 6; grid-row: span 2; }
  .bento-tile.t-paris     { grid-column: span 3; grid-row: span 2; }
  .bento-tile.t-bwpop     { grid-column: span 3; grid-row: span 2; }
  .bento-tile.t-msg100    { grid-column: span 4; grid-row: span 2; }
  .bento-tile.t-msgbanner { grid-column: span 4; grid-row: span 2; }
  .bento-tile.t-crowd     { grid-column: span 4; grid-row: span 2; }
}
/* Mobile: simple 2-col with featured arena spanning full width */
@media (max-width: 767px) {
  .bento-tile.t-arena   { grid-column: span 2; grid-row: span 2; }
}

/* ── Lightbox ── */
.lightbox {
  position: fixed; inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(5,8,15,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  padding: 40px 20px;
}
.lightbox.open { display: flex; animation: lbFade 0.25s ease; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 14px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
  object-fit: contain;
}
.lightbox-btn {
  position: absolute;
  background: rgba(5,8,15,0.65);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  transition: background 0.2s, transform 0.2s;
}
.lightbox-btn:hover { background: rgba(0,82,255,0.55); transform: scale(1.08); }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev  { left: 24px;  top: 50%; transform: translateY(-50%); }
.lightbox-next  { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.08); }
.lightbox-counter {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 640px) {
  .lightbox-btn { width: 40px; height: 40px; font-size: 18px; }
  .lightbox-close { top: 16px; right: 16px; }
  .lightbox-prev  { left: 12px; }
  .lightbox-next  { right: 12px; }
}

/* ── FAQ ── */
#faq {
  background:
    radial-gradient(ellipse 60% 50% at 90% 10%, hsla(220, 100%, 40%, 0.08) 0%, transparent 55%),
    var(--bg);
}
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.08); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 4px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover .faq-q { color: var(--gold); }
.faq-item summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.faq-q {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 700; color: white;
  letter-spacing: 0.01em; margin: 0;
  transition: color 0.2s ease;
}
.faq-icon {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid rgba(var(--gold-rgb), 0.5);
  display: grid; place-items: center;
  color: var(--gold); font-size: 18px; line-height: 1;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-a {
  color: var(--muted); font-size: 16px; line-height: 1.7;
  padding: 0 4px 24px; max-width: 700px;
}
.faq-a a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.faq-a a:hover, .faq-a a:focus-visible { color: white; }

/* ── Contact ── */
#contact {
  background:
    radial-gradient(ellipse 60% 50% at 10% 80%, hsla(220, 100%, 40%, 0.1) 0%, transparent 55%),
    var(--surface);
  padding: 96px 24px;
}
.contact-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item {
  display: flex; align-items: flex-start; gap: 16px;
}
.contact-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(var(--brand-rgb), 0.1);
  border: 1px solid rgba(var(--brand-rgb), 0.2);
  border-radius: 12px; display: flex;
  align-items: center; justify-content: center;
}
.contact-icon svg { width: 20px; height: 20px; }
.contact-item-label {
  font-size: 12px; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 600; margin-bottom: 4px;
}
.contact-item-value {
  font-size: 17px; color: white; font-weight: 500;
}
.contact-item-value a {
  color: white; text-decoration: none;
  transition: color 0.2s;
}
.contact-item-value a:hover { color: var(--brand); }

/* Form */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.form-label {
  font-size: 13px; font-weight: 600;
  color: rgba(238,242,255,0.7);
  letter-spacing: 0.03em;
}
.form-input, .form-select, .form-textarea {
  background: var(--surface-2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 13px 16px;
  color: white; font-family: 'DM Sans', sans-serif;
  font-size: 15px; outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
  -webkit-appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--muted); }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: rgba(var(--brand-rgb), 0.5);
  box-shadow: 0 0 0 3px rgba(var(--brand-rgb), 0.1);
}
.form-select { cursor: pointer; }
.form-select option { background: #0A1020; }
.form-textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.btn-submit {
  background: var(--brand); color: white;
  padding: 16px; border-radius: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 18px;
  letter-spacing: 0.07em; text-transform: uppercase;
  border: none; cursor: pointer; width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 4px 20px rgba(var(--brand-rgb), 0.4);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s;
}
.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(var(--brand-rgb), 0.55);
}
.btn-submit:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.btn-submit:active { transform: translateY(0) scale(0.98); }

/* ── Footer ── */
footer {
  background: var(--bg);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px 24px;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center;
  gap: 24px; text-align: center;
}
.footer-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.footer-links {
  display: flex; gap: 28px; flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  color: var(--muted); text-decoration: none;
  font-size: 14px; font-weight: 500;
  transition: color 0.2s;
}
.footer-links a:hover { color: white; }
.footer-copy {
  font-size: 13px; color: var(--muted);
}

