:root{--stage30-blue:#1769ff;--stage30-cyan:#22d3ee;--stage30-dark:#071331;--stage30-card:#ffffff;--stage30-muted:#667085}
.stage30-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;background:radial-gradient(circle at top right,#2c6bff55,transparent 38%),linear-gradient(135deg,#071331,#10276b);border-radius:28px;padding:30px;color:#fff;margin-bottom:22px;box-shadow:0 22px 60px rgba(7,19,49,.24)}
.stage30-kicker{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px}
.stage30-hero h2{font-size:clamp(30px,4vw,54px);line-height:1;margin:18px 0 12px}
.stage30-hero p{color:#dbeafe;max-width:760px;font-size:16px;line-height:1.7}
.stage30-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.stage30-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 18px;background:#fff;color:#10276b;text-decoration:none;font-weight:900}.stage30-btn.alt{background:#22d3ee;color:#071331}
.stage30-orbit{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:24px;min-height:240px;display:grid;place-items:center;text-align:center}.stage30-orbit strong{font-size:48px;display:block}.stage30-orbit span{color:#bfdbfe;font-weight:800}
.stage30-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}.stage30-card{background:#fff;border:1px solid #e8eefc;border-radius:22px;padding:20px;box-shadow:0 12px 30px rgba(15,23,42,.07)}.stage30-card h3{margin:10px 0 8px;color:#071331}.stage30-card p{color:#667085;font-size:14px;line-height:1.6}.stage30-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eef5ff;font-size:22px}
.stage30-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:20px 0}.stage30-metric{background:linear-gradient(135deg,#071331,#123074);border-radius:20px;padding:18px;color:#fff}.stage30-metric span{display:block;color:#bfdbfe;font-size:12px}.stage30-metric strong{font-size:26px}
.stage30-table{width:100%;border-collapse:separate;border-spacing:0 10px}.stage30-table th{text-align:left;color:#667085;font-size:12px;text-transform:uppercase}.stage30-table td{background:#fff;padding:14px;border-top:1px solid #e8eefc;border-bottom:1px solid #e8eefc}.stage30-table td:first-child{border-left:1px solid #e8eefc;border-radius:14px 0 0 14px}.stage30-table td:last-child{border-right:1px solid #e8eefc;border-radius:0 14px 14px 0}
.stage30-badge{display:inline-flex;border-radius:999px;background:#eef5ff;color:#1769ff;padding:6px 10px;font-size:12px;font-weight:900}
@media(max-width:980px){.stage30-hero{grid-template-columns:1fr}.stage30-grid{grid-template-columns:repeat(2,1fr)}.stage30-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.stage30-grid,.stage30-metrics{grid-template-columns:1fr}.stage30-hero{padding:22px}}
