
@font-face {
  font-family: "VelvetDisplay";
  src: url("../../vault/type/teko-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VelvetDisplay";
  src: url("../../vault/type/teko-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VelvetSans";
  src: url("../../vault/type/barlow-semi-condensed-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VelvetSans";
  src: url("../../vault/type/barlow-semi-condensed-500-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VelvetSans";
  src: url("../../vault/type/barlow-semi-condensed-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VelvetSans";
  src: url("../../vault/type/barlow-semi-condensed-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #081521;
  --bg-soft: #102133;
  --panel: rgba(16, 27, 43, 0.94);
  --panel-alt: rgba(20, 35, 55, 0.92);
  --line: rgba(172, 198, 224, 0.18);
  --text: #eff5ff;
  --muted: #b8c8dd;
  --accent: #f3cb25;
  --accent-ink: #17140a;
  --glow: rgba(243, 203, 37, 0.36);
  --violet: #aa59ff;
  --shell: min(1180px, calc(100vw - 32px));
  --shell-wide: min(1340px, calc(100vw - 32px));
  --header-offset: 120px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-soft: 0 22px 56px rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background:
    radial-gradient(circle at top center, rgba(170, 89, 255, 0.22), transparent 38%),
    linear-gradient(180deg, #0d2338 0%, var(--bg) 18%, #06111b 100%);
  color: var(--text);
  font-family: "VelvetSans", sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.modal-open,
body.drawer-open {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, li { font-size: 1.08rem; line-height: 1.64; color: var(--muted); }
h1, h2, h3 {
  margin: 0;
  color: var(--text);
  line-height: 1;
}
h2 {
  margin-block: 0.25rem 0.25rem;
  font-family: "VelvetDisplay", sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}
h3 { font-size: 1.2rem; font-weight: 700; }
main [id] { scroll-margin-top: calc(var(--header-offset) + 12px); }

.shell {
  width: var(--shell);
  margin-inline: auto;
}
.shell--wide { width: var(--shell-wide); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10, 26, 41, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
}
.brand-mark img {
  width: auto;
  height: 34px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px);
}
.nav-link,
.drawer-link,
.anchor-strip a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nav-link { color: rgba(239, 245, 255, 0.86); }
.nav-link:hover,
.anchor-strip a:hover,
.drawer-link:hover { color: var(--accent); }
.header-actions,
.mobile-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-chip,
.cta-button,
.slot-link,
.demo-play,
.demo-back,
.mobile-offer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.action-chip--muted {
  background: rgba(141, 181, 215, 0.18);
  color: var(--text);
}
.action-chip--accent,
.cta-button,
.slot-link--solid,
.demo-play,
.mobile-offer a {
  background: linear-gradient(180deg, #f5d954 0%, var(--accent) 100%);
  color: var(--accent-ink);
  box-shadow: 0 0 0 0 rgba(243, 203, 37, 0.42);
  animation: pulseGlow 3.4s ease-in-out infinite;
}
.action-chip:hover,
.cta-button:hover,
.slot-link:hover,
.demo-play:hover,
.demo-back:hover,
.mobile-offer a:hover {
  transform: translateY(-1px);
}
.cta-button {
  width: min(100%, 320px);
  min-height: 56px;
  font-size: 1.05rem;
}
.slot-link--ghost,
.demo-back {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

.burger-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.burger-button span {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--text);
}
.mobile-action-row {
  display: none;
  padding-block: 8px 12px;
}
.anchor-ribbon {
  background: rgba(15, 42, 65, 0.96);
  border-top: 1px solid rgba(255,255,255,0.04);
  overflow: hidden;
}
.anchor-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 10px 0 12px;
  scrollbar-width: none;
}
.anchor-strip::-webkit-scrollbar { display: none; }
.anchor-strip a {
  color: rgba(232, 241, 255, 0.8);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.86rem;
}
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 78;
  background: rgba(4, 8, 12, 0.8);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.mobile-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.drawer-panel {
  width: min(84vw, 320px);
  height: 100dvh;
  margin-left: 0;
  background: linear-gradient(180deg, #10233a 0%, #081521 100%);
  padding: 22px 16px 28px;
  box-shadow: 24px 0 44px rgba(0, 0, 0, 0.38);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}
.mobile-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-brand {
  display: flex;
  justify-content: center;
  padding-bottom: 18px;
}
.drawer-links {
  display: grid;
  gap: 12px;
}
.drawer-link {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
}
.drawer-note {
  margin-top: 18px;
  font-size: 0.98rem;
}

.page-main { padding-top: 0; }
.hero-stage {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
  overflow: clip;
}
.hero-stage--inner { min-height: 500px; }
.hero-bg,
.hero-bg picture,
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-bg img {
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 15, 0.08) 0%, rgba(4, 8, 15, 0.28) 45%, rgba(4, 8, 15, 0.84) 100%),
    linear-gradient(90deg, rgba(5, 8, 16, 0.82) 0%, rgba(5, 8, 16, 0.2) 40%, rgba(5, 8, 16, 0.66) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-block: 64px 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #f7f8fb;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-content h1 {
  max-width: 900px;
  font-family: "VelvetDisplay", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-shadow: 0 8px 30px rgba(0,0,0,0.46);
}
.hero-content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
}
.hero-payments {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 18, 0.82));
}
.hero-payments__inner {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 16px 0 18px;
}
.hero-payments img {
  height: 24px;
  width: auto;
  filter: brightness(1.15);
}

.section { padding-block: 8px; }
.section-card {
  position: relative;
  padding: clamp(20px, 3vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.intro-panel,
.glass-card {
  background: rgba(10, 20, 32, 0.84);
}
.section-card > * + * { margin-top: 16px; }
.band-section {
  position: relative;
  overflow: hidden;
  padding-block: 12px;
}
.band-bg,
.band-bg img,
.band-overlay {
  position: absolute;
  inset: 0;
}
.band-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.band-overlay {
  background: linear-gradient(180deg, rgba(7, 13, 22, 0.44), rgba(7, 13, 22, 0.84));
}
.band-section .shell,
.band-section .section-card { position: relative; z-index: 1; }

.split-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 26px;
}
.financial-grid,
.shot-grid,
.icon-grid,
.score-line,
.provider-grid {
  display: grid;
  gap: 16px;
}
.financial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.financial-grid--stacked {
  grid-template-columns: 1fr;
  align-content: start;
}
.icon-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.icon-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.icon-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-head svg {
  width: 28px;
  height: 28px;
  fill: var(--accent);
  flex: 0 0 28px;
}
.provider-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}
.editorial-figure {
  margin: 18px 0 4px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 44px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
}
.editorial-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.provider-badge {
  min-height: 86px;
  padding: 16px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.provider-badge img {
  max-height: 34px;
  width: auto;
}
.timeline {
  display: grid;
  gap: 14px;
}
.timeline-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: flex-start;
}
.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(243, 203, 37, 0.18);
  color: var(--accent);
  font-weight: 700;
}
.ordered-list,
.faq-answer p {
  margin: 0;
}
.ordered-list {
  padding-left: 22px;
}
.ordered-list li + li { margin-top: 10px; }

.data-table,
.mini-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.data-table th,
.data-table td,
.mini-table th,
.mini-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.data-table tr:last-child th,
.data-table tr:last-child td,
.mini-table tr:last-child th,
.mini-table tr:last-child td { border-bottom: 0; }
.data-table th,
.mini-table th {
  color: var(--text);
  font-weight: 700;
  background: rgba(255,255,255,0.04);
}
.table-wrap {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.mini-table th:nth-child(1),
.mini-table td:nth-child(1) { width: 42%; }
.mini-table th:nth-child(2),
.mini-table td:nth-child(2) { width: 23%; }
.mini-table th:nth-child(3),
.mini-table td:nth-child(3) { width: 35%; }

.slot-gallery .shell--wide { width: var(--shell-wide); }
.slot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.slot-tile {
  position: relative;
  min-width: 0;
}
.slot-poster {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #090f18;
  box-shadow: 0 16px 28px rgba(0,0,0,0.26);
}
.slot-poster img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 0.24s ease, filter 0.24s ease;
}
.slot-actions {
  position: absolute;
  inset: auto 12px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.slot-tile:hover .slot-actions,
.slot-tile.is-open .slot-actions {
  opacity: 1;
  transform: translateY(0);
}
.slot-tile:hover img,
.slot-tile.is-open img {
  transform: scale(1.03);
  filter: brightness(0.5);
}
.slot-link {
  min-height: 42px;
  font-size: 0.96rem;
}

.shot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.shot-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 16px;
}
.shot-card img {
  border-radius: 14px;
  margin-bottom: 16px;
}
.faq-stack {
  display: grid;
  gap: 10px;
}
.faq-item {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 12px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 700;
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding-top: 8px; }

.verdict-panel .score-line {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.score-line div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}
.score-line strong {
  display: block;
  font-size: 1rem;
}
.score-line span {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  padding: 18px 0 calc(26px + env(safe-area-inset-bottom));
}
.partner-ribbon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 22px;
  padding: 10px 0 18px;
}
.partner-ribbon img {
  height: 28px;
  width: auto;
  filter: grayscale(1) opacity(0.6);
}
.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-meta p {
  margin: 0;
  max-width: 760px;
  font-size: 0.98rem;
}
.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-links a {
  color: var(--text);
  font-size: 0.98rem;
}

.mobile-offer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(5, 12, 20, 0.96);
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.26);
  transform: translateY(110%);
  transition: transform 0.3s ease;
}
.mobile-offer.is-visible { transform: translateY(0); }
.mobile-offer span {
  flex: 1;
  min-width: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.35;
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,0.92);
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.demo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.demo-modal__frame {
  width: min(1180px, 100%);
  height: min(100vh, 860px);
  background: #000;
  display: grid;
  grid-template-rows: auto 1fr;
}
.demo-action-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  background: rgba(12, 20, 31, 0.96);
}
.demo-stage {
  min-height: 0;
  background: #000;
}
.demo-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

