:root {
  --bg-dark: #0A0A0A;
  --coral: #FF4B3E;
  --coral-light: #FF6B5E;
  --green-blob: #7AE582;
  --yellow-blob: #FFD166;
  --orange-blob: #FF8C42;
  --pink-pastel: #FFD1DC;
  --blue-pastel: #B3E0FF;
  --green-pastel: #C8F7C5;
  --yellow-pastel: #FFF3B0;
  --lavender-pastel: #D5C6FF;
  --peach-pastel: #FFDAB9;
  --mint-pastel: #B2F2E8;
  --rose-pastel: #F8C8DC;
  --text-white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-muted: #888;
  --font: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #F5F5F5; font-family: var(--font); color: var(--text-dark); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; font-family: inherit; cursor: pointer; outline: none; color: inherit; }

/* ═══════════════════════════════════════
   1. SPLASH — Dark + Colorful Blobs
   ═══════════════════════════════════════ */
.v20-splash {
  min-height: 100vh; background: var(--bg-dark);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  padding: 60px 28px 50px;
}

/* Organic Blobs */
.v20-blob {
  position: absolute; border-radius: 50%; filter: blur(0px);
  z-index: 1;
}
.v20-blob--1 { width: 180px; height: 180px; background: var(--green-blob); top: 5%; right: -20px; border-radius: 40% 60% 55% 45%; }
.v20-blob--2 { width: 140px; height: 140px; background: var(--yellow-blob); top: 35%; left: -30px; border-radius: 55% 45% 60% 40%; }
.v20-blob--3 { width: 120px; height: 120px; background: var(--orange-blob); top: 55%; right: 10%; border-radius: 60% 40% 45% 55%; }
.v20-blob--4 { width: 100px; height: 100px; background: var(--coral); bottom: 20%; left: 20%; border-radius: 45% 55% 40% 60%; opacity: 0.6; }

/* Scattered Photos */
.v20-scatter {
  position: relative; z-index: 5; flex: 1;
  display: flex; justify-content: center; align-items: center;
}
.v20-scatter-photos { position: relative; width: 100%; height: 400px; }

.v20-scatter-img {
  position: absolute; border-radius: 16px; overflow: hidden;
  background-size: cover; background-position: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.v20-scatter-img:nth-child(1) { width: 160px; height: 200px; top: 10%; left: 5%; transform: rotate(-8deg); z-index: 3; }
.v20-scatter-img:nth-child(2) { width: 130px; height: 170px; top: 5%; right: 10%; transform: rotate(5deg); z-index: 2; }
.v20-scatter-img:nth-child(3) { width: 180px; height: 240px; bottom: 5%; left: 25%; transform: rotate(3deg); z-index: 4; }
.v20-scatter-img:nth-child(4) { width: 120px; height: 150px; bottom: 15%; right: 5%; transform: rotate(-6deg); z-index: 3; }

/* Splash Text */
.v20-splash-txt { position: relative; z-index: 10; margin-top: auto; }
.v20-h1 { font-size: 42px; font-weight: 800; color: var(--text-white); line-height: 1; letter-spacing: -1px; margin-bottom: 4px; }
.v20-h1-sub { font-size: 24px; font-weight: 400; font-style: italic; color: rgba(255,255,255,0.6); margin-bottom: 30px; }

.v20-btn-start {
  display: block; width: 100%; background: var(--text-white); color: var(--text-dark);
  padding: 18px; border-radius: 100px; font-size: 16px; font-weight: 800; text-align: center;
  box-shadow: 0 10px 25px rgba(255,255,255,0.1); transition: 0.2s;
}
.v20-btn-start:hover { transform: translateY(-2px); }

/* ═══════════════════════════════════════
   2. MATCH SECTION — Coral Gradient
   ═══════════════════════════════════════ */
.v20-match-section {
  background: linear-gradient(180deg, var(--coral) 0%, #CC2D22 100%);
  padding: 50px 24px 60px; text-align: center; color: var(--text-white);
}
.v20-match-h2 { font-size: 36px; font-weight: 800; margin-bottom: 4px; }
.v20-match-sub { font-size: 16px; opacity: 0.8; font-style: italic; margin-bottom: 30px; }

.v20-match-photos { display: flex; justify-content: center; margin-bottom: 30px; position: relative; }
.v20-match-photo {
  width: 120px; height: 160px; border-radius: 20px;
  background-size: cover; background-position: center;
  border: 4px solid var(--text-white); box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.v20-match-photo:first-child { transform: rotate(-10deg); z-index: 1; }
.v20-match-photo:last-child  { transform: rotate(10deg); margin-left: -30px; z-index: 2; }

.v20-match-text { margin-bottom: 24px; }
.v20-match-title { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.v20-match-desc { font-size: 14px; opacity: 0.8; }

.v20-btn-chat {
  display: block; width: 100%; background: var(--text-dark); color: var(--text-white);
  padding: 18px; border-radius: 100px; font-size: 16px; font-weight: 800; margin-bottom: 12px;
}
.v20-btn-swipe {
  display: block; width: 100%; background: transparent; color: var(--text-white);
  padding: 16px; border-radius: 100px; font-size: 15px; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.3);
}

/* ═══════════════════════════════════════
   3. COLORFUL PROFILES GRID
   ═══════════════════════════════════════ */
.v20-profiles-section { padding: 40px 20px; max-width: 500px; margin: 0 auto; }
.v20-h2 { font-size: 32px; font-weight: 800; line-height: 1.1; margin-bottom: 4px; }
.v20-h2 em { font-style: italic; font-weight: 400; }
.v20-h2-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.v20-label-tag { font-size: 13px; font-weight: 800; color: var(--coral); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }

/* Colorful pastel grid */
.v20-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 40px; }

.pcard { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 0.8; }
.pcard__media { position: absolute; inset: 0; }
.pcard__img { width: 100%; height: 100%; object-fit: cover; }

/* Pastel backgrounds cycle */
.v20-grid .pcard:nth-child(6n+1) { background: var(--pink-pastel); }
.v20-grid .pcard:nth-child(6n+2) { background: var(--blue-pastel); }
.v20-grid .pcard:nth-child(6n+3) { background: var(--green-pastel); }
.v20-grid .pcard:nth-child(6n+4) { background: var(--lavender-pastel); }
.v20-grid .pcard:nth-child(6n+5) { background: var(--yellow-pastel); }
.v20-grid .pcard:nth-child(6n+6) { background: var(--peach-pastel); }

.pcard__body {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 10px;
  color: var(--text-dark); font-size: 12px;
}
.pcard__name { font-weight: 800; font-size: 13px; text-shadow: 0 1px 3px rgba(255,255,255,0.5); }
.pcard__meta { font-size: 10px; opacity: 0.7; }
.pcard__age { position: absolute; top: 8px; right: 8px; background: rgba(0,0,0,0.5); color: #fff; font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 100px; }
.pcard__heart, .pcard__pin { display: none; }

/* ═══════════════════════════════════════
   4. CAROUSEL DECK
   ═══════════════════════════════════════ */
.v20-deck-section { padding: 0 20px 40px; max-width: 500px; margin: 0 auto; }
.v20-deck-wrap { position: relative; height: 440px; margin-bottom: 30px; }
#lp-hero-sizer { width: 100%; height: 100%; position: relative; }
.v20-deck-inner { position: absolute; inset: 0; }
.v20-deck-link { position: absolute; inset: 0; z-index: 20; }
.v20-showcase { position: absolute; inset: 0; z-index: 1; }

.heart { position: absolute; inset: 0; border-radius: 28px; overflow: hidden; background: #eee; box-shadow: 0 15px 40px rgba(0,0,0,0.1); transition: 0.5s; }
.heart__img { width: 100%; height: 100%; object-fit: cover; }
.heart[data-pos="front"] { transform: scale(1); opacity: 1; z-index: 5; }
.heart[data-pos="back"]  { transform: translate(15px, 10px) scale(0.94) rotate(4deg); opacity: 0.5; z-index: 4; }

.v20-card-ui { position: absolute; inset: 0; pointer-events: none; z-index: 10; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 50%); color: #fff; border-radius: 28px; }
.v20-card-name { font-size: 28px; font-weight: 800; }
.v20-card-loc { font-size: 13px; opacity: 0.8; margin-top: 4px; }

/* ═══════════════════════════════════════
   5. SEARCH FORM
   ═══════════════════════════════════════ */
.v20-form-section { padding: 0 20px 40px; max-width: 500px; margin: 0 auto; }
.v20-form-card { background: #fff; border-radius: 28px; padding: 32px 24px; box-shadow: 0 8px 30px rgba(0,0,0,0.04); }
.v20-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.v20-lbl { display: block; font-size: 12px; font-weight: 700; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.v20-select { width: 100%; border: 2px solid #eee; border-radius: 14px; background: #FAFAFA; padding: 14px; font-family: inherit; font-size: 15px; font-weight: 700; outline: none; appearance: none; }
.v20-select:focus { border-color: var(--coral); }

.v20-age-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.v20-age-val { font-weight: 800; color: var(--coral); }

.v20-slider { position: relative; height: 28px; }
.v20-slider__track { position: absolute; left: 0; right: 0; top: 50%; height: 6px; background: #eee; border-radius: 3px; transform: translateY(-50%); }
.v20-slider__input { position: absolute; width: 100%; appearance: none; background: transparent; pointer-events: none; }
.v20-slider__input::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--coral); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(255,75,62,0.3); pointer-events: auto; cursor: pointer; }

.v20-btn-submit { width: 100%; background: var(--text-dark); color: #fff; padding: 18px; border-radius: 100px; font-size: 16px; font-weight: 800; margin-top: 16px; transition: 0.2s; }
.v20-btn-submit:hover { transform: translateY(-2px); }
.v20-warn { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }

/* ═══════════════════════════════════════
   6. FEATURES
   ═══════════════════════════════════════ */
.v20-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; }
.v20-feat { background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.03); transition: 0.2s; }
.v20-feat:hover { transform: translateY(-2px); }
.v20-feat-icon { font-size: 28px; margin-bottom: 10px; }
.v20-feat-title { font-size: 14px; font-weight: 800; margin-bottom: 6px; }
.v20-feat-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ═══════════════════════════════════════
   7. STORIES
   ═══════════════════════════════════════ */
.v20-stories-section { padding: 0 20px 40px; max-width: 500px; margin: 0 auto; }
.v20-stories-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.v20-stories-controls { display: flex; gap: 8px; }
.v20-stories-btn { width: 36px; height: 36px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); font-size: 18px; font-weight: 700; color: var(--text-muted); }

.v20-stories-scroll { display: flex; gap: 14px; overflow-x: auto; padding: 4px 0 20px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.v20-stories-scroll::-webkit-scrollbar { display: none; }

.v20-story-card { flex-shrink: 0; width: 290px; background: #fff; border-radius: 24px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); scroll-snap-align: start; border-left: 4px solid var(--coral); }
.v20-story-who { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.v20-story-where { font-size: 12px; color: var(--coral); font-weight: 700; margin-bottom: 12px; }
.v20-story-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ═══════════════════════════════════════
   8. FOOTER
   ═══════════════════════════════════════ */
.v20-footer { max-width: 500px; margin: 0 auto; padding: 30px 20px 50px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.v20-f-brand { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.v20-f-muted { font-size: 11px; color: var(--text-muted); line-height: 1.5; max-width: 200px; }
.v20-f-links { display: flex; flex-direction: column; gap: 6px; }
.v20-f-link { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.v20-f-link:hover { color: var(--coral); }

@media (max-width: 500px) {
  .v20-grid { grid-template-columns: repeat(2, 1fr); }
  .v20-h1 { font-size: 34px; }
}
