﻿/* =========================================================
   SLIPFORM GLOBAL CONSTRUCTION
   PREMIUM CONTACT PAGE
========================================================= */

:root {
    --contact-green: #22a875;
    --contact-red: #d9414d;
    --contact-navy: #061a2f;
    --contact-blue: #1565c0;
    --contact-gold: #f5a623;
    --contact-surface: #f4f8fb;
    --contact-border: #dce6ef;
}

.contact-section-title {
    max-width: 760px;
    margin-bottom: 23px;
    color: var(--sgc-primary-dark);
    font-size: clamp(40px, 4.4vw, 64px);
    line-height: 1.08;
    letter-spacing: -2.7px;
}

    .contact-section-title span {
        color: var(--sgc-secondary);
    }

/* =========================================================
   HERO
========================================================= */

.contact-hero {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    color: var(--sgc-white);
    background: var(--contact-navy);
}

.contact-hero-media {
    position: absolute;
    inset: 0;
}

.contact-hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #061a2e;
    transform: none;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(4, 18, 34, 0.99) 0%, rgba(5, 26, 47, 0.94) 46%, rgba(6, 34, 58, 0.66) 78%, rgba(4, 20, 36, 0.8) 100% ), linear-gradient( to top, rgba(4, 18, 34, 0.82), transparent 60% );
}

.contact-hero-grid,
.contact-location-grid,
.contact-final-cta-grid {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: linear-gradient( rgba(255, 255, 255, 0.055) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px );
    background-size: 75px 75px;
}

.contact-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.contact-hero-glow-one {
    top: -190px;
    right: 7%;
    width: 530px;
    height: 530px;
    background: rgba(21, 101, 192, 0.17);
}

.contact-hero-glow-two {
    bottom: -310px;
    left: -180px;
    width: 600px;
    height: 600px;
    background: rgba(245, 166, 35, 0.1);
}

.contact-hero-lines {
    position: absolute;
    top: -15%;
    right: 9%;
    width: 28%;
    height: 135%;
    opacity: 0.5;
    transform: skewX(-9deg);
}

    .contact-hero-lines span {
        position: absolute;
        width: 1px;
        height: 100%;
        background: linear-gradient( to bottom, transparent, rgba(245, 166, 35, 0.55), transparent );
    }

        .contact-hero-lines span:nth-child(1) {
            left: 4%;
        }

        .contact-hero-lines span:nth-child(2) {
            left: 52%;
        }

        .contact-hero-lines span:nth-child(3) {
            right: 4%;
        }

.contact-hero-container {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 790px;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .contact-breadcrumb i {
        color: var(--sgc-accent);
        font-size: 7px;
    }

    .contact-breadcrumb span {
        color: rgba(255, 255, 255, 0.84);
    }

.contact-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
    color: #ffd474;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

    .contact-hero-label > span {
        display: inline-flex;
        width: 41px;
        height: 41px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(245, 166, 35, 0.3);
        border-radius: 12px;
        color: var(--sgc-accent);
        background: rgba(245, 166, 35, 0.1);
    }

.contact-hero-title {
    max-width: 900px;
    margin-bottom: 28px;
    color: var(--sgc-white);
    font-size: clamp(58px, 6.4vw, 96px);
    line-height: 0.98;
    letter-spacing: -5px;
}

    .contact-hero-title span {
        display: block;
        color: var(--sgc-accent);
    }

.contact-hero-description {
    max-width: 735px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.9;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
    margin-bottom: 38px;
}

.contact-hero-phone {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--sgc-white);
}

    .contact-hero-phone:hover {
        color: var(--sgc-accent);
        transform: translateX(5px);
    }

    .contact-hero-phone > span {
        display: inline-flex;
        width: 51px;
        height: 51px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.17);
        border-radius: 14px;
        color: var(--sgc-accent);
        background: rgba(255, 255, 255, 0.06);
    }

    .contact-hero-phone > div {
        display: flex;
        flex-direction: column;
    }

    .contact-hero-phone small {
        color: rgba(255, 255, 255, 0.45);
        font-size: 9px;
    }

    .contact-hero-phone strong {
        margin-top: 4px;
        font-size: 13px;
    }

.contact-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 25px;
}

    .contact-hero-trust > div {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 9px;
        font-weight: 700;
    }

    .contact-hero-trust i {
        color: var(--sgc-accent);
    }

/* Hero visual */

.contact-hero-visual {
    position: relative;
    min-height: 550px;
}

