﻿



*, *::before, *::after {
    box-sizing: border-box;
}

.ins-hero {
    background: linear-gradient(45deg, #2C4A8A, 50%, #0e224d 50%);
    border-radius: 16px;
    padding: 3.5rem 2.5rem;
    color: #fff;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

    .ins-hero::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(255,255,255,0.06);
        pointer-events: none;
    }

    .ins-hero::after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: -40px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255,255,255,0.04);
        pointer-events: none;
    }

.ins-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 100px;
    padding: 4px 14px;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 1.25rem;
    color: #e6f1fb;
}

.ins-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.ins-hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.78);
    max-width: 700px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
    margin: 0;
}

.ins-hero {
    background: linear-gradient(145deg, #2C4A8A, #0e224d 50%, #A9112A);
    border-radius: 16px;
    padding: 3.5rem 2.5rem;
    color: #fff;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

    .ins-hero > *:not(.stars-wrap) {
        position: relative;
        z-index: 2;
    }

.stars-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

/*#stars, #stars2, #stars3, #stars4, #stars5, #stars6, #stars7, #star8 {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

#stars {
    width: 2px;
    height: 2px;
    box-shadow: 50px 80px #fff, 120px 300px #fff, 200px 600px #fff, 350px 200px #fff, 420px 900px #fff, 600px 150px #fff, 750px 500px #fff, 900px 1100px #fff, 1050px 700px #fff, 1200px 200px #fff, 1350px 900px #fff, 1500px 400px #fff, 1650px 1200px #fff, 1800px 300px #fff, 1950px 800px #fff;
    animation: animStar 60s linear infinite;
    opacity: 0.9;
}

#stars2 {
    width: 3px;
    height: 3px;
    box-shadow: 80px 150px #fff, 250px 400px #fff, 400px 700px #fff, 550px 100px #fff, 700px 500px #fff, 850px 1200px #fff, 1000px 300px #fff, 1150px 900px #fff, 1300px 600px #fff, 1500px 200px #fff, 1700px 1000px #fff;
    animation: animStar 100s linear infinite;
    opacity: 0.8;
}

#stars3 {
    width: 5px;
    height: 5px;
    box-shadow: 100px 200px #fff, 500px 600px #fff, 900px 300px #fff, 1300px 900px #fff, 1700px 500px #fff;
    animation: animStar 140s linear infinite;
    opacity: 1;
}

#stars4 {
    width: 1px;
    height: 1px;
    box-shadow: 30px 100px #fff, 180px 450px #fff, 280px 850px #fff, 500px 300px #fff, 680px 1050px #fff, 820px 250px #fff, 950px 650px #fff, 1120px 1150px #fff, 1280px 450px #fff, 1420px 800px #fff, 1600px 150px #fff, 1720px 950px #fff, 1880px 600px #fff;
    animation: animStar 40s linear infinite;
    opacity: 0.6;
}

#stars5 {
    width: 4px;
    height: 4px;
    box-shadow: 150px 250px #fff, 350px 550px #fff, 650px 800px #fff, 950px 400px #fff, 250px 1050px #fff, 1400px 650px #fff, 1850px 150px #fff;
    animation: animStar 120s linear infinite;
    opacity: 0.85;
}

#stars6 {
    width: 2px;
    height: 2px;
    box-shadow: 90px 60px #a5d6ff, 310px 420px #a5d6ff, 580px 920px #a5d6ff, 770px 180px #a5d6ff, 1110px 730px #a5d6ff, 1380px 310px #a5d6ff, 1620px 1110px #a5d6ff, 1910px 520px #a5d6ff;
    animation: animStar 80s linear infinite;
    opacity: 0.95;
}

#stars7 {
    width: 6px;
    height: 6px;
    box-shadow: 220px 380px #fff, 720px 820px #fff, 1180px 220px #fff, 1680px 880px #fff;
    animation: animStar 150s linear infinite;
    opacity: 1;
}

#stars7 {
    width: 4.5px;
    height: 4.5px;
    box-shadow: 307px 100px #fff, 180px 450px #fff, 280px 80px #fff, 900px 300px #fff, 500px 1050px #fff, 820px 250px #fff, 950px 1050px #fff, 1120px 1150px #fff, 1280px 450px #fff, 1420px 800px #fff, 1600px 150px #fff, 1720px 950px #fff, 1880px 600px #fff;
    animation: animStar 90s linear infinite;
    opacity: 1;
}
#stars8 {
    width: 4px;
    height: 4px;
    box-shadow: 300px 1000px #fff, 850px 450px #fff, 80px 850px #fff, 500px 300px #fff, 60px 100px #fff, 820px 1250px #fff, 950px 650px #fff, 120px 150px #fff, 1280px 450px #fff, 1420px 800px #fff, 600px 150px #fff, 720px 950px #fff, 880px 600px #fff;
    animation: animStar 70s linear infinite;
    opacity: 1;
}*/

#stars, #stars2, #stars3, #stars4, #stars5, #stars6, #stars7, #stars7_alt, #stars8 {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

#stars {
    width: 2px;
    height: 2px;
    box-shadow: 50px 80px #fff, 120px 300px #fff, 200px 600px #fff, 350px 200px #fff, 420px 900px #fff, 600px 150px #fff, 750px 500px #fff, 900px 1100px #fff, 1050px 700px #fff, 1200px 200px #fff, 1350px 900px #fff, 1500px 400px #fff, 1650px 1200px #fff, 1800px 300px #fff, 1950px 800px #fff;
    animation: animStar 60s linear infinite;
    opacity: 0.9;
}

#stars2 {
    width: 3px;
    height: 3px;
    box-shadow: 80px 150px #fff, 250px 400px #fff, 400px 700px #fff, 550px 100px #fff, 700px 500px #fff, 850px 1200px #fff, 1000px 300px #fff, 1150px 900px #fff, 1300px 600px #fff, 1500px 200px #fff, 1700px 1000px #fff;
    animation: animStar 100s linear infinite;
    opacity: 0.8;
}

