@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SFUIDisplay/SFUIDisplay-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f5f5f7;
  --text: #111827;
  --muted: #6b7280;
  --accent: #0891b2;
  --cta: #fcec00;
  --card-bg: #ffffff;
  --card-border: #e5e7eb;
  --success: #22c55e;
  --border-strong: #d1d5db;
  --surface: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.08);

  /* 90 Day Challenge form tokens */
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f8f9fa;
  --color-bg-tertiary: #f0f1f2;
  --color-text-primary: #111827;
  --color-text-secondary: #374151;
  --color-text-tertiary: #6b7280;
  --color-text-muted: #9ca3af;
  --color-gold-400: #fbbf24;
  --color-gold-500: #f59e0b;
  --color-gold-600: #d97706;
  --color-error: #ef4444;
  --color-success: #10b981;
  --radius-full: 999px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --duration-fast: 150ms;
  --duration-normal: 200ms;
  --duration-medium: 300ms;
  --duration-screen: 300ms;
  --ease: ease;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-gold: 0 4px 14px rgba(245, 158, 11, 0.25);

  /* 90 Day Challenge font scale */
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.75rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  --font-family: "SF UI Display", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

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

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 40px;
  text-align: center;
  overflow: visible;
  background: var(--bg);
}

.hero-vsl-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px 0;
}

.vsl-frame {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border: 4px solid #fff;
  outline: 1px solid var(--border-strong);
  /* background: #0f172a; */
}

.vsl-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vsl-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 251, 0, 0.95);
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform var(--duration-fast) var(--ease-out);
  animation: vslPulse 2.2s ease-in-out infinite;
}
.vsl-play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}
.vsl-play:hover {
  transform: scale(1.06);
}
.vsl-play:active {
  transform: scale(0.95);
}
@keyframes vslPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(255, 251, 0, 0.5); }
  50% { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 10px rgba(255, 251, 0, 0); }
}
.vsl-placeholder-note {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  text-align: center;
  padding: 20px;
}

.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.55);
  color: white;
  font-size: 14px;
  line-height: 21px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.5px;
  border-radius: 999px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), inset 0 100px 0 red;
  animation: fadeInUp 600ms ease-out 100ms both;
}
.badge-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  flex-shrink: 0;
  will-change: transform, box-shadow;
  background: white;
  border-radius: var(--radius-full);
  animation: 2s ease-in-out 0s infinite normal none running pulse-red;
}
@keyframes pulse-red {
  0%, 100% { transform: scale(1) translateZ(0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.75); }
  50% { transform: scale(1.15) translateZ(0); box-shadow: 0 0 0 4px rgba(255, 255, 255, 0); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
.hero-text-block {
  margin-bottom: -120px;
}
.hero-cta-wrap {
  margin-top: 30px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-wrap: balance;
}
.highlight {
  background: #fefe67;
  color: #1a1a1a;
  -webkit-text-fill-color: #1a1a1a;
  padding: 0 2px 1px;
  border-radius: 6px;
}

.sub-headline {
  font-size: var(--font-size-xl);
  font-style: italic;
  color: var(--muted);
  margin-bottom: 20px;
  font-weight: var(--font-weight-medium);
}

/* Shared paragraph hierarchy: hero description and content benefits */
.hero p.description {
  font-size: 19px;
  line-height: 30px;
  color: black;
}
.hero p.description strong {
  color: black;
  font-weight: var(--font-weight-bold);
}
.hero p.description {
  /* max-width: 720px; */
  margin: 0 auto 36px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3) var(--space-8);
  background: linear-gradient(290deg, rgb(254, 255, 173) 0%, rgb(255, 251, 0) 30.2858%, rgb(254, 255, 173) 67.2878%, rgb(255, 251, 0) 100%);
  color: #1A1A1A;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: normal;
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-full);
  box-shadow: none;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  transition: transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-normal) var(--ease);
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  animation: fadeInUp 600ms var(--ease-out) 300ms both;
}
.cta-btn:hover {
  transform: translateY(-2px);
}
.cta-btn::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: var(--radius-full);
  border: 2px solid rgb(255, 251, 0);
  animation: ctaPulse 1.8s ease-in-out 900ms infinite;
  pointer-events: none;
}
.cta-btn.pulse-stopped::before {
  animation: none;
  opacity: 0;
}
.cta-btn:active {
  transform: scale(0.97);
  transition-duration: var(--duration-fast);
}

