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

:root {
  --ink: #12091c;
  --ink-soft: #21142e;
  --surface: rgba(255, 255, 255, 0.07);
  --surface-strong: rgba(255, 255, 255, 0.11);
  --line: rgba(255, 255, 255, 0.13);
  --text: #fff9ff;
  --muted: #c9bdcf;
  --text-muted: #c9bdcf;
  --violet: #9b5cff;
  --violet-soft: #c7a7ff;
  --coral: #ff596f;
  --lime: #d9ff73;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 16%, rgba(155, 92, 255, 0.24), transparent 29%),
    radial-gradient(circle at 16% 75%, rgba(255, 89, 111, 0.16), transparent 31%),
    var(--ink);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(calc(100% - 40px), var(--max-width));
  height: 74px;
  margin: 18px auto 0;
  padding: 0 18px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 20;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(18, 9, 28, 0.72);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 24px/1 'Manrope', sans-serif; letter-spacing: -1px; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 15px 15px 15px 5px;
  background: linear-gradient(135deg, var(--lime), #fff7a4);
  box-shadow: 0 10px 28px rgba(217, 255, 115, 0.18);
}

.desktop-nav { display: flex; align-items: center; gap: 34px; color: var(--muted); font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--text); }
.header-cta { padding: 11px 18px; border: 1px solid var(--line); border-radius: 13px; font-size: 14px; font-weight: 700; background: var(--surface); }

.hero {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  padding: 72px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(410px, 0.97fr);
  gap: 76px;
  align-items: center;
}

.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--violet-soft); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 0 6px rgba(217, 255, 115, 0.1); }
.hero h1 { margin: 0; max-width: 720px; font: 800 clamp(48px, 6.2vw, 82px)/0.98 'Manrope', sans-serif; letter-spacing: -0.065em; }
.hero h1 em { display: block; color: var(--lime); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 16px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #24112c; background: linear-gradient(135deg, var(--coral), #ff9e83); box-shadow: 0 18px 44px rgba(255, 89, 111, 0.2); }
.button-ghost { border: 1px solid var(--line); background: var(--surface); }
.trust-list { margin: 42px 0 0; padding: 26px 0 0; display: flex; gap: 36px; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { display: grid; gap: 2px; }
.trust-list strong { font: 700 15px 'Manrope', sans-serif; }
.trust-list span { color: var(--muted); font-size: 12px; }

.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; inset: 8% 3% 5%; z-index: -3; border-radius: 50%; background: linear-gradient(145deg, rgba(155, 92, 255, .5), rgba(255, 89, 111, .14)); filter: blur(8px); }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; transform: rotate(18deg); }
.phone-shell { width: 310px; padding: 16px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 42px; background: linear-gradient(180deg, rgba(43, 25, 58, .96), rgba(22, 12, 31, .98)); box-shadow: var(--shadow); transform: rotate(3deg); }
.phone-top { padding: 3px 4px 14px; display: flex; align-items: center; justify-content: space-between; font: 800 21px 'Manrope', sans-serif; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217, 255, 115, .1); }
.profile-card { overflow: hidden; border-radius: 29px; background: #2c1a3b; }
.profile-art { height: 320px; display: grid; place-items: center; background: radial-gradient(circle at 35% 28%, #ffd7c8 0 10%, transparent 11%), linear-gradient(145deg, #6f3f99, #ff7186 64%, #ffbb8b); }
.profile-art span { width: 118px; height: 118px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.55); border-radius: 48% 48% 42% 42%; color: rgba(255,255,255,.85); background: rgba(255,255,255,.15); font: 800 55px 'Manrope', sans-serif; backdrop-filter: blur(12px); }
.profile-info { padding: 18px; }
.profile-info p { margin: 0 0 2px; display: flex; align-items: center; gap: 7px; font-size: 18px; }
.profile-info > span { color: var(--muted); font-size: 12px; }
.verified { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; }
.interest-row { margin: 12px 0; display: flex; gap: 6px; }
.interest-row span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; background: var(--surface); }
.card-actions { display: flex; justify-content: center; gap: 12px; }
.card-actions button { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--surface); font-size: 26px; cursor: default; }
.card-actions .match-button { border: 0; color: #321625; background: linear-gradient(135deg, var(--coral), #ff9f8d); }
.floating-note { position: absolute; padding: 13px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 17px; background: rgba(26, 14, 36, .88); box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.floating-note > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--lime); font-weight: 900; }
.floating-note div { display: grid; }
.floating-note strong { font-size: 12px; }
.floating-note small { color: var(--muted); font-size: 9px; }
.note-match { top: 16%; right: -3%; }
.note-safe { left: -4%; bottom: 17%; }
.note-safe > span { background: var(--violet-soft); }

