:root {
  --teal: #087d84;
  --teal-deep: #07545f;
  --aqua: #24d4d0;
  --aqua-soft: #dcfbf8;
  --gold: #c99a2e;
  --gold-soft: #fff2cb;
  --ink: #12333a;
  --muted: #5d757a;
  --line: #d9eeee;
  --white: #ffffff;
  --bg: #f5fffd;
  --shadow: 0 20px 60px rgba(7, 84, 95, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 6%, rgba(36, 212, 208, 0.2), transparent 34rem),
    radial-gradient(circle at 84% 14%, rgba(201, 154, 46, 0.16), transparent 28rem),
    var(--bg);
  line-height: 1.7;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(245, 255, 253, 0.86);
  border-bottom: 1px solid rgba(217, 238, 238, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--teal-deep);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 148px;
  height: 62px;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
}

.brand-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}

.header-cta,
.btn,
.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  box-shadow: 0 12px 28px rgba(8, 125, 132, 0.18);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  box-shadow: 0 18px 36px rgba(8, 125, 132, 0.22);
}

.btn-secondary {
  color: var(--teal-deep);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn-wide {
  width: min(100%, 420px);
}

.header-cta:hover,
.btn:hover,
.mobile-sticky-cta a:hover {
  transform: translateY(-2px);
}

.section,
.section-band,
.hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 5vw, 4rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  min-height: calc(100vh - 72px);
  overflow: hidden;
}

.section-band {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.74), rgba(220, 251, 248, 0.82)),
    radial-gradient(circle at top right, rgba(201, 154, 46, 0.16), transparent 26rem);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 1.1rem;
  color: var(--teal-deep);
  font-size: clamp(2.15rem, 5.8vw, 4.9rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  color: var(--teal-deep);
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.22;
  letter-spacing: 0;
}

h3 {
  color: var(--teal-deep);
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.32;
}

.lead,
.section-copy p,
.product-copy p,
.bonus-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-note,
.price-note {
  display: inline-block;
  margin: 0.4rem 0 0;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(201, 154, 46, 0.32);
  border-radius: 8px;
  color: var(--teal-deep);
  background: rgba(255, 242, 203, 0.52);
  font-size: 0.96rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.35rem;
}

.hero-offer {
  display: grid;
  justify-items: start;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hero-offer .offer-badge {
  margin: 0;
}

.hero-price {
  color: var(--teal-deep);
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  line-height: 1;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.trust-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.48rem 0.76rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 6% -4% -6% 11%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(36, 212, 208, 0.18), rgba(201, 154, 46, 0.22));
  transform: rotate(3deg);
}

.hero-image,
.bonus-media img,
.product-media img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(217, 238, 238, 0.84);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.narrow,
.section-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pain {
  background: var(--white);
}

.belief-grid,
.benefit-grid,
.split-grid,
.step-grid {
  display: grid;
  max-width: 1120px;
  margin: 2rem auto 0;
  gap: 1rem;
}

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

.belief-card,
.benefit,
.price-panel,
.info-panel,
.curriculum-item,
.step,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(7, 84, 95, 0.08);
}

.belief-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.belief-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(7, 84, 95, 0.1);
}

.belief-card.old img {
  object-position: center 42%;
}

.belief-card.new img {
  object-position: center 38%;
}

.belief-card h3 {
  margin-bottom: 0;
}

.belief-card.old {
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
}

.belief-card.new {
  border-color: rgba(201, 154, 46, 0.42);
  background: linear-gradient(180deg, #ffffff, var(--gold-soft));
}

.card-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-weight: 800;
}

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

.info-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.info-panel h3,
.curriculum-item h3,
.step h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
}

.muted-panel {
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
}

.clean-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.clean-list li::marker {
  color: var(--gold);
}

.product,
.bonus {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1180px;
  margin: 0 auto;
}

.leverage-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1180px;
  margin: 0 auto;
}

.leverage-inner .section-copy {
  max-width: 660px;
}

.leverage-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(217, 238, 238, 0.84);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.product-media img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--white);
}

.product-media .product-cutout {
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.text-link {
  color: var(--teal);
  font-weight: 800;
  text-decoration-color: rgba(8, 125, 132, 0.3);
  text-underline-offset: 0.22em;
}

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

.benefit {
  min-height: 112px;
  padding: 1.2rem;
  color: var(--teal-deep);
  font-size: 1.06rem;
  font-weight: 700;
}

.curriculum-list,
.faq-list {
  display: grid;
  max-width: 980px;
  margin: 2rem auto 0;
  gap: 1rem;
}

.curriculum-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: start;
  padding: 1.2rem;
}

.curriculum-item h3 {
  grid-column: 2;
}

