:root {
    --navy: #071b33;
    --navy2: #102a4c;
    --gold: #c59a3d;
    --gold2: #e4c16a;
    --stone: #f6f2e9;
    --soft: #fbfaf6;
    --charcoal: #1f2633;
    --muted: #6f7785;
    --line: rgba(197, 154, 61, .28);
    --shadow: 0 24px 80px rgba(7, 27, 51, .18);
    --radius: 28px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--stone);
    color: var(--charcoal);
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1450px, 94%);
    margin: 0 auto;

}

h1,
h2,
h3,
.brand {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.08
}

.eyebrow {
    color: var(--gold2);
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 1rem;
    margin-bottom: 18px;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    transition: .22s;
}

.btn:hover {
    transform: translateY(-2px)
}

.hero-actions{
    display:flex;
    gap:16px;
    margin-top:32px;
    flex-wrap:wrap;
}

.btn-outline{
    border:2px solid var(--gold);
    color:#fff;
    background:transparent;
}

.btn-outline:hover{
    background:rgba(255,255,255,.08);
}
.btn-primary{
    background: var(--gold);
    color: var(--navy);
    border: 1px solid var(--gold);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, .42);
    color: #fff
}

.topbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    background: rgba(7, 27, 51, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(197, 154, 61, .24)
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.brand {
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.05;
    letter-spacing: .08em
}

.brand strong {
    font-size: 1.45rem
}

.brand span {
    color: var(--gold2);
    font-size: .78rem;
    letter-spacing: .22em;
    text-transform: uppercase
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, .84);
    font-size: .9rem
}

.navlinks a:hover,
.dropdown:hover .dropbtn {
    color: var(--gold2)
}

.nav-cta {
    border: 1px solid var(--gold);
    padding: 10px 18px;
    border-radius: 999px;
    color: var(--gold2) !important
}

.lang-toggle {
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    letter-spacing: .08em
}

.lang-toggle .active {
    color: var(--gold2)
}

.dropdown {
    position: relative
}

.dropbtn {
    cursor: default
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -18px;
    min-width: 285px;
    background: rgba(7, 27, 51, .98);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: .22s
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.dropdown-menu a {
    display: block;
    padding: 11px 12px;
    border-radius: 12px;
    color: rgba(255, 255, 255, .82)
}

.dropdown-menu a:hover {
    background: rgba(197, 154, 61, .12);
    color: var(--gold2)
}

.mobile-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    border-radius: 12px;
    padding: 10px 12px
}

/* ==========================
   Our Divisions Hero
========================== */

.hero-divisions {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.84),
            rgba(7,27,51,.60) 42%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/divisions/divisions-hero.png")
        center center / cover no-repeat;
}

.hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 88px;
}

.hero-home {
    background:
        linear-gradient(90deg, rgba(7,27,51,.82), rgba(7,27,51,.55) 42%, rgba(7,27,51,.15)),
        url('../assets/images/homepage/hero-home-bridgepoint.png') center/cover;
}

.hero-about {
    background:
        linear-gradient(90deg, rgba(7,27,51,.82), rgba(7,27,51,.55) 42%, rgba(7,27,51,.15)),
        url('../assets/images/about/about-hero-bridgepoint.jpg.png') center/cover;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 35px;
    background: linear-gradient(to bottom, transparent, var(--stone))
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 90px 0;
    margin-left: 120px;
    
}

.hero h1 {
    font-size: clamp(2.2rem, 5.5vw, 4.8rem);
    line-height: 1.2;
    letter-spacing: -.045em;
    margin-bottom: 24px;
}

.hero p {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: rgba(255,255,255,.84);
    max-width: 620px;
    margin-bottom: 28px;
}

.button-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

section {
    padding: 92px 0
}

.section-white {
    background: #fff
}

.section-soft {
    background: var(--soft)
}

.section-dark {
    background: linear-gradient(145deg, var(--navy), #041224);
    color: #fff
}

.section-head {
    max-width: 790px;
    margin-bottom: 50px
}

.section-head.center {
    text-align: center;
    margin-inline: auto
}

.section-head h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    color: var(--navy);
    margin-bottom: 32px;
    letter-spacing: -.035em
}

