:root {
  --bg: #050607;
  --panel: #0d1013;
  --panel-soft: #12161a;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f5f7fa;
  --muted: #a4adb8;
  --blue: #2388ff;
  --green: #89ef4f;
  --amber: #f6c85f;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(35, 136, 255, 0.09), transparent 420px),
    var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 58%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 16px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 7, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.metrics,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.nav {
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover {
  color: var(--text);
}

.header-cta {
  min-height: 40px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.84fr);
  gap: 56px;
  align-items: center;
  min-height: auto;
  padding: 86px 0 70px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.25;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 18px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 20px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.15;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue);
  color: white;
}

.button-secondary {
  border: 1px solid rgba(35, 136, 255, 0.45);
  color: #d9ebff;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
}

.metrics div,
.proof-grid div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.metrics strong,
.proof-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 25px;
}

.metrics div:nth-child(1) strong,
.proof-grid div:nth-child(1) strong {
  color: var(--text);
}

.metrics div:nth-child(2) strong,
.proof-grid div:nth-child(2) strong {
  color: var(--green);
}

.metrics div:nth-child(3) strong {
  color: var(--text);
}

.proof-grid div:nth-child(1) strong {
  color: var(--green);
}

.proof-grid div:nth-child(3) strong {
  color: var(--green);
}

.proof-grid div:nth-child(1) strong {
  color: var(--green);
}

.metrics div:nth-child(4) strong {
  color: #f06b6b;
}

.metrics span,
.proof-grid span {
  color: var(--muted);
  font-size: 13px;
}

.hero-media {
  min-width: 0;
}

.audio-showcase {
  max-width: 560px;
  margin-left: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(35, 136, 255, 0.16), transparent 44%),
    linear-gradient(315deg, rgba(137, 239, 79, 0.1), transparent 42%),
    var(--panel);
}

.showcase-top {
  margin-bottom: 18px;
}

.showcase-top span,
.audio-item span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.showcase-top p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #dbe3ec;
  font-size: 17px;
  line-height: 1.45;
}

.track-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.track-card + .track-card {
  margin-top: 12px;
}

.track-card h3 {
  margin-bottom: 12px;
  color: #edf3f8;
  font-size: 18px;
}

.audio-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.audio-item {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

.audio-item.after {
  border-color: rgba(137, 239, 79, 0.35);
}

.audio-item span {
  display: block;
  margin-bottom: 0;
  color: var(--muted);
}

.audio-item.after span {
  color: var(--green);
}

.audio-item audio {
  width: 100%;
  height: 34px;
  display: block;
  color-scheme: dark;
}

.pain-section,
.case-section,
.inside-section,
.result-section,
.bonuses-section,
.faq-section,
.final-cta {
  padding: 70px 0;
}

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

.section-heading.compact {
  max-width: 680px;
}

.pain-grid,
.inside-grid,
.bonus-grid,
.faq-list {
  display: grid;
  gap: 10px;
}

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

.pain-grid article,
.inside-grid article,
.bonus-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.pain-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 92px;
  padding: 18px 18px 18px 20px;
  color: #e8edf2;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.pain-grid article::before {
  content: "✕";
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(240, 78, 78, 0.55);
  border-radius: 50%;
  color: #ff5b5b;
  background: rgba(240, 78, 78, 0.1);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.pain-grid article span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

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

.steps article,
.inside-grid article,
.bonus-grid article {
  padding: 24px;
}

.steps span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green);
  font-weight: 800;
}

.steps p,
.inside-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.case-card,
.result-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 38px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(137, 239, 79, 0.08), transparent 42%),
    var(--panel);
}

.case-card {
  align-items: start;
}

.case-card p {
  max-width: 650px;
}

.proof-grid {
  display: grid;
  gap: 10px;
}

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

.inside-grid article {
  position: relative;
}

.inside-title {
  display: block;
}

.inside-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(137, 239, 79, 0.38);
  border-radius: 50%;
  color: var(--green);
  background: rgba(137, 239, 79, 0.08);
  box-shadow: inset 0 0 18px rgba(137, 239, 79, 0.06);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.inside-title h3 {
  margin-bottom: 10px;
}

.video-icon::before {
  content: "";
  width: 20px;
  height: 14px;
  border-radius: 3px;
  background: currentColor;
}

.video-icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--panel);
  transform: translateX(1px);
}

.tools-icon::before,
.tools-icon::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.tools-icon::before {
  transform: rotate(45deg);
}

.tools-icon::after {
  transform: rotate(-45deg);
}

.phone-icon::before {
  content: "";
  width: 17px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.phone-icon::after {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.money-icon {
  font-size: 21px;
}

.update-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.update-icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 7px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-28deg);
}

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

.bonuses-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.bonuses-head .section-heading {
  margin-bottom: 0;
}

.gift-visual {
  position: relative;
  width: 86px;
  height: 78px;
  justify-self: end;
  margin-top: 28px;
  filter: drop-shadow(0 12px 20px rgba(137, 239, 79, 0.14));
}