.contact-hero-card {
    position: absolute;
    top: 48px;
    right: 0;
    width: 410px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 27px;
    background: rgba(5, 24, 43, 0.74);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
}

.contact-hero-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 26px 14px;
}

.contact-hero-card-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 21px;
}

.contact-hero-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

    .contact-hero-status i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--contact-green);
        box-shadow: 0 0 0 5px rgba(34, 168, 117, 0.12);
        animation: contactStatusPulse 2s infinite;
    }

@keyframes contactStatusPulse {
    50% {
        box-shadow: 0 0 0 10px rgba(34, 168, 117, 0);
    }
}

.contact-hero-card-body {
    padding: 17px 27px 29px;
}

    .contact-hero-card-body > small {
        color: rgba(255, 255, 255, 0.42);
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }

    .contact-hero-card-body h2 {
        margin: 9px 0 14px;
        color: var(--sgc-white);
        font-size: 30px;
        letter-spacing: -1px;
    }

    .contact-hero-card-body p {
        margin: 0;
        color: rgba(255, 255, 255, 0.55);
        font-size: 10px;
        line-height: 1.75;
    }

.contact-hero-card-footer {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    grid-template-columns: repeat(3, 1fr);
}

    .contact-hero-card-footer > div {
        padding: 20px 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.09);
    }

        .contact-hero-card-footer > div:last-child {
            border-right: 0;
        }

    .contact-hero-card-footer span {
        display: block;
        color: var(--sgc-accent);
        font-family: "Space Grotesk", sans-serif;
        font-size: 19px;
        font-weight: 700;
    }

    .contact-hero-card-footer small {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.42);
        font-size: 7px;
        line-height: 1.5;
    }

.contact-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 230px;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px;
    color: var(--sgc-white);
    background: rgba(4, 21, 38, 0.77);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(15px);
}

.contact-floating-card-one {
    top: 8px;
    left: -20px;
}

.contact-floating-card-two {
    right: 10px;
    bottom: 18px;
}

.contact-floating-card > span {
    display: inline-flex;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
}

.contact-floating-card > div {
    display: flex;
    flex-direction: column;
}

.contact-floating-card small {
    color: rgba(255, 255, 255, 0.44);
    font-size: 7px;
}

.contact-floating-card strong {
    margin-top: 4px;
    color: var(--sgc-white);
    font-size: 9px;
}

/* =========================================================
   INFO STRIP
========================================================= */

.contact-info-strip {
    position: relative;
    z-index: 4;
    padding: 0 0 105px;
    background: var(--sgc-white);
}

.contact-info-grid {
    display: grid;
    overflow: hidden;
    margin-top: -45px;
    border: 1px solid var(--sgc-border);
    border-radius: 24px;
    background: var(--sgc-white);
    box-shadow: var(--sgc-shadow-lg);
    grid-template-columns: repeat(4, 1fr);
}

.contact-info-card {
    position: relative;
    display: flex;
    min-height: 190px;
    align-items: flex-start;
    gap: 14px;
    padding: 33px 27px;
    border-right: 1px solid var(--sgc-border);
    transition: all 0.4s ease;
}

    .contact-info-card:last-child {
        border-right: 0;
    }

    .contact-info-card:hover {
        background: var(--contact-surface);
    }

.contact-info-number {
    position: absolute;
    top: 23px;
    right: 24px;
    color: var(--sgc-text-muted);
    font-size: 8px;
    font-weight: 800;
}

.contact-info-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 18px;
}

