.gtec-site-nav a.is-active {
    color: var(--gtec-blue);
}

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

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

.gtec-method-hero {
    min-height: 650px;
    padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 72px);
    background:
        linear-gradient(90deg, rgba(8, 54, 86, 0.98) 0%, rgba(8, 54, 86, 0.92) 42%, rgba(8, 54, 86, 0.48) 72%, rgba(8, 54, 86, 0.1) 100%),
        url("/Imgs/gtec-hero-transversal-bg.png") center right / cover no-repeat;
    color: var(--gtec-white);
}

.gtec-method-hero__inner,
.gtec-method-statement,
.gtec-method-section,
.gtec-method-optimum,
.gtec-method-experience,
.gtec-method-team,
.gtec-method-cta {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

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

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

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

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

.gtec-method-hero h1,
.gtec-method-section h2,
.gtec-method-optimum h2,
.gtec-method-experience h2,
.gtec-method-team h2,
.gtec-method-cta h2 {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.gtec-method-hero h1 {
    color: var(--gtec-white);
    font-size: clamp(3.4rem, 4.2vw, 6.8rem);
}

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

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

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

.gtec-method-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-method-proof strong {
    display: block;
    color: var(--gtec-white);
    font-size: clamp(3rem, 3vw, 5rem);
    font-weight: 900;
    line-height: 1;
}

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

.gtec-method-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-method-statement p {
    max-width: 1160px;
    margin: 0;
    color: var(--gtec-ink);
    font-size: clamp(2.15rem, 2vw, 3.8rem);
    font-weight: 800;
    line-height: 1.2;
}

.gtec-method-section {
    padding: clamp(64px, 7vw, 96px) 0 40px;
}

.gtec-method-section__head {
    max-width: 1040px;
}

.gtec-method-section h2,
.gtec-method-optimum h2,
.gtec-method-experience h2,
.gtec-method-team h2,
.gtec-method-cta h2 {
    color: var(--gtec-ink);
    font-size: clamp(2.9rem, 3vw, 5rem);
}

.gtec-method-section__head > p:not(.gtec-method-eyebrow),
.gtec-method-optimum > div > p,
.gtec-method-experience .gtec-method-section__head > p:not(.gtec-method-eyebrow) {
    margin: 18px 0 0;
    color: var(--gtec-muted);
    font-size: clamp(1.8rem, 1.4vw, 2.35rem);
    line-height: 1.55;
}

.gtec-method-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.gtec-method-steps article,
.gtec-method-pillars 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-method-steps article {
    padding: 24px;
}

.gtec-method-steps span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--gtec-blue);
    color: var(--gtec-white);
    font-size: 1.35rem;
    font-weight: 900;
}

.gtec-method-steps article:nth-child(2) span {
    background: var(--gtec-teal);
}

.gtec-method-steps article:nth-child(3) span {
    background: var(--gtec-orange);
}

.gtec-method-steps article:nth-child(4) span {
    background: var(--gtec-green);
}

.gtec-method-steps article:nth-child(5) span {
    background: var(--gtec-navy);
}

.gtec-method-steps h3,
.gtec-method-pillars h3 {
    margin: 20px 0 0;
    color: var(--gtec-ink);
    font-size: clamp(1.9rem, 1.35vw, 2.4rem);
    font-weight: 900;
    line-height: 1.18;
}

.gtec-method-steps p,
.gtec-method-pillars p {
    margin: 14px 0 0;
    color: var(--gtec-muted);
    font-size: 1.55rem;
    line-height: 1.55;
}

.gtec-method-optimum {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) 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-method-optimum .gtec-method-eyebrow,
.gtec-method-team .gtec-method-eyebrow {
    color: #cfe8f4;
}

.gtec-method-optimum h2,
.gtec-method-optimum > div > p,
.gtec-method-team h2 {
    color: var(--gtec-white);
}

.gtec-method-optimum > div > p {
    color: #d7e8f0;
}

.gtec-method-pillars {
    display: grid;
    gap: 14px;
}

.gtec-method-pillars article {
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.gtec-method-pillars h3 {
    margin-top: 0;
    color: var(--gtec-white);
}

.gtec-method-pillars p {
    color: #d7e8f0;
}

.gtec-method-experience {
    padding: clamp(70px, 7vw, 106px) 0;
}

.gtec-method-spectrum {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.gtec-method-spectrum span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--gtec-white);
    color: var(--gtec-navy);
    font-size: 1.45rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(24, 64, 92, 0.08);
}

.gtec-method-spectrum span:nth-child(2) {
    color: var(--gtec-blue);
}

.gtec-method-spectrum span:nth-child(3) {
    color: var(--gtec-teal);
}

.gtec-method-spectrum span:nth-child(4) {
    color: var(--gtec-orange);
}

.gtec-method-spectrum span:nth-child(5) {
    color: var(--gtec-green);
}

.gtec-method-team {
    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(0, 116, 184, 0.82)),
        var(--gtec-navy);
    color: var(--gtec-white);
}

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

.gtec-method-team 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-method-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(66px, 7vw, 96px) 0;
}

.gtec-method-cta div {
    max-width: 850px;
}

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

    .gtec-method-steps article:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 1050px) {
    .gtec-method-hero__inner,
    .gtec-method-optimum,
    .gtec-method-team {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 760px) {
    .gtec-method-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-hero-transversal-bg.png") center / cover no-repeat;
    }

    .gtec-method-hero__inner,
    .gtec-method-statement,
    .gtec-method-section,
    .gtec-method-optimum,
    .gtec-method-experience,
    .gtec-method-team,
    .gtec-method-cta {
        width: min(100% - 28px, 1540px);
    }

    .gtec-method-hero h1 {
        font-size: 3.35rem;
    }

    .gtec-method-proof,
    .gtec-method-steps {
        grid-template-columns: 1fr;
    }

    .gtec-method-steps article:last-child {
        grid-column: auto;
    }

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