/* ============================================================
   FanSeat: Landing page layout & sections
   ============================================================ */

/* ---------- top navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 900;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(211, 220, 235, 0.7);
}
.nav-inner { display: flex; align-items: center; gap: 26px; height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; color: var(--navy-900); }
.brand small { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-400); margin-top: -3px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px; background: var(--grad-brand);
  display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-glow);
}
.nav-links { display: flex; gap: 4px; margin-left: 6px; }
.nav-links a {
  padding: 9px 13px; border-radius: var(--r-full); color: var(--text-700);
  font-size: 14.5px; font-weight: 500; transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--blue-600); background: rgba(37,99,235,.07); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* user area in nav */
.user-wrap { position: relative; display: flex; align-items: center; }
.bell-btn {
  position: relative; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line-strong); background: #fff; color: var(--navy-700);
  display: grid; place-items: center; transition: border-color .15s, box-shadow .15s;
}
.bell-btn:hover { border-color: var(--blue-500); color: var(--blue-600); box-shadow: var(--shadow-sm); }
.user-btn {
  display: flex; align-items: center; gap: 9px; padding: 5px 12px 5px 5px;
  border-radius: var(--r-full); border: 1px solid var(--line-strong); background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.user-btn:hover { border-color: var(--blue-500); box-shadow: var(--shadow-sm); }
.avatar {
  width: 32px; height: 32px; border-radius: 50%; background: var(--grad-brand);
  color: #fff; font-weight: 700; font-size: 14px;
  display: grid; place-items: center; text-transform: uppercase;
}
.user-name { font-weight: 600; font-size: 14px; color: var(--navy-800); max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* notification bell dropdown */
.bell-panel {
  position: absolute; top: 52px; right: 0; width: 340px; max-width: calc(100vw - 24px);
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); overflow: hidden; z-index: 1200;
  transform-origin: top right; animation: pop .18s ease;
}
@keyframes pop { from { opacity: 0; transform: scale(.96) translateY(-6px); } }
.bell-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy-900); font-size: 15px; }
.bell-list { max-height: 340px; overflow: auto; }
.bell-item {
  display: flex; gap: 12px; padding: 13px 18px; cursor: pointer; transition: background .15s;
  border-bottom: 1px solid #f1f5fb;
}
.bell-item:last-child { border-bottom: 0; }
.bell-item:hover { background: var(--surface-2); }
.bell-item .ni-ico { width: 34px; height: 34px; flex: none; border-radius: 10px; background: var(--grad-brand-soft); color: var(--blue-600); display: grid; place-items: center; }
.bell-item.unread { background: #f0f6ff; }
.bell-item h4 { font-size: 13.5px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.bell-item p { font-size: 12.5px; color: var(--text-500); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bell-item time { font-size: 11px; color: var(--text-400); }
.bell-empty { padding: 34px 20px; text-align: center; color: var(--text-400); font-size: 13.5px; }
.bell-empty svg { margin: 0 auto 10px; opacity: .5; }

/* ---------- HERO ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-navy); color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 12% -10%, rgba(45, 212, 191, 0.16), transparent 60%),
    radial-gradient(820px 600px at 92% 8%, rgba(59, 130, 246, 0.28), transparent 55%),
    radial-gradient(700px 500px at 60% 120%, rgba(37, 99, 235, 0.18), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 78%);
  pointer-events: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; padding: 76px 24px 96px; }
.hero h1 {
  color: #fff; font-size: clamp(36px, 5.2vw, 60px); font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.05; margin: 20px 0 20px;
}
.hero h1 .hl { background: linear-gradient(90deg, #7dd3fc, #5eead4 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 18.5px; color: rgba(222, 234, 250, 0.9); max-width: 560px; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; }
.hero-proof .pp { display: inline-flex; align-items: center; gap: 9px; color: rgba(222,234,250,.88); font-size: 13.5px; font-weight: 500; }
.hero-proof .pp svg { color: var(--teal-400); }

/* hero ticket visual */
.hero-visual { position: relative; min-height: 420px; }
.hv-orb {
  position: absolute; inset: 6% 4%; border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(94, 234, 212, 0.35), rgba(37, 99, 235, 0.05) 60%);
  filter: blur(6px);
}
.ticket {
  position: absolute; width: 300px; background: #fff; border-radius: 22px;
  box-shadow: 0 34px 80px -24px rgba(0, 0, 0, 0.55);
  overflow: visible; color: var(--text-900); perspective: 1400px;
}
.ticket .tk-top { padding: 18px 22px 14px; display: flex; align-items: center; justify-content: space-between; }
.ticket .tk-sport { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ticket .tk-face { display: grid; place-items: center; width: 32px; height: 32px; font-size: 26px; line-height: 1; }
.ticket .tk-name { font-size: 26px; font-weight: 800; letter-spacing: -.02em; color: var(--navy-900); padding: 0 22px; }
.ticket .tk-meta { display: flex; gap: 8px; padding: 10px 22px 4px; flex-wrap: wrap; }
.ticket .tk-meta span { font-size: 11px; color: var(--text-500); background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px 9px; }
.ticket .tk-stub { margin-top: 12px; border-top: 2px dashed #dbe3ee; padding: 12px 22px; display: flex; justify-content: space-between; align-items: center; }
.ticket .tk-price { color: var(--success); font-weight: 800; font-size: 15px; }
.ticket .tk-free { font-size: 10.5px; font-weight: 700; color: var(--text-400); letter-spacing: .06em; }
.ticket.t1 { top: 4%; right: 6%; --rot: 3deg; --rot2: 4.8deg; transform: rotate(3deg); z-index: 3; animation: ticket-float 7s ease-in-out infinite; animation-delay: 0s; }
.ticket.t2 { top: 30%; left: 0; --rot: -4deg; --rot2: -2.4deg; transform: rotate(-4deg); z-index: 2; animation: ticket-float 7s ease-in-out infinite; animation-delay: -2.4s; }
.ticket.t3 { top: 56%; right: 10%; --rot: 2deg; --rot2: 3.8deg; transform: rotate(2deg); z-index: 1; animation: ticket-float 7s ease-in-out infinite; animation-delay: -4.6s; }
@keyframes ticket-float {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%      { transform: translateY(-13px) rotate(var(--rot2, var(--rot, 0deg))); }
}
@media (prefers-reduced-motion: reduce) {
  .ticket.t1, .ticket.t2, .ticket.t3 { animation: none; }
}

/* hero tickets: 3D flip (front = free seat ticket, back = perk offer) */
.ticket .tk-inner {
  display: grid;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.22, .75, .25, 1);
}
.ticket .tk-side {
  grid-area: 1 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 5px;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.ticket .tk-front { align-items: stretch; justify-content: flex-start; text-align: left; }
.ticket .tk-back {
  transform: rotateY(180deg); padding: 18px 20px;
  background: linear-gradient(175deg, #fbfdff 0%, #eef4ff 100%);
  border-radius: inherit;
}
.ticket.tkflip.flipped .tk-inner { transform: rotateY(180deg); }
@media (hover: hover) {
  .ticket.tkflip:hover .tk-inner { transform: rotateY(180deg); }
}
.ticket .tk-back .tkb-ico { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 4px; }
.ticket .tk-back .tkb-ico svg { width: 44px; height: 44px; }
.ticket .tk-back .tkb-title { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: var(--navy-900); line-height: 1.2; }
.ticket .tk-back .tkb-sub { font-size: 11.5px; color: var(--text-500); line-height: 1.45; margin: 0; max-width: 250px; }
.ticket .tk-back .tkb-cta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 9px;
  background: var(--grad-brand); color: #fff; font-weight: 700; font-size: 12px;
  padding: 8px 15px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 8px 18px -8px rgba(13, 27, 46, 0.45);
  transition: transform .2s, box-shadow .2s;
}
.ticket .tk-back .tkb-cta:hover { transform: translateY(-1px); }
.ticket .tk-back .tkb-cta svg { width: 13px; height: 13px; }
.hv-note {
  position: absolute; left: 8%; bottom: 2%; z-index: 4;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px); border-radius: var(--r-full);
  padding: 9px 16px; color: #fff; font-size: 12.5px; font-weight: 600;
  display: inline-flex; gap: 8px; align-items: center;
}
.hv-note svg { color: var(--teal-300); }

/* floating stats strip under hero */
.hero-strip {
  position: relative; background: rgba(255,255,255,0.04); border-top: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
}
.hero-strip .hs-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 22px 24px; max-width: var(--container); margin: 0 auto; }
.hs-item { display: flex; align-items: center; gap: 13px; color: rgba(235, 242, 252, 0.92); }
.hs-item .ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: var(--teal-300); }
.hs-item b { display: block; font-size: 17px; color: #fff; }
.hs-item span { font-size: 12.5px; color: rgba(222,234,250,.7); }

/* ---------- sponsor marquee (brands behind the free gifts) ---------- */
.marquee { background: var(--surface); overflow: hidden; border-bottom: 1px solid var(--line); }
.marquee-track { display: flex; width: max-content; }
.marquee:hover .marquee-track { animation-play-state: paused; }

.sponsor-marquee { padding: 30px 0 26px; background: linear-gradient(180deg, #fbfdff 0%, #eff4fb 100%); }
.sponsor-marquee .mq-head { text-align: center; margin-bottom: 20px; padding: 0 16px; }
.mq-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #0f766e;
}
.mq-eyebrow svg { width: 14px; height: 14px; color: var(--blue-600); }
.sponsor-marquee .mq-title { font-size: clamp(19px, 2.4vw, 26px); font-weight: 800; letter-spacing: -0.01em; color: var(--text-900); margin: 8px 0 4px; }
.sponsor-marquee .mq-sub { font-size: 14px; color: var(--text-500); max-width: 640px; margin: 0 auto; line-height: 1.55; }
.sponsor-marquee .mq-track {
  animation: scroll-x-rev 48s linear infinite;
}
.mq-item {
  display: inline-flex; align-items: center; white-space: nowrap;
  font-weight: 700; font-size: 15px; letter-spacing: .04em; color: #3d4d68;
}
.mq-item::after {
  content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal-400); opacity: .6; margin: 0 30px;
}
/* move left -> right */
@keyframes scroll-x-rev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* guest country gate (Telegram links for unsigned visitors) */
#gateModal .modal { max-width: 430px; }
#gateModal .modal-head p { color: var(--text-500); }

/* ---------- sports grid ---------- */
.sports .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; margin-top: 46px; }
.sport-card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 26px 22px 22px; overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.sport-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.sport-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: var(--grad-brand); opacity: 0; transition: opacity .25s;
}
.sport-card:hover::before { opacity: 1; }
.sport-card .sc-ico {
  width: 56px; height: 56px; border-radius: 16px; margin-bottom: 18px;
  background: var(--grad-brand-soft); color: var(--blue-600);
  display: grid; place-items: center; transition: transform .2s;
}
.sport-card:hover .sc-ico { transform: scale(1.06); }
.sport-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.sport-card p { font-size: 13.5px; color: var(--text-500); }
.sport-card .sc-free { margin-top: 16px; font-size: 12.5px; font-weight: 700; color: var(--success); display: inline-flex; align-items: center; gap: 6px; }
.sport-card .sc-free .sc-chk { flex: none; width: 16px; height: 16px; background: var(--success-bg); border-radius: 50%; display: inline-grid; place-items: center; color: var(--success); }
.sport-card .sc-free .sc-chk svg { width: 9px; height: 9px; }

