:root {
  --hub-navy: #061a35;
  --hub-blue: #075ba8;
  --hub-cyan: #20b8f5;
  --hub-ice: #eef7fc;
  --hub-ink: #102238;
  --hub-muted: #5d6b7c;
  --hub-line: #dce8f0;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--hub-ink); background: #fff; font-family: 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; }
ul { padding: 0; margin: 0; list-style: none; }
a { text-decoration: none; }
img { max-width: 100%; }

/* Base pública migrada del tema anterior */
.sub-header { padding: 10px 0; border-bottom: 1px solid #eee; background: #fff; }
.sub-header li { display: inline-block; }
.sub-header .info li { padding-right: 25px; margin-right: 25px; border-right: 1px solid #eee; color: #7a7a7a; font-size: 14px; vertical-align: middle; }
.sub-header .info li:last-child { padding-right: 0; margin-right: 0; border-right: 0; }
.sub-header .info i { margin-right: 8px; color: #1965ae; font-size: 20px; }
.sub-header .social-links { text-align: right; }
.sub-header .social-links li { margin-left: 12px; }
.sub-header .social-links a { display: inline-block; font-size: 20px; vertical-align: middle; }
.sub-header .social-links i { font-size: 28px; }
.sub-header .social-links .fa-whatsapp { color: green; }

.header-area { position: relative; z-index: 100; height: 100px; background: #fff; transition: box-shadow .3s ease, height .3s ease; }
.header-area.background-header { position: sticky; top: 0; height: 80px; box-shadow: 0 0 10px rgba(0,0,0,.15); }
.header-area .main-nav { position: relative; display: flex; background: transparent; }
.header-area .main-nav .logo { display: inline-block; flex: 0 0 auto; }
.header-area .main-nav .nav { position: relative; z-index: 99; display: flex; flex: 1 1 auto; justify-content: flex-end; margin-top: 30px; }
.header-area.background-header .main-nav .nav { margin-top: 20px; }
.header-area .main-nav .nav li { height: 100px; padding: 0 10px; line-height: 100px; }
.header-area .main-nav .nav li a { display: block; height: 40px; padding: 0 20px; border: 0; color: #1e1e1e; font-size: 15px; line-height: 40px; letter-spacing: .25px; transition: color .25s ease, background-color .25s ease; }
.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li a.active { color: #f35525; }
.header-area .main-nav .menu-trigger { position: absolute; z-index: 100; top: 23px; right: 20px; display: none; width: 32px; height: 40px; cursor: pointer; text-indent: -9999em; }
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span::before,
.header-area .main-nav .menu-trigger span::after { position: absolute; left: 0; display: block; width: 30px; height: 2px; background: #1e1e1e; transition: transform .3s ease, background-color .3s ease; }
.header-area .main-nav .menu-trigger span { top: 16px; }
.header-area .main-nav .menu-trigger span::before,
.header-area .main-nav .menu-trigger span::after { width: 75%; content: ''; }
.header-area .main-nav .menu-trigger span::before { top: -10px; }
.header-area .main-nav .menu-trigger span::after { top: 10px; }
.header-area .main-nav .menu-trigger.active span { background: transparent; }
.header-area .main-nav .menu-trigger.active span::before { width: 100%; background: #1e1e1e; transform: translateY(10px) rotate(45deg); }
.header-area .main-nav .menu-trigger.active span::after { width: 100%; background: #1e1e1e; transform: translateY(-10px) rotate(-45deg); }

.contact { position: relative; padding: 100px 0 250px; background: url('../img/images/contactos_bg.jpg') center / cover no-repeat; }
.contact-content { position: relative; z-index: 1; margin-top: -240px; }
.contact-content #map { height: 100%; border-radius: 10px; }
.contact-content #contact-form { padding: 28px 30px; border-radius: 10px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.15); }
.contact-content #contact-form label { margin-bottom: 15px; color: #3a3a3a; font-size: 15px; }
.contact-content #contact-form input,
.contact-content #contact-form textarea { width: 100%; padding: 0 15px; border: 0; border-radius: 22px; margin-bottom: 28px; background: #f6f6f6; font-size: 14px; }
.contact-content #contact-form input { height: 38px; }
.contact-content #contact-form textarea { height: 150px; max-height: 180px; padding-top: 15px; margin-bottom: 40px; }
.contact-content #contact-form button { height: 44px; padding: 0 20px; border: 0; border-radius: 22px; color: #fff; background: var(--hub-blue); font-size: 15px; font-weight: 500; transition: background-color .25s ease; }
.contact-content #contact-form button:hover { background: #f35525; }

footer { min-height: 100px; margin-top: 150px; background: var(--hub-navy); }
footer.footer-no-gap { margin-top: 0; }
footer p { margin: 0; color: #fff; font-size: 16px; line-height: 100px; text-align: center; }
#scrollToTopBtn { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: none; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: #007bff; font-size: 20px; opacity: .8; transition: opacity .3s; }
#scrollToTopBtn:hover { opacity: 1; }

.hub-ecosystem .image-block { position: relative; display: flex; height: 220px; align-items: center; justify-content: center; margin: 0; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); }
.hub-ecosystem .image-block img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.hub-ecosystem .image-block figcaption { position: absolute; right: 0; bottom: -100%; left: 0; width: 100%; padding: 16px; line-height: 1.4; transition: bottom .25s ease; }
.hub-ecosystem .card { width: 100%; background: transparent; }
.hub-ecosystem .card-body { padding: 6px; }
.hub-ecosystem .icon-overlay { position: absolute; z-index: 10; top: 10%; left: 50%; display: flex; opacity: 0; transform: translate(-50%, -50%); transition: opacity .3s; }
.hub-ecosystem .icon-overlay i { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; padding: 10px; margin: 5px; border-radius: 50%; color: #fff; background: rgba(0,0,0,.7); font-size: 16px; }
.hub-ecosystem .card:hover .icon-overlay { opacity: 1; }
.hub-ecosystem .swiper { width: 100%; height: 100%; }
.hub-ecosystem .swiper-slide { display: flex; height: calc((100% - 30px) / 2); align-items: center; justify-content: center; text-align: center; }
.hub-alliances .img-hover img { transition: transform .3s ease, box-shadow .3s ease; }
.hub-alliances .img-hover:hover img { transform: scale(1.05); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }
.hub-section { padding: 96px 0; scroll-margin-top: 92px; }
.hub-section h2, .hub-data-section h2 { font-size: clamp(2rem, 2.45vw, 2.6rem); line-height: 1.1; font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
.hub-section h3 { font-weight: 700; color: var(--hub-ink); }
.hub-section p { color: var(--hub-muted); line-height: 1.75; }
.hub-symbol { display: block; width: 1em; height: 1em; overflow: visible; color: inherit; transition: color .25s ease, transform .25s ease; }
.hub-kicker { display: block; margin-bottom: 11px; color: var(--hub-blue); font-size: clamp(1rem, .94rem + .18vw, 1.1rem); line-height: 1.3; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hub-kicker--light { color: #73d6ff; }
.hub-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 46px; }
.hub-section-heading > div { max-width: 720px; }
.hub-section-heading > div h2 { max-width: 20ch; }
.hub-section-heading > p { max-width: 430px; margin-bottom: 6px; }
.hub-section-heading--center { display: block; max-width: 920px; margin-right: auto; margin-left: auto; text-align: left; }
.hub-section-heading--center h2 { max-width: 24ch; margin-right: 0; margin-left: 0; }
.hub-section-heading--center p { max-width: 680px; margin: 12px 0 0; }
.hub-heading-spaced { margin-top: 100px; }

.hub-header { box-shadow: 0 6px 30px rgba(6, 26, 53, .08); }
.hub-header .main-nav { min-height: 82px; }
.hub-logo { width: auto; height: 64px; margin-top: 8px; }
.hub-header .main-nav .nav li a { font-weight: 500; }
.hub-header .main-nav .nav li a.hub-nav-cta { height: 42px; padding: 0 22px; border-radius: 24px; color: #fff !important; background: var(--hub-blue); line-height: 42px; }
.hub-header .main-nav .nav li a.hub-nav-cta:hover { background: var(--hub-navy); }

.hub-hero { position: relative; min-height: calc(100vh - 120px); display: flex; align-items: center; overflow: hidden; background: var(--hub-navy); }
.hub-hero picture { position: absolute; inset: 0; }
.hub-hero__image, .hub-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hub-hero__image { left: 43%; width: 57%; object-fit: cover; object-position: center; }
.hub-hero__overlay { background: linear-gradient(90deg, #03172f 0%, #05254a 42%, rgba(5,37,74,.82) 49%, rgba(4,31,65,.08) 68%, transparent 100%); }
.hub-hero__content { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 72px; color: #fff; }
.hub-eyebrow { display: inline-flex; padding: 8px 15px; margin-bottom: 24px; border: 1px solid rgba(120, 218, 255, .5); border-radius: 30px; color: #aee8ff; background: rgba(7, 91, 168, .2); font-size: .77rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hub-hero h1 { max-width: 660px; margin: 0 0 24px; color: #fff; font-size: clamp(2.7rem, 4.7vw, 4.7rem); line-height: 1.01; font-weight: 700; letter-spacing: -.05em; }
.hub-hero p { max-width: 600px; margin-bottom: 34px; color: #d8e8f5; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hub-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hub-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 6px; font-weight: 600; transition: .25s ease; }
.hub-btn--primary { color: #fff; background: var(--hub-blue); }
.hub-btn--primary:hover { color: #fff; background: #0878d7; transform: translateY(-2px); }
.hub-btn--ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.05); }
.hub-btn--ghost:hover { color: var(--hub-navy); background: #fff; }
.hub-hero__scroll { position: absolute; z-index: 2; bottom: 24px; left: 50%; color: #fff; animation: hub-bounce 2s infinite; }
@keyframes hub-bounce { 50% { transform: translateY(8px); } }

.hub-latest { position: relative; z-index: 3; padding: 48px 0 58px; border-bottom: 1px solid var(--hub-line); background: #fff; }
.hub-latest__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.hub-latest__heading .hub-kicker { margin-bottom: 7px; }
.hub-latest__heading h2 { margin: 0; font-size: 1.75rem; font-weight: 700; }
.hub-latest__heading > a { display: inline-flex; align-items: center; gap: 9px; color: var(--hub-blue); font-size: .9rem; font-weight: 700; }
.hub-latest .news-banner { display: grid; width: 100%; padding: 0; margin: 0; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.hub-latest .news { min-width: 0; overflow: hidden; border: 1px solid var(--hub-line); border-radius: 12px; background: #fff; transition: .25s ease; }
.hub-latest .news:hover { transform: translateY(-5px); box-shadow: 0 15px 36px rgba(7,54,95,.1); }
.hub-latest .news button { width: 100%; height: 100%; padding: 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.hub-latest .news img { width: 100%; height: 150px; border-radius: 0; object-fit: cover; }
.hub-latest .news button > div { padding: 16px 18px 18px; }
.hub-latest .news h3 { margin: 5px 0 0; color: var(--hub-ink); font-size: .92rem; line-height: 1.45; }
.hub-latest .news p { display: none; }
.hub-news-date { display: block; color: var(--hub-blue); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hub-news-skeleton { height: 225px; border-radius: 12px; background: linear-gradient(100deg, #edf3f7 30%, #f7fafc 50%, #edf3f7 70%); background-size: 400%; animation: hub-shimmer 1.4s infinite; }
@keyframes hub-shimmer { 100% { background-position-x: -100%; } }

.hub-intro { background: linear-gradient(180deg, #fff, var(--hub-ice)); }
.hub-intro__heading h2 { max-width: 19ch; margin: 0; }
.hub-lead { font-size: 1.15rem; }
.hub-story-gallery { display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: repeat(2, 230px); gap: 18px; margin-top: 64px; }
.hub-story-gallery figure { position: relative; height: auto !important; min-height: 0; margin: 0; overflow: hidden; border-radius: 16px; box-shadow: none; }
.hub-story-gallery__main { grid-row: 1 / 3; }
.hub-story-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hub-story-gallery figure:hover img { transform: scale(1.035); }
.hub-story-gallery figcaption { position: absolute; inset: auto 0 0; padding: 48px 26px 24px; color: #fff; background: linear-gradient(transparent, rgba(3,20,42,.88)); }
.hub-story-gallery figcaption span, .hub-story-gallery figcaption strong { display: block; }
.hub-story-gallery figcaption span { margin-bottom: 5px; color: #83dcff; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hub-story-gallery figcaption strong { font-size: 1.05rem; }
.hub-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 68px 0 100px; border: 1px solid var(--hub-line); border-radius: 14px; background: #fff; box-shadow: 0 20px 60px rgba(7, 54, 95, .08); }
.hub-stats article { padding: 34px 24px; text-align: center; }
.hub-stats article + article { border-left: 1px solid var(--hub-line); }
.hub-stats strong { display: block; color: var(--hub-blue); font-size: 2.65rem; line-height: 1; }
.hub-stats span { display: block; margin-top: 10px; color: var(--hub-muted); font-size: .9rem; }
.hub-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hub-timeline article { position: relative; min-height: 290px; padding: 38px; overflow: hidden; border: 1px solid var(--hub-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 38px rgba(7, 54, 95, .06); }
.hub-timeline__icon { display: inline-grid; margin-bottom: 28px; color: var(--hub-blue); font-size: 2rem; }
.hub-timeline__number { position: absolute; top: 15px; right: 22px; color: #e7f1f7; font-size: 4.6rem; font-weight: 800; }

.hub-solutions { background: #fff; }
.hub-presence-grid, .hub-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hub-presence-grid article { padding: 36px; border-radius: 14px; background: var(--hub-ice); }
.hub-presence-grid article > span { color: var(--hub-cyan); font-size: .8rem; font-weight: 700; }
.hub-presence-grid__featured { color: #fff; background: linear-gradient(135deg, var(--hub-blue), var(--hub-navy)) !important; box-shadow: 0 20px 50px rgba(7, 91, 168, .22); }
.hub-presence-grid__featured h3, .hub-presence-grid__featured p { color: #fff; }
.hub-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin-bottom: 24px; border: 1px solid rgba(15, 171, 224, .25); border-radius: 18px 6px 18px 6px; color: var(--hub-blue); background: #fff; box-shadow: 0 8px 22px rgba(7, 91, 168, .1); font-size: 1.75rem; }
.hub-icon .hub-symbol { width: 32px; height: 32px; }
.hub-presence-grid article:hover .hub-symbol, .hub-service-grid article:hover .hub-symbol { color: #08aee3; transform: translateY(-2px); }
.hub-service-grid article { padding: 34px; border: 1px solid var(--hub-line); border-radius: 14px; transition: .25s ease; }
.hub-service-grid article:hover { border-color: #9ddcff; transform: translateY(-6px); box-shadow: 0 18px 46px rgba(7, 54, 95, .1); }
.hub-service-grid ul { padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--hub-line); list-style: none; }
.hub-service-grid li { position: relative; padding: 5px 0 5px 20px; color: #405166; font-size: .9rem; }
.hub-service-grid li::before { position: absolute; left: 0; color: var(--hub-cyan); content: '•'; }

.hub-data-section { padding: 104px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 20%, #0e68a5, transparent 35%), linear-gradient(135deg, #03162e, #073d69); }
.hub-data-section h2, .hub-data-section p { color: #fff; }
.hub-data-section p { color: #c6dceb; line-height: 1.75; }
.hub-data-flow { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hub-data-flow article { flex: 1; padding: 22px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; text-align: center; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.hub-data-flow strong, .hub-data-flow span { display: block; }
.hub-data-flow span { margin-top: 7px; color: #b6d0e2; font-size: .75rem; }
.hub-data-flow > i { color: #4dbbe9; }
.hub-data-visual { position: relative; height: 230px; margin: 58px 0 0; overflow: hidden; border: 1px solid rgba(115, 214, 255, .2); border-radius: 8px 42px 8px 42px; background: #03162e; }
.hub-data-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,46,.2), rgba(3,22,46,.03) 45%, rgba(3,22,46,.82)); content: ''; pointer-events: none; }
.hub-data-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; opacity: .82; }
.hub-data-visual figcaption { position: absolute; z-index: 1; right: 30px; bottom: 24px; display: grid; max-width: 360px; gap: 7px; text-align: right; }
.hub-data-visual figcaption span { color: #fff; font-size: 1.05rem; font-weight: 700; line-height: 1.35; }
.hub-data-visual figcaption a { color: #9edcf4; font-size: .65rem; }
.hub-data-capabilities { display: grid; margin-top: 28px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hub-data-capabilities article { position: relative; min-height: 310px; padding: 32px 26px; overflow: hidden; border: 1px solid rgba(115, 214, 255, .2); border-radius: 28px 8px 28px 8px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); box-shadow: 0 20px 45px rgba(0, 11, 29, .2); }
.hub-data-capabilities article > .hub-symbol { width: 38px; height: 38px; margin-bottom: 28px; color: #73d6ff; }
.hub-data-capabilities__number { position: absolute; top: 24px; right: 24px; color: rgba(115, 214, 255, .72); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.hub-data-capabilities h3 { margin-bottom: 18px; color: #fff; font-size: 1.18rem; }
.hub-data-capabilities ul { padding: 0; margin: 0; list-style: none; }
.hub-data-capabilities li { position: relative; padding-left: 17px; color: #c6dceb; font-size: .88rem; line-height: 1.62; }
.hub-data-capabilities li + li { margin-top: 12px; }
.hub-data-capabilities li::before { position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #28bfee; content: ''; }

.hub-opportunities { background: var(--hub-ice); }
.hub-text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 15px; color: var(--hub-blue); font-weight: 700; }
.hub-sector-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hub-sector-grid article { display: flex; min-height: 112px; align-items: center; gap: 18px; padding: 24px; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(7, 54, 95, .06); }
.hub-sector-icon { width: 36px; height: 36px; flex: 0 0 36px; color: var(--hub-blue); }
.hub-sector-grid article:hover .hub-sector-icon { color: #08aee3; transform: translateX(3px); }
.hub-sector-grid span { font-weight: 600; }
.hub-sector-grid article:last-child:nth-child(odd) { width: calc(50% - 8px); grid-column: 1 / -1; justify-self: center; }
.hub-incentives { display: grid; margin-top: 96px; padding: 42px; grid-template-columns: .9fr 1.6fr; align-items: start; gap: 34px 48px; border-radius: 8px 42px 8px 42px; color: #fff; background: linear-gradient(135deg, var(--hub-navy), #075b98); box-shadow: 0 24px 55px rgba(3, 23, 47, .16); }
.hub-incentives .hub-kicker { color: #73d6ff; }
.hub-incentives h3 { max-width: 16ch; margin-bottom: 16px; color: #fff; font-size: 1.7rem; line-height: 1.12; }
.hub-incentives p { color: #c6dceb; line-height: 1.6; }
.hub-incentives__visual { height: 118px; margin: 24px 0 0; overflow: hidden; border-radius: 18px 6px 18px 6px; }
.hub-incentives__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; opacity: .88; }
.hub-incentives__items { display: grid; height: fit-content; align-self: start; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: max-content; align-items: start; gap: 16px; }
.hub-incentives__items article { min-height: 0; height: auto; padding: 24px; align-self: start; border: 1px solid rgba(255,255,255,.16); border-radius: 18px 6px 18px 6px; background: rgba(255,255,255,.07); }
.hub-incentives__items span, .hub-incentives__items strong { display: block; }
.hub-incentives__items span { margin-bottom: 8px; color: #73d6ff; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hub-incentives__items strong { margin-bottom: 12px; color: #fff; font-size: 1.12rem; }
.hub-incentives__items p { margin-bottom: 16px; font-size: .84rem; }
.hub-incentives__items a { color: #fff; font-size: .78rem; font-weight: 700; }
.hub-incentives__items a:hover { color: #73d6ff; }
.hub-incentives__note { margin: -8px 0 0; grid-column: 1 / -1; color: #9fc1d7 !important; font-size: .72rem; }
.hub-programs { padding-top: 110px; }
.hub-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hub-program-grid article { position: relative; padding: 38px; border-top: 3px solid var(--hub-cyan); border-radius: 4px 4px 14px 14px; background: #fff; }
.hub-program-grid article > span { color: var(--hub-blue); font-size: .8rem; font-weight: 700; }

.hub-ecosystem { background: #fff; }
.hub-ecosystem .hub-section-heading .hub-kicker { color: #075ba8; }
.hub-ecosystem .hub-section-heading h2 { color: var(--hub-ink); }
.hub-ecosystem .hub-section-heading p { color: #40566d; }
.hub-ecosystem .swiper-slide { background: transparent; }
.hub-ecosystem .image-block figcaption { background: linear-gradient(135deg, rgba(3, 23, 47, .97), rgba(7, 91, 168, .94)); box-shadow: 0 -12px 30px rgba(3, 23, 47, .28); color: #fff; }
.hub-ecosystem .image-block figcaption .asociaciones-descripcion { margin-bottom: 8px; color: #fff; font-weight: 500; line-height: 1.55; text-shadow: 0 1px 2px rgba(0, 0, 0, .25); }
.hub-ecosystem .image-block:hover figcaption { bottom: 0; }
#clientesSwiper { position: relative; padding-right: 72px !important; padding-left: 72px !important; }
#clientesSwiper .hub-ecosystem-next,
#clientesSwiper .hub-ecosystem-prev { width: 48px; height: 48px; border: 1px solid rgba(7, 91, 168, .18); border-radius: 50%; color: #fff; background: var(--hub-blue); box-shadow: 0 10px 25px rgba(7, 54, 95, .18); transition: transform .2s ease, background-color .2s ease; }
#clientesSwiper .hub-ecosystem-next::after,
#clientesSwiper .hub-ecosystem-prev::after { font-size: 1rem; font-weight: 800; }
#clientesSwiper .hub-ecosystem-next:hover,
#clientesSwiper .hub-ecosystem-prev:hover { background: var(--hub-navy); transform: scale(1.06); }
#clientesSwiper .swiper-button-disabled { opacity: .28; }
.hub-alliances { background: #f8fbfd; }
.hub-alliances__grid { justify-content: center; }
.hub-alliances .img-hover { min-height: 150px; }
.hub-alliances img { width: 100%; max-width: 220px; max-height: 120px; object-fit: contain; filter: none; opacity: 1; }
.hub-newsroom { background: #fff; scroll-margin-top: 90px; }
.hub-news-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 32px; }
.hub-news-featured, .hub-news-row { overflow: hidden; }
.hub-news-featured button, .hub-news-row button { width: 100%; padding: 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.hub-news-featured { min-height: 540px; border-radius: 54px 12px 54px 12px; background: var(--hub-navy); }
.hub-news-featured button { position: relative; display: block; height: 100%; min-height: 540px; color: #fff; }
.hub-news-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .5s ease, opacity .5s ease; }
.hub-news-featured button::after { position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(3,20,42,.95)); content: ''; }
.hub-news-featured button > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 48px; }
.hub-news-featured h3 { max-width: 720px; margin: 9px 0 12px; color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; }
.hub-news-featured p { max-width: 650px; margin: 0; color: #dbeaf4; }
.hub-news-featured .hub-news-date { color: #85dcff; }
.hub-news-featured:hover img { opacity: .84; transform: scale(1.025); }
.hub-news-list { display: flex; flex-direction: column; gap: 18px; }
.hub-news-row { flex: 1; min-height: 160px; border-bottom: 1px solid var(--hub-line); }
.hub-news-row button { display: grid; height: 100%; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.hub-news-row img { width: 150px; height: 124px; border-radius: 28px 7px 28px 7px; object-fit: cover; }
.hub-news-row h3 { margin: 7px 0 8px; font-size: 1.08rem; line-height: 1.35; }
.hub-news-row p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--hub-muted); font-size: .82rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hub-news-placeholder { min-height: 160px; background: linear-gradient(100deg, #edf3f7 30%, #f7fafc 50%, #edf3f7 70%); background-size: 400%; animation: hub-shimmer 1.4s infinite; }
.hub-news-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.hub-news-pagination button { width: 42px; height: 42px; border: 1px solid var(--hub-line); border-radius: 50%; color: var(--hub-ink); background: #fff; font-weight: 600; }
.hub-news-pagination button:hover, .hub-news-pagination button.is-active { border-color: var(--hub-blue); color: #fff; background: var(--hub-blue); }
.hub-news-empty { padding: 40px; border-radius: 14px; text-align: center; color: var(--hub-muted); background: var(--hub-ice); }

.hub-news-reader { --bs-modal-width: 1180px; }
.hub-news-reader .modal-dialog { height: min(92vh, 940px); }
.hub-news-reader .modal-content { max-height: 92vh; overflow: hidden; border: 0; border-radius: 13px; box-shadow: 0 24px 72px rgba(0,0,0,.24); }
.hub-news-reader .modal-body { padding: 0; background: #fff; }
.hub-news-reader__close { position: absolute; z-index: 5; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(3,20,42,.88); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.hub-news-reader__close:hover { background: var(--hub-blue); }
.hub-news-reader__article { padding-bottom: 72px; }
.hub-news-reader__header { width: min(100% - 48px, 1080px); padding: 44px 0 22px; margin-right: auto; margin-left: auto; }
.hub-news-reader__meta { display: block; margin-bottom: 12px; color: var(--hub-blue); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hub-news-reader__header h2 { max-width: 980px; margin: 0; color: var(--hub-ink); font-size: clamp(1.9rem, 2.8vw, 2.8rem); line-height: 1.1; letter-spacing: -.038em; }
.hub-news-reader__summary { margin: 22px 0 0; color: var(--hub-muted); font-size: 1.15rem; line-height: 1.65; }
.hub-news-reader__body { display: grid; width: min(100% - 48px, 1080px); grid-template-columns: minmax(300px, 42%) minmax(0, 58%); gap: 46px; align-items: start; margin: 0 auto; }
.hub-news-reader__figure { position: sticky; top: 18px; width: 100%; height: auto !important; min-height: 0; margin: 0; overflow: hidden; border-radius: 10px; background: transparent; box-shadow: none !important; }
.hub-news-reader__figure img { display: block; width: 100%; height: auto; max-height: calc(92vh - 205px); margin: 0 auto; object-fit: contain; object-position: top center; }
.hub-news-reader__content { min-width: 0; color: #34465a; font-size: 17px; line-height: 1.72; }
.hub-news-reader__content p, .hub-news-reader__content li, .hub-news-reader__content span { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; color: inherit; }
.hub-news-reader__content p { margin: 0 0 1.08em; }
.hub-news-reader__content h2, .hub-news-reader__content h3, .hub-news-reader__content h4, .hub-news-reader__content h5, .hub-news-reader__content h6 { margin: 1.7em 0 .65em; color: var(--hub-ink); font-family: inherit !important; line-height: 1.25 !important; }
.hub-news-reader__content ul, .hub-news-reader__content ol { padding-left: 1.35em; margin: 0 0 1.5em; }
.hub-news-reader__content li { margin-bottom: .5em; }
.hub-news-reader__content blockquote { padding: 20px 28px; border-left: 4px solid var(--hub-cyan); color: var(--hub-ink); background: var(--hub-ice); }
.hub-news-reader__content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.hub-news-reader__content th, .hub-news-reader__content td { padding: 10px 12px; border: 1px solid var(--hub-line); }
.hub-news-reader__content a { color: var(--hub-blue); text-decoration: underline; }
.hub-news-reader--loading .hub-news-reader__content { min-height: 200px; }
.contact-content { padding-top: 30px; }
.contact-content #contact-form select { width: 100%; height: 44px; padding: 0 18px; border: 1px solid #e7e7e7; border-radius: 22px; color: #4a4a4a; background: #f6f6f6; font-size: 14px; outline: none; }
.contact-content #contact-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.hub-contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hub-contact-privacy { max-width: 430px; margin: 13px 0 0; color: #667789; font-size: .76rem; line-height: 1.5; }
.hub-contact-heading h2 { max-width: 24ch; color: var(--hub-ink); font-size: clamp(2rem, 2.45vw, 2.6rem); line-height: 1.1; font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
.hub-contact-heading p { max-width: 680px; color: var(--hub-muted); font-size: 1rem; line-height: 1.7; }
.hub-contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-content .hub-contact-grid .contact-item { min-width: 0; }
.contact-content .hub-contact-grid .item { display: grid; min-height: 190px; padding: 26px 20px; grid-template-rows: 44px 34px 56px; align-content: center; justify-items: center; border: 1px solid rgba(15, 39, 68, .06); border-radius: 18px; box-shadow: 0 10px 28px rgba(15, 39, 68, .09); text-align: center; }
.contact-content .hub-contact-grid .item i { align-self: start; margin: 0; padding-bottom: 0 !important; color: var(--hub-blue); transition: color .2s ease; }
.contact-content .hub-contact-grid .item:hover i { color: var(--hub-cyan); }
.contact-content .hub-contact-grid .item > span { display: flex; align-items: center; justify-content: center; line-height: 1.35; }
.contact-content .hub-contact-grid .item > span:first-of-type { font-weight: 600; }
.contact-content .hub-contact-grid .item .hub-contact-detail,
.contact-content .hub-contact-grid .item a { display: flex; align-items: flex-start; justify-content: center; margin: 0; padding: 5px 0 0; color: var(--hub-ink); line-height: 1.4; overflow-wrap: anywhere; }
.contact-content .hub-contact-grid .item a { transition: color .2s ease; }
.contact-content .hub-contact-grid .item a:hover { color: var(--hub-blue); }
@media (max-width: 991.98px) {
  .hub-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-content .hub-contact-grid .item { min-height: 175px; }
}
@media (max-width: 575.98px) {
  .hub-contact-heading { width: calc(100% - 40px); }
  .hub-contact-heading h2 { font-size: clamp(1.85rem, 7.2vw, 2.2rem); line-height: 1.12; }
  .hub-contact-grid { grid-template-columns: 1fr; gap: 12px; }
  .contact-content .hub-contact-grid .item { min-height: 0; padding: 22px 18px; grid-template-rows: 42px auto auto; }
}
.footer-no-gap { background: var(--hub-navy) !important; }

/* Movimiento y ritmo editorial */
.hub-reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.hub-reveal--visible { opacity: 1; transform: none; }
.hub-hero__image { transform: scale(1.04); transition: transform .15s linear; }
.hub-intro, .hub-solutions, .hub-opportunities { position: relative; overflow: hidden; }
.hub-intro::before, .hub-opportunities::after { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(32,184,245,.12); border-radius: 50%; content: ''; pointer-events: none; }
.hub-intro::before { top: 15%; left: -280px; box-shadow: 0 0 0 55px rgba(32,184,245,.035), 0 0 0 110px rgba(32,184,245,.025); }
.hub-opportunities::after { right: -290px; bottom: 8%; box-shadow: 0 0 0 55px rgba(7,91,168,.035), 0 0 0 110px rgba(7,91,168,.025); }
.hub-story-gallery figure:first-child { border-radius: 64px 16px 16px 16px; }
.hub-story-gallery figure:nth-child(2) { border-radius: 16px 64px 16px 16px; transform: translateX(18px); }
.hub-story-gallery figure:nth-child(3) { border-radius: 16px 16px 64px 16px; transform: translateX(-10px); }
.hub-timeline { position: relative; gap: 56px; }
.hub-timeline::before { position: absolute; top: 67px; right: 12%; left: 12%; height: 2px; background: linear-gradient(90deg, var(--hub-blue), var(--hub-cyan)); content: ''; }
.hub-timeline article { padding-top: 102px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; text-align: center; }
.hub-timeline__icon { position: absolute; z-index: 2; top: 34px; left: 50%; display: grid; width: 66px; height: 66px; place-items: center; margin: 0; border: 7px solid var(--hub-ice); border-radius: 22px 8px 22px 8px; color: #fff; background: linear-gradient(145deg, var(--hub-blue), #06467c); font-size: 1.1rem; transform: translateX(-50%); box-shadow: 0 0 0 1px #9ddcff; }
.hub-timeline__icon .hub-symbol { width: 34px; height: 34px; }
.hub-timeline__number { top: 82px; right: 50%; color: rgba(7,91,168,.08); font-size: 5.2rem; transform: translateX(50%); }
.hub-presence-grid { align-items: center; gap: 0; }
.hub-presence-grid article { position: relative; z-index: 1; min-height: 285px; border-radius: 42px 8px 42px 8px; }
.hub-presence-grid article:nth-child(1) { transform: rotate(-1.2deg) translateX(12px); }
.hub-presence-grid article:nth-child(2) { z-index: 2; min-height: 315px; transform: translateY(-8px); box-shadow: 0 25px 55px rgba(7,54,95,.12); }
.hub-presence-grid article:nth-child(3) { transform: rotate(1.2deg) translateX(-12px); }
.hub-virtual-office { display: grid; margin-top: 110px; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(38px, 6vw, 86px); align-items: center; }
.hub-virtual-office__visual { position: relative; min-height: 610px; overflow: hidden; border-radius: 68px 10px 68px 10px; background: var(--hub-navy); }
.hub-virtual-office__visual::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3, 23, 47, .92)); content: ''; }
.hub-virtual-office__visual img { width: 100%; height: 610px; object-fit: cover; }
.hub-virtual-office__visual > div { position: absolute; z-index: 1; right: 34px; bottom: 36px; left: 34px; color: #fff; }
.hub-virtual-office__visual span { display: block; margin-bottom: 8px; color: #8bdcff; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hub-virtual-office__visual strong { display: block; max-width: 390px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.15; }
.hub-virtual-office__content > h2 { max-width: 680px; margin-bottom: 18px; }
.hub-virtual-office__content > p { max-width: 650px; }
.hub-virtual-office__groups { display: grid; margin-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.hub-virtual-office__groups article { display: grid; padding: 22px 0; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--hub-line); }
.hub-virtual-office__icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(15, 171, 224, .2); border-radius: 15px 5px 15px 5px; color: var(--hub-blue); background: var(--hub-ice); }
.hub-virtual-office__icon .hub-symbol { width: 26px; height: 26px; }
.hub-virtual-office__groups article:hover .hub-virtual-office__icon { color: #08aee3; }
.hub-virtual-office__groups h3 { margin: 2px 0 7px; font-size: 1rem; }
.hub-virtual-office__groups p { margin: 0; color: #4d6175; font-size: .88rem; line-height: 1.55; }
.hub-virtual-office__note { display: flex; gap: 10px; margin-top: 22px; color: #52677b !important; font-size: .8rem; line-height: 1.5 !important; }
.hub-virtual-office__note i { margin-top: 4px; color: var(--hub-blue); }
.hub-virtual-plan { display: grid; margin-top: 60px; padding: 36px 44px; grid-template-columns: minmax(250px, .75fr) minmax(300px, 1.25fr) auto; gap: 42px; align-items: center; border-radius: 10px 46px 10px 46px; color: #fff; background: linear-gradient(120deg, var(--hub-navy), #075ba8); box-shadow: 0 22px 50px rgba(7, 54, 95, .16); }
.hub-virtual-plan span { display: block; color: #8bdcff; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hub-virtual-plan strong { display: block; margin: 5px 0 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1; }
.hub-virtual-plan strong small { font-size: .26em; letter-spacing: .08em; vertical-align: middle; }
.hub-virtual-plan p { margin: 7px 0 0; color: #dbeaf4; line-height: 1.55; }
.hub-virtual-plan__benefit { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; }
.hub-virtual-plan__benefit > i { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #8bdcff; }
.hub-virtual-plan__benefit strong { display: inline; font-size: inherit; }
.hub-virtual-plan .hub-btn { white-space: nowrap; background: #fff; color: var(--hub-blue); }
.hub-virtual-plan .hub-btn:hover { background: #8bdcff; color: var(--hub-navy); }
.hub-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 9%; }
.hub-service-grid article { position: relative; min-height: 300px; padding: 42px 18px 42px 92px; border: 0; border-bottom: 1px solid var(--hub-line); border-radius: 0; }
.hub-service-grid article:nth-child(even) { transform: translateY(64px); }
.hub-service-grid article:hover { border-color: var(--hub-cyan); box-shadow: none; transform: translateX(8px); }
.hub-service-grid article:nth-child(even):hover { transform: translate(8px, 64px); }
.hub-service-grid .hub-icon { position: absolute; top: 45px; left: 15px; border-radius: 18px 6px 18px 6px; }
.hub-data-section { position: relative; }
.hub-data-section::after { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #76d8ff 1px, transparent 1px); background-size: 28px 28px; content: ''; pointer-events: none; }
.hub-data-section .container { position: relative; z-index: 1; }
.hub-data-flow article { border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; animation: hub-float 4s ease-in-out infinite; }
.hub-data-flow article:nth-of-type(2) { animation-delay: -.8s; }
.hub-data-flow article:nth-of-type(3) { animation-delay: -1.6s; }
.hub-data-flow article:nth-of-type(4) { animation-delay: -2.4s; }
@keyframes hub-float { 50% { transform: translateY(-9px); } }
.hub-sector-grid article { border-radius: 48px 10px 48px 10px; transition: transform .3s ease, box-shadow .3s ease; }
.hub-sector-grid article:nth-child(even) { transform: translateY(22px); }
.hub-sector-grid article:hover { transform: translateX(8px); box-shadow: 0 18px 44px rgba(7,54,95,.13); }
.hub-sector-grid article:nth-child(even):hover { transform: translate(8px, 22px); }
.hub-program-grid { align-items: start; }
.hub-program-grid article { border: 0; border-radius: 4px 48px 4px 48px; box-shadow: 0 15px 45px rgba(7,54,95,.07); }
.hub-program-grid article:nth-child(2) { margin-top: 42px; }
.hub-program-grid article:nth-child(3) { margin-top: 84px; }

@media (min-width: 576px) and (max-width: 1199px) {
  .hub-hero { min-height: 720px; }
  .hub-hero__image { left: 0; width: 100%; object-position: center; }
  .hub-hero__overlay { background: linear-gradient(90deg, rgba(2, 15, 34, .96) 0%, rgba(2, 20, 43, .88) 48%, rgba(2, 20, 43, .34) 66%, rgba(2, 20, 43, .08) 100%); }
  .hub-hero__content { padding-top: 62px; padding-bottom: 62px; }
  .hub-hero h1 { max-width: 62%; font-size: clamp(2.65rem, 5.6vw, 4rem); line-height: 1.02; }
  .hub-hero p { max-width: 60%; font-size: 1.08rem; line-height: 1.6; }
  .hub-hero__actions { max-width: 66%; }
}

@media (max-width: 991px) {
  .sub-header { display: none; }
  .hub-section { padding: 72px 0; }
  .hub-header .main-nav { min-height: 72px; }
  .hub-logo { height: 56px; }
  .hub-hero { min-height: 720px; }
  .hub-hero__image { left: 0; width: 100%; object-position: center; }
  .hub-hero__overlay { background: linear-gradient(90deg, rgba(2,15,34,.96), rgba(2,20,43,.42) 70%, rgba(2,20,43,.08)); }
  .hub-section-heading { display: block; }
  .hub-section-heading > p { margin-top: 18px; }
  .hub-stats { grid-template-columns: repeat(2, 1fr); }
  .hub-stats article:nth-child(3) { border-left: 0; border-top: 1px solid var(--hub-line); }
  .hub-stats article:nth-child(4) { border-top: 1px solid var(--hub-line); }
  .hub-timeline, .hub-presence-grid, .hub-service-grid, .hub-program-grid { grid-template-columns: 1fr; }
  .hub-timeline::before { top: 0; right: auto; bottom: 0; left: 28px; width: 2px; height: auto; }
  .hub-timeline article { min-height: 0; padding: 20px 15px 30px 88px; text-align: left; }
  .hub-timeline__icon { top: 16px; left: 28px; }
  .hub-timeline__number { display: none; }
  .hub-presence-grid { gap: 18px; }
  .hub-presence-grid article, .hub-presence-grid article:nth-child(n) { min-height: 0; transform: none; }
  .hub-virtual-office { margin-top: 76px; grid-template-columns: 1fr; }
  .hub-virtual-office__visual { min-height: 440px; }
  .hub-virtual-office__visual img { height: 440px; }
  .hub-virtual-plan { padding: 34px; grid-template-columns: 1fr 1fr; }
  .hub-virtual-plan .hub-btn { grid-column: 1 / -1; justify-self: start; }
  .hub-service-grid { gap: 0; }
  .hub-service-grid article, .hub-service-grid article:nth-child(even) { min-height: 0; transform: none; }
  .hub-service-grid article:hover, .hub-service-grid article:nth-child(even):hover { transform: translateX(6px); }
  .hub-data-flow article { aspect-ratio: auto; border-radius: 16px; animation: none; }
  .hub-program-grid article:nth-child(n) { margin-top: 0; }
  .hub-latest .news-banner { grid-template-columns: repeat(2, 1fr); }
  .hub-data-flow { margin-top: 20px; }
  .hub-data-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-incentives { grid-template-columns: 1fr; }
  .hub-news-layout { grid-template-columns: 1fr; }
  .hub-news-featured, .hub-news-featured button { min-height: 440px; }
  .hub-news-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hub-news-row button { display: block; }
  .hub-news-row img { width: 100%; height: 150px; }
  .hub-news-row button > div { padding: 16px 4px 20px; }
  .hub-news-reader__body { display: block; width: min(100% - 48px, 820px); }
  .hub-news-reader__figure { position: static; margin-bottom: 28px; }
  .hub-news-reader__figure img { max-height: 70vh; }
}

@media (max-width: 575px) {
  .hub-section { padding: 58px 0; }
  .hub-section h2, .hub-data-section h2 { font-size: clamp(1.85rem, 7.2vw, 2.2rem); line-height: 1.12; }
  .hub-kicker { margin-bottom: 9px; font-size: .9rem; letter-spacing: .09em; }
  .hub-hero { min-height: 0; align-items: flex-start; }
  .hub-hero__content { padding: 40px 20px 22px; }
  .hub-hero__image { left: 0; width: 100%; object-position: center top; }
  .hub-hero__overlay { background: linear-gradient(180deg, rgba(2, 15, 34, .24) 0%, rgba(2, 15, 34, .08) 31%, rgba(2, 15, 34, .68) 46%, rgba(2, 15, 34, .72) 82%, rgba(2, 15, 34, .3) 100%); }
  .hub-hero .hub-eyebrow { margin-bottom: 0; }
  .hub-hero .hub-eyebrow + h1 { margin-top: 238px; }
  .hub-hero h1 { max-width: 100%; font-size: clamp(2.4rem, 10.8vw, 3.25rem); line-height: 1.02; }
  .hub-hero p { font-size: 1rem; line-height: 1.55; }
  .hub-btn { width: 100%; }
  .hub-hero .hub-btn--ghost { border-color: #fff; color: var(--hub-navy); background: rgba(255, 255, 255, .96); box-shadow: 0 10px 26px rgba(2, 15, 34, .2); }
  .hub-hero .hub-btn--ghost:hover { border-color: #8bdcff; color: var(--hub-navy); background: #8bdcff; }
  .hub-stats { margin: 50px 0 72px; }
  .hub-latest { padding: 38px 0 44px; }
  .hub-latest .news-banner { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .hub-latest .news, .hub-news-skeleton { min-width: 82vw; scroll-snap-align: start; }
  .hub-story-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .hub-story-gallery__main { grid-row: auto; }
  .hub-story-gallery figure:nth-child(n) { border-radius: 28px 8px 28px 8px; transform: none; }
  .hub-stats article { padding: 25px 12px; }
  .hub-stats strong { font-size: 2rem; }
  .hub-stats span { font-size: .78rem; }
  .hub-timeline article { padding: 18px 18px 34px 92px; }
  .hub-timeline__icon { left: 30px; }
  .hub-timeline::before { left: 30px; }
  .hub-service-grid article { padding: 30px 18px 34px 78px; }
  .hub-service-grid .hub-icon { top: 30px; left: 12px; width: 52px; height: 52px; }
  .hub-service-grid .hub-icon .hub-symbol { width: 29px; height: 29px; }
  .hub-program-grid article { padding: 28px; }
  .hub-data-flow { display: grid; grid-template-columns: 1fr; }
  .hub-data-flow > i { transform: rotate(90deg); text-align: center; }
  .hub-data-capabilities { margin-top: 22px; grid-template-columns: 1fr; }
  .hub-data-capabilities article { min-height: 0; padding: 28px 24px; }
  .hub-data-visual { height: 280px; margin-top: 42px; }
  .hub-data-visual::after { background: linear-gradient(180deg, rgba(3,22,46,.05), rgba(3,22,46,.9)); }
  .hub-data-visual figcaption { right: 22px; bottom: 20px; left: 22px; text-align: left; }
  .hub-sector-grid { grid-template-columns: 1fr; }
  .hub-sector-grid article:last-child:nth-child(odd) { width: 100%; grid-column: auto; }
  .hub-incentives { margin-top: 70px; padding: 30px 24px; border-radius: 8px 30px 8px 30px; }
  .hub-incentives__items { grid-template-columns: 1fr; }
  .hub-programs { padding-top: 72px; }
  .hub-virtual-office { margin-top: 60px; gap: 32px; }
  .hub-virtual-office__visual { min-height: 340px; border-radius: 38px 8px 38px 8px; }
  .hub-virtual-office__visual img { height: 340px; }
  .hub-virtual-office__visual > div { right: 24px; bottom: 26px; left: 24px; }
  .hub-virtual-office__groups { grid-template-columns: 1fr; }
  .hub-virtual-plan { margin-top: 42px; padding: 28px 24px; grid-template-columns: 1fr; gap: 24px; }
  .hub-virtual-plan .hub-btn { grid-column: auto; width: 100%; }
  #clientesSwiper { padding-right: 48px !important; padding-left: 48px !important; }
  #clientesSwiper .image-block { height: 210px !important; }
  #clientesSwiper .hub-ecosystem-next,
  #clientesSwiper .hub-ecosystem-prev { width: 38px; height: 38px; }
  .hub-newsroom .hub-section-heading { margin-bottom: 30px; }
  .hub-news-featured, .hub-news-featured button { min-height: 430px; }
  .hub-news-featured button > div { padding: 28px; }
  .hub-news-featured h3 { font-size: 1.9rem; }
  .hub-news-list { display: flex; }
  .hub-news-row button { display: grid; grid-template-columns: 112px 1fr; gap: 16px; }
  .hub-news-row img { width: 112px; height: 104px; }
  .hub-news-row button > div { padding: 8px 0 18px; }
  .hub-news-row p { display: none; }
  .hub-news-reader .modal-dialog { height: calc(100dvh - 16px); margin: 8px; }
  .hub-news-reader .modal-content { max-height: calc(100dvh - 16px); border-radius: 16px; }
  .hub-news-reader__close { position: sticky; top: 12px; float: right; margin: 12px 12px -56px 0; }
  .hub-news-reader__header { padding-top: 52px; padding-bottom: 22px; }
  .hub-news-reader__header { width: min(100% - 40px, 820px); }
  .hub-news-reader__header h2 { font-size: 1.85rem; line-height: 1.16; }
  .hub-news-reader__summary { font-size: 1rem; }
  .hub-news-reader__body { display: block; width: calc(100% - 40px); }
  .hub-news-reader__figure { position: static; width: 100%; margin-bottom: 24px; border-radius: 8px; }
  .hub-news-reader__figure img { max-height: 68vh; }
  .hub-news-reader__content { font-size: 16px; line-height: 1.72; }
  .hub-news-reader__article { padding-bottom: 44px; }
}

@media (max-width: 767px) {
  .header-area { height: 80px; padding: 0 15px; text-align: center; }
  .header-area .container { padding: 0; }
  .header-area .main-nav { min-height: 80px; overflow: visible; }
  .header-area .main-nav .logo { position: absolute; top: 0; left: 30px; }
  .header-area .main-nav .menu-trigger { display: block; }
  .header-area .main-nav .nav { position: absolute; top: 80px; right: 0; left: 0; display: none; width: 100%; height: auto; margin: 0 !important; background: #fff; box-shadow: 0 12px 22px rgba(0,0,0,.12); }
  .header-area .main-nav .nav.is-open { display: block; }
  .header-area .main-nav .nav li { width: 100%; height: 50px; padding: 0 !important; border-top: 1px solid #eee; background: #fff; line-height: 50px; }
  .header-area .main-nav .nav li a,
  .header-area .main-nav .nav li a.hub-nav-cta { height: 50px; padding: 0; border-radius: 0; color: #1e1e1e !important; background: #fff; font-size: 15px; font-weight: 400; line-height: 50px; }
  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a.active { color: #ee626b !important; }
  .header-area .main-nav .nav li:last-child { display: none; }
  .contact-content #map { min-height: 400px; margin-bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hub-reveal { opacity: 1; transform: none; }
}
