/* ============================================
   CLOSERS HUB - Agencia Internacional de Closers
   ============================================ */

/* --- Cursor glow turquesa --- */
[data-program="closers-hub"] .cursor-glow {
    background: radial-gradient(circle, rgba(var(--hub-accent-rgb), 0.45) 0%, transparent 70%);
    opacity: 0.08;
}

/* Enlaces y hovers legibles sobre fondo oscuro con acento navy */
[data-program="closers-hub"] .program-header__nav a:hover {
    color: #9eb6ff;
}

[data-program="closers-hub"] .program-footer__links a:hover {
    color: #9eb6ff;
}

/* ============================================
   PAGE HEADER — doble marca + nav compacta
   ============================================ */

.hub-page-header__inner {
    gap: 1rem;
    flex-wrap: wrap;
    row-gap: 0.75rem;
}

.hub-page-header__logos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.hub-logo-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

.hub-logo-pill img {
    display: block;
    height: auto;
    max-height: 44px;
    width: auto;
    max-width: min(220px, 46vw);
    object-fit: contain;
}

.hub-logo-pill--footer img {
    max-height: 40px;
    max-width: 200px;
    filter: none;
}

.hub-footer__brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

[data-program="closers-hub"] .program-header__nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem 1rem;
    row-gap: 0.35rem;
}

[data-program="closers-hub"] .program-header__nav a {
    font-size: 0.78rem;
    white-space: nowrap;
}

@media (min-width: 1025px) and (max-width: 1240px) {
    [data-program="closers-hub"] .program-header__nav {
        gap: 0.45rem 0.65rem;
    }

    [data-program="closers-hub"] .program-header__nav a {
        font-size: 0.72rem;
    }
}

/* ============================================
   HERO
   ============================================ */

.hub-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8rem 2rem 4rem;
}

.hub-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 100%, rgba(var(--hub-accent-rgb), 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 15% 70%, rgba(var(--hub-accent-rgb), 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 85% 25%, rgba(91, 127, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hub-hero__logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
    opacity: 0;
    animation: hubReveal 0.8s 0.35s ease forwards;
}

.hub-hero__logo-img {
    max-width: min(380px, 92vw);
    height: auto;
    padding: 0.5rem 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.45));
}

.hub-hero__subtitle--lead {
    max-width: 720px;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.65);
}

.hub-hero__label {
    display: inline-block;
    padding: 0.4rem 1.5rem;
    background: rgba(var(--hub-accent-rgb), 0.22);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.5);
    color: #c8d6ff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    border-radius: 100px;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: hubReveal 0.8s 0.2s ease forwards;
}

.hub-hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 1.5rem;
}

.hub-hero__title-line {
    font-size: clamp(3rem, 10vw, 7rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -2px;
    color: #fff;
    opacity: 0;
    animation: hubReveal 0.8s 0.4s ease forwards;
}

.hub-hero__title-accent {
    color: #b4c7ff;
    text-shadow:
        0 0 12px rgba(var(--hub-accent-rgb), 0.55),
        0 0 28px rgba(91, 127, 255, 0.25);
    animation: hubReveal 0.8s 0.6s ease forwards;
}

.hub-hero__subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 1.7;
    max-width: 650px;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: hubReveal 0.8s 0.8s ease forwards;
}

.hub-hero__ctas {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    opacity: 0;
    animation: hubReveal 0.8s 1s ease forwards;
    flex-wrap: wrap;
    justify-content: center;
}

.hub-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s;
}

.hub-hero__cta--primary {
    background: var(--hub-teal);
    color: #fff;
}

.hub-hero__cta--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(var(--hub-accent-rgb), 0.45);
    background: var(--hub-teal-hover);
}

.hub-hero__cta--secondary {
    background: rgba(var(--hub-accent-rgb), 0.12);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.45);
    color: #b4c7ff;
}

.hub-hero__cta--secondary:hover {
    background: rgba(var(--hub-accent-rgb), 0.22);
    border-color: rgba(91, 127, 255, 0.55);
}

.hub-hero__markets {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: hubReveal 0.8s 1.2s ease forwards;
    flex-wrap: wrap;
    justify-content: center;
}

.hub-hero__markets > span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hub-hero__market-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.hub-hero__tag {
    padding: 0.3rem 0.9rem;
    background: rgba(var(--hub-accent-rgb), 0.15);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.35);
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
}

