:root {
  --bg: #07090b;
  --bg2: #0d1115;
  --card: #10151a;
  --text: #f5f7f8;
  --muted: #aeb7bf;
  --gold: #ffbe22;
  --gold2: #f28a00;
  --green: #79e31f;
  --line: rgba(255, 190, 34, .22);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text)
}

.fw-black {
  font-weight: 900
}

.py-lg-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(255, 174, 0, .13), transparent 34%), linear-gradient(135deg, #050607, #0c1115 60%, #090b0d);
  border-bottom: 1px solid var(--line)
}

.hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 181, 0, .1);
  filter: blur(80px);
  right: -120px;
  top: -120px
}

.badge-kicker,
.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em
}

h1,
h2,
h3 {
  letter-spacing: -.03em
}

h1 span,
h2 span {
  color: var(--gold)
}

.hero .lead,
.section-heading p {
  color: var(--muted)
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem
}

.hero-points span {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  padding: .6rem .85rem;
  border-radius: 999px;
  font-size: .86rem
}

.price-box {
  display: inline-flex;
  flex-direction: column;
  border-left: 4px solid var(--gold);
  padding-left: 1rem
}

.price-box small {
  font-weight: 700;
  color: var(--muted)
}

.price-box .price {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--gold)
}

.price-box span {
  font-size: .78rem;
  color: var(--muted)
}

.btn-gold {
  border: 0;
  color: #111;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  font-weight: 900;
  box-shadow: 0 10px 35px rgba(255, 174, 0, .24);
  transition: .25s
}

.btn-gold:hover {
  color: #111;
  transform: translateY(-2px);
  filter: brightness(1.08)
}

.microcopy {
  color: #89939b;
  font-size: .8rem
}

.hero-image-wrap {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55)
}

.hero-image {
  border-radius: 20px
}

.section-dark {
  background: var(--bg2)
}

.section-soft {
  background: #f5f3ed;
  color: #121416
}

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

.section-heading h2,
.section-soft h2,
.strategy h2,
.checkout-section h2 {
  font-weight: 900
}

.section-heading p {
  max-width: 650px;
  margin: 1rem auto 0
}

.product-card {
  overflow: hidden;
  background: linear-gradient(180deg, #12181d, #0b0f12);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 22px;
  transition: .25s
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: var(--line);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .3)
}

.product-card img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.product-card .number {
  display: inline-block;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: .5rem
}

.product-card h3 {
  font-size: 1.35rem;
  font-weight: 800
}

.product-card p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
  margin: 0
}

.check-list {
  padding: 0;
  list-style: none
}

.check-list li {
  padding: .65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-weight: 600
}

.check-list li:before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: .65rem;
  border-radius: 50%;
  background: #111;
  color: var(--gold);
  font-weight: 900
}

.audience-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: #0c1115;
  font-weight: 700
}

.audience-card b {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--green);
  color: #102000;
  font-size: 1.15rem
}

.audience-card:hover {
  border-color: var(--line)
}

.strategy {
  background: radial-gradient(circle at 50% 45%, rgba(255, 183, 0, .12), transparent 30%), #07090b
}

.strategy-box {
  max-width: 900px
}

.strategy p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--muted)
}

.checkout-section {
  background: #f5f3ed;
  color: #121416
}

.checkout-card {
  max-width: 560px;
  border-radius: 24px;
  background: #fff;
  padding: 2.2rem;
  border: 1px solid #e8e2d2;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12)
}

.checkout-price {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.1;
  color: #151515
}

footer {
  background: #050607;
  color: #777f86;
  border-top: 1px solid rgba(255, 255, 255, .06);
  font-size: .83rem
}

@media(max-width:991.98px) {
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .hero {
    text-align: center
  }

  .hero-points {
    justify-content: center
  }

  .price-box {
    text-align: left
  }

  .hero-image-wrap {
    max-width: 720px;
    margin: auto
  }
}

@media(max-width:575.98px) {
  h1.display-4 {
    font-size: 2.45rem
  }

  .hero-points span {
    width: 100%
  }

  .checkout-card {
    padding: 1.5rem
  }

  .product-card img {
    aspect-ratio: 1/1.12
  }

  .btn-lg {
    font-size: .98rem
  }

  .checkout-price {
    font-size: 2.6rem
  }
}