:root {
  color-scheme: light;
  --ink: #08090b;
  --graphite: #111417;
  --graphite-2: #191d21;
  --paper: #f7f8f6;
  --paper-2: #ebecea;
  --line: rgba(8, 9, 11, 0.13);
  --line-dark: rgba(247, 248, 246, 0.13);
  --muted: #5f686f;
  --muted-dark: #b7c0c8;
  --accent: #31c8e8;
  --accent-strong: #0e94b4;
  --ok: #1f8f64;
  --error: #bd3b3b;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(8, 9, 11, 0.18);
  --max: 1180px;
  --max-narrow: 840px;
  --header: 76px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6.5rem;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(49, 200, 232, 0.2);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
[id] { scroll-margin-top: calc(var(--header) + 1rem); }

:focus-visible {
  outline: 3px solid rgba(49, 200, 232, 0.75);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: var(--space-4);
  left: var(--space-4);
  z-index: 100;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header);
  border-bottom: 1px solid rgba(247, 248, 246, 0.1);
  background: rgba(8, 9, 11, 0.94);
  color: var(--paper);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(calc(100% - 2rem), var(--max));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  min-width: max-content;
  color: inherit;
  text-decoration: none;
}

.brand__mark { width: 36px; height: 36px; }
.brand__text { display: grid; gap: 0; line-height: 1; }
.brand__name { font-size: 1rem; font-weight: 780; }
.brand__caption { margin-top: 0.28rem; color: rgba(247, 248, 246, 0.7); font-size: 0.72rem; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 248, 246, 0.16);
  border-radius: var(--radius);
  background: rgba(247, 248, 246, 0.06);
  color: var(--paper);
}

.nav-toggle__lines,
.nav-toggle__lines::before,
.nav-toggle__lines::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle__lines { position: relative; }
.nav-toggle__lines::before,
.nav-toggle__lines::after { content: ""; position: absolute; left: 0; }
.nav-toggle__lines::before { top: -6px; }
.nav-toggle__lines::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::before { transform: translateY(6px) rotate(90deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::after { opacity: 0; }

.site-nav {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 var(--space-3);
  border-radius: var(--radius);
  color: rgba(247, 248, 246, 0.76);
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(247, 248, 246, 0.08);
  color: var(--paper);
}

.site-nav .nav-cta {
  margin-left: var(--space-2);
  border: 1px solid rgba(49, 200, 232, 0.45);
  background: rgba(49, 200, 232, 0.1);
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header) - 46px);
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--paper);
  background: linear-gradient(120deg, rgba(8, 9, 11, 0.99), rgba(15, 17, 20, 0.96) 45%, rgba(11, 35, 42, 0.92)), #08090b;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(247, 248, 246, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 248, 246, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.18));
}

.hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -28%;
  width: 56rem;
  height: 56rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 200, 232, 0.22), transparent 62%);
  filter: blur(12px);
}

.hero__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: var(--space-8) 0;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  gap: var(--space-8);
  align-items: center;
}

.hero__content { width: min(720px, 100%); }

.hero__system {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(247, 248, 246, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 248, 246, 0.07), rgba(247, 248, 246, 0.025)),
    radial-gradient(circle at 70% 20%, rgba(49, 200, 232, 0.12), transparent 34%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.hero__system::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(247, 248, 246, 0.08);
  border-radius: var(--radius);
}

.hero__system::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 248, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 248, 246, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.18));
}

.system-line {
  position: absolute;
  left: 52px;
  right: 52px;
  top: 50%;
  height: 1px;
  background: rgba(49, 200, 232, 0.44);
}

.system-line--top::before,
.system-line--top::after {
  content: "";
  position: absolute;
  top: -86px;
  width: 1px;
  height: 172px;
  background: rgba(49, 200, 232, 0.32);
}

.system-line--top::before { left: 18%; }
.system-line--top::after { right: 20%; }

.system-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 42px;
  padding: 0 var(--space-3);
  border: 1px solid rgba(247, 248, 246, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 9, 11, 0.68);
  color: rgba(247, 248, 246, 0.82);
  font-size: 0.88rem;
  font-weight: 720;
}

.system-node--active {
  border-color: rgba(49, 200, 232, 0.65);
  color: var(--paper);
}

.system-node:nth-of-type(2) { left: 48px; top: 68px; }
.system-node:nth-of-type(3) { right: 54px; top: 128px; }
.system-node:nth-of-type(4) { left: 84px; bottom: 132px; }
.system-node:nth-of-type(5) { right: 68px; bottom: 72px; }

.system-list {
  position: absolute;
  z-index: 2;
  left: 44px;
  right: 44px;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
}

.system-list span {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 var(--space-3);
  border: 1px solid rgba(247, 248, 246, 0.1);
  border-radius: var(--radius);
  background: rgba(247, 248, 246, 0.05);
  color: rgba(247, 248, 246, 0.72);
  font-size: 0.78rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0 0 var(--space-5);
  color: rgba(247, 248, 246, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--accent);
}