.contact-info-card small {
    color: var(--sgc-text-muted);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info-card h3 {
    margin: 7px 0 6px;
    font-size: 15px;
}

.contact-info-card p {
    margin: 0;
    color: var(--sgc-text-soft);
    font-size: 9px;
}

/* =========================================================
   ALERTS
========================================================= */

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
    padding: 18px 20px;
    border: 1px solid;
    border-radius: 16px;
}

    .contact-alert > span {
        display: inline-flex;
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

    .contact-alert > div {
        flex: 1;
    }

    .contact-alert strong {
        display: block;
        font-size: 13px;
    }

    .contact-alert p {
        margin: 5px 0 0;
        font-size: 10px;
        line-height: 1.6;
    }

.contact-alert-success {
    border-color: rgba(34, 168, 117, 0.26);
    color: #126b4a;
    background: #edf9f4;
}

    .contact-alert-success > span {
        color: #ffffff;
        background: var(--contact-green);
    }

.contact-alert-error {
    border-color: rgba(217, 65, 77, 0.25);
    color: #a32834;
    background: #fff1f2;
}

    .contact-alert-error > span {
        color: #ffffff;
        background: var(--contact-red);
    }

.contact-alert-close {
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

/* =========================================================
   FORM SECTION
========================================================= */

.contact-form-section {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: var(--contact-surface);
}

.contact-form-pattern {
    position: absolute;
    top: -180px;
    right: -190px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(21, 101, 192, 0.07);
    border-radius: 50%;
}

.contact-form-intro {
    max-width: 580px;
}

    .contact-form-intro > p {
        margin-bottom: 31px;
        color: var(--sgc-text-soft);
        font-size: 14px;
        line-height: 1.9;
    }

.contact-form-process {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

    .contact-form-process article {
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 17px;
        border: 1px solid var(--sgc-border);
        border-radius: 16px;
        background: var(--sgc-white);
    }

        .contact-form-process article > span {
            display: inline-flex;
            width: 43px;
            height: 43px;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            color: var(--sgc-primary-dark);
            background: var(--sgc-accent);
            font-size: 10px;
            font-weight: 800;
        }

        .contact-form-process article > div {
            display: flex;
            flex-direction: column;
        }

    .contact-form-process strong {
        color: var(--sgc-primary-dark);
        font-size: 11px;
    }

    .contact-form-process small {
        margin-top: 4px;
        color: var(--sgc-text-soft);
        font-size: 8px;
    }

.contact-form-support {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border-radius: 17px;
    color: var(--sgc-white);
    background: linear-gradient( 145deg, var(--sgc-primary), var(--sgc-primary-dark) );
}

    .contact-form-support > span {
        display: inline-flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .contact-form-support > div {
        display: flex;
        flex-direction: column;
    }

    .contact-form-support small {
        color: rgba(255, 255, 255, 0.47);
        font-size: 8px;
    }

    .contact-form-support strong {
        margin-top: 4px;
        color: var(--sgc-white);
        font-size: 12px;
    }

.contact-form-card {
    padding: 38px;
    border: 1px solid var(--sgc-border);
    border-radius: 27px;
    background: var(--sgc-white);
    box-shadow: var(--sgc-shadow-lg);
}

.contact-form-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sgc-border);
}

    .contact-form-card-header span {
        color: var(--sgc-accent-dark);
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .contact-form-card-header h3 {
        margin: 6px 0 0;
        font-size: 28px;
    }

.contact-form-header-icon {
    display: inline-flex;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--sgc-primary-dark) !important;
    background: var(--sgc-accent);
    font-size: 20px !important;
}

.contact-field {
    height: 100%;
}

.contact-label {
    display: block;
    margin-bottom: 9px;
    color: var(--sgc-primary-dark);
    font-size: 10px;
    font-weight: 800;
}

    .contact-label > span {
        color: var(--contact-red);
    }

.contact-input-wrap {
    position: relative;
}

    .contact-input-wrap > i {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 16px;
        color: var(--sgc-text-muted);
        font-size: 12px;
        transform: translateY(-50%);
    }

.contact-input {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px 13px 45px;
    border: 1px solid var(--sgc-border);
    border-radius: 13px;
    outline: 0;
    color: var(--sgc-primary-dark);
    background: #fbfdff;
    font-size: 11px;
    transition: all 0.3s ease;
}

    .contact-input::placeholder {
        color: #9aaabb;
    }

    .contact-input:focus {
        border-color: var(--sgc-accent);
        background: var(--sgc-white);
        box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.1);
    }

.contact-select {
    cursor: pointer;
}

.contact-textarea-wrap > i {
    top: 19px;
    transform: none;
}

.contact-textarea {
    min-height: 165px;
    padding-top: 16px;
    resize: vertical;
}

.contact-message-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .contact-message-label small {
        color: var(--sgc-text-muted);
        font-size: 8px;
    }

.contact-validation {
    display: block;
    min-height: 17px;
    margin-top: 6px;
    color: var(--contact-red);
    font-size: 8px;
    font-weight: 700;
}

.contact-validation-summary {
    margin-bottom: 18px;
    color: var(--contact-red);
    font-size: 9px;
}

    .contact-validation-summary ul {
        margin: 0;
        padding-left: 18px;
    }

.input-validation-error {
    border-color: rgba(217, 65, 77, 0.65) !important;
    background: #fffafb;
}

.contact-budget-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.contact-budget-option {
    cursor: pointer;
}

    .contact-budget-option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .contact-budget-option span {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        padding: 9px 13px;
        border: 1px solid var(--sgc-border);
        border-radius: 10px;
        color: var(--sgc-text-soft);
        background: #fbfdff;
        font-size: 8px;
        font-weight: 700;
        transition: all 0.3s ease;
    }

    .contact-budget-option input:checked + span {
        border-color: var(--sgc-accent);
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent-soft);
    }

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--sgc-border);
    border-radius: 13px;
    background: var(--contact-surface);
}