.statement-band {
  overflow: hidden;
  padding: 28px 20px;
  color: var(--ink);
  background: var(--lime);
}

.statement-band p {
  margin: 0;
  text-align: center;
  font: 800 clamp(25px, 4vw, 48px)/1.05 'Manrope', sans-serif;
  letter-spacing: -.04em;
}

.section {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 120px 0;
}

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-label,
.micro-label {
  margin: 0 0 16px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-heading h2,
.safety-intro h2,
.final-cta h2 {
  margin: 0;
  font: 800 clamp(38px, 5vw, 66px)/1.02 'Manrope', sans-serif;
  letter-spacing: -.055em;
}

.steps-section { position: relative; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}

.step-card:nth-child(2) { transform: translateY(28px); }
.step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--ink);
  background: var(--lime);
  font: 800 14px 'Manrope', sans-serif;
}

.step-card:nth-child(2) .step-number { background: var(--coral); }
.step-card:nth-child(3) .step-number { background: var(--violet-soft); }
.step-card h3 { margin: 0 0 12px; font: 800 27px/1.1 'Manrope', sans-serif; letter-spacing: -.035em; }
.step-card p { margin: 0; color: var(--muted); font-size: 15px; }

.safety-section {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto 110px;
  padding: 72px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: center;
  border: 1px solid rgba(217,255,115,.25);
  border-radius: 38px;
  background: radial-gradient(circle at 0 0, rgba(217,255,115,.14), transparent 40%), #1b1025;
}

.shield-mark {
  width: 76px;
  height: 76px;
  margin-bottom: 34px;
  display: grid;
  place-items: center;
  border-radius: 24px 24px 31px 31px;
  color: var(--ink);
  background: var(--lime);
  font-size: 32px;
  font-weight: 900;
}

.safety-intro p:not(.micro-label) { margin: 24px 0 0; max-width: 520px; color: var(--muted); }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.safety-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.045); }
.safety-card span { display: block; margin-bottom: 40px; color: var(--lime); font: 800 13px 'Manrope', sans-serif; }
.safety-card h3 { margin: 0 0 8px; font: 800 18px 'Manrope', sans-serif; }
.safety-card p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; margin-top: 26px; color: var(--lime); font-weight: 700; }

