/*
 * Investax India - Investment Hub V2
 * Page-scoped stylesheet.
 * Loaded only by investment-hub.blade.php.
 * Do not add global selectors here; keep Investment Hub styles isolated.
 */

/* ===== Original Investment Hub style block 1 ===== */
.ix-v2 .investment-hub{
        background: #f8fafc;
    }

    .ix-v2 .investment-hub .investment-hero{
        background: linear-gradient(135deg, #080808 0%, #0b0b0b 65%, #141414 100%);
        padding: 105px 0 65px;
        color: #fff;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    /* Prevent the existing site header/navbar CSS from overlapping the hub. */
    .ix-v2 .investment-hub .investment-hero .container{
        position: relative;
        z-index: 2;
    }

    .ix-v2 .investment-hub .investment-eyebrow{
        color: #d4af37;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .ix-v2 .investment-hub .investment-hero h1{
        color: #fff !important;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.15;
        margin-top: 0 !important;
        margin-bottom: 18px;
        padding-top: 0 !important;
        position: relative;
        z-index: 3;
    }

    .ix-v2 .investment-hub .investment-hero h1 span{
        color: #d4af37;
    }

    .ix-v2 .investment-hub .investment-hero p{
        color: #dbe3ec;
        font-size: 17px;
        line-height: 1.8;
        max-width: 760px;
    }

    .ix-v2 .investment-hub .investment-btn{
        display: inline-block;
        padding: 13px 24px;
        border-radius: 4px;
        font-weight: 700;
        text-decoration: none !important;
        margin: 8px 8px 0 0;
    }

    .ix-v2 .investment-hub .investment-btn-gold{
        background: #d4af37;
        color: #111 !important;
    }

    .ix-v2 .investment-hub .investment-btn-light{
        border: 1px solid rgba(255,255,255,.45);
        color: #fff !important;
    }

    .ix-v2 .investment-hub .investment-section{
        padding: 65px 0;
    }

    .ix-v2 .investment-hub .investment-section-title{
        text-align: center;
        margin-bottom: 38px;
    }

    .ix-v2 .investment-hub .investment-section-title small{
        color: #d4af37;
        font-weight: 700;
        letter-spacing: 1.5px;
    }

    .ix-v2 .investment-hub .investment-section-title h2{
        margin: 8px 0 12px;
        font-weight: 700;
    }

    .ix-v2 .investment-hub .investment-section-title p{
        color: #6b7280;
        max-width: 760px;
        margin: 0 auto;
        line-height: 1.75;
    }

    .ix-v2 .investment-hub .workflow-card{
        background: #fff;
        border-radius: 12px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 8px 25px rgba(15,23,42,.07);
        border: 1px solid #edf0f4;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .ix-v2 .investment-hub .workflow-card:hover{
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(15,23,42,.11);
    }

    .ix-v2 .investment-hub .workflow-icon{
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #0b0b0b;
        color: #d4af37;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        margin-bottom: 18px;
    }

    .ix-v2 .investment-hub .workflow-card h4{
        font-size: 20px;
        margin-bottom: 10px;
    }

    /* Keep Investment Advisory heading identical to the other workflow cards. */
    .ix-v2 .investment-hub #investment-advisory .workflow-card h4{
        color: inherit !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        letter-spacing: normal !important;
        text-transform: none !important;
        line-height: 1.2 !important;
    }

    .ix-v2 .investment-hub .workflow-card p{
        color: #6b7280;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .ix-v2 .investment-hub .workflow-link{
        color: #0b0b0b !important;
        font-weight: 700;
        text-decoration: none !important;
    }

    .ix-v2 .investment-hub .workflow-link i{
        color: #d4af37;
        margin-left: 5px;
    }

    .ix-v2 .investment-hub .process-wrap{
        background: #0b0b0b;
        border-radius: 16px;
        padding: 38px 30px;
        color: #fff;
    }

    .ix-v2 .investment-hub .process-step{
        text-align: center;
        position: relative;
    }

    .ix-v2 .investment-hub .process-number{
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #d4af37;
        color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        margin: 0 auto 14px;
    }

    .ix-v2 .investment-hub .process-step h5{
        color: #fff;
        margin-bottom: 7px;
    }

    .ix-v2 .investment-hub .process-step p{
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    .ix-v2 .investment-hub .cta-box{
        background: linear-gradient(135deg, #0b0b0b, #141414);
        border-radius: 16px;
        padding: 45px 35px;
        color: #fff;
    }

    .ix-v2 .investment-hub .cta-box h2{
        color: #fff;
        margin-bottom: 12px;
    }

    .ix-v2 .investment-hub .cta-box p{
        color: #d1d5db;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .ix-v2 .investment-hub .investment-note{
        font-size: 13px;
        color: #6b7280;
        line-height: 1.7;
        margin-top: 25px;
    }

    .ix-v2 .investment-hub .superhub-choice{
        background: #fff;
        border-radius: 14px;
        padding: 30px;
        height: 100%;
        border: 1px solid #edf0f4;
        box-shadow: 0 8px 25px rgba(15,23,42,.07);
    }

    .ix-v2 .investment-hub .superhub-choice.featured{
        border-top: 4px solid #d4af37;
    }

    .ix-v2 .investment-hub .superhub-choice h3{
        margin: 10px 0 10px;
        font-weight: 700;
    }

    .ix-v2 .investment-hub .superhub-choice p{
        color: #6b7280;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .ix-v2 .investment-hub .superhub-kicker{
        color: #d4af37;
        font-weight: 700;
        letter-spacing: 1.2px;
        font-size: 12px;
    }

    .ix-v2 .investment-hub .hub-badge{
        display: inline-block;
        background: #f8f1d7;
        color: #6b5310;
        border-radius: 999px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .ix-v2 .investment-hub .hub-mini-list{
        padding-left: 18px;
        margin: 0 0 18px;
        color: #6b7280;
        line-height: 1.8;
    }

    .ix-v2 .investment-hub .hub-section-soft{
        background: #f8fafc;
    }

    .ix-v2 .investment-hub .portfolio-path-card{
        background: #fff;
        border-radius: 14px;
        padding: 28px 24px;
        height: 100%;
        border: 1px solid #edf0f4;
        box-shadow: 0 8px 25px rgba(15,23,42,.07);
    }

    .ix-v2 .investment-hub .portfolio-path-card h4{
        margin: 12px 0 10px;
        font-weight: 700;
    }

    .ix-v2 .investment-hub .portfolio-path-card p{
        color: #6b7280;
        line-height: 1.7;
        min-height: 78px;
    }

    .ix-v2 .investment-hub .portfolio-path-icon{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #0b0b0b;
        color: #d4af37;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    @media (max-width: 767px) {
        .ix-v2 .investment-hub .investment-hero{
            padding-top: 85px;
        }

        .ix-v2 .investment-hub .investment-hero h1{
            font-size: 34px;
        }

        .ix-v2 .investment-hub .investment-section{
            padding: 45px 0;
        }

        .ix-v2 .investment-hub .process-step{
            margin-bottom: 28px;
        }
    }


    

    .ix-v2 .investment-hub .investax-tools{ background:#f7f8fa; }

    .ix-v2 .investment-hub .investax-calculator{
        max-width:1120px; margin:0 auto; background:#0b0b0b;
        border:1px solid rgba(212,175,55,.48); border-radius:18px;
        overflow:hidden; box-shadow:0 18px 55px rgba(0,0,0,.14);
    }
    .ix-v2 .investment-hub .investax-calculator-head{
        padding:28px 32px; display:flex; align-items:center;
        justify-content:space-between; gap:24px;
        border-bottom:1px solid rgba(255,255,255,.09);
    }
    .ix-v2 .investment-hub .investax-kicker,
.ix-v2 .investment-hub .investax-next-heading>span{
        color:#d4af37; font-size:11px; font-weight:800; letter-spacing:2px;
    }
    .ix-v2 .investment-hub .investax-calculator-head h3{
        color:#fff; margin:7px 0 0; font-size:24px; font-weight:700;
    }
    .ix-v2 .investment-hub .investax-toggle{
        display:inline-flex; padding:5px; gap:4px; background:#151515;
        border:1px solid rgba(255,255,255,.1); border-radius:12px;
    }
    .ix-v2 .investment-hub .investax-toggle-btn{
        border:0; background:transparent; color:#b8b8b8; padding:10px 18px;
        border-radius:9px; font-weight:700; cursor:pointer; transition:.22s ease;
        white-space:nowrap;
    }
    .ix-v2 .investment-hub .investax-toggle-btn:hover{ color:#fff; }
    .ix-v2 .investment-hub .investax-toggle-btn.active{
        background:#d4af37; color:#111; box-shadow:0 5px 16px rgba(212,175,55,.25);
    }
    .ix-v2 .investment-hub .investax-calculator-body{
        padding:30px 32px 34px;
        background:linear-gradient(135deg,#171717 0%,#101010 65%,#15110a 100%);
    }
    .ix-v2 .investment-hub .investax-mode-note{
        display:flex; align-items:center; gap:13px; margin-bottom:27px;
    }
    .ix-v2 .investment-hub .investax-mode-icon{
        width:44px;height:44px;border-radius:12px;display:flex;align-items:center;
        justify-content:center;background:rgba(212,175,55,.12);
        color:#d4af37;border:1px solid rgba(212,175,55,.28);
    }
    .ix-v2 .investment-hub .investax-mode-icon svg,
.ix-v2 .investment-hub .investax-input-wrap svg,
.ix-v2 .investment-hub .investax-primary-btn svg,
.ix-v2 .investment-hub .investax-result-badge svg,
.ix-v2 .investment-hub .investax-result-foot svg,
.ix-v2 .investment-hub .investax-funnel-icon svg,
.ix-v2 .investment-hub .investax-funnel-link svg{ width:20px;height:20px;fill:none;stroke:currentColor;
        stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
    .ix-v2 .investment-hub .investax-mode-note strong,
.ix-v2 .investment-hub .investax-mode-note span{ display:block; }
    .ix-v2 .investment-hub .investax-mode-icon.mode-switch{ animation:investaxModeSwitch .28s ease; }
    @keyframes investaxModeSwitch { 50%{transform:scale(1.08) rotate(3deg)} }

    .ix-v2 .investment-hub .investax-mode-note strong{ color:#fff;font-size:18px; }
    .ix-v2 .investment-hub .investax-mode-note span{ color:#9d9d9d;font-size:13px;margin-top:2px; }
    .ix-v2 .investment-hub .investax-input-grid{ display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px; }
    .ix-v2 .investment-hub .investax-field label{
        color:#d8d8d8;font-size:13px;font-weight:700;margin-bottom:8px;
        display:flex;justify-content:space-between;
    }
    .ix-v2 .investment-hub .investax-field label span{ color:#777;font-weight:500; }
    .ix-v2 .investment-hub .investax-input-wrap{
        height:48px;display:flex;align-items:center;background:#181818;
        border:1px solid #303030;border-radius:9px;overflow:hidden;transition:.2s ease;
    }
    .ix-v2 .investment-hub .investax-input-wrap:focus-within{
        border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.08);
    }
    .ix-v2 .investment-hub .investax-input-wrap>span,
.ix-v2 .investment-hub .investax-input-wrap>svg{
        width:43px;text-align:center;color:#8e8e8e;flex:0 0 43px;
    }
    .ix-v2 .investment-hub .investax-input-wrap input{
        width:100%;height:100%;border:0;outline:0;background:transparent;color:#fff;
        font-size:15px;font-weight:700;padding:0 12px 0 0;
    }
    .ix-v2 .investment-hub .investax-actions{ margin-top:22px;display:flex;gap:10px;align-items:center; }
    .ix-v2 .investment-hub .investax-primary-btn,
.ix-v2 .investment-hub .investax-reset-btn{
        border-radius:8px;padding:12px 18px;font-weight:800;cursor:pointer;
    }
    .ix-v2 .investment-hub .investax-primary-btn{
        border:0;background:#d4af37;color:#111;display:inline-flex;align-items:center;gap:8px;
    }
    .ix-v2 .investment-hub .investax-primary-btn:hover{ background:#e2c65e;transform:translateY(-1px); }
    .ix-v2 .investment-hub .investax-reset-btn{ border:1px solid #444;background:transparent;color:#aaa; }
    .ix-v2 .investment-hub .investax-reset-btn:hover{ color:#fff;border-color:#777; }
    .ix-v2 .investment-hub .investax-result-card{
        height:100%;min-height:255px;padding:25px;border-radius:14px;
        background:#f7f3e7;color:#111;position:relative;overflow:hidden;
    }
    .ix-v2 .investment-hub .investax-result-top{
        display:flex;align-items:flex-start;justify-content:space-between;
        position:relative;z-index:1;
    }
    .ix-v2 .investment-hub .investax-result-top span{
        display:block;color:#77705f;font-size:10px;letter-spacing:1.7px;font-weight:800;
    }
    .ix-v2 .investment-hub .investax-result-top strong{
        display:block;margin-top:8px;font-size:31px;line-height:1.1;
        transition:transform .18s ease;
    }
    .ix-v2 .investment-hub .investax-result-top strong.result-pulse{ animation:investaxPulse .38s ease; }
    @keyframes investaxPulse { 50%{transform:scale(1.025)} }
    .ix-v2 .investment-hub .investax-result-badge{
        width:42px;height:42px;border-radius:12px;background:#111111;color:#d4af37;
        display:flex;align-items:center;justify-content:center;
    }
    .ix-v2 .investment-hub .investax-result-bar{
        height:8px;display:flex;overflow:hidden;border-radius:99px;
        background:#ddd6c4;margin:27px 0 18px;position:relative;z-index:1;
    }
    .ix-v2 .investment-hub .investax-bar-invested,
.ix-v2 .investment-hub .investax-bar-gains{
        transition:width .7s cubic-bezier(.22,1,.36,1);
    }
    .ix-v2 .investment-hub .investax-bar-invested{ width:50%;background:#242424; }
    .ix-v2 .investment-hub .investax-bar-gains{ width:50%;background:#d4af37; }
    .ix-v2 .investment-hub .investax-breakdown{ position:relative;z-index:1; }
    .ix-v2 .investment-hub .investax-breakdown>div{
        display:flex;justify-content:space-between;gap:12px;padding:9px 0;
        border-bottom:1px solid rgba(0,0,0,.08);font-size:13px;
    }
    .ix-v2 .investment-hub .investax-breakdown span{ color:#6e695d; }
    .ix-v2 .investment-hub .investax-breakdown strong{ font-size:13px; }
    .ix-v2 .investment-hub .investax-dot{ display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px; }
    .ix-v2 .investment-hub .investax-dot.invested{ background:#242424; }.ix-v2 .investment-hub .investax-dot.gains{ background:#d4af37; }
    .ix-v2 .investment-hub .investax-result-foot{
        margin-top:13px;color:#817b6d;font-size:11px;display:flex;align-items:center;gap:6px;
        position:relative;z-index:1;
    }
    .ix-v2 .investment-hub .investax-result-foot svg{ width:14px;height:14px; }
    .ix-v2 .investment-hub .investax-next-step{
        max-width:1120px;margin:55px auto 0;padding:34px 0 8px;
    }
    .ix-v2 .investment-hub .investax-next-heading{ text-align:center;max-width:720px;margin:0 auto 28px; }
    .ix-v2 .investment-hub .investax-next-heading h3{ margin:7px 0 8px;font-size:27px;color:#151515;font-weight:700; }
    .ix-v2 .investment-hub .investax-next-heading p{ margin:0;color:#777;line-height:1.7;font-size:14px; }
    .ix-v2 .investment-hub .investax-funnel-card{
        display:block;height:100%;padding:27px;background:#fff;border:1px solid #e8e8e8;
        border-radius:15px;color:inherit;text-decoration:none!important;
        position:relative;overflow:hidden;transition:.25s ease;
    }
    .ix-v2 .investment-hub .investax-funnel-card:before{
        content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:#d4af37;
        transform:scaleX(0);transform-origin:left;transition:.25s ease;
    }
    .ix-v2 .investment-hub .investax-funnel-card:hover{
        transform:translateY(-5px);border-color:#d4af37;
        box-shadow:0 16px 34px rgba(0,0,0,.09);
    }
    .ix-v2 .investment-hub .investax-funnel-card:hover:before{ transform:scaleX(1); }
    .ix-v2 .investment-hub .investax-funnel-card.featured{ background:#0b0b0b;color:#fff;border-color:#d4af37; }
    .ix-v2 .investment-hub .investax-funnel-card.featured h4{ color:#fff; }
    .ix-v2 .investment-hub .investax-funnel-card.featured p{ color:#aaa; }
    .ix-v2 .investment-hub .investax-funnel-icon{
        width:47px;height:47px;border-radius:13px;background:#f5f0df;color:#b58d18;
        display:flex;align-items:center;justify-content:center;margin-bottom:21px;
    }
    .ix-v2 .investment-hub .investax-funnel-card.featured .investax-funnel-icon{ background:rgba(212,175,55,.14);color:#d4af37; }
    .ix-v2 .investment-hub .investax-funnel-label{ color:#b58d18;font-size:10px;font-weight:800;letter-spacing:1.6px; }
    .ix-v2 .investment-hub .investax-funnel-card h4{ color:#161616;font-size:20px;margin:8px 0 9px; }
    .ix-v2 .investment-hub .investax-funnel-card p{ color:#707070;font-size:13px;line-height:1.7;min-height:67px; }
    .ix-v2 .investment-hub .investax-funnel-link{
        display:inline-flex;align-items:center;gap:7px;color:#111;font-weight:800;
        font-size:12px;margin-top:8px;
    }
    .ix-v2 .investment-hub .investax-funnel-card.featured .investax-funnel-link{ color:#d4af37; }
    .ix-v2 .investment-hub .investax-funnel-link svg{ width:16px;height:16px;transition:transform .2s ease; }
    .ix-v2 .investment-hub .investax-funnel-card:hover .investax-funnel-link svg{ transform:translateX(4px); }
    .ix-v2 .investment-hub .investax-tool-card{
        position:relative;display:block;height:100%;padding:27px;background:#fff;
        border:1px solid #e8e8e8;border-radius:14px;color:inherit;text-decoration:none!important;
        overflow:hidden;transition:.22s ease;
    }
    .ix-v2 .investment-hub .investax-tool-card:hover{ transform:translateY(-4px);border-color:#d4af37;box-shadow:0 14px 30px rgba(0,0,0,.08); }
    .ix-v2 .investment-hub .investax-tool-number{ position:absolute;top:18px;right:22px;font-size:12px;font-weight:800;color:#c4c4c4; }
    .ix-v2 .investment-hub .investax-tool-card h4{ color:#161616;margin:14px 0 8px; }
    .ix-v2 .investment-hub .investax-tool-card p{ color:#6d6d6d;font-size:14px;min-height:65px; }
    .ix-v2 .investment-hub .investax-tools-disclaimer{
        max-width:1000px;margin:27px auto 0;padding:13px 17px;background:#fff;
        border-left:3px solid #d4af37;color:#777;font-size:11px;line-height:1.6;
    }
    @media (max-width:991px) {
        .ix-v2 .investment-hub .investax-calculator-head{ align-items:flex-start;flex-direction:column; }
    }
    @media (max-width:767px) {
        .ix-v2 .investment-hub .investax-calculator-head,
.ix-v2 .investment-hub .investax-calculator-body{ padding-left:18px;padding-right:18px; }
        .ix-v2 .investment-hub .investax-toggle{ width:100%; }
        .ix-v2 .investment-hub .investax-toggle-btn{ flex:1;justify-content:center;padding:10px 7px;font-size:12px; }
        .ix-v2 .investment-hub .investax-input-grid{ grid-template-columns:1fr; }
        .ix-v2 .investment-hub .investax-result-top strong{ font-size:26px; }
        .ix-v2 .investment-hub .investax-next-step{ margin-top:38px; }
    }

    .ix-v2 .investment-hub .investax-advanced-tools{
        max-width:1120px;
        margin:58px auto 0;
    }
    .ix-v2 .investment-hub .investax-advanced-tabs{
        display:flex;
        justify-content:center;
        gap:5px;
        background:#0b0b0b;
        padding:5px;
        border-radius:12px;
        max-width:720px;
        margin:0 auto 0;
        border:1px solid rgba(212,175,55,.25);
    }
    .ix-v2 .investment-hub .investax-advanced-tab{
        flex:1;
        border:0;
        background:transparent;
        color:#aaa;
        padding:12px 15px;
        border-radius:8px;
        font-weight:700;
        cursor:pointer;
        transition:.2s ease;
    }
    .ix-v2 .investment-hub .investax-advanced-tab.active{
        background:#d4af37;
        color:#111;
    }
    .ix-v2 .investment-hub .investax-advanced-panel{
        display:none;
        margin-top:0;
        padding:30px;
        background:#fff;
        border:1px solid #e7e7e7;
        border-top:0;
        border-radius:0 0 15px 15px;
        box-shadow:0 12px 35px rgba(0,0,0,.05);
    }
    .ix-v2 .investment-hub .investax-advanced-panel.active{
        display:block;
        animation:investaxPanelIn .28s ease;
    }
    @keyframes investaxPanelIn {
        from { opacity:0; transform:translateY(5px); }
        to { opacity:1; transform:translateY(0); }
    }
    .ix-v2 .investment-hub .investax-advanced-intro{
        display:flex;
        align-items:center;
        gap:15px;
        margin-bottom:26px;
    }
    .ix-v2 .investment-hub .investax-advanced-icon{
        width:48px;height:48px;border-radius:13px;
        background:#f5f0df;color:#b58d18;
        display:flex;align-items:center;justify-content:center;
        flex:0 0 48px;
    }
    .ix-v2 .investment-hub .investax-advanced-icon svg{
        width:23px;height:23px;fill:none;stroke:currentColor;
        stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;
    }
    .ix-v2 .investment-hub .investax-advanced-intro h4{ margin:0 0 5px;color:#171717;font-size:21px; }
    .ix-v2 .investment-hub .investax-advanced-intro p{ margin:0;color:#777;font-size:13px; }
    .ix-v2 .investment-hub .investax-allocation-total{
        display:flex;justify-content:space-between;
        padding:14px 0 7px;margin-top:4px;
        font-size:13px;color:#777;
    }
    .ix-v2 .investment-hub .investax-allocation-total strong{ color:#111; }
    .ix-v2 .investment-hub .investax-validation{ min-height:18px;font-size:12px;font-weight:700; }
    .ix-v2 .investment-hub .investax-validation.valid{ color:#23824a; }
    .ix-v2 .investment-hub .investax-validation.invalid{ color:#b13b3b; }
    .ix-v2 .investment-hub .investax-allocation-result{
        background:#0b0b0b;border-radius:14px;padding:24px;color:#fff;
        height:100%;display:flex;align-items:center;gap:28px;
    }
    .ix-v2 .investment-hub .investax-allocation-donut{
        width:155px;height:155px;border-radius:50%;
        background:conic-gradient(#111111 0deg 216deg,#666666 216deg 324deg,#d4af37 324deg 360deg);
        display:flex;align-items:center;justify-content:center;
        flex:0 0 155px;
        position:relative;
        transition:background .45s ease;
    }
    .ix-v2 .investment-hub .investax-allocation-donut:after{
        content:"";position:absolute;inset:19px;border-radius:50%;background:#0b0b0b;
    }
    .ix-v2 .investment-hub .investax-allocation-donut>div{ position:relative;z-index:1;text-align:center; }
    .ix-v2 .investment-hub .investax-allocation-donut strong{ display:block;font-size:23px; }
    .ix-v2 .investment-hub .investax-allocation-donut span{ display:block;color:#aaa;font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-top:3px; }
    .ix-v2 .investment-hub .investax-allocation-legend{ flex:1; }
    .ix-v2 .investment-hub .investax-allocation-legend>div{
        display:flex;justify-content:space-between;gap:10px;
        padding:10px 0;border-bottom:1px solid rgba(255,255,255,.09);
        font-size:12px;
    }
    .ix-v2 .investment-hub .investax-allocation-legend span{ color:#aaa; }
    .ix-v2 .investment-hub .allocation-dot{
        width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;
    }
    .ix-v2 .investment-hub .allocation-dot.equity{ background:#111111;border:1px solid #555555; }
    .ix-v2 .investment-hub .allocation-dot.debt{ background:#777; }
    .ix-v2 .investment-hub .allocation-dot.gold{ background:#d4af37; }
    .ix-v2 .investment-hub .investax-calculator-note{
        margin-top:20px;padding:13px 15px;
        background:#f8f7f3;border-left:3px solid #d4af37;
        color:#777;font-size:11px;line-height:1.6;
    }
    .ix-v2 .investment-hub .investax-planning-result{
        background:#0b0b0b;color:#fff;border-radius:14px;padding:27px;height:100%;
        min-height:225px;
    }
    .ix-v2 .investment-hub .investax-planning-result>span{
        display:block;color:#d4af37;font-size:10px;letter-spacing:1.7px;font-weight:800;
    }
    .ix-v2 .investment-hub .investax-planning-result>strong{
        display:block;font-size:30px;margin:12px 0 26px;
    }
    .ix-v2 .investment-hub .investax-planning-row{
        display:flex;justify-content:space-between;gap:12px;
        border-top:1px solid rgba(255,255,255,.12);
        padding-top:14px;color:#aaa;font-size:12px;
    }
    .ix-v2 .investment-hub .investax-planning-row strong{ color:#fff; }
    .ix-v2 .investment-hub .retirement-result>strong{ font-size:27px; }
    @media(max-width:767px) {
        .ix-v2 .investment-hub .investax-advanced-tabs{ overflow-x:auto; justify-content:flex-start; }
        .ix-v2 .investment-hub .investax-advanced-tab{ min-width:145px; }
        .ix-v2 .investment-hub .investax-advanced-panel{ padding:20px 18px; }
        .ix-v2 .investment-hub .investax-allocation-result{ flex-direction:column; }
    }

    .ix-v2 .investment-hub .investax-return-tools{
        max-width:1120px;
        margin:58px auto 0;
    }
    .ix-v2 .investment-hub .investax-mini-tabs{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:5px;
        background:#0b0b0b;
        padding:5px;
        border-radius:12px;
        max-width:900px;
        margin:0 auto;
        border:1px solid rgba(212,175,55,.25);
    }
    .ix-v2 .investment-hub .investax-mini-tab{
        flex:1 1 130px;
        border:0;
        background:transparent;
        color:#aaa;
        padding:11px 12px;
        border-radius:8px;
        font-weight:700;
        cursor:pointer;
        transition:.2s ease;
    }
    .ix-v2 .investment-hub .investax-mini-tab.active{
        background:#d4af37;
        color:#111;
    }
    .ix-v2 .investment-hub .investax-mini-panel{
        display:none;
        padding:30px;
        background:#fff;
        border:1px solid #e7e7e7;
        border-top:0;
        border-radius:0 0 15px 15px;
        box-shadow:0 12px 35px rgba(0,0,0,.05);
    }
    .ix-v2 .investment-hub .investax-mini-panel.active{
        display:block;
        animation:investaxPanelIn .28s ease;
    }
    .ix-v2 .investment-hub .investax-mini-panel-head{
        display:flex;
        align-items:center;
        gap:15px;
        margin-bottom:26px;
    }
    .ix-v2 .investment-hub .investax-mini-panel-head h4{
        margin:0 0 5px;
        color:#171717;
        font-size:21px;
    }
    .ix-v2 .investment-hub .investax-mini-panel-head p{
        margin:0;
        color:#777;
        font-size:13px;
    }
    .ix-v2 .investment-hub .investax-mini-result{
        height:100%;
        min-height:190px;
        padding:26px;
        border-radius:14px;
        background:#0b0b0b;
        color:#fff;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
    .ix-v2 .investment-hub .investax-mini-result>span{
        color:#d4af37;
        font-size:10px;
        font-weight:800;
        letter-spacing:1.6px;
    }
    .ix-v2 .investment-hub .investax-mini-result>strong{
        display:block;
        font-size:31px;
        margin:11px 0 7px;
    }
    .ix-v2 .investment-hub .investax-mini-result>small{
        color:#aaa;
        font-size:11px;
        line-height:1.6;
    }
    .ix-v2 .investment-hub .investax-mini-result.horizontal{
        margin-top:20px;
        min-height:100px;
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        gap:20px;
    }
    .ix-v2 .investment-hub .investax-xirr-message{
        color:#aaa;
        font-size:11px;
        max-width:320px;
    }
    .ix-v2 .investment-hub .investax-xirr-table{
        border:1px solid #e7e7e7;
        border-radius:10px;
        overflow:hidden;
    }
    .ix-v2 .investment-hub .investax-xirr-row{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
        padding:10px 12px;
        border-bottom:1px solid #eee;
    }
    .ix-v2 .investment-hub .investax-xirr-row:last-child{ border-bottom:0; }
    .ix-v2 .investment-hub .investax-xirr-row input{
        height:42px;
        border:1px solid #ddd;
        border-radius:7px;
        padding:0 10px;
        width:100%;
        background:#fff;
    }
    .ix-v2 .investment-hub .investax-xirr-header{
        background:#f7f5ee;
        color:#777;
        font-size:11px;
        font-weight:800;
        text-transform:uppercase;
        letter-spacing:1px;
    }
    @media(max-width:767px) {
        .ix-v2 .investment-hub .investax-mini-tabs{ overflow-x:auto; justify-content:flex-start; flex-wrap:nowrap; }
        .ix-v2 .investment-hub .investax-mini-tab{ min-width:130px; flex:0 0 auto; }
        .ix-v2 .investment-hub .investax-mini-panel{ padding:20px 18px; }
        .ix-v2 .investment-hub .investax-xirr-row{ grid-template-columns:1fr; }
        .ix-v2 .investment-hub .investax-mini-result.horizontal{ flex-direction:column; align-items:flex-start; }
    }

    .ix-v2 .investment-hub .investax-xirr-explainer{display:flex;gap:14px;padding:17px 18px;margin-bottom:20px;background:#f8f7f3;border:1px solid #ebe5d4;border-radius:11px}
    .ix-v2 .investment-hub .investax-xirr-info-icon{width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:#0b0b0b;color:#d4af37;display:flex;align-items:center;justify-content:center}
    .ix-v2 .investment-hub .investax-xirr-info-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
    .ix-v2 .investment-hub .investax-xirr-explainer strong{color:#171717;font-size:13px}
    .ix-v2 .investment-hub .investax-xirr-explainer p{margin:5px 0;color:#666;font-size:12px;line-height:1.7}
    .ix-v2 .investment-hub .investax-xirr-explainer p strong{font-size:inherit}
    .ix-v2 .investment-hub .investax-xirr-example{color:#9a7a17;font-size:11px;line-height:1.5;display:block}
    .ix-v2 .investment-hub .investax-xirr-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:10px 12px;border-bottom:1px solid #eee}
    .ix-v2 .investment-hub .investax-xirr-row:last-child{border-bottom:0}
    .ix-v2 .investment-hub .investax-xirr-row input,
.ix-v2 .investment-hub .investax-xirr-row select{height:42px;border:1px solid #ddd;border-radius:7px;padding:0 10px;width:100%;background:#fff;color:#333;font-size:12px}
    .ix-v2 .investment-hub .investax-xirr-row select{cursor:pointer}
    .ix-v2 .investment-hub .investax-xirr-header{background:#f7f5ee;color:#777;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px}
    .ix-v2 .investment-hub .investax-xirr-tip{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px;padding:10px 13px;background:#fafafa;border-left:3px solid #d4af37;color:#777;font-size:11px}
    .ix-v2 .investment-hub .investax-xirr-tip strong{color:#555}
    @media(max-width:767px){.ix-v2 .investment-hub .investax-xirr-explainer{align-items:flex-start}.ix-v2 .investment-hub .investax-xirr-row{grid-template-columns:1fr}}

    .ix-v2 .investment-hub .investax-journey-strip{background:#0b0b0b;padding:28px 0;border-top:1px solid rgba(212,175,55,.18);border-bottom:1px solid rgba(212,175,55,.18)}
    .ix-v2 .investment-hub .investax-journey-head{text-align:center;margin-bottom:20px}
    .ix-v2 .investment-hub .investax-journey-head span,
.ix-v2 .investment-hub .investax-service-map-head span,
.ix-v2 .investment-hub .investax-final-cta-copy>span{color:#d4af37;font-size:10px;font-weight:800;letter-spacing:1.8px}
    .ix-v2 .investment-hub .investax-journey-head h2{color:#fff;font-size:24px;margin:6px 0 5px}
    .ix-v2 .investment-hub .investax-journey-head p{color:#999;font-size:12px;margin:0}
    .ix-v2 .investment-hub .investax-journey-steps{max-width:1040px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
    .ix-v2 .investment-hub .investax-journey-step{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:10px;color:#fff;text-decoration:none!important;background:#141414;transition:.2s ease}
    .ix-v2 .investment-hub .investax-journey-step:hover,
.ix-v2 .investment-hub .investax-journey-step.active{border-color:rgba(212,175,55,.55);background:#17130a;transform:translateY(-2px)}
    .ix-v2 .investment-hub .investax-journey-num{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.12);color:#d4af37;font-size:10px;font-weight:800;flex:0 0 32px}
    .ix-v2 .investment-hub .investax-journey-step strong,
.ix-v2 .investment-hub .investax-journey-step small{display:block}
    .ix-v2 .investment-hub .investax-journey-step strong{font-size:13px}.ix-v2 .investment-hub .investax-journey-step small{color:#999;font-size:10px;margin-top:2px}
    .ix-v2 .investment-hub .investax-journey-step>svg{width:15px;height:15px;margin-left:auto;fill:none;stroke:#d4af37;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .ix-v2 .investment-hub .investax-final-cta{max-width:1120px;margin:34px auto 0;padding:27px 30px;border-radius:15px;background:#0b0b0b;border:1px solid rgba(212,175,55,.42);display:flex;align-items:center;justify-content:space-between;gap:25px}
    .ix-v2 .investment-hub .investax-final-cta-copy h3{color:#fff;margin:6px 0;font-size:24px}.ix-v2 .investment-hub .investax-final-cta-copy p{color:#999;font-size:12px;line-height:1.65;margin:0;max-width:560px}
    .ix-v2 .investment-hub .investax-final-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
    .ix-v2 .investment-hub .investax-final-cta-actions .investment-btn{display:inline-flex;align-items:center;gap:7px}
    .ix-v2 .investment-hub .investax-final-cta-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .ix-v2 .investment-hub .investax-service-map{max-width:1120px;margin:42px auto 0}.ix-v2 .investment-hub .investax-service-map-head{text-align:center;margin-bottom:22px}
    .ix-v2 .investment-hub .investax-service-map-head h3{margin:6px 0 0;color:#171717;font-size:23px}
    .ix-v2 .investment-hub .investax-map-card{display:block;height:100%;padding:20px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;color:inherit;text-decoration:none!important;transition:.22s ease}
    .ix-v2 .investment-hub .investax-map-card:hover{transform:translateY(-4px);border-color:#d4af37;box-shadow:0 12px 25px rgba(0,0,0,.07)}
    .ix-v2 .investment-hub .investax-map-tag{color:#b08a16;font-size:9px;font-weight:800;letter-spacing:1.3px}.ix-v2 .investment-hub .investax-map-card h4{margin:7px 0;font-size:17px;color:#171717}
    .ix-v2 .investment-hub .investax-map-card p{min-height:58px;margin:0 0 12px;color:#777;font-size:11px;line-height:1.65}.ix-v2 .investment-hub .investax-map-card b{color:#111;font-size:11px}
    @media(max-width:991px){.ix-v2 .investment-hub .investax-journey-steps{grid-template-columns:repeat(2,1fr)}.ix-v2 .investment-hub .investax-final-cta{align-items:flex-start;flex-direction:column}.ix-v2 .investment-hub .investax-final-cta-actions{justify-content:flex-start}}
    @media(max-width:767px){.ix-v2 .investment-hub .investax-journey-steps{grid-template-columns:1fr}.ix-v2 .investment-hub .investax-journey-head h2{font-size:21px}.ix-v2 .investment-hub .investax-final-cta{padding:22px 18px}.ix-v2 .investment-hub .investax-final-cta-actions{width:100%}.ix-v2 .investment-hub .investax-final-cta-actions .investment-btn{width:100%;justify-content:center}}

    .ix-v2 .investment-hub .investax-inline-icon{
        width:1em;
        height:1em;
        display:inline-block;
        flex:0 0 auto;
        fill:none;
        stroke:currentColor;
        stroke-width:1.8;
        stroke-linecap:round;
        stroke-linejoin:round;
        vertical-align:-.12em;
    }
    .ix-v2 .investment-hub .workflow-icon .investax-inline-icon{
        width:22px;
        height:22px;
        color:#d4af37;
        stroke-width:1.8;
    }
    .ix-v2 .investment-hub .workflow-link .investax-inline-icon{
        width:14px;
        height:14px;
        margin-left:4px;
        color:#d4af37;
        vertical-align:-.12em;
    }
    .ix-v2 .investment-hub .workflow-icon,
.ix-v2 .investment-hub .portfolio-path-icon,
.ix-v2 .investment-hub .workflow-icon .investax-inline-icon,
.ix-v2 .investment-hub .portfolio-path-icon .investax-inline-icon{
        box-sizing:border-box;
    }
    .ix-v2 .investment-hub .portfolio-path-icon .investax-inline-icon{
        width:21px;
        height:21px;
        color:#d4af37;
    }

    .ix-v2 .investment-hub #portfolio-management-process,
.ix-v2 .investment-hub #mutual-fund-advisory,
.ix-v2 .investment-hub #direct-equity-capital-market,
.ix-v2 .investment-hub #sip-goal-planning{
        scroll-margin-top: 90px;
    }

/* ===== Original Investment Hub style block 2 ===== */
/* Investax Super Hub visual standard: black + gold + white + soft grey */
.ix-v2 .investment-hub{
    --ix-navy:#111111;
    --ix-navy-deep:#080808;
    --ix-navy-panel:#0b0b0b;
    --ix-navy-soft:#141414;
    --ix-gold:#d4af37;
    --ix-grey:#f7f8fa;
}

/* Interactive tools: keep the Investment Hub in the Homepage black + gold theme. */
.ix-v2 .investment-hub .investax-calculator,
.ix-v2 .investment-hub .investax-allocation-result,
.ix-v2 .investment-hub .investax-planning-result,
.ix-v2 .investment-hub .investax-mini-result,
.ix-v2 .investment-hub .investax-final-cta{
    background:#0b0b0b !important;
}
.ix-v2 .investment-hub .investax-calculator-body{
    background:linear-gradient(135deg,#141414 0%,#0b0b0b 68%,#121212 100%) !important;
}
.ix-v2 .investment-hub .investax-toggle,
.ix-v2 .investment-hub .investax-advanced-tabs,
.ix-v2 .investment-hub .investax-mini-tabs{
    background:#141414 !important;
}
.ix-v2 .investment-hub .investax-input-wrap{
    background:#181818 !important;
    border-color:#303030 !important;
}
.ix-v2 .investment-hub .investax-input-wrap:focus-within{
    border-color:#d4af37 !important;
}
.ix-v2 .investment-hub .investax-result-badge{
    background:#111111 !important;
}
.ix-v2 .investment-hub .investax-funnel-card.featured{
    background:#0b0b0b !important;
}
.ix-v2 .investment-hub .investax-advanced-icon,
.ix-v2 .investment-hub .investax-funnel-icon{
    background:#f7f3e3 !important;
    color:#a67d0c !important;
}
.ix-v2 .investment-hub .investax-journey-strip{
    background:#0b0b0b !important;
}
.ix-v2 .investment-hub .investax-journey-step{
    background:#141414 !important;
}
.ix-v2 .investment-hub .investax-xirr-info-icon{
    background:#111111 !important;
}
.ix-v2 .investment-hub .investax-tools,
.ix-v2 .investment-hub .hub-section-soft{
    background:#f7f8fa !important;
}

/* Keep the main Hub hero in the same black family as the Homepage. */
.ix-v2 .investment-hub .investment-hero{
    background:linear-gradient(135deg,#080808 0%,#111111 72%,#171717 100%) !important;
}

/* Desktop: keep hero content clearly below the navbar. */
@media (min-width:768px) {
    .ix-v2 .investment-hub .investment-hero{
        padding-top:175px !important;
    }
}

/* ===== Original Investment Hub style block 3 ===== */
/* Investment Hub: one consistent button style across the page. */
.ix-v2 .investment-hub .investment-btn,
.ix-v2 .investment-hub .investment-btn-gold,
.ix-v2 .investment-hub .investment-btn-light,
.ix-v2 .investment-hub .investment-btn-dark{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    min-height:52px !important;
    padding:13px 24px !important;
    border:1px solid #d4af37 !important;
    border-radius:6px !important;
    background:#d4af37 !important;
    color:#0b0b0b !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    text-decoration:none !important;
    box-sizing:border-box !important;
    box-shadow:none !important;
    transition:all .2s ease !important;
}

.ix-v2 .investment-hub .investment-btn:hover,
.ix-v2 .investment-hub .investment-btn-gold:hover,
.ix-v2 .investment-hub .investment-btn-light:hover,
.ix-v2 .investment-hub .investment-btn-dark:hover{
    background:#c9a22f !important;
    border-color:#c9a22f !important;
    color:#0b0b0b !important;
    transform:translateY(-1px) !important;
}

.ix-v2 .investment-hub .investment-btn svg{
    width:16px !important;
    height:16px !important;
    flex:0 0 16px !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
}


/* ============================================================
   HOMEPAGE V2 TYPOGRAPHY ALIGNMENT
   Investment Hub only — layout, spacing, components and
   functionality are intentionally unchanged.
   ============================================================ */

/* Same font system as the approved Homepage V2. */
.ix-v2 .investment-hub,
.ix-v2 .investment-hub button,
.ix-v2 .investment-hub input,
.ix-v2 .investment-hub select,
.ix-v2 .investment-hub textarea{
    font-family:var(--ix-font, Inter, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
    -webkit-font-smoothing:antialiased;
}

/* Homepage V2 light-background text palette. */
.ix-v2 .investment-hub{
    color:#1c252c;
}

.ix-v2 .investment-hub .investment-section-title h2,
.ix-v2 .investment-hub .workflow-card h4,
.ix-v2 .investment-hub .portfolio-path-card h3,
.ix-v2 .investment-hub .investax-next-heading h3,
.ix-v2 .investment-hub .investax-advanced-intro h4,
.ix-v2 .investment-hub .investax-service-map-head h3,
.ix-v2 .investment-hub .investax-map-card h4,
.ix-v2 .investment-hub .investax-tool-card h4{
    font-family:inherit !important;
    color:#12181d !important;
    font-weight:800 !important;
}

.ix-v2 .investment-hub .investment-section-title p,
.ix-v2 .investment-hub .workflow-card p,
.ix-v2 .investment-hub .portfolio-path-card p,
.ix-v2 .investment-hub .investax-next-heading p,
.ix-v2 .investment-hub .investax-advanced-intro p,
.ix-v2 .investment-hub .investax-tool-card p,
.ix-v2 .investment-hub .investax-map-card p{
    font-family:inherit !important;
    color:#66727c !important;
}

/* Main body copy follows Homepage V2's 16px / 1.85 reading rhythm. */
.ix-v2 .investment-hub .investment-section-title p{
    font-size:16px !important;
    line-height:1.85 !important;
}

/* Hero typography follows the Homepage V2 hierarchy. */
.ix-v2 .investment-hub .investment-hero h1{
    font-family:inherit !important;
    font-weight:800 !important;
    letter-spacing:-1.8px !important;
}

.ix-v2 .investment-hub .investment-hero p{
    font-family:inherit !important;
    color:#e9edf0 !important;
    font-size:18px !important;
    line-height:1.75 !important;
}

.ix-v2 .investment-hub .investment-eyebrow{
    font-family:inherit !important;
    color:#e4c76d !important;
    font-weight:800 !important;
}

/* Keep dark Investment sections consistent with Homepage V2. */
.ix-v2 .investment-hub .process-wrap,
.ix-v2 .investment-hub .investax-journey-strip,
.ix-v2 .investment-hub .investax-final-cta,
.ix-v2 .investment-hub .investax-funnel-card.featured{
    font-family:inherit !important;
}

.ix-v2 .investment-hub .process-wrap h2,
.ix-v2 .investment-hub .process-wrap h3,
.ix-v2 .investment-hub .process-wrap h4,
.ix-v2 .investment-hub .investax-journey-strip h2,
.ix-v2 .investment-hub .investax-journey-strip h3,
.ix-v2 .investment-hub .investax-journey-strip h4,
.ix-v2 .investment-hub .investax-final-cta h2,
.ix-v2 .investment-hub .investax-final-cta h3,
.ix-v2 .investment-hub .investax-final-cta h4,
.ix-v2 .investment-hub .investax-funnel-card.featured h4{
    font-family:inherit !important;
    color:#fff !important;
    font-weight:800 !important;
}

.ix-v2 .investment-hub .process-wrap p,
.ix-v2 .investment-hub .investax-journey-strip p,
.ix-v2 .investment-hub .investax-final-cta p,
.ix-v2 .investment-hub .investax-funnel-card.featured p{
    font-family:inherit !important;
    color:#cdd2d6 !important;
}

/* Homepage V2 gold text tone. */
.ix-v2 .investment-hub .investment-section-title small,
.ix-v2 .investment-hub .workflow-link,
.ix-v2 .investment-hub .workflow-link i{
    font-family:inherit !important;
    color:#a47b1c !important;
}

/* Preserve white text on dark hero / dark cards. */
.ix-v2 .investment-hub .investment-hero h1,
.ix-v2 .investment-hub .investment-hero h1 span{
    font-family:inherit !important;
}

.ix-v2 .investment-hub .investment-hero h1 span{
    color:#e4c76d !important;
}


/* ============================================================
   INVESTMENT HUB HERO — CINEMATIC BACKGROUND
   Uses the uploaded Investment Hub hero image.
   Existing hero text, buttons, spacing and functionality unchanged.
   ============================================================ */
.ix-v2 .investment-hub .investment-hero{
    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,.72) 0%,
            rgba(0,0,0,.55) 38%,
            rgba(0,0,0,.20) 68%,
            rgba(0,0,0,.30) 100%
        ),
        url('/public/images/investment-hub-hero.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Keep the left-side live HTML content readable over the image. */
.ix-v2 .investment-hub .investment-hero .container{
    position: relative;
    z-index: 2;
}

@media (max-width:767px){
    .ix-v2 .investment-hub .investment-hero{
        background-position: 62% center !important;
    }
}
