/* CONTACT PAGE */

.section-tag {
    display: block;
    margin-bottom: 16px;
    color: #C89A2B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 70px;
    padding: 70px 80px 85px;
    background: #FAFAF8;
    overflow: hidden;
}

.contact-hero-text h1 {
    max-width: 560px;
    margin-bottom: 25px;
    color: #0D2342;
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.18;
}

.contact-hero-text p {
    max-width: 470px;
    margin-bottom: 30px;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.8;
}

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

.contact-primary-btn,
.contact-outline-btn,
.cta-gold-btn,
.cta-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.contact-primary-btn,
.cta-gold-btn {
    background: #0D2342;
    color: white;
}

.contact-outline-btn,
.cta-outline-btn {
    border: 1px solid #0D2342;
    color: #0D2342;
}

.contact-primary-btn:hover,
.contact-outline-btn:hover,
.cta-gold-btn:hover,
.cta-outline-btn:hover {
    transform: translateY(-3px);
}

.contact-hero-image {
    position: relative;
    min-height: 430px;
}

.contact-hero-image img {
    position: absolute;
    top: 0;
    left: 20px;
    width: 560px;
    height: 390px;
    object-fit: cover;
    z-index: 3;
}

.contact-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 520px;
    height: 360px;
    background: #0D2342;
    z-index: 1;
}

.contact-dots {
    position: absolute;
    top: 0;
    right: 35px;
    width: 95px;
    height: 95px;
    background-image: radial-gradient(#C89A2B 1.7px, transparent 1.7px);
    background-size: 14px 14px;
    z-index: 2;
}

.contact-line {
    position: absolute;
    left: -70px;
    top: 350px;
    width: 850px;
    height: 2px;
    background: #C89A2B;
    opacity: 0.65;
    z-index: 0;
}

.connect-section {
    padding: 55px 80px 30px;
    background: #FAFAF8;
}

.section-heading-center {
    margin-bottom: 35px;
    text-align: center;
}

.section-heading-center h2 {
    color: #0D2342;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 500;
}

.connect-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.connect-card,
.contact-form-card,
.contact-map-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(13, 35, 66, 0.04);
}

.connect-card {
    padding: 38px 25px;
    text-align: center;
}

.connect-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 20px;
    border: 1px solid #C89A2B;
    border-radius: 50%;
    color: #C89A2B;
    font-size: 26px;
}

.connect-card h3 {
    margin-bottom: 16px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
}

.connect-card p {
    margin-bottom: 10px;
    color: #1A1A1A;
    font-size: 13px;
    line-height: 1.7;
}

.contact-main-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 80px;
    background: #FAFAF8;
}

.contact-form-card,
.contact-map-card {
    padding: 32px;
}

.contact-form-card h2 {
    margin-bottom: 12px;
    color: #0D2342;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
}

.contact-form-card > p {
    margin-bottom: 24px;
    color: #1A1A1A;
    font-size: 14px;
}

.contact-page-form {
    display: grid;
    gap: 16px;
}

.form-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
    width: 100%;
    padding: 15px 17px;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background: white;
    color: #1A1A1A;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.contact-page-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-page-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 240px;
    padding: 15px 24px;
    border: none;
    border-radius: 6px;
    background: #0D2342;
    color: white;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.form-message {
    min-height: 20px;
    color: #0D2342;
    font-size: 14px;
    font-weight: 500;
}

.map-frame {
    width: 100%;
    height: 315px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-summary {
    display: flex;
    gap: 18px;
    padding: 22px;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    background: white;
}

.location-icon {
    color: #C89A2B;
    font-size: 34px;
}

.location-summary h3 {
    margin-bottom: 8px;
    color: #1A1A1A;
    font-size: 15px;
}

.location-summary p {
    margin-bottom: 12px;
    color: #1A1A1A;
    font-size: 13px;
}

.location-summary a {
    color: #0D2342;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.consultation-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 45px;
    padding: 38px 55px 38px 170px;
    overflow: hidden;
    border-radius: 10px;
    background: #0D2342;
    color: white;
}

.consultation-cta h2 {
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 500;
}

.consultation-cta p {
    max-width: 520px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    gap: 18px;
    flex-shrink: 0;
}

.cta-gold-btn {
    background: #C89A2B;
}

.cta-outline-btn {
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
}

.cta-leaf {
    position: absolute;
    left: 35px;
    bottom: 18px;
    width: 95px;
    height: 120px;
    border-left: 2px solid #C89A2B;
    opacity: 0.8;
    transform: rotate(25deg);
}

@media (max-width: 1050px) {
    .contact-hero,
    .contact-main-section {
        grid-template-columns: 1fr;
    }

    .connect-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .consultation-cta {
        margin: 0 40px 45px;
        padding: 35px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .contact-hero,
    .connect-section,
    .contact-main-section {
        padding-left: 30px;
        padding-right: 30px;
    }

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

    .contact-hero-image {
        min-height: auto;
    }

    .contact-hero-image img {
        position: relative;
        left: 0;
        width: 100%;
        height: 270px;
    }

    .contact-line,
    .contact-shape,
    .contact-dots {
        display: none;
    }

    .connect-cards,
    .form-two-columns {
        grid-template-columns: 1fr;
    }

    .contact-page-form button {
        width: 100%;
    }

    .cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .consultation-cta {
        margin: 0 30px 40px;
    }
}
