/* LOCARD — Instituciones educativas V1 */
.education-page .education-hero{padding:72px 0 58px}
.education-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;position:relative;z-index:1}
.education-hero-copy{position:relative;z-index:2}
.education-hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em;margin:0 0 24px;max-width:830px}
.education-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.education-hero-tags span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 11px;color:#d0dce6;font-size:12px;font-weight:700}

.education-hero-visual{min-height:540px;position:relative;display:flex;align-items:flex-end;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:radial-gradient(circle at 50% 38%,rgba(70,139,200,.30),transparent 38%),linear-gradient(150deg,rgba(255,255,255,.08),rgba(255,255,255,.025));overflow:hidden}
.education-hero-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.education-hero-visual img{position:relative;z-index:2;width:min(91%,490px);height:auto;max-height:525px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 25px 28px rgba(0,0,0,.28))}
.education-orbit{position:absolute;border:1px solid rgba(151,198,237,.19);border-radius:50%;z-index:1}
.orbit-one{width:390px;height:390px;top:52px;right:18px}
.orbit-two{width:275px;height:275px;top:108px;right:75px}
.education-message{position:absolute;left:22px;bottom:22px;z-index:3;max-width:250px;border:1px solid rgba(255,255,255,.17);border-radius:15px;padding:14px 16px;background:rgba(5,23,38,.82);backdrop-filter:blur(8px)}
.education-message small{display:block;color:#8fbee4;font-size:9px;letter-spacing:.14em;font-weight:850;margin-bottom:4px}
.education-message strong{display:block;color:#fff;font-size:13px}

.education-risk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.education-risk{position:relative;border:1px solid var(--line);border-radius:18px;padding:27px;background:#fff;overflow:hidden}
.education-risk:after{content:"";position:absolute;width:90px;height:90px;border:1px solid #e2eaf1;border-radius:50%;right:-35px;top:-35px}
.education-risk>span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf4fa;color:var(--blue);font-size:10px;font-weight:900}
.education-risk h3{font-size:20px;line-height:1.2;margin:18px 0 9px}
.education-risk p{margin:0;color:var(--muted);font-size:14px}

.education-scope-note{margin:23px 0 0;padding:16px 18px;border-left:4px solid var(--blue);border-radius:0 12px 12px 0;background:#fff;color:#536575;font-size:13px}

.education-journey{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.education-stage{padding:27px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.035)}
.education-stage>span{display:block;color:#91bce0;font-size:10px;font-weight:850;letter-spacing:.12em}
.education-stage h3{font-size:20px;line-height:1.2;margin:20px 0 9px}
.education-stage p{margin:0;color:#c5d3df;font-size:14px}

.education-prevention-section{background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%)}
.education-prevention-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}
.education-prevention-copy h2{font-size:clamp(32px,3.8vw,52px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px}
.education-prevention-copy>p:not(.eyebrow){color:var(--muted);font-size:17px;margin:0 0 16px}
.education-prevention-list{display:grid;gap:12px}
.education-prevention-list article{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff}
.education-prevention-list article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--navy);color:#9fc3e4;font-size:10px;font-weight:900}
.education-prevention-list strong{display:block;margin-bottom:3px}
.education-prevention-list p{margin:0;color:var(--muted);font-size:14px}

.education-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.education-final-cta .service-cta-grid>div:first-child{max-width:720px}

@media(max-width:1050px){
  .education-hero-grid{grid-template-columns:1fr}
  .education-hero-copy{max-width:850px}
  .education-hero-visual{min-height:500px;max-width:720px}
  .education-risk-grid{grid-template-columns:repeat(2,1fr)}
  .education-journey,.education-process-grid{grid-template-columns:repeat(2,1fr)}
  .education-prevention-grid{grid-template-columns:1fr;gap:42px}
}

@media(max-width:780px){
  .education-page .education-hero{padding:58px 0 48px}
  .education-hero-grid{gap:35px}
  .education-hero-copy h1{font-size:42px}
  .education-hero-visual{min-height:430px}
  .education-hero-visual img{max-height:420px;width:min(92%,410px)}
  .education-message{left:14px;bottom:14px}
  .education-risk-grid,.education-journey,.education-process-grid{grid-template-columns:1fr}
  .education-prevention-grid{gap:34px}
}

@media(max-width:480px){
  .education-hero-copy h1{font-size:36px}
  .education-hero-visual{min-height:390px}
  .education-hero-visual img{max-height:375px;width:100%}
  .education-message{max-width:205px;padding:11px 12px}
  .education-message strong{font-size:11px}
  .education-risk{padding:23px}
}