.gift-box {
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 60px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0 0 7px 7px;
  background:
    linear-gradient(90deg, transparent 41%, rgba(137, 239, 79, 0.82) 41% 59%, transparent 59%),
    linear-gradient(135deg, rgba(35, 136, 255, 0.55), rgba(10, 13, 17, 0.96));
}

.gift-lid {
  position: absolute;
  left: 7px;
  bottom: 43px;
  width: 72px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 42%, rgba(137, 239, 79, 0.86) 42% 58%, transparent 58%),
    linear-gradient(135deg, rgba(35, 136, 255, 0.55), rgba(15, 19, 24, 0.96));
}

.gift-loop {
  position: absolute;
  bottom: 57px;
  width: 28px;
  height: 22px;
  border: 6px solid var(--green);
  border-radius: 50%;
  opacity: 0.92;
}

.gift-loop-left {
  left: 17px;
  transform: rotate(-20deg);
}

.gift-loop-right {
  right: 17px;
  transform: rotate(20deg);
}

.bonus-grid article {
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(35, 136, 255, 0.08), transparent 45%),
    rgba(255, 255, 255, 0.035);
}

.bonus-grid h3 {
  margin-bottom: 14px;
}

.bonus-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.result-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: #e8edf2;
}

.result-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(137, 239, 79, 0.55);
  border-radius: 50%;
  color: var(--green);
  background: rgba(137, 239, 79, 0.1);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

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

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  min-height: 64px;
  padding: 21px 22px;
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 14px;
}

.final-cta {
  display: grid;
  place-items: center;
  text-align: center;
  padding-bottom: 90px;
}

.final-cta img {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
}

.final-cta h2 {
  max-width: 840px;
  text-transform: uppercase;
}

.final-cta p {
  max-width: 780px;
  margin-bottom: 24px;
}

.final-cta .button {
  max-width: 460px;
  width: 100%;
}

.footer {
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .case-card,
  .result-panel {
    grid-template-columns: 1fr;
  }

  .audio-showcase {
    max-width: none;
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    position: relative;
    gap: 12px;
  }

  .brand span {
    max-width: 118px;
    font-size: 12px;
  }

  .header-cta {
    padding-inline: 12px;
    font-size: 13px;
  }

  .section {
    width: min(100% - 28px, var(--max));
  }

  h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .metrics,
  .hero-actions {
    align-items: stretch;
  }

  .metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .metrics div {
    min-height: 106px;
    padding: 16px 14px;
  }

  .metrics strong {
    font-size: clamp(22px, 6.3vw, 28px);
    line-height: 1.05;
    white-space: nowrap;
  }

  .metrics span {
    font-size: 12px;
    line-height: 1.35;
  }

  .pain-grid,
  .steps,
  .inside-grid,
  .bonus-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .audio-showcase {
    padding: 18px;
  }

  .audio-pair {
    display: grid;
    grid-template-columns: 1fr;
  }

  .audio-item {
    display: block;
  }

  .audio-item span {
    margin-bottom: 10px;
  }

  .inside-grid article {
    padding: 22px;
  }

  .inside-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  .inside-title h3 {
    margin-bottom: 0;
  }

  .inside-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    border-width: 1px;
    font-size: 9px;
  }

  .video-icon::before {
    width: 12px;
    height: 9px;
    border-radius: 2px;
  }

  .video-icon::after {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 5px;
  }

  .tools-icon::before,
  .tools-icon::after {
    width: 13px;
    height: 2px;
  }

  .phone-icon::before {
    width: 10px;
    height: 15px;
    border-width: 1.5px;
    border-radius: 3px;
  }

  .phone-icon::after {
    bottom: 5px;
    width: 2px;
    height: 2px;
  }

  .money-icon {
    font-size: 14px;
  }

  .update-icon::before {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .update-icon::after {
    right: 5px;
    top: 6px;
    border-left-width: 5px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .pain-section,
  .case-section,
  .inside-section,
  .result-section,
  .bonuses-section,
  .faq-section,
  .final-cta {
    padding: 48px 0;
  }

  .case-card,
  .result-panel {
    padding: 24px;
  }

  .bonuses-head {
    grid-template-columns: minmax(0, 1fr) 66px;
    gap: 10px;
  }

  .gift-visual {
    width: 62px;
    height: 58px;
    margin-top: 34px;
  }

  .gift-box {
    left: 9px;
    width: 44px;
    height: 34px;
  }

  .gift-lid {
    left: 5px;
    bottom: 32px;
    width: 52px;
    height: 14px;
  }

  .gift-loop {
    bottom: 43px;
    width: 21px;
    height: 16px;
    border-width: 4px;
  }

  .gift-loop-left {
    left: 12px;
  }

  .gift-loop-right {
    right: 12px;
  }

  .bonus-grid article {
    min-height: 0;
    padding: 20px;
  }

  .bonus-grid h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .bonus-grid p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