/* ============================================
   SECTIONS - BASE
   ============================================ */

.hub-section {
    position: relative;
    padding: 7rem 0;
    background: var(--hub-dark);
}

.hub-section--alt {
    background: rgba(255, 255, 255, 0.015);
}

.hub-section__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hub-section__label {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: rgba(var(--hub-accent-rgb), 0.18);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.42);
    color: var(--hub-accent-text);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

.hub-section__title {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hub-section__tagline {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 700px;
    margin: 0 auto 3.5rem;
    line-height: 1.7;
}

.hub-section__tagline--tight {
    margin-bottom: 1.75rem;
    text-align: left;
}

.hub-subsection-title {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 700;
    color: #fff;
    margin: 2.5rem auto 0.75rem;
    max-width: 900px;
    line-height: 1.35;
}

.hub-subsection-title--left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}

.hub-section--alt .hub-subsection-title--left {
    max-width: none;
}

/* --- Introducción --- */
.hub-intro {
    padding: 6rem 0;
    background: linear-gradient(180deg, var(--hub-dark) 0%, rgba(5, 8, 15, 0.98) 100%);
    border-top: 1px solid var(--hub-border);
    border-bottom: 1px solid var(--hub-border);
}

.hub-intro__container {
    text-align: center;
}

.hub-intro__body {
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
}

.hub-intro__body p {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.hub-intro__body p:last-child {
    margin-bottom: 0;
}

.hub-intro__body strong {
    color: rgba(255, 255, 255, 0.88);
}

/* ============================================
   QUOTE
   ============================================ */

.hub-quote {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto 3.5rem;
    position: relative;
    padding: 2rem 0;
}

.hub-quote::before {
    content: '"';
    position: absolute;
    top: -0.5rem;
    left: -1rem;
    font-size: 5rem;
    color: rgba(var(--hub-accent-rgb), 0.15);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

/* ============================================
   PHILOSOPHY CARDS
   ============================================ */

.hub-philosophy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    text-align: left;
}

.hub-philosophy__card {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-philosophy__card:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-3px);
}

.hub-philosophy__icon {
    color: var(--hub-accent-text);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.hub-philosophy__card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hub-philosophy__card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* --- Exclusive requirement box --- */
.hub-exclusive {
    background: rgba(var(--hub-accent-rgb), 0.04);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.15);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    text-align: left;
}

.hub-exclusive__badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(var(--hub-accent-rgb), 0.12);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.3);
    color: var(--hub-accent-text);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.hub-exclusive p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

.hub-exclusive strong {
    color: var(--hub-accent-text);
}

/* ============================================
   PHASES
   ============================================ */

.hub-phases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
    text-align: left;
}

.hub-phase {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.hub-phase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hub-teal), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.hub-phase:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-3px);
}

.hub-phase:hover::before {
    opacity: 1;
}

.hub-phase__number {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c9cff 0%, var(--hub-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1rem;
}

.hub-phase__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hub-phase p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* --- Guarantees --- */
.hub-guarantees {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: left;
}

.hub-guarantees__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.hub-guarantees__lead {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    margin: 2rem 0 1.5rem;
    text-align: center;
}

.hub-guarantees__lead strong {
    color: rgba(255, 255, 255, 0.85);
}

.hub-adn-footer {
    margin-top: 2.5rem;
    padding: 1.5rem 1.75rem;
    text-align: center;
    font-size: 0.98rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    background: rgba(var(--hub-accent-rgb), 0.06);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.18);
    border-radius: 14px;
}

.hub-adn-footer strong {
    color: var(--hub-accent-text);
}

.hub-guarantees__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.hub-guarantee {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hub-guarantee__check {
    color: var(--hub-accent-text);
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.hub-guarantee strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.hub-guarantee p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ============================================
   DIMENSIONS / PROFILES
   ============================================ */

.hub-dimensions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.hub-dimension {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-dimension:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-3px);
}

.hub-dimension__icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.hub-dimension h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hub-dimension p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* --- Enterprise benefits --- */
.hub-benefits-enterprise__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.hub-benefits-enterprise__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: left;
}

.hub-benefit-card {
    background: rgba(var(--hub-accent-rgb), 0.04);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.12);
    border-radius: 14px;
    padding: 1.75rem;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-benefit-card:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.25);
    transform: translateY(-2px);
}

