/* =====================================================
   JV / AFFILIATE PARTNER PAGE - ROMANCE NOVELISTS TOOLKIT
   Theme: White + Light Pink Gradient | Romantic Fonts
===================================================== */

:root {
  --pink-50: #fff5f9;
  --pink-100: #ffe4ef;
  --pink-200: #ffc9dd;
  --pink-300: #ffa4c6;
  --pink-400: #ff7aad;
  --pink-500: #ff4b91;
  --pink-600: #e6297a;
  --pink-700: #c41c67;
  --pink-800: #a01254;
  --deep-rose: #8b1948;
  --ink: #3a1524;
  --gray-text: #6b4b5a;
  --white: #ffffff;

  --grad-bg: linear-gradient(180deg, #ffffff 0%, #fff0f7 40%, #ffe0ee 100%);
  --grad-btn: linear-gradient(135deg, #ffb3d1 0%, #ff4b91 55%, #c41c67 100%);
  --grad-btn-hover: linear-gradient(135deg, #ffa4c6 0%, #ff2f7f 55%, #a01254 100%);
  --grad-card: linear-gradient(135deg, #ffffff 0%, #fff5fa 100%);
  --grad-section: linear-gradient(180deg, #fff5fa 0%, #ffe4ef 100%);

  --shadow-soft: 0 20px 60px rgba(255, 75, 145, 0.15);
  --shadow-strong: 0 24px 70px rgba(196, 28, 103, 0.25);

  --font-script: 'Great Vibes', 'Dancing Script', cursive;
  --font-dancing: 'Dancing Script', cursive;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--grad-bg);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========== HEADER (CENTERED) =========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 164, 198, 0.3);
  box-shadow: 0 4px 20px rgba(255, 75, 145, 0.06);
  overflow: hidden;
}
.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 12px;
  gap: 8px;
  text-align: center;
  position: relative;
}
.brand img {
  height: 72px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-nav a {
  color: var(--deep-rose);
  text-decoration: none;
  font-weight: 500;
  font-size: 16.5px;
  transition: color .3s;
  font-family: var(--font-serif);
}
.main-nav a:hover { color: var(--pink-500); }
.nav-cta {
  background: var(--grad-btn);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 40px;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 22px rgba(255, 75, 145, 0.35);
  transition: transform .3s, box-shadow .3s;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(196, 28, 103, 0.45);
  color: #fff !important;
}
.header-hearts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.header-hearts span {
  position: absolute;
  color: rgba(255, 164, 198, 0.4);
  font-size: 14px;
  animation: floatUp 8s linear infinite;
}
.header-hearts span:nth-child(1) { left: 8%; animation-delay: 0s; }
.header-hearts span:nth-child(2) { left: 28%; animation-delay: 2s; }
.header-hearts span:nth-child(3) { left: 55%; animation-delay: 4s; }
.header-hearts span:nth-child(4) { left: 78%; animation-delay: 6s; }
.header-hearts span:nth-child(5) { left: 92%; animation-delay: 3s; }
@keyframes floatUp {
  0% { transform: translateY(80px); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateY(-40px); opacity: 0; }
}

/* =========== TYPOGRAPHY =========== */
.script-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.15;
  color: var(--deep-rose);
  margin: 16px 0 20px;
  text-align: center;
}
.script-title span {
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--pink-600);
  font-size: 82px;
  display: inline-block;
  line-height: 1;
  margin: 8px 0;
  background: linear-gradient(135deg, #ff4b91, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.script-heading {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 40px;
  color: var(--deep-rose);
  line-height: 1.25;
  margin-bottom: 22px;
}
.script-heading.center { text-align: center; }

.eyebrow {
  font-family: var(--font-dancing);
  color: var(--pink-600);
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
}
.eyebrow-2 {
  font-family: var(--font-dancing);
  color: var(--pink-500);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.center-eyebrow { text-align: center; }

.section-title {
  font-family: var(--font-script);
  color: var(--pink-600);
  font-size: 64px;
  text-align: center;
  line-height: 1.40;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ff4b91, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-sub {
  text-align: center;
  color: var(--gray-text);
  font-size: 17px;
  margin-bottom: 30px;
  font-style: italic;
}
.mid-heading {
  font-family: var(--font-serif);
  color: var(--deep-rose);
  font-size: 30px;
  text-align: center;
  margin: 60px auto 6px;
}

p { margin-bottom: 14px; color: var(--gray-text); }
.note-italic {
  font-style: italic;
  font-size: 14px;
  color: #b06580;
  padding-left: 12px;
  border-left: 3px solid var(--pink-300);
}

/* =========== SCROLL REVEAL ANIMATIONS =========== */
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  animation: revealUp 0.9s ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 25%;
}
@keyframes revealUp {
  to { opacity: 1; transform: translateY(0); }
}
@supports not (animation-timeline: view()) {
  .reveal-up { animation: revealUp 0.9s ease 0.15s forwards; }
}

.pulse {
  animation: pulseGlow 2.6s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 15px 40px rgba(255, 75, 145, 0.4), 0 0 0 0 rgba(255, 75, 145, 0.5); }
  50% { box-shadow: 0 18px 45px rgba(255, 75, 145, 0.55), 0 0 0 14px rgba(255, 75, 145, 0); }
}

/* =========== CTA BUTTONS =========== */
.btn-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  background: var(--grad-btn);
  color: #fff !important;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.4px;
  box-shadow: 0 15px 40px rgba(255, 75, 145, 0.4), inset 0 -3px 0 rgba(0,0,0,0.1);
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.btn-cta span { position: relative; z-index: 2; }
.btn-cta em {
  font-family: var(--font-dancing);
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}
.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-btn-hover);
  opacity: 0;
  transition: opacity .4s;
}
.btn-cta:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 22px 55px rgba(196, 28, 103, 0.55);
}
.btn-cta:hover::before { opacity: 1; }
.btn-cta.big-cta {
  padding: 22px 30px;
  font-size: 22px;
  border-radius: 20px;
}

