@font-face {
  font-family: "Nunito";
  src: url("/assets/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --indigo: #5b5fef;
  --deep-indigo: #272a78;
  --coral: #ff6b6b;
  --mint: #2ed3a2;
  --lavender: #a78bfa;
  --ink: #1c1b2e;
  --muted: #67677d;
  --cream: #fff8f6;
  --surface: #ffffff;
  --line: rgba(39, 42, 120, 0.1);
  --shadow: 0 30px 80px rgba(63, 54, 154, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.35rem; font-weight: 900; letter-spacing: -0.03em; }
.brand img { border-radius: 12px; }
nav { display: flex; align-items: center; gap: 30px; }
nav a, .footer-links a { color: var(--muted); text-decoration: none; font-weight: 700; }
nav a:hover, .footer-links a:hover { color: var(--indigo); }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 50px; padding: 48px 0 90px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; color: var(--indigo); text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.78rem; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 24px; font-size: clamp(3.25rem, 7vw, 5.6rem); line-height: 0.98; letter-spacing: -0.06em; font-weight: 950; }
h1 span { color: var(--indigo); }
.hero-lead { max-width: 620px; font-size: 1.24rem; color: var(--muted); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 26px; flex-wrap: wrap; }
.play-button { display: inline-flex; align-items: center; gap: 12px; min-width: 194px; padding: 11px 20px; border-radius: 15px; background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(28, 27, 46, 0.2); }
.play-button svg { width: 29px; fill: currentColor; }
.play-button span { line-height: 1.05; font-weight: 900; font-size: 1.08rem; }
.play-button small { display: block; font-size: 0.65rem; font-weight: 700; margin-bottom: 3px; }
.text-link { color: var(--indigo); text-decoration: none; font-weight: 900; }
.text-link span { margin-left: 6px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 0.86rem; font-weight: 700; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.phone { background: #11131f; padding: 9px; border: 2px solid #292c3b; border-radius: 44px; box-shadow: var(--shadow); overflow: hidden; }
.phone img { border-radius: 35px; width: 100%; height: 100%; object-fit: cover; }
.phone-hero { width: 286px; height: 620px; transform: rotate(3deg); position: relative; z-index: 3; }
.phone-secondary { width: 262px; height: 568px; transform: rotate(-3deg); position: relative; z-index: 3; }
.orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: 0.55; }
.orb-one { width: 440px; height: 440px; background: radial-gradient(circle at 35% 30%, #fff 0 5%, #e5d6ff 30%, #c4c7ff 65%, transparent 70%); }
.orb-two { width: 230px; height: 230px; right: 3%; bottom: 4%; background: radial-gradient(circle, #ffc8dc, transparent 70%); }
.spark { position: absolute; color: var(--lavender); font-size: 2rem; animation: float 4s ease-in-out infinite; }
.spark-one { top: 12%; right: 12%; }
.spark-two { left: 5%; bottom: 18%; color: var(--coral); animation-delay: -2s; }
.match-pill { position: absolute; z-index: 4; right: 0; bottom: 15%; padding: 13px 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 16px 45px rgba(60,50,130,.16); font-weight: 900; transform: rotate(-4deg); }
.match-pill span { color: var(--coral); margin-right: 7px; }

.intro { text-align: center; padding: 110px 0 125px; }
h2 { margin: 12px 0 54px; font-size: clamp(2.35rem, 5vw, 3.65rem); line-height: 1.1; letter-spacing: -0.045em; font-weight: 950; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.steps article { position: relative; padding: 34px; border-radius: 28px; background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 18px 55px rgba(47,42,111,.07); }
.step-number { position: absolute; top: 24px; right: 28px; color: rgba(91,95,239,.16); font-size: 2rem; font-weight: 950; }
.step-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 24px; font-size: 1.7rem; font-weight: 900; }
.step-icon.coral { color: #e84f62; background: #ffe3e3; }
.step-icon.violet { color: var(--indigo); background: #e6e7fb; }
.step-icon.mint { color: #0b9270; background: #d7f8ee; }
.steps h3, .feature-list h3 { margin-bottom: 8px; font-size: 1.27rem; }
.steps p, .feature-list p { margin: 0; color: var(--muted); }

.feature-section { background: #f0eeff; padding: 120px 0; overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.feature-visual { min-height: 600px; position: relative; display: grid; place-items: center; }
.feature-visual::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%; background: radial-gradient(circle at 40% 30%, #fff, #d6d7ff 55%, #e8c9ef 100%); }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(39,42,120,.13); border: 1px solid white; border-radius: 20px; padding: 14px 19px; }
.floating-card span { display: block; color: var(--muted); font-size: .8rem; }
.floating-card b { color: var(--deep-indigo); }
.card-a { left: 2%; top: 21%; }
.card-a b { display: block; font-size: 1.6rem; color: var(--indigo); }
.card-b { right: 0; bottom: 17%; }
.card-b span { color: var(--coral); display: inline; margin-right: 5px; }
.feature-copy h2 { margin-bottom: 38px; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 26px; }
.feature-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; }
.list-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--indigo); background: rgba(255,255,255,.8); font-weight: 950; box-shadow: 0 8px 20px rgba(64,57,146,.08); }

.privacy-callout { margin-block: 120px; padding: 64px 70px; border-radius: 36px; color: white; background: linear-gradient(125deg, var(--deep-indigo), #5b5fef 60%, #8b7cf4); display: grid; grid-template-columns: 1fr 220px; align-items: center; overflow: hidden; box-shadow: 0 26px 70px rgba(39,42,120,.2); }
.privacy-callout .eyebrow { color: #d9daff; }
.privacy-callout h2 { margin-bottom: 20px; }
.privacy-callout p { color: #e4e5ff; max-width: 720px; font-size: 1.08rem; }
.privacy-callout .text-link { color: white; }
.privacy-mark { position: relative; width: 150px; height: 180px; margin: auto; display: grid; place-items: center; border: 9px solid rgba(255,255,255,.85); border-radius: 70px 70px 55px 55px; font-size: 4rem; opacity: .9; }
.privacy-mark span { position: absolute; color: #ff9fae; font-size: 2.1rem; }

.final-cta { text-align: center; padding: 60px 20px 130px; }
.final-cta img { margin: 0 auto 24px; border-radius: 20px; box-shadow: 0 12px 35px rgba(91,95,239,.22); }
.final-cta h2 { margin-bottom: 12px; }
.final-cta p { color: var(--muted); font-size: 1.1rem; margin-bottom: 28px; }
.final-cta .play-button { margin: auto; text-align: left; }

footer { background: var(--ink); color: white; padding: 58px max(20px, calc((100% - 1180px)/2)); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; }
.footer-brand img { border-radius: 10px; }
.footer-inner p { color: #a9a9bd; margin: 8px 0 0; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { color: #c3c3d2; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #89899d; display: flex; justify-content: space-between; font-size: .88rem; }
.footer-bottom span:last-child span { color: var(--coral); }

.legal-main { width: min(800px, calc(100% - 40px)); margin: 55px auto 110px; }
.legal-main h1 { font-size: clamp(2.7rem, 7vw, 4.5rem); }
.legal-main .updated { color: var(--muted); margin-bottom: 42px; }
.legal-main h2 { font-size: 1.65rem; margin: 42px 0 14px; letter-spacing: -.02em; }
.legal-main h3 { margin: 28px 0 8px; }
.legal-main p, .legal-main li { color: #4f4f64; }
.legal-main li + li { margin-top: 8px; }
.legal-card { padding: 26px 30px; background: white; border-radius: 22px; border: 1px solid var(--line); }
.notice-card { border-color: rgba(255,178,62,.45); background: #fff9ea; }
.notice-card p { margin: 8px 0 0; }
.back-link { color: var(--indigo); font-weight: 900; text-decoration: none; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(8deg); } }
@media (max-width: 850px) {
  nav a:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 55px; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; gap: 60px; }
  .feature-copy { order: -1; }
  .privacy-callout { grid-template-columns: 1fr; padding: 48px 34px; }
  .privacy-mark { display: none; }
}
@media (max-width: 520px) {
  .site-header, .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 74px; }
  nav { display: none; }
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.3rem; }
  .hero { min-height: auto; gap: 24px; padding-bottom: 70px; }
  .hero-visual { min-height: 510px; }
  .orb-one { width: calc(100vw - 28px); height: calc(100vw - 28px); }
  .phone-hero { width: 230px; height: 498px; }
  .phone-secondary { width: 225px; height: 487px; }
  .match-pill { right: -4px; font-size: .84rem; }
  .intro, .feature-section { padding-block: 80px; }
  .steps article { padding: 28px; }
  .feature-visual { min-height: 520px; }
  .feature-visual::before { width: 390px; height: 390px; }
  .floating-card { font-size: .8rem; }
  .card-a { left: -2%; }
  .privacy-callout { margin-block: 80px; }
  .footer-inner, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-links { flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
