:root {
  --bg: #050506;
  --bg-2: #0d0f12;
  --panel: #14161b;
  --panel-2: #1a1d23;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(246, 197, 75, 0.38);
  --gold: #f6c54b;
  --gold-2: #c99526;
  --gold-3: #ffe08a;
  --white: #ffffff;
  --text: #d9dde8;
  --muted: #9ca3b4;
  --dim: #6f7788;
  --danger: #f08b7f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(246, 197, 75, 0.06), transparent 34%),
    linear-gradient(180deg, #08090b 0%, #050506 60%, #0b0c0f 100%);
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: var(--white);
  line-height: 1.08;
  letter-spacing: 0;
}

p {
  margin-bottom: 0;
}

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

.section {
  padding: 72px 0;
}

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

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

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

.section-heading h2,
.audience-card h2,
.purchase-copy h2,
.confidence h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}

.section-heading p,
.purchase-copy p,
.confidence p {
  color: var(--muted);
  font-size: 1.02rem;
}

.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 5, 6, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

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

.brand-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: #211600;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.btn-primary {
  color: #171000;
  background: linear-gradient(135deg, var(--gold-3), var(--gold), var(--gold-2));
  box-shadow: 0 14px 34px rgba(246, 197, 75, 0.22);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(246, 197, 75, 0.32);
}

.btn-lg {
  min-height: 56px;
  padding: 16px 24px;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

.header-cta {
  display: none;
  flex: 0 0 auto;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 70px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(246, 197, 75, 0.10), transparent 46%),
    linear-gradient(180deg, #111318 0%, #050506 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-areas:
    "copy"
    "product"
    "action"
    "trust";
  align-items: center;
  gap: 18px;
}

.hero-copy {
  grid-area: copy;
  min-width: 0;
}

.hero-product {
  grid-area: product;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.hero-action-block {
  grid-area: action;
  min-width: 0;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--gold-3);
  background: rgba(246, 197, 75, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 2.1rem;
  overflow-wrap: break-word;
}

.hero-subline {
  max-width: 640px;
  color: var(--text);
  font-size: 1rem;
  overflow-wrap: break-word;
}

.hero-actions {
  display: grid;
  gap: 9px;
  align-items: start;
}

.hero-actions span {
  color: var(--dim);
  font-size: 0.88rem;
}

.hero-points {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: 0.88rem;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-points li::before,
.check-list li::before {
  content: "";
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
}

.hero-cover {
  display: flex;
  justify-content: center;
  perspective: 1400px;
}

.hero-cover img {
  width: 92px;
  border-radius: 6px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.50));
  transform: none;
}

.hero-proof-card {
  min-width: 0;
  max-width: 100%;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 197, 75, 0.13), rgba(255, 255, 255, 0.05)),
    rgba(20, 22, 27, 0.84);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.hero-proof-card strong,
.hero-proof-card span,
.hero-proof-card small {
  display: block;
}

.hero-proof-card strong {
  color: var(--gold-3);
  font-size: 1.85rem;
  line-height: 1;
}

.hero-proof-card span {
  margin-top: 4px;
  color: var(--white);
  font-weight: 800;
}

.hero-proof-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.hero-trust-row {
  grid-area: trust;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.hero-trust-row li {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.hero-trust-row strong,
.hero-trust-row span {
  display: block;
}

.hero-trust-row strong {
  color: var(--gold);
  font-size: 0.82rem;
}

.hero-trust-row span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.3;
}

/* Trust strip */
.trust-section {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  background: #090a0c;
}

.trust-grid {
  display: grid;
  gap: 12px;
}

.trust-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.trust-card span {
  grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--radius);
  color: #171000;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  font-weight: 900;
}

.trust-card h2 {
  margin-bottom: 0;
  font-size: 1rem;
}

.trust-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Problem */
.problem-list {
  display: grid;
  gap: 14px;
}

.problem-item,
.content-card,
.audience-card,
.price-box,
.check-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.problem-item {
  display: grid;
  gap: 8px;
  min-height: 178px;
  padding: 22px;
}

.problem-item span,
.content-card span,
.price-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.problem-item h3,
.content-card h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.problem-item p,
.content-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Solution */
.split-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.check-panel {
  padding: 24px;
  border-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(246, 197, 75, 0.10), rgba(255, 255, 255, 0.035)),
    var(--panel);
}

.check-list,
.x-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.x-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text);
}

.x-list li::before {
  content: "x";
  display: inline-grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--danger);
  font-weight: 900;
  line-height: 1;
}

/* Content cards */
.content-grid {
  display: grid;
  gap: 16px;
}

.content-card {
  min-height: 205px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.10);
}

.content-card h3 {
  margin-top: 12px;
}

/* Confidence band */
.confidence {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(246, 197, 75, 0.20), transparent 62%),
    linear-gradient(180deg, #15130d 0%, #080808 100%);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.confidence-inner {
  max-width: 860px;
}

.confidence h2 {
  max-width: 680px;
}

.confidence p {
  max-width: 680px;
  color: #f0f1f4;
}

/* Audience */
.audience-grid,
.purchase-grid {
  display: grid;
  gap: 18px;
}

.audience-card {
  padding: 24px;
}

.audience-card h2 {
  margin-bottom: 22px;
}