.section-dark .section-head h2 {
    color: #fff
}

.section-head p {
    color: var(--muted);
    font-size: 1.08rem
    
}

.section-dark .section-head p {
    color: rgba(255, 255, 255, .74)
}

.overview {
    margin-top: -55px;
    position: relative;
    z-index: 5;
}

.overview h2 {
    margin-bottom: 40px;
    line-height: 1.2;
}

.overview h2 + p {
    margin-top: 30px;
}

.overview p {
    max-width: 580px;
    line-height: 1.7;
    margin-top: 24px;

}

.overview p:first-of-type {
    margin-top: 32px;
}

.overview-card {
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(7, 27, 51, .16);
    border-radius: 34px;
    padding: 54px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 46px;
    border: 1px solid rgba(197, 154, 61, .22);
}

.overview-card h2 {
    font-size: clamp(2.2rem, 3.7vw, 3.9rem);
    color: var(--navy);
    margin-bottom: 18px;
    line-height: 1.05;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.stat {
    background: linear-gradient(180deg, #ffffff, #f8f6f0);
    padding: 22px 18px;
    border-radius: 20px;
    border: 1px solid rgba(7, 27, 51, .08);
    text-align: center;
}

.stat strong {
    display: block;
    color: var(--gold);
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
}

.stat span {
    color: var(--muted);
    font-size: .86rem
}

.overview-note {
    background: linear-gradient(145deg, var(--navy), var(--navy2));
    color: #fff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-note h3 {
    font-size: 1.7rem;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #fff;
}

/* ======================================================
   ABOUT PAGE
====================================================== */

/* About page heading spacing */
.grid-2 h2{
    margin-bottom:20px;
}

.grid-2 p{
    line-height:1.8;
    margin-bottom:14px;
}

.guiding-philosophy{
    line-height:1.35;
    letter-spacing:-0.02em;
}

.closing-statement{
    margin-top:60px;
    text-align:center;
    font-family:var(--font-heading);
    font-size:2rem;
    color:var(--gold);
    font-weight:600;
    letter-spacing:0.04em;
}

.overview-note p {
    color: rgba(255,255,255,.78);
    margin-top: 14px;
    font-size: 1.18rem;
    line-height: 1.8;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(260px, 1fr));
    gap: 28px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}
.division-sheets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 2000px;
    margin: 0 auto;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    align-items: center
}
.division-sheet {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(7,27,51,.12);
    transition: .25s;
}

.division-sheet:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(7,27,51,.18);
}

.division-sheet img {
    width: 100%;
    display: block;
}
.card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 51, .08);
    box-shadow: 0 12px 36px rgba(7, 27, 51, .08);
    transition: .22s
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px rgba(7, 27, 51, .14)
}

.card-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.card-img::after {
   content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

.division-card .card-img {
    min-height: 280px
}

.card-body {
    padding: 24px
}

.card-body small {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700
}

.card-body h3 {
    color: var(--navy);
    font-size: 2rem;
    line-height: 1.1;
    margin: 9px 0
}

.card-body p {
    color: var(--muted);
    font-size: .94rem
}

.feature-card {
    border: 1px solid rgba(197,154,61,.25);
    border-radius: 26px;
    padding: 34px;

    background: linear-gradient(
        145deg,
        var(--navy),
        var(--navy2)
    );

    box-shadow: 0 16px 40px rgba(7,27,51,.12);
    transition: .25s;
    border-top: 3px solid var(--gold);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(7,27,51,.18);
}

.feature-card h3 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.feature-card p {
    color: rgba(255,255,255,.82);
    line-height: 1.7;
}

.value-strip {
    background: var(--navy);
    color: #fff;
    padding: 34px 0
}

.value-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    text-align: center;
    font-size: .92rem;
    color: rgba(255, 255, 255, .78)
}

