/* Contact page enterprise layout */
.contact-page {
    background: #ffffff;
    color: #263238;
}

.contact-page-template #contact {
    padding-top: 0;
    background: #071526;
}

.contact-page-template #contact > .container {
    display: none;
}

.contact-page-template #contact .copyright-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(7, 21, 38, 0.98), rgba(12, 31, 55, 0.98));
}

.contact-page-template #contact .copyright-content {
    min-height: 96px;
}

.contact-page button,
.contact-page input,
.contact-page select,
.contact-page textarea {
    font: inherit;
}

.contact-page a {
    text-decoration: none;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 620px;
    padding: clamp(86px, 9vw, 132px) 0 clamp(64px, 7vw, 96px);
    background: #0f172a;
    color: #ffffff;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        url("../assests/images/hero/Vconf.webp") center 42%/cover no-repeat;
    transform: scale(1.04);
    animation: contactHeroDrift 14s ease-in-out infinite alternate;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 16, 31, 0.94) 0%, rgba(15, 23, 42, 0.78) 48%, rgba(15, 23, 42, 0.38) 100%),
        radial-gradient(circle at 82% 18%, rgba(211, 47, 47, 0.32), transparent 28%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.84));
}

@keyframes contactHeroDrift {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.11) translate3d(-18px, -8px, 0);
    }
}

.contact-hero-grid,
.contact-intake-grid,
.contact-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap: 42px;
    align-items: center;
}

.contact-hero-copy,
.contact-command-card {
    position: relative;
    z-index: 1;
}

.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.contact-breadcrumb a {
    color: #ffffff;
}

.contact-breadcrumb a:hover {
    color: #ffbaba;
}

.contact-page .section-eyebrow {
    margin-bottom: 14px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.contact-section-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.contact-section-heading span {
    display: block;
    max-width: 620px;
    margin: 16px auto 0;
    color: rgba(238, 244, 255, 0.68);
    font-size: 17px;
    line-height: 1.7;
}

.contact-hero .section-eyebrow {
    color: #f8d9d9;
}

.contact-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
}

.contact-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.contact-hero-actions .btn-primary,
.contact-hero-actions .contact-secondary-btn {
    margin-left: 0;
}

.contact-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 22px;
    border: 1px solid rgba(211, 47, 47, 0.35);
    border-radius: 5px;
    background: #ffffff;
    color: #9d1f1f;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-hero .contact-secondary-btn {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.contact-secondary-btn:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
    background: #fff4f4;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
}

.contact-hero .contact-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.contact-hero .btn-primary {
    box-shadow: 0 16px 34px rgba(211, 47, 47, 0.26);
}

.contact-hero .btn-primary:hover,
.enterprise-contact-form .full-width-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(211, 47, 47, 0.28);
}

.contact-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.contact-proof-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.contact-proof-strip strong {
    color: #ffffff;
    font-size: 18px;
}

.contact-command-card {
    position: relative;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-command-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 72px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: #ff5b58;
}

.contact-command-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
}

.contact-command-card > span {
    display: block;
    margin-bottom: 12px;
    color: #ffd6d6;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-command-card strong {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.18;
}

.contact-command-card p {
    font-size: 15px;
}

.contact-command-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.contact-command-stats div {
    padding: 16px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.12);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-command-stats div:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.18);
}

.contact-command-stats strong,
.contact-command-stats span {
    display: block;
}

.contact-command-stats strong {
    margin-bottom: 3px;
    font-size: 24px;
}

.contact-command-stats span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.contact-routing-section {
    position: relative;
    padding: 74px 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(47, 124, 255, 0.18), transparent 30%),
        linear-gradient(180deg, #071526 0%, #0f172a 100%);
}

.contact-routing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-routing-card {
    display: flex;
    min-width: 0;
    min-height: 240px;
    flex-direction: column;
    color: inherit;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-routing-card:hover {
    transform: translateY(-7px);
    border-color: rgba(120, 170, 255, 0.36);
    background: linear-gradient(145deg, rgba(47, 124, 255, 0.14), rgba(255, 255, 255, 0.06));
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.28);
}

.contact-routing-card i {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 46px;
    place-items: center;
    border: 1px solid rgba(120, 170, 255, 0.34);
    border-radius: 15px;
    background: rgba(47, 124, 255, 0.15);
    color: #9fc0ff;
    font-size: 22px;
}

.contact-routing-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 26px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-routing-card > span i {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    background: transparent;
    color: #ffbaba;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.contact-routing-card:hover > span i {
    transform: translateX(4px);
}

.contact-routing-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.025em;
}

.contact-routing-card p {
    margin: 0;
    color: rgba(238, 244, 255, 0.68);
    line-height: 1.7;
}

.contact-intake-section {
    position: relative;
    background:
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 72%);
}

.contact-intake-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 220px;
    background: linear-gradient(180deg, rgba(7, 21, 38, 0.08), transparent);
    pointer-events: none;
}

