@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #FFFFFF;
  --bg-soft: #F9F5FF;
  --bg-card: #FFFFFF;
  --border: #E8E0F0;
  --primary: #C00050;
  --primary-light: #FFE8F0;
  --secondary: #5C00C7;
  --accent: #FF6B00;
  --text: #0F0A1E;
  --text-muted: #6B6880;
  --whatsapp-bg: #ECE5DD;
  --whatsapp-in: #FFFFFF;
  --whatsapp-out: #DCF8C6;
  --shadow: 0 4px 24px rgba(92,0,199,0.08);
  --shadow-hover: 0 12px 40px rgba(192,0,80,0.15);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

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

/* ─── NAV ─── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.nav-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo {
  display: block;
  line-height: 0;
}
.logo img {
  height: 76px;
  width: auto;
  max-width: 100%;
}
@media(max-width:900px){
  .logo img { height: 64px; }
}

/* ─── HERO ─── */
.hero {
  background: linear-gradient(135deg, #FFF8F0 0%, #F5EEFF 50%, #FFF0F5 100%);
  padding: 80px 0 100px;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(192,0,80,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
  align-items: center;
}
@media(max-width:900px){
  .hero-inner { grid-template-columns: 1fr; }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--primary);
  border: 1.5px solid rgba(192,0,80,0.2);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2.5px;
  margin-bottom: 20px;
  color: var(--text);
}
.hero h1 .highlight {
  color: var(--primary);
  position: relative;
}
.hero h1 .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0;
  width: 100%; height: 4px;
  background: var(--primary);
  border-radius: 2px;
  opacity: 0.3;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 36px;
  max-width: 540px;
  line-height: 1.7;
}
.hero-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  padding: 18px 36px;
  border-radius: 100px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(192,0,80,0.3);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(192,0,80,0.4);
}
.btn-secondary {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* Ebook card */
.ebook-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(92,0,199,0.12), 0 0 0 1px var(--border);
  text-align: center;
  transform: rotate(2deg);
  transition: transform 0.3s;
}
.ebook-card:hover { transform: rotate(0deg) scale(1.02); }
.ebook-cover {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.price-now {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--primary);
}
.price-old {
  font-size: 18px;
  color: var(--text-muted);
  text-decoration: line-through;
}
.save-tag {
  background: #E6FFE6;
  color: #0A7A0A;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
}
.ebook-cta {
  display: block;
  width: 100%;
  background: var(--primary);
  color: #fff;
  padding: 16px;
  border-radius: 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(192,0,80,0.3);
}
.ebook-cta:hover { transform: scale(1.02); box-shadow: 0 10px 28px rgba(192,0,80,0.4); }

/* ─── SECTION COMMON ─── */
section { padding: 90px 0; }
.section-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--text);
}
.section-sub {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 50px;
  text-align: center;
}

