:root {
  --bg: #081118;
  --bg-soft: #0d1f28;
  --panel: rgba(11, 26, 34, 0.84);
  --panel-strong: #101f29;
  --text: #f4f7fb;
  --muted: #9dafbd;
  --line: rgba(89, 221, 255, 0.18);
  --cyan: #3ad7ff;
  --pink: #ff4db8;
  --green: #7dff9f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(58, 215, 255, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 77, 184, 0.11), transparent 24%),
    linear-gradient(180deg, #071118 0%, #08131b 34%, #09151c 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #3b0f75, #6117ad 50%, #149ed0);
  box-shadow: 0 10px 30px rgba(17, 27, 36, 0.35);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.topbar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

.topbar #countdown-label {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: rgba(8, 20, 36, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.area-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 28px rgba(14, 22, 36, 0.18);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.area-card strong {
  font-size: 18px;
}

.area-card span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.45;
}

.area-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 235, 255, 0.4);
  box-shadow: 0 18px 32px rgba(14, 22, 36, 0.3);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar__divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
}

.topbar__link {
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #4d1795;
  font-weight: 800;
  white-space: nowrap;
}

.topbar__link--light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 48px;
}

.hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0.45;
}

.hero__glow--cyan {
  top: -120px;
  left: -60px;
  width: 380px;
  height: 380px;
  background: rgba(58, 215, 255, 0.28);
}

.hero__glow--pink {
  right: -80px;
  bottom: 30px;
  width: 420px;
  height: 420px;
  background: rgba(255, 77, 184, 0.2);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(58, 215, 255, 0.3);
  background: rgba(58, 215, 255, 0.08);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.closing-cta h2 {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.85rem);
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead,
.section-heading p,
.closing-cta p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero__lead {
  max-width: 700px;
  margin: 24px 0 0;
}

.hero__checks {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hero__checks li,
.benefit-list li,
.offer-card li {
  position: relative;
  padding-left: 30px;
  color: #dfe9f2;
  line-height: 1.7;
}

.hero__checks li::before,
.benefit-list li::before,
.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 18px rgba(58, 215, 255, 0.45);
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: #071118;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  box-shadow: 0 20px 38px rgba(58, 215, 255, 0.24);
}

.btn--secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn--ghost {
  color: var(--text);
  border: 1px solid rgba(58, 215, 255, 0.28);
  background: rgba(58, 215, 255, 0.08);
}

.btn--large {
  min-height: 64px;
  padding: 0 34px;
  font-size: 1.05rem;
}

.hero__trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero__trust span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #c6d3de;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
}

.device {
  position: relative;
  padding: 22px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 29, 38, 0.95), rgba(8, 17, 24, 0.94));
  box-shadow: var(--shadow);
}

.device__tag {
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.device__screen {
  min-height: 540px;
  border-radius: 24px;
}

.device__card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 22px;
  width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 24, 31, 0.88);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.device__card strong {
  font-size: 0.98rem;
}

.device__card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.device__card--one {
  left: -26px;
  bottom: 78px;
}

.device__card--two {
  right: -16px;
  top: 72px;
}

