:root {
  color-scheme: dark;
  --void: #020d12;
  --surface: #03151d;
  --panel: #061c25;
  --panel-bright: #082630;
  --cyan: #2bd8e8;
  --cyan-bright: #6cebf3;
  --cyan-muted: #789fa7;
  --text: #d7f3f6;
  --muted: #8fb0b7;
  --yellow: #ffc52f;
  --red: #ff6657;
  --line: #135d69;
  --line-dim: #0b3b45;
  --page: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgb(43 216 232 / 2.5%) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgb(43 216 232 / 2%) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 78% 12%, rgb(21 129 145 / 18%), transparent 34rem),
    var(--void);
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgb(5 31 40 / 15%) 4px);
  content: "";
  opacity: 0.35;
}

a {
  color: var(--cyan-bright);
  text-underline-offset: 0.25em;
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--yellow);
  color: var(--void);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.site-header,
main,
.site-footer,
body > header:not(.site-header) {
  width: min(var(--page), calc(100% - 48px));
  margin-inline: auto;
}

.site-header,
body > header:not(.site-header) {
  display: grid;
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(160px, 220px) 1fr auto;
}

.wordmark {
  display: inline-flex;
  width: 188px;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  gap: clamp(16px, 2.3vw, 30px);
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

nav a {
  color: var(--cyan-muted);
  text-decoration: none;
  transition: color 120ms ease;
}

nav a:hover {
  color: var(--cyan-bright);
}

.header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding-inline: 17px;
  border: 1px solid var(--cyan);
  color: var(--cyan-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-cta:hover {
  background: rgb(43 216 232 / 9%);
}

.hero {
  display: grid;
  min-height: min(790px, calc(100vh - 88px));
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  padding-block: clamp(72px, 9vw, 124px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.status {
  color: var(--cyan-bright);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 8px;
  color: var(--yellow);
}

h1 {
  max-width: 11ch;
  margin: 20px 0 28px;
  font-size: clamp(3.5rem, 6.4vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 span {
  color: var(--yellow);
  text-shadow: 0 0 28px rgb(255 197 47 / 18%);
}

.hero-lede,
.section-intro > p,
.source-copy > p,
.privacy-copy p {
  color: var(--muted);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
}

.hero-lede {
  max-width: 59ch;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 36px;
}

.primary-button {
  display: inline-flex;
  min-width: 230px;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 24px;
  border: 1px solid var(--yellow);
  background: var(--yellow);
  box-shadow: 8px 8px 0 rgb(255 197 47 / 11%);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  color: #081117;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.primary-button:hover {
  background: #ffd55f;
  box-shadow: 11px 11px 0 rgb(255 197 47 / 14%);
  transform: translate(-2px, -2px);
}

.text-link {
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 8px;
  color: var(--yellow);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 36px;
  color: var(--cyan-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--cyan-muted);
}

.service-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 10px currentColor;
  content: "";
}

.service-status[data-state="online"] {
  color: var(--cyan-bright);
}

.service-status[data-state="online"]::before {
  background: var(--cyan);
}

.service-status[data-state="offline"] {
  color: var(--red);
}

.service-status[data-state="offline"]::before {
  background: var(--red);
}

.product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgb(8 38 48 / 98%), rgb(3 19 26 / 98%));
  box-shadow: 20px 20px 0 rgb(43 216 232 / 5%);
  transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
}

.product-frame::before,
.product-frame::after {
  position: absolute;
  z-index: 3;
  width: 45px;
  height: 45px;
  pointer-events: none;
  content: "";
}

.product-frame::before {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--yellow);
  border-left: 3px solid var(--yellow);
}

.product-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 3px solid var(--cyan);
  border-bottom: 3px solid var(--cyan);
}

.frame-topline {
  display: grid;
  min-height: 64px;
  align-items: center;
  gap: 20px;
  padding: 10px 18px;
  border-bottom: 1px solid var(--line-dim);
  grid-template-columns: 1fr 1.15fr 1fr;
}

.frame-topline > img {
  width: 108px;
  height: auto;
}

.frame-rank {
  display: grid;
  padding: 7px 12px;
  border: 1px solid var(--line-dim);
}

.frame-rank span,
.frame-rank small,
.frame-online,
.frame-heading,
.frame-score-grid small,
.frame-score-grid span,
.frame-source,
.source-panel,
.platform-grid strong {
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frame-rank span {
  color: var(--yellow);
}

.frame-rank i {
  display: block;
  width: 72%;
  height: 3px;
  margin: 4px 0;
  background: var(--cyan);
}

.frame-rank small {
  color: var(--cyan-muted);
  font-size: 0.45rem;
}

.frame-online {
  color: #72ead0;
  text-align: right;
}

.frame-layout {
  display: grid;
  grid-template-columns: 46px 1fr;
}

.frame-rail {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 12px;
  border-right: 1px solid var(--line-dim);
}

.frame-rail span,
.frame-rail strong {
  display: grid;
  min-height: 38px;
  color: var(--cyan-muted);
  font-size: 0.7rem;
  place-items: center;
}

.frame-rail strong {
  border-left: 2px solid var(--yellow);
  background: rgb(255 197 47 / 10%);
  color: var(--yellow);
}

.frame-content {
  padding: 18px;
}

.frame-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cyan-muted);
}