.audience-yes {
  border-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(246, 197, 75, 0.12), rgba(255, 255, 255, 0.04)),
    var(--panel);
}

.audience-no {
  background: var(--panel);
}

/* Purchase */
.purchase-copy {
  max-width: 650px;
}

.price-box {
  display: grid;
  gap: 24px;
  padding: 24px;
  border-color: var(--line-strong);
  background:
    linear-gradient(180deg, rgba(246, 197, 75, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel-2);
}

.payment-badge-row {
  margin-top: 40px;
  text-align: center;
}

.payment-badge-caption {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.payment-badge-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  display: inline-flex;
  justify-content: center;
}

.payment-badge-card img {
  width: 100%;
  height: auto;
  max-width: 640px;
}

.price-box strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--gold-3);
  font-size: 3rem;
  line-height: 1;
}

.price-box p {
  color: var(--muted);
}

/* Legal and footer */
.legal-note {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  background: #07080a;
}

.legal-note p {
  max-width: 900px;
  font-size: 0.94rem;
}

.site-footer {
  padding: 34px 0 96px;
  color: var(--dim);
  background: var(--bg);
}

.footer-inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

.footer-inner a:hover {
  color: var(--gold);
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  display: none;
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-strong);
  background: rgba(10, 11, 13, 0.94);
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.42);
  transform: translateY(110%);
  transition: transform 200ms ease;
}

.sticky-cta.visible {
  transform: translateY(0);
}

.sticky-cta .btn {
  width: 100%;
}

/* Purchase notification */
.purchase-toast {
  position: fixed;
  right: 16px;
  bottom: 88px;
  left: 16px;
  z-index: 140;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 370px;
  margin: 0 auto;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(16, 18, 22, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.44);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(14px);
}

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

.purchase-toast-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--radius);
  color: #171000;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  font-weight: 900;
}

.purchase-toast p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.purchase-toast strong {
  color: var(--white);
}

@media (prefers-reduced-motion: no-preference) {
  html.animations-ready .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 520ms ease, transform 520ms ease;
  }

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

@media (max-width: 719px) {
  body {
    padding-bottom: 74px;
  }

  .header-inner {
    min-height: 58px;
  }

  .hero {
    display: flex;
    align-items: center;
    min-height: calc(100svh - 58px);
    padding: 14px 0 18px;
  }

  .hero-grid {
    gap: 12px;
  }

  .hero-copy,
  .hero-product,
  .hero-action-block,
  .hero-trust-row {
    width: 100%;
    max-width: calc(100vw - 40px);
    justify-self: start;
  }

  .badge-row {
    gap: 6px;
    margin-bottom: 9px;
  }

  .badge {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.68rem;
  }

  .hero h1 {
    margin-bottom: 10px;
    font-size: 1.88rem;
  }

  .hero-subline {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero-points {
    display: grid;
    gap: 5px;
    margin-top: 10px;
    font-size: 0.82rem;
  }

  .hero-product {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-cover img {
    width: 82px;
    transform: none;
  }

  .hero-proof-card {
    padding: 10px 12px;
  }

  .hero-proof-card strong {
    font-size: 1.55rem;
  }

  .hero-proof-card span {
    font-size: 0.9rem;
  }

  .hero-proof-card small {
    font-size: 0.74rem;
  }

  .hero-actions span {
    font-size: 0.76rem;
  }

  .btn-lg {
    min-height: 50px;
    padding: 13px 18px;
  }

  .hero-trust-row {
    gap: 6px;
  }

  .hero-trust-row li {
    padding: 8px;
  }

  .sticky-cta {
    display: block;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 719px) and (max-height: 760px) {
  .hero {
    padding: 10px 0 14px;
  }

  .badge-row,
  .hero-trust-row {
    display: none;
  }

  .hero h1 {
    font-size: 1.7rem;
  }

  .hero-cover img {
    width: 72px;
  }

  .hero-product {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .hero-proof-card strong {
    font-size: 1.35rem;
  }
}

@media (min-width: 560px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

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

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

@media (min-width: 720px) {
  .section {
    padding: 92px 0;
  }

  .container {
    padding: 0 28px;
  }

  .header-cta {
    display: inline-flex;
  }

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

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .purchase-toast {
    right: 24px;
    bottom: 24px;
    left: auto;
    margin: 0;
  }
}

@media (min-width: 900px) {
  .hero {
    padding: 76px 0 90px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 410px;
    grid-template-areas:
      "copy product"
      "action product"
      "trust product";
    gap: 56px;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-subline {
    font-size: 1.18rem;
  }

  .hero-cover {
    justify-content: flex-end;
  }

  .hero-product {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-self: stretch;
  }

  .hero-cover img {
    width: 390px;
    filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.58));
    transform: rotateY(-7deg) rotateX(2deg);
  }

  .hero-proof-card {
    width: 330px;
    margin-top: -34px;
  }

  .hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 0.95rem;
  }

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

  .section-heading h2,
  .audience-card h2,
  .purchase-copy h2,
  .confidence h2 {
    font-size: 2.75rem;
  }

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

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

  .split-layout,
  .purchase-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 52px;
  }

  .audience-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 22px;
  }

  .price-box {
    padding: 30px;
  }
}