.proof-strip {
  padding-bottom: 24px;
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.proof-strip__grid div {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.proof-strip strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: 88px 0;
}

.section--dark {
  background: rgba(5, 12, 18, 0.45);
}

.section--panel {
  background:
    radial-gradient(circle at 20% 10%, rgba(58, 215, 255, 0.08), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(255, 77, 184, 0.08), transparent 22%),
    #0a171e;
}

.section--offer {
  background:
    radial-gradient(circle at top center, rgba(255, 77, 184, 0.12), transparent 25%),
    radial-gradient(circle at bottom left, rgba(58, 215, 255, 0.08), transparent 26%),
    #0c1a22;
}

.section-heading {
  max-width: 760px;
}

.section-heading--center {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.pain-grid,
.method-grid,
.module-grid,
.social-grid,
.bonus-grid,
.offer-grid,
.guarantee__grid {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.pain-grid,
.method-grid,
.bonus-grid {
  grid-template-columns: repeat(2, 1fr);
}

.module-grid,
.offer-grid {
  grid-template-columns: repeat(3, 1fr);
}

.social-grid,
.guarantee__grid {
  grid-template-columns: repeat(3, 1fr);
}

.pain-card,
.method-card,
.module-card,
.social-card,
.bonus-card,
.offer-card,
.guarantee__item,
.faq-list details {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.pain-card,
.method-card,
.bonus-card,
.guarantee__item {
  padding: 28px;
}

.pain-card h3,
.method-card h3,
.module-card h3,
.social-card p,
.bonus-card h3,
.offer-card h3 {
  margin: 0;
}

.pain-card h3,
.method-card h3,
.module-card h3,
.bonus-card h3,
.offer-card h3,
.guarantee__item strong,
.mentor-section__content h2 {
  font-family: "Sora", sans-serif;
}

.pain-card p,
.method-card p,
.module-card p,
.bonus-card p,
.guarantee__item span,
.mentor-section__content p,
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.method-card {
  position: relative;
  overflow: hidden;
}

.method-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(58, 215, 255, 0.12);
  color: var(--cyan);
  font-weight: 800;
}

.module-card,
.social-card {
  padding: 18px;
}

.module-card h3,
.social-card p {
  margin-top: 18px;
}

.module-card p {
  margin-top: 10px;
}

.split-section,
.mentor-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.benefit-list,
.offer-card ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}

.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 24px;
  border-radius: 24px;
  border: 1px dashed rgba(58, 215, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(58, 215, 255, 0.08), rgba(255, 77, 184, 0.08)),
    rgba(255, 255, 255, 0.03);
  color: #d7eff7;
  text-align: center;
  line-height: 1.6;
}

.placeholder span {
  max-width: 260px;
}

.placeholder--hero {
  min-height: 520px;
}

.placeholder--tall {
  min-height: 520px;
}

.placeholder--portrait {
  min-height: 440px;
}

.bonus-card strong,
.offer-card__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.offer-card__price {
  margin-top: 18px;
  font-family: "Sora", sans-serif;
  font-size: 2.45rem;
  font-weight: 800;
}

.offer-card__price s {
  opacity: 0.55;
}

.offer-card__beta {
  margin: 10px 0 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0b1b33;
  background: #ffd34a;
  border: 2px solid #f1b80f;
  border-radius: 12px;
  padding: 10px 12px;
  display: inline-block;
  box-shadow: 0 12px 24px rgba(241, 184, 15, 0.28);
  animation: betaPulse 2.4s ease-in-out infinite;
}

@keyframes betaPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 12px 24px rgba(241, 184, 15, 0.28); }
  50% { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(241, 184, 15, 0.38); }
}

.offer-card .btn {
  margin-top: auto;
}

.offer-card--featured {
  border-color: rgba(255, 77, 184, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 77, 184, 0.12), rgba(58, 215, 255, 0.05)),
    rgba(9, 20, 28, 0.96);
  transform: translateY(-12px);
}

.offer-card__flag {
  position: absolute;
  top: -14px;
  left: 28px;
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), #8a2be2);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guarantee__item {
  text-align: center;
}

.guarantee__item strong {
  display: block;
  font-size: 1.3rem;
}

.mentor-section__content h2 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 34px auto 0;
}

.faq-list details {
  padding: 24px 26px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 1.05rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0 120px;
}

.closing-cta__glow {
  position: absolute;
  inset: auto 10% -140px 10%;
  height: 280px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(58, 215, 255, 0.2), rgba(255, 77, 184, 0.16));
  filter: blur(100px);
}

.closing-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  text-align: center;
}

.closing-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.closing-cta p {
  max-width: 700px;
  margin: 22px auto 0;
}

.closing-cta .btn {
  margin-top: 28px;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #071118;
  font-weight: 800;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 20px 40px rgba(58, 215, 255, 0.22);
}

.floating-cta svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .hero__grid,
  .split-section,
  .mentor-section {
    grid-template-columns: 1fr;
  }

  .proof-strip__grid,
  .module-grid,
  .offer-grid,
  .social-grid,
  .guarantee__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .device__card--one,
  .device__card--two {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar__inner,
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .proof-strip__grid,
  .pain-grid,
  .method-grid,
  .module-grid,
  .bonus-grid,
  .offer-grid,
  .social-grid,
  .guarantee__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .section {
    padding: 74px 0;
  }

  .topbar p {
    justify-content: center;
    text-align: center;
  }

  .topbar__link {
    text-align: center;
  }

  .topbar__actions {
    width: 100%;
    flex-direction: column;
  }

  .offer-card--featured {
    transform: none;
  }

  .floating-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
  }
}

.js-zoom-image {
  cursor: zoom-in;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.image-modal.show {
  display: flex;
}
.image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 26, 0.72);
  backdrop-filter: blur(4px);
}
.image-modal__content {
  position: relative;
  z-index: 1;
  width: min(1100px, 92vw);
  max-height: 90vh;
  background: #0f1724;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.image-modal__content img {
  width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 14px;
  background: #0b0f18;
}
.image-modal__close {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