.contact-consent-input {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--sgc-secondary);
}

.contact-consent label {
    color: var(--sgc-text-soft);
    font-size: 9px;
    line-height: 1.65;
    cursor: pointer;
}

.contact-submit-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .contact-submit-row > p {
        max-width: 270px;
        margin: 0;
        color: var(--sgc-text-muted);
        font-size: 8px;
        line-height: 1.55;
    }

        .contact-submit-row > p i {
            margin-right: 5px;
            color: var(--contact-green);
        }

.contact-submit-loading {
    display: none;
}

.contact-submit-button.is-loading
.contact-submit-default {
    display: none;
}

.contact-submit-button.is-loading
.contact-submit-loading {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

/* =========================================================
   LOCATION
========================================================= */

.contact-location {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: var(--sgc-white);
    background: var(--sgc-primary-dark);
}

.contact-location-heading {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

    .contact-location-heading h2 {
        margin-bottom: 19px;
        color: var(--sgc-white);
        font-size: clamp(43px, 5vw, 68px);
        letter-spacing: -3px;
    }

        .contact-location-heading h2 span {
            color: var(--sgc-accent);
        }

    .contact-location-heading p {
        max-width: 680px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.58);
        font-size: 13px;
        line-height: 1.85;
    }

.contact-location-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    gap: 25px;
}

.contact-map-card,
.contact-office-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.contact-map-card {
    position: relative;
    min-height: 520px;
}

    .contact-map-card iframe {
        width: 100%;
        height: 520px;
        border: 0;
        filter: saturate(0.8) contrast(1.03);
    }

.contact-map-overlay-card {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(4, 18, 34, 0.8);
    backdrop-filter: blur(14px);
}

    .contact-map-overlay-card > span {
        display: inline-flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .contact-map-overlay-card > div {
        display: flex;
        flex-direction: column;
    }

    .contact-map-overlay-card small {
        color: rgba(255, 255, 255, 0.44);
        font-size: 8px;
    }

    .contact-map-overlay-card strong {
        margin-top: 4px;
        color: var(--sgc-white);
        font-size: 12px;
    }

.contact-office-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

    .contact-office-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.contact-office-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.7), transparent );
}

.contact-office-content {
    position: relative;
    padding: 38px 28px 30px;
}

.contact-office-icon {
    position: absolute;
    top: -27px;
    left: 28px;
    display: inline-flex;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--sgc-primary-dark);
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
}

.contact-office-content > small {
    color: var(--sgc-accent);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-office-content h3 {
    margin: 8px 0 10px;
    color: var(--sgc-white);
    font-size: 23px;
}

.contact-office-content > p {
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
}

.contact-office-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 22px 0;
}

    .contact-office-details a {
        display: flex;
        align-items: center;
        gap: 9px;
        color: rgba(255, 255, 255, 0.67);
        font-size: 9px;
    }

    .contact-office-details i {
        color: var(--sgc-accent);
    }

.contact-direction-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sgc-accent);
    font-size: 9px;
    font-weight: 800;
}

/* =========================================================
   SUPPORT
========================================================= */

.contact-support {
    padding: 125px 0;
    background: var(--sgc-white);
}

.contact-support-layout {
    display: grid;
    min-height: 600px;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 30px;
    background: var(--sgc-white);
    box-shadow: var(--sgc-shadow-lg);
    grid-template-columns: 1fr 1fr;
}

.contact-support-image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

    .contact-support-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.contact-support-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.75), transparent 58% );
}

