:root {
  --text: #111111;
  --muted: #222222;
  --gold: #f2b300;
  --gold-2: #f6c21a;
  --gold-soft: #f8edd0;
  --line: rgba(234, 224, 206, 0.8);
  --shadow-xl: 0 28px 60px rgba(25, 20, 10, 0.08);
  --shadow-md: 0 12px 30px rgba(20, 20, 20, 0.045);
  --ease: 0.35s cubic-bezier(.2, .8, .2, 1);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 226, 145, 0.14) 0%, rgba(255, 226, 145, 0.05) 15%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #f8f2e4 0%, #f4efe5 24%, #f3efe6 100%);
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  text-decoration: none;
  font-family: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.page-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(100px);
}

.page-glow-1 {
  width: 420px;
  height: 420px;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 219, 109, 0.12);
}

.page-glow-2 {
  width: 280px;
  height: 280px;
  top: 110px;
  right: -120px;
  background: rgba(255, 244, 210, 0.16);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  padding: 34px 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(248, 242, 228, 0.92),
    rgba(248, 242, 228, 0.55),
    rgba(248, 242, 228, 0)
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.header-inner {
  width: 90%;
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.brand-left {
  font-size: 16px;
  font-weight: 700;
  color: #9a6900;
}

.brand-center {
  display: flex;
  justify-content: center;
}

.brand-center img {
  width: 78px;
  height: auto;
  opacity: 0.96;
  transition: transform var(--ease);
}

.site-header:hover .brand-center img {
  transform: scale(1.03);
}

.desktop-only {
  display: block;
}

.header-btn,
.cta-btn,
.mobile-fixed-cta,
.download-btn,
.secondary-link-btn,
.big-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    filter var(--ease),
    opacity var(--ease),
    background var(--ease),
    color var(--ease);
}

.header-btn,
.cta-btn,
.mobile-fixed-cta,
.download-btn,
.big-cta-btn {
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 100%);
  color: #171717;
}

.secondary-link-btn {
  background: transparent;
  color: #8b6a12;
  border: 1px solid #dfc57b;
}

.header-btn {
  justify-self: end;
  min-height: 48px;
  padding: 0 28px;
  font-size: 13px;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(242, 179, 0, 0.18);
}

.cta-btn {
  min-height: 56px;
  width: 100%;
  padding: 0 28px;
  font-size: 14px;
  margin-top: 14px;
  box-shadow: 0 14px 28px rgba(242, 179, 0, 0.22);
}

.big-cta-btn {
  min-height: 54px;
  padding: 0 28px;
  font-size: 14px;
  min-width: 260px;
  box-shadow: 0 12px 24px rgba(242, 179, 0, 0.18);
  letter-spacing: 0;
}

.download-btn {
  min-height: 54px;
  padding: 0 28px;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(242, 179, 0, 0.18);
}

.secondary-link-btn {
  min-height: 54px;
  padding: 0 24px;
  font-size: 14px;
}

.header-btn:hover,
.cta-btn:hover,
.mobile-fixed-cta:hover,
.download-btn:hover,
.secondary-link-btn:hover,
.big-cta-btn:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.03);
}

/* Hero */
.hero {
  padding-top: 30px;
}

.hero-inner {
  text-align: center;
}

.eyebrow,
.mini-label,
.mini-label-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8b6a12;
}

.eyebrow {
  background: rgba(250, 244, 228, 0.9);
  margin-top: 18px;
  border: 1px solid #efe2bc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mini-label-alt {
  background: rgba(250, 244, 228, 0.9);
  border: 1px solid #efe2bc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-title {
  margin: 34px auto 0;
  max-width: 860px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.hero-title span {
  color: var(--gold);
  font-style: italic;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(242, 179, 0, 0.06);
}

.hero-text,
.section-text {
  max-width: 650px;
  margin: 28px auto 0;
  font-size: 22px;
  line-height: 1.6;
  color: var(--muted);
}

.mini-label {
  margin-top: 70px;
  padding: 0;
  min-height: unset;
  border-radius: 0;
  background: transparent;
}

.section-title {
  margin: 14px 0 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

/* Video */
.video-card {
  margin-top: 48px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-xl);
  background: #000;
  cursor: pointer;
}

.live-video-shell {
  aspect-ratio: 16 / 9;
}

#vimeoPlayer,
#vimeoPlayer iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  border: 0;
  pointer-events: none;
}

