/* Why Choose Us Page */

.whychoose-title-wrapper {
    position: relative;
    min-height: 72vh;
    padding: 180px 0 110px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 19, 27, 0.9) 0%, rgba(7, 19, 27, 0.78) 34%, rgba(7, 19, 27, 0.42) 68%, rgba(7, 19, 27, 0.35) 100%),
        linear-gradient(180deg, rgba(197, 160, 89, 0.08), rgba(197, 160, 89, 0)),
        url('../assets/whybg.webp');
    background-position: center, center, right center;
    background-size: cover, cover, cover;
    background-repeat: no-repeat;
}

.whychoose-title-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.whychoose-title-frame {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    margin: 0;
    padding: 26px 0 26px 34px;
    text-align: left;
    border-left: 1px solid rgba(197, 160, 89, 0.6);
}

.whychoose-title-frame h1 {
    margin: 0;
    font-size: clamp(3.2rem, 2.3rem + 2vw, 6.6rem);
    line-height: 0.95;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 0.02em;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
    .whychoose-title-wrapper {
        min-height: 62vh;
        padding: 160px 0 90px;
    }

    .whychoose-title-frame {
        width: min(100%, 500px);
        padding: 24px 0 24px 28px;
    }
}

@media (max-width: 767px) {
    .whychoose-title-wrapper {
        min-height: 56vh;
        padding: 138px 0 70px;
        background-position: center, center, 64% center;
    }

    .whychoose-title-frame {
        width: min(100%, 92vw);
        padding: 18px 0 18px 18px;
    }

    .whychoose-title-frame h1 {
        line-height: 1;
    }
}

/* Legacy Clients Section */
.legacy-clients-section {
    padding: 90px 0;
    background: #ffffff;
}

.header-divider-gold {
    width: 60px;
    height: 1px;
    background: var(--primary);
}

.legacy-clients-section h5 {
    color: #001f2e;
    font-weight: 300;
}

.legacy-logo-carousel {
    padding: 16px 20px;
}

.legacy-logo-carousel .owl-stage-outer {
    padding: 8px 0;
}

.legacy-logo-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.legacy-logo-carousel .owl-item {
    display: flex;
    align-items: center;
}

.legacy-logo-item {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    box-shadow: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: white;
    box-shadow: 0 0 4px #f1f1f1;
    width: 280px;
}

.legacy-logo-item:hover {
    transform: translateY(-2px);
}

.legacy-logo-image {
    width: auto;
    max-width: 100%;
    max-height: 86px;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform 0.35s ease;
}

.legacy-logo-item:hover .legacy-logo-image {
    transform: scale(1.02);
}

.legacy-logo-image-1 {
    max-height: 92px;
}

.legacy-logo-image-2 {
    max-height: 92px;
}

.legacy-logo-image-3 {
    max-height: 82px;
}

.legacy-logo-image-4 {
    max-width: 170px;
    max-height: 90px;
}

.legacy-logo-image-5 {
    max-width: 250px;
    max-height: 74px;
}

.legacy-logo-image-6 {
    max-width: 255px;
    max-height: 72px;
}

.legacy-logo-carousel .owl-dots,
.legacy-logo-carousel .owl-nav {
    display: none;
}

/* Leadership Excellence Section */
.leadership-excellence-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(197, 160, 89, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
}

.leadership-excellence-shell {
    position: relative;
    padding: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(197, 160, 89, 0.16);
    box-shadow: 0 28px 80px rgba(11, 31, 44, 0.08);
}

.leadership-excellence-shell::before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(197, 160, 89, 0.1);
    pointer-events: none;
}

.leadership-excellence-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 56px;
    align-items: start;
}

.leadership-excellence-copy {
    position: relative;
    z-index: 1;
    padding: 12px 0;
}

.leadership-excellence-label {
    display: block;
    margin: 0 0 8px;
    max-width: 760px;
    font-family: 'The Seasons', serif;
    font-size: clamp(2.5rem, 2rem + 1.9vw, 4.6rem);
    line-height: 1.03;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 300;
    color: #0b1f2c;
}