.contact-support-image-card {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;
    color: var(--sgc-white);
    background: rgba(4, 18, 34, 0.76);
    backdrop-filter: blur(15px);
}

    .contact-support-image-card > span {
        display: inline-flex;
        width: 49px;
        height: 49px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .contact-support-image-card > div {
        display: flex;
        flex-direction: column;
    }

    .contact-support-image-card small {
        color: rgba(255, 255, 255, 0.44);
        font-size: 8px;
    }

    .contact-support-image-card strong {
        margin-top: 4px;
        font-size: 12px;
    }

.contact-support-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

    .contact-support-content > p {
        margin-bottom: 28px;
        color: var(--sgc-text-soft);
        font-size: 14px;
        line-height: 1.9;
    }

.contact-hours {
    margin-bottom: 31px;
    border: 1px solid var(--sgc-border);
    border-radius: 16px;
    overflow: hidden;
}

    .contact-hours > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 17px;
        border-bottom: 1px solid var(--sgc-border);
    }

        .contact-hours > div:last-child {
            border-bottom: 0;
        }

    .contact-hours span {
        color: var(--sgc-text-soft);
        font-size: 9px;
    }

    .contact-hours strong {
        color: var(--sgc-primary-dark);
        font-size: 10px;
    }

.contact-support-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.contact-email-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sgc-primary-dark);
    font-size: 10px;
    font-weight: 800;
}

    .contact-email-link i {
        color: var(--sgc-accent-dark);
    }

/* =========================================================
   FAQ
========================================================= */

.contact-faq {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: var(--contact-surface);
}

.contact-faq-bg-text {
    position: absolute;
    top: 0;
    right: 3%;
    color: rgba(11, 42, 74, 0.025);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(150px, 22vw, 340px);
    font-weight: 700;
    line-height: 1;
}

.contact-faq-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin-bottom: 45px;
}

.contact-faq-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-faq-item {
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 18px;
    background: var(--sgc-white);
    transition: all 0.35s ease;
}

    .contact-faq-item.active {
        border-color: rgba(245, 166, 35, 0.45);
        box-shadow: var(--sgc-shadow-md);
    }

.contact-faq-button {
    display: grid;
    width: 100%;
    min-height: 88px;
    align-items: center;
    grid-template-columns: 40px 1fr 43px;
    gap: 15px;
    padding: 20px 22px;
    border: 0;
    color: var(--sgc-primary-dark);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.contact-faq-number {
    color: var(--sgc-text-muted);
    font-size: 9px;
    font-weight: 800;
}

.contact-faq-question {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.contact-faq-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--sgc-accent-dark);
    background: var(--sgc-accent-soft);
}

.contact-faq-item.active
.contact-faq-icon {
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
}

.contact-faq-answer {
    padding: 0 80px 23px 77px;
}

    .contact-faq-answer p {
        margin: 0;
        color: var(--sgc-text-soft);
        font-size: 11px;
        line-height: 1.8;
    }

/* =========================================================
   FINAL CTA
========================================================= */

.contact-final-cta {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: var(--sgc-white);
    background: linear-gradient( 110deg, #0c4778, var(--sgc-secondary) );
}

.contact-final-cta-circle {
    position: absolute;
    top: -190px;
    right: 4%;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

    .contact-final-cta-circle::before,
    .contact-final-cta-circle::after {
        position: absolute;
        border: 1px solid rgba(245, 166, 35, 0.16);
        border-radius: 50%;
        content: "";
    }

    .contact-final-cta-circle::before {
        inset: 62px;
    }

    .contact-final-cta-circle::after {
        inset: 125px;
    }

.contact-final-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contact-final-cta-content > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #d8eaff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-final-cta-content h2 {
    max-width: 820px;
    margin: 0;
    color: var(--sgc-white);
    font-size: clamp(43px, 5vw, 70px);
    letter-spacing: -3px;
}

.contact-final-cta-content strong {
    color: var(--sgc-accent);
}

.contact-final-cta-actions {
    display: flex;
    min-width: 270px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contact-final-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sgc-white);
}

    .contact-final-phone > span {
        display: inline-flex;
        width: 47px;
        height: 47px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 13px;
        color: var(--sgc-accent);
        background: rgba(255, 255, 255, 0.07);
    }

    .contact-final-phone > div {
        display: flex;
        flex-direction: column;
    }

    .contact-final-phone small {
        color: rgba(255, 255, 255, 0.45);
        font-size: 8px;
    }

    .contact-final-phone strong {
        margin-top: 4px;
        color: var(--sgc-white);
        font-size: 12px;
    }