/* ---------- how it works ---------- */
.how { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.step {
  position: relative; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 26px; background: var(--surface-2); transition: transform .2s, box-shadow .25s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background: #fff; }
.step .step-num {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-weight: 800; font-size: 18px;
  box-shadow: var(--shadow-glow); margin-bottom: 20px;
}
.step h3 { font-size: 20px; margin-bottom: 10px; }
.step p { color: var(--text-500); font-size: 15px; }

/* ---------- no-fee promise (policies) ---------- */
.promise { background: var(--bg); }
.promise-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: start; margin-top: 30px; }
.promise-panel { position: relative; background: var(--grad-navy); color: #fff; border-radius: var(--r-xl); padding: 40px 38px; overflow: hidden; }
.promise-panel::after {
  content: ""; position: absolute; width: 320px; height: 320px; right: -120px; top: -120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,212,191,.35), transparent 65%);
}
.promise-panel .pp-badge {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2); color: var(--teal-300);
  border-radius: var(--r-full); padding: 8px 15px; font-size: 13px; font-weight: 700;
}
.promise-panel h3 { color: #fff; font-size: 30px; margin: 22px 0 12px; letter-spacing: -.02em; }
.promise-panel p { color: rgba(222,234,250,.85); font-size: 16px; }
.promise-rules { list-style: none; margin-top: 26px; display: grid; gap: 13px; position: relative; z-index: 1; }
.promise-rules li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: rgba(240,246,255,.95); }
.promise-rules .x { flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #0d2b46; background: var(--teal-300); font-weight: 800; font-size: 13px; margin-top: 2px; }
.promise-rules .x svg { width: 14px; height: 14px; }

.policy-list { display: grid; gap: 14px; }
.policy {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 26px;
}
.policy h4 { display: flex; align-items: center; gap: 11px; font-size: 16.5px; margin-bottom: 8px; }
.policy h4 .pi { width: 34px; height: 34px; border-radius: 10px; background: var(--grad-brand-soft); color: var(--blue-600); display: grid; place-items: center; flex: none; }
.policy p { color: var(--text-500); font-size: 14px; }
.policy strong { color: var(--navy-900); }

/* ---------- FAQ ---------- */
.faq { background: var(--surface); border-top: 1px solid var(--line); }
.faq-list { max-width: 820px; margin: 44px auto 0; display: grid; gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface-2); overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: var(--shadow-md); background: #fff; border-color: transparent; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; background: none; border: 0; text-align: left;
  font: inherit; font-size: 16px; font-weight: 600; color: var(--navy-900);
}
.faq-q .fx { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--blue-100); color: var(--blue-600); display: grid; place-items: center; transition: transform .25s, background .2s, color .2s; }
.faq-item.open .fx { transform: rotate(180deg); background: var(--grad-brand); color: #fff; }
.faq-item.open .fx svg { transform: translateY(1px); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--text-500); font-size: 14.5px; }
.faq-a p strong { color: var(--navy-800); }