.leadership-excellence-heading {
    margin: 18px 0 0;
    max-width: 680px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.02rem;
    line-height: 1.9;
    color: #4b5b65;
    font-weight: 400;
}

.leadership-excellence-block {
    margin-top: 38px;
}

.leadership-excellence-subtitle {
    display: inline-block;
    margin-bottom: 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0f2430;
}

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

.leadership-stat-card {
    min-height: 180px;
    padding: 30px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 245, 239, 0.96));
    border: 1px solid rgba(197, 160, 89, 0.32);
    border-top: 3px solid var(--primary);
    box-shadow: 0 22px 50px rgba(11, 31, 44, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadership-stat-card strong {
    display: block;
    margin-bottom: 14px;
    font-family: 'The Seasons', serif;
    font-size: clamp(2.8rem, 2.2rem + 1.4vw, 3.8rem);
    line-height: 1;
    color: var(--primary);
    font-weight: 400;
}

.leadership-stat-card span {
    font-size: 1rem;
    line-height: 1.7;
    color: #3b4a54;
}

.leadership-competencies-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.leadership-competencies-list li {
    position: relative;
    padding-left: 22px;
    font-size: 18px;
    line-height: 1.75;
    color: #0f2430;
    font-weight: 500;
}

.leadership-competencies-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 1px;
    background: var(--primary);
}

.leadership-competencies-list li span {
    display: block;
    margin-top: 4px;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #5a6a74;
    font-weight: 400;
}

.leadership-philosophy-card {
    margin-top: 38px;
    padding: 28px 28px 30px;
    background: linear-gradient(135deg, #071720 0%, #0b2431 55%, #0f2e3e 100%);
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 24px 60px rgba(8, 22, 31, 0.14);
}

.leadership-philosophy-card .leadership-excellence-subtitle {
    color: var(--primary);
    margin-bottom: 14px;
    font-size: 1.15rem;
    letter-spacing: 2px;
}

.leadership-philosophy-card p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
}

.leadership-excellence-media {
    position: sticky;
    top: 110px;
}

.leadership-excellence-image-frame {
    position: relative;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.94));
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 26px 70px rgba(11, 31, 44, 0.1);
}

.leadership-excellence-image-frame::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 92px;
    height: 92px;
    border-top: 1px solid rgba(197, 160, 89, 0.46);
    border-left: 1px solid rgba(197, 160, 89, 0.46);
}

.leadership-excellence-image-frame::after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 92px;
    height: 92px;
    border-right: 1px solid rgba(197, 160, 89, 0.46);
    border-bottom: 1px solid rgba(197, 160, 89, 0.46);
}

.leadership-excellence-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .leadership-excellence-section {
        padding: 90px 0;
    }

    .leadership-excellence-shell {
        padding: 24px;
    }

    .leadership-excellence-shell::before {
        inset: 12px;
    }

    .leadership-excellence-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .leadership-stats-grid,
    .leadership-competencies-list {
        grid-template-columns: 1fr;
    }

    .leadership-excellence-media {
        position: relative;
        top: auto;
    }

    .leadership-excellence-image {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    .leadership-excellence-section {
        padding: 72px 0;
    }

    .leadership-excellence-shell {
        padding: 16px;
    }

    .leadership-excellence-shell::before {
        inset: 10px;
    }

    .leadership-excellence-subtitle {
        font-size: 0.76rem;
        letter-spacing: 3px;
    }

    .leadership-stat-card {
        min-height: auto;
        padding: 22px 18px;
    }

    .leadership-stat-card strong {
        font-size: 2.1rem;
    }

    .leadership-competencies-list li,
    .leadership-philosophy-card p {
        font-size: 0.96rem;
    }

    .leadership-excellence-image-frame {
        padding: 12px;
    }

    .leadership-excellence-image-frame::before,
    .leadership-excellence-image-frame::after {
        width: 64px;
        height: 64px;
    }
}

/* Founding Partner Section */
.founding-partner-section {
    position: relative;
    padding: 110px 0;
    background:
        linear-gradient(180deg, #071720 0%, #0c2330 100%);
}

.founding-partner-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: 52px;
    align-items: center;
    margin-bottom: 34px;
}

