: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: Manrope, 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;
}

.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);
}

.panel, .auth-card, .score-card {

  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.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;
}

.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) {
  .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);
  }
}

body.prefix-theme {

  background: #ffffff;
  color: #28454e;
  font-family: "Manrope", system-ui, 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;
}

/* Trust signals strip */
.prefix-trust {

  padding: 18px 0 8px;
}

.prefix-trust-grid {

  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  padding: 20px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(25, 41, 56, 0.06);
}

.prefix-trust-stat {

  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}

.prefix-trust-stat strong {

  font-size: 30px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.prefix-trust-stat span {

  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.prefix-trust-divider {

  width: 1px;
  align-self: stretch;
  background: var(--line);
}

.prefix-trust-badges {

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  min-width: 0;
}

.prefix-trust-badges li {

  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.prefix-trust-badges li::before {

  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.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;
}

/* Hero product mock preview (CSS-built report card) */
.prefix-hero-mock {
  display: flex;
  justify-content: center;
}

.prefix-mock-window {
  width: min(100%, 560px);
  background: var(--surface);
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(8, 77, 89, 0.18);
  border: 1px solid var(--line);
  overflow: hidden;
  text-align: left;
}

.prefix-mock-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--line);
}

.prefix-mock-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d7e1e9;
}

.prefix-mock-bar span:nth-child(1) {
  background: #ff5f57;
}

.prefix-mock-bar span:nth-child(2) {
  background: #febc2e;
}

.prefix-mock-bar span:nth-child(3) {
  background: #28c840;
}

.prefix-mock-url {
  margin-left: 10px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.prefix-mock-body {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(120px, 140px) 1fr;
  gap: 22px;
  align-items: start;
}

.prefix-mock-score {
  text-align: center;
  padding: 16px 12px;
  background: linear-gradient(160deg, #fff5f3, #fff);
  border: 1px solid #f4c7c0;
  border-radius: 14px;
}

.prefix-mock-score-num {
  font-size: 44px;
  font-weight: 800;
  color: var(--danger);
  line-height: 1;
}

.prefix-mock-score-num span {
  font-size: 16px;
  color: var(--muted);
  font-weight: 700;
}

.prefix-mock-score-label {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--danger);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.prefix-mock-findings {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.prefix-mock-finding {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.prefix-mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
}

.prefix-mock-dot--danger {
  background: var(--danger);
}

.prefix-mock-dot--warning {
  background: var(--warning);
}

.prefix-mock-dot--ok {
  background: var(--ok);
}

.prefix-mock-finding strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
}

.prefix-mock-finding p {
  margin: 2px 0 0;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
}

.prefix-mock-evidence {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  margin-top: 4px;
}

.prefix-mock-evidence span {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-dark);
  background: rgba(15, 107, 123, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}

.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 var(--muted);
  border-radius: 20px;
  background: #fff;
  padding: 36px;
  box-shadow: 0 20px 50px rgba(210, 218, 218, 0.72);
  text-align: center;
}

.prefix-score-high {
  border-top-color: var(--danger);
}

.prefix-score-panel.prefix-score-high strong {
  color: var(--danger);
}

.prefix-score-mid {
  border-top-color: var(--warning);
}

.prefix-score-panel.prefix-score-mid strong {
  color: var(--warning);
}

.prefix-score-low {
  border-top-color: var(--ok);
}

.prefix-score-panel.prefix-score-low strong {
  color: var(--ok);
}

.prefix-score-verdict {

  margin: 6px 0 0;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 15px;
}

.prefix-score-high .prefix-score-verdict {
  color: var(--danger);
}

.prefix-score-mid .prefix-score-verdict {
  color: var(--warning);
}

.prefix-score-low .prefix-score-verdict {
  color: var(--ok);
}

.prefix-score-unknown .prefix-score-verdict {
  color: var(--muted);
}

.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-left: 6px solid var(--line);
  border-radius: 5px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 12px 36px rgba(40, 69, 78, 0.09);
}