@keyframes ctaPulse {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

.content {
  position: relative;
  padding: 0px 40px 40px;
  display: flex;
  justify-content: center;
  background: radial-gradient(
    58% 50% at 50% 50%,
    rgba(8, 145, 178, 0.08) 0%,
    var(--bg) 100%
  );
}

.card {
  width: 100%;
  max-width: 580px;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 27px;
  padding: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}
.card-content {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--card-border);
  border-radius: 21px;
  overflow: hidden;
  padding: 40px 30px 30px;
}
.cta-wrap {
  text-align: center;
}
.card h2 {
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 20px;
  text-wrap: balance;
  color: var(--text);
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.check {
  flex-shrink: 0;
  align-self: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25);
}
.check svg {
  width: 9px;
  height: 9px;
  color: #fff;
}
.price-feature {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  color: var(--text);
  white-space: nowrap;
}
.price-dots {
  flex: 1 1 auto;
  min-width: 20px;
  border-bottom: 1.5px dotted var(--border-strong);
  transform: translateY(-3px);
}
.price-value {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: red;
  white-space: nowrap;
}

.value-summary {
  border-top: 1px dashed var(--border-strong);
  padding-top: 20px;
  margin-bottom: 24px;
}
.value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.value-row + .value-row {
  margin-top: 6px;
}
.value-row span:first-child {
  color: var(--muted);
  font-weight: var(--font-weight-medium);
  font-size: 17px;
}
.value-amount {
  font-weight: var(--font-weight-bold);
  color: var(--text);
  font-size: 18px;
}
.value-total .value-amount {
  text-decoration: line-through;
  color: red;
  font-size: 18px;
}
.value-price span:first-child {
  color: var(--text);
  font-weight: var(--font-weight-bold);
  font-size: 19px;
}
.value-free {
  color: var(--success);
  font-size: 24px;
}

.about-section {
  padding: 0px 40px 20px;
  background: var(--bg);
}
.about-container {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.about-eyebrow {
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.about-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  /* text-wrap: balance; */
  color: var(--text);
}
.about-paragraph {
  font-size: 16px;
  line-height: 26px;
  color: var(--muted);
  margin-bottom: 16px;
}
.about-paragraph strong {
  color: var(--text);
  font-weight: var(--font-weight-bold);
}
.about-paragraph-strong {
  color: var(--text);
  font-weight: var(--font-weight-bold);
}
.about-text .cta-btn {
  margin-top: 8px;
}
.about-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .about-text {
    display: contents;
  }
  .about-image {
    order: 2;
    max-width: 420px;
    margin: 8px auto 0;
  }
  .about-text .about-cta {
    order: 3;
    margin-top: 26px;
  }
}
@media (max-width: 640px) {
  .about-section {
    padding: 0px 20px 20px;
  }
  .about-title {
    font-size: 25px;
  }
}

.site-disclaimer {
  padding: 24px 20px 32px;
  text-align: center;
}
.site-disclaimer p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