.founding-partner-visual {
    position: relative;
}

.founding-partner-image-frame {
    position: relative;
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}
.gis-section .founding-partner-stat-chip strong, .gis-section .founding-partner-stat-chip span {
    color: white;
}


.founding-partner-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    padding: 48px;
    background: linear-gradient(150deg, #fbf8f2 0%, #efe7d6 100%);
}

.founding-partner-brand-logo {
    display: block;
    width: auto;
    max-width: 80%;
    max-height: 180px;
    object-fit: contain;
}

.founding-partner-image-frame::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 92px;
    height: 92px;
    border-top: 1px solid rgba(197, 160, 89, 0.46);
    border-left: 1px solid rgba(197, 160, 89, 0.46);
}

.founding-partner-image-frame::after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 92px;
    height: 92px;
    border-right: 1px solid rgba(197, 160, 89, 0.46);
    border-bottom: 1px solid rgba(197, 160, 89, 0.46);
}

.founding-partner-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.founding-partner-stat-chip {
    position: absolute;
    right: -16px;
    bottom: 28px;
    width: min(190px, 52%);
    padding: 18px 16px;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.92), rgba(166, 133, 69, 0.96));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.founding-partner-stat-chip strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'The Seasons', serif;
    font-size: 2rem;
    line-height: 1;
    color: #0f2430;
    font-weight: 300;
}

.founding-partner-stat-chip span {
    display: block;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #102634;
    font-weight: 600;
}

.founding-partner-panel {
    position: relative;
    padding: 58px 54px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(197, 160, 89, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.founding-partner-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 54px;
    width: 88px;
    height: 2px;
    background: var(--primary);
}

.founding-partner-label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
}

.founding-partner-heading {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.5rem, 2rem + 1.8vw, 4.6rem);
    line-height: 1.03;
    color: var(--white);
    font-weight: 300;
}

.founding-partner-tagline {
    margin: 18px 0 0;
    font-family: 'The Seasons', serif;
    font-size: 1.35rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.84);
}

.founding-partner-intro {
    margin: 26px 0 0;
    font-size: 1rem;
    line-height: 1.9;
    color: white;
}

.founding-partner-advantage-band p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: white;
}

.founding-partner-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.founding-partner-detail-card {
    padding: 24px 22px 26px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(197, 160, 89, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.founding-partner-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
}

.founding-partner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.founding-partner-list li {
    position: relative;
    padding-left: 22px;
    font-size: 0.96rem;
    line-height: 1.72;
    color: white;;
}

.founding-partner-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 1px;
    background: var(--primary);
}

.founding-partner-advantage-band {
    grid-column: 1 / -1;
    padding: 28px 28px 30px;
    background: linear-gradient(180deg, rgba(197, 160, 89, 0.12), rgba(197, 160, 89, 0.04));
    border: 1px solid rgba(197, 160, 89, 0.22);
}

.founding-partner-advantage-band .founding-partner-subtitle {
    color: var(--primary);
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .future-outlook-heading span 
    {
        display: inline-block !important;
    }
    .founding-partner-section {
        padding: 90px 0;
    }

    .founding-partner-stage {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .founding-partner-panel {
        padding: 42px 34px;
    }

    .founding-partner-panel::before {
        left: 34px;
    }

    .founding-partner-detail-grid {
        grid-template-columns: 1fr;
    }

    .founding-partner-image {
        aspect-ratio: 16 / 10;
    }

    .founding-partner-stat-chip {
        right: 22px;
        bottom: 22px;
    }
}

@media (max-width: 767px) {
    .founding-partner-section {
        padding: 72px 0;
    }

    .founding-partner-label,
    .founding-partner-subtitle {
        font-size: 0.76rem;
        letter-spacing: 3px;
    }

    .founding-partner-panel {
        padding: 30px 20px;
    }

    .founding-partner-panel::before {
        left: 20px;
        width: 62px;
    }

    .founding-partner-tagline {
        font-size: 1.15rem;
    }

    .founding-partner-detail-card,
    .founding-partner-advantage-band {
        padding: 22px 18px 24px;
    }

    .founding-partner-list li,
    .founding-partner-intro,
    .founding-partner-advantage-band p {
        font-size: 0.96rem;
    }

    .founding-partner-image-frame {
        padding: 12px;
    }

    .founding-partner-image-frame::before,
    .founding-partner-image-frame::after {
        width: 64px;
        height: 64px;
    }

    .founding-partner-stat-chip {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }
}

/* GIS Section */
.gis-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(197, 160, 89, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
}

.gis-header {
    max-width: 760px;
    margin-bottom: 46px;
}

.gis-label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
}

