.gtec-ecosystems {
    background: var(--gtec-bg);
    color: var(--gtec-ink);
    font-family: "Inclusive Sans", "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
}

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

.gtec-ecosystems-hero {
    min-height: 650px;
    padding: 88px clamp(20px, 5vw, 72px);
    background:
        linear-gradient(90deg, rgba(8, 54, 86, 0.98) 0%, rgba(8, 54, 86, 0.9) 40%, rgba(8, 54, 86, 0.52) 74%, rgba(8, 54, 86, 0.12) 100%),
        url("/Imgs/gtec-capability-portals-ecosystems.jpg") center right / cover no-repeat;
    color: var(--gtec-white);
}

.gtec-ecosystems-hero__inner,
.gtec-ecosystems-statement,
.gtec-ecosystems-section,
.gtec-ecosystems-dark,
.gtec-ecosystems-cases,
.gtec-ecosystems-route,
.gtec-ecosystems-cta {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

.gtec-ecosystems-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
    gap: 72px;
    align-items: center;
}

.gtec-ecosystems-hero__copy {
    max-width: 980px;
}

.gtec-ecosystems-eyebrow {
    margin: 0 0 14px;
    color: var(--gtec-blue);
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0;
}

.gtec-ecosystems-hero .gtec-ecosystems-eyebrow,
.gtec-ecosystems-dark .gtec-ecosystems-eyebrow {
    color: #cfe8f4;
}

.gtec-ecosystems-hero h1,
.gtec-ecosystems-section h2,
.gtec-ecosystems-dark h2,
.gtec-ecosystems-cases h2,
.gtec-ecosystems-route h2,
.gtec-ecosystems-cta h2 {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.gtec-ecosystems-hero h1 {
    max-width: 930px;
    color: var(--gtec-white);
    font-size: 5.9rem;
}

.gtec-ecosystems-hero__copy > p:not(.gtec-ecosystems-eyebrow) {
    max-width: 920px;
    margin: 24px 0 0;
    color: #e8f3f7;
    font-size: 2.12rem;
    line-height: 1.48;
}

.gtec-ecosystems-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.gtec-ecosystems-hero__scope {
    display: grid;
    gap: 12px;
}

.gtec-ecosystems-hero__scope div {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
}

.gtec-ecosystems-hero__scope span {
    display: inline-flex;
    width: 68px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--gtec-blue);
    color: var(--gtec-white);
    font-size: 1.08rem;
    font-weight: 900;
}

.gtec-ecosystems-hero__scope div:nth-child(2) span {
    background: var(--gtec-orange);
}

.gtec-ecosystems-hero__scope div:nth-child(3) span {
    background: var(--gtec-green);
}

.gtec-ecosystems-hero__scope div:nth-child(4) span {
    background: var(--gtec-teal);
}

.gtec-ecosystems-hero__scope strong {
    color: #edf8fc;
    font-size: 1.95rem;
    font-weight: 900;
    line-height: 1.22;
}

.gtec-ecosystems-statement {
    margin-top: -42px;
    padding: 38px 42px;
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 20px 50px rgba(24, 64, 92, 0.16);
}

.gtec-ecosystems-statement p {
    max-width: 1260px;
    margin: 0;
    color: var(--gtec-ink);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.23;
}

.gtec-ecosystems-section,
.gtec-ecosystems-cases {
    padding: 86px 0 42px;
}

.gtec-ecosystems-section__head {
    max-width: 1080px;
}

.gtec-ecosystems-section h2,
.gtec-ecosystems-dark h2,
.gtec-ecosystems-cases h2,
.gtec-ecosystems-route h2,
.gtec-ecosystems-cta h2 {
    color: var(--gtec-ink);
    font-size: 4.25rem;
}

.gtec-ecosystems-section__head > p:not(.gtec-ecosystems-eyebrow),
.gtec-ecosystems-dark > div > p {
    margin: 18px 0 0;
    color: var(--gtec-muted);
    font-size: 2.02rem;
    line-height: 1.55;
}

.gtec-ecosystems-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.gtec-ecosystems-grid article,
.gtec-ecosystems-cases__grid article {
    min-width: 0;
    border: 1px solid var(--gtec-line);
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 14px 38px rgba(24, 64, 92, 0.08);
}

.gtec-ecosystems-grid article {
    padding: 26px;
}

.gtec-ecosystems-grid span {
    display: inline-flex;
    min-width: 46px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(0, 116, 184, 0.12);
    color: var(--gtec-blue);
    font-size: 1.08rem;
    font-weight: 900;
}

.gtec-ecosystems-grid article:nth-child(3n + 2) span {
    background: rgba(239, 117, 35, 0.12);
    color: var(--gtec-orange);
}

.gtec-ecosystems-grid article:nth-child(3n) span {
    background: rgba(0, 146, 156, 0.12);
    color: var(--gtec-teal);
}

.gtec-ecosystems-grid h3,
.gtec-ecosystems-cases__grid h3 {
    margin: 0;
    color: var(--gtec-ink);
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1.18;
}

.gtec-ecosystems-grid p,
.gtec-ecosystems-cases__grid p {
    margin: 14px 0 0;
    color: var(--gtec-muted);
    font-size: 1.5rem;
    line-height: 1.55;
}