.hub-benefit-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hub-accent-text);
    margin-bottom: 0.5rem;
}

.hub-benefit-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* ============================================
   PROTOCOL STEPS
   ============================================ */

.hub-protocol {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hub-protocol__step {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 2rem;
    align-items: center;
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    text-align: left;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-protocol__step:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateX(5px);
}

.hub-protocol__number {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c9cff 0%, var(--hub-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hub-protocol__label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--hub-accent-text);
    margin-bottom: 0.4rem;
}

.hub-protocol__content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.4rem;
}

.hub-protocol__content p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.hub-protocol__result {
    padding: 0.5rem 1.25rem;
    background: rgba(var(--hub-accent-rgb), 0.08);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.15);
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--hub-accent-text);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* ============================================
   PRINCIPLES
   ============================================ */

.hub-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
    text-align: left;
}

.hub-principle {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-principle:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-3px);
}

.hub-principle h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hub-principle p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* --- Permanence requirements --- */
.hub-permanence {
    background: rgba(var(--hub-accent-rgb), 0.03);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.1);
    border-radius: 20px;
    padding: 3rem;
    text-align: left;
}

.hub-permanence__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
}

.hub-permanence__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.hub-permanence__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 14px;
    transition: border-color 0.3s;
}

.hub-permanence__item:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.15);
}

.hub-permanence__num {
    font-size: 1.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c9cff 0%, var(--hub-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 0.1rem;
}

.hub-permanence__item strong {
    display: block;
    color: #fff;
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.hub-permanence__item p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ============================================
   ALLIANCES
   ============================================ */

.hub-alliances {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.hub-alliance {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    transition: border-color 0.3s, transform 0.3s;
}

.hub-alliance:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-3px);
}

.hub-alliance__icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.hub-alliance h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.hub-alliance p {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* --- Employment box --- */
.hub-employment {
    background: rgba(var(--hub-accent-rgb), 0.04);
    border: 1px solid rgba(var(--hub-accent-rgb), 0.15);
    border-radius: 20px;
    padding: 2.5rem 3rem;
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 2rem;
    align-items: start;
}

.hub-employment h3 {
    grid-column: 1 / -1;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.hub-employment p {
    grid-column: 1 / -1;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
}

.hub-employment strong {
    color: var(--hub-accent-text);
}

.hub-employment__note {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    padding: 1.25rem 1.5rem;
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 14px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    border-left: 3px solid rgba(var(--hub-accent-rgb), 0.45);
}

.hub-employment__note strong {
    color: var(--hub-accent-text);
    font-weight: 700;
    margin-right: 0.25rem;
}

.hub-employment em {
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    border-bottom: 1px dashed rgba(var(--hub-accent-rgb), 0.3);
}

/* ============================================
   VALUE PROPOSITIONS
   ============================================ */

.hub-value-props {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: left;
}

.hub-value-prop {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 16px;
    padding: 2.25rem 2rem;
    transition: border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.hub-value-prop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hub-teal), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.hub-value-prop:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.2);
    transform: translateY(-4px);
}

.hub-value-prop:hover::before {
    opacity: 1;
}

.hub-value-prop:nth-child(4) {
    grid-column: 1 / 2;
}

.hub-value-prop:nth-child(5) {
    grid-column: 2 / 4;
}

.hub-value-prop__number {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c9cff 0%, var(--hub-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 1rem;
}

.hub-value-prop h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}

.hub-value-prop p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

.hub-value-prop__list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.hub-value-prop__list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.75rem;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.65;
}

.hub-value-prop__list li:last-child {
    margin-bottom: 0;
}

.hub-value-prop__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hub-teal);
    opacity: 0.75;
}

.hub-value-prop__list strong {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.hub-contact {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 3rem;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    align-items: start;
}

.hub-contact__info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.5rem;
    position: sticky;
    top: 6rem;
}

.hub-contact__check {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    padding: 0.75rem 1rem;
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 12px;
    transition: border-color 0.3s;
}

.hub-contact__check:hover {
    border-color: rgba(var(--hub-accent-rgb), 0.15);
}