.gis-heading {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.5rem, 2rem + 1.9vw, 4.6rem);
    line-height: 1.03;
    color: #0b1f2c;
    font-weight: 300;
}

.gis-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 52px;
    align-items: start;
}

.gis-media-panel {
    position: sticky;
    top: 110px;
}

.gis-logo-wrap {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(11, 31, 44, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    backdrop-filter: blur(12px) saturate(140%);
}

.gis-logo {
    display: block;
    width: auto;
    
    max-height: 90px;
    object-fit: contain;
}

.gis-image-frame {
    position: relative;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.94));
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 26px 70px rgba(11, 31, 44, 0.1);
}

.gis-image-frame::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 92px;
    height: 92px;
    border-top: 1px solid rgba(197, 160, 89, 0.46);
    border-left: 1px solid rgba(197, 160, 89, 0.46);
}

.gis-image-frame::after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 92px;
    height: 92px;
    border-right: 1px solid rgba(197, 160, 89, 0.46);
    border-bottom: 1px solid rgba(197, 160, 89, 0.46);
}

.gis-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.gis-content-panel {
    position: relative;
    padding: 48px 42px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(197, 160, 89, 0.16);
    box-shadow: 0 28px 80px rgba(11, 31, 44, 0.08);
}

.gis-content-panel::before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(197, 160, 89, 0.1);
    pointer-events: none;
}

.gis-intro {
    position: relative;
    z-index: 1;
    margin: 0 0 34px;
    font-size: 1.02rem;
    line-height: 1.9;
    color: #4b5b65;
}

.gis-detail-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.gis-detail-card {
    padding: 24px 22px 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.94));
    border: 1px solid rgba(197, 160, 89, 0.16);
    box-shadow: 0 18px 40px rgba(11, 31, 44, 0.06);
}

.gis-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f2430;
}

.gis-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.gis-list li {
    position: relative;
    padding-left: 22px;
    font-size: 0.96rem;
    line-height: 1.72;
    color: #4b5b65;
}

.gis-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 1px;
    background: var(--primary);
}

.gis-advantage-card {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding: 28px 28px 30px;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.12), rgba(197, 160, 89, 0.04));
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.gis-advantage-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.86;
    color: #0f2430;
}

@media (max-width: 991px) {
    .gis-section {
        padding: 90px 0;
    }

    .gis-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gis-media-panel {
        position: relative;
        top: auto;
    }

    .gis-detail-grid {
        grid-template-columns: 1fr;
    }

    .gis-image {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    .gis-section {
        padding: 72px 0;
    }

    .gis-label,
    .gis-subtitle {
        font-size: 0.76rem;
        letter-spacing: 3px;
    }

    .gis-content-panel {
        padding: 24px 18px;
    }

    .gis-content-panel::before {
        inset: 10px;
    }

    .gis-detail-card,
    .gis-advantage-card {
        padding: 22px 18px 24px;
    }

    .gis-intro,
    .gis-list li,
    .gis-advantage-card p {
        font-size: 0.96rem;
    }

    .gis-image-frame {
        padding: 12px;
    }

    .gis-image-frame::before,
    .gis-image-frame::after {
        width: 64px;
        height: 64px;
    }
}

/* Future Outlook Section */
.future-outlook-section {
    position: relative;
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at top left, rgba(197, 160, 89, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
    overflow: hidden;
}

.future-outlook-section::before {
    content: '';
    position: absolute;
    inset: 56px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.55), transparent);
    pointer-events: none;
}