#stars3 {
    width: 5px;
    height: 5px;
    box-shadow: 100px 200px #fff, 500px 600px #fff, 900px 300px #fff, 1300px 900px #fff, 1700px 500px #fff;
    animation: animStar 140s linear infinite;
    opacity: 1;
}

#stars4 {
    width: 1px;
    height: 1px;
    box-shadow: 30px 100px #fff, 180px 450px #fff, 280px 850px #fff, 500px 300px #fff, 680px 1050px #fff, 820px 250px #fff, 950px 650px #fff, 1120px 1150px #fff, 1280px 450px #fff, 1420px 800px #fff, 1600px 150px #fff, 1720px 950px #fff, 1880px 600px #fff;
    animation: animStar 40s linear infinite;
    opacity: 0.6;
}

#stars5 {
    width: 4px;
    height: 4px;
    box-shadow: 150px 250px #fff, 350px 550px #fff, 650px 800px #fff, 950px 400px #fff, 250px 1050px #fff, 1400px 650px #fff, 1850px 150px #fff;
    animation: animStar 120s linear infinite;
    opacity: 0.85;
}

#stars6 {
    width: 2px;
    height: 2px;
    box-shadow: 90px 60px #a5d6ff, 310px 420px #a5d6ff, 580px 920px #a5d6ff, 770px 180px #a5d6ff, 1110px 730px #a5d6ff, 1380px 310px #a5d6ff, 1620px 1110px #a5d6ff, 1910px 520px #a5d6ff;
    animation: animStar 80s linear infinite;
    opacity: 0.95;
}

#stars7 {
    width: 6px;
    height: 6px;
    box-shadow: 220px 380px #fff, 720px 820px #fff, 1180px 220px #fff, 1680px 880px #fff;
    animation: animStar 150s linear infinite;
    opacity: 1;
}

