:root {
  --ink: #f7f7fc;
  --muted: #aeb2c7;
  --bg: #090b17;
  --panel: #111526;
  --line: rgba(255, 255, 255, 0.11);
  --pink: #ff6688;
  --pink-light: #ff91b9;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 9%, rgba(125, 108, 255, 0.16), transparent 30rem), radial-gradient(circle at 88% 22%, rgba(255, 102, 136, 0.13), transparent 34rem), var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: white; color: #111; }
.skip-link:focus { top: 14px; }
.nav-wrap { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(9,11,23,.82); backdrop-filter: blur(18px); }
.nav { width: min(var(--max), calc(100% - 40px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--pink); font-size: 25px; font-weight: 850; letter-spacing: -.8px; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 8px 28px rgba(255,102,136,.24); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { color: #c9ccda; font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links > a:hover { color: white; }
.nav-links .nav-cta { padding: 10px 16px; border: 1px solid rgba(255,145,185,.42); border-radius: 999px; color: #ffe7ef; background: rgba(255,102,136,.1); }
.hero { position: relative; width: min(var(--max), calc(100% - 40px)); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 42px; padding: 72px 0 80px; }
.glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.glow-one { width: 270px; height: 270px; left: -160px; top: 100px; background: rgba(125,108,255,.18); }
.glow-two { width: 260px; height: 260px; right: -120px; bottom: 100px; background: rgba(255,102,136,.15); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--pink-light); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #7ae4b5; box-shadow: 0 0 0 5px rgba(122,228,181,.1); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin: 24px 0 22px; font-size: clamp(52px, 6.2vw, 88px); line-height: .98; letter-spacing: -.055em; }
h1 span { color: transparent; background: linear-gradient(110deg, var(--pink), #ffabc8 56%, #a69bff); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 610px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 31px 0 18px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #24101a; background: linear-gradient(125deg, var(--pink), var(--pink-light)); box-shadow: 0 14px 38px rgba(255,102,136,.27); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.045); }
.availability { color: #7f849b; font-size: 13px; }
.hero-visual { position: relative; height: 610px; display: grid; place-items: center; }
.phone-halo { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(130deg, rgba(125,108,255,.4), rgba(255,102,136,.34)); filter: blur(42px); opacity: .62; }
.hero-phone { position: relative; z-index: 2; height: 610px; width: auto; border-radius: 34px; box-shadow: 0 38px 90px rgba(0,0,0,.48); transform: rotate(2.4deg); }
.promise { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.035); overflow: hidden; }
.promise div { display: grid; gap: 2px; padding: 23px 28px; }
.promise div + div { border-left: 1px solid var(--line); }
.promise strong { font-size: 15px; }
.promise span { color: var(--muted); font-size: 13px; }
.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading h2, .story-copy h2, .final-cta h2 { margin: 11px 0 16px; font-size: clamp(38px,5vw,64px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .story-copy > p, .final-cta p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-card { min-height: 290px; padding: 31px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); }
.feature-card-wide { grid-column: 1 / -1; min-height: 340px; background: radial-gradient(circle at 85% 20%, rgba(255,102,136,.15), transparent 40%), var(--panel); }
.feature-number { color: var(--pink); font-weight: 850; font-size: 13px; }
.feature-card h3 { margin: 78px 0 12px; font-size: 29px; letter-spacing: -.025em; }
.feature-card-wide h3 { margin-top: 100px; font-size: 38px; }
.feature-card p { max-width: 620px; color: var(--muted); font-size: 16px; }
.location-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.location-pills span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d8d9e4; background: rgba(255,255,255,.04); font-size: 13px; }
.match-story { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.story-visual { height: 690px; display: flex; justify-content: center; }
.story-visual img { height: 100%; width: auto; border-radius: 34px; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.story-copy { max-width: 560px; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.check-list li { display: flex; gap: 12px; align-items: center; color: #d5d7e3; font-weight: 650; }
.check-list span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #260f19; background: var(--pink); font-size: 13px; }
.safety-section { padding-top: 100px; }
.safety-heading { margin-inline: auto; text-align: center; }
.safety-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 58px; }
.safety-points { display: grid; gap: 13px; }
.safety-points article { display: flex; gap: 18px; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.035); }
.safety-points h3 { margin-bottom: 4px; font-size: 18px; }
.safety-points p { margin: 0; color: var(--muted); }
.safety-icon { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #ffd8e5; background: rgba(255,102,136,.18); font-weight: 900; }
.text-link { width: max-content; margin: 13px 0 0 8px; color: #ffd4e1; font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 7px; }
.safety-visual { height: 620px; display: flex; justify-content: center; }
.safety-visual img { height: 100%; width: auto; border-radius: 34px; box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.final-cta { width: min(var(--max), calc(100% - 40px)); margin: 20px auto 110px; padding: 80px 32px; border: 1px solid rgba(255,145,185,.2); border-radius: 30px; text-align: center; background: radial-gradient(circle at 50% 110%, rgba(255,102,136,.22), transparent 42%), linear-gradient(145deg, rgba(125,108,255,.1), rgba(255,255,255,.03)); }
.final-cta img { margin: 0 auto 24px; border-radius: 23px; box-shadow: 0 18px 54px rgba(255,102,136,.25); }
.final-cta h2 { max-width: 820px; margin-inline: auto; }
.final-cta p { max-width: 650px; margin: 0 auto 28px; }
.footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 46px 0 34px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-main p { margin: 0; color: var(--muted); }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #72778e; font-size: 12px; }
@media (max-width: 900px) {
  .nav-links > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 90px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { height: 570px; }
  .hero-phone { height: 570px; transform: rotate(0); }
  .match-story, .safety-layout { grid-template-columns: 1fr; gap: 54px; }
  .story-copy { max-width: 680px; margin: 0 auto; }
  .story-visual { order: 2; }
  .safety-visual { height: 570px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-main .brand { justify-self: center; }
  .footer nav { justify-content: center; }
}
@media (max-width: 640px) {
  .nav { width: min(100% - 28px,var(--max)); height: 68px; }
  .brand { font-size: 22px; }
  .brand img { width: 36px; height: 36px; }
  .nav-links .nav-cta { padding: 8px 13px; }
  .hero, .section, .promise, .final-cta, .footer { width: min(100% - 28px,var(--max)); }
  .hero { min-height: auto; gap: 28px; padding: 68px 0 54px; }
  h1 { font-size: clamp(48px,15vw,68px); }
  .hero-visual, .story-visual, .safety-visual { height: auto; }
  .hero-phone, .story-visual img, .safety-visual img { width: min(100%,390px); height: auto; border-radius: 26px; }
  .promise { grid-template-columns: 1fr; }
  .promise div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card, .feature-card-wide { min-height: 250px; padding: 25px; }
  .feature-card h3, .feature-card-wide h3 { margin-top: 62px; font-size: 27px; }
  .match-story { gap: 48px; }
  .story-visual { order: 0; }
  .safety-section { padding-top: 70px; }
  .safety-heading { text-align: left; }
  .final-cta { margin-bottom: 80px; padding: 58px 22px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
