:root {
  --ink: #000000;
  --white: #ffffff;
  --ivory: #f7f4ef;
  --warm: #d9d2c8;
  --taupe: #8c8175;
  --champagne: #c9a76a;
  --display: "Bodoni Moda", Didot, "Bodoni 72", serif;
  --sans: Montserrat, Inter, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

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

.landing-main {
  background: var(--ivory);
  color: var(--ink);
}

.container,
.hero-grid,
.opportunity-grid,
.urgency-wrap,
.site-nav {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
}

.site-brand {
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.custom-logo {
  max-width: 190px;
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

.primary-menu {
  display: none;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  list-style: none;
  text-transform: uppercase;
}

.primary-menu a {
  transition: color 160ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus {
  color: var(--champagne);
}

.ba-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--champagne);
  color: var(--ink);
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ba-cta:hover,
.ba-cta:focus {
  transform: translateY(-2px);
  background: #d9bb7f;
}

.ba-cta:focus {
  outline: 2px solid var(--champagne);
  outline-offset: 3px;
}

.ba-cta-dark {
  background: var(--ink);
  color: var(--white);
}

.ba-cta-dark:hover,
.ba-cta-dark:focus {
  background: #1f1b18;
}

.ba-cta-small {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 12px;
}

.hero-section {
  background: var(--ink);
  color: var(--white);
  padding: 36px 16px 56px;
}

.hero-grid {
  display: grid;
  gap: 28px;
}

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

.hero-pill {
  display: inline-flex;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 167, 106, 0.4);
  border-radius: 999px;
  color: var(--champagne);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-copy h1,
.landing-footer h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 12vw, 72px);
  line-height: 0.88;
}

.hero-subtitle {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.78;
}

.offer-box {
  margin-top: 24px;
  border: 1px solid rgba(201, 167, 106, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
}

.offer-label {
  color: var(--champagne);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-price {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.quick-facts span {
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hero-cta {
  width: 100%;
  margin-top: 24px;
}

.hero-media {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.vsl-html-placeholder,
.testimonial-html-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 208px;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(201, 167, 106, 0.5);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 60px rgba(201, 167, 106, 0.22);
  text-align: center;
}

.placeholder-compact {
  min-height: 176px;
}

.vsl-html-placeholder::before,
.testimonial-html-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 78%);
  pointer-events: none;
}

.placeholder-inner {
  position: relative;
  z-index: 1;
  max-width: 320px;
  padding: 0 20px;
}

.play-icon {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: var(--champagne);
  color: var(--ink);
}

.play-icon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid currentColor;
}

.placeholder-label {
  color: var(--champagne);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.placeholder-copy {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.hero-checks {
  display: grid;
  gap: 12px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 16px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.ba-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--champagne);
}

.ba-icon-message::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.ba-icon-message::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(20deg);
}

.ba-icon-check::before,
.ba-icon-check-large::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 9px;
  height: 15px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(42deg);
}

.ba-icon-check-large {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}

.ba-icon-sparkles::before,
.ba-icon-sparkles::after {
  content: "";
  position: absolute;
  background: currentColor;
  transform: rotate(45deg);
}

.ba-icon-sparkles::before {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 18px;
}

.ba-icon-sparkles::after {
  left: 2px;
  top: 6px;
  width: 18px;
  height: 8px;
}

.ba-icon-gem {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}

.ba-icon-gem::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 3px solid currentColor;
  transform: rotate(45deg);
}

.ba-icon-pin,
.ba-icon-calendar,
.ba-icon-users,
.ba-icon-award {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.ba-icon-pin::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 18px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 999px 999px 999px 0;
  transform: rotate(-45deg);
}

.ba-icon-calendar::before {
  content: "";
  position: absolute;
  inset: 5px 3px 3px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.ba-icon-calendar::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 12px;
  border-top: 3px solid currentColor;
}

.ba-icon-users::before,
.ba-icon-users::after {
  content: "";
  position: absolute;
  border: 3px solid currentColor;
  border-radius: 999px;
}

.ba-icon-users::before {
  left: 9px;
  top: 3px;
  width: 14px;
  height: 14px;
}

.ba-icon-users::after {
  left: 4px;
  bottom: 2px;
  width: 24px;
  height: 15px;
  border-top-color: transparent;
}

.ba-icon-award::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

.ba-icon-award::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 1px;
  width: 12px;
  height: 14px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

.ba-icon-chevron {
  width: 20px;
  height: 20px;
}

.ba-icon-chevron::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.pain-section,
.includes-section,
.details-section,
.faq-section {
  padding: 64px 16px;
}

.opportunity-section,
.bonus-section {
  background: var(--white);
  padding: 64px 16px;
}

.value-section,
.testimonials-section {
  background: var(--ink);
  color: var(--white);
  padding: 64px 16px;
}

