/* ==========================================================
CONTACT US PAGE — extends homepage design system
========================================================== */

.page-contact {
    overflow-x: hidden;
}

.page-contact section {
    padding: 0;
    overflow-x: hidden;
}

/* ----------------------------------------------------------
PAGE BANNER
---------------------------------------------------------- */

.page-contact .cu-banner {
    position: relative;
    padding: 185px 0 145px;
    overflow: hidden;
    background: none;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.page-contact .cu-banner-bg {
    position: absolute;
    inset: 0;
    background: url("../images/banner/contact-banner.jpeg") center center / cover no-repeat;
    transform: scale(1);
    animation: cuBannerKenBurns 14s ease-out forwards;
    will-change: transform;
}

@keyframes cuBannerKenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.06); }
}

.page-contact .cu-banner .banner-overlay {
    background:
        linear-gradient(105deg,
            rgba(18, 30, 46, 0.88) 0%,
            rgba(32, 50, 72, 0.72) 45%,
            rgba(18, 30, 46, 0.84) 100%),
        radial-gradient(ellipse at 25% 25%,
            rgba(132, 147, 15, 0.16) 0%,
            transparent 55%),
        radial-gradient(ellipse at 80% 70%,
            rgba(212, 175, 55, 0.1) 0%,
            transparent 50%);
    z-index: 1;
}

.page-contact .cu-banner-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        #84930F 20%,
        #D4AF37 50%,
        #84930F 80%,
        transparent 100%);
    z-index: 3;
}

.page-contact .cu-banner .container {
    position: relative;
    z-index: 2;
}

.page-contact .cu-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    margin-bottom: 26px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-contact .cu-banner-badge i {
    color: #D4AF37;
    font-size: 11px;
}

.page-contact .cu-banner h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: clamp(42px, 5.5vw, 64px);
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    line-height: 1.08;
}

.page-contact .cu-banner h1 span {
    color: #D4AF37;
}

.page-contact .cu-banner-divider {
    display: flex;
    justify-content: center;
    margin: 22px 0 24px;
}

.page-contact .cu-banner-divider span {
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #84930F, #D4AF37, #84930F);
}

.page-contact .cu-banner p {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(18px, 2.2vw, 24px);
    font-style: italic;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
}

.page-contact .cu-breadcrumb {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 10px 22px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-contact .cu-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.page-contact .cu-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-contact .cu-breadcrumb a:hover {
    color: #D4AF37;
}

.page-contact .cu-breadcrumb .breadcrumb-item.active {
    color: #D4AF37;
}

.page-contact .cu-banner-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
    clip-path: ellipse(78% 100% at 50% 100%);
    z-index: 2;
}

/* ----------------------------------------------------------
SHARED
---------------------------------------------------------- */

.page-contact .cu-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    margin-bottom: 16px;
    border-radius: 40px;
    background: rgba(132, 147, 15, 0.1);
    border: 1px solid rgba(132, 147, 15, 0.22);
    color: #84930F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-contact .cu-section-divider {
    display: flex;
    justify-content: center;
    margin: 16px 0 20px;
}

.page-contact .cu-section-divider span {
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #84930F, #D4AF37, #84930F);
}

.page-contact .cu-section-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.page-contact .cu-section-header h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 3.8vw, 44px);
    color: #243447;
    margin-bottom: 16px;
}

.page-contact .cu-section-header p {
    font-size: 17px;
    line-height: 1.75;
    color: #5a6a7a;
    margin: 0;
}

.page-contact .cu-block h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 3.5vw, 40px);
    color: #243447;
    margin-bottom: 20px;
    line-height: 1.15;
}

.page-contact .cu-block p {
    font-size: 16px;
    line-height: 1.85;
    color: #5a6a7a;
    margin-bottom: 18px;
}

.page-contact .cu-block p:last-child {
    margin-bottom: 0;
}

.page-contact .cu-img-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(34, 50, 72, 0.14);
}

.page-contact .cu-img-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 3px solid rgba(212, 175, 55, 0.3);
    z-index: 2;
    pointer-events: none;
}