.contact-intake-grid {
    position: relative;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
}

.contact-form-panel,
.contact-details-panel,
.contact-process-card,
.contact-map-frame {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.contact-form-panel {
    position: relative;
    overflow: hidden;
    padding: 34px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-form-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #2f7cff);
}

.contact-form-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, 0.2);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.contact-panel-heading {
    margin-bottom: 26px;
}

.contact-panel-heading h2,
.contact-process-header h2,
.contact-map-grid h2 {
    margin-bottom: 10px;
    color: #172033;
    font-size: 34px;
    line-height: 1.18;
}

.contact-panel-heading h2 {
    font-size: clamp(30px, 3.4vw, 44px);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.enterprise-contact-form .form-group {
    margin-bottom: 18px;
}

.enterprise-contact-form .form-group label {
    color: #172033;
}

.enterprise-contact-form input,
.enterprise-contact-form select,
.enterprise-contact-form textarea {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    background: #fbfcfe;
    color: #172033;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.enterprise-contact-form input:hover,
.enterprise-contact-form select:hover,
.enterprise-contact-form textarea:hover {
    border-color: #b8c3d3;
    background: #ffffff;
}

.enterprise-contact-form input,
.enterprise-contact-form select {
    min-height: 48px;
    padding: 12px 14px;
}

.enterprise-contact-form textarea {
    padding: 13px 14px;
    resize: vertical;
}

.enterprise-contact-form input:focus,
.enterprise-contact-form select:focus,
.enterprise-contact-form textarea:focus {
    outline: none;
    border-color: rgba(211, 47, 47, 0.62);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.1);
    transform: translateY(-1px);
}

.enterprise-contact-form .full-width-btn {
    width: 100%;
    min-height: 50px;
    margin: 8px 0 0;
    border: 0;
    cursor: pointer;
}

.enterprise-contact-form .full-width-btn:disabled {
    cursor: progress;
    opacity: 0.78;
    transform: none;
}

.form-submit-status {
    min-height: 20px;
    margin: 12px 0 0;
    color: #0f5132;
    font-size: 13px;
    font-weight: 800;
}

.form-submit-status.is-active {
    padding: 10px 12px;
    border: 1px solid rgba(37, 211, 102, 0.22);
    border-radius: 8px;
    background: rgba(37, 211, 102, 0.08);
}

.form-submit-status.is-success {
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(34, 197, 94, 0.11);
    color: #166534;
}

.form-submit-status.is-error {
    border-color: rgba(220, 38, 38, 0.28);
    background: rgba(220, 38, 38, 0.1);
    color: #991b1b;
}

.contact-form-help {
    margin: 14px 0 0;
    color: #61708a;
    font-size: 14px;
    text-align: center;
}

.contact-form-help a {
    color: #9d1f1f;
    font-weight: 900;
}

.contact-details-panel {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 14px;
    padding: 20px;
    background:
        linear-gradient(145deg, #071526, #101827);
    color: #ffffff;
}

.contact-detail-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, background-color 0.28s ease;
}

.contact-detail-card.primary {
    border-color: rgba(120, 170, 255, 0.28);
    background: linear-gradient(135deg, rgba(47, 124, 255, 0.16), rgba(255, 255, 255, 0.08));
}

.contact-detail-card.whatsapp-card {
    border-color: rgba(37, 211, 102, 0.24);
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(255, 255, 255, 0.075));
}

.contact-detail-card.whatsapp-card i {
    background: rgba(37, 211, 102, 0.16);
    color: #8df0b4;
}

.contact-detail-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(47, 124, 255, 0.14);
    color: #9fc0ff;
    font-size: 18px;
    transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.contact-detail-card:hover {
    transform: translateY(-5px);
    border-color: rgba(211, 47, 47, 0.18);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.contact-detail-card:hover i {
    background: var(--primary-color);
    color: #ffffff;
    transform: scale(1.06);
}

.contact-detail-card span {
    display: block;
    margin-bottom: 5px;
    color: rgba(238, 244, 255, 0.58);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-detail-card a,
.contact-detail-card p {
    display: block;
    color: #ffffff;
    font-weight: 700;
    word-break: break-word;
}

.contact-detail-card a:hover {
    color: var(--primary-color);
}

.contact-capability-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.055);
}

