﻿:root {
  color-scheme: dark;
  --bg: #050812;
  --bg-2: #080f1d;
  --panel: rgba(15, 23, 42, .78);
  --panel-strong: rgba(17, 24, 39, .92);
  --glass: rgba(255, 255, 255, .075);
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .22);
  --text: #f8fbff;
  --muted: #a8b4c7;
  --soft: #d8e3f3;
  --green: #47e58d;
  --green-2: #20c76f;
  --purple: #9b7cff;
  --purple-2: #6d5dfc;
  --cyan: #5bd8ff;
  --blue: #76a8ff;
  --amber: #ffd166;
  --rose: #ff6b8a;
  --shadow: 0 26px 90px rgba(0, 0, 0, .38);
  --radius: 8px;
  --radius-lg: 10px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 14% -10%, rgba(155, 124, 255, .20), transparent 32rem),
    radial-gradient(circle at 48% 0%, rgba(71, 229, 141, .10), transparent 30rem),
    radial-gradient(circle at 92% 4%, rgba(91, 216, 255, .14), transparent 30rem),
    linear-gradient(180deg, #07101f 0%, var(--bg) 56%, #060a13 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 72%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
input,
select {
  font: inherit;
}

.px-shell {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 22px;
  width: 100%;
}

.topbar {
  backdrop-filter: blur(22px);
  background: rgba(5, 8, 18, .82);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(91, 216, 255, .16);
  height: 54px;
  width: 54px;
}

.brand strong {
  display: block;
  font-size: 19px;
  line-height: 1.05;
}

.brand span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.nav a,
.btn,
.pill-link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0;
  min-height: 42px;
  padding: 10px 15px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}

.nav a,
.pill-link {
  background: rgba(255, 255, 255, .07);
  color: #eaf2ff;
  font-size: 14px;
}

.nav a:hover,
.btn:hover,
.pill-link:hover {
  background: rgba(255, 255, 255, .11);
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .20);
  transform: translateY(-2px);
}

.nav a:focus-visible,
.btn:focus-visible,
.pill-link:focus-visible,
.search-box:focus-visible {
  outline: 3px solid rgba(155, 124, 255, .75);
  outline-offset: 3px;
}

.hero {
  padding: 76px 0 48px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr);
}

.eyebrow {
  align-items: center;
  background: rgba(155, 124, 255, .14);
  border: 1px solid rgba(155, 124, 255, .34);
  border-radius: 999px;
  color: #e6ddff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 18px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(71, 229, 141, .15);
  content: "";
  height: 8px;
  width: 8px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #fff;
  font-size: clamp(42px, 6.1vw, 76px);
  letter-spacing: 0;
  line-height: .97;
  margin-bottom: 20px;
  max-width: 820px;
}

h1 span,
.accent {
  color: var(--purple);
}

.lead {
  color: #d8e3f3;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 720px;
}

.hero-actions,
.section-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.btn {
  background: rgba(255, 255, 255, .07);
  color: #eff6ff;
  font-size: 15px;
  min-height: 52px;
  padding: 14px 19px;
}

.btn.primary {
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  border-color: transparent;
  color: #06101c;
  box-shadow: 0 20px 50px rgba(71, 229, 141, .18);
}