.prefix-finding-critical {

  border-left-color: var(--danger);
  background: linear-gradient(90deg, rgba(180, 35, 24, 0.055), #fff 22%);
}

.prefix-finding-warning {

  border-left-color: var(--warning);
  background: linear-gradient(90deg, rgba(183, 121, 31, 0.075), #fff 22%);
}

.prefix-finding-ok {

  border-left-color: var(--ok);
  background: linear-gradient(90deg, rgba(31, 122, 77, 0.06), #fff 22%);
}

.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;
  }

  .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;
  }

  .prefix-mock-body {

    grid-template-columns: 1fr;
  }

  .prefix-mock-score {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: left;
  }

  .prefix-mock-score-label {

    margin-top: 0;
  }

  .prefix-trust-grid {

    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .prefix-trust-divider {

    display: none;
  }

  .prefix-trust-badges {

    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.prefix-theme .topbar {

    align-items: center;
    flex-direction: row;
  }

  body.prefix-theme .page {

    padding-top: 76px;
  }

  .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;
  }
}

.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;
}

.customer-stage {

  margin-top: 78px;
}

.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;
}

.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));
}

@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) {
  .console-grid, .console-evidence {

    grid-template-columns: 1fr;
  }

  .console-sidebar {

    display: none;
  }
}

@media (max-width: 640px) {
  .console-main {

    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;
}

.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;
  }
}

.site-footer-columns {

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
}

