:root {
    --primary: #2e36fd;
    --secondary: #f18911;
    --gradient-hero: linear-gradient(135deg, #202e54 0%, #1a237e 60%, #2e36fd 100%);
    --gradient-accent: linear-gradient(135deg, #2e36fd, #6c63ff);
    --gradient-warm: linear-gradient(135deg, #f18911, #ffb347);
    --text-muted-custom: #6b7a99;
    --border-soft: rgba(46, 54, 253, 0.10);
    --card-radius: 1.25rem;
    --section-py: 5rem;
}

/* ─── SECTION TITLES ─── */
.section-badge {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3rem .9rem;
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.22;
}

.section-title .accent {
    color: var(--primary);
}

.section-sub {
    color: var(--text-muted-custom);
    font-size: 1.03rem;
    line-height: 1.75;
    max-width: 620px;
}

/* ─── ABOUT INTRO ─── */

.intro-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    padding: .4rem 1rem;
    font-size: .84rem;
    font-weight: 600;
    color: var(--dark);
    margin: .25rem;
}

.intro-feature-pill i {
    color: var(--primary);
}

/* ─── MSP SHIFT ─── */
.msp-section {
    padding: var(--section-py) 0;
    background: #fff;
}

.shift-card {
    border-radius: var(--card-radius);
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.shift-card.old {
    background: #fff5f5;
    border: 1.5px solid #fecdcd;
}

.shift-card.new {
    background: linear-gradient(135deg, #eef0ff 0%, #f0f7ff 100%);
    border: 1.5px solid rgba(46, 54, 253, 0.18);
}

.shift-card .shift-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}

.shift-card.old .shift-icon {
    background: #ffe4e4;
    color: #e53e3e;
}

.shift-card.new .shift-icon {
    background: var(--primary-light);
    color: var(--primary);
}

.shift-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
}

.shift-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shift-card ul li {
    font-size: .93rem;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
}

.shift-card ul li:last-child {
    border-bottom: none;
}

.shift-card.old li i {
    color: #e53e3e;
    margin-top: 2px;
}

.shift-card.new li i {
    color: var(--primary);
    margin-top: 2px;
}

.shift-arrow {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--secondary);
    font-weight: 900;
}

.transform-banner {
    background: var(--gradient-accent);
    border-radius: var(--card-radius);
    padding: 1.5rem 2rem;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.transform-banner span {
    color: var(--secondary);
}

/* ─── ERP SECTION ─── */
.erp-section {
    padding: var(--section-py) 0;
    background: #f9faff;
}

.erp-module-card {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    padding: 1.4rem 1.5rem;
    display: flex;
    /* align-items: center; */
    gap: 1rem;
    transition: box-shadow .25s, transform .2s;
    height: 100%;
}

.erp-module-card:hover {
    box-shadow: 0 8px 28px rgba(46, 54, 253, 0.10);
    transform: translateY(-3px);
}

.erp-module-card .mod-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary);
}

.erp-module-card h6 {
    font-size: .92rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
}

.erp-module-card p {
    font-size: .82rem;
    color: var(--text-muted-custom);
    margin: 0;
    line-height: 1.5;

}

.erp-outcome-pill {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: .75rem;
    padding: 1.2rem 1.5rem;
    text-align: center;
}

.erp-outcome-pill i {
    font-size: 1.6rem;
    color: var(--secondary);
    margin-bottom: .5rem;
    display: block;
}

.erp-outcome-pill span {
    font-size: .88rem;
    font-weight: 600;
    color: var(--dark);
}

/* ─── LEADERSHIP ─── */
.leadership-section {
    padding: var(--section-py) 0;
    background: #080a14;
    overflow: hidden;
    position: relative;
}

.leadership-section::before {
    content: '"';
    font-family: 'Poppins', sans-serif;
    font-size: 20rem;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: -3rem;
    left: 2rem;
    line-height: 1;
    pointer-events: none;
}

.leader-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--gradient-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border: 2px solid var(--secondary);
    margin-bottom: 1.2rem;
}

.leadership-section blockquote {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    font-style: italic;
    border-left: 4px solid var(--primary);
    padding-left: 1.5rem;
    margin: 0;
}

.leader-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-top: 1.5rem;
}

.leader-title {
    color: var(--secondary);
    font-size: .87rem;
    font-weight: 500;
}

.leader-sidebar-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--card-radius);
    padding: 1.5rem;
}

.leader-sidebar-card h5 {
    font-family: 'Poppins', sans-serif;
    font-size: .95rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 1rem;
}

.leader-sidebar-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leader-sidebar-card ul li {
    color: rgba(255, 255, 255, 0.75);
    font-size: .88rem;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    gap: .6rem;
    align-items: flex-start;
}

.leader-sidebar-card ul li:last-child {
    border-bottom: none;
}