.custom-video-toggle {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 4;
  transition:
    opacity var(--ease),
    transform var(--ease);
  pointer-events: none;
}

.custom-video-toggle.is-hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.play-icon {
  width: 152px;
  height: 152px;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.22));
}

.video-hit-area {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: transparent;
}

.video-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  min-height: 54px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  backdrop-filter: blur(8px);
  z-index: 6;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.08);
  pointer-events: none;
}

.video-phase {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #43403a;
}

.video-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5d5d;
  display: inline-block;
}

.video-time {
  font-size: 12px;
  color: #7c776f;
  font-weight: 700;
}

/* Offer */
.offer-wrap {
  padding-top: 24px;
  padding-bottom: 10px;
}

.offer-card {
  display: grid;
  grid-template-columns: 1.65fr 0.9fr;
  gap: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.72));
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 56px;
  box-shadow: var(--shadow-md);
  transition: transform var(--ease), box-shadow var(--ease);
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.07);
}

.offer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-left h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.offer-left p {
  max-width: 540px;
  margin: 16px 0 0;
  font-size: 22px;
  line-height: 1.55;
  color: var(--muted);
}

.offer-features {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #35322e;
  transition: transform var(--ease);
}

.feature-item:hover {
  transform: translateY(-2px);
}

.feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.feature-icon img {
  width: 14px;
  height: 14px;
}

.offer-right {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f0eadf;
  border-radius: 28px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 8px 24px rgba(40, 31, 12, 0.03);
}

.offer-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8b6a12;
  text-align: center;
}

.price-line {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.price-main {
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.price-old {
  font-size: 20px;
  color: #bbb5aa;
  font-weight: 600;
}

.secure-line {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #c4beb3;
}

/* Benefits */
.benefits {
  padding-top: 46px;
  padding-bottom: 28px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-card {
  min-height: 320px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.74));
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px 30px;
  box-shadow: var(--shadow-md);
  transition: transform var(--ease), box-shadow var(--ease);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(20, 20, 20, 0.08);
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.benefit-icon img {
  width: 18px;
  height: 18px;
}

.benefit-card h4 {
  margin: 48px 0 0;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.benefit-card p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}

/* Star Magic Activation Explainer */
.iht-explainer {
  padding-top: 18px;
  padding-bottom: 12px;
}

.iht-wrap {
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.7));
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow-md);
  padding: 42px 38px;
}

.iht-head {
  text-align: center;
}

.iht-head h2 {
  margin: 18px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.iht-head p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}

.iht-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.iht-point {
  background: rgba(249, 245, 237, 0.92);
  border: 1px solid #eee3cb;
  border-radius: 24px;
  padding: 24px 22px;
}

.iht-point h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.iht-point p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

/* Social Proof */
.social-proof {
  padding-top: 16px;
  padding-bottom: 12px;
}

.social-proof-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.social-proof-head {
  text-align: center;
  margin-bottom: 26px;
}

.social-proof-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.social-proof-head p {
  max-width: 620px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.proof-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.proof-stat-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.72));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.proof-stat-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #9a6900;
}

.proof-stat-label {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #9f988d;
}

.proof-quote-card {
  margin-top: 22px;
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px 26px;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.proof-quote-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #544f47;
}

.proof-quote-meta {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #a28749;
}

/* Download */
.download-section {
  padding-top: 14px;
  padding-bottom: 12px;
}

.download-card {
  max-width: 920px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.72) 68%, rgba(247, 227, 164, 0.35) 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-md);
  padding: 34px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.download-copy h3 {
  margin: 16px 0 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.download-copy p {
  margin: 14px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

/* Final CTA */
.final-cta {
  padding-top: 12px;
  padding-bottom: 16px;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 34px;
  background: rgba(255,255,255,0.68);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
  padding: 52px 36px;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 241, 196, 0.62) 0%, rgba(255, 241, 196, 0.18) 24%, rgba(255,255,255,0) 52%);
  pointer-events: none;
}