.site-footer-col {

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer-col strong {

  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.site-footer-col a {

  color: var(--text);
  line-height: 1.35;
}

.site-footer-col a:hover {

  color: var(--primary);
}

@media (max-width: 760px) {
  .site-footer-columns {

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

.breadcrumbs {

  width: min(1160px, calc(100% - 32px));
  margin: 18px auto 0;
  font-size: 0.86rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.breadcrumbs a {
 color: var(--muted);
}

.breadcrumbs a:hover {
 color: var(--primary);
}

.breadcrumbs span[aria-current] {
 color: var(--text);
}

.breadcrumbs li {
 list-style: none; display: inline-flex; gap: 6px; align-items: center;
}

.breadcrumbs ol {
 display: contents; margin: 0; padding: 0;
}

.breadcrumbs li + li::before {
 content: "/"; color: var(--line);
}

.seo-content {

  padding: 8px 0 48px;
}

body.prefix-narrow .breadcrumbs, body.prefix-narrow .seo-content {

  width: min(800px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.seo-prose {
 color: var(--text); font-size: 1.04rem; line-height: 1.7; max-width: 820px;
}

.seo-prose h2 {

  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem);
  margin: 2.2rem 0 0.8rem;
  line-height: 1.25;
  scroll-margin-top: 90px;
}

.seo-prose h3 {

  font-size: 1.2rem;
  margin: 1.6rem 0 0.6rem;
  scroll-margin-top: 90px;
}

.seo-prose p {
 margin: 0 0 1rem;
}

.seo-prose ul, .seo-prose ol {
 margin: 0 0 1.1rem; padding-left: 1.3rem;
}

.seo-prose li {
 margin: 0.35rem 0;
}

.seo-prose a {
 color: var(--primary); text-decoration: underline; text-underline-offset: 2px;
}

.seo-prose a:hover {
 color: var(--primary-dark);
}

.seo-prose strong {
 color: var(--ink);
}

.seo-checklist {
 list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: 10px;
}

.seo-checklist li {

  position: relative;
  padding: 12px 14px 12px 42px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.seo-checklist li::before {

  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(15, 107, 123, 0.12);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.seo-table-wrap {
 overflow-x: auto; margin: 0 0 1.4rem;
}

.seo-table {

  width: 100%;
  border-collapse: collapse;
  font-size: 0.96rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.seo-table th, .seo-table td {

  text-align: left;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.seo-table th {
 background: var(--surface-strong); color: var(--ink); font-weight: 600;
}

.seo-table tr:last-child td {
 border-bottom: none;
}

.seo-toc {

  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  margin: 0 0 1.6rem;
}

.seo-toc strong {
 display: block; margin-bottom: 8px; color: var(--ink);
}

.seo-toc ol {
 margin: 0; padding-left: 1.1rem;
}

.seo-toc a {
 color: var(--text);
}

.seo-toc a:hover {
 color: var(--primary);
}

.seo-cta {

  margin: 1.8rem 0;
  padding: 22px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 107, 123, 0.1), rgba(91, 91, 214, 0.08));
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: space-between;
}

.seo-cta div {
 max-width: 520px;
}

.seo-cta strong {
 display: block; font-size: 1.1rem; color: var(--ink); margin-bottom: 4px;
}

.seo-cta p {
 margin: 0; color: var(--muted); font-size: 0.95rem;
}

.faq-list {
 display: grid; gap: 10px; margin: 1rem 0 1.6rem;
}

.faq-item {

  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 16px;
}

.faq-item summary {

  cursor: pointer;
  list-style: none;
  padding: 14px 28px 14px 0;
  font-weight: 600;
  color: var(--ink);
  position: relative;
}

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

.faq-item summary::after {

  content: "+";
  position: absolute;
  right: 2px;
  top: 12px;
  font-size: 1.3rem;
  color: var(--primary);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
 transform: rotate(45deg);
}

.faq-item .faq-answer {
 padding: 0 0 14px; color: var(--text); line-height: 1.65;
}

.faq-item .faq-answer p {
 margin: 0 0 0.6rem;
}

.related-links {
 margin: 2rem 0 0;
}

.related-links strong {
 display: block; margin-bottom: 10px; color: var(--ink);
}

.related-grid {
 display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px;
}

.related-grid a {

  display: block;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
}

.related-grid a:hover {
 border-color: var(--primary); color: var(--primary);
}

.blog-grid {
 display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}

.blog-card {

  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.blog-card time {
 font-size: 0.82rem; color: var(--muted);
}

.blog-card h2 {
 font-size: 1.15rem; margin: 0;
}

.blog-card a {
 color: inherit;
}

.blog-card a:hover {
 color: var(--primary);
}

.blog-card p {
 margin: 0; color: var(--muted); font-size: 0.95rem;
}

.fines-calc {
 background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px; margin: 1.2rem 0 1.8rem;
}

.fines-calc .calc-options {
 display: grid; gap: 10px; margin-bottom: 16px;
}

.fines-calc label {
 display: flex; gap: 10px; align-items: flex-start; cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
 width: auto;
}

.fines-calc label input[type="checkbox"] {
 flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0;
}

.fines-calc label span {
 flex: 1; line-height: 1.4;
}

.fines-calc .calc-result {
 border-top: 1px solid var(--line); padding-top: 14px;
}

.fines-calc .calc-total {
 font-size: 1.3rem; font-weight: 700; color: var(--ink);
}

.fines-calc .calc-note {
 font-size: 0.85rem; color: var(--muted); margin-top: 6px;
}

.doc-generator {
 background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px; margin: 1.2rem 0 1.8rem;
}

.doc-generator .gen-fields {
 display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-generator .gen-fields label {
 display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; color: var(--muted);
}

.doc-generator .gen-fields .gen-full {
 grid-column: 1 / -1;
}

.doc-generator input, .doc-generator textarea {

  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
  color: var(--text);
}

.doc-generator textarea {
 min-height: 88px; resize: vertical;
}

.doc-generator .gen-actions {
 margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap;
}

.doc-output {

  margin-top: 16px;
  white-space: pre-wrap;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  max-height: 360px;
  overflow: auto;
}

@media (max-width: 640px) {
  .doc-generator .gen-fields {
 grid-template-columns: 1fr;
  }
}

.seo-hero {
 padding: 16px 0 4px;
}

.seo-hero .seo-hero-lead {
 max-width: 760px;
}

@media (min-width: 921px) {
  body.prefix-inner .page {
 padding-top: 92px;
  }

  body.prefix-inner .prefix-hero {
 padding-top: 28px; padding-bottom: 56px;
  }
}

.seo-hero h1 {
 font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem); line-height: 1.15; margin: 0 0 0.8rem;
}

.seo-hero .seo-hero-lead {
 font-size: 1.1rem; color: var(--muted); max-width: 720px;
}

.seo-hero .seo-hero-actions {
 margin-top: 18px; display: flex; gap: 12px; flex-wrap: wrap;
}

.nav-toggle {

  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 40px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {

  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
 transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
 opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
 transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 920px) {
  .topbar {
 position: relative;
  }

  .nav-toggle {
 display: flex;
  }

  .nav {

    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    min-width: 248px;
    max-width: min(92vw, 320px);
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: none;
  }

  .nav.is-open {
 display: flex;
  }

  .nav a, .nav .link-button {
 display: block; width: 100%; padding: 10px 12px;
  }

  .nav .button-small {
 width: 100%; text-align: center; margin-top: 4px;
  }

  .nav form, .nav form button {
 width: 100%; text-align: left;
  }

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

  body.prefix-theme .topbar {
 flex-direction: row; align-items: center;
  }

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