/* Changed from duplicate #stars7 to unique ID to keep your layout intact */
#stars7_alt {
    width: 4.5px;
    height: 4.5px;
    box-shadow: 307px 100px #fff, 180px 450px #fff, 280px 80px #fff, 900px 300px #fff, 500px 1050px #fff, 820px 250px #fff, 950px 1050px #fff, 1120px 1150px #fff, 1280px 450px #fff, 1420px 800px #fff, 1600px 150px #fff, 1720px 950px #fff, 1880px 600px #fff;
    animation: animStar 90s linear infinite;
    opacity: 1;
}

#stars8 {
    width: 4px;
    height: 4px;
    box-shadow: 300px 1000px #fff, 850px 450px #fff, 80px 850px #fff, 500px 300px #fff, 60px 100px #fff, 820px 1250px #fff, 950px 650px #fff, 120px 150px #fff, 1280px 450px #fff, 1420px 800px #fff, 600px 150px #fff, 720px 950px #fff, 880px 600px #fff;
    animation: animStar 70s linear infinite;
    opacity: 1;
}

/* Seamless translation mapping up to your maximum layout width limits */
@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}


@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-1200px);
    }
}

.ins-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06), transparent 55%);
    z-index: 1;
}
/* ── Pillars ── */
.ins-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 3rem;
    perspective: 1000px; /* Prepares environment for 3D card tilts if needed */
}

@media (max-width: 992px) {
    .ins-pillars {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ins-pillars {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.ins-pillar-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 2.25rem 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    /* Entrance Animation */
    opacity: 0;
    transform: translateY(30px);
    animation: insCardReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
    /* Staggered load delays for each card */
    .ins-pillar-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .ins-pillar-card:nth-child(2) {
        animation-delay: 0.25s;
    }

    .ins-pillar-card:nth-child(3) {
        animation-delay: 0.4s;
    }
    /* Micro-interactions on Hover */
    .ins-pillar-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 0, 0, 0.03);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    }
    /* Background soft ambient gradient ring on hover */
    .ins-pillar-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 10% 10%, rgba(24, 95, 165, 0.02), transparent 60%);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .ins-pillar-card:hover::before {
        opacity: 1;
    }
/* Dynamic Icons updates */
.ins-pillar-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 2;
}

.ins-pillar-card:hover .ins-pillar-icon {
    transform: scale(1.1) rotate(4deg);
}

.ins-icon-blue {
    background: #e6f1fb;
    color: #185fa5;
}

.ins-pillar-card:hover .ins-icon-blue {
    box-shadow: 0 8px 24px rgba(24, 95, 165, 0.25);
}

.ins-icon-teal {
    background: #e1f5ee;
    color: #0f6e56;
}

.ins-pillar-card:hover .ins-icon-teal {
    box-shadow: 0 8px 24px rgba(15, 110, 86, 0.25);
}

.ins-icon-purple {
    background: #eeedfe;
    color: #534ab7;
}

.ins-pillar-card:hover .ins-icon-purple {
    box-shadow: 0 8px 24px rgba(83, 74, 183, 0.25);
}
/* Typography Improvements */
.ins-pillar-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #111827;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 2;
}

.ins-pillar-body {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
}
/* ── Keyframe Animations ── */
@keyframes insCardReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ── Journey ── */
.ins-journey {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: start;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03), 0 2px 12px rgba(0, 0, 0, 0.02);
    animation: insFadeUp 0.8s ease-out forwards;
}

@media (max-width: 768px) {
    .ins-journey {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.25rem 1.5rem;
    }
}

.ins-journey-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #185fa5;
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}

.ins-journey-heading {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.02em;
}

.ins-timeline {
    display: flex;
    flex-direction: column;
}

.ins-t-item {
    display: flex;
    gap: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: insFadeUpItem 0.6s ease-out forwards;
}
    /* Stagger animation for timeline items */
    .ins-t-item:nth-child(1) {
        animation-delay: 0.2s;
    }

    .ins-t-item:nth-child(2) {
        animation-delay: 0.4s;
    }

    .ins-t-item:nth-child(3) {
        animation-delay: 0.6s;
    }

