:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --card: rgba(15, 28, 49, 0.78);
  --card-strong: #10203a;
  --text: #edf4ff;
  --muted: #94a8c6;
  --line: rgba(255,255,255,0.08);
  --primary: #1f6fff;
  --primary-2: #5ab3ff;
  --success: #19c37d;
  --warning: #ffb347;
  --danger: #ff6b6b;
  --vip: #4da3ff;
  --overht: #00d084;
  --multiplas: #b784ff;
  --funbet: #ff9f43;
  --leverage: #ff5fa2;
  --free: #7cc9ff;
  --combo: #ffe082;
  --shadow: 0 30px 80px rgba(0,0,0,0.35);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31,111,255,0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(0,208,132,0.12), transparent 18%),
    linear-gradient(180deg, #06101d 0%, #081322 100%);
}
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(6, 16, 29, 0.82);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  font-weight: 800; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: white;
  box-shadow: 0 12px 40px rgba(31,111,255,0.4);
}
.brand-copy { display: flex; flex-direction: column; }
.brand-copy small { color: var(--muted); font-size: .84rem; }
.topnav { display: flex; gap: 24px; color: var(--muted); }
.top-actions { display: flex; gap: 12px; }

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: .22s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 16px 24px; font-size: 1rem; }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 15px 45px rgba(31,111,255,0.28);
}
.btn-secondary {
  color: white;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
}
.btn-ghost {
  color: var(--text);
  background: transparent;
  border-color: rgba(255,255,255,0.14);
}