.value-row span {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 12px 14px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.service-card {
    background: var(--soft);
    border: 1px solid rgba(7, 27, 51, .08);
    border-radius: 24px;
    padding: 25px;
    min-height: 210px
}

.service-card h3 {
    color: var(--navy);
    font-size: 1.15rem;
    margin-bottom: 12px
}

.service-card p {
    color: var(--muted);
    font-size: .94rem
}

.contact-card {
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    background: rgba(255, 255, 255, .04)
}

.contact-card h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    margin-bottom: 14px
}

.contact-card p {
    color: rgba(255, 255, 255, .74);
    max-width: 720px
}

.form {
    display: grid;
    gap: 14px
}

.form input,
.form select,
.form textarea {
    width: 100%;
    border: 1px solid rgba(7, 27, 51, .13);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit
}

.form textarea {
    min-height: 130px
}

.site-footer {
    background: #03101f;
    color: rgba(255, 255, 255, .74);
    padding: 56px 0 28px;
    font-size: .92rem
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 34px;
    margin-bottom: 30px
}

.footer-grid h3 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 1.02rem
}

.footer-grid a,
.footer-grid p {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .68)
}

.footer-grid a:hover {
    color: var(--gold2)
}

.cta-inner {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 40px;
    align-items: center;
}

.about-cta h2 {
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 20px;
}

.about-cta p {
    color: rgba(255,255,255,.78);
    max-width: 720px;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap
}

@media(max-width:1120px) {

    .grid-5,
    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .overview-card,
    .grid-2,
    .contact-card {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:820px) {
    .mobile-toggle {
        display: inline-flex
    }

    .navlinks {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(7, 27, 51, .98);
        border-bottom: 1px solid var(--line);
        padding: 14px 4%
    }

    .navlinks.open {
        display: flex
    }

    .navlinks a,
    .dropbtn {
        padding: 12px 0
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, .04);
        margin: 6px 0 12px
    }

    .hero {
        min-height: 780px
    }

    .overview-card,
    .contact-card {
        padding: 28px
    }

    .stats,
    .grid-5,
    .grid-4,
    .grid-3,
    .service-grid,
    .value-row,
    .footer-grid {
        grid-template-columns: 1fr
    }

    section {
        padding: 70px 0
    }
}/* BridgePoint Logo */

.site-logo {
    height: 140px;
    width: auto;
    display: block;
    margin-top: 10px;
}

.brand {
   display: flex;
    align-items: center;
    flex-shrink: 0;
}
.topbar .container.nav {
    width: 92%;
    max-width: none;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
}

.topbar .brand {
    justify-self: start;
}

.topbar .navlinks {
    justify-self: end;
    display: flex;
    align-items: center;
}

.site-logo {
    height: 140px;
    width: auto;
    display: block;
}

/* PARTNERS & LEADERSHIP */

/* Partners & Leadership image hero */
.partners-image-hero {
    min-height: 78vh;
    margin-top: 88px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.18),
            rgba(7,27,51,.08) 45%,
            rgba(7,27,51,.05)
        ),
        url("../assets/images/partners/partners-hero.png") center/cover;
}

.partners-image-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 35px;
    background: linear-gradient(to bottom, transparent, var(--stone));

}

@media (max-width: 768px) {
    .partners-image-hero {
        min-height: 42vh;
        margin-top: 80px;
        background-position: center center;
    }
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.leadership-card {
    background: linear-gradient(
        145deg,
        var(--navy),
        var(--navy2)
    );
    color: #fff;
    border-radius: var(--radius);
    padding: 34px;
    border-top: 3px solid var(--gold);
    box-shadow: var(--shadow);
}

.leadership-card small {
    color: var(--gold2);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 700;
}

.leadership-card h3 {
    margin: 16px 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

.leadership-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.leadership-card.primary {
    border: 1px solid rgba(197,154,61,.35);
    border-top: 4px solid var(--gold);
}

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

@media (max-width: 700px) {
    .leadership-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================
   Homepage Division Sheets
   Only affects index.html division cards
========================== */

.division-sheets .division-sheet {
    display: block;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.division-sheets .division-sheet img {
    width: 100%;
    display: block;
    border-radius: 28px;
}

.division-sheets .division-sheet:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(7, 27, 51, 0.18);
}

.division-sheets .division-sheet:hover img {
    outline: 3px solid #c59a3d;
}

/* Homepage Division Card Labels */

.division-sheets .division-sheet {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.division-sheets .division-sheet:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(7, 27, 51, 0.18);
}

.division-label {
    position: absolute;
    right: 22px;
    bottom: 22px;

    background: rgba(7, 27, 51, 0.85);
    color: #c59a3d;

    padding: 10px 16px;
    border-radius: 30px;

    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;

    backdrop-filter: blur(8px);

    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.division-sheet:hover .division-label {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================
   BridgePoint Strategic Hero - Reset
========================== */

.division-hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 88px;
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.82),
            rgba(7,27,51,.55) 42%,
            rgba(7,27,51,.15)
        ),
        url("../assets/images/divisions/bridgepoint-strategic-hero.png.png")
        center/cover no-repeat;
}

.division-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 35px;
    background: linear-gradient(to bottom, transparent, var(--stone));
}

.division-hero-overlay {
    display: none;
}

.division-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-left: 90px;
    padding-top: 110px;
}

