

.contact-page {
    font-family: 'Inter', sans-serif;
    color: #16332C;
}


.contact-hero {
    position: relative;
    background: #91b39a;
    padding: 5rem 6vw 4rem;
    overflow: hidden;
    text-align: center;
}

.contact-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #16332C;
    background: rgba(255, 255, 255, 0.55);
    padding: 0.4rem 1rem;
    border-radius: 30px;
    margin-bottom: 1.2rem;
}

.contact-hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    color: #16332C;
    margin: 0 0 0.9rem;
}

.contact-hero p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #1f3832;
    opacity: 0.85;

}


.leaf-divider {
    display: block;
    margin: 1.6rem auto 0;
    width: 140px;
    height: 28px;
}


.contact-pills {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 900px;
    margin: 2.6rem auto 0;
}

.contact-pill {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: #fff;
    border-radius: 16px;
    padding: 0.9rem 1.3rem;
    box-shadow: 0 10px 30px rgba(31, 56, 50, 0.1);
    text-decoration: none;
    color: #16332C;
    flex: 1 1 240px;
    /* max-width: 280px;*/
}

.contact-pill .pill-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eaf1ec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-pill .pill-icon svg {
    width: 18px;
    height: 18px;
    stroke: #1b5e20;
}

.contact-pill .pill-label {
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7a73;
    display: block;
    margin-bottom: 0.15rem;
}

.contact-pill .pill-value {
    font-size: 0.92rem;
    font-weight: 600;
    color: #16332C;
}

.contact-body {
    background: #fff;
    padding: 5rem 6vw 6rem;
}

.contact-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    /*grid-template-columns: 1.3fr 1fr;*/
    gap: 2rem;
    align-items: center;

}

.contact-card {
    background: #fff;
    border: 1px solid #eef2ef;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(31, 56, 50, 0.06);
    padding: 2.4rem;
    box-sizing: border-box;

}

.contact-card h2 {

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #16332C;
    margin: 0 0 0.5rem;
}

.contact-card .card-sub {
    font-size: 0.92rem;
    color: #6b7a73;
    line-height: 1.6;
    margin-bottom: 1.8rem;
    text-align: center;
}


.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #16332C;
    margin-bottom: 0.45rem;
}

.form-field input,
.form-field textarea {
    font-family: 'Inter', sans-serif;
    font-size: 0.94rem;
    padding: 0.85rem 1rem;
    border: 1px solid #dde5e1;
    border-radius: 10px;
    background: #fbfcfb;
    color: #16332C;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-field textarea {
    min-height: 130px;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #91b39a;
    box-shadow: 0 0 0 3px rgba(145, 179, 154, 0.25);
}

.contact-submit {
    display: inline-block;
    background: #F5A623;
    color: #fff;
    font-weight: 700;
    font-size: 0.94rem;
    padding: 0.85rem 2.4rem;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;


}

.contact-submit:hover {
    background: #e0941a;
    transform: translateY(-2px);
}

.form-note {
    font-size: 0.84rem;
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.form-note.success {
    background: #eaf6ec;
    color: #1b5e20;
}

.form-note.error {
    background: #fdecea;
    color: #b3261e;
}


.visit-card .map-frame {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 12px;
    margin-bottom: 1.6rem;
    display: block;
}

.visit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8rem;
}

.visit-list li {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #44544d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.visit-list li svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    stroke: #1b5e20;
    margin-top: 0.1rem;
}

.visit-list li strong {
    display: block;
    color: #16332C;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.15rem;
}

.social-row {
    display: flex;
    gap: 0.7rem;
}

.social-row a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eaf1ec;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.social-row a:hover {
    background: #91b39a;
    transform: translateY(-2px);
}

.social-row a svg {
    width: 16px;
    height: 16px;
    stroke: #1b5e20;
}

.social-row a:hover svg {
    stroke: #fff;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .contact-hero {
        padding: 3.5rem 6vw 3rem;
    }

    .contact-pills {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-pill {
        max-width: 100%;
    }

    .contact-body {
        padding: 3rem 6vw 4rem;
    }

    .contact-card {
        padding: 1.6rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}