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

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

.gtec-renewables-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) 38%, rgba(8, 54, 86, 0.54) 70%, rgba(8, 54, 86, 0.12) 100%),
        url("/Imgs/gtec-capability-water-renewables.jpg") center right / cover no-repeat;
    color: var(--gtec-white);
}

.gtec-renewables-hero__inner,
.gtec-renewables-statement,
.gtec-renewables-section,
.gtec-renewables-environment,
.gtec-renewables-energy,
.gtec-renewables-route,
.gtec-renewables-links,
.gtec-renewables-cta {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

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

.gtec-renewables-hero__copy {
    max-width: 1030px;
}

.gtec-renewables-eyebrow {
    margin: 0 0 14px;
    color: var(--gtec-blue);
    font-size: clamp(1.35rem, 1vw, 1.7rem);
    font-weight: 900;
    letter-spacing: 0;
}

.gtec-renewables-hero .gtec-renewables-eyebrow,
.gtec-renewables-environment .gtec-renewables-eyebrow {
    color: #cfe8f4;
}

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

.gtec-renewables-hero h1 {
    color: var(--gtec-white);
    font-size: clamp(3.35rem, 4.05vw, 6.5rem);
}

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

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

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

.gtec-renewables-hero__scope div {
    display: grid;
    grid-template-columns: 56px 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.1);
    backdrop-filter: blur(10px);
}

.gtec-renewables-hero__scope span {
    display: inline-flex;
    width: 56px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--gtec-orange);
    color: var(--gtec-white);
    font-size: 1.18rem;
    font-weight: 900;
}

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

.gtec-renewables-hero__scope strong {
    color: #edf8fc;
    font-size: clamp(1.65rem, 1.25vw, 2.2rem);
    font-weight: 900;
    line-height: 1.2;
}

.gtec-renewables-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-renewables-statement p {
    max-width: 1220px;
    margin: 0;
    color: var(--gtec-ink);
    font-size: clamp(2.1rem, 1.9vw, 3.5rem);
    font-weight: 800;
    line-height: 1.22;
}

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

.gtec-renewables-integral {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: start;
    width: min(1540px, calc(100% - 40px));
    margin: clamp(42px, 5vw, 58px) auto 0;
    padding: clamp(42px, 5vw, 58px);
    border-radius: 8px;
    background: var(--gtec-navy);
    color: var(--gtec-white);
}

.gtec-renewables-integral .gtec-renewables-eyebrow {
    color: #cfe8f4;
}

.gtec-renewables-integral h2 {
    margin: 0;
    color: var(--gtec-white);
    font-size: clamp(2.8rem, 2.8vw, 4.9rem);
    font-weight: 900;
    line-height: 1.08;
}

.gtec-renewables-integral > div > p:not(.gtec-renewables-eyebrow) {
    margin: 18px 0 0;
    color: #d7e8f0;
    font-size: clamp(1.75rem, 1.35vw, 2.3rem);
    line-height: 1.55;
}

.gtec-renewables-integral__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gtec-renewables-integral__grid article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.gtec-renewables-integral__grid span {
    display: inline-flex;
    min-width: 42px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--gtec-orange);
    color: var(--gtec-white);
    font-size: 1.25rem;
    font-weight: 900;
}

.gtec-renewables-integral__grid h3 {
    margin: 0;
    color: var(--gtec-white);
    font-size: clamp(1.95rem, 1.4vw, 2.45rem);
    font-weight: 900;
    line-height: 1.18;
}

.gtec-renewables-integral__grid p {
    margin: 14px 0 0;
    color: #d7e8f0;
    font-size: 1.55rem;
    line-height: 1.55;
}