.page-contact .cu-img-frame img {
    width: 100%;
    display: block;
    border-radius: 24px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* ----------------------------------------------------------
SECTION BACKGROUNDS
---------------------------------------------------------- */

.page-contact .cu-intro {
    padding: 110px 0;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
}

.page-contact .cu-locations,
.page-contact .cu-form {
    padding: 110px 0;
    background: #fff;
}

.page-contact .cu-maps,
.page-contact .cu-quick {
    padding: 110px 0;
    background: linear-gradient(180deg, #FCFAF6 0%, #F7F3EC 100%);
}

/* ----------------------------------------------------------
LOCATION CARDS
---------------------------------------------------------- */

.page-contact .cu-location-card {
    position: relative;
    height: 100%;
    padding: 36px 28px 32px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 12px 38px rgba(34, 50, 72, 0.07);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
}

.page-contact .cu-locations .cu-location-card {
    background: linear-gradient(180deg, #FCFAF6 0%, #fff 100%);
}

.page-contact .cu-location-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #436691, #84930F, #D4AF37);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.page-contact .cu-location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(34, 50, 72, 0.12);
    border-color: rgba(132, 147, 15, 0.22);
}

.page-contact .cu-location-card:hover::before {
    opacity: 1;
}

.page-contact .cu-location-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(67, 102, 145, 0.1), rgba(132, 147, 15, 0.14));
    color: #84930F;
    font-size: 26px;
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.page-contact .cu-location-card:hover .cu-location-icon {
    transform: scale(1.06);
    background: linear-gradient(135deg, #436691, #84930F);
    color: #fff;
}

.page-contact .cu-location-card h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    color: #243447;
    margin-bottom: 14px;
    line-height: 1.25;
}

.page-contact .cu-location-address {
    font-size: 15px;
    line-height: 1.75;
    color: #5a6a7a;
    margin-bottom: 20px;
}

.page-contact .cu-location-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5a6a7a;
}

.page-contact .cu-location-detail:last-child {
    margin-bottom: 0;
}

.page-contact .cu-location-detail i {
    color: #84930F;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

.page-contact .cu-location-detail a {
    color: #243447;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-contact .cu-location-detail a:hover {
    color: #84930F;
}

.page-contact .cu-location-detail--highlight {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(42, 157, 143, 0.08);
    border: 1px solid rgba(42, 157, 143, 0.18);
}

.page-contact .cu-location-detail--highlight i {
    color: #2A9D8F;
}

/* ----------------------------------------------------------
MAPS
---------------------------------------------------------- */

.page-contact .cu-map-block h5 {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    color: #243447;
    margin-bottom: 16px;
}

.page-contact .cu-map-frame {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(67, 102, 145, 0.1);
    box-shadow: 0 16px 45px rgba(34, 50, 72, 0.1);
}

.page-contact .cu-map-frame iframe {
    display: block;
    width: 100%;
    height: 350px;
    border: 0;
}

/* ----------------------------------------------------------
CONTACT FORM
---------------------------------------------------------- */

.page-contact .cu-form-box {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 44px;
    border-radius: 24px;
    background: linear-gradient(180deg, #FCFAF6 0%, #fff 100%);
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 20px 55px rgba(34, 50, 72, 0.08);
}

.page-contact .cu-form-box .cu-section-header {
    margin-bottom: 36px;
}

.page-contact .cu-form-box .form-control {
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid rgba(67, 102, 145, 0.15);
    font-size: 15px;
    color: #243447;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-contact .cu-form-box .form-control:focus {
    border-color: rgba(132, 147, 15, 0.45);
    box-shadow: 0 0 0 4px rgba(132, 147, 15, 0.1);
}

.page-contact .cu-form-box .form-control::placeholder {
    color: #9aa5b1;
}

.page-contact .cu-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.page-contact .cu-form-alert .alert {
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    border: none;
}

.page-contact .cu-form-alert .alert-success {
    background: rgba(132, 147, 15, 0.12);
    color: #4a5a0a;
    border-left: 4px solid #84930F;
}

.page-contact .cu-form-alert .alert-danger {
    background: rgba(220, 53, 69, 0.08);
    color: #842029;
    border-left: 4px solid #dc3545;
}

.page-contact .btn-cu-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    border-radius: 50px;
    background: linear-gradient(135deg, #84930F 0%, #6d7c0d 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(132, 147, 15, 0.3);
}

.page-contact .btn-cu-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(132, 147, 15, 0.4);
}

/* ----------------------------------------------------------
QUICK CONTACT
---------------------------------------------------------- */

.page-contact .cu-quick-card {
    height: 100%;
    padding: 36px 28px 32px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(67, 102, 145, 0.08);
    box-shadow: 0 12px 38px rgba(34, 50, 72, 0.07);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-contact .cu-quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(34, 50, 72, 0.11);
    border-color: rgba(132, 147, 15, 0.22);
}

.page-contact .cu-quick-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(67, 102, 145, 0.1), rgba(132, 147, 15, 0.14));
    color: #84930F;
    font-size: 28px;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.page-contact .cu-quick-card:hover .cu-quick-icon {
    background: linear-gradient(135deg, #436691, #84930F);
    color: #fff;
    transform: scale(1.06);
}

.page-contact .cu-quick-card h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    color: #243447;
    margin-bottom: 10px;
}