.leader-sidebar-card ul li i {
    color: var(--secondary);
    margin-top: 2px;
    flex-shrink: 0;
}

/* ─── WHY US ─── */

.why-card {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    padding: 1.8rem;
    height: 100%;
    transition: box-shadow .25s, transform .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity .25s;
}

.why-card:hover {
    box-shadow: 0 12px 36px rgba(46, 54, 253, 0.10);
    transform: translateY(-4px);
    border-color: var(--primary);
}

.why-card:hover::before {
    opacity: 1;
}

.why-card .why-num {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--border-soft);
    line-height: 1;
    margin-bottom: .75rem;
    color: rgba(46, 54, 253, 0.06);
    position: absolute;
    right: 20px;
    top: 20px;
}

.why-card .why-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--primary);
    margin-bottom: 1.1rem;
}

.why-card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.why-card p {
    font-size: .88rem;
    color: var(--text-muted-custom);
    line-height: 1.65;
    margin: 0;
}

/* ─── STATS STRIP ─── */
.stats-strip {
    background: var(--gradient-accent);
    padding: 3.5rem 0;
}

.stat-block {
    text-align: center;
}

.stat-block .stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.stat-block .stat-suffix {
    color: var(--secondary);
}

.stat-block .stat-desc {
    font-size: .88rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: .4rem;
}

.stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    align-self: center;
}

/* ── TEAM SECTION ── */
.team-s {
    background: var(--gray-50);
}

.team-card {
    background: var(--w);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 24px 20px;
    height: 100%;
    transition: all .3s;
    text-align: center;
}

.team-card:hover {
    border-color: var(--p);
    box-shadow: var(--sm);
    transform: translateY(-4px);
}

.team-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .94rem;
    color: #fff;
    margin: 0 auto 14px;
    border: 3px solid var(--gray-100);
}

.team-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    color: var(--dark);
    margin-bottom: 4px;
}

.team-card .role {
    font-size: .78rem;
    color: var(--gray-400);
    margin-bottom: 14px;
}

.team-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gray-100);
    color: var(--gray-400);
    font-size: .85rem;
    margin: 0 3px;
    transition: all .2s;
    text-decoration: none;
}

.team-links a:hover {
    background: var(--primary);
    color: #fff;
}

.team-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
}

/* ── INVESTORS SECTION ── */
.inv-s {
    background: var(--w);
}

.inv-card {
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 22px 18px;
    height: 100%;
    transition: all .3s;
    text-align: center;
}

.inv-card:hover {
    border-color: var(--secondary);
    box-shadow: 0 4px 16px rgba(241, 137, 17, .1);
    transform: translateY(-3px);
}

.inv-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 auto 12px;
    border: 2px solid rgba(255, 255, 255, .5);
}

.inv-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    color: var(--dark);
    margin-bottom: 4px;
}

.inv-card .inv-role {
    font-size: .72rem;
    color: var(--gray-400);
    margin-bottom: 12px;
}

.inv-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .73rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: all .2s;
}

.inv-card a:hover {
    color: var(--secondary);
}

/* ── BOARD SECTION ── */
.board-s {
    background: var(--dark);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.board-s::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(46, 54, 253, .14) 0%, transparent 60%), radial-gradient(ellipse at 20% 30%, rgba(241, 137, 17, .08) 0%, transparent 60%);
}

.board-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-md);
    padding: 26px 20px;
    text-align: center;
    transition: all .3s;
}

.board-card:hover {
    background: rgba(255, 255, 255, .11);
    border-color: rgba(46, 54, 253, .45);
    transform: translateY(-4px);
}

.board-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto 14px;
    border: 3px solid rgba(255, 255, 255, .2);
}

.board-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    color: #fff;
    margin-bottom: 4px;
}

.board-card .br-role {
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 14px;
}

.board-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .65);
    font-size: .85rem;
    text-decoration: none;
    transition: all .2s;
}

.board-card a:hover {
    background: var(--p);
    color: #fff;
}


/* Responsive tweaks */
@media (max-width: 768px) {
    .shift-arrow {
        transform: rotate(90deg);
        margin: 1rem 0;
    }

    .cta-card {
        padding: 2.5rem 1.5rem;
    }

    .stat-divider {
        display: none;
    }
}



.inv-card {
    background: var(--gray-50);
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 22px 18px;
    height: 100%;
    transition: all .3s;
    text-align: center;
}

.inv-card:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 16px rgba(0, 64, 255, 0.15);
    transform: translateY(-3px);
}

.inv-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: .83rem;
    color: rgb(255, 255, 255);
    margin: 0px auto 12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.inv-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 4px;
}

.inv-card .inv-role {
    font-size: .72rem;
    color: var(--gray-400);
    margin-bottom: 12px;
}

.inv-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .73rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: all .2s;
}

.inv-card a:hover {
    color: var(--secondary);
}