body.agt-body {
  background: #f7f9f8;
  color: #13201f;
}

.agt-main {
  background: #f7f9f8;
  overflow: hidden;
}

.agt-hero,
.agt-section,
.agt-local-nav,
.agt-proof-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.agt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 30px;
  align-items: stretch;
  padding: 56px 0 28px;
}

.agt-hero__copy,
.agt-panel,
.agt-route-list,
.agt-fact-stack {
  display: grid;
  gap: 16px;
}

.agt-kicker {
  margin: 0;
  color: #156a62;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agt-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #101918;
  font-size: clamp(2.15rem, 6vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.agt-lede {
  max-width: 760px;
  margin: 0;
  color: #31413f;
  font-size: 1.1rem;
  line-height: 1.65;
}

.agt-actions,
.agt-local-nav,
.agt-route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agt-button,
.agt-local-nav a,
.agt-route-list a {
  border: 1px solid #1a6d69;
  border-radius: 8px;
  background: #0f4f4c;
  color: #fff;
  padding: 11px 15px;
  text-decoration: none;
  font-weight: 760;
}

.agt-button--secondary,
.agt-local-nav a,
.agt-route-list a {
  background: #fff;
  color: #123f3d;
}

.agt-button:focus-visible,
.agt-local-nav a:focus-visible,
.agt-route-list a:focus-visible,
.agt-panel a:focus-visible {
  outline: 3px solid #d59a22;
  outline-offset: 3px;
}

.agt-local-nav {
  margin-top: 12px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(19, 32, 31, 0.16);
}

.agt-panel,
.agt-card,
.agt-callout,
.agt-table-wrap,
.agt-status-panel {
  border: 1px solid rgba(19, 32, 31, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(27, 47, 45, 0.08);
}

.agt-panel,
.agt-card,
.agt-callout,
.agt-status-panel {
  padding: 22px;
}

.agt-section {
  padding: 38px 0;
}

.agt-section h2,
.agt-section h3,
.agt-panel h2,
.agt-panel h3 {
  margin: 0 0 12px;
  color: #101918;
  letter-spacing: 0;
}

.agt-section p,
.agt-section li,
.agt-section dd,
.agt-section td,
.agt-section th {
  color: #31413f;
  line-height: 1.64;
}

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

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

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

.agt-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 32px;
}

.agt-proof-strip div {
  border-top: 3px solid #23756d;
  background: #eaf4f2;
  padding: 15px;
}

.agt-proof-strip span,
.agt-signal span,
.agt-status {
  display: block;
  color: #5c6e6a;
  font-size: 0.82rem;
  font-weight: 700;
}

.agt-proof-strip strong,
.agt-signal strong {
  display: block;
  margin-top: 3px;
  color: #101918;
  font-size: 1rem;
}

.agt-status {
  width: fit-content;
  border: 1px solid rgba(21, 106, 98, 0.28);
  border-radius: 999px;
  background: #eef8f6;
  color: #145f58;
  padding: 5px 9px;
  text-transform: uppercase;
}

.agt-status--blocker {
  border-color: rgba(168, 94, 0, 0.28);
  background: #fff6e7;
  color: #8a5200;
}

.agt-status--no {
  border-color: rgba(141, 36, 36, 0.26);
  background: #fff1f1;
  color: #8d2424;
}

.agt-status--yes {
  border-color: rgba(22, 104, 69, 0.28);
  background: #eefaf3;
  color: #166845;
}

.agt-callout {
  border-left: 4px solid #d59a22;
  background: linear-gradient(90deg, rgba(213, 154, 34, 0.14), rgba(255, 255, 255, 0.94));
}

.agt-table-wrap {
  overflow-x: auto;
}

.agt-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.agt-table th,
.agt-table td {
  padding: 13px;
  vertical-align: top;
  border-top: 1px solid rgba(19, 32, 31, 0.12);
  text-align: left;
}

.agt-table th {
  color: #101918;
  background: #f0f5f4;
}

.agt-definition-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.agt-definition-list div {
  border-left: 3px solid #23756d;
  padding-left: 13px;
}

.agt-definition-list dt {
  color: #101918;
  font-weight: 760;
}

.agt-definition-list dd {
  margin: 4px 0 0;
}

.agt-sequence {
  display: grid;
  gap: 10px;
  counter-reset: trust-step;
}

.agt-sequence li {
  counter-increment: trust-step;
  list-style: none;
  position: relative;
  padding: 14px 14px 14px 48px;
  border: 1px solid rgba(19, 32, 31, 0.14);
  border-radius: 8px;
  background: #fff;
}

.agt-sequence li::before {
  content: counter(trust-step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0f4f4c;
  color: #fff;
  font-weight: 760;
}

.agt-code {
  overflow-x: auto;
  border-radius: 8px;
  background: #10201e;
  color: #e9f5f2;
  padding: 16px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.agt-muted {
  color: #5c6e6a;
}

@media (max-width: 820px) {
  .agt-hero,
  .agt-split,
  .agt-grid,
  .agt-grid--two {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .agt-hero,
  .agt-section,
  .agt-local-nav,
  .agt-proof-strip {
    width: min(100% - 24px, 1120px);
  }

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

  .agt-button,
  .agt-local-nav a,
  .agt-route-list a {
    width: 100%;
    text-align: center;
  }
}
