/*
 * SecuTest About page — product-led redesign.
 *
 * This stylesheet is intentionally scoped to .about-page and layers over the
 * existing public-site visual system. It does not change shared landing styles.
 */

.about-page {
  --about-panel: #0b1729;
  --about-panel-2: #0d1b30;
  --about-line: rgba(139, 170, 207, 0.16);
  --about-line-strong: rgba(82, 161, 255, 0.28);
  --about-muted-dark: #91a4bc;
  --about-cyan: #73d9e8;
  --about-green: #7de5b8;
}

.about-page .desktop-nav a[aria-current="page"] {
  color: #ffffff;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0) 76%, rgba(7, 17, 31, 0.48)),
    var(--navy-950);
  color: var(--white);
}

.about-hero-grid,
.about-proof-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(130, 161, 200, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 161, 200, 0.11) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 92%);
}

.about-hero-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.about-hero-glow-one {
  width: 640px;
  height: 640px;
  top: -360px;
  right: 2%;
  background: radial-gradient(circle, rgba(36, 99, 235, 0.28), transparent 68%);
}

.about-hero-glow-two {
  width: 460px;
  height: 460px;
  bottom: -310px;
  left: -100px;
  background: radial-gradient(circle, rgba(36, 200, 229, 0.17), transparent 68%);
}

.about-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(430px, 0.87fr);
  align-items: center;
  gap: 76px;
  padding-block: 104px 116px;
}

.about-hero-copy {
  min-width: 0;
}

.about-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 7px 11px;
  border: 1px solid rgba(82, 161, 255, 0.22);
  border-radius: 999px;
  background: rgba(31, 83, 148, 0.14);
  color: #91c7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 5px rgba(36, 200, 229, 0.1);
}

.about-hero h1 {
  max-width: 760px;
  margin: 24px 0 24px;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.01;
  letter-spacing: -0.057em;
}

.about-hero-description {
  max-width: 650px;
  margin: 0;
  color: #b7c5d8;
  font-size: 18px;
  line-height: 1.75;
}

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

.about-button-ghost {
  border-color: rgba(157, 185, 219, 0.26);
  background: rgba(255, 255, 255, 0.055);
  color: #e4edf7;
  box-shadow: none;
}

.about-button-ghost:hover,
.about-button-ghost:focus-visible {
  border-color: rgba(157, 185, 219, 0.44);
  background: rgba(255, 255, 255, 0.09);
}

.about-hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.about-hero-assurances li {
  position: relative;
  padding-left: 17px;
  color: #8fa3bb;
  font-size: 12px;
  font-weight: 650;
}

.about-hero-assurances li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59dfa8;
  box-shadow: 0 0 0 4px rgba(89, 223, 168, 0.08);
  transform: translateY(-50%);
}

.assessment-console {
  overflow: hidden;
  border: 1px solid rgba(131, 165, 207, 0.19);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 99, 235, 0.12), transparent 36%),
    rgba(10, 25, 44, 0.82);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.assessment-console-bar {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(148, 177, 214, 0.13);
}

.console-dots {
  display: flex;
  gap: 6px;
}

.console-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3a4b62;
}

.console-dots span:first-child { background: #ed6a5e; }
.console-dots span:nth-child(2) { background: #f4bd4f; }
.console-dots span:nth-child(3) { background: #61c454; }

.assessment-console-bar p {
  margin: 0;
  color: #71849b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.console-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7de5b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.console-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59dfa8;
  box-shadow: 0 0 0 4px rgba(89, 223, 168, 0.08);
}

.assessment-console-body {
  padding: 28px;
}

.console-target,
.console-surface-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.console-target strong {
  display: block;
  margin-top: 5px;
  color: #f4f8fd;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.console-label {
  display: block;
  color: #637994;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.console-scope {
  padding: 5px 8px;
  border: 1px solid rgba(82, 161, 255, 0.18);
  border-radius: 6px;
  background: rgba(52, 120, 246, 0.08);
  color: #87bfff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.console-divider {
  height: 1px;
  margin: 23px 0 19px;
  background: rgba(148, 177, 214, 0.11);
}

.console-surface-heading small {
  color: #647892;
  font-size: 10px;
}

.console-surface-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.console-surface-list > div {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 13px;
  border: 1px solid rgba(148, 177, 214, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.console-surface-list span,
.console-surface-list b {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.07em;
}

.console-surface-list span {
  color: #cbd8e6;
  font-weight: 700;
}

.console-surface-list b {
  position: relative;
  padding-left: 14px;
  color: #75d9c0;
  font-weight: 800;
}

.console-surface-list b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59dfa8;
  transform: translateY(-50%);
}

.console-output {
  margin-top: 19px;
  padding: 15px;
  border: 1px solid rgba(82, 161, 255, 0.16);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(36, 99, 235, 0.09), rgba(36, 200, 229, 0.035));
}

.console-output-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}

.console-output-grid span {
  position: relative;
  padding-left: 14px;
  color: #9eb0c6;
  font-size: 10px;
}

.console-output-grid span::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #6caeff;
}

.about-flow-section,
.about-principles-section,
.about-use-cases-section,
.about-method-section {
  padding-block: 108px;
}

.about-section-heading {
  max-width: 720px;
}

.about-section-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.about-section-heading h2 {
  margin: 12px 0 18px;
  color: var(--slate-950);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.about-section-heading > p:last-child {
  margin: 0;
  color: var(--slate-600);
  font-size: 17px;
  line-height: 1.75;
}

.assessment-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 58px 0 0;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(22, 40, 67, 0.07);
  list-style: none;
}

.assessment-flow li {
  position: relative;
  min-height: 250px;
  padding: 28px;
}

.assessment-flow li + li {
  border-left: 1px solid var(--border);
}

.assessment-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-50%);
}

