﻿:root{--bg:#050816;--panel:rgba(15,20,40,.88);--line:#293552;--white:#f8fafc;--muted:#abb6cc;--pink:#f72578;--cyan:#44d5ee;--yellow:#ffd43b;--max:1220px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(rgba(3,7,18,.82),rgba(3,7,18,.98)),url("../comunidad-educativa/mgt-futuro-vcard-2050.png") center top/100% auto no-repeat fixed,var(--bg);color:var(--white);font-family:Inter,Segoe UI,Arial,sans-serif}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;padding:13px max(20px,calc((100% - var(--max))/2));background:rgba(5,8,22,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(68,213,238,.18)}
.brand img{width:215px;display:block}
.site-header nav{margin-left:auto;display:flex;gap:22px}
.site-header a{color:#dce4f1;text-decoration:none;font-weight:750}
.hero{max-width:var(--max);margin:auto;min-height:690px;display:grid;grid-template-columns:1.2fr .8fr;gap:75px;align-items:center;padding:90px 24px}
.eyebrow{color:var(--cyan);font-weight:900;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase}
.hero h1{font-size:clamp(3.2rem,6vw,6.4rem);line-height:.94;letter-spacing:-.06em;margin:18px 0 28px}
.lead{font-size:1.22rem;line-height:1.7;color:#c3ccdc;max-width:710px}
.actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.button{display:inline-flex;padding:14px 20px;border-radius:12px;text-decoration:none;font-weight:900;justify-content:center}
.primary{background:linear-gradient(120deg,var(--pink),#ff4b35);color:white}
.secondary{background:#1d263d;color:white;border:1px solid #3c4968}
.hero-card{padding:38px;border:1px solid rgba(68,213,238,.38);border-radius:28px;background:linear-gradient(145deg,rgba(26,33,60,.86),rgba(7,10,26,.92));box-shadow:0 30px 90px rgba(0,0,0,.36)}
.hero-card strong{display:block;font-size:3.3rem;letter-spacing:-.05em}
.hero-card span{display:block;color:var(--muted);line-height:1.6;margin:12px 0 22px}
.hero-card ul{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap}
.hero-card li{border:1px solid #34425f;border-radius:999px;padding:9px 13px;color:var(--yellow);font-weight:800}
.intro,.roadmap,.collab,.final-cta,footer{max-width:var(--max);margin-left:auto;margin-right:auto}
.intro{padding:100px 24px 38px}
.intro h2,.roadmap h2,.collab h2,.final-cta h2{font-size:clamp(2.2rem,4.2vw,4.6rem);letter-spacing:-.045em;line-height:1.02;margin:15px 0 20px}
.intro>p:last-child,.roadmap p,.final-cta p{color:var(--muted);font-size:1.08rem;line-height:1.7;max-width:820px}
.project-grid{max-width:var(--max);margin:auto;padding:20px 24px 110px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.project{padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(24,30,54,.9),rgba(7,10,25,.93));box-shadow:0 18px 55px rgba(0,0,0,.24);transition:.25s}
.project:hover{transform:translateY(-4px);border-color:rgba(68,213,238,.55)}
.project.featured{grid-column:1/-1;background:linear-gradient(120deg,rgba(51,12,43,.93),rgba(11,21,43,.94));border-color:#723153}
.project>span{color:var(--cyan);font-size:.72rem;font-weight:900;letter-spacing:.15em}
.project h3{font-size:1.8rem;margin:14px 0}
.project p{color:var(--muted);line-height:1.6}
.project ul{color:#d7deec;line-height:1.8;padding-left:19px}
.project a{display:inline-flex;margin-top:9px;color:var(--yellow);font-weight:900;text-decoration:none}
.roadmap{display:grid;grid-template-columns:1.3fr .7fr;gap:55px;padding:60px;border:1px solid #49304e;border-radius:28px;background:linear-gradient(120deg,rgba(38,12,36,.94),rgba(10,20,41,.94))}
.roadmap-list{display:grid;gap:12px;align-content:center}
.roadmap-list b{font-size:3.5rem;color:var(--pink)}
.roadmap-list span{padding:12px 0;border-bottom:1px solid #3b3850;color:#d7deec}
.collab{padding:115px 24px}
.collab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.collab-grid div{padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}
.collab-grid b,.collab-grid span{display:block}
.collab-grid b{font-size:1.35rem;color:var(--yellow);margin-bottom:8px}
.collab-grid span{color:var(--muted);line-height:1.5}
.final-cta{margin-bottom:100px;padding:46px 55px;border:1px solid rgba(68,213,238,.36);border-radius:26px;background:rgba(11,20,39,.9);display:flex;align-items:center;gap:40px;justify-content:space-between}
.final-cta h2{font-size:3rem}
.final-cta p{margin-bottom:0}
footer{padding:32px 24px 52px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#8f9bb3;line-height:1.5}
footer img{width:220px}
footer p{text-align:right}
@media(max-width:900px){.site-header nav{display:none}
.hero,.roadmap{grid-template-columns:1fr}
.project-grid{grid-template-columns:1fr}
.project.featured{grid-column:auto}
.collab-grid{grid-template-columns:1fr 1fr}
.final-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){.brand img{width:175px}
.hero{padding:58px 18px}
.hero h1{font-size:3.15rem}
.project-grid{padding-inline:14px}
.intro,.collab{padding-inline:18px}
.roadmap{margin-inline:14px;padding:28px}
.collab-grid{grid-template-columns:1fr}
.final-cta{margin-inline:14px;padding:28px}
.final-cta h2{font-size:2.3rem}
footer{align-items:flex-start;flex-direction:column;gap:18px}
footer p{text-align:left}
}

/* Hero stabilization - 2026-07-31 */
.hero{min-height:clamp(620px,72svh,780px);gap:clamp(34px,5vw,70px);padding:clamp(58px,7vw,86px) 24px;overflow:hidden}
.hero>div{min-width:0;padding:clamp(20px,2.5vw,34px);background:linear-gradient(145deg,rgba(5,8,22,.76),rgba(5,8,22,.4));border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(8px)}
.hero h1{font-size:clamp(3rem,5.7vw,5.2rem);line-height:1.02;overflow-wrap:anywhere;text-wrap:balance}
.hero-card{width:min(100%,480px);justify-self:center}
.actions .button{min-height:46px}
@media(max-width:900px){.hero{min-height:0;gap:28px}}
@media(max-width:600px){.hero{padding:42px 18px 54px}.hero>div{padding:20px}.hero h1{font-size:clamp(2.55rem,12vw,3.35rem);line-height:1.06}.hero-card{padding:26px}.actions,.actions .button{width:100%}}





/* Pie de pagina compartido con el home */
.site-footer{display:grid;grid-template-columns:1.15fr repeat(3,minmax(150px,1fr)) 1.25fr;align-items:start;gap:clamp(24px,4vw,54px);padding:52px clamp(18px,5vw,74px);color:rgba(255,255,255,.72);background:linear-gradient(120deg,rgba(13,27,54,.98),rgba(4,8,23,.99)),#050711;border-top:1px solid rgba(255,255,255,.12);font-weight:400}
.site-footer,.site-footer *{font-weight:400!important}
.site-footer-brand,.site-footer-nav,.site-footer-legal{display:grid;align-content:start;gap:9px}
.site-footer-brand strong,.site-footer-nav strong,.site-footer-legal strong{color:#fff}
.site-footer-brand span,.site-footer-legal span{color:rgba(255,255,255,.72)}
.site-footer-nav a,.site-footer-legal a{color:rgba(255,255,255,.76);text-decoration:none}
.site-footer-nav a:hover,.site-footer-nav a:focus-visible,.site-footer-legal a:hover,.site-footer-legal a:focus-visible{color:#fff;text-decoration:underline}
.site-footer .site-footer-claim{width:fit-content;margin:4px 0;padding:12px 15px;color:#fff;background:rgba(69,215,238,.08);border:1px solid rgba(69,215,238,.42);border-radius:8px;text-decoration:none}
.site-footer .site-footer-claim::before{content:"▤";margin-right:9px;color:#45d7ee;font-size:1.2em}
@media(max-width:1080px){.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.site-footer{grid-template-columns:1fr}}
