/* hero.css — hero layout, photo panel, hero buttons, stats, scroll cue */
/* HERO */
#hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 62% 42%, rgba(30,42,110,0.3) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 5% 85%, rgba(232,98,26,0.07) 0%, transparent 60%), linear-gradient(170deg, #08090f 0%, #0e1422 45%, #08090f 100%); }
.hero-court { position: absolute; right: -8%; top: 50%; transform: translateY(-50%); width: 58vw; max-width: 760px; opacity: 0; color: var(--orange); pointer-events: none; }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; width: 48%; background: url("../../hero/hero-court.jpg") center 42%/cover; pointer-events: none; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0e1422 0%, rgba(14,20,34,0.96) 7%, rgba(14,20,34,0.62) 24%, rgba(14,20,34,0.28) 45%, rgba(8,9,15,0.08) 72%, transparent 100%), linear-gradient(0deg, rgba(8,9,15,0.55) 0%, transparent 35%); }
.hero-court [stroke] { stroke: currentColor; }
.hero-content { position: relative; z-index: 2; padding-top: 110px; width: var(--w); margin-inline: auto; }
.hero-text { max-width: min(560px, calc(50vw - 2.5rem)); container-type: inline-size; }
.hero-eyebrow { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-m); font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange2); margin-bottom: 1.5rem; opacity: 0; animation: fup 0.6s 0.2s forwards; }
.hero-eyebrow::before { content: ""; display: block; width: 26px; height: 2px; background: var(--orange); flex-shrink: 0; margin-top: 0.55em; }
.hero-eyebrow .eb-s { display: block; white-space: nowrap; line-height: 1.5; }
.hero-eyebrow .eb-d { display: none; }
h1.hero-title { font-family: var(--font-d); font-weight: 900; font-size: clamp(2.75rem, 15cqi, 5.5rem); line-height: 1.0; letter-spacing: -1px; text-transform: uppercase; color: var(--white); margin-bottom: 1.75rem; opacity: 0; animation: fup 0.6s 0.35s forwards; }
h1.hero-title .acc { color: var(--orange); display: block; }
h1.hero-title .ghost { display: block; font-style: italic; color: rgba(232,98,26,0.35); font-size: 0.5em; letter-spacing: 4px; margin-top: 0.3em; }
.hero-desc { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--grey); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.75; min-height: 3.5em; opacity: 0; animation: fup 0.6s 0.5s forwards; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fup 0.6s 0.65s forwards; }
/* On phones, stack both CTAs full-width so the layout is identical regardless
   of label length (LT labels are longer than EN and would otherwise wrap
   inconsistently). */
@media (max-width: 600px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-p, .hero-actions .btn-s { justify-content: center; }
}
.btn-p { display: inline-flex; align-items: center; font-family: var(--font-d); font-weight: 800; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; background: var(--orange); color: var(--white); padding: 14px 30px; border-radius: var(--r); transition: all var(--tr); }
.btn-p:hover { background: var(--orange2); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,98,26,0.4); }
.btn-p.is-s2 { background: var(--orange3); }
.btn-p.is-s2:hover { background: var(--orange2); }

/* Registration CTA group: controlled wrapping so we never get "Session II + Both" on one row */
.reg-cta-group { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1rem; margin-bottom: 2.5rem; }
.reg-cta-group .btn-p, .reg-cta-group .btn-s { flex: 1 1 240px; max-width: 320px; justify-content: center; }
/* Both-sessions button always starts a new row (forces I+II together on top) */
.reg-cta-group #openRegModalBoth { flex-basis: 100%; max-width: 320px; }
@media (max-width: 620px) {
  /* Stack all three full-width */
  .reg-cta-group { flex-direction: column; align-items: stretch; }
  .reg-cta-group .btn-p, .reg-cta-group .btn-s { max-width: 100%; flex-basis: auto; }
}
.btn-s { display: inline-flex; align-items: center; font-family: var(--font-d); font-weight: 800; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; background: transparent; color: var(--white); padding: 14px 30px; border-radius: var(--r); border: 1.5px solid rgba(255,255,255,0.18); transition: all var(--tr); }
.btn-s:hover { border-color: var(--orange); color: var(--orange2); transform: translateY(-2px); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.07); opacity: 0; animation: fup 0.6s 0.8s forwards; flex-wrap: wrap; }
.hs-num { font-family: var(--font-d); font-weight: 900; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--orange); line-height: 1; }
.hs-lab { font-size: 11px; color: var(--grey); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.hero-scroll { position: absolute; bottom: 1.75rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--grey2); font-family: var(--font-m); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; opacity: 0; animation: fadeIn 1s 2s forwards; }
@media (max-width: 860px) {
  .hero-text { max-width: none; container-type: normal; }
  h1.hero-title { font-size: clamp(2.8rem, 11vw, 4.6rem); }
  .hero-photo { left: 0; width: 100%; height: 100svh; bottom: auto; background-size: cover; background-position: 44% 48%; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(8,9,15,0.72) 0%, rgba(8,9,15,0.5) 44%, rgba(8,9,15,0.32) 68%, rgba(8,9,15,0.58) 100%), linear-gradient(90deg, rgba(8,9,15,0.42) 0%, rgba(8,9,15,0.12) 55%, transparent 100%); }
  h1.hero-title { text-shadow: 0 2px 30px rgba(8,9,15,0.85), 0 1px 3px rgba(8,9,15,0.7); }
  h1.hero-title .ghost { color: rgba(245,166,35,0.92); text-shadow: 0 2px 14px rgba(8,9,15,0.95), 0 1px 2px rgba(8,9,15,0.9); }
  .hero-eyebrow { text-shadow: 0 1px 8px rgba(8,9,15,0.9); }
  .hero-desc { color: #d2d7e0; text-shadow: 0 1px 10px rgba(8,9,15,0.9); }
}
@keyframes fup { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
