body.ai-accuracy-page {
  background: #f7f4ee;
  color: #17202c;
}

.accuracy-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 36px 22px 80px;
}

.accuracy-article {
  display: grid;
  gap: 52px;
}

.accuracy-hero {
  display: grid;
  gap: 18px;
  padding: 20px 0 4px;
}

.accuracy-kicker,
.accuracy-section-kicker {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.accuracy-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #17202c;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(46px, 8vw, 82px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.accuracy-deck {
  max-width: 800px;
  margin: 0;
  color: #4d5865;
  font-size: clamp(19px, 2.8vw, 25px);
  font-weight: 700;
  line-height: 1.4;
}

.accuracy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  color: #7a828c;
  font-size: 13px;
  font-weight: 850;
}

.accuracy-thesis {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 28px;
  border-radius: 16px;
  padding: clamp(26px, 5vw, 48px);
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 10%, rgba(44, 151, 212, 0.35), transparent 30%),
    radial-gradient(circle at 76% 115%, rgba(245, 130, 32, 0.26), transparent 40%),
    #172b3d;
  box-shadow: 0 22px 48px rgba(23, 43, 61, 0.15);
}

.accuracy-thesis h2 {
  max-width: 650px;
  margin: 0;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.accuracy-thesis p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.55;
}

.thesis-number {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 18px;
}

.thesis-number strong {
  display: block;
  color: var(--brand-orange);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(48px, 8vw, 76px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.thesis-number span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.accuracy-section {
  display: grid;
  gap: 22px;
}

.accuracy-section-head {
  display: grid;
  max-width: 820px;
  gap: 8px;
}

.accuracy-section h2 {
  margin: 0;
  color: #17202c;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.accuracy-copy {
  display: grid;
  max-width: 800px;
  gap: 16px;
}

.accuracy-copy p,
.accuracy-copy li {
  margin: 0;
  color: #343e49;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.62;
}

.accuracy-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.accuracy-callout {
  border-left: 4px solid var(--brand-orange);
  border-radius: 0 10px 10px 0;
  padding: 18px 20px;
  color: #4d5865;
  background: #fffaf4;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

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

.snapshot-card,
.accuracy-panel {
  border: 1px solid #e3e4e4;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(23, 32, 44, 0.05);
}

.snapshot-card {
  min-height: 128px;
  border-radius: 11px;
  padding: 20px;
}

.snapshot-card strong {
  display: block;
  color: var(--brand-orange);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.snapshot-card:nth-child(2n) strong {
  color: var(--brand-blue);
}

.snapshot-card span {
  display: block;
  margin-top: 11px;
  color: #626c77;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.accuracy-panel {
  border-radius: 13px;
  padding: 24px;
}

.panel-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.panel-title-row h3 {
  margin: 0;
  color: #17202c;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.panel-title-row p {
  max-width: 430px;
  margin: 2px 0 0;
  color: #6d7680;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-align: right;
}

.work-mix {
  display: grid;
  gap: 14px;
}

.work-mix-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 96px;
  gap: 14px;
  align-items: center;
  color: #4e5864;
  font-size: 13px;
  font-weight: 850;
}

.work-mix-track {
  height: 10px;
  border-radius: 99px;
  overflow: hidden;
  background: #edf0f1;
}

.work-mix-fill {
  width: var(--mix-width);
  height: 100%;
  min-width: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-blue), #78c2eb);
}

.work-mix-row:nth-child(2) .work-mix-fill,
.work-mix-row:nth-child(4) .work-mix-fill {
  background: linear-gradient(90deg, var(--brand-orange), #ffb165);
}

.work-mix-value {
  text-align: right;
}

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

.definition-card {
  border: 1px solid #e3e4e4;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
}

.definition-card h3 {
  margin: 0;
  color: #17202c;
  font-size: 15px;
  font-weight: 900;
}

.definition-card p {
  margin: 9px 0 0;
  color: #626c77;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.measure-table {
  width: 100%;
  border-collapse: collapse;
}

.measure-table th,
.measure-table td {
  border-top: 1px solid #e5e7e8;
  padding: 16px 12px;
  color: #515b66;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.measure-table th {
  border-top: 0;
  color: #7a828b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.measure-table td:first-child {
  color: #17202c;
  font-weight: 900;
}

.measure-value {
  color: var(--brand-orange);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

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

.workflow-step {
  position: relative;
  border: 1px solid #dfe2e4;
  border-radius: 10px;
  padding: 16px 14px;
  background: #ffffff;
}

.workflow-step::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 1;
  color: var(--brand-orange);
  font-size: 17px;
  font-weight: 900;
  transform: translateY(-50%);
}

.workflow-step:last-child::after {
  display: none;
}

.workflow-step strong {
  display: block;
  color: #17202c;
  font-size: 12px;
  font-weight: 900;
}

.workflow-step span {
  display: block;
  margin-top: 7px;
  color: #6d7680;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.takeaway-panel {
  border: 1px solid rgba(44, 151, 212, 0.22);
  border-radius: 13px;
  padding: clamp(24px, 5vw, 38px);
  background: #edf8fe;
}

.takeaway-panel p {
  max-width: 820px;
  margin: 0;
  color: #244256;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(21px, 3vw, 29px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.accuracy-link {
  color: #116fa6;
  font-weight: 850;
}

code {
  border-radius: 5px;
  padding: 2px 5px;
  color: #86450e;
  background: #fff0df;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 860px) {
  .accuracy-thesis {
    grid-template-columns: 1fr;
  }

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

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

  .workflow-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-step:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .accuracy-shell {
    padding: 24px 17px 58px;
  }

  .accuracy-article {
    gap: 42px;
  }

  .snapshot-grid,
  .definition-grid {
    grid-template-columns: 1fr;
  }

  .panel-title-row {
    display: grid;
  }

  .panel-title-row p {
    max-width: none;
    text-align: left;
  }

  .work-mix-row {
    grid-template-columns: 1fr 64px;
    gap: 6px 12px;
  }

  .work-mix-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .measure-table thead {
    display: none;
  }

  .measure-table,
  .measure-table tbody,
  .measure-table tr,
  .measure-table td {
    display: block;
    width: 100%;
  }

  .measure-table tr {
    border-top: 1px solid #e5e7e8;
    padding: 13px 0;
  }

  .measure-table td {
    border: 0;
    padding: 3px 0;
  }

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

  .workflow-step:nth-child(3)::after {
    display: block;
  }

  .workflow-step:nth-child(2n)::after {
    display: none;
  }
}
