:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #1c1c1e;
  --surface-raised: #242426;
  --surface-soft: #111113;
  --ink: #f5f5f7;
  --muted: #8e8e93;
  --muted-strong: #b6b6bc;
  --blue: #0a84ff;
  --blue-light: #64d2ff;
  --teal: #30d5c8;
  --purple: #7f355d;
  --orange: #ff9348;
  --line: rgba(255, 255, 255, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(10, 132, 255, .12), transparent 28rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 88px;
  margin: 0;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, .78);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 730;
  letter-spacing: -.025em;
}
.brand em {
  margin-left: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 560;
  letter-spacing: .02em;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255,255,255,.12);
}
nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
nav a { transition: color .2s ease, border-color .2s ease, background .2s ease; }
nav a:hover { color: white; }
.nav-github {
  padding: 9px 16px;
  color: #d8d8dc;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
}
.nav-github:hover { border-color: rgba(10,132,255,.55); background: rgba(10,132,255,.12); }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 790px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  align-items: center;
  gap: 68px;
  padding: 70px 0 92px;
}
.hero-copy { position: relative; z-index: 4; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(10,132,255,.14), 0 0 24px rgba(10,132,255,.65);
}
h1 {
  margin: 25px 0 27px;
  font-size: clamp(50px, 5.25vw, 76px);
  line-height: 1.05;
  letter-spacing: -.058em;
  font-weight: 560;
}
h1 strong {
  color: var(--blue);
  font-weight: 790;
  background: linear-gradient(90deg, #0a84ff, #56b8ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 580px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.9;
}
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 14px 19px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { opacity: .72; }
.button-primary {
  color: white;
  background: var(--blue);
  box-shadow: 0 12px 34px rgba(10,132,255,.28);
}
.button-primary:hover { background: #2092ff; box-shadow: 0 14px 38px rgba(10,132,255,.38); }
.button-ghost { color: #e3e3e6; background: var(--surface); border: 1px solid var(--line); }
.button-ghost:hover { background: var(--surface-raised); }
.microcopy { margin: 19px 2px 0; color: #69696f; font-size: 11px; letter-spacing: .02em; }

.product-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.stage-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 30%, rgba(10,132,255,.35), transparent 36%),
    radial-gradient(circle at 70% 68%, rgba(127,53,93,.36), transparent 38%),
    radial-gradient(circle, rgba(48,213,200,.13), transparent 70%);
  filter: blur(30px);
}
.phone-shot {
  position: relative;
  z-index: 2;
  width: 325px;
  height: 704px;
  overflow: hidden;
  border: 6px solid #2c2c2e;
  border-radius: 58px;
  background: black;
  box-shadow:
    0 48px 90px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.12),
    0 0 80px rgba(10,132,255,.11);
  transform: rotate(2.1deg);
}
.phone-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 51px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.screen-heading { padding: 68px 16px 12px; }
.screen-heading h3 { margin: 0 0 14px; font-size: 28px; letter-spacing: -.045em; }
.screen-heading p { margin: 0; color: #8e8e93; font-size: 10px; }
.screen-heading p i { margin-right: 6px; color: var(--blue); font-style: normal; }
.screen-card-stack { position: relative; height: 348px; margin: 0 12px; }
.screen-card {
  position: absolute;
  left: 0;
  width: 100%;
  height: 148px;
  overflow: hidden;
  padding: 17px;
  color: white;
  border-radius: 19px;
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
}
.screen-card::before,
.screen-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.screen-card::before { width: 145px; height: 145px; right: -55px; top: -46px; }
.screen-card::after { width: 110px; height: 110px; right: -24px; bottom: -55px; }
.screen-card strong,
.screen-card small,
.screen-card > b,
.screen-card > span,
.screen-chip { position: absolute; z-index: 1; }
.screen-card strong { top: 18px; left: 17px; font-size: 13px; }
.screen-card small { top: 43px; left: 17px; color: rgba(255,255,255,.72); font-size: 9px; }
.screen-card > b { top: 18px; right: 17px; font-size: 9px; letter-spacing: .05em; }
.screen-blue { top: 0; background: linear-gradient(125deg, #2556a3, #2787ee 58%, #5bb5e5); }
.screen-identity { top: 76px; background: linear-gradient(125deg, #172033, #252a39 58%, #57575d); }
.screen-credit {
  top: 152px;
  height: 196px;
  background: linear-gradient(125deg, #5b285a, #8c405b 56%, #ef8a45);
}
.screen-credit > span { left: 17px; bottom: 26px; font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.screen-chip {
  width: 27px;
  height: 21px;
  left: 17px;
  top: 73px;
  border-radius: 5px;
  background: #e4bf58;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.screen-summary {
  height: 63px;
  margin: 17px 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-radius: 15px;
  background: #1c1c1e;
}
.screen-summary > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(10,132,255,.12);
  border-radius: 10px;
  font-size: 17px;
  font-style: normal;
}
.screen-summary > span { display: flex; flex-direction: column; gap: 3px; }
.screen-summary b { font-size: 12px; }
.screen-summary small { color: var(--muted); font-size: 9px; }
.screen-summary em { margin-left: auto; color: var(--blue); font-size: 10px; font-style: normal; }
.screen-dock {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: #121214;
}
.screen-dock b { color: var(--blue); font-size: 11px; }
.screen-dock i { width: 1px; height: 25px; background: rgba(255,255,255,.16); }
.screen-dock span { color: white; font-size: 11px; font-weight: 650; }
.proof-bar {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-soft);
}
.proof-bar div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-right: 1px solid var(--line);
}
.proof-bar div:last-child { border-right: 0; }
.proof-bar b { color: var(--blue); font-size: 20px; letter-spacing: -.03em; }
.proof-bar span { color: var(--muted); font-size: 10px; letter-spacing: .1em; }

.intro-section {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 142px 0;
  text-align: center;
}
.section-kicker { margin: 0 0 21px; color: var(--blue); font-size: 10px; font-weight: 760; letter-spacing: .19em; }
.intro-section h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); letter-spacing: -.055em; }
.intro-section > p:last-child { max-width: 650px; margin: 29px auto 0; color: var(--muted); font-size: 17px; line-height: 1.9; }

.page-section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-heading h2, .boundary-copy h2, .flow-heading h2, .progress-copy h2, .faq h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(39px, 4.5vw, 61px);
  line-height: 1.11;
  letter-spacing: -.055em;
}
.split-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.feature-section { padding: 24px 0 145px; }
.feature-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.feature-grid article {
  position: relative;
  min-height: 350px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.feature-grid article::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -95px;
  border-radius: 50%;
  background: rgba(10,132,255,.07);
}
.feature-grid article:nth-child(4)::after { background: rgba(255,147,72,.1); }
.feature-number { position: absolute; top: 29px; right: 30px; color: #626268; font: 600 10px ui-monospace, monospace; }
.feature-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 57px;
  border-radius: 17px;
  background: rgba(10,132,255,.14);
  box-shadow: inset 0 0 0 1px rgba(10,132,255,.11);
}
.feature-icon::before, .feature-icon::after, .feature-icon i { content: ""; position: absolute; display: block; }
.camera-icon::before { width: 27px; height: 19px; border: 2px solid var(--blue); border-radius: 5px; }
.camera-icon::after { width: 8px; height: 8px; border: 2px solid var(--blue); border-radius: 50%; }
.camera-icon i { width: 10px; height: 4px; top: 17px; left: 18px; border-radius: 3px 3px 0 0; background: var(--blue); }
.lock-icon::before { width: 25px; height: 21px; top: 26px; border-radius: 5px; background: var(--blue); }
.lock-icon::after { width: 15px; height: 15px; top: 16px; border: 2px solid var(--blue); border-bottom: 0; border-radius: 10px 10px 0 0; }
.lock-icon i { width: 4px; height: 7px; top: 32px; z-index: 1; border-radius: 3px; background: #d8eeff; }
.shield-icon::before { width: 28px; height: 32px; background: var(--blue); clip-path: polygon(50% 0, 100% 18%, 90% 72%, 50% 100%, 10% 72%, 0 18%); }
.shield-icon::after { width: 10px; height: 5px; border-left: 2px solid white; border-bottom: 2px solid white; transform: rotate(-45deg); top: 25px; }
.copy-icon::before { width: 21px; height: 25px; border: 2px solid var(--blue); border-radius: 5px; transform: translate(4px,-4px); }
.copy-icon::after { width: 21px; height: 25px; border: 2px solid var(--blue-light); border-radius: 5px; transform: translate(-4px,4px); background: #101a25; }
.feature-grid h3 { margin: 0 0 15px; font-size: 23px; letter-spacing: -.035em; }
.feature-grid p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.feature-grid small { position: absolute; z-index: 1; bottom: 34px; color: #696970; font-size: 10px; letter-spacing: .08em; }

.privacy-flow {
  color: white;
  background:
    radial-gradient(circle at 85% 40%, rgba(10,132,255,.18), transparent 32rem),
    #0b0b0d;
  border-block: 1px solid var(--line);
}
.privacy-flow .page-section { padding: 130px 0; }
.flow-heading { max-width: 740px; }
.flow-heading > p:last-child { max-width: 600px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; }
.flow-grid article { position: relative; padding-right: 42px; }
.flow-grid b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin-bottom: 33px;
  border: 1px solid rgba(10,132,255,.42);
  border-radius: 50%;
  color: var(--blue-light);
  background: rgba(10,132,255,.08);
  font-size: 11px;
}
.flow-grid i { position: absolute; top: 17px; left: 47px; right: 12px; height: 1px; background: rgba(10,132,255,.25); }
.flow-grid i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid rgba(10,132,255,.55); border-right: 1px solid rgba(10,132,255,.55); transform: rotate(45deg); }
.flow-grid h3 { margin: 0 0 9px; font-size: 16px; }
.flow-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.flow-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 70px;
  padding: 12px 16px;
  border: 1px solid rgba(10,132,255,.25);
  border-radius: 999px;
  color: #b9dcff;
  background: rgba(10,132,255,.08);
  font-size: 11px;
  letter-spacing: .03em;
}
.flow-note span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); }