.flow-index {
  display: block;
  color: var(--slate-400, #94a3b8);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flow-icon {
  width: 54px;
  min-height: 32px;
  display: grid;
  place-items: center;
  margin-top: 34px;
  padding: 7px;
  border: 1px solid var(--blue-100);
  border-radius: 7px;
  background: #f0f6ff;
  color: var(--blue-700);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.flow-icon-wide {
  width: 64px;
}

.assessment-flow h3 {
  margin: 18px 0 7px;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.assessment-flow p {
  margin: 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.65;
}

.about-surface-section {
  padding-block: 108px;
  border-block: 1px solid var(--border);
  background: var(--slate-50);
}

.about-surface-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 74px;
}

.about-surface-layout > .about-section-heading {
  position: sticky;
  top: 120px;
}

.surface-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(22, 40, 67, 0.06);
}

.surface-matrix article {
  min-height: 220px;
  padding: 27px;
}

.surface-matrix article:nth-child(even) {
  border-left: 1px solid var(--border);
}

.surface-matrix article:nth-child(n+3) {
  border-top: 1px solid var(--border);
}

.surface-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.surface-top span,
.surface-top strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.surface-top span {
  color: #9aa8b8;
}

.surface-top strong {
  color: var(--blue-600);
}

.surface-matrix h3 {
  margin: 40px 0 8px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.surface-matrix p {
  margin: 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.65;
}

.about-proof-section {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background:
    radial-gradient(circle at 80% 35%, rgba(36, 99, 235, 0.13), transparent 36%),
    var(--navy-950);
  color: var(--white);
}

.about-proof-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1fr);
  align-items: center;
  gap: 78px;
}

.about-section-heading-light h2 {
  color: var(--white);
}

.about-section-heading-light > p:last-of-type {
  color: #91a4bc;
}

.proof-points {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 38px 0 0;
  border-top: 1px solid rgba(148, 177, 214, 0.14);
  list-style: none;
}

.proof-points li {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(148, 177, 214, 0.14);
}

.proof-points strong {
  color: #e7f0fa;
  font-size: 12px;
}

.proof-points span {
  color: #8196af;
  font-size: 12px;
  line-height: 1.55;
}

.finding-preview-window {
  overflow: hidden;
  border: 1px solid rgba(148, 177, 214, 0.17);
  border-radius: 18px;
  background: #f6f8fb;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.finding-preview-toolbar {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.finding-preview-toolbar > div {
  display: flex;
  gap: 5px;
}

.finding-preview-toolbar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--slate-300);
}

.finding-preview-toolbar p {
  margin: 0;
  color: var(--slate-500);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
}

.finding-preview-body {
  padding: 30px;
  color: var(--slate-950);
}

.finding-preview-topline {
  display: flex;
  align-items: center;
  gap: 9px;
}

.finding-preview-severity {
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--orange-100);
  color: var(--orange-600);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.finding-preview-category {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.finding-preview-body h3 {
  margin: 16px 0 8px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.finding-preview-summary {
  margin: 0;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 1.65;
}

.finding-preview-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #ffffff;
}

.finding-preview-block > span,
.finding-preview-columns > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--slate-500);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.finding-preview-block code {
  display: block;
  overflow-wrap: anywhere;
  color: #27364a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.finding-preview-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.finding-preview-columns > div {
  padding: 15px;
  border-radius: 9px;
  background: #ffffff;
}

.finding-preview-columns p {
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.6;
}

.finding-preview-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.finding-preview-footer span {
  padding: 5px 8px;
  border: 1px solid #dbe5f0;
  border-radius: 6px;
  background: #f8fbfe;
  color: #6a7b8f;
  font-size: 8px;
  font-weight: 800;
}

.example-disclaimer {
  margin: 13px 4px 0;
  color: #70849d;
  font-size: 9px;
  line-height: 1.5;
}

