/* ============================================================
   LOVE2CONNECT MATRIMONY — style.css
   ============================================================ */

/* --- CSS VARIABLES --- */
:root {
  --cream: #FFF8F0;
  --warm-white: #FFF4EC;
  --gold: #FF6B6B;
  --gold-light: #FFB347;
  --gold-dark: #E85D4A;
  --rose: #FF4E9B;
  --rose-light: #FFB3D9;
  --deep: #1A0A2E;
  --brown: #2D1B69;
  --text: #1A0A2E;
  --text-muted: #6B5B8A;
  --border: rgba(255,107,107,0.18);
}

/* ── Vibrant gradient hero title ─────────────────────────── */
.hero-title {
  background: linear-gradient(135deg, #1A0A2E 0%, #FF6B6B 60%, #FF4E9B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-title em {
  background: linear-gradient(135deg, #FF4E9B, #7C3AED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Vibrant section titles ───────────────────────────────── */
.section-title em {
  background: linear-gradient(135deg, var(--rose), var(--violet));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Colorful step numbers on hover ──────────────────────── */
.step:nth-child(1):hover .step-number { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); border-color: transparent; color: white; }
.step:nth-child(2):hover .step-number { background: linear-gradient(135deg,#F97316,#FFB347); border-color: transparent; color: white; }
.step:nth-child(3):hover .step-number { background: linear-gradient(135deg,#06B6D4,#7C3AED); border-color: transparent; color: white; }
.step:nth-child(4):hover .step-number { background: linear-gradient(135deg,#22C55E,#06B6D4); border-color: transparent; color: white; }

/* ── Colorful profile card borders on hover ──────────────── */
.profile-card:nth-child(1):hover { box-shadow: 0 12px 40px rgba(255,107,107,0.25); border-top: 3px solid #FF6B6B; }
.profile-card:nth-child(2):hover { box-shadow: 0 12px 40px rgba(249,115,22,0.25); border-top: 3px solid #F97316; }
.profile-card:nth-child(3):hover { box-shadow: 0 12px 40px rgba(6,182,212,0.25); border-top: 3px solid #06B6D4; }
.profile-card:nth-child(4):hover { box-shadow: 0 12px 40px rgba(124,58,237,0.25); border-top: 3px solid #7C3AED; }

/* ── Colorful tags ────────────────────────────────────────── */
.tag { background: linear-gradient(135deg,rgba(255,107,107,0.08),rgba(124,58,237,0.08)); border-color: rgba(255,107,107,0.2); color: var(--violet); }

/* ── Vibrant plan card featured badge ────────────────────── */
.plan-badge { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); color: white; }

/* ── Verified badge ───────────────────────────────────────── */
.profile-verified { background: rgba(34,197,94,0.1); color: #16A34A; border: 1px solid rgba(34,197,94,0.3); }

/* ── Colorful nav CTA ─────────────────────────────────────── */
.nav-cta {
  background: linear-gradient(135deg,#FF6B6B,#FF4E9B) !important;
  color: white !important;
}
.nav-cta:hover { background: linear-gradient(135deg,#E85D4A,#C0397A) !important; color: white !important; }

/* ── Primary button gradient ─────────────────────────────── */
.btn-primary {
  background: linear-gradient(135deg,#FF6B6B,#FF4E9B) !important;
  color: white !important;
}
.btn-primary:hover { background: linear-gradient(135deg,#E85D4A,#C0397A) !important; }

/* ── Search button ────────────────────────────────────────── */
.search-btn { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); color: white; }
.search-btn:hover { background: linear-gradient(135deg,#FF4E9B,#7C3AED); }

/* ── Hero stats colored numbers ──────────────────────────── */
.hero-stats > div:nth-child(1) .stat-num { color: #FF6B6B; }
.hero-stats > div:nth-child(2) .stat-num { color: #7C3AED; }
.hero-stats > div:nth-child(3) .stat-num { color: #06B6D4; }
.stat-num span { font-style: italic; }

/* ── Mini hearts colorful ─────────────────────────────────── */
.mini-heart:nth-child(1) { color: #FF4E9B; }
.mini-heart:nth-child(2) { color: #FF6B6B; font-size: 10px; }
.mini-heart:nth-child(3) { color: #7C3AED; font-size: 18px; }
.mini-heart:nth-child(4) { color: #06B6D4; font-size: 11px; }
.mini-heart:nth-child(5) { color: #22C55E; }

/* ── Overlay button ────────────────────────────────────────── */
.overlay-btn { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); color: white; }

/* ── Plan featured button ─────────────────────────────────── */
.plan-card.featured .plan-btn { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); border-color: transparent; color: white; }
.plan-card.featured .plan-btn:hover { background: linear-gradient(135deg,#FF4E9B,#7C3AED); }

/* ── Footer heart ─────────────────────────────────────────── */
.footer-heart { color: #FF4E9B; }

/* ── Section connector line ───────────────────────────────── */
.steps-grid::before { background: linear-gradient(to right, transparent, #FF6B6B, #FF4E9B, #7C3AED, transparent); }

/* ── Card match badge ─────────────────────────────────────── */
.card-match { background: linear-gradient(135deg,rgba(34,197,94,0.1),rgba(6,182,212,0.1)); color: #059669; border: 1px solid rgba(34,197,94,0.2); }

/* ── Nav logo colorful ─────────────────────────────────────── */
.nav-logo span { color: #FF6B6B; font-style: italic; }

/* ── Modal top bar gradient ───────────────────────────────── */
.modal::before { background: linear-gradient(to right, transparent, #FF6B6B, #FF4E9B, #7C3AED, transparent); }

/* ── Modal submit button ──────────────────────────────────── */
.btn-submit { background: linear-gradient(135deg,#1A0A2E,#2D1B69) !important; color: white !important; }
.btn-submit:hover { background: linear-gradient(135deg,#2D1B69,#4F46E5) !important; }

/* ── Step dots active ─────────────────────────────────────── */
.step-item.active .step-dot { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); border-color: transparent; color: white; }

/* ── Interest tag selected ────────────────────────────────── */
.interest-tag.selected { border-color: #FF4E9B; background: linear-gradient(135deg,rgba(255,107,107,0.1),rgba(124,58,237,0.1)); color: #FF4E9B; }

/* ── Religion pill selected ───────────────────────────────── */
.religion-pill.selected { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); border-color: transparent; color: white; }

/* ── Gender option selected ───────────────────────────────── */
.gender-option.selected { border-color: #FF6B6B; background: linear-gradient(135deg,rgba(255,107,107,0.06),rgba(255,78,155,0.06)); }
.gender-option.selected .gender-label { color: #E85D4A; }

/* ── Photo upload hover ───────────────────────────────────── */
.photo-upload:hover { border-color: #FF6B6B; background: rgba(255,107,107,0.04); }

/* ── Field focus ring ─────────────────────────────────────── */
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: #FF6B6B;
  box-shadow: 0 0 0 3px rgba(255,107,107,0.12);
}

/* ── Step connector filled ────────────────────────────────── */
.step-connector::after { background: linear-gradient(to right,#FF6B6B,#FF4E9B); }

/* ── Success name box ─────────────────────────────────────── */
.success-name { background: linear-gradient(135deg,rgba(255,107,107,0.08),rgba(124,58,237,0.08)); border-color: rgba(255,107,107,0.3); color: #E85D4A; }

/* ── Divider diamond ──────────────────────────────────────── */
.divider-diamond { background: linear-gradient(135deg,#FF6B6B,#FF4E9B); }
.divider-line { background: linear-gradient(to right,transparent,#FF6B6B,transparent); }

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: linear-gradient(160deg,#FFF8F0 0%,#FEF3FF 50%,#EEF9FF 100%);
  color: var(--text);
  overflow-x: hidden;
}

/* --- NOISE TEXTURE OVERLAY --- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.4;
}

/* ============================================================
   NAV
   ============================================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 24px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,248,240,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text);
  text-decoration: none;
}
.nav-logo span { color: var(--gold); font-style: italic; }

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-dark); }

.nav-cta {
  background: var(--deep);
  color: var(--gold-light) !important;
  padding: 10px 28px;
  border-radius: 2px;
  letter-spacing: 0.14em !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: linear-gradient(135deg,#1A0A2E 0%,#2D1B69 100%) !important; color: var(--gold-light) !important; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero-left {
  padding: 160px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease both;
}
.hero-tag::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--deep);
  margin-bottom: 28px;
  animation: fadeUp 0.8s 0.15s ease both;
}
.hero-title em {
  font-style: italic;
  color: var(--rose);
}

.hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 420px;
  margin-bottom: 52px;
  animation: fadeUp 0.8s 0.3s ease both;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  animation: fadeUp 0.8s 0.45s ease both;
}

.btn-primary {
  background: var(--gold);
  color: var(--deep);
  padding: 16px 40px;
  border: none;
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  text-decoration: none;
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--text);
  padding: 16px 36px;
  border: 1px solid rgba(44,31,23,0.25);
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
  text-decoration: none;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-dark); }

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 72px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  animation: fadeUp 0.8s 0.6s ease both;
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--deep);
}
.stat-num span { font-style: italic; color: var(--gold); }
.stat-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-top: 4px;
  text-transform: uppercase;
}

.hero-right {
  position: relative;
  overflow: hidden;
}

.hero-image-container {
  position: absolute;
  inset: 0;
  animation: fadeIn 1.2s 0.2s ease both;
}

.hero-image-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--cream) 0%, transparent 25%),
              linear-gradient(to top, var(--cream) 0%, transparent 15%);
}

.hero-bg-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(20%) brightness(0.95) contrast(1.05);
}

/* --- Couple Illustration --- */
.couple-illustration {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #FFF0FB 0%, #EAF0FF 50%, #E0FFF4 100%);
  position: relative;
}

.couple-illustration::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(124,58,237,0.12) 0%, rgba(255,107,107,0.08) 50%, transparent 70%);
}

.floral-accent {
  position: absolute;
  font-size: 200px;
  opacity: 0.07;
  color: var(--gold-dark);
  line-height: 1;
}
.floral-1 { top: 40px; right: 40px; transform: rotate(-20deg); font-size: 160px; }
.floral-2 { bottom: 60px; left: 40px; transform: rotate(15deg); font-size: 120px; }

.couple-svg {
  position: relative;
  z-index: 2;
}

/* --- Floating Profile Cards --- */
.floating-card {
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(26,20,16,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  animation: float 6s ease-in-out infinite;
}

.floating-card-1 {
  bottom: 22%;
  right: 5%;
  animation-delay: 0s;
}

.floating-card-2 {
  top: 25%;
  right: 8%;
  animation-delay: -3s;
}

.card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.card-avatar-1 { background: linear-gradient(135deg, #FF9DE2, #FF4E9B); }
.card-avatar-2 { background: linear-gradient(135deg, #FFC371, #FF6B6B); }

.card-name { font-size: 14px; font-weight: 500; color: var(--deep); }
.card-detail { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.card-match {
  font-size: 11px;
  background: #F0FDF4;
  color: #16A34A;
  padding: 3px 8px;
  border-radius: 20px;
  margin-top: 4px;
  display: inline-block;
  font-weight: 500;
}

/* ============================================================
   SEARCH BAR
   ============================================================ */
.search-section {
  background: linear-gradient(135deg,#1A0A2E 0%,#2D1B69 50%,#1A0A2E 100%);
  padding: 56px 60px;
  position: relative;
}

.search-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 60px,
    rgba(124,58,237,0.06) 60px,
    rgba(124,58,237,0.06) 61px
  );
}

.search-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.search-field {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(124,58,237,0.25);
  padding: 20px 24px;
  color: var(--cream);
}
.search-field:first-child { border-radius: 2px 0 0 2px; }

.search-field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 6px;
}

.search-field select {
  background: transparent;
  border: none;
  outline: none;
  color: #EDE9FE;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
}
.search-field select option { background: #1A0A2E; color: #EDE6F5; }

.search-btn {
  background: var(--gold);
  border: none;
  padding: 0 36px;
  color: var(--deep);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  transition: background 0.2s;
  white-space: nowrap;
}
.search-btn:hover { background: linear-gradient(to right,var(--gold),var(--rose)); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section {
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}

/* how-orb */
.how-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,107,0.1) 0%, rgba(124,58,237,0.06) 50%, transparent 70%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}
.section-kicker {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section-kicker::before, .section-kicker::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold-light);
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 300;
  color: var(--deep);
  line-height: 1.1;
}
.section-title em { font-style: italic; color: var(--rose); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 56px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-light), var(--gold-light), transparent);
  z-index: 0;
}

.step {
  padding: 0 32px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.step:hover { transform: translateY(-4px); }

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--gold-dark);
  transition: background 0.3s, border-color 0.3s;
}
.step:hover .step-number {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--deep);
}

.step-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--deep);
  margin-bottom: 12px;
}

.step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ============================================================
   PROFILES
   ============================================================ */
.profiles-section {
  padding: 100px 60px;
  background: linear-gradient(180deg, #FFF0FB 0%, #EEF9FF 50%, #FFF8F0 100%);
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.profile-card {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(26,20,16,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
}
.profile-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(26,20,16,0.12);
}
.profile-card:hover .profile-overlay { opacity: 1; }

.profile-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background: linear-gradient(145deg, #F0C4BC, #E8D5B0);
  position: relative;
}

.profile-avatar-placeholder {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  position: relative;
}
.pa-1 { background: linear-gradient(145deg, #FFD6E7, #FF4E9B); }
.pa-2 { background: linear-gradient(145deg, #FFE4B5, #F97316); }
.pa-3 { background: linear-gradient(145deg, #B2F5EA, #06B6D4); }
.pa-4 { background: linear-gradient(145deg, #E0D7FF, #7C3AED); }

.profile-verified {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  color: #16A34A;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.profile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,20,16,0.8) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.overlay-btn {
  background: var(--gold);
  color: var(--deep);
  border: none;
  padding: 10px 24px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
}

.profile-info {
  padding: 20px;
}
.profile-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--deep);
  margin-bottom: 6px;
}
.profile-meta {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.profile-meta span { display: flex; align-items: center; gap: 5px; }

.profile-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tag {
  font-size: 11px;
  background: var(--cream);
  color: var(--text-muted);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section {
  padding: 120px 60px;
  background: linear-gradient(135deg,#FFF0FB 0%,#EEF0FF 50%,#E0FFF9 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 80px,
    rgba(124,58,237,0.04) 80px,
    rgba(124,58,237,0.04) 81px
  );
}

.testimonials-section .section-kicker { color: var(--violet); }
.testimonials-section .section-kicker::before,
.testimonials-section .section-kicker::after { background: linear-gradient(to right,var(--pink),var(--violet)); }
.testimonials-section .section-title { color: var(--deep); }
.testimonials-section .section-title em { color: var(--violet); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(124,58,237,0.18);
  border-radius: 4px;
  padding: 40px;
  position: relative;
  transition: border-color 0.3s, background 0.3s;
}
.testimonial:hover {
  border-color: rgba(124,58,237,0.45);
  background: rgba(255,255,255,0.95);
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  line-height: 0.6;
  color: var(--pink);
  opacity: 0.5;
  margin-bottom: 20px;
}

.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: #1A0A2E;
  margin-bottom: 28px;
}

.testimonial-couple {
  display: flex;
  align-items: center;
  gap: 14px;
}
.couple-avatars {
  display: flex;
}
.couple-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.couple-avatar:nth-child(2) { margin-left: -10px; }
.ca-1 { background: linear-gradient(135deg, #FFB3D9, #FF4E9B); }
.ca-2 { background: linear-gradient(135deg, #FFD4A3, #F97316); }
.ca-3 { background: linear-gradient(135deg, #A5F3FC, #06B6D4); }
.ca-4 { background: linear-gradient(135deg, #C4B5FD, #7C3AED); }
.ca-5 { background: linear-gradient(135deg, #BBF7D0, #22C55E); }
.ca-6 { background: linear-gradient(135deg, #FED7AA, #FF6B6B); }

.couple-names { font-size: 14px; font-weight: 500; color: var(--violet); }
.couple-since { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ============================================================
   PRICING PLANS
   ============================================================ */
.plans-section {
  padding: 120px 60px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}

.plan-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 48px 40px;
  transition: border-color 0.3s, box-shadow 0.3s;
  position: relative;
}
.plan-card:hover { border-color: var(--gold-light); box-shadow: 0 8px 40px rgba(201,169,110,0.1); }

.plan-card.featured {
  background: linear-gradient(135deg,#1A0A2E,#2D1B69);
  border-color: var(--gold);
  transform: scale(1.04);
  box-shadow: 0 16px 60px rgba(26,20,16,0.2);
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--deep);
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--deep);
  margin-bottom: 8px;
}
.plan-card.featured .plan-name { color: var(--cream); }

.plan-tagline {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 32px;
}
.plan-card.featured .plan-tagline { color: rgba(250,247,242,0.5); }

.plan-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--deep);
  line-height: 1;
  margin-bottom: 4px;
}
.plan-card.featured .plan-price { color: var(--gold); }

.plan-price sup { font-size: 24px; vertical-align: super; }
.plan-period { font-size: 13px; color: var(--text-muted); margin-bottom: 36px; }
.plan-card.featured .plan-period { color: rgba(250,247,242,0.4); }

.plan-features {
  list-style: none;
  margin-bottom: 36px;
}
.plan-features li {
  font-size: 14px;
  color: var(--text-muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-features li:last-child { border-bottom: none; }
.plan-card.featured .plan-features li { color: rgba(250,247,242,0.7); border-color: rgba(201,169,110,0.1); }
.feature-check { color: var(--gold); font-size: 16px; flex-shrink: 0; }

.plan-btn {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.25s;
}
.plan-btn:hover { border-color: var(--gold); color: var(--gold-dark); }
.plan-card.featured .plan-btn {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--deep);
}
.plan-card.featured .plan-btn:hover { background: var(--gold-light); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--brown);
  padding: 80px 60px 40px;
  color: whitesmoke;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand .nav-logo { color: var(--cream); margin-bottom: 16px; display: block; }
.footer-desc { font-size: 14px; line-height: 1.75; max-width: 280px; }

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(250,247,242,0.5);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold-light); }

.footer-bottom {
  border-top: 1px solid rgba(201,169,110,0.1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.footer-heart { color: var(--rose); }

/* ============================================================
   ANIMATIONS & KEYFRAMES
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes clickHeart {
  0%   { opacity: 1; transform: scale(0.5) translateY(0); }
  60%  { opacity: 0.9; transform: scale(1.4) translateY(-20px); }
  100% { opacity: 0; transform: scale(0.8) translateY(-50px); }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   DECORATIVE DIVIDER
   ============================================================ */
.divider {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0 auto 48px;
  width: fit-content;
}
.divider-line { width: 80px; height: 1px; background: var(--gold-light); }
.divider-diamond {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* ============================================================
   HEART ANIMATIONS
   ============================================================ */

/* Pulsing heart in nav logo */
.nav-logo .pulse-heart {
  display: inline-block;
  color: var(--rose);
  animation: heartbeat 1.4s ease-in-out infinite;
  transform-origin: center;
  margin: 0 2px;
}

/* Like button on profile cards */
.heart-btn {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.15s;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.heart-btn:hover { transform: scale(1.15); }
.heart-btn.liked { animation: heartPop 0.4s cubic-bezier(0.17,0.89,0.32,1.49); }
.hicon { transition: filter 0.2s; filter: grayscale(1) opacity(0.5); font-size: 16px; }
.heart-btn.liked .hicon { filter: none; }

/* Floating heart burst particles */
.heart-particle {
  position: fixed;
  pointer-events: none;
  font-size: 18px;
  z-index: 9999;
  animation: burstFly 0.9s ease-out forwards;
}

/* Section heart */
.section-heart {
  display: inline-block;
  color: var(--rose);
  font-size: 28px;
  margin: 0 12px;
  animation: heartbeat 2s ease-in-out infinite;
}

/* Rising mini hearts in hero */
.hero-hearts {
  position: absolute;
  bottom: 80px;
  left: 60px;
  display: flex;
  gap: 8px;
  z-index: 5;
}
.mini-heart {
  font-size: 14px;
  color: var(--rose);
  opacity: 0;
  animation: riseHeart 3s ease-in-out infinite;
}
.mini-heart:nth-child(1) { animation-delay: 0s; }
.mini-heart:nth-child(2) { animation-delay: 0.5s; font-size: 10px; color: var(--gold); }
.mini-heart:nth-child(3) { animation-delay: 1s; font-size: 18px; }
.mini-heart:nth-child(4) { animation-delay: 1.5s; font-size: 11px; color: var(--gold); }
.mini-heart:nth-child(5) { animation-delay: 2s; }

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.25); }
  28% { transform: scale(1); }
  42% { transform: scale(1.18); }
  70% { transform: scale(1); }
}

@keyframes heartPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}

@keyframes burstFly {
  0%   { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0.4) rotate(var(--rot)); }
}

@keyframes riseHeart {
  0%   { opacity: 0; transform: translateY(0) scale(0.5); }
  20%  { opacity: 0.8; transform: translateY(-10px) scale(1); }
  80%  { opacity: 0.4; transform: translateY(-40px) scale(0.8); }
  100% { opacity: 0; transform: translateY(-60px) scale(0.3); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  nav { padding: 20px 30px; }
  .nav-links { gap: 24px; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 140px 30px 80px; }
  .search-bar { grid-template-columns: 1fr 1fr; gap: 2px; padding: 0; }
  .search-btn { grid-column: 1 / -1; padding: 18px; border-radius: 0 0 2px 2px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .steps-grid::before { display: none; }
  .profiles-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .search-section { padding: 40px 30px; }
  .how-section, .profiles-section, .testimonials-section, .plans-section { padding: 80px 30px; }
  footer { padding: 60px 30px 30px; }
}

/* ============================================================
   CREATE PROFILE POPUP MODAL
   ============================================================ */

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,6,3,0.82);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Modal box */
.modal {
  background: var(--cream);
  width: 100%;
  max-width: 620px;
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 4px;
  position: relative;
  transform: translateY(32px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
  scrollbar-width: none;
}
.modal::-webkit-scrollbar { display: none; }
.modal-overlay.active .modal { transform: translateY(0) scale(1); }

/* Gold top bar */
.modal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  z-index: 1;
}

/* Modal Header */
.modal-header {
  padding: 44px 48px 32px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.modal-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 16px;
  display: block;
}
.modal-logo span { color: var(--gold); font-style: italic; }
.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--deep);
  line-height: 1.1;
  margin-bottom: 6px;
}
.modal-title em { font-style: italic; color: var(--rose); }
.modal-subtitle { font-size: 13px; color: var(--text-muted); font-weight: 300; }
.modal-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  color: var(--text-muted);
  transition: all 0.2s;
}
.modal-close:hover { border-color: var(--rose); color: var(--rose); transform: rotate(90deg); }

/* Step Progress */
.step-progress {
  display: flex;
  align-items: center;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
  background: rgba(201,169,110,0.04);
}
.step-item {
  display: flex; align-items: center;
  gap: 10px; flex: 1;
}
.step-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all 0.3s;
  background: var(--cream);
}
.step-item.active .step-dot { background: var(--gold); border-color: var(--gold); color: var(--deep); font-weight: 600; }
.step-item.done .step-dot   { background: var(--lime); border-color: var(--lime); color: white; }
.step-label {
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
  transition: color 0.3s;
}
.step-item.active .step-label { color: var(--gold-dark); font-weight: 500; }
.step-item.done  .step-label  { color: var(--deep); }
.step-connector {
  flex: 1; height: 1px;
  background: rgba(255,107,107,0.2); margin: 0 8px;
  position: relative; overflow: hidden;
}
.step-connector::after {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 0%;
  background: var(--gold);
  transition: width 0.5s ease;
}
.step-connector.filled::after { width: 100%; }

/* Modal Body & Steps */
.modal-body { padding: 36px 48px 40px; }
.form-step { display: none; animation: stepIn 0.35s ease both; }
.form-step.active { display: block; }
@keyframes stepIn {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}
.step-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 400;
  color: var(--deep); margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
}
.step-heading-icon { font-size: 20px; }

/* Form Grid */
.form-grid       { display: grid; gap: 18px; }
.form-grid.two-col   { grid-template-columns: 1fr 1fr; }
.form-grid.three-col { grid-template-columns: 1fr 1fr 1fr; }

/* Field */
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-muted); font-weight: 500;
}
.field label .req { color: var(--rose); margin-left: 2px; }
.field input, .field select, .field textarea {
  background: white;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--text);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.12);
}
.field input::placeholder, .field textarea::placeholder { color: #C4B09A; }
.field select {
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B7355' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}
.field textarea { resize: vertical; min-height: 80px; }
.field-hint { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* Photo Upload */
.photo-upload {
  border: 2px dashed var(--border);
  border-radius: 4px; padding: 32px;
  text-align: center; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative; overflow: hidden;
}
.photo-upload:hover { border-color: var(--gold); background: rgba(201,169,110,0.04); }
.photo-upload input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.photo-icon { font-size: 36px; margin-bottom: 10px; }
.photo-upload-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--deep); margin-bottom: 4px; }
.photo-upload-hint { font-size: 12px; color: var(--text-muted); }
.photo-preview { display: none; width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold-light); margin: 0 auto 12px; }
.photo-preview.visible { display: block; }

/* Gender Selector */
.gender-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gender-option {
  border: 1px solid var(--border); border-radius: 3px;
  padding: 16px; text-align: center; cursor: pointer;
  transition: all 0.2s; position: relative;
}
.gender-option:hover { border-color: var(--gold-light); }
.gender-option.selected { border-color: var(--gold); background: rgba(201,169,110,0.08); }
.gender-option input { position: absolute; opacity: 0; width: 0; height: 0; }
.gender-icon { font-size: 28px; margin-bottom: 6px; }
.gender-label { font-size: 13px; font-weight: 500; color: var(--text); }
.gender-option.selected .gender-label { color: var(--gold-dark); }

/* Religion Pills */
.religion-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.religion-pill {
  border: 1px solid var(--border); border-radius: 20px;
  padding: 8px 16px; font-size: 13px; cursor: pointer;
  transition: all 0.2s; color: var(--text-muted); background: white; user-select: none;
}
.religion-pill:hover { border-color: var(--gold-light); color: var(--text); }
.religion-pill.selected { border-color: var(--gold); background: var(--gold); color: var(--deep); font-weight: 500; }

/* Interest Tags */
.interests-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.interest-tag {
  border: 1px solid var(--border); border-radius: 20px;
  padding: 7px 14px; font-size: 12px; cursor: pointer;
  transition: all 0.2s; color: var(--text-muted); background: white;
  display: flex; align-items: center; gap: 6px; user-select: none;
}
.interest-tag:hover { border-color: var(--rose-light); color: var(--text); }
.interest-tag.selected { border-color: var(--rose); background: rgba(212,133,122,0.1); color: var(--rose); }

/* Form Divider */
.form-divider { display: flex; align-items: center; gap: 14px; margin: 20px 0; }
.form-divider-line { flex: 1; height: 1px; background: var(--border); }
.form-divider-text { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

/* Password Strength */
.password-strength { margin-top: 6px; display: flex; gap: 4px; }
.strength-bar { height: 3px; flex: 1; border-radius: 2px; background: var(--border); transition: background 0.3s; }
.strength-label { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

/* Success Screen */
.success-screen { display: none; text-align: center; padding: 60px 48px; animation: stepIn 0.5s ease both; }
.success-screen.active { display: block; }
.success-heart { font-size: 64px; margin-bottom: 20px; animation: heartPulseModal 1.2s ease-in-out infinite; }
@keyframes heartPulseModal {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.success-title { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--deep); margin-bottom: 12px; }
.success-title em { font-style: italic; color: var(--rose); }
.success-sub { font-size: 15px; color: var(--text-muted); font-weight: 300; line-height: 1.7; max-width: 360px; margin: 0 auto 36px; }
.success-name { display: inline-block; font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold-dark); font-style: italic; background: rgba(201,169,110,0.1); border: 1px solid var(--gold-light); padding: 10px 28px; border-radius: 2px; margin-bottom: 32px; }

/* Modal Footer */
.modal-footer {
  padding: 20px 48px 36px;
  display: flex; align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border); gap: 16px;
}
.btn-back {
  background: transparent; border: 1px solid var(--border);
  color: var(--text-muted); padding: 13px 28px; border-radius: 2px;
  font-family: 'DM Sans', sans-serif; font-size: 12px;
  font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: all 0.2s;
}
.btn-back:hover { border-color: var(--text-muted); color: var(--text); }
.btn-back:disabled { opacity: 0.3; cursor: default; }
.btn-next {
  background: var(--gold); border: none;
  color: var(--deep); padding: 14px 36px; border-radius: 2px;
  font-family: 'DM Sans', sans-serif; font-size: 13px;
  font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
  display: flex; align-items: center; gap: 8px;
}
.btn-next:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-next:active { transform: translateY(0); }
.btn-submit { background: var(--deep); color: var(--gold-light); }
.btn-submit:hover { background: var(--brown); }
.step-counter { font-size: 12px; color: var(--text-muted); letter-spacing: 0.08em; }

/* Validation */
.field input.error, .field select.error { border-color: var(--rose); }
.field-error { font-size: 11px; color: var(--rose); margin-top: 3px; display: none; }
.field-error.show { display: block; }

/* Terms */
.terms-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 4px; }
.terms-row input[type="checkbox"] { margin-top: 2px; accent-color: var(--gold); flex-shrink: 0; }
.terms-row label { font-size: 12px; color: var(--text-muted); line-height: 1.6; cursor: pointer; }
.terms-row a { color: var(--gold-dark); text-decoration: none; border-bottom: 1px solid var(--gold-light); }

/* Responsive */
@media (max-width: 560px) {
  .modal-header, .modal-body, .modal-footer { padding-left: 24px; padding-right: 24px; }
  .step-progress { padding-left: 24px; padding-right: 24px; }
  .step-label { display: none; }
  .form-grid.two-col, .form-grid.three-col { grid-template-columns: 1fr; }
  .modal-title { font-size: 26px; }
  .success-screen { padding: 40px 24px; }
}

/* ============================================================
   SCROLL COUPLE ANIMATION
   ============================================================ */
.scroll-female-wrapper, .scroll-male-wrapper {
  pointer-events: none;
  will-change: transform;
}
.scroll-male-wrapper {
  z-index: 97; 
}
.scroll-female-wrapper {
  z-index: 98; /* female arms over male */
}

.scroll-couple-bounce {
  /* Cute walking bounce animation */
  animation: walkingBounce 0.45s infinite alternate ease-in-out;
}

@keyframes walkingBounce {
  0% { transform: translateY(0px) rotate(-3deg); }
  100% { transform: translateY(-6px) rotate(3deg); }
}

@keyframes floatBubbleHeart {
  0% { transform: translateY(0) scale(0.5); opacity: 0; }
  20% { opacity: 0.8; transform: translateY(-30px) scale(1.2); }
  100% { transform: translateY(-160px) scale(1.5); opacity: 0; }
}

/* ============================================================
   AUTH SWITCH TOGGLE
   ============================================================ */
.auth-switch {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 4px;
  width: 170px;
  margin-left: 20px;
}

.auth-switch-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: var(--gold-dark);
  border-radius: 26px;
  transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 4px 10px rgba(139, 115, 85, 0.2);
}

.auth-switch.right .auth-switch-bg {
  transform: translateX(100%);
}

.auth-btn {
  position: relative;
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-dark);
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Active Text Colors Container Toggle */
.auth-switch:not(.right) .auth-btn:first-of-type { color: white; }
.auth-switch.right .auth-btn:last-of-type { color: white; }

/* ============================================================
   LOGIN MODAL SPECIFICS
   ============================================================ */
.login-modal {
  max-width: 420px;
  padding: 40px 32px;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--gold-dark);
  color: var(--gold-dark);
  padding: 14px 24px;
  border-radius: 24px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline:hover {
  background: rgba(139, 115, 85, 0.05);
}

.otp-boxes .otp-box {
  width: 48px;
  height: 56px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s;
  outline: none;
}

.otp-boxes .otp-box:focus {
  border-color: var(--gold-dark);
}

/* ============================================================
   RESPONSIVE DESIGN (MOBILE & TABLET)
   ============================================================ */
@media (max-width: 900px) {
  nav { padding: 16px 24px; position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); }
  .hamburger { display: flex !important; cursor: pointer; color: var(--gold-dark); z-index: 101; }
  
  .nav-links {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
    gap: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99;
  }
  
  .nav-links.nav-active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .auth-switch {
    margin-left: 0;
    width: 220px;
  }
  

}

@media (min-width: 901px) {
  .hamburger { display: none !important; }
}

@media (max-width: 1024px) {
  .hero { padding: 120px 48px 80px; }
  .hero-content h1 { font-size: 52px; }
  .steps-grid, .profiles-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 24px; padding: 0 48px; }
  .steps-grid::before { display: none; }
}

@media (max-width: 768px) {
  .hero { padding: 100px 32px 60px; min-height: auto; flex-direction: column; text-align: center; }
  .hero-content { max-width: 100%; align-items: center; }
  .hero-content h1 { font-size: 42px; }
  .hero-content p { font-size: 16px; margin: 0 auto 32px; }
  
  .hero-illustration {
    position: absolute;
    opacity: 0.15;
    transform: scale(0.6) translate(20%, -30%);
    pointer-events: none;
    z-index: 0;
  }
  
  .steps-grid, .profiles-grid, .pricing-grid {
    grid-template-columns: 1fr !important;
    padding: 0 24px;
    gap: 32px;
  }
  
  .step, .profile-card, .pricing-card { padding: 32px 24px; }
  .footer-content { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
  .hero-content h1 { font-size: 34px; line-height: 1.1; }
  .nav-logo { font-size: 24px; }
  .login-modal, .profileModal { padding: 32px 20px; margin: 16px; width: auto; max-width: none; }
  
  .otp-boxes .otp-box { width: 42px; height: 50px; font-size: 20px; }
  .modal-title { font-size: 28px; }
}