body[data-tabs-disabled] .anchor-ribbon,
body[data-sticky-off] .mobile-offer {
  display: none !important;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243,203,37,0.15); }
  18% { transform: scale(1.03); box-shadow: 0 0 0 10px rgba(243,203,37,0); }
  32% { transform: scale(1.015); box-shadow: 0 0 22px 4px rgba(243,203,37,0.26); }
  55% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243,203,37,0); }
}

@media (max-width: 980px) {
  .header-bar { grid-template-columns: auto 1fr auto; }
  .desktop-nav { display: none; }
  .split-panel,
  .financial-grid,
  .provider-grid,
  .icon-grid,
  .score-line,
  .shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .slot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-meta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100vw - 28px, 720px);
    --shell-wide: min(100vw - 28px, 720px);
  }
  .header-bar {
    grid-template-columns: 44px 1fr 44px;
    min-height: 58px;
    gap: 8px;
  }
  .burger-button {
    display: inline-flex;
    justify-self: start;
  }
  .brand-mark {
    justify-self: center;
  }
  .brand-mark img { height: 25px; }
  .header-actions { display: none; }
  .mobile-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 6px 8px;
  }
  .action-chip { min-height: 44px; }
  .anchor-strip {
    gap: 14px;
    padding: 8px 0 9px;
  }
  .anchor-strip a {
    font-size: 0.8rem;
  }
  .hero-stage {
    min-height: 592px;
  }
  .hero-stage--inner {
    min-height: 540px;
  }
  .hero-content {
    padding-block: 46px 110px;
    gap: 10px;
  }
  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 11vw, 4rem);
    padding-inline: 6px;
  }
  .hero-content p {
    font-size: 0.98rem;
  }
  .hero-payments__inner {
    gap: 10px;
    padding-bottom: 12px;
  }
  .hero-payments img {
    max-width: 26%;
    height: 20px;
  }
  .section-card {
    padding: 18px 16px;
    border-radius: 18px;
  }
  p, li {
    font-size: 1rem;
  }
  .split-panel,
  .financial-grid,
  .provider-grid,
  .icon-grid,
  .score-line,
  .shot-grid {
    grid-template-columns: 1fr;
  }
  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .slot-actions {
    grid-template-columns: 1fr;
  }
  .slot-link {
    min-height: 40px;
    font-size: 0.92rem;
  }
  .timeline-step {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .timeline-step span {
    width: 36px;
    height: 36px;
  }
  .mini-table th,
  .mini-table td,
  .data-table th,
  .data-table td {
    padding: 11px 10px;
    font-size: 0.88rem;
  }
  .mobile-drawer {
    backdrop-filter: blur(8px);
  }
  .drawer-panel {
    width: min(82vw, 306px);
    padding: calc(18px + env(safe-area-inset-top)) 18px 28px;
    transform: translateX(-100%);
  }
  .partner-ribbon img { height: 24px; }
  .mobile-offer {
    display: flex;
  }
  .mobile-offer span {
    font-size: 0.84rem;
  }
  .mobile-offer a {
    min-width: 132px;
    min-height: 44px;
    padding-inline: 14px;
    font-size: 0.92rem;
  }
  body[data-sticky-on] .site-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
  .demo-modal__frame {
    width: 100vw;
    height: 100vh;
    grid-template-rows: 1fr auto;
  }
  .demo-action-bar {
    order: 2;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 320px) {
  .shell,
  .shell--wide {
    width: calc(100vw - 28px);
  }
  .hero-content h1 { font-size: 2.25rem; }
  .mobile-offer {
    gap: 8px;
    padding-inline: 10px;
  }
  .mobile-offer a {
    min-width: 118px;
    font-size: 0.84rem;
  }
}