.page-contact .cu-quick-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6a7a;
    margin-bottom: 22px;
}

.page-contact .btn-cu-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-contact .btn-cu-action--primary {
    background: linear-gradient(135deg, #84930F 0%, #6d7c0d 100%);
    color: #fff;
    border: none;
    box-shadow: 0 6px 20px rgba(132, 147, 15, 0.28);
}

.page-contact .btn-cu-action--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(132, 147, 15, 0.38);
}

.page-contact .btn-cu-action--outline {
    background: #fff;
    color: #243447;
    border: 1px solid rgba(67, 102, 145, 0.2);
}

.page-contact .btn-cu-action--outline:hover {
    color: #84930F;
    border-color: rgba(132, 147, 15, 0.35);
    transform: translateY(-2px);
}

.page-contact .btn-cu-action--whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28);
}

.page-contact .btn-cu-action--whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.38);
}

/* ----------------------------------------------------------
VERSE & CTA
---------------------------------------------------------- */

.page-contact .cu-verse {
    padding: 100px 0;
}

.page-contact .cu-cta-wrap {
    padding: 100px 0 110px;
    background: linear-gradient(180deg, #F7F3EC 0%, #FCFAF6 100%);
}

.page-contact .cu-cta-box h3 {
    font-size: clamp(26px, 3.5vw, 34px);
    line-height: 1.25;
}

.page-contact .cu-cta-box p {
    margin-bottom: 24px;
}

.page-contact .cu-cta-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-contact .cu-cta-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-contact .cu-cta-phone:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(212, 175, 55, 0.45);
    color: #fff;
    transform: translateY(-2px);
}

.page-contact .cu-cta-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.18);
    color: #D4AF37;
    flex-shrink: 0;
}

.page-contact .cu-cta-phone-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-contact .cu-cta-phone-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.page-contact .cu-cta-phone-number {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

/* ----------------------------------------------------------
RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 991px) {
    .page-contact .cu-banner {
        padding: 155px 0 120px;
        min-height: 460px;
    }

    .page-contact .cu-intro,
    .page-contact .cu-locations,
    .page-contact .cu-maps,
    .page-contact .cu-form,
    .page-contact .cu-quick {
        padding: 80px 0;
    }

    .page-contact .cu-form-box {
        padding: 36px 28px;
    }
}

@media (max-width: 767px) {
    .page-contact .cu-banner {
        padding: 135px 0 105px;
    }

    .page-contact .cu-intro,
    .page-contact .cu-locations,
    .page-contact .cu-maps,
    .page-contact .cu-form,
    .page-contact .cu-quick {
        padding: 64px 0;
    }

    .page-contact .cu-form-box {
        padding: 28px 22px;
    }

    .page-contact .cu-map-frame iframe {
        height: 280px;
    }

    .page-contact .cu-cta-wrap {
        padding: 70px 0 80px;
    }

    .page-contact .cu-cta-phones {
        flex-direction: column;
    }

    .page-contact .cu-cta-phone {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-contact .cu-banner-bg {
        animation: none;
    }

    .page-contact .cu-location-card,
    .page-contact .cu-quick-card {
        transition: none;
    }
}