.btn.whatsapp {
  background: linear-gradient(135deg, #25d366, #8cf2b1);
  border-color: transparent;
  color: #05130b;
}

.btn.telegram {
  background: linear-gradient(135deg, #229ed9, #7bd7ff);
  border-color: transparent;
  color: #04111c;
}

.hero-panel {
  background: linear-gradient(180deg, rgba(17, 24, 39, .90), rgba(15, 23, 42, .68));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-panel::before {
  background: linear-gradient(90deg, transparent, rgba(91, 216, 255, .24), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.panel-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.live {
  align-items: center;
  color: #b9ffd6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
}

.live::before {
  animation: pulse 1.8s ease-in-out infinite;
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric {
  border-right: 1px solid var(--line);
  padding: 21px 18px;
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}

.metric span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.panel-list {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.panel-item,
.step,
.faq-item,
.trust-strip,
.offer-card,
.niche-card {
  background: rgba(255, 255, 255, .065);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.panel-item {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px 1fr;
  padding: 13px;
}

.panel-icon,
.card-icon,
.step-number {
  align-items: center;
  background: rgba(155, 124, 255, .13);
  border: 1px solid rgba(155, 124, 255, .28);
  border-radius: var(--radius);
  color: #dfffea;
  display: inline-flex;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.panel-item strong {
  display: block;
  margin-bottom: 4px;
}

.panel-item span,
.section-kicker,
.card-text,
.faq-item p {
  color: var(--muted);
}

.section {
  padding: 54px 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .018));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
  margin-bottom: 0;
  max-width: 700px;
}

.section-kicker {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 470px;
}

.niche-grid,
.benefit-grid,
.offer-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.niche-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.niche-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.niche-card:hover {
  background: rgba(255, 255, 255, .09);
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.card-icon {
  font-size: 22px;
  height: 54px;
  width: 54px;
}

.niche-card h3,
.faq-item h3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0;
}

.card-text {
  line-height: 1.5;
  margin-bottom: 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list span {
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dfe9f8;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 8px;
}

.card-actions {
  margin-top: auto;
}

.card-actions .btn {
  flex: 1 1 120px;
  font-size: 13px;
  min-height: 44px;
  padding: 10px 12px;
}

.step-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  padding: 18px;
}

.step-number {
  margin-bottom: 14px;
}

.step strong {
  display: block;
  font-size: 17px;
  margin-bottom: 7px;
}

.step p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.trust-strip {
  padding: 20px;
}

.logo-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-pill {
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #edf5ff;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
}

.disclaimer {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 16px 0 0;
}

.offer-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.search-box {
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  min-height: 46px;
  outline: none;
  padding: 0 13px;
  width: min(100%, 360px);
}

.search-box:focus {
  border-color: rgba(91, 216, 255, .55);
  box-shadow: 0 0 0 4px rgba(91, 216, 255, .10);
}

.offer-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offer-media {
  aspect-ratio: 1 / .74;
  background: #fff;
  display: block;
  overflow: hidden;
}

.offer-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.offer-placeholder {
  align-items: center;
  color: #07101c;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  height: 100%;
  justify-content: center;
}

.offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.offer-meta span {
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 8px;
}

.offer-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

.offer-old {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.offer-old s {
  text-decoration-color: var(--rose);
  text-decoration-thickness: 2px;
}

.offer-price {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.offer-coupon {
  color: #c7ffd9;
  font-size: 12px;
  font-weight: 900;
}

.offer-link {
  margin-top: auto;
}

.skeleton {
  animation: shimmer 1.2s ease-in-out infinite;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.skeleton::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .10), transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
}

.faq-item {
  padding: 18px;
}

.faq-item h3 {
  margin-bottom: 8px;
}

.faq-item p {
  line-height: 1.55;
  margin-bottom: 0;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(155, 124, 255, .20), rgba(91, 216, 255, .12)),
    rgba(255, 255, 255, .055);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 44px);
  text-align: center;
}

.center-actions {
  justify-content: center;
}

.mobile-sticky-cta {
  display: none;
}

.final-cta h2 {
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
}

.final-cta p {
  color: var(--soft);
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 680px;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 26px 0;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(71, 229, 141, .28); }
  50% { box-shadow: 0 0 0 8px rgba(71, 229, 141, 0); }
}

@keyframes shimmer {
  100% { filter: brightness(1.14); }
}

@media (max-width: 1080px) {
  .hero-grid,
  .niche-grid,
  .benefit-grid,
  .offer-grid,
  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .container {
    padding: 0 16px;
  }

  .topbar-inner,
  .section-head,
  .offer-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-inner {
    min-height: 0;
    padding: 14px 0;
  }

  .nav {
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .hero {
    padding: 42px 0 34px;
  }

  .hero-grid,
  .niche-grid,
  .benefit-grid,
  .offer-grid,
  .faq-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .metric {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 42px 0;
  }

  .search-box {
    width: 100%;
  }

  .card-actions .btn,
  .final-cta .btn,
  .hero-actions .btn {
    width: 100%;
  }

  .mobile-sticky-cta {
    backdrop-filter: blur(18px);
    background: rgba(5, 8, 18, .88);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-sticky-cta .btn {
    min-height: 48px;
    padding: 10px 12px;
    width: 100%;
  }
}