body[data-controller="Home"][data-action="Contact"]
.sgc-global-cta {
    display: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .contact-hero-title {
        font-size: 71px;
    }

    .contact-hero-card {
        width: 340px;
    }

    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-info-card:nth-child(2) {
        border-right: 0;
    }

    .contact-info-card:nth-child(1),
    .contact-info-card:nth-child(2) {
        border-bottom: 1px solid var(--sgc-border);
    }

    .contact-location-layout {
        grid-template-columns: 1fr;
    }

    .contact-office-card {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .contact-office-image {
        height: 100%;
    }
}

@media (max-width: 991.98px) {

    .contact-hero {
        min-height: 1180px;
    }

    .contact-hero-container {
        min-height: 1180px;
        align-items: flex-start;
        padding-top: 80px;
    }

    .contact-hero-visual {
        min-height: 520px;
        margin-top: 25px;
    }

    .contact-hero-card {
        right: 8%;
        width: 480px;
    }

    .contact-floating-card-one {
        left: 5%;
    }

    .contact-floating-card-two {
        right: 5%;
    }

    .contact-form-section,
    .contact-location,
    .contact-support,
    .contact-faq {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .contact-form-intro {
        max-width: 800px;
        margin-bottom: 20px;
    }

    .contact-support-layout {
        grid-template-columns: 1fr;
    }

    .contact-support-image {
        min-height: 500px;
    }

    .contact-final-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {

    .contact-section-title {
        font-size: 43px;
        letter-spacing: -1.7px;
    }

    .contact-hero {
        min-height: 1110px;
    }

    .contact-hero-container {
        min-height: 1110px;
    }

    .contact-hero-title {
        font-size: 58px;
        letter-spacing: -3px;
    }

    .contact-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-hero-card {
        right: 0;
        width: 88%;
    }

    .contact-floating-card-one {
        left: 0;
    }

    .contact-floating-card-two {
        right: 0;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        border-right: 0;
        border-bottom: 1px solid var(--sgc-border);
    }

        .contact-info-card:last-child {
            border-bottom: 0;
        }

    .contact-form-card {
        padding: 28px 22px;
    }

    .contact-submit-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-office-card {
        display: block;
    }

    .contact-office-image {
        height: 250px;
    }

    .contact-support-content {
        padding: 43px 28px;
    }
}

@media (max-width: 575.98px) {

    .contact-section-title {
        font-size: 36px;
        letter-spacing: -1.25px;
    }

    .contact-hero {
        min-height: 1040px;
    }

    .contact-hero-container {
        min-height: 1040px;
        padding-top: 55px;
    }

    .contact-hero-label {
        font-size: 8px;
        letter-spacing: 1.3px;
    }

    .contact-hero-title {
        font-size: 46px;
        letter-spacing: -2.2px;
    }

    .contact-hero-description {
        font-size: 13px;
    }

    .contact-hero-actions .sgc-btn {
        width: 100%;
    }

    .contact-hero-trust {
        flex-direction: column;
        gap: 10px;
    }

    .contact-hero-visual {
        min-height: 450px;
    }

    .contact-hero-card {
        top: 45px;
        width: 94%;
    }

    .contact-hero-card-header {
        padding: 20px 20px 12px;
    }

    .contact-hero-card-body {
        padding: 15px 21px 24px;
    }

        .contact-hero-card-body h2 {
            font-size: 24px;
        }

    .contact-floating-card {
        width: 175px;
        padding: 11px;
    }

        .contact-floating-card strong {
            font-size: 7px;
        }

    .contact-form-section,
    .contact-location,
    .contact-support,
    .contact-faq {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .contact-form-card-header h3 {
        font-size: 24px;
    }

    .contact-form-header-icon {
        width: 48px;
        height: 48px;
    }

    .contact-budget-options {
        flex-direction: column;
    }

    .contact-budget-option span {
        width: 100%;
    }

    .contact-submit-button {
        width: 100%;
    }

    .contact-map-card,
    .contact-map-card iframe {
        min-height: 420px;
        height: 420px;
    }

    .contact-map-overlay-card {
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .contact-support-image {
        min-height: 390px;
    }

    .contact-support-content {
        padding: 35px 22px;
    }

    .contact-support-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-faq-button {
        grid-template-columns: 30px 1fr 39px;
        padding: 18px 15px;
    }

    .contact-faq-question {
        font-size: 12px;
    }

    .contact-faq-answer {
        padding: 0 20px 20px 60px;
    }

    .contact-final-cta {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .contact-final-cta-content h2 {
        font-size: 41px;
        letter-spacing: -1.7px;
    }

    .contact-final-cta-actions {
        width: 100%;
        min-width: 0;
    }

        .contact-final-cta-actions .sgc-btn {
            width: 100%;
        }
}

@media (prefers-reduced-motion: reduce) {

    .contact-hero-image,
    .contact-hero-status i {
        animation: none !important;
    }

    * {
        scroll-behavior: auto !important;
    }
}