.frame-heading strong {
  padding: 6px 9px;
  border: 1px solid var(--line);
  color: var(--cyan-bright);
}

.frame-score-grid {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  grid-template-columns: 1.25fr 0.8fr 0.9fr;
}

.frame-score-grid article {
  min-height: 152px;
  padding: 16px;
  border: 1px solid var(--line-dim);
  background: rgb(2 13 18 / 65%);
}

.frame-score-grid small {
  display: block;
  color: var(--cyan-muted);
}

.frame-score-grid article > strong {
  display: block;
  margin: 14px 0 5px;
  color: var(--yellow);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1;
}

.frame-score-grid article > span {
  color: var(--cyan-muted);
  font-size: 0.46rem;
}

.frame-score > span {
  color: #72ead0 !important;
}

.sparkline {
  display: flex;
  height: 44px;
  gap: 5px;
  align-items: flex-end;
  margin-top: 15px;
  border-bottom: 1px solid var(--line);
}

.sparkline i {
  width: 100%;
  background: var(--cyan);
}

.sparkline i:nth-child(1) { height: 18%; }
.sparkline i:nth-child(2) { height: 62%; }
.sparkline i:nth-child(3) { height: 38%; }
.sparkline i:nth-child(4) { height: 92%; }
.sparkline i:nth-child(5) { height: 45%; }
.sparkline i:nth-child(6) { height: 70%; }
.sparkline i:nth-child(7) { height: 58%; background: var(--yellow); }

.frame-source {
  display: grid;
  min-height: 66px;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line-dim);
  color: var(--cyan-muted);
  grid-template-columns: 1fr 1.7fr auto;
}

.frame-source div:first-child {
  display: flex;
  flex-direction: column;
}

.frame-source div:first-child strong {
  color: var(--cyan-bright);
}

.frame-source div:nth-child(2) {
  display: flex;
  gap: 6px;
}

.frame-source div:nth-child(2) span {
  padding: 4px 6px;
  border: 1px solid var(--line-dim);
}

