/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #505050;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===== SHARED CTA BUTTON ===== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e7518a;
  color: #fff;
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 62px;
  border: none;
  border-radius: 12px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  cursor: pointer;
}

.cta-btn:hover {
  background: #d4437a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(231, 81, 138, 0.3);
}

.cta-btn:active {
  transform: translateY(0);
}

/* ===== HERO ===== */
.hero {
  padding: 100px 0 80px;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 78% 95%, rgba(178, 48, 110, 0.75) 0%, rgba(178, 48, 110, 0) 60%),
    radial-gradient(ellipse 70% 55% at 18% 8%, rgba(28, 130, 168, 0.7) 0%, rgba(28, 130, 168, 0) 60%),
    linear-gradient(135deg, #0e2a44 0%, #0a1530 45%, #15102e 75%, #2a0f30 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(69, 184, 169, 0.1);
  color: #45b8a9;
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid rgba(69, 184, 169, 0.2);
  margin-bottom: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-product-name {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #e7518a;
  margin-bottom: 12px;
}

.badge-premium {
  background: #e7518a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.1em;
}

.hero h1 {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: clamp(46px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: normal;
  color: #ffffff;
}

.hero h1 span {
  color: #5dd6c5;
}

.hero-sub {
  font-size: clamp(20px, 2.5vw, 22px);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.hero .hero-meta {
  color: rgba(255, 255, 255, 0.65);
}

.hero .skip-link {
  color: rgba(255, 255, 255, 0.55);
}

.hero .skip-link:hover {
  color: #5dd6c5;
}

.hero .proof-label {
  color: rgba(255, 255, 255, 0.6);
}

.hero .proof-bar {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.hero .proof-divider {
  background: rgba(255, 255, 255, 0.18);
}

.hero .proof-number {
  color: #ffffff;
}

.hero .hero-eyebrow {
  background: rgba(93, 214, 197, 0.18);
  border-color: rgba(93, 214, 197, 0.4);
  color: #5dd6c5;
}

.hero .hero-eyebrow .handwritten {
  color: #5dd6c5;
}

.hero-video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 16px auto 32px;
  padding-bottom: 50%;
  border-radius: 16px;
  overflow: hidden;
  background: #e3e7e4;
  border: 1px solid #d5dad6;
}

.hero-meta {
  font-size: 17px;
  color: #777777;
  margin-top: 12px;
  margin-bottom: 16px;
}

.skip-link {
  display: inline-block;
  font-size: 15px;
  color: #bdbdbd;
  margin-top: 8px;
  transition: color 0.15s;
}

.skip-link:hover {
  color: #45b8a9;
}

/* ===== PROOF BAR ===== */
.proof-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  padding-top: 48px;
  margin-top: 16px;
  border-top: 1px solid rgba(69, 184, 169, 0.15);
}

.proof-item {
  text-align: center;
  padding: 0 36px;
}

.proof-divider {
  width: 1px;
  height: 48px;
  background: rgba(69, 184, 169, 0.2);
}

.proof-number {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #45b8a9;
  line-height: 1.2;
}

.proof-label {
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/* ===== SECTION SHARED ===== */
.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #45b8a9;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  background: rgba(69, 184, 169, 0.08);
  padding: 6px 16px;
  border-radius: 100px;
}

.value-stack .section-label,
.deep-dives .section-label {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title {
  text-align: center;
  font-family: 'Switzer', Arial, sans-serif;
  font-size: clamp(36px, 4.5vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #000000;
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  color: #505050;
  max-width: 600px;
  margin: 0 auto 56px;
}

/* ===== VALUE STACK ===== */
.value-stack {
  padding: 100px 0 48px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.value-stack > .container > .mid-cta-inline:last-child {
  padding-top: 24px;
  padding-bottom: 0;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ===== RESOURCE CARDS (Value Stack) ===== */
.resource-card {
  border-radius: 16px;
  padding: 0;
  transition: box-shadow 0.3s, transform 0.2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.resource-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.resource-body {
  padding: 32px;
  text-align: left;
}

.resource-title {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.resource-desc {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 16px;
  opacity: 0.85;
}

.resource-bullets {
  list-style: none;
  padding: 0;
}

.resource-bullets li {
  font-size: 15px;
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  opacity: 0.8;
}

.resource-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

/* Handwritten font accent */
.handwritten {
  font-family: 'Caveat', cursive;
  font-size: 1.15em;
  font-weight: 700;
  color: #45b8a9;
}

.hero-eyebrow .handwritten {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.section-title .handwritten {
  font-size: clamp(38px, 5.5vw, 54px);
  display: inline-block;
  transform: rotate(-1.5deg);
}

.final-cta h2 .handwritten {
  font-size: clamp(36px, 5.5vw, 56px);
  display: inline-block;
  transform: rotate(-2deg);
}

.final-cta p .handwritten {
  font-size: 24px;
}

/* Handwritten annotation near CTA */
.cta-wrapper {
  position: relative;
  display: inline-block;
}

.handwritten-annotation {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  font-weight: 600;
  color: #45b8a9;
  display: block;
  margin-bottom: 12px;
  transform: rotate(-3deg);
}

/* Handwritten arrow */
.handwritten-arrow {
  font-family: 'Caveat', cursive;
  font-size: 48px;
  color: #e7518a;
  display: block;
  margin-bottom: -8px;
  transform: rotate(15deg);
  opacity: 0.6;
}

/* Decorative dot patterns */
.deco-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, #45b8a9 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.12;
  z-index: 0;
}

.deco-dots-left {
  top: 60px;
  left: 20px;
}

.deco-dots-right {
  bottom: 80px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, #e7518a 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.1;
}

/* Sparkle decorations */
.sparkle {
  position: absolute;
  z-index: 1;
  animation: sparkle-float 3s ease-in-out infinite;
}

.sparkle-1 {
  top: -12px;
  right: 40px;
}

.sparkle-2 {
  top: 20px;
  left: -10px;
  animation-delay: 1s;
}

.sparkle-3 {
  bottom: 30px;
  right: -6px;
  animation-delay: 2s;
}

@keyframes sparkle-float {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.5; }
  50% { transform: translateY(-6px) scale(1.15); opacity: 0.8; }
}

/* Resource card image placeholder */
.resource-img-placeholder {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.resource-img-placeholder img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.25));
}

/* Card color variants */
.resource-card.color-teal {
  background: linear-gradient(135deg, #45b8a9 0%, #3a9e91 100%);
  color: #ffffff;
}
.resource-card.color-teal .resource-title { color: #ffffff; }

.resource-card.color-pink {
  background: linear-gradient(135deg, #b32a6e 0%, #7a1748 100%);
  color: #ffffff;
}
.resource-card.color-pink .resource-title { color: #ffffff; }
.resource-card.color-pink .resource-desc { opacity: 0.92; }
.resource-card.color-pink .resource-bullets li { opacity: 0.88; }
.resource-card.color-pink .resource-bullets li::before { background: rgba(255, 255, 255, 0.5); }

.resource-card.color-navy {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #ffffff;
}
.resource-card.color-navy .resource-title { color: #ffffff; }
.resource-card.color-navy .resource-bullets li::before { background: rgba(255, 255, 255, 0.4); }

.resource-card.color-purple {
  background: linear-gradient(135deg, #514f6e 0%, #6b6890 100%);
  color: #ffffff;
}
.resource-card.color-purple .resource-title { color: #ffffff; }
.resource-card.color-purple .resource-bullets li::before { background: rgba(255, 255, 255, 0.4); }

/* ===== DEEP DIVE CARDS ===== */
.deep-dives {
  padding: 56px 0 80px;
  background: #f3f9f8;
}

.dive-card {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.dive-card:last-child {
  margin-bottom: 0;
}

.dive-card-header {
  padding: 48px 48px 32px;
}

.dive-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.dive-title {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.dive-hook {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 700px;
}

.dive-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0 48px 48px;
  margin-top: 16px;
}

.dive-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
  margin: 4px;
}

.dive-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.dive-item p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* Dive card color variants */
.dive-teal {
  background: linear-gradient(135deg, #45b8a9 0%, #2d8a7e 100%);
}

.dive-coral {
  background: linear-gradient(135deg, #b32a6e 0%, #7a1748 100%);
}
.dive-coral .dive-item strong { color: #fff; }
.dive-coral .dive-hook { color: rgba(255, 255, 255, 0.9); }

.dive-navy {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.dive-purple {
  background: linear-gradient(135deg, #514f6e 0%, #3d3b56 100%);
}

/* Mid CTA inline (within deep dives section) */
.mid-cta-inline {
  text-align: center;
  padding: 48px 0;
}

/* ===== PRICING ===== */
.pricing {
  padding: 100px 0;
  background: #f0f3f1;
}

.pricing-box {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #45b8a9;
  border-radius: 20px;
  padding: 56px 44px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.pricing-heading {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #45b8a9;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.pricing-price {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: #000000;
}

.pricing-terms {
  font-size: 18px;
  color: #777777;
  margin-bottom: 36px;
}

.pricing-list {
  list-style: none;
  text-align: left;
  margin-bottom: 36px;
}

.pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  font-size: 18px;
  color: #505050;
  border-bottom: 1px solid #f0f0f0;
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-list li strong {
  display: block;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2px;
}

.pricing-detail {
  display: block;
  font-size: 14px;
  color: #bdbdbd;
  font-weight: 400;
}

.pricing-check {
  width: 24px;
  height: 24px;
  background: rgba(69, 184, 169, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
  border: 1px solid rgba(69, 184, 169, 0.25);
}

.pricing-check svg {
  width: 12px;
  height: 12px;
  color: #45b8a9;
}

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 120px 0;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.final-cta h2 {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  position: relative;
}

.final-cta p {
  font-size: 22px;
  color: #505050;
  margin-bottom: 40px;
  position: relative;
}

/* ===== FOOTER ===== */
.footer {
  padding: 36px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  background: #f0f3f1;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 14px;
  color: #bdbdbd;
  transition: color 0.15s;
}

.footer-links a:hover {
  color: #45b8a9;
}

.footer-copy {
  font-size: 13px;
  color: #bdbdbd;
}

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 16px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e7518a;
  color: #fff;
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 12px;
  width: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero {
    padding: 70px 0 50px;
  }

  .proof-bar {
    flex-direction: column;
    gap: 24px;
  }

  .proof-divider {
    width: 60px;
    height: 1px;
  }

  .proof-item {
    padding: 0;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-img-placeholder {
    height: 280px;
  }

  .dive-card-grid {
    grid-template-columns: 1fr;
    padding: 0 24px 32px;
  }

  .dive-card-header {
    padding: 32px 24px 24px;
  }

  .pricing-box {
    padding: 36px 24px;
  }

  .sticky-cta {
    display: block;
  }

  .footer {
    padding-bottom: 80px;
  }

  .value-stack, .pricing, .final-cta, .deep-dives {
    padding: 70px 0;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 40px;
  }

  .cta-btn {
    font-size: 19px;
    padding: 14px 32px;
    width: 100%;
  }

  .proof-number {
    font-size: 32px;
  }
}
