.hub-page{position:relative;width:100%;overflow:hidden}

/* HERO */
.hub-hero{width:min(92%,1400px);margin:0 auto;padding:170px 0 50px;text-align:center;position:relative;z-index:2}
.hub-hero-content{width:100%;max-width:820px;margin:auto}
.hub-hero .section-tag{display:inline-block;margin-bottom:22px;color:#16c4ff}
.hub-hero h1{margin:0;color:#fff;font-size:clamp(42px,6vw,68px);line-height:1.1;font-weight:700;letter-spacing:-1.5px}
.hub-hero p{max-width:680px;margin:28px auto 0;color:#c8d7ef;font-size:19px;line-height:1.8}

/* GENERIC SECTION */
.hub-section{width:min(92%,1400px);margin:0 auto;padding:50px 0 120px;position:relative;z-index:2}
.hub-section-heading{width:100%;max-width:800px;margin:0 auto 60px;text-align:center}
.hub-section-heading .section-tag{display:inline-block;margin-bottom:20px;color:#16c4ff}
.hub-section-heading h2{margin:0;color:#fff;font-size:clamp(34px,4.5vw,50px);line-height:1.15;font-weight:700;letter-spacing:-1px}
.hub-section-heading p{max-width:700px;margin:22px auto 0;color:#b6c8e1;font-size:17px;line-height:1.8}

/* BOXED HEADING VARIANT */
.hub-section-heading.boxed{max-width:900px;padding:60px 60px 56px;box-sizing:border-box;border-radius:32px;position:relative;overflow:hidden;
    background:radial-gradient(circle at 50% 0%,rgba(22,196,255,.12),transparent 55%),
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),rgba(7,14,26,.6);
    border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
    box-shadow:0 30px 80px rgba(0,0,0,.4),0 0 60px rgba(22,196,255,.06),inset 0 1px 0 rgba(255,255,255,.1)}
.hub-section-heading.boxed:before{content:"";position:absolute;width:420px;height:420px;top:-280px;left:50%;
    transform:translateX(-50%);border-radius:50%;background:rgba(22,196,255,.09);filter:blur(70px);pointer-events:none}
.hub-section-heading.boxed .section-tag,.hub-section-heading.boxed h2,.hub-section-heading.boxed p{position:relative;z-index:2}

/* CARD GRID */
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.hub-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.hub-grid.cols-4{grid-template-columns:repeat(4,1fr)}

.hub-card{position:relative;padding:42px 36px;box-sizing:border-box;border-radius:26px;overflow:hidden;
    background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),rgba(7,14,26,.55);
    border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
    display:flex;flex-direction:column;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}
.hub-card:before{content:"";position:absolute;width:220px;height:220px;top:-110px;right:-110px;
    background:radial-gradient(circle,rgba(22,196,255,.14),transparent 70%);pointer-events:none}
.hub-card:hover{transform:translateY(-8px);border-color:rgba(22,196,255,.32);
    box-shadow:0 22px 55px rgba(0,0,0,.32),0 0 40px rgba(22,196,255,.08)}

.hub-card-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.hub-card-icon{width:58px;height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:center;
    font-size:27px;border-radius:17px;background:linear-gradient(145deg,rgba(22,196,255,.14),rgba(0,120,255,.05));
    border:1px solid rgba(22,196,255,.22);transition:transform .4s ease}
.hub-card:hover .hub-card-icon{transform:scale(1.08) translateY(-2px)}
.hub-card-badge{padding:6px 14px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:1px;
    text-transform:uppercase;color:#16c4ff;background:rgba(22,196,255,.1);border:1px solid rgba(22,196,255,.25)}

.hub-card h3{position:relative;z-index:2;margin:0 0 12px;color:#fff;font-size:22px;font-weight:600;line-height:1.3}
.hub-card p{position:relative;z-index:2;margin:0 0 22px;color:#aebfd8;font-size:15px;line-height:1.75}

.hub-card-list{position:relative;z-index:2;list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:11px}
.hub-card-list li{display:flex;align-items:flex-start;gap:10px;color:#c3d3ea;font-size:14px;line-height:1.5}
.hub-card-list li:before{content:"✓";flex-shrink:0;color:#16c4ff;font-weight:700}

.hub-card-link{position:relative;z-index:2;margin-top:auto;display:inline-flex;align-items:center;gap:8px;
    color:#16c4ff;font-size:14px;font-weight:600;text-decoration:none}
.hub-card-link span{display:inline-block;transition:transform .35s ease}
.hub-card:hover .hub-card-link span{transform:translateX(4px)}

/* NUMBER TAG (top-right corner index) */
.hub-card-number{position:absolute;top:22px;right:26px;z-index:2;color:rgba(255,255,255,.2);
    font-size:12px;font-weight:600;letter-spacing:1px}

/* ABOUT SPLIT (Company page) */
.about-split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.about-split-content .section-tag{display:inline-block;margin-bottom:20px;color:#16c4ff}
.about-split-content h2{margin:0;color:#fff;font-size:clamp(32px,4vw,46px);line-height:1.15;font-weight:700;letter-spacing:-1px}
.about-split-content p{margin:24px 0 0;color:#b6c8e1;font-size:17px;line-height:1.85}
.about-split-content p + p{margin-top:16px}

.about-stats{margin-top:38px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.about-stat{padding:20px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);
    transition:transform .35s ease,border-color .35s ease}
.about-stat:hover{transform:translateY(-4px);border-color:rgba(22,196,255,.25)}
.about-stat strong{display:block;color:#fff;font-size:28px;font-weight:700;letter-spacing:-.5px;line-height:1.1}
.about-stat span{display:block;margin-top:6px;color:#8fa8c9;font-size:12px;line-height:1.4}

.about-visual-card{position:relative;width:100%;padding:36px;box-sizing:border-box;border-radius:30px;overflow:hidden;
    background:radial-gradient(circle at 80% 0%,rgba(22,196,255,.14),transparent 45%),
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),rgba(7,14,26,.78);
    border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);
    box-shadow:0 35px 80px rgba(0,0,0,.45),0 0 70px rgba(22,196,255,.08),inset 0 1px 0 rgba(255,255,255,.12)}
.about-visual-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.08);color:#8fa8c9;font-size:11px;font-weight:600;letter-spacing:2px}
.about-visual-top span.dot{color:#16c4ff;font-size:10px;letter-spacing:1px}
.about-visual-list{margin:24px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}
.about-visual-list li{display:flex;align-items:center;gap:14px}
.about-visual-list .avl-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;
    font-size:18px;border-radius:12px;background:rgba(22,196,255,.1);border:1px solid rgba(22,196,255,.2)}
.about-visual-list strong{display:block;color:#fff;font-size:15px;font-weight:600}
.about-visual-list small{display:block;margin-top:2px;color:#8fa8c9;font-size:12px}

/* APPROACH FLOW (numbered steps) */
.approach-flow{max-width:900px;margin:0 auto;position:relative}
.approach-item{display:flex;gap:26px;padding:30px 0}
.approach-number{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;
    border-radius:16px;background:rgba(22,196,255,.08);border:1px solid rgba(22,196,255,.25);
    color:#16c4ff;font-size:16px;font-weight:700}
.approach-content h4{margin:0 0 10px;color:#fff;font-size:21px;font-weight:600}
.approach-content p{margin:0;color:#aebfd8;font-size:15px;line-height:1.8}
.approach-line{width:1px;height:34px;margin:0 0 0 25px;background:linear-gradient(180deg,rgba(22,196,255,.5),transparent)}

/* PARTNERS STRIP */
.partners-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:1100px;margin:0 auto}
.partner-badge{padding:18px 30px;border-radius:16px;color:#e6eefc;font-size:15px;font-weight:600;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    border:1px solid rgba(255,255,255,.1);transition:transform .35s ease,border-color .35s ease}
.partner-badge:hover{transform:translateY(-4px);border-color:rgba(22,196,255,.32);color:#fff}

/* CAREERS BANNER */
.careers-banner{position:relative;padding:56px 60px;border-radius:30px;overflow:hidden;
    background:radial-gradient(circle at 15% 0%,rgba(22,196,255,.13),transparent 45%),
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02)),rgba(7,14,26,.6);
    border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.careers-banner-text h3{margin:0 0 12px;color:#fff;font-size:28px;font-weight:700;letter-spacing:-.5px}
.careers-banner-text p{margin:0;max-width:520px;color:#b6c8e1;font-size:16px;line-height:1.8}
.careers-banner .primary-btn{white-space:nowrap;min-height:52px;padding:0 32px;display:inline-flex;align-items:center;
    justify-content:center;border-radius:999px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;
    background:linear-gradient(135deg,rgba(22,196,255,.85),rgba(0,120,255,.65));
    border:1px solid rgba(255,255,255,.25);box-shadow:0 12px 35px rgba(22,196,255,.25);transition:.35s ease}
.careers-banner .primary-btn:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(22,196,255,.35)}

/* CONTACT MINI CARD (Company page) */
.contact-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}
.contact-mini-card{padding:32px;border-radius:22px;text-align:center;text-decoration:none;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    border:1px solid rgba(255,255,255,.1);transition:transform .35s ease,border-color .35s ease}
.contact-mini-card:hover{transform:translateY(-6px);border-color:rgba(22,196,255,.3)}
.contact-mini-icon{width:52px;height:52px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;
    font-size:23px;border-radius:15px;background:rgba(22,196,255,.1);border:1px solid rgba(22,196,255,.2)}
.contact-mini-card strong{display:block;color:#fff;font-size:16px;font-weight:600;margin-bottom:6px}
.contact-mini-card span{display:block;color:#8fa8c9;font-size:13px;line-height:1.5}

/* FAQ ACCORDION (Resources page) */
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{border-radius:18px;overflow:hidden;background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.09);transition:border-color .35s ease}
.faq-item.active{border-color:rgba(22,196,255,.32)}
.faq-question{width:100%;padding:22px 26px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;
    gap:20px;background:none;border:none;color:#fff;font-size:16px;font-weight:600;text-align:left;cursor:pointer;font-family:"Inter",sans-serif}
.faq-question span{flex-shrink:0;color:#16c4ff;font-size:20px;font-weight:400;line-height:1;transition:transform .35s ease}
.faq-item.active .faq-question span{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-answer p{margin:0;padding:0 26px 22px;color:#aebfd8;font-size:15px;line-height:1.8}

/* RESOURCE TYPE PILL */
.hub-card-icon.resource-pill{width:auto;height:auto;padding:8px 16px;border-radius:999px;font-size:12px;
    font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#16c4ff}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1100px){
.hub-grid{grid-template-columns:repeat(2,1fr)}
.hub-grid.cols-4{grid-template-columns:repeat(2,1fr)}
.about-split{grid-template-columns:1fr;gap:50px}
.contact-mini-grid{grid-template-columns:1fr}
}

@media(max-width:768px){
.hub-hero{padding:150px 0 40px}
.hub-hero p{font-size:17px}
.hub-section{padding:20px 0 90px}
.hub-section-heading{margin-bottom:44px}
.hub-section-heading.boxed{padding:44px 30px 40px;border-radius:26px}
.hub-grid{grid-template-columns:1fr;gap:18px}
.hub-grid.cols-4{grid-template-columns:1fr}
.hub-card{padding:34px 28px}
.about-stats{grid-template-columns:1fr}
.approach-item{gap:18px;padding:22px 0}
.approach-number{width:44px;height:44px;font-size:14px;border-radius:13px}
.approach-content h4{font-size:19px}
.careers-banner{padding:40px 32px;flex-direction:column;text-align:center}
.careers-banner-text p{max-width:none}
.partner-badge{padding:14px 22px;font-size:14px}
}

@media(max-width:480px){
.hub-hero{padding:135px 0 34px}
.hub-card{padding:28px 24px;border-radius:22px}
.hub-card-icon{width:52px;height:52px;font-size:24px;border-radius:15px}
.faq-question{padding:18px 20px;font-size:15px}
.faq-answer p{padding:0 20px 18px;font-size:14px}
}
@media(max-width:768px){
    .final-cta-buttons{
        flex-direction:column;
        flex-wrap:nowrap;
        width:100%;
    }
}
.final-cta{
    padding:50px 0 90px;
}

.final-cta-buttons{
    flex-direction:column;
    width:100%;
}

.final-cta-buttons .primary-btn,
.final-cta-buttons .secondary-btn{
    width:100%;
    max-width:320px;
}
.final-cta-buttons{
    flex-direction:column;
    flex-wrap:nowrap;
    width:100%;
}

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

.final-cta{
    position:relative;
    width:min(92%,1400px);
    margin:0 auto;
    padding:80px 0 120px;
    text-align:center;
    box-sizing:border-box;
    overflow:hidden;
}

.final-cta-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:820px;
    margin:0 auto;
    text-align:center;
}

.final-cta-content .section-tag{
    display:inline-block;
    margin-bottom:20px;
    color:#16c4ff;
}

.final-cta-content h2{
    margin:0;
    color:#fff;
    font-size:clamp(34px,4.5vw,50px);
    line-height:1.15;
    font-weight:700;
    letter-spacing:-1px;
}

.final-cta-content p{
    max-width:700px;
    margin:22px auto 0;
    color:#b6c8e1;
    font-size:17px;
    line-height:1.8;
}

.final-cta-buttons{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-top:34px;
    flex-wrap:nowrap;
}

/* PRIMARY BUTTON */
.final-cta-buttons .primary-btn{
    min-height:52px;
    padding:0 32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    border-radius:999px;
    color:#fff;
    background:linear-gradient(135deg,#16c4ff,#087cf0);
    border:1px solid rgba(255,255,255,.25);
    box-shadow:
        0 12px 35px rgba(22,196,255,.25),
        inset 0 0 20px rgba(255,255,255,.12);
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:1.2;
    text-decoration:none;
    transition:.35s ease;
}

/* SECONDARY BUTTON */
.final-cta-buttons .secondary-btn{
    min-height:52px;
    padding:0 32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:1.2;
    text-decoration:none;
    transition:.35s ease;
}

/* HOVER */
.final-cta-buttons .primary-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 45px rgba(22,196,255,.35);
}

.final-cta-buttons .secondary-btn:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.1);
    border-color:rgba(22,196,255,.45);
}

/* MOBILE */
@media(max-width:768px){

    .final-cta-buttons{
        flex-direction:column;
        flex-wrap:nowrap;
        width:100%;
    }

    .final-cta-buttons .primary-btn,
    .final-cta-buttons .secondary-btn{
        width:100%;
        max-width:320px;
    }

}

/* =========================================================
   HUB SECTION TAGS — PILL STYLE
========================================================= */

.hub-page .section-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 16px;
    border-radius:999px;

    color:#16c4ff;
    background:rgba(22,196,255,.08);
    border:1px solid rgba(22,196,255,.25);

    font-family:"Inter",sans-serif;
    font-size:12px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:2px;

    box-sizing:border-box;

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    box-shadow:
        0 0 20px rgba(22,196,255,.06),
        inset 0 0 12px rgba(22,196,255,.04);
}