.frame-source button,
.source-platform button {
  min-height: 30px;
  padding-inline: 11px;
  border: 0;
  background: var(--yellow);
  color: var(--void);
  font: inherit;
  font-size: 0.52rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip span {
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 18px;
  border-right: 1px solid var(--line-dim);
  color: var(--cyan-muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proof-strip span::before {
  margin-right: 10px;
  color: var(--yellow);
  content: "+";
}

.proof-strip span:last-child {
  border-right: 0;
}

.content-section {
  padding-block: clamp(80px, 10vw, 132px);
  border-bottom: 1px solid var(--line-dim);
  scroll-margin-top: 30px;
}

.section-intro {
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  grid-template-columns: 0.55fr 1.15fr 0.8fr;
}

.section-intro.compact {
  grid-template-columns: 0.5fr 1.1fr 0.8fr;
}

h2 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-intro > p {
  margin: 0;
}

.feature-grid {
  display: grid;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line-dim);
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article {
  min-height: 280px;
  padding: clamp(26px, 3.5vw, 42px);
  border-right: 1px solid var(--line-dim);
  border-bottom: 1px solid var(--line-dim);
  background: linear-gradient(145deg, rgb(8 38 48 / 48%), rgb(3 19 26 / 34%));
}

.feature-index,
.method-grid > li > span {
  color: var(--yellow);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h3 {
  margin: 46px 0 14px;
  color: var(--cyan-bright);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-grid p,
.method-grid p,
.platform-grid p,
.faq-list p,
.panel p,
.panel li {
  color: var(--muted);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.72;
}

.method-section {
  position: relative;
}

.method-grid {
  display: grid;
  padding: 0;
  margin: 68px 0 0;
  counter-reset: method;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.method-grid li {
  position: relative;
  min-height: 270px;
  padding: 34px clamp(26px, 3.5vw, 48px);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line-dim);
}

.method-grid li:first-child {
  border-left: 1px solid var(--line-dim);
}

.method-grid li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 68%;
  height: 5px;
  background: var(--cyan);
  content: "";
}

.method-grid li:nth-child(2)::before { width: 82%; }
.method-grid li:nth-child(3)::before { width: 100%; background: var(--yellow); }

.method-grid h3 {
  margin-top: 42px;
}

.source-section,
.privacy-section {
  display: grid;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
}

.source-copy > p {
  max-width: 60ch;
  margin: 24px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  list-style: none;
}

.check-list li::before {
  margin-right: 12px;
  color: var(--yellow);
  content: "◆";
}

.source-panel {
  border: 1px solid var(--line);
  background: rgb(3 21 29 / 90%);
  box-shadow: 14px 14px 0 rgb(43 216 232 / 5%);
  color: var(--cyan-muted);
}

.source-panel-head,
.mode-switch,
.source-platform,
.source-message {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-dim);
}

.source-panel-head,
.source-platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.source-panel-head > span {
  color: var(--yellow);
}

.source-panel-head > strong {
  color: #72ead0;
}

.mode-switch {
  display: flex;
  gap: 8px;
}

.mode-switch span,
.mode-switch strong {
  padding: 9px 14px;
}

.mode-switch strong {
  border: 1px solid var(--cyan);
  color: var(--cyan-bright);
}

.source-platform {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.4fr auto;
}

.source-platform > span {
  color: var(--text);
}

.source-message {
  border-bottom: 0;
}

.platforms-section .section-intro {
  margin-bottom: 60px;
}

.platform-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line-dim);
  grid-template-columns: repeat(2, 1fr);
}

.platform-grid article {
  display: grid;
  min-height: 132px;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-right: 1px solid var(--line-dim);
  border-bottom: 1px solid var(--line-dim);
  background: rgb(6 28 37 / 44%);
  grid-template-columns: 48px 1fr auto;
}

.platform-grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  color: var(--cyan-bright);
  font-size: 0.66rem;
  font-weight: 900;
  place-items: center;
}

.platform-grid h3 {
  margin: 0 0 3px;
}

.platform-grid p {
  margin: 0;
  font-size: 0.78rem;
}

.platform-grid strong {
  color: #72ead0;
}

.platform-grid strong.manual {
  color: var(--yellow);
}

.platform-grid strong.planned,
.platform-next {
  color: var(--cyan-muted);
}

.privacy-section {
  align-items: start;
  padding-inline: clamp(28px, 5vw, 70px);
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgb(6 28 37 / 94%), rgb(3 21 29 / 84%)),
    var(--surface);
}

.privacy-copy p:first-child {
  margin-top: 0;
}

.privacy-copy .text-link {
  display: inline-flex;
  margin-top: 18px;
}

.faq-section {
  display: grid;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 0.8fr 1.2fr;
}

.faq-section .section-intro {
  display: block;
}

.faq-section .section-intro h2 {
  margin-top: 18px;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line-dim);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--text);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  list-style: none;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 10px;
  color: var(--yellow);
  content: "+";
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 64ch;
  padding: 0 48px 24px 0;
  margin: 0;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 320px;
  align-items: center;
  gap: 40px;
  padding: clamp(42px, 7vw, 80px);
  border: 1px solid var(--line);
  background: linear-gradient(120deg, var(--panel), var(--surface));
  grid-template-columns: 140px 1fr auto;
}

