:root {
  color-scheme: light;
  --ink: #10213b;
  --muted: #526178;
  --line: #dbe3ec;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --brand: #2358d4;
  --brand-dark: #173f9b;
  --accent: #e6efff;
  --max: 1120px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 19px; line-height: 1.6; }
a { color: var(--brand-dark); text-underline-offset: .18em; }
a:hover { color: var(--brand); }
a:focus-visible, .button:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }
.site-header, footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header { min-height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 750; text-decoration: none; font-size: 20px; }
.brand-icon { display: block; width: 44px; height: 44px; border-radius: 12px; }
nav { display: flex; flex-wrap: wrap; gap: 20px; }
nav a { color: var(--muted); font-size: 16px; font-weight: 650; text-decoration: none; }
nav a[aria-current="page"] { color: var(--ink); }
main { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.hero { padding: 88px 0 56px; max-width: 860px; }
.hero.with-icon { display: grid; grid-template-columns: 120px 1fr; gap: 32px; align-items: start; }
.hero-icon { width: 120px; height: 120px; border-radius: 28px; box-shadow: 0 16px 50px rgba(26, 48, 83, .12); }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 6.5vw, 5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; margin-bottom: 8px; }
.lede { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; font-size: 18px; text-decoration: none; }
.button-primary { color: #fff; background: var(--brand); }
.button-primary:hover { color: #fff; background: var(--brand-dark); }
.button-secondary { color: var(--ink); border-color: var(--line); background: var(--paper); }
.status { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--accent); color: var(--brand-dark); font-size: 14px; font-weight: 750; }
.status.dev { background: #fff4e0; color: #8a5a00; }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 24px 0 72px; }
.app-card { display: grid; grid-template-columns: 88px 1fr; gap: 22px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 16px 50px rgba(26, 48, 83, .07); }
.app-card img { width: 88px; height: 88px; border-radius: 20px; }
.app-card h2 { font-size: 1.6rem; margin-bottom: 6px; }
.app-card p { margin: 8px 0 12px; color: var(--muted); }
.app-card .links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-weight: 750; }
section.block { padding: 40px 0; border-top: 1px solid var(--line); }
section.block:first-of-type { border-top: 0; }
.big-list { margin: 0; padding-left: 1.2em; font-size: 1.2rem; }
.big-list li { margin: 12px 0; }
.big-list li strong { color: var(--ink); }
.big-list li { color: #314159; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
.steps li { position: relative; padding: 26px 26px 26px 92px; border: 1px solid var(--line); border-radius: 22px; background: var(--wash); font-size: 1.2rem; min-height: 96px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 24px; top: 22px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 800; font-size: 1.3rem; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.shots { display: flex; gap: 18px; overflow-x: auto; padding: 8px 0 20px; scroll-snap-type: x mandatory; }
.shots figure { margin: 0; flex: 0 0 auto; width: 250px; scroll-snap-align: start; }
.shots img { display: block; width: 250px; border-radius: 26px; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(26, 48, 83, .12); }
.shots figcaption { margin-top: 10px; color: var(--muted); font-size: 15px; text-align: center; }
.note { margin-top: 24px; padding: 22px 26px; border-left: 4px solid var(--brand); background: var(--accent); border-radius: 0 16px 16px 0; font-size: 1.1rem; }
.note p { margin: 0; }
.contact-band { margin: 56px 0; padding: 34px 38px; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: #fff; }
.contact-band h2 { margin: 0; }
.contact-band a { color: #fff; font-weight: 750; overflow-wrap: anywhere; }
.contact-band .eyebrow { color: #9fbcff; }
footer { min-height: 110px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
@media (max-width: 760px) {
  body { font-size: 18px; }
  .site-header { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  nav { width: 100%; gap: 12px 18px; }
  .hero { padding-top: 56px; }
  .hero.with-icon { grid-template-columns: 1fr; }
  .hero-icon { width: 96px; height: 96px; border-radius: 22px; }
  .app-grid, .steps, .two-col { grid-template-columns: 1fr; }
  .app-card { grid-template-columns: 64px 1fr; gap: 16px; padding: 22px; }
  .app-card img { width: 64px; height: 64px; border-radius: 15px; }
  .contact-band, footer { align-items: flex-start; flex-direction: column; justify-content: center; }
  footer { padding: 28px 0; gap: 4px; }
  footer p { margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