/* ─── CHAT PROOF ─── */
.chat-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.chat-section .section-title,
.chat-section .section-tag { text-align: center; }
.chat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.whatsapp-phone {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  border: 1px solid #E0E0E0;
}
.wa-topbar {
  background: #075E54;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wa-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}
.wa-info .wa-name { color: #fff; font-weight: 600; font-size: 15px; }
.wa-info .wa-status { color: rgba(255,255,255,0.7); font-size: 12px; }
.wa-body {
  background: var(--whatsapp-bg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 260px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.wa-msg {
  max-width: 78%;
  padding: 9px 13px 6px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.wa-in {
  background: var(--whatsapp-in);
  align-self: flex-start;
  border-top-left-radius: 2px;
  color: #111;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.wa-out {
  background: var(--whatsapp-out);
  align-self: flex-end;
  border-top-right-radius: 2px;
  color: #111;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.wa-time {
  font-size: 10px;
  color: #999;
  text-align: right;
  margin-top: 3px;
}

/* ─── GALLERY ─── */
.gallery-section { background: #fff; }
.gallery-section .section-title,
.gallery-section .section-tag { text-align: center; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media(max-width:900px){ .gallery-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:500px){ .gallery-grid { grid-template-columns: 1fr; } }
.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s;
}
.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}
.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.gallery-caption {
  padding: 16px 18px;
}
.gallery-caption h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.gallery-caption p {
  font-size: 13px;
  color: var(--text-muted);
}

/* ─── FEATURES ─── */
.features-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.features-section .section-title,
.features-section .section-tag { text-align: center; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.feat-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.feat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
.feat-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.feat-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}
.feat-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

/* ─── FINAL CTA ─── */
.final-cta {
  background: linear-gradient(135deg, #C00050 0%, #5C00C7 100%);
  padding: 90px 0;
  text-align: center;
}
.cta-ebook-img {
  display: block;
  margin: 0 auto 36px;
  width: 300px;
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
@media(max-width:600px){
  .cta-ebook-img { width: 220px; }
}
.final-cta h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 16px;
}
.final-cta p { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 36px; }
.final-cta .btn-white {
  background: #fff;
  color: var(--primary);
  padding: 20px 48px;
  border-radius: 100px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.final-cta .btn-white:hover { transform: scale(1.04); box-shadow: 0 14px 40px rgba(0,0,0,0.3); }

/* ─── TESTIMONIALS ─── */
.testimonials-section {
  background: linear-gradient(135deg, #FFF8F0 0%, #F5EEFF 60%, #FFF0F5 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testimonials-section .section-title,
.testimonials-section .section-tag { text-align: center; }

/* Stats bar */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -2px;
  line-height: 1;
}
.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 500;
}

/* Grid */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media(max-width: 900px) { .testi-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 560px) { .testi-grid { grid-template-columns: 1fr; } }

/* Featured big card */
.testi-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 24px rgba(92,0,199,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: -10px; right: 20px;
  font-size: 120px;
  color: var(--primary);
  opacity: 0.06;
  font-family: Georgia, serif;
  line-height: 1;
}
.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(192,0,80,0.12);
  border-color: rgba(192,0,80,0.25);
}
.testi-card.featured {
  grid-column: span 1;
  background: linear-gradient(135deg, #C00050 0%, #5C00C7 100%);
  color: #fff;
  border: none;
}
.testi-card.featured .testi-text { color: rgba(255,255,255,0.92); }
.testi-card.featured .testi-name { color: #fff; }
.testi-card.featured .testi-city { color: rgba(255,255,255,0.7); }
.testi-card.featured::before { color: #fff; opacity: 0.12; }
.testi-card.featured .star { color: #FFD700; }

/* Stars */
.stars { display: flex; gap: 3px; margin-bottom: 4px; }
.star { color: #FBBF24; font-size: 16px; }

/* Avatar row */
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.testi-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.testi-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.testi-city { font-size: 12px; color: var(--text-muted); }

/* Verified badge */
.verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #E6FFE6;
  color: #0A7A0A;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  margin-left: auto;
}
.testi-card.featured .verified { background: rgba(255,255,255,0.2); color: #fff; }

/* Quote text */
.testi-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  flex: 1;
}
.testi-text strong { color: var(--primary); }
.testi-card.featured .testi-text strong { color: #FFD700; }

/* Platform pill */
.platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  color: var(--text-muted);
  width: fit-content;
}

/* ─── DOUBLE MEANING CHATS SECTION ─── */

.dm-section {
  background: #fff;
  border-top: 1px solid var(--border);
}
.dm-section .section-title,
.dm-section .section-tag { text-align: center; }

.platform-scroll {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* Base chat card */
.chat-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
}
.chat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
}

/* Platform headers */
.platform-header {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.3px;
}
.platform-header .p-logo { font-size: 18px; }
.platform-header .p-name { font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.platform-header .p-match { font-size: 11px; opacity: 0.8; }

/* Platform brand colours */
.ph-whatsapp { background: #075E54; }
.ph-tinder   { background: linear-gradient(135deg, #FD5068, #FF7854); }
.ph-bumble   { background: #FFC629; }
.ph-bumble .p-name, .ph-bumble .p-match { color: #1A1A1A; }
.ph-messenger{ background: linear-gradient(135deg, #0084FF, #A334FA); }

/* Chat bubbles inside card */
.chat-bubbles {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #F7F7F7;
  min-height: 150px;
}
.bubble {
  max-width: 80%;
  padding: 9px 13px;
  border-radius: 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #111;
  position: relative;
}
.bubble .btime {
  font-size: 10px;
  color: #999;
  margin-top: 3px;
  text-align: right;
}
.b-in  { background: #fff; align-self: flex-start; border-bottom-left-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.b-out { background: #DCF8C6; align-self: flex-end;  border-bottom-right-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
/* Tinder blue bubbles */
.b-out-tinder { background: #FD5068; color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
/* Bumble yellow bubbles */
.b-out-bumble { background: #FFC629; color: #111; align-self: flex-end; border-bottom-right-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
/* Messenger blue */
.b-out-msng { background: #0084FF; color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }

.match-tag {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0 10px;
  color: #999;
  background: #F7F7F7;
  border-top: 1px solid #eee;
}

footer {
  background: #F9F9F9;
  border-top: 1px solid var(--border);
  padding: 40px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
}