.boundaries { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-block: 148px; }
.boundary-copy { align-self: center; }
.boundary-copy > p:nth-of-type(2) { color: var(--muted); font-size: 15px; line-height: 1.85; }
.boundary-copy a { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--blue); font-size: 13px; font-weight: 700; }
.boundary-list { border-top: 1px solid var(--line); }
.boundary-list div { min-height: 104px; display: grid; grid-template-columns: 45px 1fr 1.1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.boundary-list span { color: #5f5f65; font: 600 9px ui-monospace, monospace; }
.boundary-list b { font-size: 15px; }
.boundary-list small { color: var(--muted); font-size: 12px; line-height: 1.65; }

.progress-section {
  background:
    radial-gradient(circle at 12% 100%, rgba(127,53,93,.23), transparent 30rem),
    var(--surface-soft);
  border-block: 1px solid var(--line);
}
.progress-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 95px; align-items: center; padding-block: 133px; }
.progress-copy > p:nth-of-type(2) { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.progress-actions { margin-top: 31px; }
.status-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgba(28,28,30,.9);
  box-shadow: 0 28px 65px rgba(0,0,0,.38);
}
.status-top { display: flex; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--line); font-size: 11px; }
.status-top span { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.status-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(10,132,255,.14); }
.status-panel ul { margin: 0; padding: 12px 24px; list-style: none; }
.status-panel li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.status-panel li > span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--blue); font-size: 10px; }
.status-panel li div { display: flex; flex-direction: column; gap: 3px; }
.status-panel li b { font-size: 13px; }
.status-panel li small { color: var(--muted); font-size: 10px; }
.status-panel li.pending > span { color: #ffe3ce; background: rgba(255,147,72,.28); }
.status-stats { display: grid; grid-template-columns: 1fr 1fr; background: rgba(10,132,255,.11); }
.status-stats div { display: flex; flex-direction: column; gap: 4px; padding: 20px 24px; border-right: 1px solid rgba(10,132,255,.16); }
.status-stats b { color: var(--blue-light); font-size: 18px; }
.status-stats small { color: var(--muted); font-size: 9px; }

.faq { display: grid; grid-template-columns: .58fr 1fr; gap: 110px; padding-block: 143px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-size: 20px; font-weight: 350; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 620px; margin: -7px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 82% 15%, rgba(100,210,255,.38), transparent 34%),
    radial-gradient(circle at 50% 115%, rgba(255,147,72,.86), transparent 47%),
    linear-gradient(135deg, #235eb3 0%, #7f355d 60%, #c2674e 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  box-shadow: 0 32px 70px rgba(0,0,0,.4);
}
.final-cta::before, .final-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.final-cta::after { width: 240px; height: 240px; right: 40px; bottom: -80px; }
.final-cta > div { position: relative; z-index: 1; }
.final-cta .section-kicker { color: rgba(255,255,255,.7); }
.cta-mark {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: cover;
  margin: 0 auto 19px;
  border-radius: 18px;
  box-shadow: 0 17px 36px rgba(0,0,0,.35);
}
.final-cta p:not(.section-kicker) { color: rgba(255,255,255,.74); font-size: 14px; }
.button-light { margin-top: 18px; color: #111; background: white; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-block: 50px 26px; }
.site-footer > p { color: var(--muted); font-size: 12px; }
.site-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: var(--muted); font-size: 11px; }
.site-footer > div a:hover { color: white; }
.site-footer > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); color: #59595f; font-size: 9px; letter-spacing: .05em; }

