:root {
  color-scheme: light dark;
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #fff1f2;
  --surface-raised: rgba(255,255,255,.82);
  --ink: #0f172a;
  --muted: #64748b;
  --border: #e2e8f0;
  --pink: #f43f5e;
  --pink-strong: #e11d48;
  --pink-soft: #ffe4e6;
  --green: #10b981;
  --shadow: 0 22px 70px rgba(15,23,42,.10);
  --small-shadow: 0 12px 32px rgba(15,23,42,.07);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #090d16;
    --surface: #1e293b;
    --surface-soft: #3b2431;
    --surface-raised: rgba(30,41,59,.88);
    --ink: #f1f5f9;
    --muted: #cbd5e1;
    --border: #334155;
    --pink: #fb7185;
    --pink-strong: #fb7185;
    --pink-soft: #3b2431;
    --shadow: 0 24px 80px rgba(0,0,0,.38);
    --small-shadow: 0 14px 36px rgba(0,0,0,.28);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-block { padding-block: 112px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 76%, transparent);
  backdrop-filter: blur(20px);
}
.nav-wrap { width: min(1180px, calc(100% - 40px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.14rem; font-weight: 850; letter-spacing: -.025em; }
.brand img { border-radius: 13px; box-shadow: 0 6px 18px rgba(244,63,94,.18); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: var(--muted); transition: .2s ease; }
.primary-nav a:hover { color: var(--pink); }
.primary-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--pink); color: #fff; }
.primary-nav .nav-cta:hover { background: var(--pink-strong); color: #fff; transform: translateY(-1px); }
.menu-button { display: none; border: 1px solid var(--border); background: var(--surface); color: var(--ink); border-radius: 999px; padding: 10px 15px; font: inherit; font-weight: 750; }

.hero { min-height: calc(100vh - 78px); padding-block: 76px 64px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.eyebrow { color: var(--pink); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px color-mix(in srgb, var(--green) 16%, transparent); }
h1, h2, h3 { margin-top: 0; letter-spacing: -.045em; line-height: 1.04; }
h1 { margin-bottom: 26px; font-size: clamp(3.4rem, 7vw, 6.7rem); max-width: 780px; }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 5vw, 4.7rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
p { color: var(--muted); }
.hero-lead { max-width: 670px; margin: 0 0 32px; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 14px 32px rgba(244,63,94,.26); }
.button-primary:hover { background: var(--pink-strong); box-shadow: 0 16px 38px rgba(244,63,94,.34); }
.button-secondary { background: var(--surface); border-color: var(--border); color: var(--ink); box-shadow: var(--small-shadow); }
.launch-note { margin: 18px 0 0; font-size: .84rem; }
.hero-metrics { display: flex; gap: 26px; margin-top: 38px; }
.hero-metrics div { display: grid; gap: 2px; }
.hero-metrics strong { font-size: 1.5rem; }
.hero-metrics span { color: var(--muted); font-size: .83rem; font-weight: 650; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 650px; }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(244,63,94,.22), rgba(244,63,94,0) 68%); filter: blur(4px); }
.phone-frame { position: relative; width: min(360px, 78vw); overflow: hidden; border: 10px solid var(--ink); border-radius: 58px; background: var(--surface); box-shadow: 0 40px 100px rgba(15,23,42,.25); transform: rotate(2.5deg); }
.phone-frame::before { content: ""; position: absolute; top: 10px; left: 50%; z-index: 2; width: 110px; height: 28px; border-radius: 999px; background: #090d16; transform: translateX(-50%); }
.phone-frame img { width: 100%; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-raised); color: var(--ink); box-shadow: var(--small-shadow); backdrop-filter: blur(14px); font-size: .9rem; font-weight: 800; }
.floating-note span { color: var(--pink); }
.floating-note-top { top: 16%; right: 0; }
.floating-note-bottom { bottom: 15%; left: -1%; }

.trust-strip { border-block: 1px solid var(--border); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 24px; }
.trust-grid p { margin: 0; color: var(--ink); font-size: .9rem; font-weight: 750; text-align: center; }
.trust-grid span { color: var(--green); margin-right: 6px; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { font-size: 1.1rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: end; }
.split-heading p { margin-bottom: 22px; }
.narrow-heading { max-width: 720px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { min-height: 340px; padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--small-shadow); }
.feature-card-wide { grid-column: 1 / -1; min-height: 300px; display: grid; grid-template-columns: 1fr .75fr; gap: 40px; align-items: center; }
.feature-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 40px; border-radius: 18px; background: var(--pink-soft); color: var(--pink); font-size: 1.7rem; font-weight: 900; }
.card-label { display: inline-block; margin-bottom: 12px; color: var(--pink); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.feature-card p { max-width: 560px; margin-bottom: 0; }
.dark-card { background: #0f172a; border-color: #1e293b; color: #f8fafc; }
.dark-card p { color: #cbd5e1; }
.dark-card .feature-icon { background: rgba(251,113,133,.14); }
.mini-path { display: flex; align-items: center; justify-content: center; }
.mini-path i { width: 70px; height: 3px; background: var(--border); }
.path-step { display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--border); border-radius: 50%; color: var(--muted); background: var(--bg); font-weight: 900; }
.path-step.complete { border-color: var(--green); background: color-mix(in srgb, var(--green) 13%, var(--surface)); color: var(--green); }
.path-step.active { border-color: var(--pink); background: var(--pink); color: white; box-shadow: 0 0 0 8px var(--pink-soft); }
.library-card { grid-template-columns: .75fr 1.25fr; overflow: hidden; }
.search-demo { display: grid; gap: 10px; padding: 22px; border-radius: var(--radius-lg); background: var(--bg); border: 1px solid var(--border); transform: rotate(-1deg); }
.search-bar, .med-row { padding: 13px 16px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); }
.search-bar { color: var(--muted); }
.med-row { display: flex; justify-content: space-between; gap: 16px; }
.med-row span { color: var(--pink); font-size: .82rem; }

.showcase-section { overflow: hidden; background: linear-gradient(180deg, var(--surface-soft), var(--bg)); border-block: 1px solid color-mix(in srgb, var(--pink) 18%, var(--border)); }
.screenshot-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: center; }
.screenshot-row figure { margin: 0; }
.screenshot-row img { border-radius: 36px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.screenshot-row figcaption { margin-top: 18px; color: var(--ink); text-align: center; font-weight: 800; }
.screenshot-row .featured-shot { transform: translateY(-22px); }

.category-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.category-cloud span { padding: 14px 19px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); box-shadow: var(--small-shadow); color: var(--ink); font-weight: 750; }
.category-cloud span::first-letter { color: var(--pink); }

.pricing-section { background: var(--surface); border-block: 1px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.featured-price { border: 2px solid var(--pink); background: var(--surface-soft); transform: translateY(-10px); }
.popular-badge { position: absolute; top: -14px; right: 22px; padding: 7px 12px; border-radius: 999px; background: var(--pink); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.plan-name { color: var(--pink); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 20px 0 12px; }
.price strong { font-size: 2.7rem; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.trial-callout { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin-top: 34px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.trial-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--pink); color: white; font-size: 1.5rem; font-weight: 900; }
.trial-callout strong { font-size: 1.15rem; }
.trial-callout p { margin: 3px 0 0; }
.pricing-note { max-width: 920px; margin: 20px auto 0; text-align: center; font-size: .82rem; }

.disclaimer-card { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 36px; border: 1px solid color-mix(in srgb, var(--pink) 40%, var(--border)); border-radius: var(--radius-xl); background: var(--surface-soft); }
.disclaimer-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 20px; background: var(--pink); color: white; font-size: 1.8rem; font-weight: 950; }
.disclaimer-card h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.6rem); }
.disclaimer-card p { max-width: 860px; color: var(--ink); }
.disclaimer-card a { color: var(--pink); font-weight: 850; }