/* ---------- final CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--grad-brand); color: #fff; border-radius: var(--r-xl); padding: 66px 40px; text-align: center; }
.cta-band::before {
  content: ""; position: absolute; width: 420px; height: 420px; left: -140px; bottom: -220px; border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.cta-band::after {
  content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -140px; border-radius: 50%;
  background: rgba(7,21,39,.14);
}
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.02em; position: relative; z-index: 1; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 17px; margin: 14px auto 28px; max-width: 560px; position: relative; z-index: 1; }
.cta-band .btn { position: relative; z-index: 1; }

/* ---------- footer ---------- */
.footer { background: var(--navy-950); color: #b9c7da; padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .brand { color: #fff; }
.footer h5 { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: #b9c7da; font-size: 14px; transition: color .15s; }
.footer ul a:hover { color: var(--teal-300); }
.footer .f-desc { font-size: 14px; margin: 16px 0 20px; max-width: 320px; color: #93a4bc; }
.footer .f-social { display: flex; gap: 10px; }
.footer .f-social a {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(255,255,255,.06); color: #cdd9ea; border: 1px solid rgba(255,255,255,.08);
  transition: all .18s;
}
.footer .f-social a:hover { background: var(--grad-brand); color: #fff; transform: translateY(-2px); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: 13px; color: #7d8ea6; }

/* ---------- nav extras (guest + signed-in user menu) ---------- */
.guest-actions { display: flex; gap: 10px; align-items: center; }
.avatar-zone { position: relative; display: flex; align-items: center; }
.user-wrap { position: relative; }
.user-menu {
  position: absolute; top: 52px; right: 0; min-width: 190px; z-index: 1300;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 7px; animation: pop .16s ease;
}
.user-menu button {
  width: 100%; display: flex; align-items: center; gap: 10px; border: 0; background: none;
  padding: 10px 12px; border-radius: 9px; font: inherit; font-weight: 600; font-size: 14px; color: var(--text-700);
}
.user-menu button svg { width: 17px; height: 17px; }
.user-menu button:hover { background: var(--danger-bg); color: var(--danger); }
.icon-x {
  width: 30px; height: 30px; border: 0; background: transparent; color: var(--text-400);
  display: grid; place-items: center; border-radius: 8px; transition: background .15s, color .15s;
}
.icon-x:hover { background: var(--danger-bg); color: var(--danger); }
.icon-x svg { width: 15px; height: 15px; }
.bell-panel .bell-head .icon-x { color: var(--text-500); }
.nav-actions .btn { padding: 11px 19px; font-size: 14px; }
.bell-zone { position: relative; display: flex; align-items: center; }
.user-wrap { gap: 10px; }
.user-wrap .bell-btn { margin-left: 0; }
.logout-ico {
  width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line-strong);
  background: #fff; color: var(--text-500); display: grid; place-items: center;
  transition: all .15s; flex: none;
}
.logout-ico svg { width: 19px; height: 19px; }
.logout-ico:hover { background: var(--danger-bg); color: var(--danger); border-color: transparent; }

/* ---------- icon sizing overrides ---------- */
.hero-proof .pp svg { width: 15px; height: 15px; }
.hs-item .ico svg { width: 22px; height: 22px; }
.sport-card .sc-ico svg { width: 26px; height: 26px; }
.policy .pi svg { width: 18px; height: 18px; }
.promise-panel .pp-badge svg { width: 16px; height: 16px; }
.bell-item .ni-ico svg { width: 18px; height: 18px; }
.bell-empty svg { width: 26px; height: 26px; }
.bell-btn svg { width: 19px; height: 19px; }
.marquee span svg { width: 14px; height: 14px; }

/* ---------- rewards (free tickets vs gift cards) ---------- */
.rewards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 48px auto 0; max-width: 920px; }
.reward-card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 38px 34px; overflow: hidden; transition: transform .2s, box-shadow .25s;
}
.reward-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.reward-card .rc-ico {
  width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; margin-bottom: 20px; box-shadow: var(--shadow-glow);
}
.reward-card .rc-ico svg { width: 27px; height: 27px; }
.reward-card h3 { font-size: 23px; margin-bottom: 10px; }
.reward-card p { color: var(--text-500); font-size: 15px; }
.reward-card ul { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 11px; }
.reward-card ul li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--text-700); line-height: 1.45; }
.reward-card ul li .rl-chk {
  flex: none; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(20, 184, 166, 0.14); color: #0f766e; margin-top: 1px;
}
.reward-card ul li .rl-chk svg { width: 12px; height: 12px; }
.reward-card--alt { background: var(--grad-navy); border: 0; }
.reward-card--alt .rc-ico { background: #fff; color: var(--blue-600); box-shadow: var(--shadow-md); }
.reward-card--alt h3 { color: #fff; }
.reward-card--alt p { color: rgba(226, 238, 252, 0.85); }
.reward-card--alt ul li { color: rgba(236, 244, 253, 0.92); }
.reward-card--alt ul li .rl-chk { background: rgba(94, 234, 212, 0.18); color: var(--teal-300); }
.reward-card--alt ul li .rl-chk svg { width: 13px; height: 13px; }

/* ---------- extra free perks (weekly draws, flights, getaways, amazon) ---------- */
.perks { margin-top: 72px; position: relative; overflow: hidden; }
.perks::before {
  content: ""; position: absolute; inset: -34px -46px -20px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px 240px at 50% 0%, rgba(37, 99, 235, 0.07), transparent 72%),
    radial-gradient(560px 240px at 100% 100%, rgba(20, 184, 166, 0.07), transparent 72%);
}
.perks-head { position: relative; z-index: 1; margin-bottom: 30px; }
.perk-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #0f766e; margin-bottom: 12px;
}
.perk-eyebrow svg { width: 15px; height: 15px; color: var(--blue-600); }
.perk-title {
  font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em;
  color: var(--text-900); margin: 0;
}
.perks-head .section-sub { font-size: 15.5px; }
.perks-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.perk-card {
  position: relative; isolation: isolate;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: 20px;
  padding: 24px 22px 20px; cursor: pointer; font: inherit; color: inherit; text-decoration: none;
  perspective: 1500px;
  transition: transform .25s, box-shadow .3s, border-color .25s;
}
.perk-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(240px 150px at 90% -6%, var(--pk-glow, rgba(37, 99, 235, 0.16)), transparent 70%),
    radial-gradient(200px 130px at -10% 110%, var(--pk-glow2, rgba(20, 184, 166, 0.1)), transparent 72%);
  opacity: .75; transition: opacity .3s;
}
.perk-card:hover { transform: translateY(-6px); box-shadow: 0 26px 48px -20px rgba(13, 27, 46, 0.3); border-color: var(--pk-line, rgba(37, 99, 235, 0.4)); }
.perk-card:hover::before { opacity: 1; }
.perk-card:focus-visible { outline: 3px solid rgba(37, 99, 235, 0.35); outline-offset: 2px; }