/* =========== HERO =========== */
.hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fff0f7 100%);
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: 0;
}
.hero::before {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #ffc9dd, transparent);
  top: -100px; left: -100px;
}
.hero::after {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #ffa4c6, transparent);
  bottom: -150px; right: -120px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 60px;
}
.hero-sub {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--deep-rose);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.4;
}
.hero-desc {
  font-size: 18px;
  color: var(--gray-text);
  margin-bottom: 28px;
  text-align: center;
}
.hero-note {
  font-size: 12px;
  color: #b8a4ad;
  margin-top: 8px;
  font-style: italic;
}

.hero-image-frame {
  position: relative;
  padding: 20px;
  background: var(--grad-card);
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
  border: 3px solid #fff;
  transform: rotate(-2deg);
  transition: transform .5s;
}
.hero-image-frame:hover { transform: rotate(0deg) scale(1.02); }
.hero-image-frame img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.hero-image-frame::before {
  content: '\2764';
  position: absolute;
  top: -20px; right: -20px;
  width: 60px; height: 60px;
  background: var(--grad-btn);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(255, 75, 145, 0.4);
  animation: heartbeat 2s infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  15% { transform: scale(1.15); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
}

/* Floating hearts */
.floating-hearts {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.floating-hearts span {
  position: absolute;
  color: var(--pink-300);
  font-size: 22px;
  animation: floatDrift 12s linear infinite;
  opacity: 0.5;
}
.floating-hearts span:nth-child(1) { top: 10%; left: 8%; animation-delay: 0s; }
.floating-hearts span:nth-child(2) { top: 25%; left: 45%; animation-delay: 2s; font-size: 26px; }
.floating-hearts span:nth-child(3) { top: 60%; left: 20%; animation-delay: 4s; }
.floating-hearts span:nth-child(4) { top: 80%; left: 70%; animation-delay: 6s; }
.floating-hearts span:nth-child(5) { top: 40%; left: 90%; animation-delay: 1s; font-size: 16px; }
.floating-hearts span:nth-child(6) { top: 15%; left: 75%; animation-delay: 3s; }
.floating-hearts span:nth-child(7) { top: 70%; left: 5%; animation-delay: 5s; }
.floating-hearts span:nth-child(8) { top: 55%; left: 60%; animation-delay: 7s; }
@keyframes floatDrift {
  0% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  10% { opacity: 0.6; }
  50% { transform: translate(30px, -40px) rotate(15deg); opacity: 0.8; }
  90% { opacity: 0.5; }
  100% { transform: translate(-20px, -80px) rotate(-10deg); opacity: 0; }
}

/* =========== INTERNAL NOTE =========== */
.internal-note {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff5fa 100%);
}
.note-card {
  max-width: 960px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff5fa 0%, #ffe4ef 100%);
  border: 2px dashed var(--pink-400);
  border-radius: 22px;
  padding: 34px 40px;
  box-shadow: 0 18px 45px rgba(255, 75, 145, 0.1);
  position: relative;
}
.note-badge {
  position: absolute;
  top: -14px; left: 30px;
  background: var(--grad-btn);
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  box-shadow: 0 6px 16px rgba(255, 75, 145, 0.3);
}
.note-card h3 {
  font-family: var(--font-serif);
  color: var(--deep-rose);
  font-size: 24px;
  margin-bottom: 16px;
}
.note-card ul {
  list-style: none;
  padding: 0;
}
.note-card li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: var(--ink);
  font-size: 14.5px;
  border-bottom: 1px dashed rgba(255, 164, 198, 0.4);
  line-height: 1.6;
}
.note-card li::before {
  content: '\2794';
  position: absolute;
  left: 0; top: 10px;
  color: var(--pink-500);
  font-weight: 700;
}
.note-card li:last-child { border-bottom: none; }