.hero { padding: 54px 0 38px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}
.hero-copy,
.hero-panel .panel-card,
.proof-box,
.channel-card,
.plan-card,
.offer-card,
.faq-item,
.final-cta-box,
.tip-proof-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 34px;
  background: linear-gradient(180deg, rgba(10,20,36,.88), rgba(10,20,36,.72));
  border-radius: var(--radius-xl);
}
.eyebrow { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.pill {
  padding: 8px 12px; border-radius: 999px; color: #dce8ff;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08);
  font-size: .85rem; font-weight: 700;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 18px;
  letter-spacing: -0.04em;
}
.hero h1 span { color: #7cb7ff; }
.hero-lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 65ch;
  line-height: 1.7;
  margin-bottom: 24px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.trust-item {
  padding: 14px; border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.trust-item strong { display: block; margin-bottom: 6px; font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .9rem; line-height: 1.45; }

.hero-panel .panel-card {
  border-radius: var(--radius-xl);
  padding: 28px;
  background: linear-gradient(180deg, rgba(9,19,33,.9), rgba(15,28,49,.82));
  min-height: 100%;
}
.panel-kicker,
.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #91b4ff;
  font-weight: 800;
}

.panel-period-switch,
.period-switch {
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 18px;
}
.period-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
}
.period-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: white;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.summary-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.summary-card .label { font-size: .85rem; color: var(--muted); margin-bottom: 8px; }
.summary-card .value { font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
.summary-card .sub { margin-top: 8px; color: var(--muted); font-size: .88rem; }

.positive { color: var(--success); }
.negative { color: var(--danger); }
.neutral { color: #dfe9f8; }

.panel-foot { margin-top: 18px; color: var(--muted); font-size: .9rem; }

.proof-strip { padding: 0 0 20px; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.proof-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
}
.proof-box strong { display: block; margin-bottom: 6px; }
.proof-box span { color: var(--muted); font-size: .92rem; line-height: 1.5; }

.section { padding: 72px 0; }
.section.alt {
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.03em;
}
.section-head p { margin: 0; color: var(--muted); line-height: 1.7; max-width: 72ch; }

.channel-grid,
.plans-grid,
.offers-grid,
.proof-grid,
.tips-grid {
  display: grid;
  gap: 18px;
}

.channel-grid { grid-template-columns: repeat(3, 1fr); }
.plans-grid { grid-template-columns: repeat(3, 1fr); }
.offers-grid { grid-template-columns: repeat(3, 1fr); }
.tips-grid { grid-template-columns: repeat(3, 1fr); }

.channel-card,
.plan-card,
.offer-card,
.faq-item,
.tip-proof-card {
  background: var(--card);
  border-radius: var(--radius-lg);
}

.channel-card { padding: 22px; }
.channel-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.channel-name { font-size: 1.15rem; font-weight: 800; }
.channel-badge {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .82rem;
  color: white;
}
.channel-badge.vip { background: var(--vip); }
.channel-badge.overht { background: var(--overht); }
.channel-badge.multiplas { background: var(--multiplas); }
.channel-badge.funbet { background: var(--funbet); }
.channel-badge.leverage { background: var(--leverage); }
.channel-badge.free { background: var(--free); }
.channel-badge.combo { background: var(--combo); color: #1d1604; }

.channel-copy { color: var(--muted); line-height: 1.65; margin-bottom: 18px; min-height: 82px; }
.metrics-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.metric-mini {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.metric-mini .k { font-size: .8rem; color: var(--muted); margin-bottom: 6px; }
.metric-mini .v { font-size: 1.08rem; font-weight: 800; }

.plan-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.plan-card.highlight {
  background:
    radial-gradient(circle at top right, rgba(255,224,130,0.22), transparent 30%),
    linear-gradient(180deg, rgba(22,31,47,0.98), rgba(15,23,38,0.9));
  transform: translateY(-2px);
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.plan-name { font-size: 1.2rem; font-weight: 800; }
.plan-price {
  margin: 16px 0 10px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.plan-price small { font-size: .9rem; color: var(--muted); font-weight: 700; }
.old-price {
  display: block;
  font-size: .95rem;
  text-decoration: line-through;
  color: #ffcf9e !important;
  margin-bottom: 6px;
}
.plan-desc { color: var(--muted); line-height: 1.65; margin-bottom: 18px; min-height: 70px; }
.plan-list {
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  display: grid;
  gap: 10px;
}
.plan-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #e5eefc;
  line-height: 1.55;
}
.plan-list li::before { content: "•"; color: #8ddcff; font-weight: 900; }

.offer-card { padding: 22px; }
.offer-card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.offer-card p { margin: 0 0 16px; color: var(--muted); line-height: 1.7; }
.offer-card ul { margin: 0; padding-left: 18px; color: #e5eefc; line-height: 1.7; }

.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 20px 22px; }
.faq-item h3 { margin: 0 0 8px; font-size: 1.04rem; }
.faq-item p { margin: 0; color: var(--muted); line-height: 1.7; }

.tip-proof-card {
  padding: 22px;
  min-height: 265px;
}
.tip-proof-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.tip-proof-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.35;
}
.tip-proof-market {
  color: #dbe8ff;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.55;
}
.tip-proof-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.tip-proof-meta div {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.tip-proof-meta span {
  display: block;
  font-size: .78rem;
  color: var(--muted);
  margin-bottom: 6px;
}
.tip-proof-meta strong { display: block; font-size: .98rem; }
.tip-proof-time { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.tip-proof-time strong { color: #edf4ff; }
.tip-proof-empty { color: var(--muted); line-height: 1.6; }
.tip-result {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.tip-result.green, .tip-result.half-green { background: rgba(25,195,125,0.16); color: #8af0bf; }
.tip-result.red, .tip-result.half-red { background: rgba(255,107,107,0.16); color: #ff9f9f; }
.tip-result.void { background: rgba(255,179,71,0.16); color: #ffd089; }
.tip-result.pending { background: rgba(124,201,255,0.14); color: #b9e5ff; }

.skeleton-card {
  min-height: 265px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.03) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.final-cta { padding: 0 0 72px; }
.final-cta-box {
  padding: 30px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(31,111,255,0.24), transparent 25%),
    linear-gradient(180deg, rgba(10,20,36,.88), rgba(15,28,49,.82));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.final-cta-box h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -0.03em; }
.final-cta-box p { margin: 0; color: var(--muted); line-height: 1.7; max-width: 60ch; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.footer { padding: 24px 0 100px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer p { margin: 6px 0 0; color: var(--muted); }
.footer-links { display: flex; gap: 16px; color: var(--muted); }

.sticky-mobile-cta { display: none; }
.empty-state, .error-state {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
}

@media (max-width: 1180px) {
  .hero-grid,
  .channel-grid,
  .plans-grid,
  .offers-grid,
  .proof-grid,
  .tips-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-trust { grid-template-columns: 1fr; }
  .topnav { display: none; }
}

@media (max-width: 860px) {
  .hero-grid,
  .channel-grid,
  .plans-grid,
  .offers-grid,
  .proof-grid,
  .tips-grid,
  .summary-grid,
  .tip-proof-meta {
    grid-template-columns: 1fr;
  }

  .section-head,
  .final-cta-box,
  .footer-inner,
  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .top-actions { width: 100%; }
  .top-actions .btn { flex: 1; }

  .hero-copy,
  .hero-panel .panel-card,
  .final-cta-box { padding: 24px; }

  .sticky-mobile-cta {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 70;
    padding: 12px 16px;
    background: rgba(6, 16, 29, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.08);
    display: block;
  }
  .sticky-mobile-cta .btn { width: 100%; }
  .footer { padding-bottom: 120px; }
}
