:root {
  --gold: #6A9FBA;
  --gold-dim: #8BB4C9;
  --ink: #E8EEF4;
  --muted: #8B96A8;
  --line: #3A4150;
  --bg: #07080C;
  --panel: #12151C;
  --card: #1E232E;
  --ok: #3DDC97;
  --danger: #E35D6A;
  --shadow: 0 12px 28px rgba(0,0,0,.45);
  --radius: 18px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --phone-nav-h: 56px;
  --dock-h: 70px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, system-ui, sans-serif;
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(106,159,186,.08), transparent 55%),
    radial-gradient(700px 380px at 100% 0%, rgba(106,159,186,.04), transparent 50%),
    var(--bg);
  color: var(--ink);
  line-height: 1.55;
  padding-bottom: 0;
}
@media (max-width: 899px) {
  body { padding-bottom: calc(var(--phone-nav-h) + var(--safe-bottom)); }
  body.has-dock { padding-bottom: calc(var(--phone-nav-h) + var(--dock-h) + var(--safe-bottom)); }
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: Syne, Outfit, sans-serif; line-height: 1.15; margin: 0 0 .55rem; letter-spacing: -.02em; }
p { margin: 0 0 .85rem; }
.wrap { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }

.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7,8,12,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.mast-in {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 70px;
}
.mark { display: flex; align-items: center; gap: 10px; }
.mark img { border-radius: 12px; }
.mark b { display: block; font-family: Syne, sans-serif; font-size: 15px; }
.mark small { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.find {
  display: none;
  margin: 0;
}
.find input {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 999px;
  padding: 11px 16px;
  font: inherit;
}
.desk { display: none; gap: 4px; }
.desk a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
.desk a.on, .desk a:hover { color: #E8F2F7; background: #2A4456; }

.billboard {
  padding: 28px 0 18px;
  border-bottom: 1px solid var(--line);
}
.kicker {
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.billboard h1 { font-size: clamp(28px, 5vw, 46px); max-width: 16ch; }
.lead { color: var(--muted); max-width: 62ch; font-size: 17px; }
.meters { display: flex; gap: 18px; margin-top: 18px; flex-wrap: wrap; }
.meters div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 110px;
}
.meters b { display: block; font-family: Syne, sans-serif; font-size: 22px; color: var(--gold); }
.meters span { color: var(--muted); font-size: 12px; }

.stage { display: grid; gap: 22px; padding: 22px 0 40px; }
@media (min-width: 980px) {
  .find { display: block; }
  .desk { display: flex; }
  .stage { grid-template-columns: 1fr 280px; }
}
.shelf { margin: 0 0 28px; }
.shelf-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.shelf-head a { color: var(--gold); font-weight: 700; font-size: 13px; }
.tiles {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .tiles.three { grid-template-columns: 1fr 1fr 1fr; } }

.ticket {
  display: grid;
  grid-template-columns: 36px 92px 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: var(--shadow);
}
.ticket.lead-row { border-color: #4A6578; }
.ord {
  font-family: Syne, sans-serif;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}
.badge-logo {
  width: 92px; height: 44px;
  background: #0A0C10;
  border: 1px solid #2C3340;
  border-radius: 10px;
  display: grid; place-items: center;
  overflow: hidden;
}
.badge-logo img { width: 86px; height: 38px; object-fit: contain; }
.letter {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  font-weight: 800; background: var(--gold); color: #fff;
}
.who h2 { font-size: 16px; margin: 0; }
.who h2 a:hover { color: var(--gold); }
.pulse {
  display: inline-block;
  margin-left: 8px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ok);
  font-weight: 800;
}
.offer { color: var(--gold-dim); font-size: 13px; margin: 4px 0 0; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.tag {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #1C1F28;
  color: var(--muted);
  font-weight: 700;
}
.tag.hot { color: var(--gold); border: 1px solid #4A6578; }
.go {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 152px;
  background: linear-gradient(180deg, #3A5F74 0%, #243E4E 100%);
  color: #F2F7FA;
  font-weight: 700;
  border-radius: 14px;
  padding: 8px 12px 8px 8px;
  white-space: nowrap;
  font-size: 12px;
  border: 1px solid #4A7388;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 8px 18px rgba(0,0,0,.35);
  transition: transform .15s ease, filter .15s ease;
}
.go::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.14) 50%, transparent 65%);
  transform: translateX(-130%);
  pointer-events: none;
}
.go:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.go:hover::after { transform: translateX(130%); transition: transform .45s ease; }
.go-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(61,220,151,.16);
  color: var(--ok);
  flex-shrink: 0;
}
.go-txt { display: grid; line-height: 1.05; text-align: left; }
.go-txt small {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A9D0E0;
  font-weight: 700;
}
.go-txt b { font-size: 14px; font-weight: 800; letter-spacing: -.01em; }
.go-arr {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 2px solid #D7EAF2;
  border-bottom: 2px solid #D7EAF2;
  transform: rotate(-45deg);
  opacity: .85;
  flex-shrink: 0;
}
.go:hover .go-arr { transform: rotate(-45deg) translate(1px, 1px); }
.go.wide { width: 100%; min-width: 0; }
.go.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
  justify-content: center;
}
.go.ghost::after, .go.ghost .go-ico, .go.ghost .go-arr { display: none; }
.go.ghost .go-txt { text-align: center; }
.go.dim { opacity: .55; pointer-events: none; }
.ticket .go { justify-self: end; }
.tile .go { width: 100%; }

.tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  display: grid;
  gap: 10px;
  box-shadow: var(--shadow);
}
.tile .badge-logo { width: 120px; height: 52px; }
.tile h3 { font-size: 18px; margin: 0; }
.rail {
  display: grid;
  gap: 14px;
  align-content: start;
}
.rail-box {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
}
.rail-box h3 { font-size: 15px; }
.rail-box a { display: block; padding: 7px 0; color: var(--muted); font-weight: 600; }
.rail-box a:hover { color: var(--gold); }

.ad { display: block; margin: 12px 0; border-radius: 14px; overflow: hidden; }
.ad:has(img[src*="banner-rail"]),
.ad:has(img[src*="banner-side"]) { display: none !important; }
.ad img { width: 100%; }
.ad.mast-ad { margin: 10px auto; width: min(728px, 100%); }
.ad.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(var(--phone-nav-h) + var(--safe-bottom));
  z-index: 34;
  margin: 0;
  max-height: var(--dock-h);
  border-radius: 0;
  background: #0C0E14;
  border-top: 1px solid var(--line);
}
.ad.dock img {
  width: 100%;
  max-height: var(--dock-h);
  object-fit: cover;
  margin: 0;
  background: #0C0E14;
  border-radius: 0;
}
@media (min-width: 900px) { .ad.dock { display: none; } }
.ad.desk-only { display: none; }
@media (min-width: 980px) { .ad.desk-only { display: block; } }
.ad.phone-only { display: block; }
@media (min-width: 980px) { .ad.phone-only { display: none; } }

.go.hit { min-height: 54px; justify-content: center; white-space: normal; }
.go.hit .go-txt b { font-size: 16px; letter-spacing: 0; }
.hit-bar {
  position: sticky;
  top: 70px;
  z-index: 38;
  margin: 0 0 14px;
  padding: 8px 0 10px;
  background: linear-gradient(180deg, rgba(7,8,12,.98), rgba(7,8,12,.86));
}
.hero-hit { margin: 16px 0 8px; }

.crumbs { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin: 18px 0; }
.crumbs a:hover { color: var(--gold); }
.split { display: grid; gap: 22px; padding-bottom: 40px; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 300px; align-items: start; } }
.hero-card, .action {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.cross-page { margin: 14px 0 0; font-size: 14px; color: var(--muted); }
.cross-page a { color: var(--text); text-decoration: underline; }
.action { position: sticky; top: 88px; display: grid; gap: 10px; }
@media (max-width: 899px) {
  .hero-hit, .action { display: none; }
}
@media (min-width: 900px) {
  .hit-bar { display: none; }
}
.seo-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; list-style: none; padding: 0; }
.seo-pills li {
  font-size: 11px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}
.seo-foot { margin-top: 8px; }
.seo-foot h3 { font-size: 16px; margin-top: 1em; }
.seo-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.seo-cloud a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}
.seo-cloud a:hover { color: var(--gold); border-color: var(--gold); }
.bodycopy { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 20px; margin-top: 16px; }
.bodycopy h2 { font-size: 22px; margin-top: 1.1em; }
.bodycopy ul, .bodycopy ol { padding-left: 1.2em; }
.bodycopy .seo-pills,
.bodycopy .seo-cloud { padding-left: 0; }
.faq details {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.faq summary { cursor: pointer; font-weight: 700; }
.notes { display: grid; gap: 8px; margin-top: 18px; }
.notes a { color: var(--gold); font-weight: 700; }

.guides { display: grid; gap: 12px; }
@media (min-width: 800px) { .guides { grid-template-columns: 1fr 1fr; } }
.guide-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}
.guide-card p { color: var(--muted); margin: 0; }
.foot {
  border-top: 1px solid var(--line);
  padding: 22px 0 28px;
  color: var(--muted);
  font-size: 13px;
}
.foot nav { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.foot a:hover { color: var(--gold); }

.phone-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: calc(var(--phone-nav-h) + var(--safe-bottom));
  background: #0C0E14;
  border-top: 1px solid var(--line);
  padding: 8px 8px calc(8px + var(--safe-bottom));
  align-items: center;
}
.phone-nav a {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  padding: 8px 4px;
  line-height: 1.25;
}
.phone-nav a.on { color: var(--gold); }
@media (min-width: 900px) { .phone-nav { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .go, .go::after, .go-arr { transition: none; }
  .go:hover { transform: none; }
}
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.addr { font-family: ui-monospace, monospace; color: var(--gold); }
.page-wrap { padding: 8px 0 40px; }
.err h1 { font-size: 42px; }
.legend { display: none; }
@media (min-width: 720px) {
  .legend {
    display: grid;
    grid-template-columns: 36px 92px 1fr auto;
    gap: 12px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 0 14px 8px;
  }
}
.empty { color: var(--muted); padding: 24px; border: 1px dashed var(--line); border-radius: 16px; }
@media (max-width: 640px) {
  .ticket {
    grid-template-columns: 76px 1fr;
    gap: 10px;
  }
  .ticket .ord { display: none; }
  .ticket .badge-logo {
    display: grid;
    width: 76px;
    height: 40px;
  }
  .ticket .badge-logo img { width: 70px; height: 34px; }
  .mast-in { grid-template-columns: 1fr auto; }
  .ticket .go {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
  .go-ico { width: 28px; height: 28px; }
  .go-txt b { font-size: 13px; }
}
