:root{
  --azul-oscuro:#153a85;
  --azul-medio:#3561ab;
  --azul-claro:#8fc9ef;
  --cian:#00caff;
  --gris:#d4d9dd;
  --naranja:#f28f18;
  --naranja-oscuro:#b26a0e;
  --turquesa:#009579;
  --verde-agua:#3bbfad;
  --amarillo:#ffde00;
  --tinta:#39424f;
  --tinta-suave:#5b6573;
  --fondo:#ffffff;
  --fondo-alt:#eef3fa;
  --fondo-pie:#f6f6f4;
  --borde:#e2e6ea;
  --radio:12px;
  --radio-foto:36px;
  --wrap:1200px;
  --header-h:64px;
  --sombra:0 1px 3px rgba(21,58,133,.08);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',system-ui,-apple-system,sans-serif;color:var(--tinta);background:var(--fondo);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-weight:700;color:var(--azul-oscuro);line-height:1.2;margin:0 0 .5em;text-wrap:balance}
h1{font-size:clamp(1.65rem,5.2vw,2.9rem)}
h2{font-size:clamp(1.35rem,3.4vw,1.95rem)}
h3{font-size:1rem}
p{margin:0 0 1em;text-wrap:pretty}
a{color:var(--azul-oscuro)}
a:hover,a:focus{color:var(--azul-medio)}
img{max-width:100%;display:block;height:auto}
ul{margin:0;padding:0;list-style:none}
:focus-visible{outline:3px solid var(--cian);outline-offset:2px}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:var(--azul-oscuro);padding:10px 16px;z-index:100}
.skip-link:focus{left:8px;top:8px}

.eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--azul-medio);margin:0 0 .6em}
.eyebrow--light{color:var(--cian)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.82rem;padding:13px 22px;border-radius:8px;border:1.5px solid transparent;text-decoration:none;cursor:pointer;transition:transform .15s ease,filter .15s ease}
.btn:hover{filter:brightness(1.07);transform:translateY(-1px)}
.btn--primary{background:var(--azul-oscuro);color:#fff}
.btn--primary:hover{color:#fff}
.btn--port{background:var(--naranja);color:#fff}
.btn--port:hover{color:#fff}
.btn--aero{background:var(--turquesa);color:#fff}
.btn--aero:hover{color:#fff}
.btn--light{background:#fff;color:var(--azul-oscuro)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.75)}
.btn--ghost:hover{color:#fff;background:rgba(255,255,255,.12)}

.tag{display:inline-flex;align-items:center;font-size:.68rem;font-weight:600;padding:5px 13px;border-radius:99px;background:var(--fondo-alt);color:var(--azul-medio);margin:0;text-decoration:none}
.tag--port{background:var(--naranja);color:#fff}
.tag--aero{background:var(--turquesa);color:#fff}
.tag--cyan{background:var(--cian);color:#08344a}

/* ---------- cabecera ---------- */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e9ecf1}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:var(--wrap);margin:0 auto;min-height:var(--header-h)}
.wordmark{display:inline-flex;align-items:baseline;gap:5px;flex-wrap:wrap;font-size:1rem;font-weight:700;text-decoration:none;background:#fff;padding:14px 26px 14px 20px;border-bottom-right-radius:38px}
.wordmark__sm{font-weight:400;font-size:.8em;color:var(--azul-medio)}
.wordmark__port{color:var(--azul-claro)}
.wordmark__aero{color:var(--azul-oscuro)}
.wordmark--lg{font-size:clamp(1.3rem,5vw,2.2rem);padding:0;border-radius:0;justify-content:center}
.site-header__right{display:flex;align-items:center;gap:14px;padding-right:16px}
.org-capsule{display:none}
.site-header__cta{display:none}
.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;background:none;border:0;cursor:pointer}
.nav-toggle span{display:block;height:2px;background:var(--azul-oscuro);transition:transform .25s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.site-nav{position:fixed;inset:var(--header-h) 0 0;background:linear-gradient(150deg,var(--azul-oscuro) 0%,var(--azul-medio) 50%,var(--verde-agua) 100%);padding:26px 20px 30px;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .28s ease;overflow-y:auto;visibility:hidden}.site-nav.is-open{transform:translateX(0);visibility:visible}
.site-nav__list{display:flex;flex-direction:column}
.site-nav__list a{display:block;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.22);color:#fff;font-weight:600;font-size:1.15rem;text-decoration:none}
.site-nav__foot{margin-top:auto;padding-top:26px;display:flex;flex-direction:column;gap:14px}
.industry-shortcuts{display:flex;gap:8px}
.industry-shortcuts li{flex:1}
.industry-shortcuts .tag{width:100%;justify-content:center;padding:10px}
.site-nav__mail{margin:0;font-size:.8rem}
.site-nav__mail a{color:rgba(255,255,255,.85)}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(112deg,var(--azul-oscuro) 0%,var(--azul-medio) 48%,var(--verde-agua) 100%)}
.hero__inner{position:relative;z-index:2;padding-top:40px;padding-bottom:44px}
.hero h1{color:#fff;max-width:20ch}
.hero__lead{color:rgba(255,255,255,.88);max-width:56ch;font-size:.95rem}
.hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}
.hero__actions .btn{flex:1 1 220px}
.stat-strip{display:flex;flex-wrap:wrap;gap:22px 34px;margin:36px 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.25)}
.stat-strip__item dt{order:2;font-size:.66rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.stat-strip__item dd{order:1;margin:0;font-size:clamp(2rem,7vw,3.25rem);font-weight:700;line-height:1}
.stat-strip__item{display:flex;flex-direction:column}

/* ---------- secciones ---------- */
.section{padding:48px 0}
.section--alt{background:var(--fondo-alt)}
.section__head{display:flex;flex-direction:column;gap:16px;margin-bottom:26px}
.section__head h2{margin-bottom:0}

.zigzag{display:grid;gap:26px;align-items:center}
.zigzag__media{margin:0;border-radius:0 var(--radio-foto) 0 0;overflow:hidden;background:#e8ebef}
.zigzag__media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.zigzag__text p:last-child{margin-bottom:0}

.axes{display:grid;gap:14px;margin-top:34px}
.axis{background:#fff;border:1px solid var(--borde);border-radius:var(--radio);padding:22px;box-shadow:var(--sombra)}
.axis h3{margin:14px 0 6px}
.axis p{margin:0;font-size:.85rem;color:var(--tinta-suave)}
.axis__icon{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;font-size:.6rem;font-weight:600;text-align:center;color:#0d2757}
.axis__icon--port{background:var(--azul-claro)}
.axis__icon--aero{background:var(--azul-oscuro);color:#fff}
.axis__icon--emp{background:var(--cian);color:#08344a}

.highlight{color:#fff;background:linear-gradient(112deg,var(--azul-oscuro),var(--azul-medio) 48%,var(--verde-agua));position:relative;overflow:hidden;padding:34px 0}
.highlight .wrap{position:relative;z-index:2}
.highlight__figure{margin:0;font-size:clamp(1.1rem,3.6vw,1.6rem);font-weight:500;line-height:1.5;max-width:34ch}

/* ---------- empresas ---------- */
.filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}
.filter{flex:0 0 auto;font-family:inherit;font-size:.72rem;font-weight:600;padding:8px 16px;border-radius:99px;border:1.5px solid var(--borde);background:#fff;color:var(--azul-medio);cursor:pointer}
.filter.is-active{background:var(--azul-oscuro);color:#fff;border-color:var(--azul-oscuro)}
.filter--port.is-active{background:var(--naranja);border-color:var(--naranja)}
.filter--aero.is-active{background:var(--turquesa);border-color:var(--turquesa)}

.company-grid{display:grid;gap:16px;grid-template-columns:1fr}
.company{background:#fff;border:1px solid var(--borde);border-radius:var(--radio);overflow:hidden;box-shadow:var(--sombra);display:flex;flex-direction:column}
.company[hidden]{display:none}
.company__media{margin:0;border-radius:0 var(--radio-foto) 0 0;overflow:hidden}
.company__media img{width:100%;aspect-ratio:3/2;object-fit:cover}
.company__body{padding:16px;display:flex;flex-direction:column;gap:7px;align-items:flex-start}
.company__body h3{margin:0;font-size:.95rem}
.company__body p{margin:0;font-size:.82rem;color:var(--tinta-suave)}
.empty-state{margin-top:20px;font-size:.85rem;color:var(--tinta-suave)}

.stat-inline{display:grid;gap:18px}
.stat-inline li{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.stat-inline strong{font-size:1.85rem;color:var(--azul-oscuro);line-height:1}
.stat-inline span:last-child{font-size:.66rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tinta-suave)}
.stat-inline__icon{width:44px;height:44px;border-radius:50%;flex:none}
.stat-inline__icon--port{background:#fdf0dd}
.stat-inline__icon--aero{background:#e3f5f1}
.stat-inline__icon--cyan{background:#e9f4fc}

/* ---------- video ---------- */
.video-banner{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center;background:#0d2757;overflow:hidden}
.video-banner__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.video-banner__content{position:relative;z-index:2;text-align:center;color:#fff;padding:44px 20px}
.video-banner__content h2{color:#fff;margin:16px 0 8px}
.video-banner__content p{margin:0;color:rgba(255,255,255,.88);font-size:.88rem}
.video-banner__play{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--azul-oscuro);font-size:1.3rem;text-decoration:none}

/* ---------- noticias ---------- */
.news-grid{display:grid;gap:18px}
.news{height:100%;background:#fff;border:1px solid var(--borde);border-radius:var(--radio);overflow:hidden;box-shadow:var(--sombra);display:flex;flex-direction:column}
.news__media{margin:0;border-radius:0 var(--radio-foto) 0 0;overflow:hidden}
.news__media img{width:100%;aspect-ratio:3/2;object-fit:cover}
.news__body{padding:18px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.news__body h3{margin:0;font-size:1.02rem}
.news__body h3 a{text-decoration:none}
.news__lead{margin:0;font-size:.85rem;color:var(--tinta-suave)}
.news__meta{margin:0;font-size:.74rem;color:var(--tinta-suave)}

/* ---------- testimonios ---------- */
.quote{margin:0;border-left:0}
.quote p{font-size:clamp(1.05rem,3.2vw,1.25rem);font-weight:500;color:var(--azul-oscuro);line-height:1.55}
.quote footer{display:flex;flex-direction:column}
.quote cite{font-style:normal;font-weight:600;font-size:.9rem;color:var(--azul-oscuro)}
.quote__role{font-size:.8rem;color:var(--tinta-suave)}

/* ---------- convocatorias ---------- */
.calls{display:grid;gap:18px;margin-top:24px}
.call{background:#fff;border:1px solid var(--borde);border-radius:var(--radio);overflow:hidden;box-shadow:var(--sombra)}
.call::before{content:"";display:block;height:7px}
.call--port::before{background:var(--naranja)}
.call--aero::before{background:var(--turquesa)}
.call__body{padding:24px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.call__body h3{margin:0;font-size:1.05rem}
.call__body p{margin:0;font-size:.85rem;color:var(--tinta-suave)}
.call__date{font-weight:600}

/* ---------- cierre y pie ---------- */
.closing__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.closing__address{font-style:normal;font-size:.88rem;color:var(--tinta-suave);line-height:1.8}
.site-footer{background:var(--fondo-pie);padding:34px 0 90px}
.logo-bar{background:#fff;border-radius:99px;box-shadow:var(--sombra);padding:14px 22px;display:flex;flex-direction:column;gap:12px;align-items:center;margin-bottom:12px}
.logo-bar__label{margin:0;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--azul-oscuro)}
.logo-bar ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px 26px}
.logo-bar img{height:26px;width:auto;object-fit:contain}
.site-footer__legal{margin:18px 0 0;font-size:.72rem;color:var(--tinta-suave);text-align:center}

.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:35;background:#fff;border-top:1px solid #e6e9ee;padding:10px 16px;display:flex}
.mobile-cta .btn{flex:1}

/* ---------- animación de entrada ----------
   Visible por defecto: el estado oculto solo se aplica cuando el JS
   confirma que puede observar la entrada (html.js-reveal). */
.js-reveal .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.js-reveal .reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .js-reveal .reveal{opacity:1;transform:none;transition:none}
  .btn:hover{transform:none}
}
@media print{
  .js-reveal .reveal{opacity:1 !important;transform:none !important}
  .site-header,.mobile-cta{position:static}
}

/* ---------- tablet ---------- */
@media (min-width:700px){
  .section{padding:64px 0}
  .zigzag{grid-template-columns:1.05fr .95fr;gap:40px}
  .zigzag--media-first .zigzag__media{order:-1}
  .axes{grid-template-columns:repeat(3,1fr);gap:20px}
  .company-grid{grid-template-columns:repeat(2,1fr)}
  .news-grid{grid-template-columns:repeat(3,1fr)}
  .calls{grid-template-columns:repeat(2,1fr)}
  .stat-inline{grid-template-columns:repeat(3,1fr)}
  .section__head{flex-direction:row;align-items:flex-end;justify-content:space-between}
  .hero__inner{padding-top:64px;padding-bottom:60px}
  .hero__actions .btn{flex:0 0 auto}
  .logo-bar{flex-direction:row;gap:26px;justify-content:flex-start}
  .logo-bar ul{justify-content:flex-start}
  .highlight{padding:44px 0}
  .highlight__figure{max-width:46ch}
}

/* ---------- desktop ---------- */
@media (min-width:1000px){
  :root{--header-h:72px;--radio-foto:72px}
  .site-header__right{gap:18px}
  .nav-toggle{display:none}
  .org-capsule{display:flex;align-items:center;gap:10px;margin:0;background:#fff;border-radius:99px;box-shadow:var(--sombra);padding:7px 14px}
  .org-capsule__label{font-size:.56rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--azul-oscuro)}
  .org-capsule img{height:20px;width:auto;object-fit:contain}
  .site-header__cta{display:inline-flex}
  .site-nav{position:static;inset:auto;background:none;padding:0;transform:none;visibility:visible;overflow:visible;flex-direction:row;align-items:center}
  .site-nav__list{flex-direction:row;gap:22px}
  .site-nav__list a{border:0;padding:0;color:var(--tinta);font-size:.82rem;font-weight:600}
  .site-nav__list a:hover,.site-nav__list a.is-current{color:var(--azul-oscuro)}
  .site-nav__foot{display:none}
  .company-grid{grid-template-columns:repeat(4,1fr)}
  .mobile-cta{display:none}
  .site-footer{padding-bottom:40px}
  .site-footer .wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .logo-bar{margin:0}
  .logo-bar:first-child{grid-column:1 / -1}
  .site-footer__legal{grid-column:1 / -1}
  .video-banner{min-height:340px}
  .stat-inline{display:flex;gap:44px}
}
