.contact-page {
    --contact-dark: #111318;
    --contact-dark-soft: #1b1e24;
    --contact-orange: var(--theme-color, #ff6b35);
    --contact-ink: #17191d;
    --contact-muted: #686c74;
    --contact-line: #e2e3e6;
    background: #fff;
}

.contact-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 112px 0 106px;
    background:
        linear-gradient(118deg, rgba(255, 107, 53, 0.08), transparent 38%),
        var(--contact-dark);
}

.contact-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
    mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
}

.contact-hero__orb {
    position: absolute;
    z-index: -1;
    right: -190px;
    bottom: -340px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 107, 53, 0.25);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(255, 107, 53, 0.035),
        0 0 0 180px rgba(255, 107, 53, 0.025);
}

.contact-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--contact-orange);
    font: 700 12px/1.2 var(--secondary-font, "Inter", sans-serif);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-eyebrow > span {
    width: 34px;
    height: 2px;
    background: currentColor;
}

.contact-eyebrow--light {
    color: #ff8b60;
}

.contact-hero h1 {
    max-width: 850px;
    color: #fff;
    font-size: clamp(48px, 5.25vw, 76px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.contact-hero h1 em {
    color: var(--contact-orange);
    font-style: normal;
}

.contact-hero__lead {
    max-width: 670px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.75;
}

.contact-quick-panel {
    margin-left: auto;
    padding: 28px 30px 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
}

.contact-quick-panel__label {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.contact-quick-panel__link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-quick-panel__link > i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 107, 53, 0.16);
    font-size: 14px;
}

.contact-quick-panel__link span,
.contact-quick-panel__link small,
.contact-quick-panel__link strong {
    display: block;
}

.contact-quick-panel__link small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-quick-panel__link strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.contact-quick-panel__link:hover strong {
    color: #ff8b60;
}

.contact-quick-panel__status {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 600;
}

.contact-quick-panel__status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46c983;
    box-shadow: 0 0 0 4px rgba(70, 201, 131, 0.12);
}

.contact-workspace {
    padding: 126px 0 132px;
}

.contact-workspace__row {
    --bs-gutter-x: 72px;
}

.contact-info-column h2,
.contact-form-card h2,
.contact-location__heading h2 {
    color: var(--contact-ink);
    font-size: clamp(38px, 3.7vw, 52px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.contact-info-column__lead {
    max-width: 490px;
    margin-top: 22px;
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 1.75;
}

.contact-channel-list {
    margin-top: 42px;
}

.contact-channel-card {
    display: flex;
    gap: 20px;
    padding: 26px 0;
    border-top: 1px solid var(--contact-line);
}

.contact-channel-card:last-child {
    border-bottom: 1px solid var(--contact-line);
}

.contact-channel-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    color: var(--contact-orange);
    background: rgba(255, 107, 53, 0.1);
    font-size: 17px;
}

.contact-channel-card > div:last-child {
    min-width: 0;
}

.contact-channel-card span {
    display: block;
    margin-bottom: 3px;
    color: var(--contact-orange);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.contact-channel-card h3 {
    color: var(--contact-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-channel-card p,
.contact-channel-card a {
    display: block;
    margin-top: 5px;
    color: var(--contact-muted);
    font-size: 13px;
    line-height: 1.6;
}

.contact-channel-card a:hover {
    color: var(--contact-orange);
}

.contact-form-card {
    padding: 48px;
    border: 1px solid #e7e7e5;
    border-radius: 28px;
    background: #f5f5f3;
    box-shadow: 0 24px 65px rgba(18, 20, 24, 0.07);
}

.contact-form-card__header > span {
    display: block;
    margin-bottom: 10px;
    color: var(--contact-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.contact-form-card__header h2 {
    font-size: clamp(34px, 3vw, 44px);
}

.contact-form-card__header p {
    margin-top: 12px;
    color: var(--contact-muted);
    font-size: 14px;
}

.contact-form {
    margin-top: 34px;
}

.contact-field label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #34373d;
    font-size: 12px;
    font-weight: 700;
}

.contact-field label small {
    color: #91949a;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid #dcdddf;
    border-radius: 11px;
    color: var(--contact-ink);
    background: #fff;
    font: 500 13px/1.5 var(--secondary-font, "Inter", sans-serif);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-field textarea {
    min-height: 148px;
    resize: vertical;
}

.contact-field select {
    appearance: auto;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #a0a3a8;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: var(--contact-orange);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.contact-consent__input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: var(--contact-orange);
}

.contact-consent label {
    color: #6e7178;
    font-size: 11px;
    line-height: 1.7;
}

.contact-consent a {
    color: var(--contact-orange);
    font-weight: 700;
}

.contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 5px;
}

.contact-form__footer p {
    color: #7d8086;
    font-size: 11px;
}

.contact-form__footer p i {
    margin-right: 6px;
    color: var(--contact-orange);
}

.contact-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 15px 21px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--contact-orange);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease;
}

.contact-submit-button:hover {
    background: #e85b27;
    transform: translateY(-2px);
}

.contact-location {
    padding: 118px 0 126px;
    background: #f4f4f2;
}

.contact-location__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 52px;
}

.contact-location__heading > div {
    max-width: 720px;
}

.contact-location__heading > p {
    max-width: 470px;
    padding-bottom: 3px;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.75;
}

.contact-map-card {
    position: relative;
    overflow: hidden;
    height: 520px;
    border: 10px solid #fff;
    border-radius: 28px;
    background: #ddd;
    box-shadow: 0 25px 65px rgba(18, 20, 24, 0.1);
}

.contact-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.82) contrast(1.03);
}