/* =========== SLIDER =========== */
.slider-section {
  padding: 70px 0 90px;
  background: var(--grad-section);
  position: relative;
  overflow: hidden;
}
.slider-wrap {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.slider-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: slide 35s linear infinite;
}
.slider-wrap:hover .slider-track { animation-play-state: paused; }
@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.slide { width: 300px; flex-shrink: 0; }
.slide-inner {
  height: 260px;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform .4s;
}
.slide-inner:hover { transform: translateY(-8px); }
.slide-inner:hover span { animation: heartbeat 1s infinite; }
.slide-inner span {
  font-size: 56px;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}
.slide-inner h3 {
  font-family: var(--font-script);
  font-size: 34px;
  margin-bottom: 6px;
  line-height: 1;
  font-weight: 400;
}
.slide-inner p {
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  font-family: var(--font-serif);
  font-style: italic;
  margin: 0;
}
.slide-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.15) 100%);
  pointer-events: none;
}
.s1 { background: linear-gradient(135deg, #ff9ec7, #ff4b91); }
.s2 { background: linear-gradient(135deg, #ffb3d1, #e6297a); }
.s3 { background: linear-gradient(135deg, #ffc9dd, #ff7aad); }
.s4 { background: linear-gradient(135deg, #ff7aad, #a01254); }
.s5 { background: linear-gradient(135deg, #ffa4c6, #c41c67); }
.s6 { background: linear-gradient(135deg, #ffc9dd, #ff4b91); }

/* =========== GLANCE SECTION =========== */
.glance-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff5fa 100%);
}
.glance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.glance-item {
  background: var(--grad-card);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 12px 30px rgba(255, 75, 145, 0.1);
  border: 1px solid rgba(255, 164, 198, 0.4);
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}
.glance-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-btn);
}
.glance-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.glance-icon {
  font-size: 34px;
  margin-bottom: 10px;
  animation: floatCard 4s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.glance-label {
  font-family: var(--font-dancing);
  color: var(--pink-600);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.glance-value {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}
.center-cta {
  text-align: center;
  margin-top: 50px;
}

/* =========== SPLIT SECTIONS =========== */
.split-section {
  padding: 90px 0;
  position: relative;
}
.split-section.alt {
  background: linear-gradient(180deg, #fff5fa 0%, #ffffff 100%);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-text p { font-size: 16px; }
.fancy-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.fancy-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  color: var(--gray-text);
  border-bottom: 1px dashed rgba(255, 164, 198, 0.4);
  font-size: 15px;
  line-height: 1.6;
}
.fancy-list li::before {
  content: '\2764';
  position: absolute;
  left: 0; top: 14px;
  color: var(--pink-500);
  font-size: 18px;
}
.fancy-list li strong { color: var(--deep-rose); }

/* =========== ILLUSTRATIONS =========== */
.illustration {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  background: var(--grad-card);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  border: 2px solid rgba(255, 164, 198, 0.4);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.illustration::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 201, 221, 0.5), transparent 60%);
}

/* Couple illustration */
.couple-scene {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heart-big {
  font-size: 260px;
  color: #ff7aad;
  filter: drop-shadow(0 20px 40px rgba(255, 75, 145, 0.35));
  background: linear-gradient(135deg, #ffa4c6, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heartbeat 2.2s infinite;
}
.silhouette-1, .silhouette-2 {
  position: absolute;
  bottom: 20%;
  width: 90px;
  height: 160px;
  background: linear-gradient(180deg, #8b1948, #c41c67);
  border-radius: 40px 40px 20px 20px;
}
.silhouette-1 { left: 30%; }
.silhouette-1::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 15px;
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #a01254, #8b1948);
  border-radius: 50%;
}
.silhouette-2 { right: 30%; }
.silhouette-2::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 15px;
  width: 60px;
  height: 70px;
  background: linear-gradient(180deg, #a01254, #8b1948);
  border-radius: 50% 50% 40% 40%;
}
.mini-hearts { position: absolute; inset: 0; pointer-events: none; }
.mini-hearts span {
  position: absolute;
  color: var(--pink-400);
  font-size: 20px;
  animation: floatDrift 8s linear infinite;
}
.mini-hearts span:nth-child(1) { top: 15%; left: 20%; }
.mini-hearts span:nth-child(2) { top: 25%; right: 15%; animation-delay: 2s; }
.mini-hearts span:nth-child(3) { top: 60%; left: 10%; animation-delay: 4s; }
.mini-hearts span:nth-child(4) { top: 70%; right: 20%; animation-delay: 6s; }

/* Book illustration */
.illus-book { background: linear-gradient(135deg, #fff5fa, #ffe0ee); }
.open-book {
  display: flex;
  gap: 4px;
  position: relative;
  filter: drop-shadow(0 25px 35px rgba(196, 28, 103, 0.25));
}
.page {
  width: 130px;
  height: 200px;
  background: #fff;
  border-radius: 6px 12px 12px 6px;
  padding: 22px 14px;
  position: relative;
}
.right-page { border-radius: 12px 6px 6px 12px; }
.left-page { transform: rotate(-3deg); }
.right-page { transform: rotate(3deg); }
.lines {
  height: 100%;
  background:
    linear-gradient(#ffc9dd, #ffc9dd) 0 12px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 28px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 44px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 60px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 76px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 92px / 100% 2px no-repeat,
    linear-gradient(#ffc9dd, #ffc9dd) 0 108px / 60% 2px no-repeat;
}
.heart-page {
  font-size: 100px;
  color: var(--pink-500);
  text-align: center;
  line-height: 200px;
  background: linear-gradient(135deg, #ff7aad, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rose-1, .rose-2 {
  position: absolute;
  font-size: 60px;
  filter: drop-shadow(0 6px 12px rgba(196, 28, 103, 0.3));
}
.rose-1 { bottom: 12%; left: 10%; transform: rotate(-15deg); }
.rose-2 { top: 12%; right: 10%; transform: rotate(15deg); }

/* Workbook */
.illus-workbook { background: linear-gradient(135deg, #fff, #ffe4ef); }
.workbook-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  width: 85%;
  box-shadow: 0 20px 45px rgba(196, 28, 103, 0.2);
  border-top: 6px solid var(--pink-500);
}
.workbook-card h5 {
  font-family: var(--font-script);
  color: var(--deep-rose);
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1;
}
.checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 164, 198, 0.4);
  font-family: var(--font-serif);
  color: var(--ink);
  font-size: 14px;
}
.cb {
  width: 20px; height: 20px;
  border: 2px solid var(--pink-500);
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
}
.cb.checked { background: var(--grad-btn); border-color: var(--pink-600); }
.cb.checked::after {
  content: '\2713';
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  top: -1px; left: 3px;
}

/* Promo stack */
.illus-promo { background: linear-gradient(135deg, #fff5fa, #ffe4ef); }
.promo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 85%;
}
.promo-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 12px 26px rgba(255, 75, 145, 0.18);
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--deep-rose);
  font-size: 14px;
  border-top: 4px solid var(--pink-500);
  animation: floatCard 4s ease-in-out infinite;
}
.promo-card:nth-child(2) { animation-delay: 0.5s; }
.promo-card:nth-child(3) { animation-delay: 1s; }
.promo-card:nth-child(4) { animation-delay: 1.5s; }
.promo-icon {
  font-size: 36px;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ff7aad, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========== FUNNEL TABLE =========== */
.funnel-table-wrap {
  overflow-x: auto;
  margin: 30px 0 40px;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(255, 75, 145, 0.15);
  background: #fff;
}
.funnel-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 720px;
}
.funnel-table thead th {
  background: linear-gradient(135deg, #ffb3d1, #ff4b91);
  color: #fff;
  padding: 18px 20px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
.funnel-table tbody tr { transition: background .3s; }
.funnel-table tbody tr:nth-child(even) { background: #fffafc; }
.funnel-table tbody tr:hover { background: #ffe4ef; }
.funnel-table td {
  padding: 18px 20px;
  color: var(--ink);
  font-size: 14.5px;
  border-bottom: 1px solid rgba(255, 164, 198, 0.25);
  vertical-align: middle;
}
.step-badge {
  display: inline-block;
  background: var(--grad-btn);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(255, 75, 145, 0.3);
}
.step-badge.oto {
  background: linear-gradient(135deg, #ffc9dd, #ff7aad);
  color: var(--deep-rose);
}
.funnel-table .price-col {
  font-family: var(--font-serif);
  color: var(--pink-700);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.funnel-table .comm-col {
  font-family: var(--font-script);
  color: var(--pink-600);
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff4b91, #c41c67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========== UPSELLS =========== */
.upsells-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.upsell-card {
  background: #fff;
  border-radius: 22px;
  padding: 34px 28px;
  box-shadow: var(--shadow-soft);
  border: 2px solid transparent;
  position: relative;
  transition: transform .3s, border-color .3s;
}
.upsell-card:hover {
  transform: translateY(-8px);
  border-color: var(--pink-300);
}
.upsell-tag {
  display: inline-block;
  background: var(--grad-btn);
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(255, 75, 145, 0.3);
}
.upsell-card h4 {
  font-family: var(--font-serif);
  color: var(--deep-rose);
  font-size: 22px;
  margin-bottom: 12px;
}
.upsell-card p {
  font-size: 14.5px;
  color: var(--gray-text);
  margin: 0;
  line-height: 1.6;
}

/* =========== RULES =========== */
.rules-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffe4ef 0%, #fff5fa 100%);
}
.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 30px;
}
.rule-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-left: 5px solid var(--pink-500);
  transition: transform .3s;
}
.rule-card:hover { transform: translateX(6px); }
.rule-card.wide { grid-column: 1 / -1; }
.rule-icon {
  font-size: 32px;
  flex-shrink: 0;
  animation: floatCard 4s ease-in-out infinite;
}
.rule-card p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.6; }

/* =========== FINAL CTA / CONTACT =========== */
.final-cta {
  padding: 40px 0 10px;
  background: linear-gradient(180deg, #ffe4ef 0%, #ffc9dd 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '\2764';
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.3);
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
.final-cta .container { position: relative; z-index: 1; }
.final-lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--deep-rose);
  max-width: 780px;
  margin: 0 auto 24px;
  line-height: 1.6;
}
.contact-card {
  max-width: 640px;
  margin: 30px auto;
  background: #fff;
  border-radius: 20px;
  padding: 30px 34px;
  box-shadow: var(--shadow-soft);
  text-align: left;
  border-top: 6px solid var(--pink-500);
}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 164, 198, 0.4);
  gap: 14px;
  flex-wrap: wrap;
}
.contact-row:last-child { border-bottom: none; }
.contact-label {
  font-family: var(--font-serif);
  color: var(--deep-rose);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.contact-value {
  color: var(--ink);
  font-size: 14.5px;
  text-align: right;
}
.contact-value a { color: var(--pink-600); text-decoration: none; }
.contact-value a:hover { text-decoration: underline; }
.thanks {
  margin-top: 30px;
  font-family: var(--font-dancing);
  font-size: 20px;
  color: var(--deep-rose);
  font-weight: 600;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* =========== FOOTER =========== */
.site-footer {
  background: linear-gradient(180deg, #ffc9dd 0%, #a01254 100%);
  padding: 50px 0 30px;
  color: #fff;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.footer-logo {
  height: 80px;
  width: auto;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.2));
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 8px 14px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 15px;
  padding: 6px 4px;
  position: relative;
  transition: color .3s;
}
.footer-nav a::after {
  content: '\2764';
  margin-left: 20px;
  color: rgba(255,255,255,0.5);
  font-size: 10px;
}
.footer-nav a:last-child::after { display: none; }
.footer-nav a:hover { color: #ffe4ef; }
.copy {
  font-family: var(--font-dancing);
  font-size: 18px;
  color: rgba(255,255,255,0.95);
  margin: 0;
}

/* =========== RESPONSIVE =========== */
@media (max-width: 960px) {
  .hero-inner,
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse { direction: ltr; }
  .upsells-grid { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: 1fr; }
  .script-title { font-size: 42px; }
  .script-title span { font-size: 66px; }
  .script-heading { font-size: 30px; }
  .section-title { font-size: 48px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 13px; }
  .hero { padding: 40px 0 60px; }
}
@media (max-width: 560px) {
  .script-title { font-size: 34px; }
  .script-title span { font-size: 54px; }
  .btn-cta { padding: 14px 26px; font-size: 16px; }
  .slide { width: 240px; }
  .note-card { padding: 26px 22px; }
  .footer-nav { flex-direction: column; gap: 10px; }
  .footer-nav a::after { display: none; }
  .contact-row { flex-direction: column; align-items: flex-start; }
  .contact-value { text-align: left; }
}
