
:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #fbf7ff;
  --bg-2: #f1fbf7;
  --ink: #182033;
  --muted: #5d667a;
  --card: rgba(255, 255, 255, 0.82);
  --card-solid: #ffffff;
  --line: #e8e2f2;
  --brand: #7066e0;
  --brand-2: #38b6a0;
  --brand-3: #ffb86b;
  --shadow: 0 22px 70px rgba(46, 35, 90, 0.12);
  --radius: 24px;
}

body.theme-classic {
  --bg: #ffffff;
  --bg-2: #f8fafc;
  --ink: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --card-solid: #ffffff;
  --line: #e2e8f0;
  --brand: #2563eb;
  --brand-2: #0f766e;
  --brand-3: #ea580c;
  --shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(190, 174, 255, 0.42), transparent 34rem),
    radial-gradient(circle at 85% 10%, rgba(178, 245, 234, 0.55), transparent 30rem),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}
body.theme-classic { background: var(--bg); }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 32px)); }
.skip-link { position: absolute; left: -999px; top: 12px; }
.skip-link:focus { left: 12px; z-index: 99; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(251, 247, 255, 0.76); border-bottom: 1px solid rgba(232, 226, 242, 0.72); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 15px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: var(--shadow); }
.nav-links { display: flex; gap: 16px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 0.95rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.theme-toggle { width: auto; margin: 0; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--card-solid); color: var(--ink); font-size: 0.9rem; }
.hero-section, .app-hero, .legal-hero { padding: 74px 0 42px; }
.hero-grid, .app-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr); gap: 34px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; width: fit-content; color: var(--brand); background: rgba(112, 102, 224, 0.12); border: 1px solid rgba(112, 102, 224, 0.16); padding: 6px 11px; border-radius: 999px; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.02em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); letter-spacing: -0.05em; }
h1 { margin: 16px 0 16px; font-size: clamp(2.5rem, 7vw, 5.7rem); line-height: 0.93; }
h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); }
.hero-copy { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button, a.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 14px; text-decoration: none; font-weight: 800; border: 1px solid transparent; width: auto; }
.button.primary { background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.button.secondary, .button.small { background: var(--card-solid); border-color: var(--line); color: var(--ink); }
.button.small { min-height: 38px; padding-inline: 13px; font-size: 0.92rem; }
.hero-visual, .screenshot-frame { margin: 0; border-radius: 30px; padding: 12px; background: rgba(255,255,255,0.58); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-visual img, .screenshot-frame img { display: block; width: 100%; border-radius: 22px; background: #fff; }
.section { padding-block: 34px; }
.section-heading { max-width: 760px; margin-bottom: 22px; }
.section-heading p { color: var(--muted); }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.app-card, .panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.app-card h3 { margin-top: 14px; }
.app-card p, .panel p { color: var(--muted); }
.card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.pill { padding: 6px 10px; border-radius: 999px; font-weight: 800; font-size: 0.8rem; background: #eef2ff; color: #3730a3; }
.pill.mint { background: #dcfce7; color: #166534; }
.pill.peach { background: #ffedd5; color: #9a3412; }
.pill.lavender { background: #ede9fe; color: #5b21b6; }
.pill.yellow { background: #fef9c3; color: #854d0e; }
.status-dot { color: #15803d; font-weight: 800; font-size: 0.86rem; }
.feature-list, .check-list { padding-left: 1.1rem; color: var(--muted); }
.feature-list li, .check-list li { margin: 5px 0; }
.card-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 16px; }
.text-link { color: var(--brand); font-weight: 800; text-decoration: none; }
.split-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr); gap: 22px; background: rgba(255,255,255,0.55); border: 1px solid var(--line); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid div { background: var(--card-solid); border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.metric-grid strong { display: block; font-size: 1.4rem; }
.metric-grid span { color: var(--muted); font-size: 0.9rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.link-list { display: grid; gap: 10px; }
.link-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; background: rgba(255,255,255,0.64); }
.site-footer { margin-top: 50px; padding: 36px 0; border-top: 1px solid var(--line); background: rgba(255,255,255,0.58); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.footer-grid p { color: var(--muted); margin: 6px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.footer-links a { color: var(--muted); text-decoration: none; }
@media (max-width: 900px) {
  .hero-grid, .app-hero-grid, .app-grid, .detail-grid, .split-panel { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .footer-grid { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 18px; }
}