.about-principles-section {
  background: var(--white);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.principle-grid article {
  min-height: 260px;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(52, 120, 246, 0.025), transparent 42%),
    var(--white);
}

.principle-code {
  color: var(--blue-600);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.principle-grid h3 {
  margin: 72px 0 9px;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.principle-grid p {
  margin: 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.7;
}

.about-use-cases-section {
  border-block: 1px solid var(--border);
  background: var(--slate-50);
}

.about-use-cases-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 80px;
}

.about-use-cases-layout .button {
  margin-top: 28px;
}

.use-case-list {
  border-top: 1px solid var(--border);
}

.use-case-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
}

.use-case-list > article > span {
  color: var(--blue-600);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.use-case-list h3 {
  margin: 0 0 5px;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.use-case-list p {
  margin: 0;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 1.65;
}

.about-method-section {
  background: var(--white);
}

.method-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  padding: 52px;
  border: 1px solid rgba(52, 120, 246, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 200, 229, 0.08), transparent 35%),
    linear-gradient(135deg, #f7faff, #ffffff);
}

.method-copy h2 {
  margin: 12px 0 16px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.method-copy > p:not(.section-kicker):not(.method-links) {
  margin: 0;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.75;
}

.method-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 0;
  color: var(--blue-700);
  font-size: 11px;
  font-weight: 750;
}

.method-links a {
  text-decoration: none;
}

.method-links a:hover,
.method-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.method-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
}

.method-facts article {
  min-height: 128px;
  padding: 22px;
}

.method-facts article:nth-child(even) {
  border-left: 1px solid var(--border);
}

.method-facts article:nth-child(n+3) {
  border-top: 1px solid var(--border);
}

.method-facts span,
.method-facts strong {
  display: block;
}

.method-facts span {
  color: var(--blue-600);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.method-facts strong {
  margin-top: 29px;
  color: var(--slate-800);
  font-size: 13px;
  line-height: 1.45;
}

.about-final-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.95);
  color: var(--slate-950);
}

@media (max-width: 1050px) {
  .about-hero-layout,
  .about-proof-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-hero-copy {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .about-eyebrow,
  .about-hero-actions,
  .about-hero-assurances {
    justify-content: center;
  }

  .assessment-console,
  .finding-preview {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .about-surface-layout,
  .about-use-cases-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-surface-layout > .about-section-heading {
    position: static;
  }

  .about-proof-layout > .about-section-heading {
    max-width: 760px;
    margin-inline: auto;
  }

  .method-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 820px) {
  .about-flow-section,
  .about-surface-section,
  .about-proof-section,
  .about-principles-section,
  .about-use-cases-section,
  .about-method-section {
    padding-block: 82px;
  }

  .assessment-flow {
    grid-template-columns: 1fr 1fr;
  }

  .assessment-flow li + li {
    border-left: 0;
  }

  .assessment-flow li:nth-child(even) {
    border-left: 1px solid var(--border);
  }

  .assessment-flow li:nth-child(n+3) {
    border-top: 1px solid var(--border);
  }

  .assessment-flow li::after {
    display: none !important;
  }

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

  .principle-grid article {
    min-height: 0;
  }

  .principle-grid h3 {
    margin-top: 38px;
  }
}

@media (max-width: 650px) {
  .about-hero-layout {
    padding-block: 68px 78px;
  }

  .about-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .about-hero-description {
    font-size: 16px;
  }

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

  .about-hero-actions .button {
    width: 100%;
  }

  .about-hero-assurances {
    align-items: flex-start;
    flex-direction: column;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .assessment-console-body,
  .finding-preview-body {
    padding: 22px 18px;
  }

  .assessment-console-bar {
    grid-template-columns: auto 1fr;
  }

  .console-status {
    display: none;
  }

  .console-output-grid,
  .finding-preview-columns,
  .surface-matrix,
  .method-facts {
    grid-template-columns: 1fr;
  }

  .surface-matrix article:nth-child(even),
  .method-facts article:nth-child(even) {
    border-left: 0;
  }

  .surface-matrix article + article,
  .method-facts article + article {
    border-top: 1px solid var(--border);
  }

  .assessment-flow {
    grid-template-columns: 1fr;
  }

  .assessment-flow li:nth-child(even) {
    border-left: 0;
  }

  .assessment-flow li + li {
    border-top: 1px solid var(--border);
  }

  .assessment-flow li {
    min-height: 0;
  }

  .flow-icon {
    margin-top: 25px;
  }

  .surface-matrix article {
    min-height: 0;
  }

  .surface-matrix h3 {
    margin-top: 30px;
  }

  .proof-points li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .method-panel {
    padding: 28px 20px;
  }

  .method-copy h2 {
    font-size: 30px;
  }

  .method-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .method-links span {
    display: none;
  }

  .finding-preview-body h3 {
    font-size: 21px;
  }

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

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