/* HUBMAT Preparação — destaque especial do Guia do Estudante */
.prep-guide-v2{position:relative;isolation:isolate;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#071832 0%,#102f68 52%,#174f8e 100%);color:#fff;box-shadow:0 28px 70px rgba(11,28,60,.17)}
.prep-guide-v2:before{content:"";position:absolute;right:-120px;top:-150px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(126,211,255,.28),rgba(126,211,255,0) 68%);z-index:-1}
.prep-guide-v2:after{content:"";position:absolute;left:-140px;bottom:-230px;width:450px;height:450px;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 62px rgba(255,255,255,.025),0 0 0 124px rgba(255,255,255,.018);z-index:-1}
.prep-guide-v2-inner{padding:48px}
.prep-guide-v2-top{max-width:820px;margin-bottom:30px}
.prep-guide-v2 .prep-eyebrow{color:#9edfff}
.prep-guide-v2 h2{max-width:820px;margin:0;font-size:clamp(34px,4.5vw,56px);line-height:1.02;letter-spacing:-1.4px;font-weight:900}
.prep-guide-v2 h2 span{color:#a9e3ff}
.prep-guide-v2-lead{max-width:760px;margin:15px 0 0;color:#d7e8f8;font-size:16px;line-height:1.58;font-weight:700}
.prep-guide-v2-choices{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.prep-guide-v2-choice{position:relative;min-height:300px;display:flex;flex-direction:column;padding:27px;border:1px solid rgba(255,255,255,.18);border-radius:26px;background:rgba(255,255,255,.085);color:#fff;text-decoration:none;backdrop-filter:blur(12px);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.prep-guide-v2-choice:hover{transform:translateY(-4px);background:rgba(255,255,255,.12);border-color:rgba(169,227,255,.45);box-shadow:0 20px 42px rgba(0,0,0,.16)}
.prep-guide-v2-badge{display:flex;align-items:center;justify-content:space-between;gap:14px}
.prep-guide-v2-year{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:56px;padding:0 14px;border-radius:18px;background:#fff;color:#0b2b61;font-size:27px;line-height:1;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.prep-guide-v2-choice:nth-child(2) .prep-guide-v2-year{color:#174f8e}
.prep-guide-v2-step{color:#9edfff;font-size:10px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.prep-guide-v2-choice h3{margin:21px 0 8px;font-size:25px;line-height:1.08;font-weight:900}
.prep-guide-v2-choice p{margin:0 0 20px;color:#d2e3f5;font-size:13px;line-height:1.52;font-weight:700}
.prep-guide-v2-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}
.prep-guide-v2-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.085);color:#e7f3ff;font-size:9px;font-weight:900}
.prep-guide-v2-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:21px;padding-top:17px;border-top:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:900}
.prep-guide-v2-choice:hover .prep-guide-v2-cta i{transform:translateX(4px)}
.prep-guide-v2-cta i{color:#9edfff;transition:transform .18s ease}
.prep-guide-v2-note{display:flex;align-items:center;gap:11px;margin-top:24px;padding:15px 17px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(0,0,0,.12);color:#dceafa;font-size:12px;line-height:1.45;font-weight:800}
.prep-guide-v2-note i{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.1);color:#9edfff}
@media(max-width:760px){
  .prep-guide-v2{border-radius:27px}
  .prep-guide-v2-inner{padding:30px 24px}
  .prep-guide-v2 h2{font-size:35px}
  .prep-guide-v2-lead{font-size:14px}
  .prep-guide-v2-choices{grid-template-columns:1fr}
  .prep-guide-v2-choice{min-height:280px;padding:23px}
  .prep-guide-v2-choice h3{font-size:23px}
}
@media(max-width:430px){
  .prep-guide-v2-inner{padding:26px 20px}
  .prep-guide-v2 h2{font-size:32px}
  .prep-guide-v2-year{min-width:84px;height:52px;font-size:24px}
}