.gtec-renewables-dark-link {
    color: var(--gtec-white);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gtec-renewables-dark-link:hover,
.gtec-renewables-dark-link:focus {
    color: #ffd1b0;
    text-decoration: underline;
}

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

.gtec-renewables-section h2,
.gtec-renewables-environment h2,
.gtec-renewables-energy h2,
.gtec-renewables-route h2,
.gtec-renewables-cta h2 {
    color: var(--gtec-ink);
    font-size: clamp(2.8rem, 2.8vw, 4.9rem);
}

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

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

.gtec-renewables-grid article,
.gtec-renewables-energy__grid article,
.gtec-renewables-links 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-renewables-grid article {
    padding: 26px;
}

.gtec-renewables-grid span {
    display: inline-flex;
    min-width: 56px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(0, 146, 156, 0.12);
    color: var(--gtec-teal);
    font-size: 1.2rem;
    font-weight: 900;
}

.gtec-renewables-grid article:nth-child(3n + 1) span {
    background: rgba(0, 116, 184, 0.12);
    color: var(--gtec-blue);
}

.gtec-renewables-grid article:nth-child(3n + 2) span {
    background: rgba(61, 145, 93, 0.14);
    color: #2f8a58;
}

.gtec-renewables-grid h3,
.gtec-renewables-environment__grid h3,
.gtec-renewables-energy__grid h3,
.gtec-renewables-links h3 {
    margin: 0;
    color: var(--gtec-ink);
    font-size: clamp(1.95rem, 1.4vw, 2.45rem);
    font-weight: 900;
    line-height: 1.18;
}

.gtec-renewables-grid p,
.gtec-renewables-environment__grid p,
.gtec-renewables-energy__grid p,
.gtec-renewables-links p {
    margin: 14px 0 0;
    color: var(--gtec-muted);
    font-size: 1.55rem;
    line-height: 1.55;
}

.gtec-renewables-inline-link {
    color: var(--gtec-blue);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gtec-renewables-inline-link:hover,
.gtec-renewables-inline-link:focus {
    color: var(--gtec-orange);
}

.gtec-renewables-environment {
    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:
        linear-gradient(135deg, rgba(8, 54, 86, 0.98), rgba(61, 145, 93, 0.84)),
        var(--gtec-navy);
    color: var(--gtec-white);
}

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

.gtec-renewables-environment > div > p {
    color: #d7e8f0;
}

.gtec-renewables-environment__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gtec-renewables-environment__grid article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.gtec-renewables-environment__grid span {
    display: inline-flex;
    min-width: 42px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--gtec-orange);
    color: var(--gtec-white);
    font-size: 1.25rem;
    font-weight: 900;
}

.gtec-renewables-environment__grid h3 {
    color: var(--gtec-white);
}

.gtec-renewables-environment__grid p {
    color: #d7e8f0;
}

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

.gtec-renewables-energy__grid article,
.gtec-renewables-links article {
    padding: 28px;
}

.gtec-renewables-energy__grid a,
.gtec-renewables-links a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--gtec-blue);
    font-size: 1.55rem;
    font-weight: 900;
    text-decoration: none;
}

.gtec-renewables-energy__grid a:hover,
.gtec-renewables-energy__grid a:focus,
.gtec-renewables-links a:hover,
.gtec-renewables-links a:focus {
    color: var(--gtec-orange);
    text-decoration: none;
}

.gtec-renewables-route {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    padding: clamp(42px, 5vw, 58px);
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 14px 38px rgba(24, 64, 92, 0.08);
}

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

.gtec-renewables-route li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid var(--gtec-line);
    border-radius: 8px;
    background: #f7fbfd;
    color: var(--gtec-ink);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.28;
}

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

.gtec-renewables-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

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

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

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

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

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

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

@media (max-width: 760px) {
    .gtec-renewables-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-renewables-hero__inner,
    .gtec-renewables-statement,
    .gtec-renewables-integral,
    .gtec-renewables-section,
    .gtec-renewables-environment,
    .gtec-renewables-energy,
    .gtec-renewables-route,
    .gtec-renewables-links,
    .gtec-renewables-cta {
        width: min(100% - 28px, 1540px);
    }

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

    .gtec-renewables-hero__scope,
    .gtec-renewables-integral__grid,
    .gtec-renewables-grid,
    .gtec-renewables-environment__grid,
    .gtec-renewables-energy__grid,
    .gtec-renewables-links {
        grid-template-columns: 1fr;
    }

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