.curriculum-item span,
.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  font-weight: 800;
}

.curriculum-item p,
.step p,
.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.curriculum-item p {
  grid-column: 2;
}

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

.step {
  padding: 1.2rem;
}

.step span {
  margin-bottom: 0.9rem;
}

.bonus {
  max-width: none;
}

.bonus-copy,
.bonus-media {
  max-width: 620px;
}

.bonus-media .bonus-proof-image {
  aspect-ratio: auto;
  max-height: 760px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.video-showcase .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.video-frame {
  position: relative;
  width: min(100%, 980px);
  aspect-ratio: 16 / 9;
  margin: 2rem auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-frame iframe,
.video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.video-frame-vertical {
  width: min(100%, 430px);
  aspect-ratio: 9 / 16;
}

.video-note {
  max-width: 980px;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.note {
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--gold);
  background: rgba(255, 242, 203, 0.7);
  color: var(--teal-deep) !important;
  font-weight: 700;
}

.price {
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(36, 212, 208, 0.18), transparent 26rem),
    var(--white);
}

.price-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.price-stack {
  display: grid;
  gap: 0.3rem;
  justify-items: center;
  margin: 1.4rem 0 1.8rem;
}

.normal-price {
  color: var(--muted);
  font-size: 1.08rem;
  text-decoration: line-through;
}

.price-stack strong {
  color: var(--teal-deep);
  font-size: clamp(3.2rem, 9vw, 5.3rem);
  line-height: 1;
}

.offer-summary {
  margin-bottom: 0;
  color: var(--teal-deep);
  font-weight: 700;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 560px;
  margin: 0 auto 0.8rem;
}

.countdown div {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.countdown strong {
  color: var(--teal-deep);
  font-size: clamp(1.55rem, 4vw, 2.3rem);
  line-height: 1;
}

.countdown span,
.countdown-caption,
.cta-caption {
  color: var(--muted);
  font-size: 0.86rem;
}

.countdown-caption {
  margin-bottom: 1.35rem;
}

.cta-caption {
  margin: 0.75rem 0 0;
}

.price-note {
  margin-top: 1.2rem;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 1.05rem 1.2rem;
  color: var(--teal-deep);
  font-weight: 800;
}

.faq-item p {
  padding: 0 1.2rem 1.2rem;
}

.line-oa-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0.9rem;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border: 1px solid rgba(217, 238, 238, 0.9);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(220, 251, 248, 0.74));
  box-shadow: var(--shadow);
  text-align: center;
}

.line-oa-panel img {
  width: 190px;
  height: 88px;
  object-fit: contain;
  object-position: center;
}

.line-oa-panel h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  white-space: nowrap;
}

.line-oa-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.line-oa-panel .btn {
  margin-top: 0.45rem;
}

.disclaimer {
  background: #f8fbfb;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 4rem);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--teal);
  font-weight: 800;
}

.mobile-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: none;
  padding: 0.72rem 1rem calc(0.72rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(7, 84, 95, 0.12);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta a {
  width: 100%;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--aqua));
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 900px) {
  .hero,
  .product,
  .bonus,
  .leverage-inner,
  .belief-grid,
  .benefit-grid,
  .split-grid,
  .step-grid,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-media {
    max-width: 620px;
    margin: 0 auto;
  }

  .product-media {
    max-width: 440px;
    margin: 0 auto;
  }

  .bonus-copy,
  .bonus-media {
    max-width: none;
  }

}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    padding: 0.68rem 1rem;
  }

  .brand img {
    width: 124px;
    height: 52px;
  }

  .brand-text {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .section,
  .section-band,
  .hero {
    padding: 3.1rem 1rem;
  }

  .hero {
    gap: 1.8rem;
  }

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

  .hero-offer {
    justify-items: center;
  }

  .countdown {
    gap: 0.4rem;
  }

  .countdown div {
    padding: 0.7rem 0.25rem;
  }

  .trust-row span {
    border-radius: 8px;
  }

  .curriculum-item {
    grid-template-columns: 1fr;
  }

  .curriculum-item h3,
  .curriculum-item p {
    grid-column: 1;
  }

  .curriculum-item span {
    margin-bottom: 0.8rem;
  }

  .benefit {
    min-height: 92px;
  }

  .site-footer {
    display: block;
    text-align: center;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 0.5rem;
  }

  .mobile-sticky-cta {
    display: block;
  }

  .line-oa-panel {
    text-align: center;
  }

  .line-oa-panel img {
    width: 164px;
    height: 76px;
  }

  .line-oa-panel h2 {
    white-space: normal;
  }

  .line-oa-panel .btn {
    width: 100%;
  }

  .bonus-media .bonus-proof-image {
    max-height: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