h1, h2, h3, p { margin-top: 0; }

h1,
.page-title {
  max-width: 13ch;
  margin-bottom: var(--space-5);
  font-size: 4.35rem;
  line-height: 1;
  font-weight: 820;
  text-wrap: balance;
}

.hero__lead,
.page-lead {
  max-width: 660px;
  margin-bottom: var(--space-6);
  color: rgba(247, 248, 246, 0.78);
  font-size: 1.18rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.button-row { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 720;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--paper); color: var(--ink); }
.button--primary:hover { background: white; }
.button--accent { background: var(--accent); color: #031013; }
.button--ghost { border-color: rgba(247, 248, 246, 0.24); background: rgba(247, 248, 246, 0.06); color: var(--paper); }
.button--ghost:hover { border-color: rgba(247, 248, 246, 0.44); background: rgba(247, 248, 246, 0.1); }
.button--dark { background: var(--graphite); color: var(--paper); }

.hero__note {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: var(--space-4) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  border-top: 1px solid rgba(247, 248, 246, 0.12);
  color: rgba(247, 248, 246, 0.66);
  font-size: 0.92rem;
}

.hero__note strong { color: var(--paper); font-weight: 700; }

.section { padding: var(--space-9) 0; }
.section--dark { background: var(--graphite); color: var(--paper); }
.section--paper { background: var(--paper); }
.section--muted { background: var(--paper-2); }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.container--narrow { width: min(calc(100% - 2rem), var(--max-narrow)); margin: 0 auto; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.75fr);
  gap: var(--space-7);
  align-items: end;
  margin-bottom: var(--space-7);
}

.section-label {
  margin: 0 0 var(--space-3);
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 760;
}

.section--dark .section-label { color: var(--accent); }

h2 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
  text-wrap: balance;
}

h3 {
  margin-bottom: var(--space-3);
  font-size: 1.14rem;
  line-height: 1.25;
  font-weight: 780;
}

.section-heading p,
.section-intro {
  color: var(--muted);
  font-size: 1.05rem;
}

.section--dark .section-heading p,
.section--dark .section-intro { color: var(--muted-dark); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service {
  min-height: 250px;
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
  transition: transform 180ms ease, background 180ms ease;
}

.service:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.48);
}

.service__index { color: var(--accent-strong); font-size: 0.82rem; font-weight: 760; }
.service p, .proof p, .fit-list p, .company-list dd, .faq p { color: var(--muted); }

.visual-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--space-7);
  align-items: center;
}

.visual-copy { max-width: 520px; }
.visual-copy p { color: var(--muted-dark); }

