/* ATIYO public search and resource-page design system. */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/static/fonts/plus-jakarta-sans-400.503e7cbdb484.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/static/fonts/plus-jakarta-sans-700.5b629bd8abb4.woff2") format("woff2");
  font-weight: 700 800;
  font-display: swap;
}
:root {
  --ink: #15121c;
  --muted: #625d6b;
  --purple: #6c43f3;
  --purple-dark: #4e2f88;
  --purple-soft: #eee8ff;
  --orange: #ff6a3d;
  --paper: #ffffff;
  --wash: #f7f5fb;
  --line: rgba(21, 18, 28, 0.1);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--purple); }
img { display: block; max-width: 100%; }
.seo-wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.seo-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.seo-nav-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.seo-brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--purple);
  color: white;
}
.seo-nav-links { display: flex; align-items: center; gap: 22px; }
.seo-nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.seo-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--purple);
  box-shadow: 0 12px 30px rgba(108, 67, 243, 0.22);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.seo-button:hover { background: #5936d9; transform: translateY(-1px); }
.seo-button.secondary {
  background: var(--paper);
  box-shadow: none;
  border: 1px solid var(--line);
  color: var(--ink) !important;
}
.seo-button.dark { background: var(--ink); }
.seo-eyebrow {
  margin: 0 0 17px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.seo-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.seo-crumb a { color: inherit; text-decoration: none; }
.seo-hero {
  overflow: hidden;
  padding: 82px 0 74px;
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(108, 67, 243, 0.18), transparent 68%),
    linear-gradient(180deg, #fff 0%, var(--wash) 100%);
}
.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 64px;
}
.seo-hero h1, .resource-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(43px, 5.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.seo-lead {
  max-width: 690px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.seo-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.seo-product-shot {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(108, 67, 243, 0.17);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 80px rgba(50, 37, 85, 0.15);
  transform: rotate(1deg);
}
.seo-product-shot img { width: 100%; height: auto; border-radius: 14px; }
.seo-product-chip {
  position: absolute;
  right: -18px;
  bottom: -20px;
  max-width: 230px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transform: rotate(-2deg);
}
.seo-section { padding: 92px 0; }
.seo-section.wash { background: var(--wash); }
.seo-section.dark { background: var(--ink); color: white; }
.seo-section-head { max-width: 760px; margin-bottom: 42px; }
.seo-section h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.07;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.seo-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.seo-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.seo-card-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 10px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
}
.seo-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -0.02em; }
.seo-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.seo-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
}
.seo-step { min-height: 260px; padding: 28px; background: var(--ink); }
.seo-step b {
  display: block;
  margin-bottom: 68px;
  color: #b7a6f5;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.seo-step h3 { margin: 0 0 10px; font-size: 20px; }
.seo-step p { margin: 0; color: rgba(255, 255, 255, 0.63); font-size: 14px; line-height: 1.65; }
.seo-audience-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.seo-audience {
  padding: 13px 17px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 14px;
  font-weight: 800;
}
.seo-faq { max-width: 860px; }
.seo-faq details { border-top: 1px solid var(--line); }
.seo-faq details:last-child { border-bottom: 1px solid var(--line); }
.seo-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0;
  font-size: 17px;
  font-weight: 800;
}
.seo-faq summary::after { content: "+"; color: var(--purple); font-size: 22px; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.seo-related { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-related a {
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.seo-final { padding: 94px 0; text-align: center; background: var(--purple-soft); }
.seo-final-inner { max-width: 820px; margin: 0 auto; }
.seo-final h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.seo-final p { margin: 0 auto 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.seo-footer { padding: 48px 0; background: var(--ink); color: rgba(255,255,255,.62); }
.seo-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; }
.seo-footer h3 { margin: 0 0 14px; color: white; font-size: 14px; }
.seo-footer p { max-width: 320px; margin: 0; font-size: 13px; line-height: 1.7; }
.seo-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.62); font-size: 13px; text-decoration: none; }
.seo-footer a:hover { color: white; }
.resource-hero { padding: 82px 0; background: var(--ink); color: white; }
.resource-hero .seo-eyebrow { color: #b7a6f5; }
.resource-hero .seo-lead { color: rgba(255,255,255,.7); }
.resource-hero .seo-crumb { color: rgba(255,255,255,.58); }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.resource-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.resource-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(50,37,85,.11); }
.resource-card .format { color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h2 { margin: 48px 0 14px; font-size: 30px; line-height: 1.12; letter-spacing: -.03em; }
.resource-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.resource-card .link { margin-top: auto; color: var(--purple); font-weight: 800; }
.template-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 46px;
}
.download-card {
  position: sticky;
  top: 96px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 18px 48px rgba(50,37,85,.1);
}
.download-card .file {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 15px;
  border-radius: 12px;
  background: var(--wash);
}
.download-card .file-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
}
.download-card b { display: block; font-size: 14px; }
.download-card small { color: var(--muted); }
.download-card .seo-button { width: 100%; }
.template-fields { display: flex; flex-wrap: wrap; gap: 8px; }
.template-field {
  padding: 9px 12px;
  border-radius: 9px;
  background: var(--wash);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.template-preview { display: grid; gap: 12px; }
.template-preview-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.template-preview-row b { color: var(--purple-dark); }
.template-preview-row span { color: var(--muted); line-height: 1.55; }
.template-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.template-steps li {
  counter-increment: steps;
  position: relative;
  margin: 0 0 14px;
  padding: 20px 20px 20px 62px;
  border: 1px solid var(--line);
  border-radius: 13px;
  line-height: 1.65;
}
.template-steps li::before {
  content: counter(steps);
  position: absolute;
  left: 19px;
  top: 19px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.press-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.press-fact { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.press-fact b { display: block; margin-bottom: 10px; font-size: 13px; color: var(--purple); text-transform: uppercase; letter-spacing: .08em; }
.press-fact p { margin: 0; color: var(--muted); line-height: 1.65; }
.press-assets { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.press-asset { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--wash); }
.press-asset-preview { min-height: 210px; display: grid; place-items: center; padding: 22px; }
.press-asset-preview img { max-height: 190px; object-fit: contain; border-radius: 8px; }
.press-asset-meta { padding: 18px; border-top: 1px solid var(--line); background: white; }
.press-asset-meta b { display: block; margin-bottom: 5px; }
.press-asset-meta small { display: block; margin-bottom: 8px; color: var(--muted); }
.press-asset-meta a { font-size: 13px; font-weight: 800; text-decoration: none; }
.copy-block {
  position: relative;
  padding: 26px;
  border-radius: 16px;
  background: var(--ink);
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.8;
}
.copy-block strong { color: white; }
.comparison-hero h1 { max-width: 800px; }
.comparison-notice {
  padding: 28px 0;
  border-top: 1px solid rgba(108, 67, 243, .16);
  border-bottom: 1px solid rgba(108, 67, 243, .16);
  background: var(--purple-soft);
}
.comparison-notice-inner {
  display: grid;
  grid-template-columns: 150px minmax(240px, .85fr) minmax(300px, 1.15fr);
  align-items: start;
  gap: 30px;
}
.comparison-notice .seo-eyebrow { margin: 6px 0 0; }
.comparison-notice h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -.03em;
}
.comparison-notice p:last-child {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: 0 24px 60px rgba(50, 37, 85, .08);
}
.comparison-row {
  display: grid;
  grid-template-columns: .7fr 1fr 1fr;
  border-top: 1px solid var(--line);
}
.comparison-row:first-child { border-top: 0; }
.comparison-row > div {
  padding: 22px 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.comparison-row > div + div { border-left: 1px solid var(--line); }
.comparison-row > div:nth-child(2) { background: rgba(238, 232, 255, .28); }
.comparison-row .comparison-area {
  color: var(--ink);
  font-weight: 800;
}
.comparison-header {
  background: var(--ink);
}
.comparison-header > div {
  color: white;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.comparison-header > div:nth-child(2) {
  background: rgba(108, 67, 243, .38);
}
.comparison-header > div + div { border-left-color: rgba(255,255,255,.12); }
.comparison-mobile-label { display: none; }
.comparison-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.comparison-fit {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.comparison-fit.atiyo {
  border-color: rgba(108, 67, 243, .3);
  box-shadow: inset 0 4px 0 var(--purple);
}
.comparison-fit.competitor { box-shadow: inset 0 4px 0 rgba(21, 18, 28, .32); }
.comparison-fit-label {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.025em;
}
.comparison-fit ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comparison-fit li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.65;
}
.comparison-fit li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--purple);
  font-weight: 800;
}
.comparison-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 52px;
}
.comparison-sources {
  display: grid;
  gap: 12px;
}
.comparison-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.comparison-source:hover {
  border-color: rgba(108, 67, 243, .4);
  transform: translateY(-1px);
}
.comparison-source strong { display: block; margin-bottom: 6px; }
.comparison-source small {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}
.comparison-source > b { color: var(--purple); font-size: 18px; }
.comparison-disclaimer {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.comparison-callout {
  position: sticky;
  top: 96px;
  padding: 27px;
  border: 1px solid rgba(108, 67, 243, .22);
  border-radius: 20px;
  background: var(--purple-soft);
}
.comparison-callout h3 {
  margin: 0 0 13px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.comparison-callout > p:not(.seo-eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.comparison-callout .seo-button { width: 100%; }
.comparison-related { margin-top: 44px; }
.resource-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 18px;
  padding: 38px;
  border-radius: 22px;
  background:
    radial-gradient(540px 240px at 100% 0, rgba(183, 166, 245, .32), transparent 68%),
    var(--ink);
  color: white;
  text-decoration: none;
}
.resource-featured .format {
  color: #b7a6f5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.resource-featured h2 {
  max-width: 760px;
  margin: 24px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.resource-featured p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .67);
  line-height: 1.7;
}
.resource-featured-link {
  color: white;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.testing-system-hero {
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 82% 0, rgba(108, 67, 243, .58), transparent 70%),
    var(--ink);
}
.testing-system-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 56px;
}
.testing-system-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .32);
  transform: rotate(1deg);
}
.testing-system-shot img {
  width: 100%;
  height: auto;
}
.testing-system-shot figcaption {
  padding: 15px 18px 17px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.6;
}
.testing-system-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  align-items: start;
  gap: 72px;
}
.testing-system-principles {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}
.testing-system-principles article {
  padding: 23px;
  background: white;
}
.testing-system-principles b {
  display: block;
  margin-bottom: 7px;
  color: var(--purple-dark);
  font-size: 14px;
}
.testing-system-principles span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.testing-system-stages {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.testing-system-stages li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 210px;
  align-items: start;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.testing-system-stages .stage-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
}
.testing-system-stages h3 {
  margin: 1px 0 7px;
  font-size: 21px;
  letter-spacing: -.02em;
}
.testing-system-stages p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.testing-system-stages strong {
  justify-self: end;
  padding: 8px 11px;
  border-radius: 999px;
  background: white;
  color: var(--purple-dark);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
.testing-system-record {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
}
.testing-system-record > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.testing-system-record > div:first-child { border-top: 0; }
.testing-system-record span,
.testing-system-record b {
  padding: 18px 21px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.55;
}
.testing-system-record span:first-child,
.testing-system-record b:first-child {
  border-left: 0;
  color: white;
  font-weight: 700;
}
.testing-system-record-head { background: rgba(108, 67, 243, .34); }
.testing-system-record-head b {
  color: white;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.testing-system-screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.testing-system-screens figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--wash);
}
.testing-system-screens img {
  width: 100%;
  height: auto;
}
.testing-system-screens figcaption {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-top: 1px solid var(--line);
  background: white;
}
.testing-system-screens figcaption b { font-size: 16px; }
.testing-system-screens figcaption span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.testing-system-toolkit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.testing-system-toolkit a {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.testing-system-toolkit a:hover {
  transform: translateY(-2px);
  border-color: rgba(108, 67, 243, .34);
  box-shadow: 0 18px 42px rgba(50, 37, 85, .09);
}
.testing-system-toolkit span {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.testing-system-toolkit h3 {
  margin: 40px 0 11px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.testing-system-toolkit p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.testing-system-toolkit b {
  margin-top: auto;
  color: var(--purple);
  font-size: 13px;
}
.testing-system-rhythm {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: start;
  gap: 68px;
}
.testing-system-rhythm-grid {
  display: grid;
  gap: 14px;
}
.testing-system-rhythm-grid article {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.testing-system-rhythm-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.testing-system-rhythm-grid h3 { margin: 0 0 7px; font-size: 19px; }
.testing-system-rhythm-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.resource-guide-head {
  margin-top: 68px;
  margin-bottom: 28px;
}
.resource-template-head {
  margin-top: 68px;
  margin-bottom: 28px;
}
.guide-card-grid { margin-bottom: 0; }
.guide-card { min-height: 380px; }
.guide-card h2 {
  margin-top: 34px;
  font-size: 27px;
}
.guide-hero {
  padding: 80px 0 70px;
  background:
    radial-gradient(760px 420px at 86% 0, rgba(108, 67, 243, .55), transparent 72%),
    var(--ink);
  color: white;
}
.guide-hero .seo-crumb { color: rgba(255, 255, 255, .66); }
.guide-hero .seo-eyebrow { color: #c4b7ff; }
.guide-hero h1 {
  max-width: 940px;
  margin: 0 0 26px;
  font-size: clamp(43px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.047em;
  text-wrap: balance;
}
.guide-hero .seo-lead {
  max-width: 800px;
  color: rgba(255, 255, 255, .74);
}
.guide-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 700;
}
.guide-meta a { color: white; }
.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 72px;
  padding-top: 76px;
  padding-bottom: 90px;
}
.guide-main { min-width: 0; }
.guide-answer {
  margin-bottom: 64px;
  padding: 34px;
  border: 1px solid rgba(108, 67, 243, .22);
  border-radius: 20px;
  background: var(--purple-soft);
}
.guide-answer h2 {
  margin: 0 0 17px;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.guide-answer > p:last-child {
  margin: 0;
  color: #4d4656;
  font-size: 17px;
  line-height: 1.8;
}
.guide-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}
.guide-takeaways,
.guide-related {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
}
.guide-takeaways ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-takeaways li {
  position: relative;
  padding-left: 20px;
  color: #494250;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.guide-takeaways li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--purple);
}
.guide-related { display: grid; }
.guide-related a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.guide-related a:first-of-type { border-top: 0; }
.guide-related a span { color: var(--purple); }
.guide-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
}
.guide-section-number {
  margin: 0 0 13px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}
.guide-section h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -.038em;
}
.guide-section-answer {
  margin: 0 0 26px !important;
  color: #3e3745 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.7 !important;
}
.guide-section > p:not(.seo-eyebrow):not(.guide-section-number) {
  max-width: 780px;
  margin: 0 0 21px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.guide-table-wrap {
  max-width: 100%;
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.guide-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}
.guide-table th,
.guide-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}
.guide-table th {
  background: var(--wash);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.guide-table tr:last-child td { border-bottom: 0; }
.guide-steps {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}
.guide-steps li {
  counter-increment: guide-step;
  position: relative;
  min-height: 48px;
  padding: 13px 18px 13px 61px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #494250;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.guide-steps li::before {
  content: counter(guide-step);
  position: absolute;
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--purple-soft);
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
}
.guide-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin: -26px 0 62px;
  padding: 28px;
  border-radius: 17px;
  background: var(--ink);
  color: white;
}
.guide-download h2 { margin: 0 0 8px; font-size: 25px; }
.guide-download p:last-child {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.65;
}
.guide-faq details {
  border-top: 1px solid var(--line);
}
.guide-faq summary {
  padding: 22px 0;
  cursor: pointer;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}
.guide-faq details p { margin-top: -7px !important; padding-bottom: 20px; }
.guide-sources ol {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.guide-sources li {
  display: grid;
  gap: 5px;
  padding: 17px;
  border-radius: 12px;
  background: var(--wash);
}
.guide-sources li a { font-weight: 800; }
.guide-sources li span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.guide-cta .seo-section-head p:not(.seo-eyebrow) {
  color: rgba(255, 255, 255, .68);
}
@media (max-width: 900px) {
  .seo-hero-grid, .template-layout { grid-template-columns: 1fr; }
  .seo-hero-grid { gap: 42px; }
  .seo-product-shot { max-width: 680px; }
  .seo-workflow { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .download-card { position: static; }
  .seo-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-notice-inner { grid-template-columns: 130px 1fr; }
  .comparison-notice p:last-child { grid-column: 2; }
  .comparison-evidence-layout { grid-template-columns: 1fr; }
  .comparison-callout { position: static; }
  .testing-system-hero-grid,
  .testing-system-intro,
  .testing-system-rhythm {
    grid-template-columns: 1fr;
  }
  .testing-system-hero-grid { gap: 38px; }
  .testing-system-shot { max-width: 760px; }
  .testing-system-stages li { grid-template-columns: 62px minmax(0, 1fr); }
  .testing-system-stages strong { justify-self: start; grid-column: 2; }
  .guide-layout { grid-template-columns: 1fr; gap: 30px; }
  .guide-aside {
    position: static;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .seo-wrap { width: min(100% - 32px, var(--max)); }
  .seo-nav-inner { min-height: 60px; }
  .seo-nav-links > a:not(.seo-button) { display: none; }
  .seo-nav-links .seo-button { min-height: 42px; padding: 10px 13px; font-size: 12px; }
  .seo-hero, .resource-hero { padding: 52px 0 58px; }
  .seo-hero h1, .resource-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .seo-section { padding: 66px 0; }
  .seo-feature-grid, .resource-grid, .press-fact-grid, .press-assets { grid-template-columns: 1fr; }
  .seo-workflow { grid-template-columns: 1fr; }
  .seo-step { min-height: 0; }
  .seo-step b { margin-bottom: 35px; }
  .seo-product-chip { position: static; margin: 12px 0 -22px; transform: rotate(-1deg); }
  .seo-footer-grid { grid-template-columns: 1fr; }
  .template-preview-row { grid-template-columns: 1fr; gap: 6px; }
  .comparison-notice { padding: 36px 0; }
  .comparison-notice-inner { grid-template-columns: 1fr; gap: 14px; }
  .comparison-notice p:last-child { grid-column: auto; }
  .comparison-fit-grid { grid-template-columns: 1fr; }
  .comparison-row { grid-template-columns: 1fr; padding: 0 20px; }
  .comparison-header { display: none; }
  .comparison-row > div {
    padding: 16px 0;
    border: 0 !important;
  }
  .comparison-row > div + div { border-top: 1px solid var(--line) !important; }
  .comparison-row > div:nth-child(2) { background: transparent; }
  .comparison-row .comparison-area {
    padding-top: 22px;
    font-size: 17px;
  }
  .comparison-row > div:last-child { padding-bottom: 22px; }
  .comparison-mobile-label {
    display: block;
    margin-bottom: 6px;
    color: var(--purple);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .resource-featured {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 28px;
  }
  .resource-featured-link { white-space: normal; }
  .resource-guide-head,
  .resource-template-head { margin-top: 52px; }
  .guide-hero { padding: 52px 0 58px; }
  .guide-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .guide-layout { padding-top: 54px; padding-bottom: 68px; }
  .guide-aside { grid-template-columns: 1fr; }
  .guide-answer { margin-bottom: 46px; padding: 25px; }
  .guide-section { padding: 45px 0; }
  .guide-download {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 46px;
  }
  .guide-download .seo-button { width: 100%; }
  .testing-system-shot { transform: none; }
  .testing-system-stages li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
  .testing-system-stages .stage-number {
    width: 40px;
    height: 40px;
  }
  .testing-system-stages strong { grid-column: 2; }
  .testing-system-record { border: 0; }
  .testing-system-record > div {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
  }
  .testing-system-record span,
  .testing-system-record b {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  .testing-system-record span:first-child,
  .testing-system-record b:first-child { border-top: 0; }
  .testing-system-record-head { display: none !important; }
  .testing-system-screens,
  .testing-system-toolkit {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