/* 3D flip */
.pk-inner {
  display: grid;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.22, .75, .25, 1);
}
.pk-face {
  grid-area: 1 / 1;
  display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 6px;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.pk-front { transform: rotateY(0deg); }
.pk-back { transform: rotateY(180deg); }
.flip-card.flipped .pk-inner { transform: rotateY(180deg); }
@media (hover: hover) {
  .flip-card:hover .pk-inner { transform: rotateY(180deg); }
}

.pk-front .pk-ico {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--pk-soft);
  border: 1px solid var(--pk-line);
  margin-bottom: 14px;
}
.pk-front .pk-ico svg { width: 31px; height: 31px; }

.perk-card:nth-child(1) { --pk-a: #0ea5b7; --pk-b: #14b8a6; --pk-line: rgba(20, 184, 166, 0.55); --pk-glow: rgba(20, 184, 166, 0.22); --pk-glow2: rgba(20, 184, 166, 0.06); --pk-cta: #0f766e; --pk-soft: rgba(20, 184, 166, 0.12); --pk-ico-shadow: rgba(13, 115, 105, 0.5); }
.perk-card:nth-child(2) { --pk-a: #2563eb; --pk-b: #3b82f6; --pk-line: rgba(59, 130, 246, 0.5); --pk-glow: rgba(59, 130, 246, 0.18); --pk-glow2: rgba(59, 130, 246, 0.06); --pk-cta: #1d4ed8; --pk-soft: rgba(59, 130, 246, 0.13); --pk-ico-shadow: rgba(29, 78, 216, 0.5); }
.perk-card:nth-child(3) { --pk-a: #1e40af; --pk-b: #6366f1; --pk-line: rgba(99, 102, 241, 0.5); --pk-glow: rgba(99, 102, 241, 0.18); --pk-glow2: rgba(79, 70, 229, 0.06); --pk-cta: #4338ca; --pk-soft: rgba(99, 102, 241, 0.13); --pk-ico-shadow: rgba(67, 56, 202, 0.5); }
.perk-card:nth-child(4) { --pk-a: #0ea47a; --pk-b: #059669; --pk-line: rgba(14, 164, 122, 0.5); --pk-glow: rgba(14, 164, 122, 0.18); --pk-glow2: rgba(14, 164, 122, 0.06); --pk-cta: #0b7d5c; --pk-soft: rgba(14, 164, 122, 0.13); --pk-ico-shadow: rgba(11, 125, 92, 0.5); }

.perk-card .pk-tag {
  align-self: flex-start;
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pk-cta); background: var(--pk-soft);
  padding: 4px 10px; border-radius: 999px; margin-bottom: 4px;
}
.perk-card h4 { font-size: 17px; font-weight: 800; line-height: 1.28; letter-spacing: -0.01em; color: var(--text-900); }
.perk-card p { font-size: 13px; line-height: 1.55; color: var(--text-500); margin: 0 0 8px; }
.perk-card .pk-cta {
  margin-top: auto; width: 100%; padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--pk-cta);
  transition: color .2s;
}
.perk-card .pk-cta svg { width: 15px; height: 15px; transition: transform .25s; color: var(--pk-cta); }
.perk-card:hover .pk-cta svg { transform: translateX(5px); }

/* back face */
.pk-back { padding-top: 2px; }
.pk-back .pk-tag { margin-bottom: 10px; }
.pk-back h4 { font-size: 16.5px; }
.pk-back p { margin: 0; }
.pk-list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 9px; width: 100%; }
.pk-list li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; line-height: 1.45; color: var(--text-700); }
.pk-list .rl-chk {
  flex: none; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center;
  background: var(--pk-soft); color: var(--pk-cta); margin-top: 1px;
}
.pk-list .rl-chk svg { width: 10px; height: 10px; }
.pk-claim {
  margin-top: auto; align-self: stretch;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--grad-brand); color: #fff; font-weight: 700; font-size: 13.5px;
  padding: 12px 14px; border-radius: 12px; text-decoration: none;
  box-shadow: 0 10px 22px -12px rgba(13, 27, 46, 0.4);
  transition: transform .2s, box-shadow .2s;
}
.pk-claim:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(13, 27, 46, 0.5); }
.pk-claim svg { width: 16px; height: 16px; }

