/* V40 · entrada curricular interactiva */
.curriculum-gateway{overflow:hidden;border:1px solid #d9dfe2;border-radius:16px;background:#fff;box-shadow:0 18px 52px rgba(11,34,57,.08)}
.curriculum-gateway-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:clamp(26px,4vw,48px);background:radial-gradient(circle at 88% 12%,rgba(173,133,73,.16),transparent 26%),linear-gradient(135deg,#0c2942,#244f6f);color:#fff}
.gateway-kicker,.gateway-label{display:block;color:#d9bd87;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.curriculum-gateway-head h2{max-width:820px;margin:10px 0 8px;font-family:var(--font-display);font-size:clamp(36px,5vw,58px);font-weight:600;letter-spacing:-.04em;line-height:1.02}
.curriculum-gateway-head p{max-width:720px;margin:0;color:#c8d7e2;line-height:1.65}
.gateway-step-count{min-width:130px;padding:18px;border:1px solid rgba(255,255,255,.17);border-radius:11px;background:rgba(255,255,255,.07);text-align:center}
.gateway-step-count strong,.gateway-step-count span{display:block}.gateway-step-count strong{font-family:var(--font-display);font-size:40px}.gateway-step-count span{color:#c8d7e2;font-size:12px}
.gateway-selectors{display:grid;grid-template-columns:.75fr 1fr 1.4fr;gap:1px;background:#dce2e4;border-bottom:1px solid #dce2e4}
.gateway-selectors label{display:block;padding:22px;background:#f8f8f5}.gateway-selectors label>span{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:#16324f;font-size:12px;font-weight:800}.gateway-selectors label>span b{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:#16324f;color:#fff;font-size:12px}.gateway-selectors select{min-height:52px;background:#fff;font-weight:650}
.gateway-result{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:0;margin:28px;border:1px solid #dce2e4;border-radius:13px;background:#fff;box-shadow:var(--shadow)}
.gateway-result-main{padding:clamp(24px,4vw,38px)}.gateway-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.gateway-tags span{padding:6px 9px;border-radius:5px;background:#edf1f3;color:#36536a;font-size:12px;font-weight:800}.gateway-tags .official{background:#e8f5ee;color:#27654d}.gateway-tags .suggested{background:#fff5df;color:#805e21}.gateway-result .gateway-label{color:#8e6b30}.gateway-result h3{margin:7px 0 8px;color:#16324f;font-family:var(--font-display);font-size:28px}.gateway-objective{max-width:850px;margin:0;color:#40566a;font-size:17px;line-height:1.72}.gateway-result dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 0}.gateway-result dl div{padding:14px;border-radius:8px;background:#f6f7f5}.gateway-result dt{color:#7b8790;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gateway-result dd{margin:5px 0 0;color:#2d475d;font-size:12px;line-height:1.5}
.gateway-result-side{padding:30px;border-left:1px solid #dce2e4;background:#f2efe8}.gateway-result-side strong{display:block;margin-top:10px;color:#16324f;font-family:var(--font-display);font-size:20px}.gateway-result-side p{color:#5f6d76;font-size:12px;line-height:1.65}.gateway-result-side a{display:inline-block;margin-top:10px;color:#244e70;font-size:12px;font-weight:800}
.gateway-actions{display:flex;gap:10px;padding:0 28px 20px}.gateway-primary{min-height:50px;padding-inline:22px}.gateway-note{margin:0;padding:16px 28px 24px;color:#71808a;font-size:12px;line-height:1.55}
.gateway-next{display:grid;grid-template-columns:.65fr 1.35fr;gap:26px;align-items:center;margin-top:18px;padding:28px;border:1px solid #d9dfe2;border-radius:14px;background:#f7f6f2}.gateway-next h3{margin:8px 0 0;color:#16324f;font-family:var(--font-display);font-size:25px}.gateway-next-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gateway-next-grid button{min-height:98px;padding:15px;border:1px solid #d5dce0;border-radius:9px;background:#fff;color:#16324f;text-align:left;cursor:pointer}.gateway-next-grid button:hover{border-color:#7895aa;transform:translateY(-2px)}.gateway-next-grid b,.gateway-next-grid span{display:block}.gateway-next-grid b{color:#ad8549;font-size:12px}.gateway-next-grid span{margin-top:18px;font-size:12px;font-weight:750}
@media(max-width:1050px){.gateway-selectors{grid-template-columns:1fr}.gateway-result,.gateway-next{grid-template-columns:1fr}.gateway-result-side{border-top:1px solid #dce2e4;border-left:0}.gateway-next-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.curriculum-gateway-head{align-items:flex-start;flex-direction:column}.gateway-step-count{display:none}.gateway-result{margin:14px}.gateway-result dl{grid-template-columns:1fr}.gateway-actions{align-items:stretch;flex-direction:column;padding:0 14px 14px}.gateway-actions .btn{width:100%}.gateway-note{padding:10px 14px 20px}.gateway-next{padding:20px}.gateway-next-grid{grid-template-columns:1fr}}