.final-cta > img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.final-cta h2 {
  margin-top: 16px;
}

.site-footer {
  display: grid;
  min-height: 138px;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--cyan-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  grid-template-columns: 1fr auto 1fr;
  text-transform: uppercase;
}

.footer-identity {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-identity img {
  width: 130px;
  height: auto;
}

.site-footer nav {
  justify-content: center;
}

.footer-meta {
  text-align: right;
}

/* Shared document styling for legal, deletion and error pages. */
body:not(.landing-page) > header {
  grid-template-columns: 1fr auto;
}

body:not(.landing-page) main {
  width: min(900px, calc(100% - 48px));
  padding-block: clamp(48px, 7vw, 84px);
}

.panel {
  position: relative;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  background: rgb(6 28 37 / 92%);
  box-shadow: 10px 10px 0 rgb(43 216 232 / 5%);
}

.panel::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 124px;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.panel h1 {
  max-width: 15ch;
  margin-block: 16px 24px;
  color: var(--yellow);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
}

.panel h2 {
  margin: 42px 0 12px;
  color: var(--cyan-bright);
  font-size: 1rem;
  letter-spacing: 0.07em;
}

.panel .lede {
  color: var(--text);
  font-size: 1.06rem;
}

body:not(.landing-page) footer {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--cyan-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  padding: 8px 12px;
  border: 1px solid var(--line);
}

.status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.status[data-state="online"]::before { background: var(--cyan); }
.status[data-state="offline"]::before { background: var(--red); }

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .product-frame {
    width: min(760px, 100%);
    transform: none;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-intro,
  .section-intro.compact {
    grid-template-columns: 0.6fr 1.4fr;
  }

  .section-intro > p {
    grid-column: 2;
  }

  .source-section,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .source-panel {
    width: min(720px, 100%);
  }

  .final-cta {
    grid-template-columns: 110px 1fr;
  }

  .final-cta > img {
    width: 110px;
    height: 110px;
  }

  .final-cta .primary-button {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer nav {
    justify-content: flex-end;
  }

  .footer-meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  .site-footer,
  body > header:not(.site-header) {
    width: min(100% - 30px, var(--page));
  }

  .site-header {
    min-height: 76px;
  }

  .wordmark {
    width: 150px;
  }

  .hero {
    min-height: auto;
    padding-block: 64px 76px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-button {
    width: min(100%, 340px);
  }

  .frame-topline {
    grid-template-columns: 1fr 1fr;
  }

  .frame-online {
    display: none;
  }

  .frame-layout {
    grid-template-columns: 34px 1fr;
  }

  .frame-score-grid {
    grid-template-columns: 1fr 1fr;
  }

  .frame-score-grid .frame-score {
    grid-column: 1 / -1;
  }

  .frame-source {
    grid-template-columns: 1fr auto;
  }

  .frame-source div:nth-child(2) {
    display: none;
  }

  .proof-strip,
  .feature-grid,
  .method-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip span:nth-child(2n) {
    border-right: 0;
  }

  .section-intro,
  .section-intro.compact {
    display: block;
  }

  .section-intro h2 {
    margin-top: 20px;
  }

  .section-intro > p {
    margin-top: 22px;
  }

  .feature-grid article,
  .method-grid li {
    min-height: 230px;
  }

  .source-section,
  .privacy-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .source-platform {
    grid-template-columns: 1fr auto;
  }

  .source-platform small {
    display: none;
  }

  .platform-grid article {
    grid-template-columns: 48px 1fr;
  }

  .platform-grid article > strong {
    grid-column: 2;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta > img {
    width: 96px;
    height: 96px;
  }

  .final-cta .primary-button {
    grid-column: 1;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding-block: 34px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-meta {
    grid-column: auto;
  }

  body:not(.landing-page) main {
    width: min(100% - 30px, 900px);
  }

  body:not(.landing-page) > header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-block: 18px;
  }

  body:not(.landing-page) footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-block: 24px;
  }
}

@media (max-width: 520px) {
  .header-cta {
    padding-inline: 12px;
  }

  .frame-score-grid {
    grid-template-columns: 1fr;
  }

  .frame-score-grid .frame-score {
    grid-column: auto;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line-dim);
  }

  .source-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-identity {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
