:root {
  --navy-950: #020817;
  --navy-900: #06142c;
  --navy-850: #0a1c3a;
  --navy-800: #0e2446;
  --orange: #f36b0a;
  --orange-2: #ff8a1f;
  --orange-soft: #fff2e7;
  --ink: #0d1b2e;
  --muted: #657083;
  --line: #dfe5ec;
  --soft: #f5f7fa;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(3, 16, 40, 0.10);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 104px 0; position: relative; }
.section-light { background: #fff; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy-950); color: #fff; }

.page-progress { position: fixed; inset: 0 auto auto 0; height: 3px; width: 0; background: var(--orange); z-index: 9999; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(2, 8, 23, .92); backdrop-filter: blur(16px); border-color: rgba(255,255,255,.08); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.brand-text { font-size: 15px; }
.brand-mark { width: 31px; height: 28px; position: relative; display: inline-block; transform: rotate(45deg); border-radius: 4px 4px 8px 4px; background: linear-gradient(135deg,#2f7fff,#28d7ee); overflow: hidden; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content:""; position:absolute; background:rgba(255,255,255,.35); }
.brand-mark::before { width:1px; height:40px; left:50%; top:-6px; }
.brand-mark::after { height:1px; width:40px; top:50%; left:-6px; }
.brand-mark span::before { width:1px; height:40px; transform:rotate(45deg); left:50%; top:-6px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.nav-cta { margin-left: 4px; }
.menu-toggle { display:none; margin-left:auto; border:0; background:transparent; color:#fff; font-size:22px; }
.mobile-menu { display:none; }

.btn {
  display: inline-flex; align-items: center; justify-content:center; gap: 10px;
  border-radius: 12px; padding: 13px 20px; border: 1px solid transparent;
  font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg,var(--orange),var(--orange-2)); box-shadow: 0 12px 30px rgba(243,107,10,.28); }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(243,107,10,.35); }
.btn-ghost { color:#fff; border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.04); }
.btn-ghost:hover { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.4); }
.btn-dark { color:#fff; background:var(--navy-900); }
.btn-outline { color:#fff; border-color:rgba(255,255,255,.24); background:transparent; }
.btn-small { padding:10px 15px; font-size:12px; }
.btn-large { padding:16px 24px; border-radius:14px; }
.btn-full { width:100%; }

.hero { min-height: 100vh; padding: 138px 0 36px; overflow:hidden; background:
  radial-gradient(circle at 86% 65%, rgba(243,107,10,.24), transparent 28%),
  radial-gradient(circle at 62% 10%, rgba(42,92,178,.16), transparent 34%),
  linear-gradient(145deg, #020817 0%, #071831 60%, #061125 100%);
}
.hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; gap:70px; align-items:center; position:relative; z-index:2; }
.eyebrow, .section-label { color:var(--orange); font-size:12px; letter-spacing:.18em; font-weight:800; text-transform:uppercase; }
.eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:20px; }
.eyebrow span { width:30px; height:2px; background:var(--orange); }
.hero h1 { font-family:"Oswald", sans-serif; font-weight:700; font-size:clamp(38px,5.6vw,56px); line-height:.98; text-transform:uppercase; letter-spacing:-.025em; max-width:700px; }
.hero h1 span { color:var(--orange); display:block; }
.hero-lead { max-width:660px; color:#cbd4e2; font-size:18px; line-height:1.75; margin-top:26px; }
.hero-lead strong { color:#fff; }
.hero-program-label { margin-top:24px; display:grid; gap:4px; border-left:3px solid var(--orange); padding-left:16px; }
.hero-program-label strong { color:#fff; font-size:15px; }
.hero-program-label span { color:#93a1b7; font-size:13px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.trust-strip { display:flex; flex-wrap:wrap; gap:18px; margin-top:32px; color:#a9b5c7; font-size:12px; }
.trust-strip span { display:flex; align-items:center; gap:7px; }
.trust-strip i { color:var(--orange); }
.hero-visual { position:relative; min-height:520px; display:flex; align-items:center; }
.hero-photo-card { width:100%; height:460px; border-radius:28px; overflow:hidden; position:relative; border:1px solid rgba(255,255,255,.12); box-shadow:0 30px 80px rgba(0,0,0,.35); background:#102342; }
.hero-photo-card img { width:100%; height:100%; object-fit:cover; object-position:center 38%; filter:saturate(.94) contrast(1.04); }
.photo-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(2,8,23,.9) 0%, transparent 46%, rgba(6,20,44,.08) 100%); }
.hero-badge { position:absolute; left:22px; bottom:22px; display:flex; align-items:center; gap:12px; padding:12px 16px; border-radius:14px; background:rgba(2,8,23,.78); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.14); }
.hero-badge small, .hero-badge strong { display:block; }
.hero-badge small { color:#aab6c9; font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.hero-badge strong { font-size:13px; }
.badge-dot { width:9px; height:9px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 5px rgba(243,107,10,.16); }
.floating-event-card { position:absolute; right:-28px; top:40px; width:225px; padding:18px; border-radius:18px; background:#fff; color:var(--ink); box-shadow:var(--shadow); }
.event-card-title { font-size:11px; text-transform:uppercase; letter-spacing:.13em; color:var(--muted); font-weight:800; margin-bottom:10px; }
.event-card-title i { color:var(--orange); margin-right:6px; }
.event-mini-row { display:flex; align-items:center; justify-content:space-between; padding:8px 0; border-top:1px solid #e9edf2; font-size:12px; }
.event-mini-row strong { font-size:13px; }
.event-mini-row span { color:var(--muted); }
.orbit { position:absolute; border:1px solid rgba(243,107,10,.28); border-radius:50%; pointer-events:none; }
.orbit::after { content:""; width:10px; height:10px; border-radius:50%; background:var(--orange); position:absolute; box-shadow:0 0 18px rgba(243,107,10,.8); }
.orbit-a { width:480px; height:180px; left:-130px; top:210px; transform:rotate(-22deg); }
.orbit-a::after { right:70px; top:2px; }
.orbit-b { width:520px; height:210px; right:-200px; top:145px; transform:rotate(-24deg); }
.orbit-b::after { left:45px; bottom:0; }
.hero-glow { width:420px; height:420px; border-radius:50%; position:absolute; right:-100px; bottom:80px; background:rgba(243,107,10,.14); filter:blur(80px); }
.city-quick-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:34px; position:relative; z-index:3; }
.city-quick-card { text-align:left; color:#fff; padding:20px 22px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.12); border-radius:18px; display:grid; gap:6px; transition:.25s ease; }
.city-quick-card:hover, .city-quick-card.active { border-color:rgba(243,107,10,.9); background:rgba(243,107,10,.07); transform:translateY(-2px); }
.city-quick-card strong { font-size:17px; }
.city-quick-card > span:not(.city-kicker):not(.city-select-label) { color:#aeb9ca; font-size:12px; }
.city-kicker { color:var(--orange); font-size:11px; font-weight:800; letter-spacing:.16em; }
.city-select-label { margin-top:5px; color:#fff; font-size:12px; font-weight:800; }

.section-label { margin-bottom:14px; }
.center-label { text-align:center; }
.section-title { font-size:clamp(36px,4.2vw,58px); line-height:1.12; letter-spacing:-.035em; font-weight:800; max-width:980px; }
.section-title span { color:var(--orange); }
.section-title.center { margin-inline:auto; text-align:center; }
.section-title.light-title { color:#fff; }
.section-intro { color:var(--muted); font-size:17px; margin-top:22px; }
.section-intro.center { text-align:center; }

.pain-grid { margin-top:56px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.pain-card { border:1px solid var(--line); padding:28px 24px; border-radius:20px; background:#fff; transition:.25s ease; }
.pain-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#ccd6e2; }
.icon-box { width:48px; height:48px; display:grid; place-items:center; background:var(--orange-soft); color:var(--orange); border-radius:14px; font-size:20px; margin-bottom:22px; }
.pain-card h3 { font-size:17px; margin-bottom:9px; line-height:1.35; }
.pain-card p { color:var(--muted); font-size:13px; }
.statement-card { margin-top:34px; border-radius:18px; padding:24px 34px 24px 74px; background:var(--navy-900); color:#fff; position:relative; }
.statement-card .quote-mark { position:absolute; left:24px; top:5px; font-family:Georgia,serif; font-size:72px; color:var(--orange); line-height:1; }
.statement-card p { font-size:20px; font-weight:700; }

.compare-wrap { margin-top:54px; display:grid; grid-template-columns:1fr 70px 1fr; align-items:stretch; }
.compare-card { border-radius:24px; padding:34px; background:#fff; border:1px solid var(--line); }
.compare-card.new-way { background:var(--navy-900); color:#fff; border-color:var(--navy-900); box-shadow:0 20px 50px rgba(3,16,40,.16); }
.compare-head span { font-size:11px; font-weight:800; letter-spacing:.16em; color:#9aa4b2; }
.new-way .compare-head span { color:var(--orange); }
.compare-head h3 { font-size:23px; margin-top:8px; }
.compare-card ul { list-style:none; margin-top:25px; display:grid; gap:13px; }
.compare-card li { display:flex; gap:12px; align-items:flex-start; font-size:14px; color:var(--muted); }
.new-way li { color:#c7d1df; }
.compare-card li i { margin-top:5px; color:#aab3c0; }
.new-way li i { color:var(--orange); }
.compare-arrow { display:grid; place-items:center; color:var(--orange); font-size:26px; }
.outcome-line { margin-top:30px; text-align:center; display:grid; gap:4px; font-size:17px; }
.outcome-line strong { color:var(--navy-900); font-size:20px; }
.outcome-line span { color:var(--muted); }

.program-intro { overflow:hidden; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; position:relative; z-index:1; }
.program-copy { color:#bcc7d7; font-size:17px; }
.program-copy p + p { margin-top:18px; }
.program-copy strong { color:#fff; }
.text-link { display:inline-flex; gap:8px; align-items:center; color:var(--orange-2); font-weight:800; margin-top:24px; }
.program-orbit { position:absolute; width:500px; height:500px; border:1px solid rgba(243,107,10,.18); border-radius:50%; right:-180px; top:-220px; }

.module-grid { margin-top:56px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.module-card { padding:30px; border-radius:24px; border:1px solid var(--line); background:#fff; min-height:370px; }
.module-card.featured { background:var(--navy-900); border-color:var(--navy-900); color:#fff; transform:translateY(-10px); box-shadow:0 24px 60px rgba(6,20,44,.18); }
.module-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:28px; }
.module-number { font-family:"Oswald"; font-size:30px; color:#c8ced8; }
.featured .module-number { color:rgba(255,255,255,.3); }
.module-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:var(--orange-soft); color:var(--orange); }
.featured .module-icon { background:rgba(243,107,10,.12); }
.module-kicker { color:var(--orange); font-size:11px; font-weight:800; letter-spacing:.14em; }
.module-card h3 { margin-top:10px; font-size:23px; line-height:1.3; }
.module-card p { color:var(--muted); font-size:14px; margin-top:15px; }
.featured p { color:#b9c4d4; }
.cta-inline { margin-top:32px; display:flex; justify-content:space-between; align-items:center; gap:30px; padding:24px 28px; border-radius:18px; background:var(--orange-soft); }
.cta-inline div { display:grid; }
.cta-inline span { color:#8b5b39; font-size:12px; }
.cta-inline strong { font-size:15px; }

.audience-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:50px; }
.audience-card { background:#fff; border:1px solid var(--line); border-radius:20px; padding:26px; }
.audience-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:#fff; background:var(--navy-900); margin-bottom:20px; }
.audience-card h3 { font-size:17px; margin-bottom:9px; }
.audience-card p { color:var(--muted); font-size:13px; }
.roles-line { margin-top:26px; text-align:center; color:var(--muted); font-size:14px; }
.roles-line strong { color:var(--ink); }

.testimonial-grid { margin-top:50px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.testimonial-card { padding:30px; border-radius:22px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.1); }
.quote-icon { color:var(--orange); font-size:20px; margin-bottom:20px; }
.testimonial-card > p { color:#d3dbe7; font-size:16px; min-height:130px; }
.testimonial-person { display:flex; gap:12px; align-items:center; margin-top:24px; border-top:1px solid rgba(255,255,255,.1); padding-top:20px; }
.avatar-placeholder { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--orange),#ff9c46); color:#fff; font-weight:800; }
.testimonial-person strong, .testimonial-person span { display:block; }
.testimonial-person strong { font-size:13px; }
.testimonial-person span { color:#8795aa; font-size:11px; }
.proof-strip { margin-top:30px; padding:22px 26px; border-radius:18px; border:1px solid rgba(255,255,255,.1); display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.proof-strip div { display:grid; }
.proof-strip strong { color:var(--orange); font-size:13px; }
.proof-strip span { color:#9aa7ba; font-size:12px; }

.coach-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; }
.city-tabs { display:inline-flex; border:1px solid var(--line); padding:5px; border-radius:12px; background:#fff; box-shadow:0 8px 30px rgba(3,16,40,.06); }
.city-tab { border:0; background:transparent; padding:10px 18px; border-radius:9px; font-size:13px; font-weight:800; color:var(--muted); }
.city-tab.active { background:var(--navy-900); color:#fff; }
.city-panel { display:none; margin-top:50px; }
.city-panel.active { display:block; animation:fadePanel .35s ease; }
@keyframes fadePanel { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.coach-grid { display:grid; gap:22px; justify-content:center; }
.coach-grid-three { grid-template-columns:repeat(3,1fr); }
.coach-grid-two { grid-template-columns:repeat(2,minmax(0,360px)); }
.coach-card { border:1px solid var(--line); border-radius:22px; overflow:hidden; background:#fff; box-shadow:0 10px 36px rgba(4,20,45,.06); }
.coach-image { height:330px; background:linear-gradient(180deg,#122a4a,#08162d); overflow:hidden; }
.coach-image img { width:100%; height:100%; object-fit:cover; object-position:center 35%; transition:transform .5s ease; }
.coach-card:hover .coach-image img { transform:scale(1.03); }
.coach-info { padding:22px; }
.coach-info > span { color:var(--orange); font-size:10px; letter-spacing:.16em; font-weight:800; }
.coach-info h3 { font-size:19px; margin-top:5px; }
.coach-info p { color:var(--muted); font-size:12px; margin-top:5px; min-height:38px; }

.facilities-section { background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%); }
.facility-head { align-items:end; }
.facility-head > p { color:var(--muted); font-size:15px; }
.facilities-grid { margin-top:44px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.facility-item { display:flex; align-items:center; gap:15px; padding:18px; background:#fff; border:1px solid var(--line); border-radius:16px; }
.facility-item > i { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:var(--orange-soft); color:var(--orange); }
.facility-item strong, .facility-item small { display:block; }
.facility-item strong { font-size:14px; }
.facility-item small { color:var(--muted); font-size:11px; }

.price-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; }
.price-copy > p { color:var(--muted); margin-top:20px; max-width:700px; }
.price-benefit-list { margin-top:26px; display:grid; grid-template-columns:1fr 1fr; gap:12px 18px; }
.price-benefit-list span { font-size:13px; font-weight:700; }
.price-benefit-list i { color:var(--orange); margin-right:8px; }
.pricing-card { position:relative; background:var(--navy-900); color:#fff; border-radius:26px; padding:34px; box-shadow:0 28px 70px rgba(5,21,45,.18); overflow:hidden; }
.pricing-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; background:rgba(243,107,10,.13); right:-60px; top:-60px; filter:blur(12px); }
.pricing-badge { position:relative; z-index:1; display:inline-flex; padding:7px 10px; border-radius:8px; background:rgba(243,107,10,.14); color:var(--orange-2); font-size:10px; letter-spacing:.14em; font-weight:800; }
.pricing-label { display:block; color:#91a0b5; font-size:12px; margin-top:22px; }
.normal-price { color:#7f8da0; font-size:13px; margin-top:4px; }
.main-price { font-family:"Oswald"; font-size:68px; line-height:1.1; letter-spacing:-.03em; margin:8px 0 12px; }
.main-price small { font-size:22px; color:var(--orange); vertical-align:top; margin-right:5px; }
.pricing-card p { color:#9eacbf; font-size:12px; margin-bottom:22px; }
.limited-note { margin-top:15px; font-size:11px; color:#9eacbf; text-align:center; }
.limited-note i { color:var(--orange); margin-right:5px; }


/* Pricing state — expired Early Bird / active Normal */
.price-tier-list { display:grid; gap:12px; margin:14px 0 18px; }
.price-tier { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 18px; border-radius:16px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.045); transition:.22s ease; min-width:0; }
.price-tier-copy { display:grid; gap:5px; min-width:0; }
.tier-heading-row { display:flex; align-items:center; flex-wrap:wrap; gap:8px 10px; min-width:0; }
.tier-name { font-size:12px; font-weight:900; letter-spacing:.12em; }
.tier-date { color:#91a0b5; font-size:11px; line-height:1.35; }
.tier-price { flex:0 0 auto; font-family:"Oswald"; font-size:29px; line-height:1; white-space:nowrap; }
.tier-price small { font-family:"Plus Jakarta Sans",sans-serif; font-size:10px; letter-spacing:.08em; color:#91a0b5; margin-right:3px; }
.tier-status { display:inline-flex; align-items:center; gap:5px; width:max-content; max-width:100%; padding:5px 8px; border-radius:999px; background:rgba(255,255,255,.08); color:#aeb8c7; font-size:8px; font-weight:900; letter-spacing:.08em; line-height:1; white-space:nowrap; }
.tier-status.active { background:rgba(243,107,10,.16); color:#ff9b55; }
.expired-tier { opacity:.48; filter:saturate(.25); background:rgba(255,255,255,.025); border-style:dashed; }
.expired-tier .tier-name,
.expired-tier .tier-date,
.expired-tier .tier-price { text-decoration:line-through; text-decoration-thickness:1.5px; text-decoration-color:rgba(255,255,255,.55); }
.expired-tier::after { content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(135deg,transparent 47%,rgba(255,255,255,.08) 49%,rgba(255,255,255,.08) 51%,transparent 53%); pointer-events:none; }
.active-tier { border-color:rgba(243,107,10,.78); background:linear-gradient(135deg,rgba(243,107,10,.12),rgba(255,255,255,.045)); box-shadow:0 10px 26px rgba(243,107,10,.08); }
.active-tier .tier-price { color:#fff; }
.pricing-note strong { color:#dce4ef; }

.event-section { background:linear-gradient(145deg,#020817,#081a35); }
.event-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; }
.event-heading > p { max-width:400px; color:#9eacbf; font-size:13px; }
.event-grid { margin-top:48px; display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.event-card { padding:30px; border-radius:24px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.035); transition:.25s ease; }
.event-card.active { border-color:rgba(243,107,10,.85); background:rgba(243,107,10,.055); }
.event-city { color:var(--orange); font-size:11px; font-weight:800; letter-spacing:.16em; }
.event-card h3 { margin-top:7px; font-size:27px; }
.event-details { display:grid; gap:15px; margin-top:26px; }
.event-details > div { display:flex; gap:13px; align-items:flex-start; padding-bottom:14px; border-bottom:1px solid rgba(255,255,255,.09); }
.event-details i { color:var(--orange); margin-top:4px; width:16px; text-align:center; }
.event-details span { display:grid; }
.event-details small { color:#8390a4; font-size:10px; }
.event-details strong { font-size:13px; font-weight:700; }
.event-actions { margin-top:25px; display:flex; gap:10px; }

.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:start; }
.faq-copy { position:sticky; top:120px; }
.faq-copy > p { color:var(--muted); margin:18px 0 24px; }
.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%; border:0; background:transparent; display:flex; align-items:center; justify-content:space-between; gap:20px; text-align:left; padding:22px 4px; font-weight:800; font-size:15px; color:var(--ink); }
.faq-question i { color:var(--orange); transition:transform .25s ease; }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
.faq-answer p { overflow:hidden; color:var(--muted); font-size:13px; padding:0 40px 0 4px; }
.faq-item.active .faq-answer { grid-template-rows:1fr; }
.faq-item.active .faq-answer p { padding-bottom:22px; }
.faq-item.active .faq-question i { transform:rotate(45deg); }

.final-cta { padding:110px 0; position:relative; overflow:hidden; background:radial-gradient(circle at 50% 120%,rgba(243,107,10,.18),transparent 38%),#020817; }
.final-cta-inner { text-align:center; position:relative; z-index:1; }
.final-kicker { color:var(--orange); font-size:11px; letter-spacing:.18em; font-weight:800; }
.final-cta h2 { margin:16px auto 18px; max-width:950px; font-size:clamp(40px,5.2vw,68px); line-height:1.07; letter-spacing:-.04em; }
.final-cta p { color:#aeb9ca; max-width:720px; margin:auto; font-size:16px; }
.final-event-summary { margin:28px auto 0; display:flex; justify-content:center; flex-wrap:wrap; gap:18px; color:#cbd4e2; font-size:12px; }
.final-event-summary i { color:var(--orange); margin-right:6px; }
.final-actions { margin-top:30px; display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }
.final-orbit { position:absolute; width:900px; height:240px; border:1px solid rgba(243,107,10,.14); border-radius:50%; left:50%; bottom:-160px; transform:translateX(-50%); }

.site-footer { background:#01050e; color:#fff; padding:35px 0; border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; align-items:center; gap:20px; }
.footer-brand { margin-bottom:8px; }
.footer-grid p, .footer-copy { color:#69768a; font-size:11px; }
.footer-contact { display:grid; color:#8c99ac; font-size:11px; }
.footer-contact strong { color:#d8e0ea; margin-top:3px; }
.footer-copy { text-align:right; }

.mobile-sticky-cta { display:none; }
.modal { position:fixed; inset:0; z-index:3000; display:none; place-items:center; padding:20px; }
.modal.open { display:grid; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.82); backdrop-filter:blur(6px); }
.modal-content { position:relative; z-index:1; max-height:90vh; max-width:min(760px,90vw); }
.modal-content img { max-height:88vh; width:auto; border-radius:16px; box-shadow:0 30px 80px rgba(0,0,0,.4); }
.modal-close { position:absolute; right:-14px; top:-14px; width:38px; height:38px; border-radius:50%; border:0; background:#fff; color:#111; z-index:2; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay:.10s; }
.reveal-delay-2 { transition-delay:.20s; }

@media (max-width: 1050px) {
  .desktop-nav { display:none; }
  .nav-cta { margin-left:auto; }
  .hero-grid { grid-template-columns:1fr; gap:30px; }
  .hero { padding-top:120px; }
  .hero-copy { max-width:820px; }
  .hero h1 { max-width:800px; }
  .hero-visual { min-height:auto; }
  .hero-photo-card { height:420px; }
  .floating-event-card { right:20px; }
  .pain-grid, .audience-grid { grid-template-columns:1fr 1fr; }
  .split-grid { gap:45px; }
  .module-card { padding:24px; }
  .coach-image { height:300px; }
  .price-layout { gap:45px; }
}

@media (max-width: 820px) {
  .section { padding:78px 0; }
  .nav-cta { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { position:absolute; top:78px; left:20px; right:20px; padding:18px; border-radius:16px; background:#07152b; border:1px solid rgba(255,255,255,.1); box-shadow:0 20px 50px rgba(0,0,0,.28); }
  .mobile-menu.open { display:grid; gap:8px; }
  .mobile-menu > a:not(.btn) { padding:10px; color:#d3dbe6; font-size:13px; }
  .city-quick-grid { grid-template-columns:1fr; }
  .compare-wrap { grid-template-columns:1fr; gap:14px; }
  .compare-arrow { transform:rotate(90deg); padding:4px; }
  .split-grid, .price-layout, .faq-layout { grid-template-columns:1fr; }
  .module-grid { grid-template-columns:1fr; }
  .module-card.featured { transform:none; }
  .cta-inline { flex-direction:column; align-items:flex-start; }
  .testimonial-grid { grid-template-columns:1fr; }
  .testimonial-card > p { min-height:auto; }
  .proof-strip { grid-template-columns:1fr; }
  .coach-heading, .event-heading { align-items:flex-start; flex-direction:column; }
  .coach-grid-three { grid-template-columns:1fr 1fr; }
  .facilities-grid { grid-template-columns:1fr 1fr; }
  .price-benefit-list { grid-template-columns:1fr; }
  .event-grid { grid-template-columns:1fr; }
  .faq-copy { position:static; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-copy { text-align:left; }
  .mobile-sticky-cta { position:fixed; left:12px; right:12px; bottom:12px; z-index:2000; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 10px 10px 14px; border-radius:16px; background:rgba(5,17,37,.95); color:#fff; border:1px solid rgba(255,255,255,.10); backdrop-filter:blur(14px); box-shadow:0 16px 40px rgba(0,0,0,.32); }
  .mobile-sticky-cta small, .mobile-sticky-cta strong { display:block; }
  .mobile-sticky-cta small { color:#8e9caf; font-size:9px; }
  .mobile-sticky-cta strong { font-size:12px; }
  body { padding-bottom:82px; }
}

@media (max-width: 620px) {
  .container { width:min(100% - 28px, var(--container)); }
  .hero { padding-top:108px; }
  .hero h1 { font-size:48px; }
  .hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .trust-strip { gap:12px 14px; }
  .hero-photo-card { height:340px; border-radius:22px; }
  .hero-photo-card img { object-position:center 36%; }
  .floating-event-card { display:none; }
  .section-title { font-size:34px; }
  .pain-grid, .audience-grid { grid-template-columns:1fr; }
  .statement-card { padding:24px 20px 24px 58px; }
  .statement-card p { font-size:16px; }
  .compare-card { padding:25px; }
  .split-grid { gap:30px; }
  .program-copy { font-size:15px; }
  .module-grid { margin-top:38px; }
  .module-card { min-height:auto; }
  .coach-grid-three, .coach-grid-two { grid-template-columns:1fr; }
  .coach-image { height:320px; }
  .facilities-grid { grid-template-columns:1fr; }
  .main-price { font-size:58px; }
  .event-actions { flex-direction:column; }
  .event-actions .btn { width:100%; }
  .final-cta { padding:86px 0; }
  .final-actions { flex-direction:column; }
  .final-actions .btn { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* =========================================================
   HERO READABILITY POLISH — v3.1
   Cleaner hierarchy and more breathing room, especially mobile
   ========================================================= */
.hero-grid {
  gap: 56px;
}
.hero-copy {
  min-width: 0;
}
.hero .eyebrow {
  margin-bottom: 16px;
}
.hero h1 {
  line-height: 1.01;
}
.hero-lead {
  max-width: 620px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.65;
}
.hero-program-label {
  margin-top: 18px;
  gap: 2px;
  padding-left: 13px;
}
.hero-program-label strong {
  font-size: 14px;
}
.hero-program-label span {
  font-size: 11px;
}
.hero-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.hero-event-option {
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border-radius: 15px;
  gap: 4px;
}
.hero-event-city {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.hero-event-option strong {
  font-size: 13px;
  line-height: 1.4;
}
.hero-event-option small {
  color: #9eacbf;
  font-size: 10px;
  line-height: 1.4;
}
.hero-event-option small i {
  color: var(--orange);
  margin-right: 4px;
}
.hero-actions {
  margin-top: 24px;
}

@media (min-width: 821px) and (max-width: 1050px) {
  .hero-grid {
    gap: 38px;
  }
  .hero-lead {
    max-width: 760px;
    margin-top: 18px;
    line-height: 1.6;
  }
  .hero-program-label {
    margin-top: 16px;
  }
  .hero-event-grid {
    max-width: 760px;
    margin-top: 20px;
  }
  .hero-actions {
    margin-top: 22px;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
    padding-top: 86px;
    padding-bottom: 22px;
  }
  .hero-grid {
    gap: 18px;
  }
  .hero .eyebrow {
    gap: 6px;
    margin-bottom: 11px;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .115em;
  }
  .hero .eyebrow span {
    width: 18px;
  }
  .hero h1 {
    max-width: 350px;
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 1.01;
    letter-spacing: -.018em;
  }
  .hero-lead {
    max-width: 36rem;
    margin-top: 13px;
    font-size: 12.5px;
    line-height: 1.55;
    color: #c7d1df;
  }
  .hero-program-label {
    margin-top: 13px;
    padding-left: 10px;
    border-left-width: 2px;
    gap: 0;
  }
  .hero-program-label strong {
    font-size: 10.5px;
    line-height: 1.35;
  }
  .hero-program-label span {
    margin-top: 1px;
    font-size: 9.5px;
    line-height: 1.35;
  }
  .hero-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }
  .hero-event-option {
    padding: 11px 10px;
    border-radius: 12px;
    gap: 2px;
  }
  .hero-event-city {
    font-size: 8.5px;
    letter-spacing: .11em;
  }
  .hero-event-option strong {
    font-size: 10px;
    line-height: 1.35;
  }
  .hero-event-option small {
    margin-top: 1px;
    font-size: 8.5px;
    line-height: 1.35;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    padding: 12px 9px;
    border-radius: 11px;
    font-size: 10.5px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .hero-actions .btn i {
    font-size: 11px;
  }
  .hero-visual {
    margin-top: 2px;
  }
  .hero-photo-card {
    height: 210px;
    border-radius: 15px;
    box-shadow: 0 18px 46px rgba(0,0,0,.28);
  }
  .hero-photo-card img {
    object-position: center 40%;
  }
  .hero-badge {
    display: none;
  }
  .orbit-a,
  .orbit-b {
    opacity: .42;
  }
  .hero-glow {
    opacity: .72;
  }
}

@media (max-width: 360px) {
  .hero {
    padding-top: 82px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero-lead {
    font-size: 12px;
  }
  .hero-event-option {
    padding-inline: 8px;
  }
  .hero-event-option strong {
    font-size: 9.4px;
  }
  .hero-event-option small {
    font-size: 8px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding-inline: 7px;
  }
  .hero-photo-card {
    height: 190px;
  }
}

/* =========================================================
   V3.2 — HERO / LOGO / MOBILE OVERFLOW POLISH
   ========================================================= */

/* Defensive overflow rules for all viewports */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header,
main,
section,
.site-footer,
.container,
.hero-grid,
.hero-copy,
.hero-visual,
.footer-grid {
  max-width: 100%;
  min-width: 0;
}

.brand-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 10px;
  /* background: rgba(255,255,255,.96); */
  overflow: hidden;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.footer-logo-shell {
  width: 142px;
  padding: 6px 10px;
}

/* Hero city cards: one card per row, Jakarta then Surabaya */
.hero-event-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 620px;
  gap: 10px;
  margin-top: 22px;
}

.hero-event-option {
  grid-template-columns: 110px minmax(0, 1fr);
  grid-template-areas:
    "city time"
    "city location";
  align-items: center;
  column-gap: 14px;
  row-gap: 2px;
  padding: 13px 16px;
}

.hero-event-city {
  grid-area: city;
}

.hero-event-option strong {
  grid-area: time;
}

.hero-event-option small {
  grid-area: location;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Desktop/tablet fixed WhatsApp CTA should never leave the viewport */
.desktop-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 36px);
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  background: rgba(5,17,37,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}

.sticky-wa-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #20c863;
  font-size: 20px;
}

.desktop-sticky-cta small,
.desktop-sticky-cta strong {
  display: block;
  line-height: 1.2;
}

.desktop-sticky-cta small {
  color: #9eacbf;
  font-size: 9px;
}

.desktop-sticky-cta strong {
  margin-top: 2px;
  font-size: 11px;
}

@media (max-width: 1050px) {
  .brand-logo-shell {
    width: 138px;
  }
  .footer-logo-shell {
    width: 132px;
  }
}

@media (max-width: 820px) {
  .desktop-sticky-cta {
    display: none;
  }

  .nav-wrap {
    width: min(var(--container), calc(100% - 24px));
    gap: 12px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 52px);
  }

  .brand-logo-shell {
    width: 126px;
    padding: 5px 8px;
    border-radius: 8px;
  }

  .brand-logo {
    max-height: 28px;
  }

  .footer-logo-shell {
    width: 124px;
  }

  .mobile-menu {
    max-width: calc(100vw - 40px);
  }

  .mobile-sticky-cta {
    width: auto;
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .mobile-sticky-cta > * {
    min-width: 0;
  }

  .mobile-sticky-cta .btn {
    flex: 0 0 auto;
    max-width: 48%;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero-event-grid {
    max-width: none;
    gap: 8px;
    margin-top: 15px;
  }

  .hero-event-option {
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 9px;
    padding: 10px 11px;
    border-radius: 11px;
  }

  .hero-event-city {
    font-size: 8.5px;
    letter-spacing: .1em;
  }

  .hero-event-option strong {
    font-size: 10px;
    line-height: 1.3;
  }

  .hero-event-option small {
    font-size: 8.5px;
    line-height: 1.3;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 10.2vw, 36px);
  }

  .hero-lead,
  .hero-actions,
  .hero-photo-card {
    max-width: 100%;
  }

  .hero-actions .btn {
    white-space: normal;
    text-align: center;
  }

  .mobile-sticky-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
    gap: 8px;
    padding: 8px 8px 8px 11px;
  }

  .mobile-sticky-cta small {
    font-size: 8px;
  }

  .mobile-sticky-cta strong {
    font-size: 10px;
    white-space: normal;
  }

  .mobile-sticky-cta .btn {
    max-width: 44%;
    padding: 9px 11px;
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .brand-logo-shell {
    width: 112px;
  }

  .hero-event-option {
    grid-template-columns: 74px minmax(0, 1fr);
    padding-inline: 9px;
  }

  .hero-event-option strong {
    font-size: 9.4px;
  }

  .hero-event-option small {
    font-size: 7.8px;
  }
}

.city-quick-card.is-disabled,
.city-tab.is-disabled,
.event-card.event-card-disabled {
  cursor: not-allowed;
}

.city-quick-card.is-disabled {
  opacity: .46;
  filter: grayscale(.75);
  border-color: rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.025) !important;
  transform: none !important;
  pointer-events: none;
}

.city-quick-card.is-disabled .hero-event-city,
.city-quick-card.is-disabled small i {
  color: #96a2b3;
}

.city-expired-badge {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #c1c9d5;
  font-size: 8px;
  line-height: 1;
  font-style: normal;
  letter-spacing: .08em;
  vertical-align: middle;
}

.city-tab.is-disabled {
  opacity: .45;
  background: #f2f4f7;
  color: #8892a0;
  pointer-events: none;
}

.event-card.event-card-disabled {
  position: relative;
  opacity: .48;
  filter: grayscale(.75);
  border-color: rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.02) !important;
}

.event-card.event-card-disabled .event-actions .flyer-btn {
  opacity: .7;
}

.event-ended-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #c5cbd5;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .08em;
  vertical-align: middle;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #9da7b6 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: none;
}

/* Mobile: keep disabled state clear without introducing overflow */
@media (max-width: 820px) {
  .city-expired-badge,
  .event-ended-badge {
    max-width: 100%;
    white-space: nowrap;
  }

  .event-card.event-card-disabled {
    overflow: hidden;
  }
}