.legal-section { padding-top: 30px; }
.legal-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.legal-links a {
  padding: 23px 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: var(--surface);
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.legal-links a::after { content: '\2197'; color: var(--lime); }
.legal-links a:hover { transform: translateY(-2px); border-color: rgba(217,255,115,.34); color: var(--text); }

.final-cta {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto 110px;
  padding: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 38px;
  color: var(--ink);
  background: linear-gradient(120deg, var(--coral), #ff9c82 60%, var(--lime));
}

.final-cta p { margin: 14px 0 0; color: rgba(36,17,44,.72); }
.final-cta .button { flex: 0 0 auto; color: var(--text); border-color: rgba(18,9,28,.14); background: var(--ink); }

.site-footer { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; padding: 28px 0; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }
.compact-footer { display: flex; justify-content: space-between; gap: 18px; }
.site-footer a:hover { color: var(--text); }
.full-footer { padding: 54px 0 32px; display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 52px; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; }
.footer-column { display: grid; align-content: start; gap: 12px; }
.footer-column strong { margin-bottom: 4px; color: var(--text); font: 800 13px 'Manrope', sans-serif; }
.footer-bottom { grid-column: 1 / -1; padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }

/* Legal documents keep their official copy intact and use a shared reading layout. */
.legal-page { min-height: 100vh; color: var(--text); background: radial-gradient(circle at 100% 0, rgba(155,92,255,.14), transparent 30%), var(--ink); }
.legal-page nav {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 76px;
  margin: 18px auto 0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(18,9,28,.82);
  backdrop-filter: blur(16px);
}

.legal-page .logo { color: var(--text); font: 800 24px/1 'Manrope', sans-serif; letter-spacing: -1px; }
.legal-page .logo::before {
  content: 'V';
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-grid;
  place-items: center;
  border-radius: 13px 13px 13px 5px;
  color: var(--ink);
  background: var(--lime);
  font-size: 18px;
  letter-spacing: 0;
}

.legal-page .nav-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.legal-page .nav-links a:hover { color: var(--text); }
.legal-page .page-container {
  width: min(calc(100% - 40px), 900px);
  margin: 54px auto 80px;
  padding: clamp(30px, 6vw, 72px);
  color: #302a34;
  border-radius: 34px;
  background: #fbf8fc;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.legal-page h1 { margin: 0 0 12px; color: #24162c; font: 800 clamp(36px, 6vw, 58px)/1.02 'Manrope', sans-serif; letter-spacing: -.05em; }
.legal-page h2 { margin: 40px 0 13px; color: #542f68; font: 800 22px/1.2 'Manrope', sans-serif; letter-spacing: -.025em; }
.legal-page .last-updated { margin: 0 0 42px; color: #82788a; font-size: 13px; }
.legal-page .page-container p,
.legal-page .page-container li { color: #5d5562; }
.legal-page .page-container ul,
.legal-page .page-container ol { padding-left: 22px; }
.legal-page .page-container li + li { margin-top: 7px; }
.legal-page .highlight,
.legal-page .contact-box { margin: 28px 0; padding: 22px 24px; border: 1px solid #e5dceb; border-radius: 18px; background: #f2ebf6; }
.legal-page .contact-box h2 { margin-top: 0; }
.legal-page .contact-link { color: #6336a1; font-weight: 800; overflow-wrap: anywhere; }
.legal-page footer { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; padding: 28px 0 38px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); font-size: 13px; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding-top: 64px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-visual { min-height: 560px; }
  .trust-list { justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 240px; }
  .step-card:nth-child(2) { transform: none; }
  .safety-section { padding: 50px; grid-template-columns: 1fr; gap: 42px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header { width: min(calc(100% - 24px), var(--max-width)); height: 66px; margin-top: 12px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px 13px 13px 5px; }
  .header-cta { padding: 9px 12px; font-size: 12px; }
  .hero { width: min(calc(100% - 28px), var(--max-width)); padding: 54px 0 68px; }
  .hero h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { width: 100%; }
  .button { width: 100%; }
  .trust-list { width: 100%; gap: 12px; justify-content: space-between; }
  .hero-visual { min-height: 510px; transform: scale(.9); margin: -18px 0; }
  .phone-shell { width: 292px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 350px; height: 350px; }
  .note-match { right: -7%; }
  .note-safe { left: -8%; }
  .compact-footer { flex-direction: column; align-items: center; text-align: center; }
  .section { width: min(calc(100% - 28px), var(--max-width)); padding: 84px 0; }
  .section-heading { margin-bottom: 34px; }
  .safety-section { width: min(calc(100% - 28px), var(--max-width)); margin-bottom: 76px; padding: 30px 22px; border-radius: 28px; }
  .safety-grid { grid-template-columns: 1fr; }
  .legal-links { grid-template-columns: 1fr; }
  .final-cta { width: min(calc(100% - 28px), var(--max-width)); margin-bottom: 76px; padding: 38px 24px; border-radius: 28px; }
  .full-footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .legal-page nav { width: min(calc(100% - 24px), var(--max-width)); align-items: flex-start; flex-direction: column; }
  .legal-page .nav-links { width: 100%; padding-bottom: 3px; overflow-x: auto; }
  .legal-page .page-container { width: min(calc(100% - 24px), 900px); margin-top: 34px; border-radius: 24px; }
}

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