.future-outlook-shell {
    position: relative;
    padding: 54px;
    background: linear-gradient(140deg, #0c1c26 0%, #112938 44%, #18384a 100%);
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 36px 90px rgba(8, 24, 35, 0.16);
    overflow: hidden;
}

.future-outlook-shell::before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(197, 160, 89, 0.12);
    pointer-events: none;
}

.future-outlook-shell::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.16) 0%, rgba(197, 160, 89, 0) 70%);
    pointer-events: none;
}

.future-outlook-intro {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin-bottom: 44px;
}

.future-outlook-label,
.future-outlook-subtitle {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.future-outlook-label {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
}

.future-outlook-heading {
    margin: 0;
    font-size: clamp(2.35rem, 1.6rem + 2vw, 4.5rem);
    line-height: 0.96;
    color: #ffffff;
}

.future-outlook-heading span {
    display: block;
    color: var(--primary);
}

.future-outlook-copy {
    margin: 26px 0 0;
    max-width: 860px;
    font-size: 1.02rem;
    line-height: 1.95;
    color:white;
}

.future-outlook-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 36px;
    align-items: start;
}

.future-outlook-visual {
    position: relative;
}

.future-outlook-image-frame {
    position: relative;
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 160, 89, 0.2);
    backdrop-filter: blur(10px);
}

.future-outlook-image-frame::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 96px;
    height: 96px;
    border-top: 1px solid rgba(197, 160, 89, 0.5);
    border-left: 1px solid rgba(197, 160, 89, 0.5);
}

.future-outlook-image-frame::after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 96px;
    height: 96px;
    border-right: 1px solid rgba(197, 160, 89, 0.5);
    border-bottom: 1px solid rgba(197, 160, 89, 0.5);
}

.future-outlook-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.future-outlook-panel {
    position: relative;
    padding: 42px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 233, 0.96));
    border: 1px solid rgba(197, 160, 89, 0.18);
    box-shadow: 0 26px 70px rgba(8, 24, 35, 0.12);
}

.future-outlook-panel::before {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(197, 160, 89, 0.12);
    pointer-events: none;
}

.future-outlook-subtitle {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    font-family: 'The Seasons', serif;
    font-size: clamp(1.9rem, 1.4rem + 1vw, 2.8rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.08;
    text-transform: none;
    color: var(--primary);
}

.future-outlook-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
}

.future-outlook-card {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 26px;
    align-items: center;
    padding: 28px 8px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
    transition: padding-left 0.3s ease;
}

.future-outlook-card:last-child {
    border-bottom: none;
}

.future-outlook-card:hover {
    padding-left: 18px;
}

.future-outlook-card-number {
    display: block;
    font-family: 'The Seasons', serif;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 400;
    color: var(--primary);
}

.future-outlook-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: #52626c;
}

@media (max-width: 991px) {
    .future-outlook-section {
        padding: 90px 0 100px;
    }

    .future-outlook-shell {
        padding: 34px 24px;
    }

    .future-outlook-layout {
        grid-template-columns: 1fr;
    }

    .future-outlook-image {
        aspect-ratio: 16 / 10;
    }

    .future-outlook-panel {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .future-outlook-section {
        padding: 74px 0 84px;
    }

    .future-outlook-shell {
        padding: 24px 16px;
    }

    .future-outlook-shell::before {
        inset: 10px;
    }

    .future-outlook-label,
    .future-outlook-subtitle {
        letter-spacing: 2.4px;
    }

    .future-outlook-subtitle {
        font-size: 1.65rem;
        line-height: 1.12;
        letter-spacing: 0.01em;
    }

    .future-outlook-copy,
    .future-outlook-card p {
        font-size: 0.96rem;
        line-height: 1.8;
    }

    .future-outlook-image-frame {
        padding: 12px;
    }

    .future-outlook-image-frame::before,
    .future-outlook-image-frame::after {
        width: 64px;
        height: 64px;
    }

    .future-outlook-panel {
        padding: 22px 16px;
    }

    .future-outlook-panel::before {
        inset: 10px;
    }

    .future-outlook-card {
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 16px;
        padding: 22px 2px;
    }

    .future-outlook-card-number {
        font-size: 2rem;
    }
    .founding-partner-logo-frame
    {
        min-height:350px;
    }
}