/* ---------- sponsors (league partners) ---------- */
.sponsors {
  position: relative; background: var(--navy-900); overflow: hidden;
  padding: 30px 0 34px; border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sponsors::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px 240px at 50% 120%, rgba(37, 99, 235, 0.22), transparent 70%);
}
.sponsors-label {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  color: rgba(222, 234, 250, 0.62); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; text-align: center; margin-bottom: 22px;
}
.sponsors-label svg { width: 14px; height: 14px; color: var(--teal-400); }
.sponsors-logos { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.sl {
  color: rgba(255, 255, 255, 0.86); font-weight: 800; letter-spacing: 0.03em;
  font-size: clamp(13px, 2vw, 17px); border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05); padding: 9px 18px; border-radius: 999px;
  transition: border-color 0.2s, color 0.2s, background 0.2s; white-space: nowrap;
}
.sl:hover { border-color: rgba(94, 234, 212, 0.65); color: #fff; background: rgba(94, 234, 212, 0.08); }
.rc-by { margin-top: 14px; font-size: 12px; color: var(--text-400); }
.reward-card--alt .rc-by { color: rgba(210, 226, 247, 0.6); }
.chip-link { cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; }
.chip-link:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.sl { cursor: pointer; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero .hero-inner.container { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-visual { min-height: 380px; max-width: 460px; margin: 0 auto; width: 100%; }
  .promise-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .perks-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .steps { grid-template-columns: 1fr; }
  .rewards-grid { grid-template-columns: 1fr; }
  .user-name { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
}

/* ============================================================
   RESPONSIVE — tablets & phones (client page)
   ============================================================ */
@media (max-width: 900px) {
  .container { padding: 0 20px; }
}
@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .nav, .nav-inner { height: 64px; }
  .nav-inner { gap: 10px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
  .brand small { display: none; }
  .nav-actions { gap: 6px; }
  .nav-actions .btn { padding: 9px 14px; font-size: 13px; }
  .guest-actions { gap: 6px; }
  .hero .hero-inner.container { padding: 46px 20px 64px; gap: 34px; }
  .hero h1 { font-size: 34px; }
  .hero p.lead { font-size: 16px; }
  .hero-proof { gap: 8px 14px; }
  .hero-proof .pp { font-size: 12.5px; }
  .hero-visual { min-height: 250px; }
  .ticket { width: 220px; }
  .ticket.t2 { left: -6px; top: 24%; }
  .ticket.t3 { display: none; }
  .hv-note { display: none; }
  .hero-strip .hs-inner { padding: 16px 20px; gap: 14px; }
  .hs-item { width: calc(50% - 14px); }
  .sponsors { padding: 22px 0 24px; }
  .sponsors-label { font-size: 10px; letter-spacing: .1em; margin-bottom: 16px; }
  .sl { padding: 8px 13px; font-size: 12px; }
  .sport-card { padding: 22px 18px 18px; }
  .step { padding: 26px 20px; }
  .promise-panel { padding: 30px 24px; }
  .reward-card { padding: 28px 22px; }
  .cta-band { padding: 48px 24px; }
  .faq-list { margin-top: 32px; }
  /* keep the notification dropdown inside the viewport */
  .bell-panel { position: fixed; top: 60px; right: 12px; left: auto; width: min(340px, calc(100vw - 24px)); }
}
@media (max-width: 430px) {
  .container { padding: 0 16px; }
  .section { padding: 48px 0; }
  .section-title { font-size: 26px; }
  .hero h1 { font-size: 30px; }
  .brand-mark { width: 32px; height: 32px; }
  .nav-actions .btn { padding: 8px 12px; font-size: 12.5px; }
  .user-btn { padding: 3px 8px 3px 3px; }
  .user-wrap .avatar, .bell-btn, .logout-ico { width: 38px; height: 38px; }
  .hero-strip .hs-item { width: 100%; }
  .hero-visual { min-height: 200px; }
  .ticket { width: 185px; }
  .ticket .tk-name { font-size: 20px; }
  .sponsors-logos { gap: 8px; }
  .sl { padding: 7px 11px; font-size: 11px; }
  .perks { margin-top: 44px; }
  .perks-grid { grid-template-columns: 1fr; }
  .perk-card { padding: 18px 16px; }
  .perk-card h4 { font-size: 15.5px; }
  .chat-launcher { right: 14px; bottom: 14px; width: 56px; height: 56px; }
}
