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

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

.gtec-contact h1,
.gtec-contact h2,
.gtec-contact h3,
.gtec-contact p {
    margin: 0;
    letter-spacing: 0;
}

.gtec-contact-hero {
    min-height: 640px;
    padding: 82px 20px 92px;
    background:
        linear-gradient(90deg, rgba(6, 37, 60, 0.98) 0%, rgba(8, 54, 86, 0.92) 42%, rgba(8, 54, 86, 0.48) 72%, rgba(8, 54, 86, 0.12) 100%),
        url("/Imgs/gtec-contact-hero-bg.jpg") center right / cover no-repeat;
    color: var(--gtec-white);
}

.gtec-contact-hero__inner,
.gtec-contact-section {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

.gtec-contact-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
    gap: 56px;
    align-items: center;
}

.gtec-contact-hero__copy {
    max-width: 820px;
}

.gtec-contact-eyebrow {
    color: var(--gtec-blue);
    font-size: 1.15rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gtec-contact-hero .gtec-contact-eyebrow,
.gtec-contact-hero__copy > p {
    color: #d9edf7;
}

.gtec-contact h1 {
    margin-top: 18px;
    color: var(--gtec-white);
    font-size: 5.4rem;
    font-weight: 900;
    line-height: 0.98;
}

.gtec-contact-hero__copy > p {
    max-width: 760px;
    margin-top: 26px;
    font-size: 1.65rem;
    line-height: 1.48;
}

.gtec-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.gtec-contact-hero__scope {
    display: grid;
    gap: 14px;
}

.gtec-contact-hero__scope div {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 82px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(2, 25, 42, 0.24);
    backdrop-filter: blur(12px);
}

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

.gtec-contact-hero__scope div:nth-child(1) span {
    background: var(--gtec-blue);
}

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

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

.gtec-contact-hero__scope strong {
    color: var(--gtec-white);
    font-size: 1.2rem;
    line-height: 1.22;
}

.gtec-contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
    gap: 38px;
    align-items: start;
    padding: 74px 0 82px;
}

.gtec-contact-section__intro h2,
.gtec-contact-form h2 {
    max-width: 780px;
    margin-top: 12px;
    color: var(--gtec-ink);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.06;
}

.gtec-contact-section__intro > p,
.gtec-contact-form__head p {
    max-width: 760px;
    margin-top: 18px;
    color: var(--gtec-muted);
    font-size: 1.38rem;
    line-height: 1.55;
}

.gtec-contact-path {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.gtec-contact-path article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px 18px;
    padding: 18px;
    border: 1px solid var(--gtec-line);
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 14px 34px rgba(24, 64, 92, 0.08);
}

.gtec-contact-path span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(0, 116, 184, 0.1);
    color: var(--gtec-blue);
    font-weight: 900;
}

.gtec-contact-path h3 {
    color: var(--gtec-ink);
    font-size: 1.42rem;
    font-weight: 900;
}

.gtec-contact-path p {
    grid-column: 2;
    color: var(--gtec-muted);
    font-size: 1.08rem;
    line-height: 1.48;
}

.gtec-contact-form {
    padding: 28px;
    border: 1px solid var(--gtec-line);
    border-radius: 8px;
    background: var(--gtec-white);
    box-shadow: 0 24px 60px rgba(24, 64, 92, 0.12);
}

.gtec-contact-form__head {
    margin-bottom: 22px;
}

.gtec-contact-form h2 {
    font-size: 2.25rem;
}

.gtec-contact-form__head p {
    font-size: 1.08rem;
}

.gtec-contact-form label {
    display: block;
    margin: 0 0 16px;
}

.gtec-contact-form .gtec-contact-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gtec-contact-form label span {
    display: block;
    margin-bottom: 7px;
    color: var(--gtec-ink);
    font-size: 1.02rem;
    font-weight: 900;
}

.gtec-contact-form .form-control {
    min-height: 48px;
    border: 1px solid var(--gtec-line);
    border-radius: 8px;
    color: var(--gtec-ink);
    font-size: 1.05rem;
}

.gtec-contact-form textarea.form-control {
    min-height: 148px;
    resize: vertical;
}

.gtec-contact-form .form-control:focus {
    border-color: var(--gtec-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 116, 184, 0.14);
}

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

.gtec-contact-form__validation {
    align-items: end;
}

.gtec-contact-submit {
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--gtec-orange);
    color: var(--gtec-white);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
    box-shadow: 0 16px 28px rgba(239, 117, 35, 0.24);
}

.gtec-contact-submit:hover,
.gtec-contact-submit:focus {
    background: #d96315;
}

.gtec-contact-message {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.35;
}

.gtec-contact-message.is-success {
    border: 1px solid rgba(61, 145, 93, 0.3);
    background: rgba(61, 145, 93, 0.1);
    color: #23613b;
}

.gtec-contact-message.is-error {
    border: 1px solid rgba(239, 117, 35, 0.34);
    background: rgba(239, 117, 35, 0.1);
    color: #9a4516;
}

@media (max-width: 1050px) {
    .gtec-contact-hero {
        min-height: auto;
        background-position: center;
    }

    .gtec-contact-hero__inner,
    .gtec-contact-section {
        grid-template-columns: 1fr;
    }

    .gtec-contact-hero__scope {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .gtec-contact-hero {
        padding: 58px 0 66px;
    }

    .gtec-contact-hero__inner,
    .gtec-contact-section {
        width: min(100% - 24px, 1540px);
    }

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

    .gtec-contact-hero__copy > p {
        font-size: 1.22rem;
    }

    .gtec-contact-section {
        padding: 48px 0 58px;
    }

    .gtec-contact-section__intro h2,
    .gtec-contact-form h2 {
        font-size: 2.35rem;
    }

    .gtec-contact-section__intro > p {
        font-size: 1.16rem;
    }

    .gtec-contact-path article,
    .gtec-contact-form__row,
    .gtec-contact-form__validation {
        grid-template-columns: 1fr;
    }

    .gtec-contact-path p {
        grid-column: auto;
    }

    .gtec-contact-form {
        padding: 20px;
    }
}
