:root {
  --ink: #201824;
  --muted: #756d78;
  --coral: #f45d68;
  --coral-dark: #df4350;
  --rose: #fff0f1;
  --cream: #fffaf7;
  --line: #eee6eb;
  --success: #2f8f66;
  --shadow: 0 24px 70px rgba(83, 45, 67, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 22px; letter-spacing: -.8px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--coral); transform: rotate(-7deg); box-shadow: 0 8px 20px rgba(244,93,104,.28); }
.nav-links { display: flex; align-items: center; gap: 28px; color: #5d535f; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--coral-dark); }
.nav-actions { display: flex; gap: 10px; }

.btn { border: 0; min-height: 48px; padding: 0 22px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 780; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--coral); box-shadow: 0 12px 28px rgba(244,93,104,.26); }
.btn-primary:hover { background: var(--coral-dark); box-shadow: 0 15px 32px rgba(244,93,104,.34); }
.btn-soft { background: white; border: 1px solid var(--line); }
.btn-block { width: 100%; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 56px 0 88px; position: relative; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--coral-dark); font-size: 13px; font-weight: 780; }
.eyebrow .dot { width: 7px; height: 7px; background: #42b883; border-radius: 50%; box-shadow: 0 0 0 4px rgba(66,184,131,.13); }
h1 { margin: 22px 0 20px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -4.5px; }
.accent { color: var(--coral); }
.lead { max-width: 570px; font-size: 18px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.trust-row { display: flex; gap: 22px; align-items: center; margin-top: 34px; color: #665d69; font-size: 13px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.check { color: var(--success); }

.phone-stage { min-height: 580px; position: relative; display: grid; place-items: center; }
.orb { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: linear-gradient(145deg, #ffd7db, #fff2e8); filter: saturate(105%); }
.phone { width: 300px; padding: 12px; border-radius: 42px; background: #221b23; box-shadow: 0 38px 80px rgba(57,31,47,.27); transform: rotate(2.5deg); position: relative; }
.phone-screen { min-height: 552px; padding: 14px; border-radius: 31px; background: #fff; overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; padding: 2px 4px 12px; }
.mini-brand { color: var(--coral); font-size: 19px; font-weight: 900; }
.profile-photo { height: 335px; padding: 16px; border-radius: 24px; background: linear-gradient(160deg, #fbd6ca 0%, #e99683 46%, #743f45 100%); display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.portrait { position: absolute; inset: 18px 36px 0; border-radius: 100px 100px 24px 24px; background: linear-gradient(160deg, #4c2d30, #a35a5a); box-shadow: inset 0 0 0 10px rgba(255,255,255,.08); }
.profile-info { color: white; position: relative; text-shadow: 0 2px 14px rgba(50,20,30,.5); }
.profile-info strong { font-size: 24px; letter-spacing: -.6px; }
.profile-info p { margin: 5px 0 0; font-size: 12px; opacity: .9; }
.match-actions { display: flex; justify-content: center; gap: 13px; margin: 17px 0 7px; }
.match-button { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: white; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(64,40,54,.1); font-size: 20px; }
.match-button.like { color: white; background: var(--coral); border-color: var(--coral); transform: scale(1.1); }
.mini-note { text-align: center; font-size: 11px; color: var(--muted); }
.float-card { position: absolute; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.93); backdrop-filter: blur(10px); box-shadow: 0 15px 38px rgba(71,41,59,.14); font-size: 13px; font-weight: 750; }
.float-card.one { left: 0; top: 92px; transform: rotate(-5deg); }
.float-card.two { right: -2px; bottom: 90px; transform: rotate(4deg); }

.section { padding: 92px 0; }
.section-white { background: white; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.kicker { color: var(--coral-dark); font-size: 12px; font-weight: 850; letter-spacing: 1.8px; text-transform: uppercase; }
h2 { margin: 12px 0 14px; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -2.2px; }
.section-head p { color: var(--muted); line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { border-radius: 24px; padding: 28px; background: var(--cream); border: 1px solid #f6eeeb; }
.feature-icon { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; background: var(--rose); color: var(--coral-dark); font-size: 20px; }
.feature h3 { margin: 20px 0 9px; font-size: 19px; letter-spacing: -.4px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.cta { margin: 80px auto; padding: 48px; border-radius: 32px; color: white; background: #261e27; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { margin: 0 0 10px; font-size: 38px; }
.cta p { margin: 0; color: #cfc7cf; }
.footer { display: flex; justify-content: space-between; padding: 28px 0 42px; color: #817881; font-size: 13px; border-top: 1px solid var(--line); }

.flow-page { min-height: 100vh; background: linear-gradient(180deg, #fffaf7, #fff); }
.flow-nav { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.flow-wrap { width: min(620px, calc(100% - 32px)); margin: 32px auto 72px; }
.flow-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.flow-head { margin-bottom: 26px; }
.flow-head h1 { margin: 8px 0 10px; font-size: 35px; line-height: 1.08; letter-spacing: -1.6px; }
.flow-head p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.progress { display: flex; gap: 7px; margin-bottom: 25px; }
.progress span { height: 5px; flex: 1; border-radius: 5px; background: #eee8eb; }
.progress span.active { background: var(--coral); }
.step-label { color: var(--coral-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.3px; }
.form-step { display: none; }
.form-step.active { display: block; animation: in .25s ease; }
@keyframes in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin: 0 0 8px; font-size: 13px; font-weight: 760; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ded6dc; border-radius: 14px; padding: 14px 15px; outline: none; background: #fff; color: var(--ink); transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(244,93,104,.1); }
.location-status { display: block; margin: -7px 0 17px; color: var(--muted); font-size: 10px; }
.birthday-selects { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 7px; }
.birthday-selects select { width: 100%; min-width: 0; border: 1px solid #ded6dc; border-radius: 14px; padding: 14px 10px; outline: none; background: #fff; color: var(--ink); }
.birthday-selects select:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(244,93,104,.1); }
.field small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { min-height: 66px; padding: 13px; border: 1px solid #e1d9de; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; cursor: pointer; font-size: 13px; font-weight: 760; }
.choice label small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 500; }
.choice input:checked + label { border-color: var(--coral); background: var(--rose); box-shadow: inset 0 0 0 1px var(--coral); }
.form-actions { display: flex; gap: 10px; margin-top: 10px; }
.form-actions .btn { flex: 1; }
.back-btn { background: #f7f2f4; color: #655b66; }
.privacy-line { margin-top: 20px; color: var(--muted); text-align: center; font-size: 11px; line-height: 1.5; }
.alert { display: flex; gap: 11px; padding: 14px; border-radius: 14px; background: #fff8e8; color: #725b21; font-size: 12px; line-height: 1.5; margin-bottom: 20px; }
.verify-list { display: grid; gap: 10px; margin: 22px 0; }
.verify-item { display: flex; align-items: center; gap: 13px; padding: 14px; border-radius: 15px; border: 1px solid var(--line); }
.verify-item .icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center; background: var(--rose); color: var(--coral-dark); }
.verify-item strong { display: block; font-size: 13px; }
.verify-item span { color: var(--muted); font-size: 11px; }
.upload-box { padding: 26px 18px; border: 1.5px dashed #d5c9d0; border-radius: 18px; text-align: center; background: #fffcfb; cursor: pointer; }
.upload-box:hover { border-color: var(--coral); }
.upload-box .upload-icon { font-size: 28px; }
.upload-box strong { display: block; margin: 8px 0 4px; font-size: 14px; }
.upload-box small { color: var(--muted); }
.demo-banner { display: flex; gap: 10px; align-items: flex-start; padding: 13px 15px; border-radius: 14px; background: #eff7ff; color: #345e7d; font-size: 12px; line-height: 1.5; margin-bottom: 22px; }
.price-box { padding: 18px; border-radius: 17px; background: #29212a; color: white; display: flex; justify-content: space-between; align-items: center; margin: 18px 0 24px; }
.price-box span { color: #cfc5ce; font-size: 12px; }
.price-box strong { font-size: 24px; }
.secure-row { display: flex; justify-content: center; gap: 18px; margin-top: 18px; color: var(--muted); font-size: 11px; }
.success-mark { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--success); font-size: 33px; box-shadow: 0 16px 35px rgba(47,143,102,.25); }
.success-card { text-align: center; }
.success-card h1 { font-size: 38px; }
.receipt { margin: 26px 0; padding: 16px; border-radius: 15px; background: #f8f4f6; text-align: left; }
.receipt div { display: flex; justify-content: space-between; padding: 7px 0; font-size: 12px; color: var(--muted); }
.receipt strong { color: var(--ink); }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; gap: 30px; }
  .hero-copy { text-align: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .phone-stage { min-height: 590px; }
  .feature-grid { grid-template-columns: 1fr; }
  .cta { text-align: center; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { height: 66px; }
  .nav-actions .btn-soft { display: none; }
  .nav-actions .btn { min-height: 42px; padding: 0 16px; border-radius: 13px; }
  h1 { font-size: 48px; letter-spacing: -3.2px; }
  .lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 10px; flex-wrap: wrap; }
  .orb { width: 370px; height: 370px; }
  .phone { width: 286px; }
  .float-card.one { left: -7px; }
  .float-card.two { right: -7px; }
  .section { padding: 70px 0; }
  .cta { margin: 56px auto; padding: 34px 22px; }
  .footer { gap: 12px; flex-direction: column; align-items: center; text-align: center; }
  .flow-wrap { margin-top: 16px; }
  .flow-card { border-radius: 23px; padding: 25px 19px; }
  .flow-head h1 { font-size: 31px; }
  .field-grid, .choice-grid { grid-template-columns: 1fr; }
  .birthday-selects { grid-template-columns: 1.35fr .75fr 1fr; gap: 6px; }
  .birthday-selects select { min-height: 52px; padding: 12px 8px; font-size: 14px; }
  .form-actions { flex-direction: column-reverse; }
}

/* Dimensional hero redesign */
.shell { position: relative; isolation: isolate; background: radial-gradient(circle at 78% 24%, rgba(255,218,211,.55), transparent 31%), linear-gradient(135deg, #fffaf8 0%, #fff 48%, #fff4f0 100%); }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); opacity: .7; pointer-events: none; }
.ambient-one { width: 280px; height: 280px; top: 150px; left: -150px; background: radial-gradient(circle at 70% 40%, rgba(244,93,104,.18), transparent 70%); animation: drift 9s ease-in-out infinite alternate; }
.ambient-two { width: 420px; height: 420px; right: -250px; top: 560px; background: radial-gradient(circle, rgba(234,176,132,.2), transparent 68%); animation: drift 12s ease-in-out infinite alternate-reverse; }
.hero-copy { position: relative; z-index: 3; animation: heroIn .75s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow { box-shadow: 0 12px 30px rgba(81,47,63,.09), inset 0 1px 0 #fff; backdrop-filter: blur(12px); }
.hero h1 { text-shadow: 0 4px 0 rgba(255,255,255,.72), 0 22px 45px rgba(80,42,61,.08); }
.btn-primary { background: linear-gradient(135deg, #ff6f78, #ec4857); box-shadow: 0 15px 30px rgba(232,70,84,.28), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -3px 0 rgba(121,23,43,.14); }
.btn-primary:active { transform: translateY(1px) scale(.98); box-shadow: 0 7px 16px rgba(232,70,84,.22), inset 0 2px 4px rgba(100,20,30,.1); }
.phone-stage { perspective: 1200px; transform-style: preserve-3d; }
.orb { width: 510px; height: 510px; background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.95) 0 7%, rgba(255,212,211,.95) 36%, rgba(238,137,137,.72) 75%, rgba(117,47,77,.25) 100%); box-shadow: inset -28px -38px 80px rgba(129,40,70,.18), inset 20px 24px 65px rgba(255,255,255,.65), 0 40px 100px rgba(131,62,88,.2); transform: translateZ(-50px); animation: orbFloat 6s ease-in-out infinite; overflow: visible; }
.orb::after { content: ""; position: absolute; inset: 12%; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 0 50px rgba(255,255,255,.32); }
.orbit { position: absolute; inset: -24px; border-radius: 50%; border: 1px solid rgba(236,72,87,.22); transform: rotateX(67deg) rotateZ(18deg); }
.orbit::after { content: ""; position: absolute; width: 12px; height: 12px; left: 17%; top: 12%; border-radius: 50%; background: #fff; box-shadow: 0 0 22px #fff, 0 0 36px #ef7380; }
.orbit-two { inset: 8px -38px; transform: rotateX(71deg) rotateZ(-28deg); opacity: .55; }
.phone { --rotate-x: 0deg; --rotate-y: 0deg; width: 318px; padding: 10px; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg, #3c323d 0%, #110e13 38%, #292029 72%, #080609 100%); box-shadow: -18px 35px 70px rgba(51,24,39,.31), 18px 45px 90px rgba(68,31,48,.24), inset 1px 1px 1px rgba(255,255,255,.3), inset -2px -2px 3px #000; transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) rotateZ(2.2deg) translateZ(45px); transition: transform .16s ease-out; animation: phoneIn .9s .12s cubic-bezier(.16,.85,.3,1.2) both; }
.phone::before { content: ""; position: absolute; width: 4px; height: 72px; background: #1a151b; border-radius: 4px 0 0 4px; left: -4px; top: 112px; box-shadow: 0 82px 0 #1a151b; }
.phone::after { content: ""; position: absolute; top: 15px; left: 50%; width: 70px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #171218; z-index: 4; box-shadow: inset 0 1px 2px #000; }
.phone-screen { position: relative; padding: 18px 13px 13px; border-radius: 34px; background: linear-gradient(180deg,#fff,#fffafa); box-shadow: inset 0 0 0 1px rgba(0,0,0,.07); }
.phone-top { padding-top: 8px; }
.profile-photo { height: 354px; padding: 0; isolation: isolate; box-shadow: inset 0 -90px 70px rgba(32,13,24,.48), 0 16px 34px rgba(84,43,58,.2); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; display: block; transition: transform .5s ease; }
.phone:hover .profile-photo img { transform: scale(1.035); }
.profile-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(25,11,20,.08) 57%, rgba(26,10,20,.85) 100%); }
.photo-shine { position: absolute; z-index: 2; inset: -40% 35% -20% -70%; background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.22) 49%, transparent 57%); transform: translateX(-60%); animation: photoShine 6s 2s ease-in-out infinite; }
.profile-info { position: absolute; z-index: 3; left: 17px; right: 17px; bottom: 15px; }
.name-line { display: flex; align-items: center; gap: 7px; }
.verified-badge { width: 19px; height: 19px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 11px; background: #4ca8ff; color: white; text-shadow: none; box-shadow: 0 3px 10px rgba(76,168,255,.45); }
.profile-tags { display: flex; gap: 6px; margin-top: 10px; }
.profile-tags span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); font-size: 9px; text-shadow: none; }
.match-button { background: linear-gradient(145deg, #fff, #f4edf1); box-shadow: 8px 9px 18px rgba(59,33,48,.13), -5px -5px 13px #fff, inset 0 1px 0 #fff; }
.match-button.like { background: linear-gradient(145deg, #ff7079, #e94554); box-shadow: 0 13px 27px rgba(235,70,83,.35), inset 0 1px 0 rgba(255,255,255,.45); animation: heartbeat 2.6s ease-in-out infinite; }
.float-card { border: 1px solid rgba(255,255,255,.68); background: rgba(255,255,255,.8); box-shadow: 0 23px 50px rgba(67,36,53,.19), inset 0 1px 0 #fff; backdrop-filter: blur(18px) saturate(130%); transition: transform .18s ease-out; }
.float-card.one { left: -30px; top: 115px; transform: rotate(-5deg) translateZ(70px); }
.float-card.two { right: -45px; bottom: 110px; display: flex; align-items: center; gap: 10px; transform: rotate(4deg) translateZ(85px); }
.float-card.two small { color: var(--muted); font-size: 9px; font-weight: 600; }
.float-card.spark { left: 12px; bottom: 60px; color: #6b3f68; transform: rotate(-4deg) translateZ(55px); }
.float-card.spark span { color: #b668dc; }
.status-pulse { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #38b87c; box-shadow: 0 0 0 0 rgba(56,184,124,.5); animation: pulse 2s infinite; }
.match-avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: white; background: linear-gradient(145deg,#ff7380,#e94655); box-shadow: 0 7px 15px rgba(232,70,84,.25); }
.feature { box-shadow: 0 15px 40px rgba(71,42,55,.05), inset 0 1px 0 white; transition: transform .25s ease, box-shadow .25s ease; }
.feature:hover { transform: translateY(-8px); box-shadow: 0 25px 55px rgba(71,42,55,.11), inset 0 1px 0 white; }
@keyframes phoneIn { from { opacity: 0; transform: rotateX(15deg) rotateY(-24deg) rotateZ(7deg) translate3d(40px,35px,0) scale(.88); } to { opacity: 1; transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) rotateZ(2.2deg) translateZ(45px); } }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes orbFloat { 50% { transform: translate3d(0,-14px,-50px) scale(1.02); } }
@keyframes drift { to { transform: translate3d(35px,45px,0) scale(1.12); } }
@keyframes photoShine { 0%,55% { transform: translateX(-70%); } 75%,100% { transform: translateX(220%); } }
@keyframes heartbeat { 0%,12%,24%,100% { transform: scale(1.1); } 6%,18% { transform: scale(1.18); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(56,184,124,0); } 100% { box-shadow: 0 0 0 0 rgba(56,184,124,0); } }
@media (max-width: 560px) {
  .phone-stage { min-height: 610px; }
  .orb { width: 355px; height: 355px; }
  .phone { width: 280px; }
  .profile-photo { height: 330px; }
  .float-card.one { left: -5px; top: 92px; }
  .float-card.two { right: -4px; bottom: 96px; }
  .float-card.spark { left: -3px; bottom: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Functional identity and member dashboard */
.identity-section { margin: 22px 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.identity-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.identity-heading > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: var(--coral-dark); font-weight: 850; }
.identity-heading strong, .identity-heading small { display: block; }
.identity-heading small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.capture-choice { display: flex; gap: 10px; margin-bottom: 14px; }
.capture-choice label { flex: 1; padding: 11px; border: 1px solid var(--line); border-radius: 12px; font-size: 12px; font-weight: 700; }
.camera-panel { position: relative; min-height: 290px; overflow: hidden; border-radius: 17px; background: #211b22; display: grid; place-items: center; }
.camera-panel video { width: 100%; max-height: 420px; object-fit: cover; transform: scaleX(-1); }
.camera-placeholder { color: white; text-align: center; display: grid; gap: 5px; }
.camera-placeholder span { font-size: 42px; }.camera-placeholder small { color: #cfc5ce; }
.camera-actions { display: flex; gap: 10px; margin-top: 12px; }.camera-actions .btn { flex: 1; }
.capture-status { margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; }
.dashboard-page { min-height: 100vh; background: #fff9f7; color: var(--ink); }
.dashboard-nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.dashboard-nav nav { display: flex; gap: 26px; }.dashboard-nav nav a { color: var(--muted); font-size: 13px; font-weight: 700; }
.dashboard-user { display: flex; align-items: center; gap: 12px; font-size: 13px; }.dashboard-user a { color: var(--coral-dark); }
.dashboard-main { padding: 55px 0 80px; }.dashboard-welcome { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 55px; }
.dashboard-welcome h1 { margin: 8px 0; font-size: 48px; }.dashboard-welcome p { color: var(--muted); }
.status-card { min-width: 290px; display: flex; gap: 12px; padding: 18px; border: 1px solid #f2d49d; border-radius: 17px; background: #fff8e8; }
.status-card > span { font-size: 25px; color: #b87b18; }.status-card strong,.status-card small { display:block; }.status-card small { margin-top:4px;color:var(--muted);font-size:11px; }
.dashboard-section-head { display:flex;align-items:end;justify-content:space-between;margin-bottom:20px; }.dashboard-section-head h2 { margin:7px 0 0;font-size:30px; }
.discovery-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }.discovery-card { overflow:hidden;border-radius:22px;background:white;box-shadow:0 16px 40px rgba(71,42,55,.09); }
.discovery-photo { position:relative;height:330px; }.discovery-photo img { width:100%;height:100%;object-fit:cover; }.discovery-photo > span { position:absolute;top:14px;right:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.88);font-size:11px;font-weight:800; }
.discovery-copy { padding:18px; }.discovery-copy h3 { margin:0;font-size:22px; }.discovery-copy p { min-height:38px;color:var(--muted);font-size:12px; }.discovery-copy > div { display:flex;gap:10px;justify-content:flex-end; }.discovery-copy button { width:42px;height:42px;border:0;border-radius:50%;font-size:20px; }.discovery-copy .like { background:var(--coral);color:white; }
@media(max-width:760px){.capture-choice,.camera-actions,.dashboard-welcome{flex-direction:column}.dashboard-nav nav{display:none}.dashboard-welcome{align-items:stretch}.status-card{min-width:0}.discovery-grid{grid-template-columns:1fr}.dashboard-welcome h1{font-size:38px}.identity-section{padding:14px}}

/* Verified access — focused onboarding layout */
.access-flow-page { min-height: 100vh; color: var(--ink); background: radial-gradient(circle at 90% 2%,rgba(255,187,190,.22),transparent 28%),linear-gradient(180deg,#fffaf8,#fff 62%); }
.access-nav { height: 68px; }
.access-step { padding: 7px 10px; border-radius: 999px; color: var(--muted); background: #f7f1f3; font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.access-wrap { width: min(100% - 32px,660px); margin: 24px auto 70px; }
.access-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-bottom: 30px; }
.access-progress span { height: 5px; border-radius: 8px; background: #eee7ea; }.access-progress .active { background: linear-gradient(90deg,#ff737c,#ea4b5b); }
.access-intro { text-align: center; }.access-badge { width: 68px; height: 68px; margin: 0 auto 17px; display: grid; place-items: center; border-radius: 23px; color: white; background: linear-gradient(145deg,#ff7b85,#e8485a); box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 14px 30px rgba(231,71,88,.24); transform: rotate(-3deg); }
.access-badge span { font-size: 31px; transform: rotate(3deg); }.access-intro h1 { margin: 8px 0 10px; font-size: clamp(38px,7vw,52px); line-height: 1; letter-spacing: -2.8px; }.access-intro p { max-width: 510px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.55; }
.access-card,.access-price-card { margin-top: 25px; padding: 23px; border: 1px solid #eae2e6; border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 0 16px 42px rgba(70,38,52,.07); }
.access-card-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid #eee8eb; }.access-card-title h2 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.6px; }.access-trust-pill { flex: 0 0 auto; padding: 8px 10px; border-radius: 999px; color: #287a58; background: #eaf8f1; font-size: 10px; font-weight: 800; }
.access-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }.access-benefits article { display: flex; gap: 12px; padding: 18px 0; border-bottom: 1px solid #f0eaed; }.access-benefits article:nth-last-child(-n+2) { border-bottom: 0; }.access-benefits article > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--coral-dark); background: var(--rose); font-weight: 850; }.access-benefits strong { display: block; font-size: 12px; }.access-benefits p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.access-price-card { padding: 20px 23px; background: linear-gradient(145deg,#302631,#201920); color: white; }.access-price-top { display: flex; align-items: center; justify-content: space-between; }.access-price-top > div > span { display: block; margin-bottom: 4px; color: #d8cfd6; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 1px; }.access-price-top strong { font-size: 34px; letter-spacing: -1.5px; }.access-once { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #ffc0c5; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 800; }
.access-price-card ul { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 16px 0 12px; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.1); list-style: none; color: #eee8ed; font-size: 10px; }.access-price-card li::before { content: "✓"; margin-right: 6px; color: #65d59d; }.access-price-card p { margin: 0; color: #a99fa7; font-size: 9px; line-height: 1.5; }
.access-continue { margin-top: 18px; min-height: 58px; font-size: 14px; }.access-continue span { margin-left: 5px; }.access-demo-note { margin: 13px 0 0; color: #a298a0; text-align: center; font-size: 9px; }
@media (max-width: 560px) {
  .access-nav { height: 62px; }.access-wrap { width: min(100% - 24px,660px); margin-top: 16px; }.access-progress { margin-bottom: 24px; }
  .access-badge { width: 58px; height: 58px; border-radius: 19px; }.access-badge span { font-size: 27px; }.access-intro h1 { font-size: 37px; letter-spacing: -2.2px; }.access-intro p { font-size: 12px; }
  .access-card,.access-price-card { margin-top: 20px; padding: 18px; border-radius: 20px; }.access-card-title { align-items: flex-start; }.access-card-title h2 { font-size: 18px; }.access-trust-pill { font-size: 8px; }
  .access-benefits { grid-template-columns: 1fr; }.access-benefits article { padding: 14px 0; }.access-benefits article:nth-last-child(2) { border-bottom: 1px solid #f0eaed; }.access-benefits article > span { width: 34px; height: 34px; }.access-benefits strong { font-size: 12px; }.access-benefits p { font-size: 10px; }
  .access-price-card ul { display: grid; gap: 8px; }.access-continue { position: sticky; bottom: max(12px,env(safe-area-inset-bottom)); z-index: 5; box-shadow: 0 18px 35px rgba(232,70,84,.32); }
}

/* Immersive 3D first-screen environment */
.hero { isolation: isolate; perspective: 1400px; min-height: calc(100vh - 76px); }
.depth-world { position: absolute; z-index: -1; inset: -76px calc((1120px - 100vw) / 2) 0; overflow: hidden; pointer-events: none; transform-style: preserve-3d; }
.depth-world::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 28%, rgba(255,255,255,.96) 0 5%, transparent 29%), radial-gradient(circle at 76% 38%, rgba(255,160,169,.3), transparent 30%), radial-gradient(circle at 52% 90%, rgba(122,54,92,.14), transparent 35%), linear-gradient(135deg, #fffaf9 0%, #fff4ef 44%, #fde9e9 72%, #f7e6ee 100%); }
.depth-world::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(83,48,65,.26) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent); }
.depth-grid { position: absolute; z-index: 1; width: 135%; height: 58%; left: -18%; bottom: -34%; opacity: .34; background-image: linear-gradient(rgba(121,64,90,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(121,64,90,.18) 1px, transparent 1px); background-size: 48px 48px; transform: rotateX(67deg) translateZ(-90px); transform-origin: center top; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.depth-sphere { position: absolute; display: block; border-radius: 50%; transform-style: preserve-3d; }
.sphere-left { width: 220px; height: 220px; left: 3%; top: 52%; background: radial-gradient(circle at 30% 24%, #fff 0 5%, #ffd1cb 25%, #f58a92 59%, #8e3d64 100%); box-shadow: inset -28px -34px 55px rgba(76,24,50,.25), inset 22px 25px 45px rgba(255,255,255,.72), 0 42px 70px rgba(100,49,72,.18); animation: sceneFloat 8s ease-in-out infinite alternate; }
.sphere-right { width: 112px; height: 112px; right: 5%; top: 12%; background: radial-gradient(circle at 28% 23%, #fff 0 7%, #f1d9ff 23%, #b879d5 59%, #5f356f 100%); box-shadow: inset -18px -21px 30px rgba(48,17,62,.3), inset 13px 15px 26px rgba(255,255,255,.62), 0 30px 55px rgba(83,45,94,.22); animation: sceneFloat 7s 1s ease-in-out infinite alternate-reverse; }
.depth-pill { position: absolute; width: 200px; height: 58px; right: 32%; top: 7%; border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,190,194,.7)); border: 1px solid rgba(255,255,255,.84); box-shadow: inset 0 2px 3px #fff, inset 0 -9px 20px rgba(189,81,102,.13), 0 22px 45px rgba(86,45,68,.14); transform: rotate(-14deg) translateZ(22px); animation: pillDrift 8s ease-in-out infinite alternate; }
.depth-pill::after { content: ""; position: absolute; width: 34px; height: 34px; right: 12px; top: 11px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, white, #ff7380 45%, #cf344d 100%); box-shadow: 0 7px 15px rgba(195,52,74,.28); }
.depth-heart { position: absolute; z-index: 2; font-family: Georgia, serif; line-height: 1; color: #ff7280; text-shadow: 0 2px 0 #e95061, 0 4px 0 #d84558, 0 18px 28px rgba(124,42,66,.25), inset 0 1px 0 white; filter: drop-shadow(0 1px 0 rgba(255,255,255,.6)); }
.heart-left { left: 27%; top: 17%; font-size: 46px; transform: rotate(-18deg) translateZ(50px); animation: heartDrift 7s ease-in-out infinite alternate; }
.heart-right { right: 2%; bottom: 15%; font-size: 66px; color: #d79ae8; text-shadow: 0 2px 0 #bd74d3, 0 5px 0 #9c5ab6, 0 20px 30px rgba(81,36,98,.22); transform: rotate(18deg) translateZ(30px); animation: heartDrift 9s 1s ease-in-out infinite alternate-reverse; }
.depth-glass { position: absolute; display: flex; border: 1px solid rgba(255,255,255,.78); background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.28)); box-shadow: inset 0 1px 0 white, 0 28px 60px rgba(79,39,61,.15); backdrop-filter: blur(18px) saturate(125%); }
.glass-left { width: 154px; height: 72px; left: 5%; top: 18%; padding: 18px; gap: 7px; align-items: flex-end; border-radius: 22px; transform: rotate(9deg) translateZ(28px); animation: glassFloat 8s ease-in-out infinite alternate; }
.glass-left i { flex: 1; height: 45%; border-radius: 8px 8px 4px 4px; background: linear-gradient(#ff9ba3,#e94e5c); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.glass-left i:nth-child(2) { height: 85%; background: linear-gradient(#c99be2,#8f5aaa); }
.glass-left i:nth-child(3) { height: 62%; background: linear-gradient(#ffc58f,#ed8e68); }
.glass-right { width: 126px; height: 82px; right: 23%; bottom: 9%; padding: 15px 18px; border-radius: 23px; flex-direction: column; justify-content: center; transform: rotate(-8deg) translateZ(35px); animation: glassFloat 9s 1.5s ease-in-out infinite alternate-reverse; }
.glass-right b { font-size: 25px; letter-spacing: -1px; color: #5b3c59; }
.glass-right small { color: #8a7485; font-weight: 700; }
.hero-copy { padding: 34px 32px 36px; border: 1px solid rgba(255,255,255,.7); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,250,249,.38)); box-shadow: inset 0 1px 0 white, 0 34px 80px rgba(85,43,65,.09); backdrop-filter: blur(20px) saturate(115%); transform: translateZ(24px); }
.hero h1 { margin: 22px 0 18px; font-size: clamp(52px, 5.7vw, 76px); line-height: .95; letter-spacing: -4px; text-shadow: none; }
.title-line { display: block; width: max-content; max-width: 100%; }
.hero h1 .title-line:first-child { color: #241a25; text-shadow: 0 2px 0 #fff, 0 7px 15px rgba(55,31,45,.08); }
.hero h1 .accent { color: transparent; background: linear-gradient(180deg, #ff7480 0%, #ef4d5d 72%, #d83f53 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 3px 0 rgba(177,42,64,.12)) drop-shadow(0 14px 22px rgba(232,77,93,.14)); }
.hero .lead { max-width: 520px; font-size: 17px; line-height: 1.62; color: #716772; }
@keyframes sceneFloat { to { transform: translate3d(20px,-25px,40px) rotate(7deg); } }
@keyframes pillDrift { to { transform: rotate(-8deg) translate3d(22px,16px,42px); } }
@keyframes heartDrift { to { transform: rotate(7deg) translate3d(12px,-20px,65px) scale(1.08); } }
@keyframes glassFloat { to { transform: rotate(2deg) translate3d(18px,-20px,52px); } }

@media (max-width: 980px) {
  .hero { gap: 20px; }
  .hero-copy { padding: 28px 25px 30px; }
  .hero h1 { font-size: clamp(48px, 6vw, 62px); }
  .glass-left, .sphere-left { left: -8%; }
}
@media (max-width: 820px) {
  .hero { min-height: auto; padding-top: 25px; gap: 0; }
  .hero-copy { width: min(690px, 100%); margin: 0 auto; padding: 27px 26px 29px; }
  .hero h1 { margin: 17px auto 15px; font-size: clamp(48px, 8.2vw, 62px); letter-spacing: -3.5px; }
  .title-line { margin-inline: auto; }
  .hero .lead { max-width: 610px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 20px; }
  .trust-row { margin-top: 21px; }
  .phone-stage { margin-top: -35px; min-height: 545px; }
  .depth-world { inset-inline: calc((100% - 100vw) / 2); }
  .depth-grid { bottom: -25%; }
  .sphere-left { width: 160px; height: 160px; left: -7%; top: 47%; }
  .sphere-right { right: -5%; top: 20%; }
  .glass-left { left: 1%; top: 38%; }
  .glass-right { right: 2%; bottom: 8%; }
  .heart-left { left: 8%; top: 12%; }
  .depth-pill { right: 5%; top: 30%; }
}
@media (max-width: 560px) {
  .hero-copy { padding: 23px 17px 25px; border-radius: 27px; }
  .hero h1 { font-size: clamp(42px, 13vw, 54px); line-height: .98; letter-spacing: -3px; }
  .hero .lead { font-size: 15px; }
  .phone-stage { margin-top: -18px; }
  .depth-glass, .depth-pill { opacity: .56; }
  .sphere-left { left: -24%; }
  .heart-left { left: 2%; top: 8%; font-size: 36px; }
  .sphere-right { right: -12%; width: 90px; height: 90px; }
}

/* Mobile-first hero: keep the product and profile in the first viewport */
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .shell { background: linear-gradient(180deg, #fff9f7 0%, #fff0ee 56%, #f8e7ef 100%); }
  .container { width: min(100% - 24px, 1120px); }
  .nav { height: 64px; padding-top: env(safe-area-inset-top); }
  .brand { gap: 8px; font-size: 20px; letter-spacing: -.6px; }
  .brand-mark { width: 32px; height: 32px; border-radius: 11px; }
  .nav-actions .btn-primary { min-height: 40px; padding: 0 15px; font-size: 13px; }
  .hero { width: 100%; min-height: auto; padding: 8px 12px 34px; gap: 0; overflow: visible; }
  .hero-copy { width: 100%; padding: 10px 4px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; transform: none; }
  .eyebrow { padding: 7px 10px; font-size: 11px; box-shadow: 0 10px 24px rgba(92,44,66,.1), inset 0 1px 0 white; }
  .hero h1 { margin: 15px auto 13px; font-size: clamp(40px, 11.7vw, 48px); line-height: .96; letter-spacing: -3px; }
  .hero h1 .title-line:first-child { text-shadow: 0 2px 0 #fff, 0 7px 13px rgba(55,31,45,.08); }
  .hero .lead { width: min(100%, 370px); margin: 0 auto; font-size: 14px; line-height: 1.48; }
  .hero-actions { width: min(100%, 390px); margin: 18px auto 0; gap: 4px; flex-direction: column; align-items: center; }
  .hero-actions .btn-primary { width: 100%; min-height: 50px; border-radius: 16px; }
  .hero-actions .btn-soft { width: auto; min-height: 32px; padding: 0 12px; border: 0; background: transparent; color: #655763; font-size: 12px; box-shadow: none; }
  .hero-actions .btn-soft::after { content: " ↓"; }
  .trust-row { width: 100%; margin: 9px auto 0; gap: 9px; flex-wrap: nowrap; justify-content: center; font-size: 9.5px; white-space: nowrap; }
  .trust-row span { gap: 3px; }
  .phone-stage { z-index: 1; min-height: 488px; margin-top: -20px; }
  .phone { width: 258px; border-radius: 36px; }
  .phone-screen { min-height: 476px; border-radius: 29px; padding: 17px 11px 11px; }
  .phone::after { top: 13px; width: 61px; height: 18px; }
  .profile-photo { height: 294px; border-radius: 21px; }
  .profile-info strong { font-size: 20px; }
  .profile-tags { margin-top: 7px; }
  .match-actions { gap: 10px; margin: 13px 0 6px; }
  .match-button { width: 45px; height: 45px; border-radius: 15px; font-size: 17px; }
  .mini-note { margin: 5px 0; font-size: 9px; }
  .orb { width: 326px; height: 326px; }
  .float-card { padding: 10px 12px; border-radius: 14px; font-size: 10px; }
  .float-card.one { left: 0; top: 76px; }
  .float-card.two { right: 0; bottom: 75px; }
  .float-card.spark { display: none; }
  .match-avatar { width: 25px; height: 25px; border-radius: 8px; }
  .depth-world { inset: -64px 0 -30px; }
  .depth-world::after { opacity: .13; }
  .depth-grid { height: 48%; bottom: -20%; background-size: 34px 34px; }
  .depth-pill, .glass-left, .heart-left { display: none; }
  .glass-right { width: 98px; height: 64px; right: -8%; bottom: 22%; padding: 11px 14px; border-radius: 18px; opacity: .55; }
  .glass-right b { font-size: 20px; }
  .sphere-left { width: 122px; height: 122px; left: -20%; top: 47%; opacity: .72; }
  .sphere-right { width: 80px; height: 80px; right: -8%; top: 16%; opacity: .7; }
  .heart-right { right: -2%; bottom: 7%; font-size: 48px; opacity: .6; }
  .section { padding: 58px 0; }
}

@media (max-width: 370px) {
  .container { width: min(100% - 18px, 1120px); }
  .brand { font-size: 18px; }
  .nav-actions .btn-primary { padding-inline: 12px; }
  .hero { padding-inline: 9px; }
  .hero h1 { font-size: 39px; letter-spacing: -2.7px; }
  .hero .lead { max-width: 330px; font-size: 13.5px; }
  .trust-row { gap: 6px; font-size: 8.7px; }
  .phone { width: 246px; }
}

/* A native mobile composition — no phone inside a phone */
.mobile-hero { display: none; }
@media (max-width: 600px) {
  .desktop-hero { display: none; }
  .mobile-hero { position: relative; display: block; min-height: calc(100svh - 64px); padding: 17px 17px 48px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 100% 14%, rgba(215,154,232,.28), transparent 25%), radial-gradient(circle at 2% 55%, rgba(255,116,128,.25), transparent 27%), linear-gradient(155deg, #fffaf8 0%, #fff1ee 49%, #f8e7ef 100%); }
  .mobile-scene { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
  .mobile-scene::before { content: ""; position: absolute; width: 330px; height: 330px; left: 50%; top: 46%; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle at 31% 27%, rgba(255,255,255,.92) 0 5%, #ffd6d3 27%, #f58b94 64%, #9a486c 100%); box-shadow: inset -34px -40px 70px rgba(72,20,47,.22), inset 24px 28px 55px rgba(255,255,255,.7), 0 45px 80px rgba(111,49,78,.2); opacity: .55; }
  .mobile-scene::after { content: ""; position: absolute; width: 125%; height: 38%; left: -12%; bottom: -22%; opacity: .25; background-image: linear-gradient(rgba(115,63,88,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(115,63,88,.2) 1px, transparent 1px); background-size: 35px 35px; transform: rotateX(62deg); mask-image: linear-gradient(#000, transparent 80%); }
  .mobile-scene i { position: absolute; display: block; border-radius: 50%; }
  .mobile-scene i:nth-child(1) { width: 70px; height: 70px; right: -17px; top: 90px; background: radial-gradient(circle at 30% 25%, #fff, #d9a4ea 37%, #754384 100%); box-shadow: 0 22px 38px rgba(75,44,87,.2), inset -12px -14px 23px rgba(62,25,73,.2); animation: sceneFloat 7s ease-in-out infinite alternate; }
  .mobile-scene i:nth-child(2) { width: 39px; height: 39px; left: 8px; top: 285px; background: radial-gradient(circle at 30% 25%, #fff, #ff7f8a 42%, #d73f55 100%); box-shadow: 0 16px 28px rgba(175,54,74,.22); animation: sceneFloat 6s 1s ease-in-out infinite alternate-reverse; }
  .mobile-scene i:nth-child(3) { width: 105px; height: 30px; right: -20px; top: 250px; border-radius: 99px; transform: rotate(-17deg); background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,170,179,.66)); border: 1px solid rgba(255,255,255,.82); box-shadow: inset 0 1px 0 white, 0 16px 30px rgba(102,49,72,.12); }
  .mobile-intro { position: relative; z-index: 3; max-width: 430px; margin: 0 auto; text-align: center; }
  .mobile-eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: inset 0 1px 0 white, 0 10px 24px rgba(82,42,61,.1); backdrop-filter: blur(12px); color: #df4858; font-size: 10px; font-weight: 850; letter-spacing: .15px; }
  .mobile-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #3fbd82; box-shadow: 0 0 0 4px rgba(63,189,130,.12); }
  .mobile-intro h1 { margin: 14px 0 10px; font-size: clamp(39px, 12vw, 51px); line-height: .94; letter-spacing: -3.2px; color: #241a25; text-shadow: 0 2px 0 white, 0 12px 24px rgba(70,35,54,.08); }
  .mobile-intro h1 em { font-style: normal; color: transparent; background: linear-gradient(180deg,#ff7581,#e94657); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 4px 0 rgba(187,45,66,.12)) drop-shadow(0 12px 18px rgba(229,70,87,.14)); }
  .mobile-intro p { max-width: 345px; margin: 0 auto; color: #726772; font-size: 13.5px; line-height: 1.45; }
  .mobile-cta { width: min(100%, 380px); min-height: 50px; margin: 17px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; color: white; background: linear-gradient(135deg,#ff707b,#e94455); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), inset 0 -3px 0 rgba(115,24,40,.12), 0 15px 30px rgba(228,67,84,.27); font-size: 14px; font-weight: 850; }
  .mobile-cta:active { transform: translateY(1px) scale(.985); }
  .mobile-showcase { position: relative; z-index: 2; width: min(100%, 390px); height: 450px; margin: 24px auto 0; overflow: hidden; border: 1px solid rgba(255,255,255,.78); border-radius: 30px; background: #3f2934; box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 30px 64px rgba(66,31,50,.25), 0 8px 18px rgba(66,31,50,.12); transform: perspective(900px) rotateX(1deg) rotateZ(-.8deg); }
  .mobile-showcase::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(18,8,14,.04) 36%,rgba(28,11,20,.2) 56%,rgba(23,9,17,.94) 100%); }
  .mobile-showcase img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 40%; }
  .mobile-photo-light { position: absolute; z-index: 2; inset: -30% 30% 0 -80%; background: linear-gradient(112deg,transparent 40%,rgba(255,255,255,.22) 49%,transparent 57%); animation: photoShine 6s 1s ease-in-out infinite; }
  .mobile-card-top { position: absolute; z-index: 3; left: 14px; right: 14px; top: 14px; display: flex; align-items: center; justify-content: space-between; color: white; font-size: 10px; font-weight: 800; text-shadow: 0 2px 10px rgba(20,8,15,.45); }
  .mobile-card-top > span:first-child { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(28,15,23,.23); backdrop-filter: blur(10px); }
  .mobile-verified { padding: 7px 10px; border-radius: 999px; background: rgba(41,161,108,.86); box-shadow: 0 8px 20px rgba(24,90,63,.2); }
  .mobile-profile-copy { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 82px; color: white; text-shadow: 0 2px 13px rgba(20,7,14,.5); }
  .mobile-profile-copy > div:first-child { display: flex; align-items: center; gap: 7px; }
  .mobile-profile-copy strong { font-size: 27px; letter-spacing: -.8px; }
  .mobile-profile-copy p { margin: 3px 0 9px; font-size: 11px; opacity: .88; }
  .mobile-tags { display: flex; gap: 6px; }
  .mobile-tags span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.13); backdrop-filter: blur(9px); font-size: 9px; text-shadow: none; }
  .mobile-actions { position: absolute; z-index: 3; left: 50%; bottom: 16px; display: flex; gap: 13px; transform: translateX(-50%); }
  .mobile-actions button { width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; display: grid; place-items: center; color: #342632; background: rgba(255,255,255,.91); box-shadow: 0 10px 24px rgba(15,6,11,.23), inset 0 1px 0 white; font-size: 19px; }
  .mobile-actions .mobile-like { width: 56px; height: 56px; margin-top: -4px; color: white; border-color: rgba(255,255,255,.45); background: linear-gradient(145deg,#ff7480,#e94656); box-shadow: 0 13px 28px rgba(219,53,72,.37), inset 0 1px 0 rgba(255,255,255,.45); animation: heartbeat 2.8s ease-in-out infinite; }
  .mobile-match-float { position: relative; z-index: 4; width: max-content; margin: -25px 8px 0 auto; padding: 10px 13px 10px 10px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.84); box-shadow: inset 0 1px 0 white, 0 17px 34px rgba(71,34,54,.17); backdrop-filter: blur(16px); transform: rotate(2deg); }
  .mobile-match-float > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: white; background: linear-gradient(145deg,#ff7581,#e94455); font-size: 12px; }
  .mobile-match-float div { display: flex; flex-direction: column; }
  .mobile-match-float small { color: #8b7987; font-size: 8px; font-weight: 700; }
  .mobile-match-float strong { color: #3b2a38; font-size: 11px; }
  .mobile-proof { width: min(100%, 390px); margin: 15px auto 0; display: flex; justify-content: center; gap: 15px; color: #6f626c; font-size: 9.5px; font-weight: 750; }
  .mobile-proof span::first-letter { color: #2e9d6b; }
}

@media (max-width: 360px) {
  .mobile-hero { padding-inline: 12px; }
  .mobile-intro h1 { font-size: 38px; letter-spacing: -2.7px; }
  .mobile-showcase { height: 425px; }
  .mobile-proof { gap: 10px; font-size: 8.8px; }
}

/* Cinematic mobile composition: the app becomes the background */
@media (max-width: 600px) {
  .mobile-hero { height: calc(100svh - 64px); min-height: 690px; max-height: 900px; padding: 0; overflow: hidden; background: linear-gradient(155deg,#1d1420 0%,#342034 52%,#211520 100%); perspective: 1100px; }
  .mobile-scene::before { width: 420px; height: 420px; left: 70%; top: 21%; opacity: .82; background: radial-gradient(circle at 31% 27%,rgba(255,255,255,.95) 0 4%,#ffc9ca 24%,#ee7180 59%,#713450 100%); box-shadow: inset -45px -54px 85px rgba(50,13,34,.32),inset 28px 34px 65px rgba(255,255,255,.65),0 55px 100px rgba(16,7,14,.42); animation: orbFloat 7s ease-in-out infinite; }
  .mobile-scene::after { height: 46%; bottom: -27%; opacity: .38; background-image: linear-gradient(rgba(255,184,195,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,184,195,.18) 1px,transparent 1px); }
  .mobile-scene i:nth-child(1) { right: -23px; top: 52px; opacity: .85; }
  .mobile-scene i:nth-child(2) { left: -9px; top: 390px; width: 55px; height: 55px; z-index: 3; }
  .mobile-scene i:nth-child(3) { right: -31px; top: 310px; width: 140px; opacity: .62; }
  .mobile-showcase { position: absolute; z-index: 1; width: min(88vw, 370px); height: calc(100% - 74px); max-height: 760px; min-height: 610px; left: 50%; top: 35px; margin: 0; border: 9px solid #171118; border-radius: 45px; box-shadow: inset 0 1px 0 rgba(255,255,255,.25),-24px 45px 80px rgba(7,3,8,.53),18px 42px 95px rgba(15,5,14,.38),0 0 0 1px rgba(255,255,255,.18); transform: translateX(-46%) rotateY(-8deg) rotateZ(-3.2deg) translateZ(-10px); transform-style: preserve-3d; animation: mobilePhoneIn .9s cubic-bezier(.18,.82,.23,1.08) both; }
  .mobile-showcase::before { content: ""; position: absolute; z-index: 5; width: 84px; height: 22px; left: 50%; top: 10px; transform: translateX(-50%); border-radius: 999px; background: #100c11; box-shadow: inset 0 1px 2px #000,0 1px 0 rgba(255,255,255,.08); }
  .mobile-showcase::after { background: linear-gradient(180deg,rgba(17,7,14,.52) 0%,rgba(21,8,16,.06) 35%,rgba(24,8,17,.08) 50%,rgba(18,6,14,.94) 100%); }
  .mobile-showcase img { object-position: 49% 37%; transform: scale(1.05); }
  .mobile-card-top { display: none; }
  .mobile-intro { position: relative; z-index: 5; width: min(calc(100% - 34px), 340px); margin: 0 0 0 16px; padding: 18px 17px 17px; top: 38px; text-align: left; border: 1px solid rgba(255,255,255,.25); border-radius: 25px; background: linear-gradient(145deg,rgba(38,20,34,.72),rgba(70,38,61,.37)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 26px 65px rgba(8,3,7,.28); backdrop-filter: blur(20px) saturate(125%); transform: translateZ(65px); }
  .mobile-eyebrow { padding: 6px 9px; color: #ffd4d8; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
  .mobile-intro h1 { margin: 12px 0 9px; color: white; font-size: clamp(39px,11.5vw,50px); line-height: .94; letter-spacing: -3.1px; text-shadow: 0 2px 0 rgba(255,255,255,.08),0 15px 30px rgba(0,0,0,.27); }
  .mobile-intro h1 em { background: linear-gradient(180deg,#ffb7be 0%,#ff7180 68%,#f14d61 100%); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 3px 0 rgba(104,21,43,.28)) drop-shadow(0 12px 20px rgba(230,71,91,.26)); }
  .mobile-intro p { max-width: 285px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
  .mobile-cta { width: 100%; min-height: 46px; margin: 14px 0 0; border: 1px solid rgba(255,255,255,.21); border-radius: 14px; background: linear-gradient(135deg,#ff7681,#e84255); box-shadow: inset 0 1px 0 rgba(255,255,255,.42),inset 0 -3px 0 rgba(91,13,31,.17),0 15px 29px rgba(220,54,77,.3); font-size: 13px; }
  .mobile-profile-copy { bottom: 86px; }
  .mobile-profile-copy strong { font-size: 29px; }
  .mobile-actions { bottom: 18px; }
  .mobile-match-float { position: absolute; z-index: 6; right: 5px; top: 58%; margin: 0; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.76); box-shadow: inset 0 1px 0 white,0 22px 42px rgba(8,3,7,.35); transform: rotate(5deg) translateZ(90px); }
  .mobile-proof { position: absolute; z-index: 7; width: auto; left: 50%; bottom: 9px; margin: 0; padding: 9px 13px; gap: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(23,12,21,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 12px 30px rgba(5,2,5,.3); backdrop-filter: blur(14px); transform: translateX(-50%) translateZ(100px); white-space: nowrap; }
  .mobile-photo-light { opacity: .7; }
  @keyframes mobilePhoneIn { from { opacity: 0; transform: translateX(-38%) translateY(45px) rotateY(-22deg) rotateZ(3deg) scale(.88); } to { opacity: 1; transform: translateX(-46%) rotateY(-8deg) rotateZ(-3.2deg) translateZ(-10px); } }
}

@media (max-width: 370px) {
  .mobile-intro { width: calc(100% - 26px); margin-left: 13px; padding: 16px 15px; }
  .mobile-intro h1 { font-size: 38px; letter-spacing: -2.7px; }
  .mobile-showcase { width: 89vw; }
  .mobile-match-float { right: -5px; transform: rotate(5deg) scale(.9); }
  .mobile-proof { gap: 8px; font-size: 8.2px; }
}

/* Mobile clarity pass: reveal the portrait and lighten every overlay */
@media (max-width: 600px) {
  .mobile-showcase { left: 53%; top: 31px; transform: translateX(-43%) rotateY(-7deg) rotateZ(-2.4deg) translateZ(-10px); }
  .mobile-showcase img { object-position: 58% 39%; transform: scale(1.035); }
  .mobile-showcase::after { background: linear-gradient(180deg,rgba(15,6,13,.22) 0%,transparent 26%,rgba(16,6,13,.03) 57%,rgba(18,6,14,.92) 100%); }
  .mobile-intro { width: min(calc(100% - 92px), 280px); margin-left: 14px; padding: 13px 13px 14px; top: 23px; border-color: rgba(255,255,255,.2); border-radius: 20px; background: linear-gradient(145deg,rgba(24,14,23,.39),rgba(63,31,52,.19)); box-shadow: inset 0 1px 0 rgba(255,255,255,.18),0 20px 45px rgba(8,3,7,.18); backdrop-filter: blur(8px) saturate(112%); }
  .mobile-eyebrow { padding: 5px 7px; font-size: 8.3px; background: rgba(255,255,255,.08); }
  .mobile-eyebrow span { width: 6px; height: 6px; }
  .mobile-intro h1 { margin: 9px 0 7px; font-size: clamp(33px,9.6vw,40px); line-height: .96; letter-spacing: -2.5px; }
  .mobile-intro p { max-width: 220px; font-size: 10.5px; line-height: 1.4; color: rgba(255,255,255,.78); }
  .mobile-cta { position: absolute; z-index: 7; width: 205px; min-height: 43px; left: 17px; top: 232px; margin: 0; padding: 0 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; background: linear-gradient(135deg,rgba(255,111,124,.92),rgba(226,60,80,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.42),0 16px 32px rgba(13,5,11,.28); backdrop-filter: blur(8px); font-size: 12px; }
  .mobile-profile-copy { bottom: 88px; }
  .mobile-match-float { right: -2px; top: 61%; opacity: .9; }
  @keyframes mobilePhoneIn { from { opacity: 0; transform: translateX(-34%) translateY(42px) rotateY(-20deg) rotateZ(3deg) scale(.9); } to { opacity: 1; transform: translateX(-43%) rotateY(-7deg) rotateZ(-2.4deg) translateZ(-10px); } }
}

@media (max-width: 370px) {
  .mobile-intro { width: 256px; margin-left: 11px; }
  .mobile-intro h1 { font-size: 33px; }
  .mobile-cta { left: 14px; top: 226px; width: 190px; }
}

/* Premium onboarding, checkout, and identity journey */
.premium-flow { position: relative; min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 12% 18%, rgba(255,255,255,.95), transparent 27%), radial-gradient(circle at 88% 17%, rgba(219,174,236,.26), transparent 25%), linear-gradient(145deg,#fffaf8 0%,#fff0ed 52%,#f5e9f1 100%); isolation: isolate; }
.premium-flow .flow-nav { position: relative; z-index: 4; }
.flow-secure { padding: 8px 11px; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; color: #746471; background: rgba(255,255,255,.6); box-shadow: inset 0 1px 0 white,0 9px 22px rgba(79,42,61,.07); backdrop-filter: blur(12px); font-size: 10px; font-weight: 750; }
.flow-atmosphere { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.flow-atmosphere::before { content: ""; position: absolute; width: 470px; height: 470px; right: -230px; top: 22%; border-radius: 50%; background: radial-gradient(circle at 30% 25%,#fff 0 4%,#f2d1fc 25%,#c284dd 61%,#6b3e79 100%); box-shadow: inset -45px -52px 80px rgba(55,25,65,.2),inset 30px 35px 65px rgba(255,255,255,.6),0 55px 100px rgba(82,44,92,.16); opacity: .48; }
.flow-atmosphere::after { content: ""; position: absolute; width: 360px; height: 360px; left: -210px; bottom: 4%; border-radius: 50%; background: radial-gradient(circle at 32% 26%,#fff,#ffc6c9 26%,#ed7581 62%,#8b3c5c 100%); box-shadow: inset -38px -43px 70px rgba(80,27,50,.2),inset 28px 32px 60px rgba(255,255,255,.6),0 45px 90px rgba(110,48,72,.16); opacity: .5; }
.flow-atmosphere i { position: absolute; display: block; border: 1px solid rgba(255,255,255,.8); background: linear-gradient(145deg,rgba(255,255,255,.75),rgba(255,255,255,.25)); box-shadow: inset 0 1px 0 white,0 22px 50px rgba(74,37,57,.1); backdrop-filter: blur(14px); }
.flow-atmosphere i:nth-child(1) { width: 160px; height: 54px; left: 5%; top: 19%; border-radius: 999px; transform: rotate(-13deg); }
.flow-atmosphere i:nth-child(2) { width: 75px; height: 75px; right: 8%; bottom: 13%; border-radius: 24px; transform: rotate(19deg); }
.flow-atmosphere i:nth-child(3) { width: 42px; height: 42px; left: 17%; bottom: 17%; border-radius: 50%; background: linear-gradient(145deg,#ff9da6,#e95464); }
.premium-wrap { width: min(1040px,calc(100% - 32px)); margin: 24px auto 70px; }
.premium-form-wrap { width: min(630px,calc(100% - 32px)); margin: 22px auto 70px; }
.journey { margin: 0 auto 18px; padding: 9px 13px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.58); box-shadow: inset 0 1px 0 white,0 14px 35px rgba(75,38,56,.08); backdrop-filter: blur(14px); color: #968894; font-size: 9px; font-weight: 800; }
.journey i { width: 28px; height: 1px; background: #dacfd6; }
.journey .done { color: #36966c; }
.journey .current { color: #e74d5d; }
.access-card { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 34px; background: rgba(255,255,255,.7); box-shadow: inset 0 1px 0 white,0 35px 90px rgba(73,37,56,.15); backdrop-filter: blur(22px) saturate(115%); }
.access-copy { padding: 48px 42px; background: linear-gradient(155deg,rgba(255,255,255,.85),rgba(255,247,246,.5)); }
.premium-kicker { color: #e84c5d; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.access-copy h1 { margin: 14px 0 16px; font-size: 44px; line-height: .98; letter-spacing: -2.7px; }
.access-copy > p { color: #776b75; font-size: 14px; line-height: 1.65; }
.access-price { margin: 27px 0 25px; padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(239,222,229,.9); border-radius: 18px; background: rgba(255,255,255,.65); box-shadow: inset 0 1px 0 white,0 14px 30px rgba(78,41,59,.06); }
.access-price > div { display: flex; align-items: baseline; gap: 7px; }
.access-price strong { font-size: 38px; letter-spacing: -2px; }
.access-price span { color: #e84c5d; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.access-price p { margin: 0; color: #8d7f8a; font-size: 10px; line-height: 1.45; text-align: right; }
.premium-cta { min-height: 53px; }
.access-fineprint { display: block; margin-top: 14px; color: #988b95; font-size: 9px; line-height: 1.5; text-align: center; }
.access-benefits { position: relative; padding: 36px 38px 38px; color: white; background: linear-gradient(145deg,#2c1b2d 0%,#4a2741 55%,#2b1a2b 100%); }
.access-benefits::before { content: ""; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 80% 17%,#ff8190,transparent 25%),radial-gradient(circle at 15% 78%,#bb79d0,transparent 28%); }
.access-benefits > * { position: relative; z-index: 1; }
.benefit-visual { height: 112px; display: grid; place-items: center; perspective: 700px; }
.visual-ring { position: absolute; width: 105px; height: 105px; border: 1px solid rgba(255,154,166,.5); border-radius: 50%; transform: rotateX(68deg) rotateZ(-18deg); box-shadow: 0 0 38px rgba(255,110,126,.13); }
.visual-shield { width: 68px; height: 76px; display: grid; place-items: center; border-radius: 24px 24px 31px 31px; color: white; background: linear-gradient(145deg,#ff7985,#db3f54); box-shadow: inset 0 1px 0 rgba(255,255,255,.45),0 22px 40px rgba(9,3,8,.3); font-size: 27px; transform: rotateY(-12deg) translateZ(28px); }
.visual-badge { position: absolute; right: 15%; bottom: 12px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); font-size: 7px; font-weight: 900; letter-spacing: 1px; transform: rotate(5deg); }
.access-benefits h2 { margin: 9px 0 18px; font-size: 24px; letter-spacing: -1px; }
.access-benefits article { padding: 13px 0; display: flex; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.access-benefits article > span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #ff9ca7; background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.access-benefits article strong { font-size: 12px; }
.access-benefits article p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.45; }
.trust-footer { margin: 16px auto 0; display: flex; justify-content: center; gap: 23px; color: #7e707b; font-size: 9px; font-weight: 750; }
.elevated-form { position: relative; border-color: rgba(255,255,255,.88); box-shadow: inset 0 1px 0 white,0 35px 80px rgba(71,36,54,.14); backdrop-filter: blur(20px); }
.premium-flow .price-box { background: linear-gradient(145deg,#332233,#211621); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 18px 35px rgba(45,20,36,.18); }
.premium-flow .field input,.premium-flow .field select { background: rgba(255,255,255,.75); box-shadow: inset 0 1px 0 white; }
.payment-confirmed { margin-bottom: 21px; padding: 13px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(66,165,118,.2); border-radius: 14px; color: #287554; background: rgba(231,249,240,.8); }
.payment-confirmed > span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: white; background: #3aa271; box-shadow: 0 8px 18px rgba(58,162,113,.2); }
.payment-confirmed strong,.payment-confirmed small { display: block; }
.payment-confirmed strong { font-size: 11px; }
.payment-confirmed small { margin-top: 2px; color: #6c947f; font-size: 9px; }

@media (max-width: 720px) {
  .access-card { grid-template-columns: 1fr; border-radius: 27px; }
  .access-copy { padding: 30px 23px; }
  .access-copy h1 { font-size: 37px; }
  .access-benefits { padding: 28px 23px 30px; }
  .benefit-visual { height: 96px; }
  .journey { gap: 6px; font-size: 8px; }
  .journey i { width: 12px; }
  .trust-footer { gap: 10px; flex-wrap: wrap; }
}
@media (max-width: 430px) {
  .premium-wrap,.premium-form-wrap { width: calc(100% - 22px); margin-top: 12px; }
  .premium-flow .flow-nav { height: 64px; }
  .journey { padding-inline: 9px; }
  .journey i { width: 8px; }
  .access-copy { padding: 27px 20px; }
  .access-copy h1 { font-size: 34px; }
  .access-price { padding: 14px; }
  .access-benefits h2 { font-size: 22px; }
  .elevated-form { padding: 25px 19px; }
  .premium-flow .secure-row { gap: 9px; flex-wrap: wrap; }
}

/* Company-grade verified access launch page */
.company-access-page { min-height: 100vh; margin: 0; overflow-x: hidden; color: white; background: linear-gradient(145deg,#1c111c 0%,#362036 47%,#21131f 100%); isolation: isolate; }
.company-atmosphere { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.company-atmosphere::before { content: ""; position: absolute; width: 680px; height: 680px; right: -270px; top: -190px; border-radius: 50%; background: radial-gradient(circle at 31% 28%,rgba(255,255,255,.58) 0 3%,#ffadb5 21%,#e95c70 48%,#763650 77%,#2d1829 100%); box-shadow: inset -70px -80px 130px rgba(25,8,19,.42),inset 45px 50px 90px rgba(255,255,255,.26),0 70px 140px rgba(7,2,6,.35); opacity: .54; }
.company-atmosphere::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(rgba(255,255,255,.5) .7px,transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(135deg,#000,transparent 76%); }
.company-atmosphere span { position: absolute; display: block; border-radius: 50%; }
.company-atmosphere span:nth-child(1) { width: 190px; height: 190px; left: -80px; top: 35%; background: radial-gradient(circle at 31% 28%,#fff,#dca9ed 26%,#9256a8 61%,#492a54 100%); box-shadow: inset -28px -35px 55px rgba(42,17,50,.3),0 36px 70px rgba(7,2,7,.25); opacity: .65; }
.company-atmosphere span:nth-child(2) { width: 56px; height: 56px; left: 17%; bottom: 8%; background: radial-gradient(circle at 30% 25%,white,#ff8792 40%,#c93b51 100%); box-shadow: 0 18px 35px rgba(8,3,7,.28); }
.company-atmosphere span:nth-child(3) { width: 140px; height: 42px; right: 9%; bottom: 12%; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.05)); box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 20px 45px rgba(7,2,6,.24); backdrop-filter: blur(13px); transform: rotate(-13deg); }
.company-nav { height: 72px; position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.company-nav .brand { color: white; }
.company-step { display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; }
.company-step span { width: 7px; height: 7px; border-radius: 50%; background: #ff7280; box-shadow: 0 0 0 4px rgba(255,114,128,.12); }
.company-access { width: min(1120px,calc(100% - 40px)); margin: 14px auto 60px; }
.company-hero { min-height: 380px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; }
.company-copy { max-width: 630px; }
.company-kicker { display: block; margin-bottom: 17px; color: #ff9ba5; font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.company-copy h1 { margin: 0; max-width: 650px; font-size: clamp(52px,6vw,78px); line-height: .94; letter-spacing: -4.2px; color: white; }
.company-copy h1 em { font-style: normal; color: transparent; background: linear-gradient(180deg,#ffc0c6 0%,#ff7482 58%,#e84a61 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 5px 0 rgba(93,20,39,.25)) drop-shadow(0 16px 30px rgba(227,68,90,.18)); }
.company-copy > p { max-width: 550px; margin: 22px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.65; }
.company-social-proof { margin-top: 24px; display: flex; align-items: center; gap: 11px; }
.proof-faces { display: flex; padding-left: 8px; }
.proof-faces i { width: 31px; height: 31px; margin-left: -8px; border: 2px solid #2c1929; border-radius: 50%; background: linear-gradient(145deg,#ff9ba5,#e34c61); box-shadow: 0 8px 16px rgba(6,2,5,.2); }
.proof-faces i:nth-child(2) { background: linear-gradient(145deg,#c89add,#805092); }
.proof-faces i:nth-child(3) { background: linear-gradient(145deg,#f5c09f,#c77b66); }
.company-social-proof strong,.company-social-proof small { display: block; }
.company-social-proof strong { font-size: 10px; }
.company-social-proof small { margin-top: 2px; color: rgba(255,255,255,.42); font-size: 8px; }
.company-emblem { min-height: 330px; position: relative; display: grid; place-items: center; perspective: 900px; transform-style: preserve-3d; }
.emblem-shield { width: 145px; height: 168px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 52px 52px 68px 68px; color: white; background: linear-gradient(145deg,#ff7a87 0%,#e7475d 57%,#9d2f4c 100%); box-shadow: inset 0 2px 0 rgba(255,255,255,.38),inset -15px -18px 35px rgba(99,24,47,.25),-25px 38px 75px rgba(6,2,6,.34),18px 32px 70px rgba(237,72,94,.19); transform: rotateY(-14deg) rotateX(4deg) translateZ(45px); animation: emblemHover 5s ease-in-out infinite; }
.emblem-shield span { font-size: 50px; font-weight: 300; line-height: 1; }
.emblem-shield small { font-size: 9px; font-weight: 900; letter-spacing: 2px; }
.emblem-orbit { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,139,153,.42); border-radius: 50%; transform: rotateX(69deg) rotateZ(15deg); box-shadow: 0 0 50px rgba(255,98,119,.08); }
.orbit-b { width: 315px; height: 315px; border-color: rgba(204,148,226,.25); transform: rotateX(74deg) rotateZ(-24deg); }
.emblem-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; left: 18%; top: 11%; border-radius: 50%; background: white; box-shadow: 0 0 20px white,0 0 35px #ff7a88; }
.emblem-float { position: absolute; padding: 10px 12px; border: 1px solid rgba(255,255,255,.21); border-radius: 14px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 18px 40px rgba(6,2,6,.25); backdrop-filter: blur(14px); font-size: 9px; font-weight: 800; }
.float-video { left: 4%; top: 30%; transform: rotate(-7deg) translateZ(60px); }
.float-video span { color: #54d495; }
.float-trust { right: 2%; bottom: 24%; transform: rotate(6deg) translateZ(70px); }
.company-features { margin-top: 12px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.company-section-heading { margin: 14px 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.company-section-heading span { color: #ff9da7; font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.company-section-heading p { margin: 0; color: rgba(255,255,255,.38); font-size: 8.5px; }
.company-features article { min-height: 132px; padding: 19px; display: flex; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04)); box-shadow: inset 0 1px 0 rgba(255,255,255,.13),0 18px 45px rgba(6,2,6,.17); backdrop-filter: blur(13px); transition: transform .2s,background .2s; }
.company-features article:hover { transform: translateY(-5px); background: linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.05)); }
.company-feature-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #ff9da7; background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.13); }
.company-features strong { font-size: 11px; }
.company-features p { margin: 6px 0 0; color: rgba(255,255,255,.46); font-size: 9px; line-height: 1.5; }
.company-checkout { margin-top: 18px; padding: 16px 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 25px 60px rgba(6,2,6,.23); backdrop-filter: blur(16px); }
.company-price { min-width: 125px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.company-price > span { color: #ff9da7; font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.company-price > div { margin-top: 3px; display: flex; align-items: center; gap: 9px; }
.company-price strong { font-size: 31px; letter-spacing: -1.5px; }
.company-price small { color: rgba(255,255,255,.4); font-size: 7px; line-height: 1.4; }
.company-checkout-copy strong { font-size: 11px; }
.company-checkout-copy p { margin: 4px 0 0; color: rgba(255,255,255,.42); font-size: 8.5px; }
.company-checkout-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 15px; color: white; background: linear-gradient(135deg,#ff7582,#e7445b); box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -3px 0 rgba(91,16,38,.18),0 14px 28px rgba(221,58,81,.25); font-size: 11px; font-weight: 850; }
.company-demo-note { margin: 13px 0 0; color: rgba(255,255,255,.28); font-size: 8px; text-align: center; }
@keyframes emblemHover { 50% { transform: rotateY(-6deg) rotateX(1deg) translate3d(0,-11px,58px); } }

@media (max-width: 760px) {
  .company-access { width: min(100% - 24px,1120px); margin-top: 0; }
  .company-hero { min-height: auto; grid-template-columns: 1fr; gap: 5px; }
  .company-copy { position: relative; z-index: 3; padding-top: 22px; }
  .company-copy h1 { max-width: 520px; font-size: clamp(43px,10.5vw,59px); letter-spacing: -3.3px; }
  .company-copy > p { max-width: 500px; margin-top: 17px; font-size: 13px; }
  .company-emblem { min-height: 230px; margin-top: -18px; }
  .emblem-shield { width: 110px; height: 127px; border-radius: 40px 40px 52px 52px; }
  .emblem-orbit { width: 210px; height: 210px; }
  .orbit-b { width: 250px; height: 250px; }
  .company-features { grid-template-columns: 1fr 1fr; gap: 9px; }
  .company-features article { min-height: 112px; padding: 15px; }
  .company-checkout { grid-template-columns: auto 1fr; gap: 12px; }
  .company-checkout-button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 430px) {
  .company-nav { height: 64px; }
  .company-access { width: calc(100% - 20px); }
  .company-copy { padding-top: 15px; }
  .company-kicker { margin-bottom: 11px; font-size: 8px; }
  .company-copy h1 { font-size: 41px; line-height: .96; letter-spacing: -2.9px; }
  .company-copy > p { margin-top: 13px; font-size: 11.5px; line-height: 1.5; }
  .company-social-proof { margin-top: 15px; }
  .company-emblem { min-height: 200px; margin-top: -27px; }
  .company-section-heading { margin-top: 1px; display: block; }
  .company-section-heading p { margin-top: 5px; }
  .emblem-shield { width: 94px; height: 109px; }
  .emblem-shield span { font-size: 38px; }
  .emblem-orbit { width: 175px; height: 175px; }
  .orbit-b { width: 215px; height: 215px; }
  .float-video { left: 1%; }
  .float-trust { right: 0; }
  .company-features article { min-height: 105px; padding: 13px; gap: 9px; border-radius: 17px; }
  .company-feature-icon { width: 30px; height: 30px; border-radius: 9px; }
  .company-features strong { font-size: 9.5px; }
  .company-features p { font-size: 8px; }
  .company-checkout { margin-top: 11px; padding: 13px; border-radius: 18px; }
  .company-price { min-width: 106px; padding-right: 12px; }
  .company-price strong { font-size: 27px; }
  .company-checkout-copy strong { font-size: 9.5px; }
  .company-checkout-copy p { font-size: 7.5px; }
}

/* Trust-first access page: restrained company design */
.company-access-page { color: #271d27; background: #faf9f8; }
.company-atmosphere::before { width: 520px; height: 520px; right: -280px; top: -210px; opacity: .18; filter: saturate(.75); }
.company-atmosphere::after { opacity: .035; }
.company-atmosphere span:nth-child(1) { width: 150px; height: 150px; opacity: .08; }
.company-atmosphere span:nth-child(2),.company-atmosphere span:nth-child(3) { display: none; }
.company-nav { border-bottom: 1px solid #eee8eb; }
.company-nav .brand { color: #271d27; }
.company-step { color: #776b75; border-color: #e9e1e6; background: white; box-shadow: 0 5px 16px rgba(67,40,53,.04); }
.company-access { width: min(960px,calc(100% - 40px)); }
.company-hero { min-height: 320px; grid-template-columns: 1.2fr .8fr; gap: 34px; border-bottom: 1px solid #eee8eb; }
.company-kicker { color: #df4a5b; }
.company-copy h1 { max-width: 620px; color: #241b24; font-size: clamp(48px,5.7vw,66px); line-height: .98; letter-spacing: -3.7px; }
.company-copy h1 em { color: #e64c5d; background: none; -webkit-text-fill-color: currentColor; filter: none; }
.company-copy > p { max-width: 570px; color: #736872; font-size: 14px; }
.company-social-proof strong { color: #342a33; }
.company-social-proof small { color: #958a93; }
.proof-faces i { border-color: #faf9f8; }
.company-emblem { min-height: 280px; }
.emblem-shield { width: 118px; height: 137px; border-color: rgba(255,255,255,.7); border-radius: 42px 42px 54px 54px; background: linear-gradient(145deg,#ff7c87,#e7485b); box-shadow: inset 0 2px 0 rgba(255,255,255,.4),inset -12px -15px 30px rgba(103,27,46,.18),0 26px 55px rgba(97,49,69,.19); }
.emblem-orbit { width: 215px; height: 215px; border-color: rgba(230,76,93,.2); }
.orbit-b { width: 260px; height: 260px; border-color: rgba(123,87,135,.12); }
.emblem-float { color: #5e505c; border-color: #e8dfe5; background: rgba(255,255,255,.9); box-shadow: 0 12px 26px rgba(71,39,55,.09); }
.float-video { left: 0; }
.float-trust { right: 0; }
.company-section-heading { margin-top: 28px; }
.company-section-heading span { color: #df4a5b; }
.company-section-heading p { color: #91858f; }
.company-features { margin-top: 13px; }
.company-features article { min-height: 126px; color: #2d232c; border-color: #ebe4e8; background: white; box-shadow: 0 10px 28px rgba(65,38,51,.055); backdrop-filter: none; }
.company-features article:hover { transform: translateY(-3px); background: white; box-shadow: 0 16px 34px rgba(65,38,51,.085); }
.company-feature-icon { color: #df4a5b; background: #fff0f2; box-shadow: none; }
.company-features p { color: #827680; }
.company-transparency { margin-top: 17px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid #e8e1e5; border-radius: 20px; background: #f4f1f2; }
.transparency-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #e5dce1; border-radius: 14px; background: white; box-shadow: 0 8px 18px rgba(70,41,54,.06); }
.company-transparency span { color: #d84b5b; font-size: 8px; font-weight: 900; letter-spacing: 1.3px; }
.company-transparency h2 { margin: 5px 0 5px; font-size: 17px; letter-spacing: -.5px; }
.company-transparency p { max-width: 560px; margin: 0; color: #7c7079; font-size: 9.5px; line-height: 1.55; }
.company-transparency ul { margin: 0; padding: 0; list-style: none; color: #655a63; font-size: 8.5px; line-height: 1.9; font-weight: 750; }
.company-transparency li::before { content: "✓"; margin-right: 6px; color: #38976c; }
.company-checkout { color: #30262f; border-color: #e5dde2; background: white; box-shadow: 0 16px 40px rgba(65,37,51,.09); backdrop-filter: none; }
.company-price { border-right-color: #e9e1e6; }
.company-price > span { color: #d94b5b; }
.company-price small { color: #91858e; }
.company-checkout-copy p { color: #8e828b; }
.company-demo-note { color: #a297a0; }

@media (max-width: 760px) {
  .company-access { width: min(100% - 28px,960px); }
  .company-hero { padding: 22px 0 15px; }
  .company-copy { padding-top: 0; }
  .company-emblem { min-height: 205px; }
  .company-transparency { grid-template-columns: auto 1fr; }
  .company-transparency ul { grid-column: 2; display: flex; gap: 13px; flex-wrap: wrap; }
}
@media (max-width: 430px) {
  .company-access { width: calc(100% - 22px); }
  .company-copy h1 { font-size: 38px; }
  .company-copy > p { font-size: 11px; }
  .company-emblem { min-height: 185px; }
  .company-section-heading { margin-top: 19px; }
  .company-features article { min-height: 108px; }
  .company-transparency { padding: 16px; grid-template-columns: 1fr; }
  .transparency-icon { display: none; }
  .company-transparency ul { grid-column: 1; }
}

/* Access page isolation: overrides legacy prototype classes */
body.access-flow-page .access-wrap { width: min(100% - 32px,660px); margin: 24px auto 70px; }
body.access-flow-page .access-card { display: block; overflow: visible; margin-top: 25px; padding: 23px; border: 1px solid #eae2e6; border-radius: 23px; background: #fff; box-shadow: 0 16px 42px rgba(70,38,52,.07); backdrop-filter: none; }
body.access-flow-page .access-card-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 0 17px; border-bottom: 1px solid #eee8eb; }
body.access-flow-page .access-benefits { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; padding: 0; color: var(--ink); background: transparent; }
body.access-flow-page .access-benefits::before { display: none; }
body.access-flow-page .access-benefits article { display: flex; gap: 12px; padding: 18px 0; border: 0; border-bottom: 1px solid #f0eaed; }
body.access-flow-page .access-benefits article:nth-last-child(-n+2) { border-bottom: 0; }
body.access-flow-page .access-benefits article > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--coral-dark); background: var(--rose); box-shadow: none; font-weight: 850; }
body.access-flow-page .access-benefits article strong { color: var(--ink); font-size: 12px; }
body.access-flow-page .access-benefits article p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
body.access-flow-page .access-price-card { display: block; margin-top: 20px; padding: 20px 23px; border: 0; border-radius: 22px; background: linear-gradient(145deg,#302631,#201920); color: #fff; box-shadow: 0 16px 38px rgba(46,28,40,.15); }
body.access-flow-page .access-continue { display: flex; margin-top: 18px; min-height: 58px; }
@media (max-width: 560px) {
  body.access-flow-page .access-wrap { width: min(100% - 24px,660px); margin-top: 16px; }
  body.access-flow-page .access-card { margin-top: 20px; padding: 18px; border-radius: 20px; }
  body.access-flow-page .access-card-title { align-items: flex-start; }
  body.access-flow-page .access-benefits { grid-template-columns: 1fr; }
  body.access-flow-page .access-benefits article { padding: 14px 0; }
  body.access-flow-page .access-benefits article:nth-last-child(2) { border-bottom: 1px solid #f0eaed; }
  body.access-flow-page .access-benefits article > span { width: 34px; height: 34px; }
  body.access-flow-page .access-price-card { padding: 18px; border-radius: 20px; }
  body.access-flow-page .access-continue { position: sticky; bottom: max(12px,env(safe-area-inset-bottom)); z-index: 5; }
}

/* Verified access: transparent, checkout-first presentation */
body.access-flow-page {
  background: #fbfaf9;
}
body.access-flow-page .access-nav {
  border-bottom: 1px solid #eee9e7;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}
body.access-flow-page .access-wrap {
  width: min(100% - 32px,760px);
  margin: 28px auto 72px;
}
body.access-flow-page .access-progress {
  max-width: 520px;
  margin: 0 auto 44px;
}
body.access-flow-page .access-intro-v2 {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: left;
}
.access-kicker,
.access-summary-label {
  color: #c84051;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body.access-flow-page .access-intro-v2 h1 {
  margin: 9px 0 12px;
  font-size: clamp(36px,6vw,54px);
  line-height: 1.02;
  letter-spacing: -2.6px;
}
body.access-flow-page .access-intro-v2 p {
  max-width: 590px;
  margin: 0;
  color: #6f6870;
  font-size: 16px;
  line-height: 1.6;
}
.access-checkout-card {
  overflow: hidden;
  border: 1px solid #e8e3e1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(45,31,40,.08);
}
.access-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
  padding: 30px;
  border-bottom: 1px solid #eee9e7;
}
.access-summary h2 {
  margin: 8px 0 9px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -1px;
}
.access-summary p {
  max-width: 500px;
  margin: 0;
  color: #716a72;
  font-size: 14px;
  line-height: 1.55;
}
.access-summary-price {
  min-width: 145px;
  padding: 15px 17px;
  border: 1px solid #eadfe1;
  border-radius: 16px;
  text-align: right;
  background: #fff9f8;
}
.access-summary-price strong {
  display: block;
  color: #241c26;
  font-size: 25px;
  letter-spacing: -1px;
}
.access-summary-price span {
  display: block;
  margin-top: 3px;
  color: #766c73;
  font-size: 10px;
  font-weight: 700;
}
.access-next {
  padding: 26px 30px 8px;
}
.access-next h3 {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: -.2px;
}
.access-next ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.access-next li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #f0eceb;
}
.access-next li:last-child { border-bottom: 0; }
.access-next li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #c84051;
  background: #fff0f1;
  font-size: 12px;
  font-weight: 850;
}
.access-next strong {
  display: block;
  margin-top: 1px;
  font-size: 13px;
}
.access-next p {
  margin: 4px 0 0;
  color: #766f76;
  font-size: 12px;
  line-height: 1.5;
}
.access-assurances {
  margin: 8px 30px 0;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  border-top: 1px solid #eee9e7;
  color: #534c53;
  font-size: 11px;
  font-weight: 700;
}
.access-assurances b {
  margin-right: 5px;
  color: #23845c;
}
body.access-flow-page .access-checkout-card .access-continue {
  margin: 3px 30px 0;
  min-height: 58px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(223,64,82,.18);
  font-size: 15px;
}
.access-legal {
  margin: 12px 30px 25px;
  color: #8b8389;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}
.access-processor {
  margin: 15px 0 0;
  color: #766e74;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.access-processor span { margin-right: 5px; }

@media (max-width: 620px) {
  body.access-flow-page .access-wrap {
    width: min(100% - 24px,760px);
    margin-top: 18px;
  }
  body.access-flow-page .access-progress {
    margin-bottom: 30px;
  }
  body.access-flow-page .access-intro-v2 {
    margin-bottom: 21px;
  }
  body.access-flow-page .access-intro-v2 h1 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }
  body.access-flow-page .access-intro-v2 p {
    font-size: 14px;
  }
  .access-checkout-card { border-radius: 20px; }
  .access-summary {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 22px 20px;
  }
  .access-summary h2 { font-size: 22px; }
  .access-summary-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    text-align: left;
  }
  .access-summary-price span { margin: 0; }
  .access-next { padding: 20px 20px 5px; }
  .access-next li { padding: 14px 0; }
  .access-assurances {
    margin-inline: 20px;
    display: grid;
    gap: 9px;
  }
  body.access-flow-page .access-checkout-card .access-continue {
    position: static;
    margin-inline: 20px;
    width: calc(100% - 40px);
  }
  .access-legal { margin: 12px 20px 21px; }
}

/* Identity verification — isolated mobile-first layout */
.idv-page { min-height: 100vh; color: var(--ink); background: linear-gradient(180deg,#fff9f7,#fff); }
.idv-nav { height: 66px; border-bottom: 1px solid #eee7ea; }
.idv-wrap { width: min(100% - 32px,680px); margin: 24px auto 70px; }
.idv-progress { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; color: #9a8f97; font-size: 10px; font-weight: 800; }.idv-progress span { white-space: nowrap; }.idv-progress .done { color: #2d956a; }.idv-progress .current { color: var(--coral-dark); }.idv-progress i { width: 28px; height: 1px; background: #d9cfd5; }
.idv-panel { padding: 26px; border: 1px solid #eae2e6; border-radius: 25px; background: #fff; box-shadow: 0 20px 55px rgba(70,38,52,.09); }
.idv-paid { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid #ccebdd; border-radius: 15px; color: #267a57; background: #effaf5; }.idv-paid > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: white; background: #39a878; }.idv-paid strong,.idv-paid small { display: block; }.idv-paid strong { font-size: 12px; }.idv-paid small { margin-top: 2px; color: #66927e; font-size: 10px; }
.idv-heading { margin: 26px 0 22px; }.idv-heading h1 { margin: 7px 0 9px; font-size: 38px; line-height: 1.04; letter-spacing: -2px; }.idv-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.idv-section { margin-top: 15px; padding: 19px; border: 1px solid #eae3e7; border-radius: 19px; background: #fff; }
.idv-section-head { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; }.idv-section-head > span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--coral-dark); background: var(--rose); font-weight: 850; }.idv-section-head strong,.idv-section-head small { display: block; }.idv-section-head strong { font-size: 13px; }.idv-section-head small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.idv-camera { position: relative; min-height: 280px; overflow: hidden; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(145deg,#302631,#1d171e); }.idv-camera video { width: 100%; height: 100%; min-height: 280px; max-height: 430px; object-fit: cover; transform: scaleX(-1); }.idv-camera [data-camera-placeholder] { display: grid; gap: 5px; text-align: center; }.idv-camera [data-camera-placeholder] > span { font-size: 39px; color: #ff929c; }.idv-camera [data-camera-placeholder] strong { font-size: 13px; }.idv-camera [data-camera-placeholder] small { color: #bdb1ba; font-size: 10px; }
.idv-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 11px; }.idv-actions .btn { min-width: 0; }.idv-status { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 10px; }.idv-status.captured { color: #27835d; font-weight: 750; }
.idv-upload { min-height: 96px; padding: 18px; display: flex; align-items: center; gap: 13px; border: 1.5px dashed #d9cdd4; border-radius: 15px; background: #fffcfb; cursor: pointer; }.idv-upload:hover { border-color: var(--coral); }.idv-upload > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--coral-dark); background: var(--rose); font-size: 21px; }.idv-upload strong,.idv-upload small { display: block; }.idv-upload strong { font-size: 12px; }.idv-upload small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.idv-pending { display: flex; gap: 9px; margin: 16px 0; padding: 13px; border-radius: 14px; color: #6f5722; background: #fff8e8; }.idv-pending p { margin: 0; font-size: 10px; line-height: 1.5; }.idv-submit { min-height: 56px; }.idv-note { margin: 12px 0 0; color: #a298a0; text-align: center; font-size: 9px; }
@media (max-width: 560px) {
  .idv-nav { height: 62px; }.idv-nav .flow-secure { font-size: 9px; }.idv-wrap { width: min(100% - 22px,680px); margin-top: 15px; }.idv-progress { gap: 5px; justify-content: space-between; }.idv-progress i { width: 10px; }.idv-progress span { font-size: 8px; }
  .idv-panel { padding: 17px; border-radius: 21px; }.idv-heading { margin: 22px 0 18px; }.idv-heading h1 { font-size: 31px; letter-spacing: -1.5px; }.idv-heading p { font-size: 11px; }
  .idv-section { padding: 14px; border-radius: 17px; }.idv-section-head { align-items: flex-start; }.idv-section-head small { line-height: 1.4; }.idv-camera,.idv-camera video { min-height: 245px; }.idv-actions { grid-template-columns: 1fr; }.idv-actions .btn { min-height: 50px; }.idv-upload { min-height: 88px; padding: 14px; }.idv-submit { position: sticky; bottom: max(12px,env(safe-area-inset-bottom)); z-index: 4; }
}

/* Member dashboard — isolated responsive app shell */
.dash-page { min-height: 100vh; color: var(--ink); background: #fffaf8; }
.dash-container { width: min(100% - 36px,1120px); margin-inline: auto; }
.dash-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #eee7ea; background: rgba(255,250,248,.92); backdrop-filter: blur(18px); }
.dash-header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.dash-desktop-nav { display: flex; align-items: center; gap: 8px; }.dash-desktop-nav a { padding: 9px 13px; border-radius: 11px; color: var(--muted); font-size: 12px; font-weight: 750; }.dash-desktop-nav a.active { color: var(--coral-dark); background: var(--rose); }
.dash-account { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 11px; font-weight: 750; }.dash-account > a { margin-left: 5px; color: var(--muted); font-weight: 600; }.dash-avatar { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg,#ff7782,#e74759); }
.dash-main { padding-block: 38px 100px; }.dash-welcome { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }.dash-welcome h1 { margin: 7px 0 8px; font-size: clamp(36px,5vw,54px); line-height: 1; letter-spacing: -2.8px; }.dash-welcome p { margin: 0; color: var(--muted); font-size: 13px; }.dash-filter { min-height: 43px; padding: 0 15px; border: 1px solid #e3d9df; border-radius: 13px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 800; }
.dash-verification { margin-top: 27px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid #f0dba9; border-radius: 17px; background: #fff9e9; }.dash-status-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: #8a6418; background: #fff0c9; }.dash-verification div { min-width: 0; flex: 1; }.dash-verification strong { display: block; font-size: 12px; }.dash-verification p { margin: 3px 0 0; color: #806f4f; font-size: 10px; line-height: 1.45; }.dash-status-pill { padding: 7px 10px; border-radius: 999px; color: #7f5d19; background: #fff0c6; font-size: 9px; font-weight: 850; }
.dash-discover { margin-top: 35px; }.dash-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }.dash-section-head h2 { margin: 0; font-size: 27px; letter-spacing: -1px; }.dash-section-head p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }.dash-section-head > span { color: var(--muted); font-size: 9px; }
.dash-chips { display: flex; gap: 8px; margin: 17px 0; overflow-x: auto; scrollbar-width: none; }.dash-chips::-webkit-scrollbar { display: none; }.dash-chips button { min-height: 36px; padding: 0 14px; flex: 0 0 auto; border: 1px solid #e4dbe0; border-radius: 999px; color: var(--muted); background: #fff; font-size: 10px; font-weight: 750; }.dash-chips button.active { border-color: #2e252e; color: #fff; background: #2e252e; }
.dash-profile-track { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 19px; }.dash-profile-card { min-width: 0; overflow: hidden; border: 1px solid #e9e1e5; border-radius: 23px; background: #fff; box-shadow: 0 15px 38px rgba(66,37,50,.08); }
.dash-photo { position: relative; height: 390px; overflow: hidden; background: #e9dfe4; }.dash-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }.dash-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(24,12,20,.08) 20%,transparent 48%,rgba(25,12,20,.88) 100%); }.dash-match { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; color: #246d50; background: rgba(239,255,247,.92); backdrop-filter: blur(10px); font-size: 9px; font-weight: 850; }.dash-more { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #fff; background: rgba(25,13,21,.28); backdrop-filter: blur(8px); }.dash-profile-name { position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff; }.dash-profile-name h3 { margin: 0; font-size: 25px; letter-spacing: -.8px; }.dash-profile-name h3 span { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: #4ca8ff; font-size: 10px; vertical-align: 3px; }.dash-profile-name p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: 9px; }
.dash-profile-body { padding: 15px; }.dash-tags { display: flex; gap: 6px; overflow: hidden; }.dash-tags span { padding: 6px 8px; flex: 0 0 auto; border-radius: 999px; color: #705e6b; background: #f7f1f4; font-size: 8px; font-weight: 700; }.dash-intent { min-height: 42px; margin: 12px 0 14px; color: var(--muted); font-size: 9px; line-height: 1.5; }.dash-card-actions { display: grid; grid-template-columns: 44px 1fr 44px; gap: 8px; }.dash-card-actions button { min-height: 44px; border: 0; border-radius: 14px; font-size: 19px; }.dash-pass,.dash-save { color: #725f6b; background: #f6f0f3; }.dash-like { display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: linear-gradient(135deg,#ff707a,#e94758); box-shadow: 0 10px 22px rgba(232,70,84,.24); }.dash-like span { font-size: 10px; font-weight: 850; }.dash-like.liked { background: #2f9369; }
.dash-bottom-nav { display: none; }
@media (max-width: 850px) { .dash-profile-track { grid-template-columns: repeat(2,minmax(0,1fr)); }.dash-profile-card:last-child { display: none; } }
@media (max-width: 600px) {
  .dash-container { width: min(100% - 24px,1120px); }.dash-header-inner { min-height: 60px; }.dash-header .brand { font-size: 20px; }.dash-desktop-nav,.dash-account > span:not(.dash-avatar),.dash-account > a { display: none; }.dash-account { margin-left: auto; }
  .dash-main { padding-block: 24px calc(92px + env(safe-area-inset-bottom)); }.dash-welcome { align-items: center; }.dash-welcome h1 { font-size: 33px; letter-spacing: -1.8px; }.dash-welcome p { max-width: 280px; font-size: 10px; line-height: 1.45; }.dash-filter { width: 43px; padding: 0; font-size: 0; }.dash-filter span { font-size: 17px; }
  .dash-verification { margin-top: 20px; padding: 13px; align-items: flex-start; }.dash-status-pill { display: none; }.dash-verification p { padding-right: 4px; }
  .dash-discover { margin-top: 27px; }.dash-section-head h2 { font-size: 23px; }.dash-section-head p { font-size: 9px; }.dash-section-head > span { display: none; }.dash-chips { margin-inline: -12px; padding-inline: 12px; }
  .dash-profile-track { margin-inline: -12px; padding-inline: 12px; display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.dash-profile-track::-webkit-scrollbar { display: none; }.dash-profile-card,.dash-profile-card:last-child { width: min(84vw,350px); flex: 0 0 auto; display: block; scroll-snap-align: center; border-radius: 21px; }.dash-photo { height: min(116vw,465px); max-height: 465px; }.dash-profile-body { padding: 14px; }
  .dash-bottom-nav { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: max(8px,env(safe-area-inset-bottom)); min-height: 62px; padding: 7px 10px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(231,220,226,.9); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 14px 40px rgba(48,27,39,.17); backdrop-filter: blur(20px); }.dash-bottom-nav a { display: grid; place-items: center; align-content: center; gap: 3px; color: #968991; font-size: 8px; font-weight: 750; }.dash-bottom-nav a span { font-size: 19px; line-height: 1; }.dash-bottom-nav a.active { color: var(--coral-dark); }
}

/* One-card swipe deck */
.dash-swipe-shell { width: min(100%,430px); margin: 0 auto; }
.dash-swipe-hint { margin: 0 4px 9px; display: flex; align-items: center; justify-content: space-between; color: #a1959d; font-size: 8px; font-weight: 700; }
.dash-profile-track,.dash-page .dash-profile-track { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; }
.dash-page .dash-profile-card,.dash-page .dash-profile-card:last-child { width: 100%; display: none; opacity: 0; transform: translateX(0); transition: transform .22s ease,opacity .22s ease; }
.dash-page .dash-profile-card.active { display: block; opacity: 1; }
.dash-deck-footer { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 18px; }.dash-deck-footer > button { width: 36px; height: 36px; border: 1px solid #e5dce1; border-radius: 50%; color: #746771; background: #fff; font-size: 16px; }.dash-deck-dots { display: flex; align-items: center; gap: 6px; }.dash-deck-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #ded5da; transition: width .2s,background .2s; }.dash-deck-dots button.active { width: 20px; border-radius: 8px; background: var(--coral); }
@media (max-width: 600px) {
  .dash-swipe-shell { width: 100%; }.dash-page .dash-profile-track { margin: 0; padding: 0; overflow: hidden; }.dash-page .dash-profile-card,.dash-page .dash-profile-card:last-child { width: 100%; max-width: none; }.dash-photo { height: min(112vw,480px); }.dash-deck-footer { margin-bottom: 4px; }
}

/* Web-first discovery workspace: mouse drag, touch swipe, compact desktop */
@media (min-width: 701px) {
  .dash-swipe-shell { width: min(100%,900px); }
  .dash-page .dash-profile-card.active { min-height: 570px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(290px,.88fr); }
  .dash-page .dash-photo { height: 570px; border-radius: 22px 0 0 22px; }
  .dash-page .dash-profile-body { min-width: 0; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
  .dash-page .dash-tags { flex-wrap: wrap; overflow: visible; }.dash-page .dash-tags span { font-size: 9px; }
  .dash-page .dash-intent { min-height: 0; margin: 18px 0 26px; font-size: 12px; line-height: 1.65; }
  .dash-page .dash-card-actions { grid-template-columns: 52px 1fr 52px; }.dash-page .dash-card-actions button { min-height: 52px; }
  .dash-swipe-hint { max-width: 520px; margin: 0 auto 10px; }.dash-deck-footer { margin-top: 14px; }
}
.dash-profile-card { position: relative; touch-action: pan-y; user-select: none; -webkit-user-select: none; cursor: grab; transform-origin: center 90%; }
.dash-profile-card.dragging { cursor: grabbing; transition: none !important; }
.dash-profile-card img { pointer-events: none; -webkit-user-drag: none; }
.dash-reaction { position: absolute; z-index: 8; top: 35px; padding: 8px 13px; border: 3px solid currentColor; border-radius: 9px; opacity: 0; background: rgba(255,255,255,.9); font-size: 20px; font-weight: 950; letter-spacing: 1px; pointer-events: none; transition: opacity .12s; }
.dash-reaction-pass { right: 30px; color: #d94a58; transform: rotate(10deg); }.dash-reaction-like { left: 30px; color: #23885f; transform: rotate(-10deg); }
.dash-profile-card[data-drag-direction="pass"] .dash-reaction-pass,.dash-profile-card[data-drag-direction="like"] .dash-reaction-like { opacity: 1; }
@media (max-width: 700px) {
  .dash-page .dash-profile-card.active { display: block; }.dash-page .dash-photo { height: clamp(360px,92vw,470px); }.dash-page .dash-profile-body { padding: 15px; }.dash-page .dash-intent { min-height: 0; margin-bottom: 16px; }.dash-swipe-hint { padding-inline: 4px; }
  .dash-reaction { top: 25px; font-size: 16px; }.dash-deck-footer > button { width: 48px; height: 48px; }
}
.dash-deck-footer>button{width:auto;min-width:76px;height:42px;padding:0 16px;border-radius:999px;font-size:10px;font-weight:800}.dash-empty{max-width:520px;margin:32px auto;padding:38px 24px;border:1px solid #e9e1e5;border-radius:22px;background:#fff;text-align:center}.dash-empty>span{font-size:35px;color:var(--coral)}.dash-empty h3{margin:10px 0 7px;font-size:20px}.dash-empty p{margin:0 auto 18px;max-width:390px;color:var(--muted);font-size:11px;line-height:1.55}

/* Matches and real messaging */
.member-page,.chat-page{min-height:100vh;background:#fffaf8;color:var(--ink)}.member-wrap{width:min(100% - 28px,1000px);margin:38px auto 100px}.member-wrap>h1{margin:8px 0;font-size:45px;letter-spacing:-2px}.member-lead{margin:0 0 25px;color:var(--muted);font-size:12px}.match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.match-card{overflow:hidden;border:1px solid #e9e1e5;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(60,35,48,.07)}.match-card img{width:100%;height:260px;object-fit:cover}.match-card>div{padding:15px}.match-card h2{margin:0;font-size:18px}.match-card p{margin:5px 0 13px;color:var(--muted);font-size:9px}.match-card span{color:var(--coral-dark);font-size:10px;font-weight:800}.chat-shell{width:min(100% - 28px,1050px);height:calc(100vh - 105px);margin:20px auto;display:grid;grid-template-columns:300px 1fr;overflow:hidden;border:1px solid #e7dfe3;border-radius:23px;background:#fff;box-shadow:0 18px 50px rgba(60,34,47,.09)}.chat-list{padding:20px;border-right:1px solid #eee7ea;overflow:auto}.chat-list h1{margin:0 0 18px;font-size:26px}.chat-list>a{padding:10px;display:flex;align-items:center;gap:10px;border-radius:13px}.chat-list>a.active{background:var(--rose)}.chat-list img,.chat-conversation>header img{width:44px;height:44px;object-fit:cover;border-radius:50%}.chat-list strong,.chat-list small{display:block}.chat-list strong{font-size:11px}.chat-list small{margin-top:3px;color:var(--muted);font-size:8px}.chat-conversation{min-width:0;display:grid;grid-template-rows:auto 1fr auto auto}.chat-conversation>header{padding:13px 17px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #eee7ea}.chat-conversation>header strong,.chat-conversation>header small{display:block}.chat-conversation>header strong{font-size:12px}.chat-conversation>header small{margin-top:3px;color:#32966b;font-size:8px}.chat-messages{padding:18px;overflow:auto}.chat-bubble{max-width:72%;margin:7px 0}.chat-bubble.mine{margin-left:auto}.chat-bubble p{margin:0;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#f3edf0;font-size:11px;line-height:1.45}.chat-bubble.mine p{border-radius:15px 15px 4px 15px;color:#fff;background:var(--coral)}.chat-bubble small{display:block;margin:3px 5px;color:var(--muted);font-size:7px;text-align:right}.chat-typing{min-height:20px;padding:0 18px;color:var(--muted);font-size:9px}.chat-compose{padding:12px;display:grid;grid-template-columns:1fr auto;gap:8px;border-top:1px solid #eee7ea}.chat-compose textarea{min-height:46px;max-height:100px;padding:13px;border:1px solid #dfd6db;border-radius:14px;resize:none}.chat-compose button{padding:0 18px;border:0;border-radius:13px;color:#fff;background:var(--coral);font-weight:800}.chat-empty{margin:auto;text-align:center}.chat-empty span{font-size:38px}.chat-empty h2{margin:8px}.chat-empty p{color:var(--muted);font-size:10px}
@media(max-width:700px){.member-wrap{margin-top:25px}.member-wrap>h1{font-size:34px}.match-grid{grid-template-columns:1fr 1fr}.match-card img{height:210px}.chat-shell{width:100%;height:calc(100vh - 125px);margin:0;border:0;border-radius:0;grid-template-columns:1fr}.chat-list{display:none}.chat-conversation>header{padding-top:10px}.chat-bubble{max-width:84%}.chat-compose{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}
@media(max-width:480px){.match-grid{grid-template-columns:1fr}.match-card{display:grid;grid-template-columns:110px 1fr}.match-card img{height:130px}}
.admin-grid{display:grid;gap:18px}.admin-card{padding:20px;border:1px solid #e6dde2;border-radius:20px;background:#fff}.admin-card h2{margin:0}.admin-card>p{color:var(--muted);font-size:10px}.admin-card>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-card img{width:100%;height:300px;object-fit:contain;border-radius:14px;background:#eee}.admin-card textarea{width:100%;margin:12px 0;padding:12px;border:1px solid #ddd;border-radius:12px}.admin-card form>div{display:flex;gap:8px;justify-content:flex-end}.admin-card button{min-height:42px;padding:0 14px;border:0;border-radius:10px}.admin-card button.approve{color:#fff;background:#2f9369}@media(max-width:600px){.admin-card>div{grid-template-columns:1fr}.admin-card img{height:240px}}
.field.has-error input,.field.has-error textarea{border-color:#d94352;box-shadow:0 0 0 4px rgba(217,67,82,.09)}.field-error,.field.has-error small{color:#c63d4b}.cp-location em{margin-left:5px;padding:3px 6px;border-radius:999px;color:#6f6470;background:#f2ecef;font-size:7px;font-style:normal;text-transform:uppercase}.idv-camera [hidden]{display:none!important}.idv-camera canvas.idv-photo-result{display:block;width:100%;height:100%;min-height:280px;object-fit:cover;transform:scaleX(-1)}.dash-like{color:#d84a58!important;background:#fff3f4!important;border:1px solid #f0cbd0!important;box-shadow:none!important}.dash-like.liked{color:#fff!important;background:linear-gradient(135deg,#ff707a,#e94758)!important;box-shadow:0 10px 22px rgba(232,70,84,.24)!important}.dash-save svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dash-save.needs-match{animation:shake .3s ease 2;color:#d84958;background:#fff0f2}@keyframes shake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
@media(max-width:700px){.chat-shell{display:grid;grid-template-rows:auto 1fr}.chat-list{padding:8px 10px;display:flex;gap:8px;overflow-x:auto;border:0;border-bottom:1px solid #eee7ea}.chat-list h1,.chat-list>p{display:none}.chat-list>a{min-width:135px;flex:0 0 auto}.chat-list img{width:38px;height:38px}.chat-conversation{min-height:0}}

/* Profile completion */
.cp-page { min-height:100vh;background:linear-gradient(180deg,#fff9f7,#fff);color:var(--ink) }.cp-wrap{width:min(100% - 28px,680px);margin:24px auto 70px}.cp-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:20px}.cp-progress span{height:5px;border-radius:8px;background:var(--coral)}.cp-panel{padding:27px;border:1px solid #e9e1e5;border-radius:25px;background:#fff;box-shadow:0 20px 55px rgba(70,38,52,.09)}.cp-heading h1{margin:7px 0 9px;font-size:40px;letter-spacing:-2px}.cp-heading p{margin:0 0 24px;color:var(--muted);font-size:12px}.cp-photo-row{display:grid;grid-template-columns:126px 1fr;gap:18px;align-items:center;margin-bottom:23px}.cp-photo{width:126px;height:150px;overflow:hidden;display:grid;place-items:center;border:1.5px dashed #d7cbd2;border-radius:19px;background:#fff9f8;cursor:pointer}.cp-photo>span{font-size:32px;color:var(--coral)}.cp-photo img{width:100%;height:100%;object-fit:cover}.cp-photo-row>div>strong{font-size:14px}.cp-photo-row>div>p{margin:5px 0 10px;color:var(--muted);font-size:10px}.cp-warning{padding:9px 10px;border-radius:10px;color:#7d5919;background:#fff6df;font-size:9px;line-height:1.4}.cp-interests{margin:20px 0;padding:0;border:0}.cp-interests legend{font-size:13px;font-weight:800}.cp-interests>p{margin:4px 0 12px;color:var(--muted);font-size:10px}.cp-interest-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.cp-interest-grid input{position:absolute;opacity:0}.cp-interest-grid span{min-height:42px;padding:8px;display:grid;place-items:center;border:1px solid #e2d9de;border-radius:12px;text-align:center;font-size:9px;font-weight:750;cursor:pointer}.cp-interest-grid input:checked+span{border-color:var(--coral);color:var(--coral-dark);background:var(--rose);box-shadow:inset 0 0 0 1px var(--coral)}.cp-interests>small{display:block;margin-top:8px;color:var(--muted);font-size:9px}.cp-location{margin-top:18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e8e0e4;border-radius:15px}.cp-location strong{font-size:11px}.cp-location p{margin:3px 0 0;color:var(--muted);font-size:9px}.cp-location .btn{flex:0 0 auto;min-height:40px;padding:0 12px;font-size:9px}.cp-location-status{margin:7px 0 17px;color:#777;font-size:9px}.cp-submit{min-height:56px}
@media(max-width:560px){.cp-wrap{width:min(100% - 20px,680px);margin-top:14px}.cp-panel{padding:17px;border-radius:21px}.cp-heading h1{font-size:32px;letter-spacing:-1.5px}.cp-photo-row{grid-template-columns:100px 1fr;gap:13px}.cp-photo{width:100px;height:125px;border-radius:16px}.cp-interest-grid{grid-template-columns:repeat(2,1fr)}.cp-interest-grid span{min-height:46px;font-size:10px}.cp-location{align-items:flex-start;flex-direction:column}.cp-location .btn{width:100%;min-height:48px}.cp-submit{position:sticky;bottom:max(12px,env(safe-area-inset-bottom));z-index:4}}

/* One-message introduction request */
.chat-conversation{grid-template-rows:auto 1fr auto auto auto}.chat-request-status{margin:0 18px 10px;padding:11px 14px;border:1px solid #f0d7a5;border-radius:12px;background:#fff8e8;color:#76551b;font-size:10px;font-weight:700;line-height:1.4}.chat-compose textarea:disabled{background:#f6f2f3;color:#8c8288;cursor:not-allowed}.chat-compose button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}

/* Professional inbox and conversation layout */
.nav-with-badge,.bottom-message-link>span{position:relative}.nav-with-badge>b,.bottom-message-link b{position:absolute;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:99px;color:#fff;background:#eb4657;font-size:9px;font-style:normal;line-height:1}.nav-with-badge>b{top:-9px;right:-13px}.bottom-message-link b{top:-8px;right:-12px}.chat-shell-v2{height:calc(100dvh - 112px);grid-template-columns:350px minmax(0,1fr);border-radius:24px}.chat-inbox{padding:0;display:block;border-right:1px solid #eee7ea;background:#fff}.chat-list-heading{min-height:92px;padding:22px 22px 12px;display:flex;align-items:center;justify-content:space-between}.chat-list-heading span{color:var(--coral-dark);font-size:9px;font-weight:850;letter-spacing:1.4px;text-transform:uppercase}.chat-list-heading h1{margin:3px 0 0;font-size:28px;letter-spacing:-1px}.chat-list-heading>strong{padding:6px 9px;border-radius:99px;color:#c83f4d;background:#fff0f2;font-size:9px}.chat-search{height:44px;margin:0 16px 12px;padding:0 13px;display:flex;align-items:center;gap:9px;border:1px solid #e8e0e4;border-radius:13px;background:#faf7f8}.chat-search svg{width:18px;fill:none;stroke:#91868d;stroke-width:1.8}.chat-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:11px}.conversation-list{overflow-y:auto;height:calc(100% - 148px)}.conversation-row{min-height:78px;padding:11px 15px;display:grid!important;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:11px;border-radius:0!important;border-top:1px solid transparent;border-bottom:1px solid #f3edef;color:var(--ink)}.conversation-row:hover{background:#fff8f8}.conversation-row.active{background:#fff0f2!important}.conversation-row.unread{background:#fffafa}.conversation-avatar{position:relative;width:50px;height:50px;flex:0 0 auto}.conversation-avatar img{width:100%!important;height:100%!important;border-radius:50%;object-fit:cover}.conversation-avatar i{position:absolute;right:0;bottom:1px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#c7bfc4}.conversation-avatar i.online{background:#27ae72}.conversation-copy{min-width:0}.conversation-name{display:block;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-name em,.chat-thread-header em{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;color:#fff;background:#4c9cf1;font-size:9px;font-style:normal}.conversation-preview{display:block;margin-top:5px;color:#837981;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-row.unread .conversation-preview,.conversation-row.unread .conversation-name{color:#251b25;font-weight:850}.conversation-meta{align-self:center;display:grid;justify-items:end;gap:7px}.conversation-meta time{color:#9a9097;font-size:8px;white-space:nowrap}.conversation-meta b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:99px;color:#fff;background:var(--coral);font-size:9px}.inbox-empty{padding:65px 30px;text-align:center}.inbox-empty>span,.thread-start>span{font-size:34px}.inbox-empty h2{margin:12px 0 5px}.inbox-empty p{color:var(--muted);font-size:10px;line-height:1.5}.inbox-empty a{display:inline-block;margin-top:14px;color:var(--coral-dark);font-size:10px;font-weight:800}.chat-thread{position:relative;min-height:0;grid-template-rows:auto 1fr auto auto auto;background:linear-gradient(180deg,#fff,#fffafa)}.chat-thread-header{min-height:76px;padding:11px 18px!important;background:rgba(255,255,255,.95)}.chat-thread-header .conversation-avatar{width:46px;height:46px}.chat-thread-header>div{min-width:0;flex:1}.chat-thread-header strong{font-size:13px!important}.chat-back{width:38px;height:38px;display:none;place-items:center;border-radius:50%;color:#30242e;background:#f7f1f4}.chat-back svg{width:22px;fill:none;stroke:currentColor;stroke-width:2}.chat-more{width:40px;height:40px;border:0;border-radius:50%;color:#766b73;background:#f8f3f5;font-weight:900}.chat-messages{padding:22px clamp(16px,4vw,48px);background:radial-gradient(circle at 50% 0,#fff5f5,transparent 42%)}.chat-bubble{max-width:min(72%,520px);margin:3px 0 12px}.chat-bubble.grouped{margin-top:-8px}.chat-bubble p{display:inline-block;margin:0;padding:11px 14px;border-radius:18px 18px 18px 5px;font-size:11px;line-height:1.5;box-shadow:0 2px 7px rgba(48,31,42,.05)}.chat-bubble.mine{text-align:right}.chat-bubble.mine p{border-radius:18px 18px 5px 18px;background:linear-gradient(135deg,#ff6673,#ec4658)}.chat-bubble small{margin:4px 4px 0;color:#9b9097;font-size:8px}.thread-start{max-width:310px;margin:80px auto;padding:25px;text-align:center;color:#756a72}.thread-start strong{display:block;margin:10px 0 4px;color:#291e28}.thread-start p{font-size:10px;line-height:1.5}.chat-typing{padding:0 22px;color:#2b9b6b;font-size:9px}.chat-compose{padding:12px 16px calc(12px + env(safe-area-inset-bottom));grid-template-columns:1fr 48px;align-items:end;background:#fff}.chat-compose textarea{min-height:48px;max-height:120px;padding:14px 16px;border-color:#e2d9de;border-radius:20px;font-size:11px;outline:0}.chat-compose textarea:focus{border-color:#f17883;box-shadow:0 0 0 3px rgba(241,120,131,.12)}.chat-compose button{width:48px;height:48px;padding:0;display:grid;place-items:center;border-radius:50%;box-shadow:0 8px 18px rgba(233,70,86,.23)}.chat-compose button svg{width:22px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linejoin:round}.chat-loading{margin:60px auto;color:var(--muted);font-size:10px;text-align:center}
@media(max-width:700px){.chat-site-header{display:none}.chat-page{background:#fff}.chat-shell-v2{width:100%;height:calc(100dvh - 86px);margin:0;display:block;border:0;border-radius:0;box-shadow:none}.chat-inbox{height:100%;border:0}.chat-list-heading{padding-top:calc(20px + env(safe-area-inset-top));min-height:102px}.conversation-list{height:calc(100% - 158px);padding-bottom:15px}.conversation-row{min-width:0!important;min-height:82px;padding-inline:18px}.chat-inbox-open .chat-thread{display:none}.chat-open .chat-inbox{display:none!important}.chat-open .chat-thread{height:100%;display:grid}.chat-back{display:grid}.chat-thread-header{padding-top:calc(9px + env(safe-area-inset-top))!important;min-height:76px}.chat-messages{padding:18px 14px}.chat-bubble{max-width:84%}.chat-compose{position:relative;z-index:2}.chat-empty{display:none}.dash-bottom-nav{z-index:20}.chat-open .dash-bottom-nav{display:none}.chat-request-status{margin-inline:12px}}
.nav-with-badge>b[hidden],.bottom-message-link b[hidden]{display:none!important}

/* Photo messages */
.chat-compose{grid-template-columns:44px minmax(0,1fr) 48px}.chat-photo-preview{grid-column:1/-1;padding:8px 10px;display:grid;grid-template-columns:46px 1fr 32px;align-items:center;gap:10px;border:1px solid #eadfe4;border-radius:14px;background:#fff7f8}.chat-photo-preview[hidden]{display:none}.chat-photo-preview img{width:46px;height:46px;border-radius:10px;object-fit:cover}.chat-photo-preview strong,.chat-photo-preview small{display:block}.chat-photo-preview strong{font-size:10px}.chat-photo-preview small{margin-top:2px;color:var(--muted);font-size:8px}.chat-photo-preview button{width:30px!important;height:30px!important;border-radius:50%!important;color:#6e626a!important;background:#f2eaee!important;box-shadow:none!important;font-size:18px}.chat-attach{width:44px;height:44px;display:grid;place-items:center;align-self:center;border-radius:50%;color:#756971;background:#f7f1f4;cursor:pointer}.chat-attach:hover{color:var(--coral-dark);background:#ffeaed}.chat-attach.disabled{opacity:.45;pointer-events:none}.chat-attach svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chat-photo-link{display:block;overflow:hidden;border-radius:17px;background:#eee}.chat-message-photo{display:block;width:min(100%,360px);max-height:420px;object-fit:cover}.chat-bubble.mine .chat-photo-link{margin-left:auto}.chat-bubble:has(.chat-photo-link){max-width:min(76%,380px)}.chat-bubble:has(.chat-photo-link) p{display:block;margin-top:5px}.chat-bubble:has(.chat-photo-link) small{clear:both}
@media(max-width:700px){.chat-compose{grid-template-columns:42px minmax(0,1fr) 46px;padding-inline:10px}.chat-attach{width:42px;height:42px}.chat-compose button[type="submit"]{width:46px;height:46px}.chat-bubble:has(.chat-photo-link){max-width:82%}.chat-message-photo{max-height:360px}}

/* Mobile chat viewport — keeps composer and Send visible */
@media(max-width:700px){html:has(.chat-page),body.chat-page{height:100%;overflow:hidden}.chat-page .chat-shell-v2{position:fixed;inset:0 0 calc(78px + env(safe-area-inset-bottom)) 0;width:100%;height:auto;max-height:none;margin:0}.chat-page.chat-open .chat-shell-v2{inset:0;height:100dvh}.chat-page.chat-open .chat-thread{width:100%;height:100dvh;min-width:0;grid-template-rows:auto minmax(0,1fr) auto auto auto}.chat-thread-header{width:100%;box-sizing:border-box}.chat-messages{min-width:0;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-compose{width:100%;min-width:0;box-sizing:border-box;grid-template-columns:40px minmax(0,1fr) 44px;gap:6px;padding:8px 9px calc(8px + env(safe-area-inset-bottom));position:relative;bottom:auto}.chat-compose textarea{width:100%;min-width:0;min-height:44px;max-height:92px;padding:11px 13px;border-radius:17px;font-size:16px;line-height:1.35}.chat-attach{width:40px;height:40px}.chat-compose button[type="submit"]{width:44px;height:44px}.chat-photo-preview{padding:6px 8px;grid-template-columns:40px 1fr 30px}.chat-photo-preview img{width:40px;height:40px}.chat-request-status{margin-bottom:5px;padding:8px 11px;font-size:9px}.chat-typing{min-height:17px;padding-inline:14px}.chat-page .dash-bottom-nav{padding-bottom:env(safe-area-inset-bottom)}}

/* Unified message icon and high-contrast unread badge */
.message-nav-icon{position:relative!important;width:28px;height:28px;display:grid!important;place-items:center}.message-nav-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.unread-count{position:absolute!important;top:-8px!important;right:-12px!important;z-index:3;min-width:20px!important;height:20px!important;padding:0 5px!important;display:grid!important;place-items:center;border:2px solid #fff!important;border-radius:999px!important;color:#fff!important;background:#ed3348!important;box-shadow:0 3px 9px rgba(237,51,72,.35)!important;font-size:10px!important;font-weight:900!important;line-height:1!important}.unread-count[hidden]{display:none!important}.bottom-message-link{overflow:visible!important}.bottom-message-link>span{overflow:visible!important}.bottom-message-link.active .message-nav-icon{color:var(--coral-dark)}
.empty-message-icon{width:56px;height:56px;margin:auto;display:grid!important;place-items:center;border-radius:18px;color:var(--coral-dark);background:#fff0f2}.empty-message-icon svg{width:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.message-emoji{font-family:Arial,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:25px!important;line-height:1!important}.dash-save.message-emoji{display:grid;place-items:center;font-size:27px!important;filter:grayscale(1);transition:transform .18s ease,background .18s ease}.dash-save.message-emoji:hover{filter:grayscale(.25);transform:translateY(-1px)}