.division-hero h1 {
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 28px;
    color: #fff;
}

.division-hero p {
    max-width: 560px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: rgba(255,255,255,.9);
}

.hero-pill {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 30px;

    border: 1px solid rgba(212, 166, 74, 0.6);
    border-radius: 999px;

    background: rgba(7, 27, 51, 0.45);
    backdrop-filter: blur(10px);

    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

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

    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

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

    border: 1px solid rgba(212, 166, 74, 0.7);
    background: rgba(7, 27, 51, 0.45);

    color: #fff;
    text-decoration: none;
    font-weight: 600;

    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--gold);
    color: var(--navy);
}

/* ==========================
   BridgePoint Strategic Page Sections
========================== */

.division-intro .section-head p,
.division-process .section-head p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.process-card {
    background: #fff;
    border: 1px solid rgba(200, 155, 52, 0.25);
    border-radius: 28px;
    padding: 40px;
}

.process-card span {
    display: inline-block;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
}

.process-card h3 {
    margin-bottom: 12px;
    color: var(--navy);
}

.process-card p {
    color: var(--muted);
    line-height: 1.7;
}

.division-final {
    padding: 110px 0;
    background: var(--navy);
    color: #fff;
}

.division-final h2 {
    color: #fff;
    margin-bottom: 24px;
}

.division-final p {
    max-width: 780px;
    margin: 0 auto 36px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

@media (max-width: 900px) {
    .process-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}

.section-white h2 {
    margin-bottom: 28px;
}

.final-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
}

/* ==========================
   BridgePoint Development Management Page Sections
========================== */

.development-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(0, 18, 45, 0.88) 0%,
            rgba(0, 18, 45, 0.72) 35%,
            rgba(0, 18, 45, 0.30) 100%
        ),
        url("../assets/images/divisions/development-management-hero.png.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-pill {
    padding: 12px 24px;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
}

.division-hero h1 {
    margin-top: 22px;
}

.division-hero p {
    max-width: 560px;
}

/* ==========================
   BridgeWork-solutions Page Sections
========================== */

.bridgework-hero {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.82),
            rgba(7,27,51,.55) 42%,
            rgba(7,27,51,.15)
        ),
        url("../assets/images/divisions/bridgework-solutions-hero.png.png")
        center center / cover no-repeat;
}

.bridgework-hero .eyebrow::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--gold);
    margin-top: 12px;
}

/* ==========================
   Azuero Capital Advisory Page Sections
========================== */


.capital-hero {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.84),
            rgba(7,27,51,.62) 42%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/divisions/azuero-capital-hero.png")
        center center / cover no-repeat;
}

/* ==========================
   Bridgepoint Infrastructure Page Sections
========================== */

.infrastructure-hero{
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.82) 0%,
            rgba(7,27,51,.65) 35%,
            rgba(7,27,51,.25) 70%,
            rgba(7,27,51,.10) 100%
        ),
        url("../assets/images/divisions/bridgepoint-infrastructure-hero.png")
        center center / cover no-repeat;
}

.infrastructure-hero {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.84),
            rgba(7,27,51,.62) 42%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/divisions/bridgepoint-infrastructure-hero.png")
        center center / cover no-repeat;
}