.final-cta { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; margin-bottom: 112px; padding: 40px; border-radius: var(--radius-xl); background: #0f172a; color: #f8fafc; box-shadow: var(--shadow); }
.final-cta img { border-radius: 28px; }
.final-cta h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.4rem); }
.final-cta p { margin: 0; color: #cbd5e1; }

.site-footer { padding: 58px 0 28px; border-top: 1px solid var(--border); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 38px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid p { max-width: 320px; }
.footer-grid strong { margin-bottom: 7px; }
.footer-grid a:not(.brand) { width: fit-content; color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--pink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: .82rem; }

.legal-shell { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 96px; }
.legal-header { margin-bottom: 34px; }
.legal-header h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); }
.legal-card { padding: clamp(22px, 5vw, 34px); margin: 16px 0; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.legal-card h2 { font-size: 1.35rem; letter-spacing: -.025em; }
.legal-card p:last-child, .legal-card ul:last-child { margin-bottom: 0; }
.legal-card a, .legal-footer a { color: var(--pink); }
.legal-alert { background: var(--surface-soft); border-color: color-mix(in srgb, var(--pink) 40%, var(--border)); }
.legal-alert h2 { color: var(--pink); }
.legal-alert p { color: var(--ink); font-weight: 700; }
.legal-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; color: var(--muted); font-size: .86rem; }

@media (max-width: 900px) {
  .section-block { padding-block: 80px; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-metrics { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .feature-card-wide, .library-card { grid-template-columns: 1fr; }
  .feature-card-wide .feature-icon { margin-bottom: 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .featured-price { transform: none; }
  .trial-callout, .final-cta { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .section-shell, .nav-wrap { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 70px; }
  .menu-button { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 70px; left: 14px; right: 14px; padding: 18px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 8px; }
  .primary-nav .nav-cta { text-align: center; }
  .hero { padding-top: 50px; gap: 26px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-metrics { width: 100%; justify-content: space-around; gap: 10px; }
  .hero-visual { min-height: 550px; }
  .phone-frame { width: min(315px, 84vw); border-width: 8px; border-radius: 50px; }
  .floating-note { font-size: .76rem; padding: 11px 13px; }
  .floating-note-top { right: -6px; }
  .floating-note-bottom { left: -7px; }
  .trust-grid { grid-template-columns: 1fr; gap: 12px; }
  .trust-grid p { text-align: left; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .mini-path i { width: 42px; }
  .screenshot-row { display: flex; overflow-x: auto; gap: 18px; padding: 8px 4px 30px; scroll-snap-type: x mandatory; }
  .screenshot-row figure { flex: 0 0 78vw; scroll-snap-align: center; }
  .screenshot-row .featured-shot { transform: none; }
  .trial-callout .button { width: 100%; }
  .disclaimer-card { grid-template-columns: 1fr; }
  .final-cta { margin-bottom: 70px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom, .legal-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