.product-visual {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: radial-gradient(circle at 70% 20%, rgba(49, 200, 232, 0.18), transparent 34%), rgba(247, 248, 246, 0.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process__item {
  min-height: 220px;
  padding: var(--space-5);
  background: var(--paper);
  transition: background 180ms ease;
}

.process__item:hover { background: #fff; }

.process__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: var(--space-5);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 780;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.proof {
  min-height: 240px;
  padding: var(--space-5);
  background: linear-gradient(180deg, rgba(247, 248, 246, 0.04), rgba(247, 248, 246, 0.015)), var(--graphite);
}

.proof p { color: var(--muted-dark); }

.fit-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: var(--space-8);
  align-items: start;
}

.fit-list { display: grid; gap: var(--space-4); }
.fit-list article { padding: 0 0 var(--space-4); border-bottom: 1px solid var(--line); }

.company-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: var(--space-8);
  align-items: start;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 55px rgba(8, 9, 11, 0.06);
}

.company-list {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.company-list dt,
.company-list dd {
  min-height: 52px;
  margin: 0;
  padding: var(--space-3) var(--space-4);
  background: var(--paper);
}

.company-list dt { font-weight: 760; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.faq { padding-top: var(--space-5); border-top: 1px solid var(--line); }

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-7);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: radial-gradient(circle at 82% 22%, rgba(49, 200, 232, 0.16), transparent 28%), linear-gradient(135deg, rgba(247, 248, 246, 0.08), rgba(247, 248, 246, 0.02));
}

.cta-band p { max-width: 650px; color: var(--muted-dark); }

.page-hero {
  padding: var(--space-8) 0 var(--space-7);
  background: radial-gradient(circle at 86% 22%, rgba(49, 200, 232, 0.14), transparent 28%), linear-gradient(135deg, #08090b, #171b1e);
  color: var(--paper);
}

.page-hero--compact {
  min-height: calc(100svh - var(--header));
  display: grid;
  align-items: center;
}

.page-title { max-width: 14ch; }

.form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: var(--space-8);
  align-items: start;
}

.contact-aside { position: sticky; top: calc(var(--header) + var(--space-5)); }
.contact-aside p, .legal-content p, .legal-content li { color: var(--muted); }
.contact-methods { display: grid; gap: var(--space-4); margin-top: var(--space-6); }
.contact-method { padding-top: var(--space-4); border-top: 1px solid var(--line); }
.contact-method a { color: var(--accent-strong); font-weight: 760; }

.form {
  display: grid;
  gap: var(--space-5);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 22px 70px rgba(8, 9, 11, 0.08);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.field { display: grid; gap: var(--space-2); }
.field label, .check-field { font-weight: 720; }
.field small { color: var(--muted); }

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(8, 9, 11, 0.18);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0.84rem 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field textarea { min-height: 170px; resize: vertical; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 4px rgba(49, 200, 232, 0.16);
  outline: 2px solid transparent;
  outline-offset: 1px;
}

.check-field { display: flex; gap: var(--space-3); align-items: flex-start; }
.check-field input { width: 1.2rem; height: 1.2rem; margin-top: 0.2rem; }

.form-foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  justify-content: space-between;
}

.form-foot p { max-width: 420px; margin: 0; color: var(--muted); font-size: 0.92rem; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.notice {
  margin-bottom: var(--space-5);
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.notice--success { border-color: rgba(31, 143, 100, 0.35); color: var(--ok); }
.notice--error { border-color: rgba(189, 59, 59, 0.35); color: var(--error); }

.legal-content { display: grid; gap: var(--space-6); }
.legal-content h2 { margin-bottom: var(--space-3); font-size: 2rem; }
.legal-content section { padding-bottom: var(--space-6); border-bottom: 1px solid var(--line); }
.legal-content ul { padding-left: 1.2rem; }

.site-footer { padding: var(--space-7) 0; background: var(--graphite); color: var(--paper); }

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: var(--space-7);
  align-items: start;
}

.footer-links { display: grid; gap: var(--space-2); }
.footer-links a { color: rgba(247, 248, 246, 0.72); text-decoration: none; }
.footer-links a:hover { color: var(--paper); text-decoration: underline; }
.site-footer p, .site-footer small { color: rgba(247, 248, 246, 0.66); }
.footer-legal { margin-top: var(--space-4); font-size: 0.92rem; }
.footer-legal a { color: rgba(247, 248, 246, 0.86); }

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  h1, .page-title { font-size: 3.7rem; }
  h2 { font-size: 2.45rem; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr); gap: var(--space-6); }
  .hero__system { min-height: 360px; }
  .service-grid, .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process__item:last-child { grid-column: span 2; }
}

@media (max-width: 760px) {
  :root { --header: 68px; --space-8: 3.5rem; --space-9: 4.75rem; }
  .site-header__inner { width: min(calc(100% - 2rem), var(--max)); }
  .brand__caption { display: none; }
  .nav-toggle { display: inline-flex; }

  .site-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    display: none;
    min-height: calc(100svh - var(--header));
    padding: var(--space-5);
    align-items: stretch;
    flex-direction: column;
    background: rgba(8, 9, 11, 0.98);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 52px; justify-content: center; font-size: 1.05rem; }
  .site-nav .nav-cta { margin-left: 0; margin-top: var(--space-3); }
  .hero { min-height: calc(100svh - var(--header) - 68px); }
  .hero__grid { display: block; }
  .hero__system { display: none; }
  .hero__inner, .container, .container--narrow, .hero__note { width: min(calc(100% - 2rem), var(--max)); }
  h1, .page-title { max-width: 10ch; font-size: 2.75rem; }
  .hero__lead, .page-lead { font-size: 1.04rem; }
  .hero__content, .hero__lead, .page-lead, .section-heading p, .section-intro, .visual-copy { max-width: 100%; }
  h1, h2, h3, p, a, button, dd { overflow-wrap: break-word; }
  .hero__note span { display: block; max-width: 100%; }
  .hero__note { align-items: flex-start; flex-direction: column; gap: var(--space-2); }
  .section-heading, .visual-band, .fit-layout, .company-panel, .form-layout, .site-footer__grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .company-panel, .cta-band, .form { padding: var(--space-5); }
  .service-grid, .process, .proof-grid, .faq-grid, .form-row, .company-list { grid-template-columns: 1fr; }
  .process__item:last-child { grid-column: auto; }
  .service, .proof, .process__item { min-height: auto; }
  .cta-band { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
}

@media (max-width: 430px) {
  h1, .page-title { font-size: 2.28rem; }
  h2 { font-size: 2rem; }
  .button { width: 100%; }
}

@media (max-width: 520px) {
  .hero__inner,
  .hero__note,
  .container,
  .container--narrow,
  .page-hero .container {
    width: min(calc(100% - 2rem), 358px);
    margin-left: 1rem;
    margin-right: auto;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 358px);
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal { opacity: 1; transform: none; }
}
