/* ==========================================================================
   Contact Page
   ========================================================================== */

.ua-contact-hero {
    padding: 120px 0 85px;
    background: #f8fafc;
    text-align: center;
}

.ua-contact-hero .container {
    max-width: 900px;
}

.ua-contact-eyebrow,
.ua-contact-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ua-contact-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.ua-contact-description {
    max-width: 700px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.8;
}


/* ==========================================================================
   Direct Contact
   ========================================================================== */

.ua-contact-direct {
    padding: 85px 0 100px;
    background: #ffffff;
}

.ua-contact-primary {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    padding: 45px;
    border-radius: 26px;
    background: #0f766e;
    color: #ffffff;
}

.ua-contact-primary-content {
    max-width: 650px;
}

.ua-contact-primary .ua-contact-label {
    color: rgba(255, 255, 255, 0.65);
}

.ua-contact-primary h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.ua-contact-primary p {
    max-width: 600px;
    margin: 17px 0 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.8;
}

.ua-contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 14px 20px;
    border-radius: 12px;
    background: #ffffff;
    color: #0f766e;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ua-contact-whatsapp:hover {
    color: #0f766e;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.ua-contact-whatsapp .fa-whatsapp {
    font-size: 1.15rem;
}

.ua-contact-whatsapp .fa-arrow-right {
    margin-left: 4px;
    font-size: 0.78rem;
}

.ua-contact-primary-note {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 190px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ua-contact-primary-note span {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.ua-contact-primary-note strong {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 650;
}


/* ==========================================================================
   Secondary Contact
   ========================================================================== */

.ua-contact-secondary {
    margin-top: 55px;
}

.ua-contact-secondary-item {
    height: 100%;
    padding: 10px 0 0;
    border-top: 1px solid #e2e8f0;
}

.ua-contact-secondary-item .ua-contact-label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ua-contact-secondary-item a,
.ua-contact-secondary-item strong {
    display: block;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
}

.ua-contact-secondary-item a:hover {
    color: #0f766e;
}

.ua-contact-secondary-item p {
    max-width: 480px;
    margin: 10px 0 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.75;
}


/* ==========================================================================
   About Us
   ========================================================================== */

.ua-contact-about {
    padding: 105px 0;
    background: #f8fafc;
}

.ua-contact-about-content {
    text-align: center;
}

.ua-contact-about-content .ua-contact-label {
    margin-bottom: 14px;
}

.ua-contact-about-content h2 {
    margin: 0 0 32px;
    color: #0f172a;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.ua-contact-about-content p {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.9;
}

.ua-contact-about-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
   Why Choose Us
   ========================================================================== */

.ua-contact-values {
    padding: 100px 0;
    background: #ffffff;
}

.ua-contact-values-header {
    max-width: 650px;
    margin-bottom: 50px;
}

.ua-contact-values-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.ua-contact-value {
    height: 100%;
    padding: 30px 0 0;
    border-top: 1px solid #e2e8f0;
}

.ua-contact-value-number {
    display: block;
    margin-bottom: 24px;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.ua-contact-value h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
}

.ua-contact-value p {
    max-width: 360px;
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.8;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991.98px) {

    .ua-contact-primary {
        padding: 35px;
    }

    .ua-contact-primary-note {
        min-width: 160px;
    }

}


@media (max-width: 767.98px) {

    .ua-contact-hero {
        padding: 90px 0 60px;
    }

    .ua-contact-title {
        font-size: 2.2rem;
    }

    .ua-contact-description {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .ua-contact-direct {
        padding: 60px 0 70px;
    }

    .ua-contact-primary {
        display: block;
        padding: 30px 25px;
        border-radius: 20px;
    }

    .ua-contact-primary h2 {
        font-size: 1.8rem;
    }

    .ua-contact-primary-note {
        min-width: 0;
        margin-top: 30px;
        padding: 22px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .ua-contact-secondary {
        margin-top: 45px;
    }

    .ua-contact-about {
        padding: 70px 0;
    }

    .ua-contact-values {
        padding: 70px 0;
    }

    .ua-contact-values-header {
        margin-bottom: 35px;
    }

}


@media (max-width: 575.98px) {

    .ua-contact-hero {
        padding: 80px 0 50px;
    }

    .ua-contact-title {
        font-size: 1.95rem;
    }

    .ua-contact-description {
        margin-top: 16px;
    }

    .ua-contact-primary {
        padding: 26px 21px;
    }

    .ua-contact-primary h2 {
        font-size: 1.65rem;
    }

    .ua-contact-whatsapp {
        width: 100%;
        justify-content: center;
    }

    .ua-contact-about-content p {
        font-size: 0.9rem;
        line-height: 1.8;
    }

    .ua-contact-value {
        padding-top: 24px;
    }

}