.contact-map-card__address {
    position: absolute;
    bottom: 26px;
    left: 26px;
    width: min(320px, calc(100% - 52px));
    padding: 25px 27px;
    border-radius: 17px;
    color: #fff;
    background: rgba(17, 19, 24, 0.94);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.contact-map-card__address > span {
    display: block;
    margin-bottom: 4px;
    color: #ff8b60;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.contact-map-card__address strong {
    display: block;
    font: 600 22px/1.35 var(--primary-font, "Outfit", sans-serif);
}

.contact-map-card__address p {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.6;
}

.contact-map-card__address a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.contact-map-card__address a:hover {
    color: #ff8b60;
}

@media (max-width: 1199px) {
    .contact-hero {
        padding: 96px 0;
    }

    .contact-workspace__row {
        --bs-gutter-x: 52px;
    }

    .contact-workspace,
    .contact-location {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact-form-card {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .contact-quick-panel {
        margin-top: 48px;
        margin-left: 0;
    }

    .contact-form-card {
        margin-top: 68px;
    }

    .contact-location__heading {
        display: block;
    }

    .contact-location__heading > p {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 76px 0 82px;
    }

    .contact-hero::before {
        background-size: 48px 48px;
    }

    .contact-hero h1 {
        font-size: 44px;
    }

    .contact-hero__lead {
        font-size: 16px;
    }

    .contact-workspace,
    .contact-location {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .contact-form-card {
        padding: 34px 28px;
    }

    .contact-form__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-map-card {
        height: 480px;
        border-width: 7px;
    }
}

@media (max-width: 575px) {
    .contact-hero h1 {
        font-size: 38px;
        letter-spacing: -0.035em;
    }

    .contact-quick-panel {
        padding-right: 22px;
        padding-left: 22px;
    }

    .contact-info-column h2,
    .contact-location__heading h2 {
        font-size: 37px;
    }

    .contact-form-card {
        margin-right: -4px;
        margin-left: -4px;
        padding: 30px 20px;
        border-radius: 22px;
    }

    .contact-submit-button {
        width: 100%;
    }

    .contact-map-card {
        height: 520px;
        border-radius: 22px;
    }

    .contact-map-card__address {
        right: 18px;
        bottom: 18px;
        left: 18px;
        width: auto;
        padding: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-field input,
    .contact-field select,
    .contact-field textarea,
    .contact-submit-button {
        transition: none;
    }
}