/* ==========================
   Bridgepoint Projects Page Sections
========================== */

/* ==========================
   Projects Page
========================== */

.projects-hero {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.84),
            rgba(7,27,51,.60) 42%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/projects/projects-hero.png")
        center center / cover no-repeat;
}

.project-feature-grid,
.pipeline-grid,
.numbers-grid {
    display: grid;
    gap: 28px;
}

.project-feature-grid {
    grid-template-columns: repeat(2, 1fr);
}

.project-feature-card,
.pipeline-card,
.number-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(197,154,61,.28);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(7,27,51,.06);
}

.project-image{
    width:100%;
    height:340px;
    overflow:hidden;
    background:#f6f2e9;
    border-bottom:1px solid rgba(197,154,61,.12);
}

.project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .35s ease;
}

.project-feature-card:hover .project-image img{
    transform:scale(1.04);
}

.project-feature-content {
    padding: 34px;
}

.project-meta {
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 18px;
}

.project-note {
    margin-top: 24px;
    padding: 18px;
    border-left: 3px solid var(--gold);
    background: rgba(246,242,233,.75);
}

.project-note strong,
.project-note span {
    display: block;
}

.project-status {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pipeline-grid {
    grid-template-columns: repeat(3, 1fr);
}

.pipeline-card {
    padding: 34px;
}

.pipeline-card h3 {
    color: var(--navy);
    margin-bottom: 20px;
}

.pipeline-card li {
    margin-bottom: 12px;
    color: var(--muted);
}

.numbers-grid {
    grid-template-columns: repeat(4, 1fr);
}

.number-card {
    padding: 42px 26px;
    text-align: center;
}

.number-card strong {
    display: block;
    color: var(--gold);
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.number-card span {
    color: var(--navy);
    font-weight: 600;
}

@media (max-width: 900px) {
    .project-feature-grid,
    .pipeline-grid,
    .numbers-grid {
        grid-template-columns: 1fr;
    }
}

.project-details {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.project-details p {
    margin: 0;
    color: var(--muted);
}

.project-details strong {
    display: block;
    color: var(--navy);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.road-image{
    object-position:center top;
}

.projects-cta-content{
    max-width:900px;
}

.projects-cta-content .eyebrow{
    margin-bottom:22px;
}

.projects-cta-content h2{
    margin:0 0 32px 0 !important;
    line-height:1.15;
}

.projects-cta-content p{
    margin:0 0 40px 0 !important;
    max-width:900px;
    line-height:1.8;
    color:#d6dce7;
}

.projects-cta-content .btn-primary{
    margin-top:10px;
}

/* ==========================
   Contact Page
========================== */

.contact-hero {
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.86),
            rgba(7,27,51,.62) 42%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/contact/contact-hero.png")
        center center / cover no-repeat;
}

.contact-section {
    padding: 110px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
}

.contact-info-card,
.contact-form-card {
    background: #fff;
    border: 1px solid rgba(197,154,61,.28);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 18px 45px rgba(7,27,51,.06);
}

.contact-info-card h2 {
    margin-bottom: 24px;
}

.contact-info-card > p {
    margin-bottom: 34px;
    line-height: 1.8;
    color: var(--muted);
}

.contact-detail {
    padding: 22px 0;
    border-top: 1px solid rgba(7,27,51,.08);
}

.contact-detail strong {
    display: block;
    color: var(--navy);
    margin-bottom: 6px;
}

.contact-detail span {
    color: var(--muted);
    line-height: 1.6;
}

.contact-form-card h3 {
    color: var(--navy);
    margin-bottom: 28px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 16px;
    border-radius: 14px;
    border: 1px solid rgba(7,27,51,.14);
    font-family: inherit;
    font-size: 1rem;
    background: #fbfaf6;
}

.form-group textarea {
    resize: vertical;
}

.map-card {
    margin-top: 48px;
    background: #fff;
    border: 1px solid rgba(197,154,61,.28);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(7,27,51,.06);
}

.map-card img {
    width: 100%;
    display: block;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 30px;
    }
}

/* ==========================
   Our Divisions Hero
========================== */

.hero-divisions{
    background:
        linear-gradient(
            90deg,
            rgba(7,27,51,.82),
            rgba(7,27,51,.55) 45%,
            rgba(7,27,51,.18)
        ),
        url("../assets/images/divisions/ecosystem-hero.webp")
        center center / cover no-repeat;
}

/* ======================================================
   ECOSYSTEM PAGE - PREMIUM DIVISION CARDS
====================================================== */

.ecosystem-card-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:28px;
    margin-top:55px;
}

.ecosystem-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:28px;
    background:linear-gradient(145deg, var(--navy), var(--navy2));
    border:1px solid rgba(197,154,61,.35);
    box-shadow:0 18px 45px rgba(7,27,51,.12);
    transition:.3s ease;
}

