:root {
  --ink: #11143c;
  --muted: #626986;
  --line: #e7e7f2;
  --soft: #f7f6ff;
  --purple: #6259f6;
  --violet: #7c3aed;
  --yellow: #f8d84b;
  --radius: 22px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header, footer { width: min(1160px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { min-height: 76px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand img { border-radius: 10px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a, footer a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover, nav a.active, footer a:hover { color: var(--purple); }

.hero { width: min(1160px, calc(100% - 40px)); min-height: 690px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; padding: 80px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px #f8d84b22; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; }
h1 em { color: var(--purple); font-style: normal; }
.hero-copy > p { max-width: 590px; color: var(--muted); font-size: 18px; }
.actions { display: flex; gap: 12px; margin: 32px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; font-weight: 750; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: linear-gradient(135deg, var(--purple), var(--violet)); box-shadow: 0 12px 25px #6259f633; }
.secondary { color: var(--ink); border: 1px solid var(--line); background: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 6px; color: var(--purple); font-weight: 900; }

.product-card { position: relative; overflow: hidden; border: 1px solid #ffffff55; border-radius: 28px; background: linear-gradient(145deg, #322083, #7139e7 70%, #8e58f7); box-shadow: 0 30px 70px #3f2fa83d; transform: rotate(1deg); }
.product-card::before { content: ""; position: absolute; inset: -25%; background: radial-gradient(circle at 75% 20%, #c6b5ff77, transparent 32%); }
.browser-bar { position: relative; display: flex; align-items: center; gap: 7px; height: 58px; padding: 0 22px; border-bottom: 1px solid #ffffff24; background: #ffffff0e; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #ff675c; }
.browser-bar i:nth-child(2) { background: #ffc646; }.browser-bar i:nth-child(3) { background: #44c25c; }
.browser-bar span { width: 55%; height: 15px; margin-left: 22px; border-radius: 20px; background: #ffffff14; }
.fill-panel { position: relative; display: grid; gap: 13px; padding: 30px; }
.mini-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; color: white; font-size: 17px; }
.mini-brand img { border-radius: 12px; box-shadow: 0 9px 18px #170c6033; }
.field { position: relative; display: grid; grid-template-columns: 95px 1fr auto; align-items: center; gap: 10px; min-height: 62px; padding: 12px 14px; border-radius: 14px; background: #fff; box-shadow: 0 9px 22px #1f155d24; }
.field span { color: var(--muted); font-size: 12px; }.field strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.field i { display: grid; place-items: center; width: 24px; height: 24px; color: white; border-radius: 50%; background: var(--purple); font-style: normal; }
.instant { justify-self: end; padding: 7px 12px; color: white; border: 1px solid #ffffff35; border-radius: 99px; background: #ffffff14; font-size: 12px; font-weight: 700; }.instant span { color: var(--yellow); }

.section { width: min(1160px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading h2, .cta h2 { margin: 12px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-grid article:hover { border-color: #c9c5ff; box-shadow: 0 16px 36px #33266c0c; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; color: var(--purple); border-radius: 12px; background: var(--soft); font-size: 20px; font-weight: 800; }
.feature-grid h3 { margin-bottom: 8px; font-size: 17px; }.feature-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.workflow { border-top: 1px solid var(--line); }
.workflow ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.workflow li { display: flex; gap: 18px; }.workflow li > span { color: #aaa6db; font-size: 13px; font-weight: 800; }.workflow h3 { margin-bottom: 5px; font-size: 17px; }.workflow p { color: var(--muted); font-size: 14px; }
.cta { width: min(1160px, calc(100% - 40px)); margin: 30px auto 90px; padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; border-radius: 28px; background: linear-gradient(135deg, #24205e, #6259f6 65%, #7c3aed); box-shadow: 0 24px 60px #493aa733; }
.cta h2 { margin-bottom: 0; }.eyebrow.light { color: #dcd9ff; }.white { color: var(--purple); background: white; white-space: nowrap; }

footer { min-height: 100px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer p { margin: 0; }footer > div { display: flex; gap: 20px; }

.legal-page, .support-page { width: min(920px, calc(100% - 40px)); margin: auto; padding: 78px 0 110px; }
.legal-hero { text-align: center; }.legal-hero h1, .support-intro h1 { margin: 10px 0 12px; font-size: clamp(44px, 6vw, 68px); }.legal-hero p, .support-intro > p { color: var(--muted); }
.legal-card { margin-top: 52px; padding: clamp(26px, 6vw, 64px); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 60px #30225a0b; }
.legal-card .lead { color: var(--ink); font-size: 20px; line-height: 1.6; }.legal-card h2 { margin: 38px 0 10px; font-size: 21px; }.legal-card p, .legal-card li { color: var(--muted); }.legal-card a { color: var(--purple); }.legal-card code, .support-page code { padding: 2px 5px; border-radius: 5px; background: var(--soft); }

.support-intro { max-width: 680px; text-align: left; }.support-intro .button { margin-top: 18px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 70px 0 100px; }.support-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 20px; }.support-grid article > span { color: var(--purple); font-size: 12px; font-weight: 850; }.support-grid h2 { margin: 12px 0 8px; font-size: 17px; }.support-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }.faq summary { padding: 22px 0; cursor: pointer; font-weight: 750; }.faq details p { max-width: 760px; padding: 0 0 22px; color: var(--muted); }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 60px; }.hero-copy { text-align: center; }.hero-copy > p { margin-inline: auto; }.actions, .trust-list { justify-content: center; }
  .product-card { width: min(590px, 100%); margin: auto; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.workflow ol { grid-template-columns: 1fr; }.cta { align-items: flex-start; flex-direction: column; }.support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; padding: 13px 0; }.site-header nav { width: 100%; justify-content: space-between; gap: 10px; }.site-header nav a { font-size: 13px; }
  h1 { font-size: 48px; }.hero { width: min(100% - 28px, 1160px); min-height: 0; }.actions { align-items: stretch; flex-direction: column; }.field { grid-template-columns: 78px minmax(0, 1fr) auto; }.fill-panel { padding: 18px; }
  .section, .cta, .legal-page, .support-page { width: min(100% - 28px, 1160px); }.section { padding: 75px 0; }.feature-grid { grid-template-columns: 1fr; }.cta { padding: 32px 24px; }.white { width: 100%; white-space: normal; text-align: center; }
  footer { min-height: 150px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }.legal-card { margin-top: 36px; }
}

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