.ins-t-spine {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24px;
    flex-shrink: 0;
}

.ins-t-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #185fa5;
    margin-top: 6px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgba(24, 95, 165, 0.3);
}

    .ins-t-dot::after {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-radius: 50%;
        border: 2px solid #185fa5;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

.ins-t-item:hover .ins-t-dot {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(24, 95, 165, 0.15);
}

.ins-t-dot-green {
    background: #0f6e56;
    box-shadow: 0 0 0 0 rgba(15, 110, 86, 0.3);
}

    .ins-t-dot-green::after {
        border-color: #0f6e56;
    }

.ins-t-item:hover .ins-t-dot-green {
    box-shadow: 0 0 0 6px rgba(15, 110, 86, 0.15);
}

.ins-t-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, #e5e7eb, #e5e7eb);
    margin: 4px 0;
    position: relative;
    overflow: hidden;
}

    .ins-t-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #185fa5, #0f6e56);
        transform: scaleY(0);
        transform-origin: top;
        animation: insGrowLine 1.2s ease-out forwards;
        animation-delay: 0.4s;
    }

.ins-t-body {
    padding-bottom: 2.5rem;
    transition: transform 0.3s ease;
}

.ins-t-item:hover .ins-t-body {
    transform: translateX(5px);
}

.ins-t-year {
    font-size: 0.875rem;
    font-weight: 700;
    color: #185fa5;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.ins-t-year-green {
    color: #0f6e56;
}

.ins-t-text {
    font-size: 1.0625rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

    .ins-t-text strong {
        color: #111827;
        font-weight: 600;
    }
/* ── Animations ── */
@keyframes insFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes insFadeUpItem {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes insGrowLine {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}
/* ── Section header ── */
.ins-section-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #185fa5;
    margin-bottom: 0.35rem;
}

.ins-section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}

.ins-section-sub {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 1.75rem;
}
/* ── Team grid ── */
.ins-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 2.5rem;
}

@media (max-width: 992px) {
    .ins-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ins-team-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.ins-team-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .ins-team-card:hover {
        border-color: rgba(24,95,165,0.2);
        box-shadow: 0 4px 18px rgba(24,95,165,0.07);
    }

.ins-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    flex-shrink: 0;
    overflow: hidden;
}

    .ins-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.ins-av-blue {
    background: #e6f1fb;
    color: #0c447c;
}

.ins-av-teal {
    background: #e1f5ee;
    color: #085041;
}

.ins-av-purple {
    background: #eeedfe;
    color: #3c3489;
}

.ins-av-coral {
    background: #faece7;
    color: #993c1d;
}

.ins-member-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.ins-member-role {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 0.85rem;
}

.ins-socials {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.ins-soc-btn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #6b7280;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

    .ins-soc-btn:hover {
        background: #e6f1fb;
        border-color: rgba(24,95,165,0.25);
        color: #185fa5;
    }
/* ── CTA ── */
.ins-cta {
    background: linear-gradient(135deg, #0c447c 0%, #185fa5 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
    position:relative;
}

    .ins-cta::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        background: rgba(255,255,255,.1);
        border-radius: 50%;
        left: -80px;
        top: -50px;
    }

    .ins-cta::after {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background: rgba(255,255,255,.1);
        border-radius: 50%;
        right: -110px;
        top: 80px;
    }

.ins-cta-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.75rem;
}

.ins-cta-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.6rem;
}

.ins-cta-email {
    font-size: 15px;
    color: #b5d4f4;
    text-decoration: none;
    display: block;
    margin-bottom: 1.5rem;
    transition: color 0.15s;
}

    .ins-cta-email:hover {
        color: #fff;
    }

.ins-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #185fa5;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s;
}

    .ins-cta-btn:hover {
        opacity: 0.9;
        color: #185fa5;
    }
