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

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

.gtec-wase-hero {
    min-height: 650px;
    padding: clamp(72px, 8vw, 116px) clamp(20px, 5vw, 72px);
    background:
        linear-gradient(90deg, rgba(8, 54, 86, 0.98) 0%, rgba(8, 54, 86, 0.9) 40%, rgba(0, 146, 156, 0.48) 74%, rgba(8, 54, 86, 0.14) 100%),
        url("/Imgs/gtec-capability-water-renewables.jpg") center right / cover no-repeat;
    color: var(--gtec-white);
}

.gtec-wase-hero__inner,
.gtec-wase-statement,
.gtec-wase-section,
.gtec-wase-technology,
.gtec-wase-ai,
.gtec-wase-transfer,
.gtec-wase-models,
.gtec-wase-cta {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

.gtec-wase-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.45fr);
    gap: clamp(32px, 5vw, 86px);
    align-items: center;
}

.gtec-wase-hero__copy {
    max-width: 1020px;
}

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

.gtec-wase-hero .gtec-wase-eyebrow {
    color: #cfe8f4;
}

.gtec-wase-hero h1,
.gtec-wase-section h2,
.gtec-wase-technology h2,
.gtec-wase-ai h2,
.gtec-wase-transfer h2,
.gtec-wase-models h2,
.gtec-wase-cta h2 {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.gtec-wase-hero h1 {
    color: var(--gtec-white);
    font-size: clamp(3.35rem, 4.1vw, 6.6rem);
}

.gtec-wase-hero__copy > p:not(.gtec-wase-eyebrow) {
    max-width: 920px;
    margin: 24px 0 0;
    color: #e8f3f7;
    font-size: clamp(1.85rem, 1.35vw, 2.35rem);
    line-height: 1.48;
}

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

.gtec-wase-proof {
    display: grid;
    gap: 12px;
}

.gtec-wase-proof div {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.gtec-wase-proof .gtec-wase-logo-card {
    padding: 12px;
    background: var(--gtec-white);
}

.gtec-wase-logo-card img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

.gtec-wase-proof strong {
    display: block;
    color: var(--gtec-white);
    font-size: clamp(2.5rem, 2.55vw, 4.2rem);
    font-weight: 900;
    line-height: 1;
}

.gtec-wase-proof span {
    display: block;
    margin-top: 8px;
    color: #d7e8f0;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.35;
}

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

.gtec-wase-statement p {
    max-width: 1180px;
    margin: 0;
    color: var(--gtec-ink);
    font-size: clamp(2.1rem, 1.9vw, 3.55rem);
    font-weight: 800;
    line-height: 1.22;
}

.gtec-wase-section,
.gtec-wase-models {
    padding: clamp(64px, 7vw, 96px) 0 42px;
}

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

.gtec-wase-section h2,
.gtec-wase-technology h2,
.gtec-wase-ai h2,
.gtec-wase-transfer h2,
.gtec-wase-models h2,
.gtec-wase-cta h2 {
    color: var(--gtec-ink);
    font-size: clamp(2.8rem, 2.8vw, 4.9rem);
}

.gtec-wase-section__head > p:not(.gtec-wase-eyebrow),
.gtec-wase-technology > div > p,
.gtec-wase-transfer > div > p {
    margin: 18px 0 0;
    color: var(--gtec-muted);
    font-size: clamp(1.75rem, 1.35vw, 2.3rem);
    line-height: 1.55;
}

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

.gtec-wase-value-grid article,
.gtec-wase-ai__grid article,
.gtec-wase-models__grid article {
    min-width: 0;
    padding: 26px;
    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-wase-value-grid span,
.gtec-wase-models__grid span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 0 12px;
    border-radius: 8px;
    background: var(--gtec-blue);
    color: var(--gtec-white);
    font-size: 1.3rem;
    font-weight: 900;
}

.gtec-wase-value-grid article:nth-child(2) span,
.gtec-wase-models__grid article:nth-child(2) span {
    background: var(--gtec-teal);
}

.gtec-wase-value-grid article:nth-child(3) span,
.gtec-wase-models__grid article:nth-child(3) span {
    background: var(--gtec-orange);
}

.gtec-wase-value-grid h3,
.gtec-wase-ai__grid h3,
.gtec-wase-models__grid h3 {
    margin: 0;
    color: var(--gtec-ink);
    font-size: clamp(1.95rem, 1.4vw, 2.45rem);
    font-weight: 900;
    line-height: 1.18;
}

.gtec-wase-value-grid p,
.gtec-wase-ai__grid p,
.gtec-wase-models__grid p {
    margin: 14px 0 0;
    color: var(--gtec-muted);
    font-size: 1.55rem;
    line-height: 1.55;
}

.gtec-wase-technology {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: start;
    padding: clamp(42px, 5vw, 58px);
    border-radius: 8px;
    background: var(--gtec-navy);
    color: var(--gtec-white);
}

.gtec-wase-technology .gtec-wase-eyebrow,
.gtec-wase-transfer .gtec-wase-eyebrow {
    color: #cfe8f4;
}

.gtec-wase-technology h2,
.gtec-wase-technology > div > p,
.gtec-wase-transfer h2,
.gtec-wase-transfer > div > p {
    color: var(--gtec-white);
}

.gtec-wase-technology > div > p,
.gtec-wase-transfer > div > p {
    color: #d7e8f0;
}

.gtec-wase-diagram {
    margin: 0;
    min-width: 0;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.gtec-wase-diagram img {
    display: block;
    width: 100%;
    border-radius: 6px;
    background: var(--gtec-white);
}

.gtec-wase-diagram figcaption {
    margin-top: 10px;
    color: #d7e8f0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;
}

.gtec-wase-ai {
    padding: clamp(70px, 7vw, 104px) 0 44px;
}

.gtec-wase-ai > div:first-child {
    max-width: 1000px;
}

.gtec-wase-transfer {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: clamp(26px, 5vw, 70px);
    padding: clamp(42px, 5vw, 58px);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 54, 86, 0.96), rgba(61, 145, 93, 0.84)),
        var(--gtec-navy);
    color: var(--gtec-white);
}

.gtec-wase-transfer ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gtec-wase-transfer li {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ecf6fa;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.35;
}

.gtec-wase-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(66px, 7vw, 96px) 0;
}

.gtec-wase-cta div {
    max-width: 900px;
}

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

@media (max-width: 1050px) {
    .gtec-wase-hero__inner,
    .gtec-wase-technology,
    .gtec-wase-transfer {
        grid-template-columns: 1fr;
    }

    .gtec-wase-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gtec-wase-logo-card {
        grid-column: 1 / -1;
    }

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

@media (max-width: 760px) {
    .gtec-wase-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-water-renewables.jpg") center / cover no-repeat;
    }

    .gtec-wase-hero__inner,
    .gtec-wase-statement,
    .gtec-wase-section,
    .gtec-wase-technology,
    .gtec-wase-ai,
    .gtec-wase-transfer,
    .gtec-wase-models,
    .gtec-wase-cta {
        width: min(100% - 28px, 1540px);
    }

    .gtec-wase-hero h1 {
        font-size: 3.25rem;
    }

    .gtec-wase-proof,
    .gtec-wase-value-grid,
    .gtec-wase-ai__grid,
    .gtec-wase-models__grid {
        grid-template-columns: 1fr;
    }

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