.contact-capability-card > span {
    display: block;
    margin-bottom: 12px;
    color: rgba(238, 244, 255, 0.58);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-capability-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-capability-tags a {
    display: inline-flex;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.contact-capability-tags a:hover {
    transform: translateY(-2px);
    border-color: rgba(211, 47, 47, 0.35);
    background: rgba(211, 47, 47, 0.18);
}

.contact-process-section {
    padding: 82px 0;
    background:
        radial-gradient(circle at 85% 10%, rgba(47, 124, 255, 0.18), transparent 28%),
        #101827;
    color: #ffffff;
}

.contact-process-header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.contact-process-header h2 {
    color: #ffffff;
}

.contact-process-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-process-card {
    padding: 26px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.contact-process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.contact-process-card span {
    display: inline-flex;
    margin-bottom: 22px;
    color: #ffbaba;
    font-weight: 900;
}

.contact-process-card h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 21px;
}

.contact-process-card p {
    color: rgba(255, 255, 255, 0.76);
}

.contact-faq-section {
    padding: 86px 0;
    background:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 12% 0%, rgba(211, 47, 47, 0.08), transparent 28%),
        #ffffff;
    background-size: 42px 42px, 42px 42px, auto, auto;
}

.contact-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

.contact-faq-heading h2 {
    margin-bottom: 14px;
    color: #172033;
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.contact-faq-heading p {
    color: #61708a;
    font-size: 17px;
    line-height: 1.75;
}

.contact-faq-list {
    display: grid;
    gap: 14px;
}

.contact-faq-list article {
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.contact-faq-list article:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, 0.22);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.contact-faq-list h3 {
    margin-bottom: 8px;
    color: #172033;
    font-size: 20px;
    line-height: 1.32;
}

.contact-faq-list p {
    margin: 0;
    color: #61708a;
    line-height: 1.75;
}

.contact-map-section {
    padding: 82px 0;
    background:
        linear-gradient(180deg, #ffffff, #f5f8fc);
}

.contact-map-grid {
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
    align-items: center;
}

.contact-map-grid p {
    margin-bottom: 22px;
}

.contact-map-frame {
    overflow: hidden;
    min-height: 360px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-map-frame:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.contact-map-frame iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 360px;
}

@media (max-width: 900px) {
    .contact-hero {
        min-height: auto;
        padding: 86px 0 60px;
    }

    .contact-hero::after {
        background:
            linear-gradient(180deg, rgba(8, 16, 31, 0.92) 0%, rgba(15, 23, 42, 0.8) 56%, rgba(15, 23, 42, 0.96) 100%),
            radial-gradient(circle at 82% 12%, rgba(211, 47, 47, 0.24), transparent 28%);
    }

    .contact-hero-grid,
    .contact-intake-grid,
    .contact-map-grid,
    .contact-process-grid,
    .contact-routing-grid,
    .contact-faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-routing-card {
        min-height: auto;
    }

    .contact-routing-card i {
        margin-bottom: 30px;
    }

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

    .contact-command-card {
        padding: 26px;
    }

    .contact-details-panel {
        position: relative;
        top: auto;
    }
}

@media (max-width: 620px) {
    .contact-hero {
        padding: 64px 0 42px;
    }

    .contact-hero::before {
        background-position: 58% center;
    }

    .contact-hero h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .contact-hero p {
        font-size: 16px;
    }

    .contact-hero-actions,
    .contact-hero-actions .btn-primary,
    .contact-hero-actions .contact-secondary-btn {
        width: 100%;
    }

    .contact-form-panel {
        padding: 22px;
    }

    .form-row,
    .contact-command-stats {
        grid-template-columns: 1fr;
    }

    .contact-panel-heading h2,
    .contact-process-header h2,
    .contact-map-grid h2 {
        font-size: 28px;
    }

    .contact-section-heading {
        text-align: left;
    }

    .contact-section-heading span {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-detail-card {
        grid-template-columns: 1fr;
    }

    .contact-proof-strip span {
        width: 100%;
        justify-content: space-between;
    }

    .contact-faq-section,
    .contact-process-section,
    .contact-map-section {
        padding: 62px 0;
    }
}

@media (hover: none) {
    .contact-command-card:hover,
    .contact-form-panel:hover,
    .contact-detail-card:hover,
    .contact-process-card:hover,
    .contact-map-frame:hover,
    .contact-routing-card:hover,
    .contact-faq-list article:hover,
    .contact-secondary-btn:hover,
    .contact-hero .btn-primary:hover,
    .enterprise-contact-form .full-width-btn:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-hero::before {
        animation: none;
    }

    .contact-command-card,
    .contact-command-stats div,
    .contact-form-panel,
    .enterprise-contact-form input,
    .enterprise-contact-form select,
    .enterprise-contact-form textarea,
    .contact-detail-card,
    .contact-detail-card i,
    .contact-process-card,
    .contact-map-frame,
    .contact-faq-list article,
    .contact-secondary-btn {
        transition: none;
    }
}

/* Final contact QA lock */
.contact-page,
.contact-hero {
    max-width: 100% !important;
    overflow-x: visible !important;
}

.contact-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-block: clamp(116px, 9vw, 154px) clamp(66px, 7vw, 106px) !important;
    overflow: visible !important;
}

.contact-hero::before,
.contact-hero::after {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
}

.contact-hero-grid {
    width: min(100% - 64px, 1320px) !important;
    max-width: 100% !important;
}

@media (max-width: 760px) {
    .contact-hero {
        padding-block: 96px 58px !important;
    }

    .contact-hero-grid {
        width: min(100% - 28px, 1320px) !important;
    }
}
