/* Contact page — Gold Lion */
.contact-hero {
    position: relative;
    padding: 128px 0 108px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(31, 106, 58, 0.28) 0%, rgba(22, 82, 45, 0.42) 50%, rgba(22, 82, 45, 0.55) 100%),
        url("../images/homephotos/3.jpeg") center/cover no-repeat;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.contact-hero-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    margin-bottom: 1rem;
}

.contact-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.contact-hero p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.08rem;
    opacity: 0.95;
}

.contact-page {
    padding: 0 0 5rem;
    background: linear-gradient(180deg, #f6fbf7 0%, #ffffff 22%);
}

.contact-quick-row {
    margin-top: -3.25rem;
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
}

.contact-quick-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    padding: 1.15rem 1.1rem;
    text-align: center;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 4px solid #c9a227;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
    color: #16522d;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-quick-card:hover {
    color: #1f6a3a;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(31, 106, 58, 0.12);
}

.contact-quick-card span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.contact-quick-card-email-text {
    display: block;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #16522d !important;
    line-height: 1.35;
    word-break: break-word;
}

.contact-side-card,
.contact-form-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(31, 106, 58, 0.1);
    border-top: 5px solid #c9a227;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.07);
    padding: 2rem 1.75rem;
    height: 100%;
}

.contact-side-card h2,
.contact-form-card h2 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #16522d;
    margin-bottom: 0.35rem;
}

.contact-side-lede {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.contact-detail {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.contact-detail:last-of-type {
    border-bottom: none;
}

.contact-detail-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 800;
    color: #94a3b8;
    margin-bottom: 0.35rem;
}

.contact-detail a,
.contact-detail p {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
}

.contact-detail a:hover {
    color: #1f6a3a;
    text-decoration: underline;
}

.contact-social-block {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.contact-social-block h3 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

.contact-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 0.45rem;
    margin-bottom: 0.35rem;
    background: rgba(31, 106, 58, 0.08);
    color: #1f6a3a !important;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-social-links a:hover {
    background: rgba(31, 106, 58, 0.16);
    transform: translateY(-2px);
    color: #16522d !important;
}

.contact-social-links i {
    font-size: 1.15rem;
}

.contact-wa-btn {
    margin-top: 1.35rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-weight: 700;
}

.contact-form-card .form-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-radius: 12px;
    border: 1px solid rgba(31, 106, 58, 0.15);
    padding: 0.7rem 1rem;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #1f6a3a;
    box-shadow: 0 0 0 0.18rem rgba(31, 106, 58, 0.12);
}

.btn-contact-send {
    background: #1f6a3a;
    border-color: #1f6a3a;
    border-radius: 12px;
    font-weight: 700;
    padding: 0.75rem 1.75rem;
}

.btn-contact-send:hover {
    background: #16522d;
    border-color: #16522d;
    color: #fff;
}

.contact-map-section {
    margin-top: 3.5rem;
}

.contact-map-section h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #16522d;
}

.contact-map-wrap {
    margin-top: 1.25rem;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #c9a227;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
    background: #e2e8f0;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

.contact-map-actions {
    padding: 1rem 1.25rem 1.25rem;
    background: #fff;
    text-align: center;
}

.btn-maps-outline {
    border-radius: 12px;
    font-weight: 700;
    border: 2px solid #1f6a3a;
    color: #1f6a3a;
}

.btn-maps-outline:hover {
    background: #1f6a3a;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-quick-row {
        margin-top: -2rem;
    }
}