.legal-page { max-width: 820px; padding-block: 92px 122px; }
.legal-page > h1 { margin: 0; color: white; font-size: clamp(44px, 7vw, 70px); }
.legal-meta, .legal-lead { margin: 20px 0 52px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-page section { padding: 35px 0; border-top: 1px solid var(--line); }
.legal-page section:last-child { border-bottom: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 16px; font-size: 23px; letter-spacing: -.03em; }
.legal-page h3 { margin: 28px 0 8px; font-size: 16px; }
.legal-page p, .legal-page li { color: var(--muted-strong); font-size: 14px; line-height: 1.9; }
.legal-page a:not(.button) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-page ul { padding-left: 21px; }
.compact-footer { grid-template-columns: 1fr auto; }
.compact-footer > div { justify-self: end; }

@media (max-width: 960px) {
  nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .product-stage { margin-top: 12px; }
  .split-heading, .boundaries, .progress-inner, .faq { grid-template-columns: 1fr; gap: 52px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .flow-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .flow-grid article:nth-child(2) i { display: none; }
  .boundary-copy { max-width: 650px; }
}

@media (max-width: 680px) {
  .site-header { width: 100%; height: 72px; padding-inline: 16px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
  nav a:not(.nav-github) { display: none; }
  .hero { width: min(100% - 32px, 1180px); padding: 48px 0 65px; gap: 28px; }
  h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { justify-content: space-between; }
  .product-stage { min-height: 610px; margin-inline: -16px; }
  .phone-shot { width: 278px; height: 603px; border-radius: 50px; }
  .phone-shot::after { border-radius: 43px; }
  .proof-bar { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .proof-bar div:nth-child(2) { border-right: 0; }
  .proof-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-section { padding: 96px 0; }
  .page-section { width: min(100% - 32px, 1180px); }
  .feature-section { padding-bottom: 95px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 43px; }
  .feature-grid article { min-height: 330px; padding: 30px; }
  .privacy-flow .page-section { padding-block: 92px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid i { display: none; }
  .boundaries, .progress-inner, .faq { padding-block: 94px; }
  .boundary-list div { grid-template-columns: 34px 1fr; gap: 8px; padding-block: 19px; }
  .boundary-list small { grid-column: 2; }
  .final-cta { min-height: 480px; border-radius: 24px; }
  .final-cta h2 { font-size: 39px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div { justify-content: flex-start; }
  .legal-page { padding-block: 66px 90px; }
  .compact-footer > div { justify-self: start; }
  .site-footer > small { grid-column: auto; }
}
