:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-strong: #edf3f6;
  --ink: #0d1520;
  --text: #182433;
  --muted: #647486;
  --line: #d7e1e9;
  --primary: #0f6b7b;
  --primary-dark: #084d59;
  --accent: #5b5bd6;
  --danger: #b42318;
  --warning: #b7791f;
  --ok: #1f7a4d;
  --shadow: 0 22px 60px rgba(25, 41, 56, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: var(--primary);
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.topbar {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-size: 21px;
  font-weight: 800;
}

.brand picture,
.brand img {
  display: block;
}

.brand img {
  width: 154px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav form {
  margin: 0;
}

.page {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 60px;
}

.site-footer {
  border-top: 1px solid rgba(40, 69, 78, 0.12);
  background: #ffffff;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0;
  color: #647486;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  white-space: nowrap;
}

.site-footer-brand a {
  display: block;
}

.site-footer picture,
.site-footer img {
  display: block;
}

.site-footer img {
  width: 118px;
  height: auto;
}

.site-footer strong {
  color: var(--text);
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 16px;
}

.site-footer-nav a,
.site-footer-nav button {
  line-height: 1.2;
}

.law-hero {
  min-height: auto;
}

.law-hero-grid,
.law-article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.law-source-card,
.law-comment,
.law-article {
  border: 1px solid rgba(12, 193, 173, 0.22);
  border-radius: 8px;
  background: #ffffff;
}

.law-source-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.law-source-card strong,
.law-comment strong {
  color: #243f4a;
  font-size: 18px;
}

.legal-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.legal-quick-links a {
  border: 1px solid rgba(12, 193, 173, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #243f4a;
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-operator-card {
  align-self: start;
}

.legal-meta-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.legal-meta-list div {
  display: grid;
  gap: 3px;
}

.legal-meta-list dt {
  color: #647486;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-meta-list dd {
  margin: 0;
  color: #243f4a;
  font-weight: 800;
}

.legal-overview {
  padding: 4px 0 18px;
}

.legal-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.legal-overview article {
  border: 1px solid rgba(40, 69, 78, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.legal-overview span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0b7f47;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.legal-overview h2 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.legal-overview p {
  margin: 0;
  color: #647486;
  line-height: 1.55;
}

.law-anchor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.law-anchor-grid a {
  display: block;
  border: 1px solid rgba(12, 193, 173, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
  background: #ffffff;
  color: #243f4a;
  font-weight: 800;
}

.law-articles .prefix-container {
  display: grid;
  gap: 16px;
}

.law-article {
  scroll-margin-top: 96px;
  padding: 24px;
}

.law-article h2 {
  margin: 8px 0 14px;
}

.law-comment {
  padding: 18px;
  background: #f3fffb;
}

.law-comment ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.hero-band,
.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 38px;
  align-items: center;
  padding: 44px 0 26px;
}

.hero-copy h1,
.page-head h1,
.auth-card h1 {
  margin: 0 0 16px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--ink);
}

h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

h3 {
  margin: 12px 0 8px;
}

.lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 21px;
}

.eyebrow {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  background: var(--primary);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  box-shadow: none;
}

.button:hover,
button:hover {
  background: var(--primary-dark);
  color: #fff;
}

.button-small {
  min-height: 36px;
  padding: 8px 12px;
}

.button-muted {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
}

.button-muted:hover {
  background: var(--line);
  color: var(--text);
}

.link-button {
  background: transparent;
  color: var(--primary);
  min-height: auto;
  padding: 0;
}

.link-button:hover {
  background: transparent;
  color: var(--primary-dark);
}

.hero-panel,
.panel,
.auth-card,
.score-card,
.product-preview {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-panel {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.metric {
  padding: 16px;
  border-radius: 8px;
  background: var(--surface-strong);
}

.metric span,
.metric small,
small {
  display: block;
  color: var(--muted);
}

.metric strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.section-grid,
.grid-two,
.report-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.section-grid article,
.panel {
  padding: 22px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.product-preview {
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.preview-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  background: #f9fbfc;
  padding: 14px 16px;
}

.preview-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c8d4dd;
}

.preview-toolbar span:nth-child(1) {
  background: #ef767a;
}

.preview-toolbar span:nth-child(2) {
  background: #f2c14e;
}

.preview-toolbar span:nth-child(3) {
  background: #57b894;
}

.preview-toolbar strong {
  margin-left: 8px;
  color: var(--muted);
  font-size: 14px;
}

.preview-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.preview-score {
  display: grid;
  align-content: center;
  min-height: 180px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 18px;
}

.preview-score span,
.preview-score small {
  color: #aebdca;
}

.preview-score strong {
  display: block;
  font-size: 64px;
  line-height: 1;
}

.preview-stack {
  display: grid;
  gap: 10px;
}

.risk-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.risk-row span {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 800;
}

.risk-row strong {
  display: block;
  color: var(--text);
}

.risk-critical span {
  background: #fee4e2;
  color: var(--danger);
}

.risk-warning span {
  background: #fef3c7;
  color: var(--warning);
}

.risk-ok span {
  background: #dcfce7;
  color: var(--ok);
}

.signal-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: #fbfcfd;
}

.signal-board div {
  padding: 15px;
  border-right: 1px solid var(--line);
}

.signal-board div:last-child {
  border-right: 0;
}

.signal-board span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.signal-board strong {
  display: block;
  margin-top: 2px;
  font-size: 24px;
  color: var(--ink);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  margin: 20px 0 62px;
}

.proof-band div {
  background: #fff;
  padding: 22px;
}

.proof-band strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.proof-band span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.landing-section,
.workflow-section,
.audience-band,
.cta-band {
  margin-top: 58px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article,
.workflow div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  border-radius: 6px;
  background: var(--surface-strong);
  color: var(--primary);
  font-weight: 850;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.audience-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfcfd;
  padding: 10px 13px;
  font-weight: 700;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 30px;
}

.cta-band h2 {
  color: #fff;
}

.cta-band p:not(.eyebrow) {
  max-width: 780px;
  color: #b9c5d0;
}

.cta-band .eyebrow {
  color: #7bd1c4;
}

.auth-card {
  max-width: 540px;
  padding: 26px;
  margin: 30px auto;
}

.form-stack p {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
}

label {
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}

.helptext {
  color: var(--muted);
  font-size: 13px;
}

.errorlist {
  color: var(--danger);
  margin: 0;
  padding-left: 18px;
}

.fineprint,
.muted {
  color: var(--muted);
}

.page-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 22px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.list {
  display: grid;
  gap: 10px;
}

.list-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.list-row:hover {
  border-color: var(--primary);
}

.score-chip,
.status {
  min-width: 44px;
  min-height: 34px;
  border-radius: 999px;
  background: var(--surface-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.status-completed {
  background: #dcfce7;
  color: var(--ok);
}

.status-failed {
  background: #fee4e2;
  color: var(--danger);
}

.status-running,
.status-queued {
  background: #fef3c7;
  color: var(--warning);
}

.messages {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.message {
  border-radius: 6px;
  padding: 12px 14px;
  background: var(--surface-strong);
}

.report-summary {
  grid-template-columns: 180px minmax(0, 1fr);
  margin-bottom: 18px;
}

.public-summary {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.public-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.public-facts span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfcfd;
  padding: 7px 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.score-card {
  padding: 22px;
  text-align: center;
}

.score-card strong {
  display: block;
  font-size: 54px;
  line-height: 1;
}

.finding {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

.finding h4 {
  margin: 16px 0 8px;
  color: var(--ink);
}

.legal-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 14px;
  margin-top: 14px;
}

.legal-box p {
  margin: 0 0 10px;
}

.legal-box p:last-child {
  margin-bottom: 0;
}

.severity {
  display: inline-flex;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.severity-critical {
  background: #fee4e2;
  color: var(--danger);
}

.severity-warning {
  background: #fef3c7;
  color: var(--warning);
}

.severity-ok {
  background: #dcfce7;
  color: var(--ok);
}

.plain-list {
  padding-left: 18px;
}

.mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.panel-danger {
  border-color: #f4aaa3;
  background: #fff4f2;
}

@media (max-width: 860px) {
  .hero-band,
  .landing-hero,
  .section-grid,
  .grid-two,
  .report-summary,
  .public-summary,
  .proof-band,
  .feature-grid,
  .workflow,
  .audience-band {
    grid-template-columns: 1fr;
  }

  .topbar,
  .page-head,
  .cta-band {
    flex-direction: column;
    align-items: stretch;
  }

  .nav {
    flex-wrap: wrap;
  }

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

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

@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/sen/sen-400.cf4fa4e8ce82.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/sen/sen-700.479dd96d4fdd.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 800 900;
  font-display: block;
  src: url("../fonts/sen/sen-800.063222bb11e3.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Prefix template adaptation for public pages */
body.prefix-theme {
  background: #ffffff;
  color: #28454e;
  font-family: "Sen", "Manrope", Arial, sans-serif;
}

body.prefix-theme .topbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0;
  padding: 14px 0;
  background: transparent;
  transform: translateX(-50%);
  isolation: isolate;
}

body.prefix-theme .topbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.prefix-theme .brand {
  color: #28454e;
}

body.prefix-theme .brand::after {
  content: none;
}

body.prefix-theme .nav {
  gap: 8px;
}

body.prefix-theme .nav a,
body.prefix-theme .link-button {
  border-radius: 5px;
  padding: 8px 12px;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 750;
  line-height: 22px;
  text-transform: uppercase;
}

body.prefix-theme .nav a:hover,
body.prefix-theme .link-button:hover,
body.prefix-theme .nav .button-small {
  background: #e0fdf9;
  color: #252525;
}

body.prefix-theme .nav .button-small {
  min-height: 38px;
  border-radius: 5px;
  padding: 8px 15px;
  box-shadow: none;
}

body.prefix-theme .page {
  width: 100%;
  max-width: none;
  padding: 76px 0 0;
}

.prefix-page {
  position: relative;
  overflow: hidden;
}

.prefix-page p {
  margin: 0;
  color: #28454e;
  font-size: 16px;
  line-height: 1.8;
}

.prefix-container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.prefix-kicker {
  margin-bottom: 16px !important;
  color: #00a890 !important;
  font-size: 15px !important;
  font-weight: 850;
  text-transform: uppercase;
}

.prefix-hero {
  position: relative;
  padding: 72px 0 96px;
}

.prefix-hero::before,
.prefix-report-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 830px;
  left: -80px;
  top: -140px;
  border-bottom-right-radius: 100%;
  background: #e0fdf9;
}

.prefix-hero-grid,
.prefix-two,
.prefix-contact-grid,
.prefix-report-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.prefix-hero h1,
.prefix-services h2,
.prefix-showcase h2,
.prefix-about h2,
.prefix-pricing h2,
.prefix-contact h2,
.prefix-report-hero h1 {
  margin: 0 0 20px;
  color: #28454e;
  font-size: clamp(40px, 5.6vw, 64px);
  line-height: 1.08;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.prefix-services h2,
.prefix-showcase h2,
.prefix-about h2,
.prefix-pricing h2,
.prefix-contact h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.prefix-hero-copy > p:not(.prefix-kicker),
.prefix-services > .prefix-container > div > p,
.prefix-about-copy > p:not(.prefix-kicker),
.prefix-contact p,
.prefix-report-hero p {
  max-width: 620px;
}

.prefix-hero-media {
  text-align: center;
}

.prefix-hero-media picture,
.prefix-about-image picture {
  display: block;
  width: 100%;
}

.prefix-hero-media img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  margin: 0 auto;
}

.prefix-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(640px, 100%);
  margin-top: 28px;
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
}

.prefix-search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.prefix-search input,
.prefix-contact-form input {
  min-height: 52px;
  border: 1px solid #252525;
  border-radius: 5px;
  background: #fff;
  color: #28454e;
  padding: 12px 14px;
  font: inherit;
}

.prefix-search button,
.prefix-contact-form button,
.prefix-link-button {
  min-height: 52px;
  border-radius: 5px;
  background: #28454e;
  color: #fff;
  padding: 12px 22px;
  font-weight: 850;
  text-transform: uppercase;
}

.prefix-search button:hover,
.prefix-contact-form button:hover,
.prefix-link-button:hover {
  background: #00c8ac;
  color: #252525;
}

.prefix-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.prefix-link-button.muted {
  border: 1px solid #28454e;
  background: #fff;
  color: #28454e;
}

.prefix-hero-notes {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.prefix-hero-notes span,
.prefix-score-meta span {
  border-radius: 5px;
  background: #e0fdf9;
  color: #28454e;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 800;
}

.prefix-select {
  margin-top: -44px;
  padding-bottom: 80px;
}

.prefix-select-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 34px 26px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
}

.prefix-select-card strong {
  display: block;
  margin-bottom: 8px;
  color: #28454e;
  font-size: 20px;
  text-transform: uppercase;
}

.prefix-select-card span {
  color: #66777b;
}

.prefix-services,
.prefix-about,
.prefix-pricing,
.prefix-contact {
  padding: 88px 0;
}

.prefix-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.prefix-service-grid article {
  min-height: 190px;
  border-radius: 5px;
  background: #e0fdf9;
  padding: 24px;
}

.prefix-service-grid article:nth-child(2),
.prefix-service-grid article:nth-child(3) {
  background: #28454e;
}

.prefix-service-grid article:nth-child(2) h3,
.prefix-service-grid article:nth-child(2) p,
.prefix-service-grid article:nth-child(3) h3,
.prefix-service-grid article:nth-child(3) p {
  color: #fff;
}

.prefix-service-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.prefix-service-grid h3,
.prefix-card-row h3,
.prefix-plan-grid h3,
.prefix-finding h3,
.prefix-proof-list h3 {
  margin: 14px 0 8px;
  color: #28454e;
  font-size: 22px;
  font-weight: 850;
  text-transform: uppercase;
}

.prefix-showcase {
  padding: 88px 0;
  background: #f7fffd;
}

.prefix-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.prefix-card-row article {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 12px 36px rgba(40, 69, 78, 0.09);
}

.prefix-card-row picture {
  display: block;
  height: 190px;
  margin: -22px -22px 20px;
  overflow: hidden;
  background: #e0fdf9;
}

.prefix-card-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prefix-card-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e0fdf9;
  color: #28454e;
  font-weight: 900;
}

.prefix-about {
  background: #fff;
}

.prefix-about .prefix-two {
  align-items: stretch;
}

.prefix-about-copy {
  border-radius: 0 140px 140px 0;
  background: #e0fdf9;
  padding: 64px 56px;
}

.prefix-steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.prefix-steps article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  padding: 16px;
}

.prefix-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #28454e;
  color: #fff;
  font-size: 20px;
}

.prefix-about-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prefix-about-image img {
  display: block;
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto;
}

.prefix-pricing {
  background: #f7fffd;
}

.prefix-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.prefix-plan-grid article {
  border-radius: 5px;
  background: #fff;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(40, 69, 78, 0.09);
}

.prefix-plan-grid article.active {
  background: #28454e;
}

.prefix-plan-grid article.active h3,
.prefix-plan-grid article.active strong,
.prefix-plan-grid article.active p {
  color: #fff;
}

.prefix-plan-grid strong {
  display: block;
  color: #00a890;
  font-size: 52px;
  line-height: 1;
}

.prefix-contact {
  background: #28454e;
}

.prefix-contact h2,
.prefix-contact p,
.prefix-contact .prefix-kicker {
  color: #fff !important;
}

.prefix-contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.prefix-contact-form {
  display: grid;
  gap: 14px;
  border-radius: 5px;
  background: #fff;
  padding: 26px;
}

.prefix-report-hero {
  position: relative;
  padding: 72px 0 68px;
}

.prefix-report-url {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px !important;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 12px;
  color: #28454e !important;
  overflow-wrap: anywhere;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.prefix-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.prefix-score-panel {
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 36px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
  text-align: center;
}

.prefix-score-panel > span {
  color: #28454e;
  font-weight: 850;
  text-transform: uppercase;
}

.prefix-score-panel strong {
  display: block;
  margin: 10px 0;
  color: #28454e;
  font-size: clamp(72px, 10vw, 132px);
  line-height: 0.9;
  font-weight: 900;
}

.prefix-score-panel small {
  color: #66777b;
}

.prefix-score-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.prefix-score-breakdown {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  color: #66777b;
  font-size: 13px;
  text-align: left;
}

.prefix-score-breakdown span {
  overflow-wrap: anywhere;
}

.prefix-report-services {
  padding-top: 42px;
}

.prefix-priority-list {
  margin-top: 26px;
}

.prefix-priority-list ol {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.prefix-priority-list li {
  padding-left: 4px;
}

.prefix-priority-list strong,
.prefix-priority-list span,
.prefix-priority-list small {
  display: block;
}

.prefix-priority-list small,
.prefix-finding small {
  color: #66777b;
}

.prefix-report-list {
  display: grid;
  gap: 18px;
}

.prefix-finding {
  border-radius: 5px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 12px 36px rgba(40, 69, 78, 0.09);
}

.prefix-finding > span {
  display: inline-flex;
  border-radius: 5px;
  background: #e0fdf9;
  color: #28454e;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.prefix-finding-critical > span {
  background: #fee4e2;
  color: #b42318;
}

.prefix-finding-warning > span {
  background: #fef3c7;
  color: #8a5a00;
}

.prefix-finding-ok > span {
  background: #dcfce7;
  color: #1f7a4d;
}

.prefix-finding details,
.prefix-card-row details {
  margin-top: 14px;
  border-radius: 5px;
  background: #f7fffd;
  padding: 12px;
}

.prefix-finding summary,
.prefix-card-row summary {
  color: #28454e;
  cursor: pointer;
  font-weight: 850;
}

.prefix-finding ul,
.prefix-card-row ul,
.prefix-proof-list ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.prefix-finding li,
.prefix-card-row li,
.prefix-proof-list li {
  list-style: disc;
  overflow-wrap: anywhere;
}

.prefix-proof-list {
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
}

.prefix-proof-list h3 + ul,
.prefix-proof-list h3 + p {
  margin-bottom: 24px;
}

.prefix-proof-list small,
.prefix-proof-note {
  display: block;
  color: rgba(19, 32, 23, 0.62);
  font-size: 0.84rem;
  line-height: 1.45;
}

.prefix-proof-list span,
.prefix-proof-list a {
  overflow-wrap: anywhere;
}

.prefix-report-cta {
  display: grid;
  gap: 6px;
  margin: 22px 0 26px;
  border-left: 4px solid #00c8ac;
  padding: 4px 0 4px 16px;
  color: rgba(19, 32, 23, 0.74);
}

.prefix-report-cta span {
  color: #132017;
  font-weight: 800;
}

.prefix-report-cta p {
  margin: 0;
}

.prefix-alert {
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
}

.prefix-scan-progress {
  border-top: 10px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
}

.prefix-scan-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prefix-scan-progress-head h2 {
  margin: 0;
}

.prefix-scan-progress-percent {
  flex: 0 0 auto;
  color: #28454e;
  font-weight: 850;
}

.prefix-progress-track {
  height: 12px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7efea;
}

.prefix-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #00c8ac;
  transition: width 0.35s ease;
}

@media (max-width: 920px) {
  body.prefix-theme .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  body.prefix-theme .page {
    padding-top: 132px;
  }

  body.prefix-theme .nav {
    flex-wrap: wrap;
  }

  .prefix-hero-grid,
  .prefix-two,
  .prefix-contact-grid,
  .prefix-report-hero-grid,
  .prefix-select-card,
  .prefix-card-row,
  .prefix-plan-grid {
    grid-template-columns: 1fr;
  }

  .prefix-hero {
    padding-top: 42px;
  }

  .site-footer-inner {
    align-items: center;
  }

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

  .prefix-hero::before,
  .prefix-report-hero::before {
    width: 540px;
    height: 680px;
  }

  .prefix-search-controls {
    grid-template-columns: 1fr;
  }

  .prefix-hero-notes {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .prefix-about-copy {
    border-radius: 20px;
    padding: 34px 24px;
  }
}

@media (max-width: 620px) {
  body.prefix-theme .topbar {
    align-items: center;
    flex-direction: row;
  }

  body.prefix-theme .page {
    padding-top: 76px;
  }

  body.prefix-theme .nav a:not(.button-small) {
    display: none;
  }

  .prefix-container {
    width: min(100% - 24px, 1140px);
  }

  .prefix-hero h1,
  .prefix-report-hero h1 {
    font-size: 38px;
  }

  .prefix-services h2,
  .prefix-showcase h2,
  .prefix-about h2,
  .prefix-pricing h2,
  .prefix-contact h2 {
    font-size: 30px;
  }

  .prefix-service-grid {
    grid-template-columns: 1fr;
  }

  .prefix-search,
  .prefix-select-card,
  .prefix-score-panel,
  .prefix-proof-list {
    padding: 22px;
  }

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

body:has(.vanta-hero) {
  background: #f3f8f5;
}

body:has(.vanta-hero) .topbar {
  width: min(1200px, calc(100% - 32px));
  padding: 22px 0;
}

body:has(.vanta-hero) .brand {
  color: #10231b;
  font-size: 20px;
}

body:has(.vanta-hero) .nav {
  gap: 22px;
}

body:has(.vanta-hero) .nav a,
body:has(.vanta-hero) .link-button {
  color: #21372e;
  font-weight: 720;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body:has(.vanta-hero) .nav .button-small {
  background: #14362a;
  color: #fff;
  border-radius: 999px;
}

body:has(.vanta-hero) .page {
  width: min(1200px, calc(100% - 32px));
  padding-top: 16px;
}

.vanta-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  min-height: auto;
  padding: 46px 0 34px;
  text-align: center;
}

.hero-announcement {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cfdfd6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 7px 12px;
  color: #405249;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 12px 34px rgba(24, 54, 41, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-announcement:hover {
  border-color: #a9c7b3;
  box-shadow: 0 16px 42px rgba(24, 54, 41, 0.12);
  transform: translateY(-1px);
}

.hero-announcement span {
  border-radius: 999px;
  background: #14362a;
  color: #fff;
  padding: 5px 9px;
  font-size: 12px;
}

.hero-announcement a {
  color: #14362a;
}

.vanta-hero .hero-content {
  width: min(980px, 100%);
  justify-self: center;
}

.vanta-hero .hero-kicker {
  margin: 0 0 18px;
  color: #516157;
  font-weight: 820;
}

.vanta-hero h1 {
  max-width: 1040px;
  margin: 0 auto 22px;
  color: #10231b;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.94;
  letter-spacing: 0;
}

.vanta-hero .hero-lead {
  max-width: 780px;
  margin: 0 auto;
  color: #405249;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.38;
}

.hero-url-form {
  width: min(660px, 100%);
  margin: 30px auto 0;
  text-align: left;
}

.hero-url-form label {
  display: block;
  margin: 0 0 8px 14px;
  color: #58665e;
  font-size: 13px;
}

.hero-url-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border: 1px solid #cfdfd6;
  border-radius: 999px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 22px 70px rgba(24, 54, 41, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-url-form div:focus-within {
  border-color: #8ab99a;
  box-shadow: 0 28px 80px rgba(24, 54, 41, 0.16);
  transform: translateY(-1px);
}

.hero-url-form input {
  min-height: 50px;
  border: 0;
  padding: 0 12px;
  background: transparent;
}

.hero-url-form input:focus {
  outline: 2px solid #a9c7b3;
  outline-offset: 2px;
}

.hero-url-form button,
.hero-primary {
  background: #14362a;
  color: #fff;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-url-form button:hover,
.hero-primary:hover {
  background: #0d281f;
  transform: translateY(-1px);
}

.vanta-hero .hero-actions {
  justify-content: center;
  margin-top: 18px;
}

.hero-secondary {
  border: 1px solid #cfdfd6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #14362a;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.hero-secondary:hover {
  background: #fff;
  border-color: #a9c7b3;
  color: #14362a;
  transform: translateY(-1px);
}

.product-console {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  overflow: hidden;
  min-height: 470px;
  border: 1px solid #cfe0d7;
  border-radius: 14px;
  background: #fbfffc;
  box-shadow: 0 34px 100px rgba(24, 54, 41, 0.14);
  text-align: left;
  transform: translateY(var(--console-lift, 0));
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  border-right: 1px solid #d6e5dc;
  background: #10231b;
  color: #dceee4;
  padding: 24px;
}

.console-sidebar strong {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
}

.console-sidebar span {
  border-radius: 999px;
  padding: 10px 11px;
  color: #c5d7ce;
  font-weight: 720;
  transition: background-color 180ms ease, color 180ms ease;
}

.console-sidebar span:nth-child(2) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.console-main {
  padding: 26px;
  background: #f8fcfa;
}

.console-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 22px;
}

.console-top span,
.console-grid article > span:not(.status-pill),
.console-evidence span {
  display: block;
  color: #647267;
  font-size: 13px;
  font-weight: 760;
}

.console-top strong {
  display: block;
  margin-top: 4px;
  color: #10231b;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.04;
}

.console-top mark {
  border-radius: 999px;
  background: #dff3e3;
  color: #15462e;
  padding: 8px 11px;
  font-weight: 820;
}

.console-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 12px;
}

.console-grid article {
  min-height: 155px;
  border: 1px solid #d6e5dc;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.console-grid article:hover {
  border-color: #b8d4c4;
  box-shadow: 0 16px 42px rgba(24, 54, 41, 0.09);
  transform: translateY(-2px);
}

.console-grid article strong {
  display: block;
  margin-top: 10px;
  color: #10231b;
  font-size: 18px;
}

.console-grid article p {
  margin-bottom: 0;
  color: #647267;
}

.console-score {
  grid-row: span 2;
  display: grid;
  align-content: end;
  background: #153629;
  color: #fff;
}

.console-grid .console-score span,
.console-grid .console-score small {
  color: #b9d4c8;
}

.console-grid .console-score strong {
  color: #fff;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.9;
}

.status-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 850;
}

.status-critical {
  background: #fde8df;
  color: #a23b21;
}

.status-warning {
  background: #fbefc9;
  color: #816019;
}

.status-ok {
  background: #dff3e3;
  color: #175b38;
}

.console-evidence {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #d6e5dc;
  border-radius: 12px;
  background: #d6e5dc;
}

.console-evidence span,
.console-evidence strong {
  display: grid;
  align-items: center;
  min-height: 62px;
  background: #fff;
  padding: 13px;
}

.console-evidence strong {
  color: #10231b;
  font-size: 18px;
}

.logo-cloud,
.platform-section,
.framework-band,
.customer-stage,
.numbers-band {
  margin-top: 78px;
}

.logo-cloud {
  text-align: center;
}

.logo-cloud p {
  margin: 0 0 18px;
  color: #647267;
  font-weight: 760;
}

.logo-cloud div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.logo-cloud span {
  display: grid;
  min-height: 68px;
  place-items: center;
  border: 1px solid #cfdfd6;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #2d4037;
  font-size: 17px;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.logo-cloud span:hover {
  border-color: #a9c7b3;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 54, 41, 0.08);
  transform: translateY(-2px);
}

.section-head-center {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head-center p:not(.eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #536359;
  font-size: 18px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.platform-grid article,
.stage-grid article {
  border: 1px solid #cfdfd6;
  border-radius: 12px;
  background: #fbfffc;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.platform-grid article:hover,
.stage-grid article:hover {
  border-color: #a9c7b3;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 54, 41, 0.1);
  transform: translateY(-3px);
}

.platform-grid article {
  min-height: 258px;
}

.platform-grid h3,
.stage-grid h3 {
  color: #10231b;
}

.platform-grid p,
.stage-grid p {
  color: #536359;
}

.framework-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
  border-radius: 14px;
  background: #10231b;
  color: #fff;
  padding: 38px;
}

.framework-band h2 {
  color: #fff;
}

.framework-band .eyebrow {
  color: #9ee1bb;
}

.framework-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.framework-list span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 11px 14px;
  color: #e6f2eb;
  font-weight: 780;
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stage-grid article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
}

.stage-grid a {
  margin-top: 22px;
  color: #14362a;
  font-weight: 850;
}

.numbers-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #cfdfd6;
  border-radius: 14px;
  background: #cfdfd6;
  gap: 1px;
}

.numbers-band div {
  background: #fbfffc;
  padding: 28px;
}

.numbers-band strong {
  display: block;
  color: #10231b;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
}

.numbers-band span {
  display: block;
  margin-top: 12px;
  color: #536359;
}

.vanta-cta {
  margin-top: 78px;
  border-radius: 14px;
  background: #14362a;
}

.vanta-cta .button {
  border-radius: 999px;
  background: #f3f8f5;
  color: #14362a;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vanta-cta .button:hover {
  background: #fff;
  color: #14362a;
  transform: translateY(-1px);
}

.js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(var(--console-lift, 0));
}

.space-landing .js-reveal {
  --space-reveal-x: 0;
  --space-reveal-y: 22px;
  transform: translate3d(var(--space-reveal-x), var(--space-reveal-y), 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.space-landing .js-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.space-landing .space-hero-copy.js-reveal,
.space-landing .space-services-image.js-reveal,
.space-landing .space-report-card.js-reveal,
.space-landing .space-blog-main.js-reveal {
  --space-reveal-x: -100px;
  --space-reveal-y: 0;
}

.space-landing .space-hero-image.js-reveal,
.space-landing .space-section-copy.js-reveal,
.space-landing .space-report-list article.js-reveal,
.space-landing .space-blog-list article.js-reveal {
  --space-reveal-x: 100px;
  --space-reveal-y: 0;
}

.space-landing .space-hero-copy.js-reveal {
  --space-reveal-x: -100%;
  transition-delay: 1s;
}

.space-landing .space-hero-image.js-reveal {
  --space-reveal-x: 100%;
  transition-delay: 0.5s;
}

.space-landing .space-hero-copy.js-reveal.is-visible {
  animation: spaceFadeInLeft 1s ease 1s both;
}

.space-landing .space-hero-image.js-reveal.is-visible {
  animation: spaceFadeInRight 1s ease 0.5s both;
}

.space-landing .space-about-image.js-reveal {
  --space-reveal-x: -36px;
  --space-reveal-y: 0;
}

@keyframes spaceFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spaceFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spaceFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes spaceSlideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@media (max-width: 980px) {
  .product-console,
  .console-grid,
  .console-evidence,
  .logo-cloud div,
  .platform-grid,
  .framework-band,
  .stage-grid,
  .numbers-band {
    grid-template-columns: 1fr;
  }

  .console-sidebar {
    display: none;
  }

  .vanta-hero h1 {
    font-size: clamp(46px, 11vw, 78px);
  }
}

@media (max-width: 640px) {
  body:has(.vanta-hero) .topbar {
    align-items: flex-start;
  }

  .vanta-hero {
    padding-top: 24px;
  }

  .hero-announcement,
  .hero-url-form div,
  .vanta-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-url-form div {
    display: flex;
    border-radius: 18px;
  }

  .hero-url-form button,
  .vanta-hero .hero-actions .button {
    width: 100%;
  }

  .product-console {
    min-height: auto;
  }

  .console-main,
  .framework-band,
  .numbers-band div {
    padding: 20px;
  }
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-cyrillic.e58febde317b.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-latin.938c6e8019b6.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.space-theme {
  --space-blue: #03a4ed;
  --space-red: #fe3f40;
  --space-ink: #2a2a2a;
  --space-muted: #686868;
  --space-soft: #f7fbff;
  --space-container: 1320px;
  background: #fff;
  color: var(--space-ink);
  font-family: Manrope, Arial, sans-serif;
}

body.space-theme .space-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100px;
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: flex-start;
  padding: 0 max(24px, calc((100vw - var(--space-container)) / 2 + 12px));
  background: #fafafa;
  box-shadow: none;
  animation: spaceSlideInDown 0.75s both;
  transition: height 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
}

body.space-theme .space-topbar.space-topbar-sticky {
  position: fixed;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

body.space-theme .brand {
  color: transparent;
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: height 0.3s ease;
}

body.space-theme .space-topbar.space-topbar-sticky .brand {
  height: 80px;
}

body.space-theme .brand::before {
  content: "ПДН";
  color: var(--space-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

body.space-theme .brand::after {
  content: "Пилот";
  color: var(--space-red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

body.space-theme .nav {
  gap: 0;
  margin-top: 30px;
  transition: margin-top 0.3s ease;
}

body.space-theme .space-topbar.space-topbar-sticky .nav {
  margin-top: 20px;
}

body.space-theme .nav a,
body.space-theme .link-button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  color: var(--space-ink);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

body.space-theme .nav a:hover,
body.space-theme .link-button:hover {
  color: var(--space-red) !important;
}

body.space-theme .nav .button-small {
  height: 40px;
  min-height: 40px;
  margin-left: 20px;
  border-radius: 23px;
  background: var(--space-red);
  color: #fff;
  padding: 0 20px;
  font-weight: 400;
  letter-spacing: 0;
}

body.space-theme .nav .button-small:hover {
  background: var(--space-blue);
  color: #fff !important;
}

body.space-theme .page {
  width: 100%;
  max-width: none;
  padding: 0;
}

.space-landing {
  overflow: hidden;
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
}

.space-landing p {
  color: var(--space-ink);
  font-size: 15px;
  line-height: 30px;
}

.space-container {
  width: min(var(--space-container), calc(100% - 24px));
  margin: 0 auto;
  padding: 0 12px;
}

.space-hero {
  position: relative;
  padding: 226px 0 120px;
  animation: spaceFadeIn 1s ease 0.5s both;
}

.space-hero-left,
.space-hero-right {
  position: absolute;
  z-index: 0;
  width: auto;
  pointer-events: none;
  user-select: none;
}

.space-hero-left {
  top: 0;
  left: 0;
  height: 360px;
}

.space-hero-right {
  top: 96px;
  right: 0;
  height: 260px;
}

.space-hero-grid,
.space-about-grid,
.space-services-grid,
.space-report-grid,
.space-contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
}

.space-hero-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.space-hero-copy {
  margin-right: 45px;
}

.space-kicker {
  margin: 0 0 15px;
  color: var(--space-red);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.space-hero-copy h1,
.space-section-copy h2,
.space-section-heading h2,
.space-report-card h2,
.space-contact h2 {
  margin: 0 0 20px;
  color: var(--space-ink);
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0;
}

.space-hero-copy h1 {
  font-size: 50px;
  line-height: 72px;
}

.space-hero-copy h1 em,
.space-section-copy h2 em,
.space-section-heading h2 em {
  color: var(--space-blue);
  font-style: normal;
}

.space-hero-copy h1 span,
.space-section-heading h2 span {
  color: var(--space-red);
}

.space-hero-copy p:not(.space-kicker),
.space-section-copy p,
.space-report-card p,
.space-contact p {
  max-width: 650px;
  margin: 20px 0;
  color: var(--space-ink);
  font-size: 15px;
  line-height: 30px;
}

.space-search {
  position: relative;
  width: min(470px, 100%);
  height: 66px;
  margin-top: 30px;
  overflow: visible;
  border-radius: 33px;
  background: transparent;
  box-shadow: none;
}

.space-search input {
  width: 100%;
  height: 66px;
  border: 0;
  border-radius: 33px;
  background: var(--space-blue);
  color: #fff;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
}

.space-search input::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.space-search input:focus {
  outline: 3px solid rgba(254, 63, 64, 0.3);
  outline-offset: -3px;
}

.space-search button {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: auto;
  min-height: auto;
  margin: 0;
  border-radius: 23px;
  background: #fff;
  color: var(--space-red);
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: none;
}

.space-search button:hover {
  background: var(--space-red);
  color: #fff;
}

body.space-theme .nav a:focus-visible,
body.space-theme .link-button:focus-visible,
.space-button:focus-visible,
.space-search button:focus-visible,
.space-blog-button:focus-visible,
.space-contact-form button:focus-visible {
  outline: 3px solid rgba(254, 63, 64, 0.32);
  outline-offset: 3px;
}

.space-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.space-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 24px;
  padding: 12px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.space-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.space-button-red {
  background: var(--space-red);
  box-shadow: 0 16px 34px rgba(254, 63, 64, 0.22);
}

.space-button-blue {
  background: var(--space-blue);
  box-shadow: 0 16px 34px rgba(3, 164, 237, 0.2);
}

.space-hero-image picture,
.space-about-image picture,
.space-services-image picture,
.space-hero-image img,
.space-about-image img,
.space-services-image img {
  display: block;
  width: 100%;
}

.space-about {
  margin-top: 120px;
  padding: 140px 0 120px;
  background: url("../img/space-dynamic/about-bg.842d49d581a7.png") center center / cover no-repeat;
}

.space-about-grid {
  grid-template-columns: 0.75fr 1.25fr;
}

.space-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
}

.space-feature-grid article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.space-feature-grid img {
  width: 70px;
  height: 70px;
}

.space-feature-grid h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.space-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
}

.space-services {
  padding: 120px 0 0;
}

.space-services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.space-bars {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.space-bar div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  color: var(--space-ink);
}

.space-bar strong,
.space-bar span {
  font-weight: 800;
}

.space-bar span {
  color: var(--space-blue);
}

.space-bar i {
  display: block;
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: #f1f4f8;
}

.space-bar i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--space-blue), var(--space-red));
}

.space-offers {
  padding: 120px 0 80px;
}

.space-section-heading {
  max-width: 720px;
  margin: 0 auto 120px;
  text-align: center;
}

.space-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.space-offer-grid article {
  position: relative;
  min-height: 214px;
  overflow: visible;
  border-radius: 20px;
}

.space-offer-grid article:focus-visible {
  outline: 3px solid rgba(3, 164, 237, 0.35);
  outline-offset: 18px;
}

.space-hidden,
.space-visible {
  display: grid;
  place-items: center;
  border-radius: 20px;
  text-align: center;
}

.space-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 30px;
  background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}

.space-hidden::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: -1;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  background: linear-gradient(105deg, rgba(255, 52, 69, 1) 0%, rgba(255, 51, 78, 1) 100%);
  transform: rotate(45deg);
}

.space-hidden h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.space-hidden p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}

.space-visible {
  position: relative;
  top: 0;
  z-index: 3;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: top 0.5s ease, box-shadow 0.2s ease;
}

.space-visible img {
  width: 100px;
  max-width: 100px;
  margin-bottom: 16px;
}

.space-visible strong {
  color: var(--space-ink);
  font-size: 20px;
}

.space-offer-grid article:hover .space-hidden,
.space-offer-grid article:focus-visible .space-hidden {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.space-offer-grid article:hover .space-visible,
.space-offer-grid article:focus-visible .space-visible {
  top: 90px;
}

.space-report {
  position: relative;
  padding: 54px 0 116px;
}

.space-report-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
}

.space-report-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(26, 53, 80, 0.12);
}

.space-report-card picture,
.space-report-card img {
  display: block;
  width: 100%;
}

.space-report-card img {
  max-height: 340px;
  object-fit: cover;
}

.space-report-card div {
  padding: 26px;
}

.space-report-card span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eaf7ff;
  color: var(--space-blue);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
}

.space-report-list {
  display: grid;
  gap: 22px;
}

.space-report-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.space-report-list span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--space-blue);
  color: #fff;
  font-weight: 850;
}

.space-report-list h3 {
  margin: 0 0 8px;
  color: var(--space-ink);
  font-size: 22px;
}

.space-report-list p {
  margin: 0;
  color: var(--space-muted);
  line-height: 1.7;
}

.space-blog {
  position: relative;
  margin-top: 80px;
  padding: 120px 0 80px;
}

.space-blog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
  margin-bottom: 44px;
}

.space-blog-head .space-section-copy h2 {
  max-width: 560px;
  margin-right: 180px;
}

.space-blog-head .space-section-copy h2 span {
  color: var(--space-red);
}

.space-blog-head img {
  justify-self: end;
  max-width: 270px;
  margin-top: -80px;
}

.space-blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 30px;
  align-items: start;
}

.space-blog-main {
  position: relative;
  padding-bottom: 140px;
}

.space-blog-main > a picture,
.space-blog-main > a img {
  display: block;
  width: 100%;
}

.space-blog-main > a img {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.space-blog-main-info {
  position: relative;
}

.space-blog-main-inner {
  position: absolute;
  margin-top: -100px;
  margin-right: 75px;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.space-blog-main-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.space-blog-main-inner li,
.space-blog-list span {
  color: #afafaf;
  font-size: 15px;
  font-weight: 300;
}

.space-blog-main-inner h3,
.space-blog-list h3 {
  margin: 20px 0 15px;
  color: var(--space-ink);
  font-size: 20px;
  font-weight: 700;
}

.space-blog-main-inner p,
.space-blog-list p {
  margin: 0;
  color: var(--space-ink);
  font-size: 15px;
  line-height: 30px;
}

.space-blog-button {
  position: absolute;
  bottom: -80px;
  left: 0;
  display: inline-block;
  border-radius: 23px;
  background: var(--space-blue);
  color: #fff;
  padding: 12px 25px;
  font-size: 15px;
  letter-spacing: 0;
}

.space-blog-button:hover {
  background: var(--space-red);
  color: #fff;
}

.space-blog-list {
  display: grid;
  gap: 30px;
  margin-left: 30px;
}

.space-blog-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 45px;
  align-items: center;
}

.space-blog-list picture,
.space-blog-list img {
  display: block;
  width: 250px;
}

.space-blog-list img {
  border-radius: 20px;
}

.space-contact {
  padding: 160px 0;
  background: url("../img/space-dynamic/contact-bg.7e6606ea25d2.png") center center / cover no-repeat;
}

.space-contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
}

.space-contact h2,
.space-contact p,
.space-contact .space-kicker {
  color: #fff;
}

.space-contact p {
  color: rgba(255, 255, 255, 0.88);
}

.space-contact-form {
  position: relative;
  display: grid;
  gap: 0;
  margin-left: 30px;
  border-radius: 20px;
  background: #fff;
  padding: 60px 30px;
  box-shadow: 0 24px 60px rgba(70, 14, 20, 0.16);
}

.space-contact-form::before {
  content: "";
  position: absolute;
  right: -166px;
  bottom: 0;
  width: 178px;
  height: 339px;
  background: url("../img/space-dynamic/contact-decoration.064a46b7941e.png") center / contain no-repeat;
  pointer-events: none;
}

.space-contact-form input,
.space-contact-form textarea {
  border: 0;
  border-radius: 33px;
  background: #d1f3ff;
  padding: 0 20px;
  margin-bottom: 20px;
  color: var(--space-ink);
  font-size: 15px;
  font-weight: 300;
}

.space-contact-form input {
  height: 46px;
}

.space-contact-form textarea {
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  padding: 15px 20px;
  resize: vertical;
}

.space-contact-form button {
  justify-self: start;
  border-radius: 24px;
  background: var(--space-blue);
  padding: 13px 25px;
}

.space-contact-form button:hover {
  background: var(--space-red);
}

@media (max-width: 1399px) {
  body.space-theme {
    --space-container: 1140px;
  }
}

@media (max-width: 1199px) {
  body.space-theme {
    --space-container: 960px;
  }
}

@media (max-width: 1100px) {
  body.space-theme .nav a,
  body.space-theme .link-button {
    padding: 0 12px;
    font-size: 14px;
  }

  body.space-theme .nav .button-small {
    margin-left: 8px;
    padding: 0 18px;
  }
}

@media (max-width: 980px) {
  body.space-theme {
    --space-container: 720px;
  }

  .space-hero-grid,
  .space-about-grid,
  .space-services-grid,
  .space-report-grid,
  .space-blog-head,
  .space-blog-grid,
  .space-contact-grid,
  .space-feature-grid,
  .space-blog-list article,
  .space-offer-grid {
    grid-template-columns: 1fr;
  }

  .space-hero {
    padding: 170px 0 90px;
  }

  .space-hero-copy {
    margin-right: 0;
  }

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

  .space-about {
    padding: 90px 0;
  }

  .space-about-image {
    max-width: 360px;
    justify-self: center;
  }

  .space-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .space-blog-head .space-section-copy h2 {
    margin-right: 0;
  }

  .space-blog-head img {
    display: none;
  }

  .space-blog-main-inner {
    position: relative;
    margin-top: -70px;
    margin-right: 0;
  }

  .space-blog-main {
    padding-bottom: 0;
  }

  .space-blog-button {
    position: static;
    margin-top: 24px;
  }

  .space-blog-list {
    margin-left: 0;
  }

  .space-contact-form::before,
  .space-hero-left,
  .space-hero-right {
    display: none;
  }
}

@media (max-width: 640px) {
  body.space-theme {
    --space-container: 540px;
  }

  body.space-theme .space-topbar {
    position: relative;
    height: auto;
    align-items: flex-start;
    padding: 14px 16px;
  }

  body.space-theme .space-topbar.space-topbar-sticky {
    position: fixed;
    height: auto;
  }

  body.space-theme .nav {
    gap: 12px;
    margin-top: 0;
    flex-wrap: wrap;
  }

  body.space-theme .space-topbar.space-topbar-sticky .nav {
    margin-top: 0;
  }

  body.space-theme .brand {
    height: 40px;
  }

  body.space-theme .space-topbar.space-topbar-sticky .brand {
    height: 40px;
  }

  .space-hero {
    padding: 44px 0 54px;
  }

  .space-hero-copy h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .space-search {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 24px;
    background: var(--space-blue);
  }

  .space-search input {
    height: 58px;
    border-radius: 24px 24px 0 0;
  }

  .space-search button {
    position: static;
    width: calc(100% - 16px);
    margin: 0 8px 8px;
  }

  .space-actions,
  .space-button {
    width: 100%;
  }

  .space-offer-grid {
    grid-template-columns: 1fr;
  }

  .space-feature-grid article,
  .space-blog-list article,
  .space-report-list article {
    grid-template-columns: 1fr;
  }

  .space-blog-list picture,
  .space-blog-list img {
    width: 100%;
  }

  .space-contact,
.space-contact-form {
    padding: 24px;
  }
}

.bot-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 820px) {
  .law-hero-grid,
  .law-article,
  .law-anchor-grid,
  .legal-overview-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-inner,
  .site-footer-brand {
    align-items: flex-start;
  }

  .site-footer-inner {
    flex-direction: column;
  }

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