:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dbe4ef;
  --soft: #f7f9fc;
  --panel: #ffffff;
  --brand: #173b8f;
  --brand-2: #2563eb;
  --accent: #0f9fbb;
  --lavender: #eef2ff;
  --shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  --radius: 8px;
  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 { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid rgba(37, 99, 235, 0.45); outline-offset: 3px; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.section.soft { background: var(--soft); }
.eyebrow {
  color: var(--brand-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.12; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 4.9rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); max-width: 760px; }
h3 { font-size: 1.14rem; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 760px; }
.stack { display: grid; gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.86rem;
}
.button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: var(--radius);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}
.btn.primary { background: var(--brand); color: white; box-shadow: 0 12px 28px rgba(23, 59, 143, 0.22); }
.btn.secondary { background: white; color: var(--brand); border-color: var(--line); }
.btn:hover { transform: translateY(-1px); }
.list { display: grid; gap: 12px; padding-left: 20px; margin: 0; color: var(--muted); }
.hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 75% 18%, rgba(37, 99, 235, 0.13), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 88%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr); gap: 48px; align-items: center; }
.hero-note { font-size: 0.94rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 228, 239, 0.75);
}
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: nowrap; }
.brand { font-weight: 900; text-decoration: none; color: var(--brand); font-size: 1.15rem; display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 32px; height: 32px; border-radius: 7px; }
.nav { display: flex; gap: 14px; align-items: center; font-size: 0.93rem; color: #344054; white-space: nowrap; }
.nav a { text-decoration: none; }
.header-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.menu-toggle { display: none; min-width: 46px; min-height: 46px; border: 1px solid var(--line); background: white; border-radius: var(--radius); font-weight: 800; }
.mobile-panel { display: none; border-top: 1px solid var(--line); padding: 14px 0 18px; }
.mobile-panel[hidden] { display: none; }
.mobile-panel a { display: block; padding: 11px 0; text-decoration: none; }
.product-frame {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: var(--shadow);
  padding: 18px;
}
.product-frame.asset-frame { padding: 0; overflow: hidden; background: #061733; }
.product-frame.asset-frame img { display: block; width: 100%; height: auto; }
.app-screen {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6edf5;
  overflow: hidden;
}
.screen-top { padding: 16px; background: #0f2454; color: white; display: flex; justify-content: space-between; align-items: center; }
.screen-body { padding: 18px; display: grid; gap: 14px; }
.score-ring {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--accent) 0 72%, #e6edf5 72% 100%);
  margin: 4px auto 8px;
}
.score-ring span { width: 78px; height: 78px; border-radius: 50%; background: white; display: grid; place-items: center; font-weight: 900; color: var(--brand); }
.mini-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 12px; border: 1px solid #edf1f7; border-radius: var(--radius); }
.bar { height: 8px; border-radius: 999px; background: #e7eef8; overflow: hidden; }
.bar span { display: block; height: 100%; background: var(--brand-2); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.flow { display: grid; gap: 10px; max-width: 520px; }
.flow div { padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: white; font-weight: 800; text-align: center; }
.flow span { color: var(--brand-2); text-align: center; font-weight: 900; }
.breadcrumb { padding: 18px 0 0; font-size: 0.9rem; color: var(--muted); }
.breadcrumb a { color: var(--brand); text-decoration: none; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: var(--radius); padding: 0; background: white; }
summary { cursor: pointer; min-height: 52px; padding: 16px 18px; font-weight: 800; }
details p { padding: 0 18px 18px; }
.final-cta {
  background: linear-gradient(135deg, #102a68, #173b8f 58%, #0f9fbb);
  color: white;
  border-radius: 18px;
  padding: 44px;
}
.final-cta p { color: rgba(255,255,255,0.78); }
.final-cta .btn.secondary { background: rgba(255,255,255,0.1); color: white; border-color: rgba(255,255,255,0.28); }
.site-footer { padding: 54px 0; background: #0b1220; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,0.72); }
.site-footer a { display: block; text-decoration: none; margin: 8px 0; }
.site-footer h3 { color: white; font-size: 0.98rem; margin-bottom: 10px; }
.trust { border-left: 3px solid var(--accent); padding: 14px 16px; background: #f3fbfd; border-radius: var(--radius); color: #35505a; }
.support-email { font-weight: 800; color: var(--brand); }
.tools-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.tool-card { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; }
.tool-card .btn { width: 100%; }
.tool-card h2 { font-size: 1.6rem; }
.store-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.store-shot {
  margin: 0;
  min-width: 180px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f2f2ef;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}
.store-shot img { display: block; width: 100%; height: auto; }

@media (max-width: 920px) {
  .hero-grid, .grid-2, .grid-3, .grid-4, .comparison, .footer-grid, .tools-grid { grid-template-columns: 1fr; }
  .store-gallery { grid-template-columns: repeat(5, minmax(210px, 76vw)); }
  .nav, .header-actions { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-panel { display: block; }
  .section { padding: 62px 0; }
  .product-frame { width: 100%; }
  .container { width: min(100% - 28px, 1120px); }
}

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