.hub-contact__check span {
    color: var(--hub-accent-text);
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.hub-contact__form {
    background: var(--hub-card);
    border: 1px solid var(--hub-border);
    border-radius: 20px;
    padding: 2.5rem;
}

.hub-contact__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.hub-contact__field {
    margin-bottom: 1.15rem;
}

.hub-contact__field:last-of-type {
    margin-bottom: 1.5rem;
}

.hub-contact__field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.4rem;
    letter-spacing: 0.3px;
}

.hub-contact__field input,
.hub-contact__field select,
.hub-contact__field textarea {
    width: 100%;
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 0.88rem;
    transition: border-color 0.3s, background 0.3s;
    outline: none;
}

.hub-contact__field input::placeholder,
.hub-contact__field textarea::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.hub-contact__field input:focus,
.hub-contact__field select:focus,
.hub-contact__field textarea:focus {
    border-color: rgba(var(--hub-accent-rgb), 0.4);
    background: rgba(var(--hub-accent-rgb), 0.03);
}

.hub-contact__field select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.hub-contact__field select option {
    background: #1a1a2e;
    color: #fff;
}

.hub-contact__field textarea {
    resize: vertical;
    min-height: 90px;
}

.hub-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    justify-content: center;
    padding: 1.05rem;
    background: var(--hub-teal);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.hub-contact__btn:hover {
    background: var(--hub-teal-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--hub-accent-rgb), 0.25);
}

.hub-contact__note {
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 0.85rem;
    letter-spacing: 0.3px;
}

/* ============================================
   CTA FINAL
   ============================================ */

.hub-cta-final {
    position: relative;
    padding: 8rem 0;
    text-align: center;
    overflow: hidden;
    background: var(--hub-dark);
}

.hub-cta-final::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(var(--hub-accent-rgb), 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 40% 30% at 30% 70%, rgba(var(--hub-accent-rgb), 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 70% 70%, rgba(91, 127, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.hub-cta-final .hub-section__container {
    position: relative;
    z-index: 1;
}

.hub-cta-final__title {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hub-cta-final__title span {
    color: var(--hub-accent-text);
}

.hub-cta-final__desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.hub-cta-final__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.25rem 3rem;
    background: var(--hub-teal);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    transition: all 0.3s;
}

.hub-cta-final__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(var(--hub-accent-rgb), 0.3);
    background: var(--hub-teal-hover);
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes hubReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .hub-phases,
    .hub-alliances {
        grid-template-columns: repeat(2, 1fr);
    }

    .hub-permanence__items {
        grid-template-columns: 1fr;
    }

    .hub-value-props {
        grid-template-columns: repeat(2, 1fr);
    }

    .hub-value-prop:nth-child(5) {
        grid-column: 1 / -1;
    }

    .hub-value-prop:nth-child(4) {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .hub-philosophy,
    .hub-dimensions,
    .hub-principles,
    .hub-benefits-enterprise__grid {
        grid-template-columns: 1fr;
    }

    .hub-contact {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hub-contact__info {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
        position: static;
        padding-top: 0;
    }

    .hub-contact__check {
        flex: 1 1 calc(50% - 0.5rem);
    }

    .hub-protocol__step {
        grid-template-columns: 60px 1fr;
        gap: 1.25rem;
    }

    .hub-protocol__result {
        grid-column: 2;
    }

    .hub-guarantees__grid {
        grid-template-columns: 1fr;
    }

    .hub-value-props {
        grid-template-columns: 1fr;
    }

    .hub-value-prop:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .hub-hero {
        padding: 7rem 1.5rem 3rem;
    }

    .hub-section {
        padding: 4.5rem 0;
    }

    .hub-phases,
    .hub-alliances {
        grid-template-columns: 1fr;
    }

    .hub-protocol__step {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hub-protocol__number {
        margin: 0 auto;
    }

    .hub-protocol__result {
        grid-column: 1;
        text-align: center;
    }

    .hub-contact__info {
        flex-direction: column;
    }

    .hub-contact__check {
        flex: 1 1 100%;
    }

    .hub-exclusive,
    .hub-employment,
    .hub-permanence,
    .hub-guarantees {
        padding: 1.5rem;
    }

    .hub-contact__form {
        padding: 1.5rem;
    }

    .hub-cta-final {
        padding: 5rem 0;
    }

    .hub-contact__form-row {
        grid-template-columns: 1fr;
    }
}