.section-header {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-header .eyebrow,
.urgency-eyebrow {
  margin-bottom: 12px;
  color: var(--taupe);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-header-light .eyebrow,
.landing-footer .eyebrow {
  color: var(--champagne);
}

.section-header h2,
.opportunity-section h2,
.urgency-section h2,
.content-title {
  font-family: var(--display);
  font-size: clamp(40px, 10vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
}

.section-header-light h2 {
  color: var(--white);
}

.section-copy {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.section-header-light .section-copy {
  color: rgba(255, 255, 255, 0.75);
}

.pain-grid,
.value-grid,
.includes-grid,
.bonus-grid,
.details-grid,
.testimonials-grid {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.pain-card {
  border: 1px solid var(--warm);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
}

.pain-card h3,
.bonus-card h3 {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.pain-card p,
.bonus-card p,
.faq-list details p {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.75;
}

.opportunity-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.opportunity-copy {
  display: grid;
  gap: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.78;
}

.opportunity-copy .ba-cta {
  justify-self: start;
}

.value-card {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.value-card p,
.include-card p {
  font-weight: 700;
  line-height: 1.5;
}

.include-card {
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.bonus-card {
  border: 1px solid rgba(201, 167, 106, 0.45);
  border-radius: 8px;
  background: var(--ivory);
  padding: 28px;
}

.detail-card {
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  padding: 24px;
}

.detail-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-value {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.urgency-section {
  background: var(--champagne);
  color: var(--ink);
  padding: 56px 16px;
}

.urgency-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.urgency-eyebrow {
  color: var(--ink);
}

.urgency-cta {
  width: 100%;
  flex-shrink: 0;
}

.faq-wrap {
  max-width: 896px;
  margin: 0 auto;
}

.faq-list {
  margin-top: 40px;
  border: 1px solid var(--warm);
  border-radius: 8px;
  background: var(--white);
}

.faq-list details {
  padding: 20px;
}

.faq-list details + details {
  border-top: 1px solid var(--warm);
}

.faq-list summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  font-weight: 800;
}

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

.faq-list details[open] .ba-icon-chevron::before {
  transform: rotate(225deg);
}

.landing-footer {
  background: var(--ink);
  color: var(--white);
  padding: 64px 16px;
}

.footer-inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.landing-footer h2 {
  margin-top: 16px;
  font-size: clamp(48px, 11vw, 60px);
  line-height: 0.9;
}

.footer-copy {
  max-width: 672px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.78;
}

.footer-cta {
  width: 100%;
  margin-top: 32px;
}

.placeholder-note {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.content-main {
  padding: 64px 16px;
}

.content-wrap {
  display: grid;
  width: min(100%, 1120px);
  gap: 32px;
  margin: 0 auto;
}

.content-list {
  display: grid;
  gap: 24px;
}

.content-card,
.sidebar .widget,
.footer-widget {
  border: 1px solid var(--warm);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}

.content-card-wide {
  width: min(100%, 896px);
  margin: 0 auto;
}

.content-title {
  margin-bottom: 18px;
  color: var(--ink);
}

.content-title a:hover {
  color: var(--champagne);
}

.content-thumb {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}

.entry-content,
.content-excerpt,
.archive-description,
.widget {
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.75;
}

.entry-content > * + * {
  margin-top: 1.2em;
}

.sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.widget-title,
.footer-widget-title {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.footer-widgets {
  display: grid;
  gap: 18px;
  background: var(--ivory);
  padding: 32px 16px;
}

.pagination,
.post-navigation {
  font-weight: 700;
}

@media (min-width: 640px) {
  .site-nav {
    padding-inline: 24px;
  }

  .hero-section {
    padding-inline: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(60px, 9vw, 72px);
  }

  .hero-cta,
  .footer-cta {
    width: auto;
  }

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

  .pain-section,
  .includes-section,
  .details-section,
  .faq-section,
  .opportunity-section,
  .bonus-section,
  .value-section,
  .testimonials-section {
    padding-inline: 24px;
  }
}

@media (min-width: 768px) {
  .primary-menu {
    display: flex;
  }

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

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

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

  .urgency-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .urgency-cta {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    padding-bottom: 80px;
  }

  .hero-grid {
    grid-template-columns: 0.88fr 1.12fr;
    align-items: start;
  }

  .hero-copy {
    position: sticky;
    top: 96px;
  }

  .vsl-html-placeholder {
    min-height: 420px;
  }

  .placeholder-compact {
    min-height: 176px;
  }

  .pain-section,
  .includes-section,
  .details-section,
  .faq-section,
  .opportunity-section,
  .bonus-section,
  .value-section,
  .testimonials-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .opportunity-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

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

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

  .content-wrap {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .content-card-wide {
    grid-column: 1 / -1;
  }
}
