:root {
  --ink: #3f1630;
  --ink-soft: #6d4a5d;
  --paper: #fffaf6;
  --paper-deep: #fff2eb;
  --white: #ffffff;
  --coral: #f85f74;
  --coral-dark: #df405a;
  --rose: #ffc5ce;
  --plum: #5a1f40;
  --teal: #147d75;
  --sand: #f1dfd2;
  --line: rgba(90, 31, 64, .12);
  --shadow-sm: 0 10px 30px rgba(84, 31, 58, .08);
  --shadow-md: 0 24px 60px rgba(84, 31, 58, .15);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Heebo", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 246, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(90, 31, 64, .08); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 24px; font-weight: 800; letter-spacing: -.8px; direction: ltr; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--coral), #ff8a72); box-shadow: 0 8px 18px rgba(248, 95, 116, .28); font-size: 18px; }
.brand-mark svg { width: 22px; fill: currentColor; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; }
.desktop-nav a { position: relative; color: var(--ink-soft); font-weight: 600; font-size: 15px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; width: 0; height: 2px; background: var(--coral); transition: width .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.button { border: 0; border-radius: 999px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(20, 125, 117, .28); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--coral), var(--coral-dark)); box-shadow: 0 12px 26px rgba(223, 64, 90, .24); }
.button-primary:hover { box-shadow: 0 16px 30px rgba(223, 64, 90, .32); }
.button-ghost { background: transparent; color: var(--ink); }
.button-small { min-height: 43px; padding: 0 20px; font-size: 14px; }
.button-light { background: #fff; color: var(--plum); box-shadow: 0 12px 28px rgba(63, 22, 48, .16); }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.32); color: #fff; min-height: 42px; }
.button-full { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--paper-deep); padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 9px; }
.mobile-menu { border-top: 1px solid var(--line); padding: 16px 20px 22px; background: var(--paper); }
.mobile-menu a, .mobile-menu button { display: block; width: min(100%, 520px); margin: 0 auto; padding: 12px; text-align: right; border: 0; background: transparent; font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; padding: 72px 0 86px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(90,31,64,.06) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to left, transparent, #000 52%, transparent); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 450px; height: 450px; background: rgba(255, 186, 162, .24); left: -170px; top: 60px; }
.hero-glow-two { width: 360px; height: 360px; background: rgba(165, 224, 213, .16); right: -150px; bottom: -80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--coral-dark); font-size: 14px; font-weight: 800; letter-spacing: .05em; }
.eyebrow { padding: 8px 14px; background: rgba(248,95,116,.1); border-radius: 999px; }
.hero h1 { margin: 22px 0 20px; font-size: clamp(52px, 6.2vw, 82px); line-height: .98; letter-spacing: -3.8px; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 20px; line-height: 1.7; }
.quick-start { margin-top: 32px; padding: 12px; display: grid; grid-template-columns: .8fr 1fr 1.1fr auto; gap: 8px; align-items: end; background: #fff; border: 1px solid rgba(90,31,64,.09); border-radius: 22px; box-shadow: var(--shadow-md); }
.quick-start label { display: block; min-width: 0; padding: 2px 12px; border-left: 1px solid var(--line); }
.quick-start label span { display: block; color: #967387; font-size: 12px; font-weight: 700; }
.quick-start select { width: 100%; border: 0; background: transparent; color: var(--ink); font-weight: 700; outline: 0; cursor: pointer; }
.quick-start .button { min-width: 145px; }
.trust-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.trust-row span { display: inline-flex; gap: 7px; align-items: center; }
.trust-row svg { width: 18px; fill: var(--teal); }
.hero-visual { position: relative; min-width: 0; }
.portrait-mosaic { position: relative; overflow: hidden; border: 8px solid #fff; border-radius: 34px; box-shadow: 0 36px 80px rgba(76, 27, 50, .2); transform: rotate(-1.2deg); }
.portrait-mosaic img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.portrait-mosaic::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.demo-label { position: absolute; bottom: 13px; right: 13px; color: #fff; background: rgba(36,18,29,.68); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: var(--ink-soft); font-size: 10px; }
.match-card { bottom: -34px; left: -32px; }
.active-card { top: 34px; right: -28px; }
.mini-avatars { position: relative; width: 46px; height: 35px; }
.mini-avatars span { position: absolute; top: 0; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; background-image: url('assets/profile-grid.webp'); background-size: 300% 200%; }
.mini-avatars span:first-child { right: 0; background-position: 0 0; }
.mini-avatars span:last-child { left: 0; background-position: 50% 0; }
.match-score { color: var(--coral-dark); font-weight: 800; font-size: 18px; }
.online-dot { width: 12px; height: 12px; border-radius: 50%; background: #26b483; box-shadow: 0 0 0 5px rgba(38,180,131,.12); }

.social-proof { background: #fff; border-block: 1px solid var(--line); }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { padding-inline: 28px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-left: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 15px; }
.proof-grid span { color: var(--ink-soft); font-size: 12px; margin-top: 3px; }

.section-heading h2, .values h2, .safety h2, .final-cta h2 { margin: 10px 0 12px; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -2px; }
.section-heading p, .values-copy > p, .safety-copy > p { color: var(--ink-soft); font-size: 17px; max-width: 650px; }
.split-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.match-counter { display: flex; gap: 11px; align-items: center; padding: 10px 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.counter-heart { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--coral); }
.match-counter strong, .match-counter small { display: block; line-height: 1.1; }
.match-counter small { color: var(--ink-soft); font-size: 11px; margin-top: 4px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 24px; }
.filter-chip { min-height: 41px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); font-weight: 700; cursor: pointer; }
.filter-chip:hover, .filter-chip.is-active { color: #fff; background: var(--plum); border-color: var(--plum); }
.filter-more { margin-inline-start: auto; }
.profiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.profile-card { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(90,31,64,.08); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .24s ease, box-shadow .24s ease, opacity .24s ease; }
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.profile-card.is-dismissed { opacity: 0; transform: scale(.92) translateX(-20px); }
.profile-photo { position: relative; aspect-ratio: 1 / 1; background-image: url('assets/profile-grid.webp'); background-repeat: no-repeat; background-size: 300% 200%; background-color: var(--sand); }
.journey-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.journey-grid article { padding: 28px; border: 1px solid rgba(90,31,64,.09); border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(84,31,58,.07); }
.journey-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: #f85f74; font-weight: 800; }
.journey-grid h3 { margin: 18px 0 7px; font-size: 22px; }.journey-grid p { margin: 0; color: #76566a; line-height: 1.65; }
.member-gate { margin-top: 20px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; border-radius: 20px; color: #fff; background: #3f1630; }
.member-gate strong, .member-gate span { display: block; }.member-gate span { margin-top: 2px; color: rgba(255,255,255,.7); }.member-gate .button { margin-inline-start: auto; }
.resend-verification { width: 100%; margin-bottom: 10px; min-height: 42px; border: 1px solid rgba(90,31,64,.16); border-radius: 12px; color: #5a1f40; background: #fff4ec; font: inherit; font-weight: 800; cursor: pointer; }
@media (max-width:800px){.journey-grid{grid-template-columns:1fr}.member-gate{align-items:flex-start;flex-direction:column}.member-gate .button{width:100%;margin:0}}
.profile-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(38,18,29,.45)); }
.profile-status { position: absolute; z-index: 1; top: 13px; right: 13px; display: flex; align-items: center; gap: 6px; padding: 5px 9px; color: #fff; background: rgba(36,18,29,.52); border-radius: 999px; font-size: 10px; font-weight: 700; backdrop-filter: blur(6px); }
.profile-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3dd9a0; }
.profile-demo { position: absolute; z-index: 1; top: 13px; left: 13px; color: #fff; background: rgba(248,95,116,.88); padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.profile-body { padding: 18px; }
.profile-title { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.profile-title h3 { margin: 0; font-size: 23px; }
.profile-title span { color: var(--teal); font-size: 12px; font-weight: 800; }
.profile-meta { margin: 3px 0 13px; color: var(--ink-soft); font-size: 13px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; min-height: 58px; }
.profile-tags span { align-self: flex-start; padding: 5px 9px; color: var(--ink-soft); background: var(--paper-deep); border-radius: 9px; font-size: 11px; font-weight: 600; }
.profile-actions { display: grid; grid-template-columns: 46px 1fr; gap: 8px; margin-top: 15px; }
.profile-actions button { min-height: 44px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; }
.action-skip { color: var(--ink-soft); background: #f7f1ee; font-size: 20px; }
.action-like { color: #fff; background: var(--plum); }
.action-like.is-liked { background: var(--teal); }
.empty-state { text-align: center; padding: 70px 20px; background: #fff; border: 1px dashed var(--line); border-radius: var(--radius-md); }
.empty-state > span { font-size: 48px; color: var(--coral); }
.empty-state h3 { margin: 8px 0; font-size: 25px; }
.empty-state p { margin: 0; color: var(--ink-soft); }
.discover-note { margin-top: 18px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.discover-note > span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 800; }
.discover-note p { margin: 0; }

.values { background: #fff; }
.values-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.values-copy > p { line-height: 1.8; }
.text-link { border: 0; padding: 0; margin-top: 15px; background: transparent; color: var(--coral-dark); font-weight: 800; cursor: pointer; }
.value-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.value-card { position: relative; min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.value-card-featured { grid-row: span 2; min-height: 478px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(155deg, var(--plum), #8e365f); border: 0; overflow: hidden; }
.value-card-featured::before { content: "♥"; position: absolute; top: -90px; left: -45px; font-size: 270px; color: rgba(255,255,255,.055); transform: rotate(-15deg); }
.value-number { position: absolute; top: 24px; left: 25px; color: rgba(90,31,64,.4); font-size: 13px; font-weight: 800; }
.value-card-featured .value-number { color: rgba(255,255,255,.55); }
.value-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--coral-dark); background: rgba(248,95,116,.12); font-size: 22px; }
.value-card-featured .value-icon { background: rgba(255,255,255,.12); color: #fff; }
.value-card h3 { margin: 22px 0 8px; font-size: 22px; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.value-card-featured p { color: rgba(255,255,255,.74); }

.safety { background: var(--paper-deep); }
.safety-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 130px 1fr .85fr; gap: 38px; align-items: center; padding: 55px; background: #fff; border: 1px solid rgba(90,31,64,.08); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.safety-panel::before { content: ""; position: absolute; width: 320px; height: 320px; left: -130px; bottom: -170px; border-radius: 50%; background: rgba(20,125,117,.08); }
.safety-badge { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 34px; background: rgba(20,125,117,.1); transform: rotate(-4deg); }
.safety-badge svg { width: 70px; fill: none; stroke: var(--teal); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.safety-copy h2 { font-size: clamp(34px, 3.5vw, 52px); }
.safety-copy > p { max-width: 620px; }
.safety-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 17px; }
.safety-links button { border: 0; padding: 0; background: transparent; color: var(--teal); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-weight: 700; }
.safety-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.safety-list li { display: flex; align-items: center; gap: 13px; padding: 14px; border-radius: 15px; background: var(--paper); }
.safety-list li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 800; }
.safety-list strong, .safety-list small { display: block; }
.safety-list small { color: var(--ink-soft); }

.final-cta { padding-top: 90px; }
.cta-card { position: relative; overflow: hidden; padding: 78px 30px; text-align: center; color: #fff; background: linear-gradient(135deg, #4d1937 0%, #7c2d54 55%, #b23e61 100%); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.cta-card .section-kicker { color: #ffcbd2; }
.cta-card h2 { margin: 12px auto 16px; }
.cta-card p { margin: 0 auto 26px; color: rgba(255,255,255,.76); font-size: 18px; }
.cta-card > small { display: block; margin-top: 16px; color: rgba(255,255,255,.58); }
.cta-orbit { position: absolute; color: rgba(255,255,255,.1); }
.cta-orbit-one { right: 7%; top: 10%; font-size: 120px; transform: rotate(12deg); }
.cta-orbit-two { left: 10%; bottom: 7%; font-size: 90px; }

.site-footer { margin-top: 100px; padding: 70px 0 25px; color: rgba(255,255,255,.82); background: #2f1025; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 50px; }
.footer-brand .brand { color: #fff; }
.footer-brand p, .footer-join p { color: rgba(255,255,255,.55); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong, .footer-join strong { color: #fff; margin-bottom: 7px; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 12px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; display: grid; place-items: center; background: rgba(37,14,29,.68); backdrop-filter: blur(8px); }
.modal-backdrop[hidden], .modal[hidden] { display: none; }
.modal { position: relative; width: min(100%, 540px); max-height: calc(100vh - 40px); overflow: auto; padding: 40px; background: var(--paper); border-radius: 28px; box-shadow: 0 30px 90px rgba(20,5,14,.4); animation: modalIn .25s ease both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.modal-close { position: absolute; top: 16px; left: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--paper-deep); color: var(--ink); font-size: 25px; cursor: pointer; }
.modal-brand { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--coral); font-size: 24px; }
.modal-kicker { display: block; margin-top: 22px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.modal h2 { margin: 4px 0 8px; font-size: 34px; }
.modal p { color: var(--ink-soft); }
.modal form { display: grid; gap: 14px; margin-top: 24px; }
.modal form[hidden] { display: none; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 22px; padding: 5px; background: var(--paper-deep); border-radius: 14px; }
.auth-tabs button { min-height: 40px; border: 0; border-radius: 10px; background: transparent; color: var(--ink-soft); font-weight: 800; cursor: pointer; }
.auth-tabs button.is-active { color: var(--ink); background: #fff; box-shadow: 0 4px 14px rgba(84,31,58,.08); }
.auth-text-button { width: fit-content; padding: 5px 0; border: 0; color: #8e365f; background: transparent; font: inherit; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.form-error.is-success { color: #147d75; background: #ebf8f5; }
.modal label > span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 110px; gap: 12px; }
.field-row-even { grid-template-columns: 1fr 1fr; }
.modal input:not([type="checkbox"]), .modal select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }
.check-field { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-soft); }
.check-field input { margin-top: 5px; accent-color: var(--coral); }
.check-field span { margin: 0 !important; font-size: 12px !important; font-weight: 500 !important; }
.inline-policy-link { padding: 0; border: 0; color: var(--coral-dark); background: transparent; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.inline-policy-link:hover { color: var(--ink); }
.inline-policy-link:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 2px; }
.collection-notice { padding: 13px 14px; border: 1px solid rgba(225,70,95,.2); border-radius: 12px; background: rgba(248,95,116,.055); }
.collection-notice strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 13px; }
.registration-progress { margin: 2px 0 18px; display: flex; align-items: flex-start; justify-content: center; gap: 8px; }
.registration-progress span { min-width: 62px; display: grid; place-items: center; gap: 3px; color: #927387; font-size: 12px; font-weight: 900; }
.registration-progress span b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f5ebe7; }
.registration-progress span small { font-size: 10px; font-weight: 800; }
.registration-progress span.is-active, .registration-progress span.is-complete { color: #fff; background: #f04f68; }
.registration-progress span.is-active, .registration-progress span.is-complete { color: #7f2942; background: transparent; }
.registration-progress span.is-active b, .registration-progress span.is-complete b { color: #fff; background: #f04f68; }
.registration-progress i { width: 34px; height: 2px; margin-top: 13px; background: #eadad5; }
.registration-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.registration-step[hidden] { display: none; }
.registration-step legend { width: 100%; margin-bottom: 12px; color: #5a1f40; font-size: .9rem; font-weight: 900; }
.registration-actions { margin-top: 14px; display: flex; gap: 10px; }
.registration-actions > button { min-height: 46px; flex: 1; border: 1px solid rgba(90,31,64,.14); border-radius: 12px; background: #fff; color: #5a1f40; font: inherit; font-weight: 800; cursor: pointer; }
.registration-actions > .button-primary { color: #fff; background: #f04f68; border-color: #f04f68; }
.birth-date-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.birth-date-field > legend { margin-bottom: 6px; color: var(--ink); font-size: 13px; font-weight: 700; }
.birth-date-field > div { display: grid; grid-template-columns: .8fr 1fr 1.2fr; gap: 8px; }
.birth-date-field label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.birth-date-field > small { display: block; margin-top: 6px; color: #8b7180; font-size: 11px; }
.password-requirements { display: flex; flex-wrap: wrap; gap: 7px 12px; margin: -5px 0 2px; padding: 0; list-style: none; color: #8b7180; font-size: 11px; }
.password-requirements li::before { content: '○'; margin-inline-end: 4px; }
.password-requirements li.is-valid { color: #147d75; }
.password-requirements li.is-valid::before { content: '✓'; font-weight: 900; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; }
.turnstile-container { margin: 12px 0; display: flex; justify-content: center; }
.turnstile-container[hidden] { display: none; }
.collection-notice p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }
.collection-notice a { color: var(--coral-dark); font-weight: 700; }
.form-error { margin: 0 !important; padding: 10px 12px; color: #9d2439 !important; background: rgba(248,95,116,.1); border-radius: 10px; font-size: 13px; }
.success-state { text-align: center; padding: 30px 0 4px; }
.success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: var(--teal); font-size: 34px; font-weight: 800; }
.policy-modal { width: min(100%, 680px); }
.policy-content h2 { margin-top: 0; }
.policy-content h3 { margin-top: 24px; }
.policy-content ul { padding-right: 20px; color: var(--ink-soft); }
.toast { position: fixed; z-index: 120; right: 50%; bottom: 28px; min-width: 260px; max-width: calc(100% - 30px); padding: 13px 18px; text-align: center; color: #fff; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translate(50%, 20px); transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding-block: 20px; }
  .proof-grid > div { min-height: 70px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
  .profiles-grid { grid-template-columns: repeat(2, 1fr); }
  .values-layout { grid-template-columns: 1fr; gap: 50px; }
  .safety-panel { grid-template-columns: 100px 1fr; }
  .safety-list { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .safety-list li { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-join { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 76px 0; }
  .header-inner { height: 68px; }
  .header-actions { display: none; }
  .menu-button { display: block; }
  .brand { font-size: 21px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero { padding: 48px 0 66px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); letter-spacing: -3px; }
  .hero-lead { font-size: 17px; }
  .quick-start { grid-template-columns: 1fr 1fr; }
  .quick-start label { border-left: 0; }
  .quick-start label:nth-child(3) { grid-column: 1 / -1; }
  .quick-start .button { grid-column: 1 / -1; }
  .floating-card { display: none; }
  .portrait-mosaic { border-width: 5px; border-radius: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 15px 5px; border-left: 0; }
  .split-heading { align-items: flex-start; }
  .match-counter { display: none; }
  .filter-more { margin-inline-start: 0; }
  .profiles-grid { grid-template-columns: 1fr; }
  .profile-card { max-width: 460px; margin-inline: auto; width: 100%; }
  .value-cards { grid-template-columns: 1fr; }
  .value-card-featured { grid-row: auto; min-height: 340px; }
  .safety-panel { grid-template-columns: 1fr; padding: 34px 24px; }
  .safety-badge { width: 78px; height: 78px; border-radius: 24px; }
  .safety-badge svg { width: 52px; }
  .safety-list { grid-column: auto; grid-template-columns: 1fr; }
  .cta-card { padding: 60px 20px; border-radius: 26px; }
  .cta-card h2 { font-size: 38px; }
  .site-footer { margin-top: 65px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-join { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .modal-backdrop { padding: 0; place-items: end center; }
  .modal { width: 100%; max-height: 100dvh; padding: 28px 20px 0; border-radius: 26px 26px 0 0; }
  .modal form { padding-bottom: 0; }
  .registration-actions { position: sticky; z-index: 3; bottom: 0; margin: 14px -20px 0; padding: 12px 20px max(14px, env(safe-area-inset-bottom)); background: rgba(255,250,246,.97); box-shadow: 0 -12px 26px rgba(72,25,51,.08); backdrop-filter: blur(10px); }
  .registration-progress { gap: 3px; }
  .registration-progress span { min-width: 58px; }
  .registration-progress i { width: 20px; }
  .field-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