.gtec-ecosystems-dark {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
    gap: 58px;
    align-items: start;
    padding: 54px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 54, 86, 0.98), rgba(0, 146, 156, 0.82)),
        var(--gtec-navy);
    color: var(--gtec-white);
}

.gtec-ecosystems-dark h2,
.gtec-ecosystems-dark > div > p {
    color: var(--gtec-white);
}

.gtec-ecosystems-dark > div > p {
    color: #d7e8f0;
}

.gtec-ecosystems-dark ol,
.gtec-ecosystems-route ol {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gtec-ecosystems-dark li,
.gtec-ecosystems-route li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 1.68rem;
    font-weight: 900;
    line-height: 1.28;
}

.gtec-ecosystems-dark li {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: var(--gtec-white);
}

.gtec-ecosystems-route li {
    border: 1px solid var(--gtec-line);
    background: #f7fbfd;
    color: var(--gtec-ink);
}

.gtec-ecosystems-dark li span,
.gtec-ecosystems-route li span {
    display: inline-flex;
    width: 52px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--gtec-white);
    font-size: 1.16rem;
    font-weight: 900;
}

.gtec-ecosystems-dark li span {
    background: var(--gtec-orange);
}

.gtec-ecosystems-route li span {
    background: var(--gtec-blue);
}

.gtec-ecosystems-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.gtec-ecosystems-cases__grid article {
    padding: 28px;
    border-top: 6px solid var(--gtec-blue);
}

.gtec-ecosystems-cases__grid article:nth-child(2) {
    border-top-color: var(--gtec-teal);
}

.gtec-ecosystems-cases__grid article:nth-child(3) {
    border-top-color: var(--gtec-orange);
}

.gtec-ecosystems-cases__grid a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--gtec-blue);
    font-size: 1.45rem;
    font-weight: 900;
    text-decoration: none;
}

.gtec-ecosystems-cases__grid a:hover,
.gtec-ecosystems-cases__grid a:focus {
    color: var(--gtec-orange);
    text-decoration: none;
}

.gtec-ecosystems-route {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
    padding: 54px;
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 14px 38px rgba(24, 64, 92, 0.08);
}

.gtec-ecosystems-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 74px 0 90px;
}

.gtec-ecosystems-cta div {
    max-width: 920px;
}

@media (max-width: 1180px) {
    .gtec-ecosystems-grid,
    .gtec-ecosystems-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .gtec-ecosystems-hero__inner,
    .gtec-ecosystems-dark,
    .gtec-ecosystems-route {
        grid-template-columns: 1fr;
    }

    .gtec-ecosystems-hero__scope {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gtec-ecosystems-hero h1 {
        font-size: 5rem;
    }

    .gtec-ecosystems-section h2,
    .gtec-ecosystems-dark h2,
    .gtec-ecosystems-cases h2,
    .gtec-ecosystems-route h2,
    .gtec-ecosystems-cta h2 {
        font-size: 3.65rem;
    }

    .gtec-ecosystems-statement p {
        font-size: 2.55rem;
    }

    .gtec-ecosystems-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .gtec-ecosystems-hero {
        min-height: auto;
        padding: 56px 20px 82px;
        background:
            linear-gradient(90deg, rgba(8, 54, 86, 0.98) 0%, rgba(8, 54, 86, 0.9) 64%, rgba(8, 54, 86, 0.6) 100%),
            url("/Imgs/gtec-capability-portals-ecosystems.jpg") center / cover no-repeat;
    }

    .gtec-ecosystems-hero__inner,
    .gtec-ecosystems-statement,
    .gtec-ecosystems-section,
    .gtec-ecosystems-dark,
    .gtec-ecosystems-cases,
    .gtec-ecosystems-route,
    .gtec-ecosystems-cta {
        width: min(100% - 28px, 1540px);
    }

    .gtec-ecosystems-hero h1 {
        font-size: 3.18rem;
    }

    .gtec-ecosystems-eyebrow {
        font-size: 1.28rem;
    }

    .gtec-ecosystems-hero__copy > p:not(.gtec-ecosystems-eyebrow),
    .gtec-ecosystems-section__head > p:not(.gtec-ecosystems-eyebrow),
    .gtec-ecosystems-dark > div > p {
        font-size: 1.7rem;
    }

    .gtec-ecosystems-section h2,
    .gtec-ecosystems-dark h2,
    .gtec-ecosystems-cases h2,
    .gtec-ecosystems-route h2,
    .gtec-ecosystems-cta h2 {
        font-size: 2.8rem;
    }

    .gtec-ecosystems-statement p {
        font-size: 2.08rem;
    }

    .gtec-ecosystems-hero__scope,
    .gtec-ecosystems-grid,
    .gtec-ecosystems-cases__grid {
        grid-template-columns: 1fr;
    }

    .gtec-ecosystems-dark,
    .gtec-ecosystems-route {
        padding: 28px;
    }

    .gtec-ecosystems-actions .gtec-btn,
    .gtec-ecosystems-cta .gtec-btn {
        width: 100%;
    }
}