@media (max-width: 1199px) {
  .content {
    padding: 0px 30px 40px;
  }
  .card h2 {
    font-size: 30px;
  }
}
@media (max-width: 809px) {
  .hero {
    padding: 20px 0 30px;
  }
  .hero p.description {
    font-size: 17px;
    line-height: 27px;
  }
  .content {
    padding: 0px 20px 40px;
  }
  .card-content {
    padding: 32px 24px 24px;
  }
  .card h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .hero-content {
    padding: 0 12px;
  }
  .hero-text-block {
    margin-bottom: -60px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .hero p.description {
    font-size: 16px;
    line-height: 25px;
  }
  .price-feature,
  .price-value {
    font-size: 14px;
  }
  .value-row span:first-child {
    font-size: 15px;
  }
  .value-amount {
    font-size: 15px;
  }
  .value-total .value-amount {
    font-size: 15px;
  }
  .value-price span:first-child {
    font-size: 17px;
  }
  .value-free {
    font-size: 22px;
  }
  .card h2 {
    font-size: 22px;
  }
  .vsl-frame {
    max-width: 260px;
  }
  .content {
    padding: 0px 16px 30px;
  }
  .card-content {
    padding: 28px 18px 22px;
  }
  .cta-btn {
    padding: var(--space-2) var(--space-6);
    font-size: 14px;
    line-height: normal;
  }
}


.trustpilot-section {
  display: flex;
  justify-content: center;
  padding: 0 10px 10px;
  background: var(--bg);
}
.trustpilot-card {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 4px;
  max-width: 100%;
}
.trustpilot-avatars {
  display: flex;
  align-items: center;
}
.trustpilot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-left: -12px;
}
.trustpilot-avatar:first-child {
  margin-left: 0;
}
.trustpilot-logo {
  height: 30px;
  width: auto;
  display: block;
  align-self: center;
}
.trustpilot-stars-img {
  height: 24px;
  width: auto;
  display: block;
  align-self: center;
}
.trustpilot-count {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  color: var(--muted);
  text-align: center;
}
@media (max-width: 480px) {
  .trustpilot-section {
    padding: 0 12px 15px;
  }
  .trustpilot-card {
    gap: 8px;
  }
  .trustpilot-avatar {
    width: 30px;
    height: 30px;
    margin-left: -10px;
  }
  .trustpilot-logo {
    height: 20px;
  }
  .trustpilot-stars-img {
    height: 16px;
  }
  .trustpilot-count {
    font-size: 13px;
    white-space: nowrap;
  }
  .hero-vsl-wrap {
    padding: 40px 20px 0;
}
}
@media (max-width: 360px) {
  .trustpilot-card {
    gap: 6px;
  }
  .trustpilot-avatar {
    width: 26px;
    height: 26px;
    margin-left: -9px;
  }
  .trustpilot-logo {
    height: 17px;
  }
  .trustpilot-stars-img {
    height: 14px;
  }
  .trustpilot-count {
    font-size: 11.5px;
  }
}

.features-section {
  padding: 20px 40px 0px;
  background: var(--bg);
}
.features-container {
  max-width: 960px;
  margin: 0 auto;
}
.features-title {
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 10px;
  text-wrap: balance;
  color: var(--text);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.feature-card {
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl);
  padding: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.feature-card-inner {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--card-border);
  border-radius: calc(var(--radius-xl) - 6px);
  overflow: hidden;
  padding: 16px;
}
.feature-body {
  padding: 20px 4px 4px;
}
.feature-title {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: var(--text);
  margin-bottom: 8px;
}
.feature-description {
  font-size: 15px;
  line-height: 24px;
  color: var(--muted);
}

.feature-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 16px;
}
.feature-visual-image {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
}


@media (max-width: 809px) {
  .features-section {
    padding: 10px 20px 20px;
  }
  .features-title {
    font-size: 26px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.steps-section {
  padding: 20px 40px 80px;
  background: radial-gradient(
    58% 50% at 50% 50%,
    rgba(8, 145, 178, 0.08) 0%,
    var(--bg) 100%
  );
}
.steps-container {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.steps-title {
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  /* margin-bottom: 36px; */
  text-wrap: balance;
  color: var(--text);
}
.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-circle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: -39px;
  border-radius: 50%;
  background: rgb(255, 251, 0);
  color: #1a1a1a;
  font-weight: var(--font-weight-bold);
  font-size: 16px;
}
.step-circle-label {
  display: block;
  transform: translateY(2px);
}
.step-circle svg {
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
.step-item-active .step-circle {
  background: var(--success);
  color: #fff;
}
.step-card {
  position: relative;
  width: 85%;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  padding: 28px 20px 20px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.step-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: var(--bg);
}
.step-item-active .step-card {
  border: 1.5px solid var(--success);
}
.step-text {
  font-size: 15px;
  line-height: 24px;
  color: var(--muted);
}
.step-item-active .step-text {
  color: var(--text);
  font-weight: var(--font-weight-semibold);
}
@media (max-width: 809px) {
  .steps-section {
    padding: 10px 20px 60px;
  }
  .steps-title {
    font-size: 26px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
