/* ── SEC-P OVERRIDE ── */
.sec-p { max-width: 680px; }

/* ── HERO ── */
.hero h1 { margin-bottom: 1.1rem; }

/* ── CHALLENGE ── */
.challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; margin-top: 2.5rem; margin-bottom: 2rem; }
.challenge-card { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 12px; padding: 2.2rem; position: relative; overflow: hidden; }
.challenge-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.challenge-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem; }
.challenge-card p { font-size: 0.95rem; color: var(--soft); line-height: 1.72; margin-bottom: 1rem; }
.challenge-card ul { list-style: none; padding: 0; }
.challenge-card ul li { font-size: 0.93rem; color: var(--soft); padding: 0.38rem 0; padding-left: 1.2rem; position: relative; border-bottom: 1px solid var(--mid-grey); line-height: 1.5; }
.challenge-card ul li:last-child { border-bottom: none; }
.challenge-card ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

/* ── RESOURCE BOX ── */
.resource-box { background: rgba(19,52,75,0.04); border: 1px solid rgba(19,52,75,0.1); border-radius: 12px; padding: 2.2rem; }
.resource-box h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem; }
.resource-box p { font-size: 0.97rem; color: var(--soft); line-height: 1.72; margin-bottom: 1rem; }
.resource-box ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.resource-box ul li { font-size: 0.93rem; color: var(--soft); padding: 0.4rem 0; padding-left: 1.2rem; position: relative; border-bottom: 1px solid var(--mid-grey); line-height: 1.55; }
.resource-box ul li:last-child, .resource-box ul li:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.resource-box ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

/* ── ECONOMICS ── */
.econ-strip { background: var(--navy); padding: 4rem 2rem; position: relative; overflow: hidden; }
.econ-strip::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(32,201,173,0.1) 0%, transparent 65%); pointer-events: none; }
.econ-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.econ-inner h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 700; color: var(--white); margin-bottom: 2rem; }
.econ-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 2.5rem; margin-bottom: 1.5rem; }
.econ-side { text-align: center; }
.econ-label { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem; }
.econ-num { font-family: 'Montserrat', sans-serif; font-size: 2.8rem; font-weight: 700; line-height: 1; margin-bottom: 0.4rem; }
.econ-num.red { color: #e06c6c; }
.econ-num.teal { color: var(--teal); }
.econ-sub { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.econ-arrow { font-size: 2rem; color: var(--teal); opacity: 0.6; }
.econ-caption { font-size: 1rem; color: rgba(255,255,255,0.6); font-style: italic; }

/* ── OUTCOMES ── */
.outcomes-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.outcome-stat { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 10px; padding: 2rem 1.4rem; text-align: center; position: relative; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.outcome-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--teal); }
.outcome-stat:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.outcome-num { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 0.5rem; }
.outcome-lbl { font-size: 0.88rem; color: var(--soft); line-height: 1.45; }
.outcome-disclaimer { font-size: 0.82rem; color: var(--muted); margin-top: 1.5rem; text-align: center; }

/* ── SCENARIOS ── */
.scenario-card { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 12px; overflow: hidden; margin-bottom: 1.5rem; transition: box-shadow 0.2s; }
.scenario-card:hover { box-shadow: var(--shadow); }
.scenario-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); background: var(--navy-mid); padding: 1.2rem 1.8rem; margin: 0; }
.scenario-profile { font-size: 0.93rem; color: var(--soft); padding: 1.2rem 1.8rem; background: var(--off-white); border-bottom: 1px solid var(--mid-grey); line-height: 1.65; }
.agent-step { padding: 1.1rem 1.8rem; border-bottom: 1px solid var(--mid-grey); }
.agent-step-title { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 0.4rem; }
.agent-step-body { font-size: 0.93rem; color: var(--soft); line-height: 1.68; }
.scenario-outcome { font-size: 0.93rem; color: var(--navy); padding: 1.2rem 1.8rem; background: rgba(32,201,173,0.06); border-top: 2px solid rgba(32,201,173,0.25); line-height: 1.65; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .challenge-grid { grid-template-columns: 1fr; }
    .outcomes-row { grid-template-columns: 1fr 1fr; }
    .resource-box ul { grid-template-columns: 1fr; }
    .econ-compare { grid-template-columns: 1fr; gap: 1.5rem; }
    .econ-arrow { transform: rotate(90deg); }
}
@media (max-width: 600px) {
    .outcomes-row { grid-template-columns: 1fr 1fr; }
}