.final-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.final-cta-content h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.final-cta-content p {
  max-width: 690px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}

.final-cta-actions {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.site-footer {
  padding: 34px 20px 110px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-logo {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid #eadfcb;
  display: grid;
  place-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.12);
}

.footer-logo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid #f1e8d8;
}

.footer-logo img {
  width: 58px;
  position: relative;
  z-index: 1;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #a09a91;
}

/* Mobile fixed CTA */
.mobile-fixed-cta {
  position: fixed;
  bottom: 12px;
  min-height: 48px;
  font-size: 11px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 34px rgba(242, 179, 0, 0.25);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
}

.mobile-fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Animations */
.preload-fade {
  opacity: 0;
  transform: translateY(26px);
  animation: preloadFade 0.9s cubic-bezier(.2, .8, .2, 1) forwards;
}

.delay-1 { animation-delay: 0.12s; }
.delay-2 { animation-delay: 0.24s; }
.delay-3 { animation-delay: 0.38s; }

@keyframes preloadFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.8s cubic-bezier(.2, .8, .2, 1),
    transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 641px) {
  .mobile-fixed-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-text,
  .section-text,
  .offer-left p {
    font-size: 18px;
  }

  .offer-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .benefit-grid,
  .iht-grid,
  .proof-stats-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
  }

  .download-card {
    flex-direction: column;
    text-align: center;
  }

  #vimeoPlayer,
  #vimeoPlayer iframe {
    min-height: 420px;
  }

  .custom-video-toggle {
    width: 132px;
    height: 132px;
  }

  .play-icon {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 640px) {
  .desktop-only {
    display: none;
  }

  .site-header {
    padding: 0;
  }

  .header-inner {
    width: 90%;
    grid-template-columns: 1fr;
    min-height: 66px;
    padding: 0 14px;
  }

  .brand-center {
    justify-self: center;
  }

  .brand-center img {
    width: 68px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.045em;
    max-width: 320px;
  }

  .hero-text,
  .section-text,
  .offer-left p,
  .iht-head p,
  .download-copy p,
  .final-cta-content p {
    font-size: 16px;
  }

  .mini-label {
    margin-top: 46px;
  }

  .video-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
  }

  .video-shell {
    min-height: auto;
    border-radius: 22px;
    aspect-ratio: 16 / 10;
  }

  #vimeoPlayer,
  #vimeoPlayer iframe {
    width: 100%;
    height: 100%;
    min-height: unset;
  }

  .custom-video-toggle {
    width: 108px;
    height: 108px;
  }

  .play-icon {
    width: 42px;
    height: 42px;
  }

  .video-meta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 42px;
    padding: 0 12px;
  }

  .video-phase,
  .video-time {
    font-size: 9px;
  }

  .offer-card,
  .iht-wrap,
  .download-card,
  .final-cta-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .offer-right {
    padding: 22px 16px;
  }

  .benefit-card,
  .iht-point,
  .proof-stat-card,
  .proof-quote-card {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .benefits {
    padding-bottom: 16px;
  }

  .iht-head h2,
  .social-proof-head h2 {
    font-size: 30px;
  }

  .proof-quote-card p {
    font-size: 16px;
  }

  .download-btn,
  .secondary-link-btn,
  .big-cta-btn {
    width: 100%;
    min-width: 100%;
    min-height: 52px;
    font-size: 14px;
    padding: 0 18px;
  }

  .header-btn {
    font-size: 12px;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .footer-logo {
    width: 104px;
    height: 104px;
  }

  .site-footer {
    padding-bottom: 140px;
  }

  .mobile-fixed-cta {
    width: 80%;
    max-width: 320px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(18px);
  }

  .mobile-fixed-cta.is-visible {
    transform: translateX(-50%) translateY(0);
  }
}
