/* article-specific rules only — base template in article-base.css */

/* STAT SPLIT — 95% vital vs. 10% live */
.adg-split { display: flex; align-items: center; gap: 2rem; background: var(--navy); border-radius: var(--rl); padding: 2rem; margin: 1.5rem 0 2rem }
.adg-split-item { flex: 1; text-align: center }
.adg-split-num { font-family: var(--serif); font-size: 2.4rem; color: var(--accent); line-height: 1 }
.adg-split-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 0.4rem; line-height: 1.4 }
.adg-split-divider { font-size: 0.75rem; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap }

@media (max-width: 560px) {
  .adg-split { flex-direction: column; gap: 1rem }
}

/* READINESS SIGNAL COMPARISON TABLE */
.adg-wrap { overflow-x: auto; margin: 1.5rem 0 2rem }
.adg-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; background: #fff; border: 1px solid #e5e5e2; border-radius: var(--rl); overflow: hidden }
.adg-table th { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; padding: 0.8rem 0.9rem; text-align: left; border-bottom: 1px solid #e5e5e2; background: var(--s2) }
.adg-table th.th-ready { background: rgba(232,86,42,0.08); color: var(--accent) }
.adg-table td { padding: 0.8rem 0.9rem; border-bottom: 1px solid #f0f0ed; vertical-align: top; line-height: 1.55; color: var(--ink2); font-size: 0.84rem }
.adg-table tr:last-child td { border-bottom: none }
.adg-table td:first-child { font-weight: 500; color: var(--ink); font-size: 0.82rem; width: 20% }
.adg-table td.td-ready { background: rgba(232,86,42,0.03) }

@media (max-width: 600px) {
  .adg-table { font-size: 0.78rem }
  .adg-table th, .adg-table td { padding: 0.6rem 0.7rem }
}

/* CLOSING STEPS LIST */
.adg-steps { padding-left: 1.4rem; margin: 1.2rem 0 }
.adg-steps li { font-size: 0.93rem; color: var(--ink2); line-height: 1.7; margin-bottom: 0.75rem }
.adg-steps li strong { color: var(--ink); font-weight: 500 }
