.contact_content {
    width: 100%;
    height: auto;
    margin-top: 110px;
}

.contact_content * {
    box-sizing: border-box;
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact_orange {
    background-image: linear-gradient(0deg, rgba(238, 86, 7, 1) 0%, rgba(242, 117, 17, 1) 69%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.contact_hero {
    width: calc(100% - 70px);
    min-height: calc(100vh - 110px);
    margin-left: 35px;
    padding: 60px 0;
    display: flex;
    align-items: center;
    gap: 70px;
}

.contact_intro,
.contact_channels {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contact_eyebrow,
.contact_section_kicker,
.contact_alert_label {
    color: var(--textColorOrange);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact_title {
    max-width: 650px;
    margin-top: 18px;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.1;
}

.contact_subtitle {
    max-width: 620px;
    margin-top: 24px;
    color: #d6d1d2;
    font-size: 1.08rem;
    line-height: 30px;
}

.contact_response {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #918d8e;
    font-size: 0.9rem;
}

.contact_response_mark {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(45deg, #ee5607 0%, #f27511 69%);
    box-shadow: 0 0 14px rgba(242, 117, 17, 0.5);
}

.contact_channels {
    gap: 18px;
}

.contact_channel {
    width: 100%;
    min-height: 164px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(110deg, rgba(6, 14, 21, 0.95) 0%, rgba(12, 17, 22, 1) 100%);
    border: solid 1px #1b242b;
    border-radius: 12px;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.contact_channel:hover {
    border-color: #79401e;
    transform: translateY(-3px);
    background: linear-gradient(110deg, rgba(9, 19, 27, 1) 0%, rgba(19, 21, 24, 1) 100%);
}

.contact_channel_icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #5d351e;
    border-radius: 12px;
    background-color: rgba(238, 86, 7, 0.1);
    color: #f27511;
    font-size: 1.35rem;
    font-weight: 700;
}

.contact_channel_icon_whatsapp {
    border-color: #28543a;
    background-color: rgba(53, 174, 95, 0.1);
    color: #52ba77;
}

.contact_channel_info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.contact_channel_label {
    color: #918d8e;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact_channel_value {
    margin-top: 7px;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
}

.contact_channel_hint {
    margin-top: 10px;
    color: #918d8e;
    font-size: 0.8rem;
    line-height: 20px;
}

.contact_channel_action {
    color: #ef8013;
    font-size: 0.8rem;
    white-space: nowrap;
}

.contact_section {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-bottom: 32px;
    padding: 42px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgba(6, 14, 21, 0.9) 0%, rgba(5, 14, 21, 1) 50%, rgba(12, 15, 20, 1) 100%);
    border: solid 1px #161d23;
    border-radius: 10px;
}

.contact_section_heading {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact_section_title {
    margin-top: 10px;
    font-size: 1.55rem;
    font-weight: 600;
}

.contact_section_text {
    margin-top: 12px;
    color: #918d8e;
    font-size: 0.92rem;
    line-height: 24px;
}

.contact_help_grid {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.contact_help_card {
    width: 25%;
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #0d1318;
    border: solid 1px #22282d;
    border-radius: 10px;
}

.contact_help_number {
    color: #ee820d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.contact_help_title {
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 23px;
}

.contact_help_text {
    margin-top: 14px;
    color: #a9a5a6;
    font-size: 0.84rem;
    line-height: 23px;
}

.contact_alert {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-bottom: 34px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(90deg, rgba(48, 28, 12, 0.72) 0%, rgba(23, 19, 16, 0.9) 100%);
    border: solid 1px #68401f;
    border-radius: 10px;
}

.contact_alert_icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #935a28;
    border-radius: 50%;
    color: #f29132;
    font-size: 1.35rem;
    font-weight: 700;
}

.contact_alert_content {
    display: flex;
    flex-direction: column;
}

.contact_alert_title {
    margin-top: 7px;
    font-size: 1.05rem;
    font-weight: 600;
}

.contact_alert_text {
    max-width: 1050px;
    margin-top: 9px;
    color: #c2b9b1;
    font-size: 0.88rem;
    line-height: 24px;
}

@media (max-width: 980px) {
    .contact_hero {
        padding: 50px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 42px;
    }

    .contact_intro,
    .contact_channels {
        width: 100%;
    }

    .contact_help_grid {
        flex-wrap: wrap;
    }

    .contact_help_card {
        width: calc(50% - 9px);
    }
}

@media (max-width: 767px) {
    .contact_hero {
        width: calc(100% - 40px);
        min-height: auto;
        margin-left: 20px;
        padding: 44px 0;
    }

    .contact_title {
        font-size: 2.35rem;
    }

    .contact_subtitle {
        font-size: 0.98rem;
        line-height: 27px;
    }

    .contact_channel {
        padding: 20px;
        flex-wrap: wrap;
    }

    .contact_channel_info {
        width: calc(100% - 80px);
    }

    .contact_channel_action {
        width: 100%;
        padding-left: 78px;
    }

    .contact_section,
    .contact_alert {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .contact_section {
        padding: 34px 20px;
    }

    .contact_help_grid {
        flex-direction: column;
    }

    .contact_help_card {
        width: 100%;
        min-height: auto;
    }

    .contact_alert {
        padding: 24px;
        align-items: flex-start;
    }
}

@media (max-width: 430px) {
    .contact_title {
        font-size: 2rem;
    }

    .contact_channel_icon {
        width: 48px;
        height: 48px;
    }

    .contact_channel_info {
        width: calc(100% - 68px);
    }

    .contact_channel_value {
        font-size: 0.95rem;
    }

    .contact_channel_action {
        padding-left: 68px;
    }

    .contact_alert {
        flex-direction: column;
    }
}