.ecosystem-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 60px rgba(7,27,51,.22);
    border-color:var(--gold);
}

.ecosystem-card-img{
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
}

.ecosystem-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.45s ease;
}

.ecosystem-card:hover .ecosystem-card-img img{
    transform:scale(1.06);
}

.ecosystem-card-body{
    padding:28px;
    color:#fff;
}

.ecosystem-card-body h3{
    font-size:1.45rem;
    margin-bottom:14px;
    color:#fff;
}

.ecosystem-card-body p{
    color:rgba(255,255,255,.8);
    line-height:1.7;
    margin-bottom:24px;
}

.ecosystem-card-body span{
    color:var(--gold2);
    font-weight:700;
    transition:.25s ease;
}

.ecosystem-card:hover .ecosystem-card-body span{
    margin-left:6px;
}

@media(max-width:1300px){
    .ecosystem-card-grid{
        grid-template-columns:repeat(3, 1fr);
    }
}

@media(max-width:900px){
    .ecosystem-card-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:600px){
    .ecosystem-card-grid{
        grid-template-columns:1fr;
    }
}

/* ======================================================
   ECOSYSTEM PAGE - PREMIUM DIVISION PANELS
====================================================== */

.ecosystem-panel-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:40px;
    margin-top:60px;
}

.ecosystem-panel{
    width:380px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:30px;
    background:linear-gradient(145deg, var(--navy), var(--navy2));
    border:1px solid rgba(197,154,61,.35);
    box-shadow:0 18px 45px rgba(7,27,51,.13);
    transition:.3s ease;
}

.ecosystem-panel:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(7,27,51,.24);
    border-color:var(--gold);
}

.ecosystem-panel-image{
    width:100%;
    aspect-ratio:16 / 10;
    overflow:hidden;
}

.ecosystem-panel-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.45s ease;
}

.ecosystem-panel:hover .ecosystem-panel-image img{
    transform:scale(1.06);
}

.ecosystem-panel-body{
    padding:30px;
    color:#fff;
    flex:1;
    display:flex;
    flex-direction:column;
}

.ecosystem-panel-body h3{
    color:#fff;
    font-size:1.55rem;
    margin-bottom:16px;
}

.ecosystem-panel-body p{
    color:rgba(255,255,255,.82);
    line-height:1.7;
    margin-bottom:26px;
}

.ecosystem-panel-body span{
    margin-top:auto;
    color:var(--gold2);
    font-weight:700;
    transition:.25s ease;
}

.ecosystem-panel:hover .ecosystem-panel-body span{
    transform:translateX(6px);
}

@media(max-width:900px){
    .ecosystem-panel{
        width:min(100%, 420px);
    }
}

.home-direction{
    padding:90px 0;
    background:#fff;
    text-align:center;
}

.direction-links{
    margin-top:55px;

    display:flex;
    justify-content:center;
    gap:60px;

    flex-wrap:wrap;
}

.direction-links a{

    color:#0d2340;

    font-size:1.05rem;

    font-weight:600;

    letter-spacing:.04em;

    text-decoration:none;

    position:relative;

    transition:.3s ease;
}

.direction-links a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    width:0;

    height:2px;

    background:#c59a3d;

    transition:.35s;
}

.direction-links a:hover{

    color:#c59a3d;

}

.direction-links a:hover::after{

    width:100%;

}



