body {
    background:
        radial-gradient(circle at top, rgba(217, 184, 156, 0.16), transparent 30%),
        linear-gradient(180deg, #f6f0e8 0%, #f8f9fa 100%);
}

.contact-shell {
    padding: 2.5rem 0 1rem;
}

.contact-hero,
.contact-card,
.contact-captcha {
    background: rgba(255, 252, 248, 0.94);
    border: 1px solid rgba(155, 125, 85, 0.14);
    border-radius: 2rem;
    box-shadow: 0 28px 60px rgba(84, 66, 47, 0.12);
}

.contact-hero {
    margin-bottom: 1.75rem;
    padding: 2rem 2.2rem;
}

.contact-kicker {
    color: #9b7d55;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.contact-title {
    color: #433c37;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.04;
    margin-bottom: 0.75rem;
}

.contact-copy {
    color: #766d66;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 44rem;
}

.contact-card {
    padding: 2rem 2.2rem;
}

.contact-form .form-label {
    color: #433c37;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-form .form-control {
    background: #fffdf9;
    border: 1px solid rgba(118, 109, 102, 0.2);
    border-radius: 1rem;
    box-shadow: none;
    color: #433c37;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
}

.contact-form textarea.form-control {
    min-height: 10rem;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: #9b7d55;
    box-shadow: 0 0 0 0.2rem rgba(155, 125, 85, 0.12);
}

.contact-form .form-control[readonly] {
    background: #f7f2eb;
    color: #6e655e;
}

.contact-captcha {
    padding: 1.4rem 1.5rem;
}

.contact-captcha-copy {
    color: #433c37;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-captcha-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-captcha-image {
    background: #fff;
    border: 1px solid rgba(155, 125, 85, 0.12);
    border-radius: 1rem;
    max-width: 100%;
    padding: 0.2rem;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: space-between;
    margin-top: 1.75rem;
}

.contact-btn-primary,
.contact-btn-secondary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
}

.contact-btn-primary {
    background: #9b7d55;
    border: 1px solid #9b7d55;
    color: #fff8f0;
}

.contact-btn-primary:hover,
.contact-btn-primary:focus {
    background: #8c704c;
    border-color: #8c704c;
    color: #fff8f0;
}

.contact-btn-secondary {
    background: transparent;
    border: 1px solid rgba(155, 125, 85, 0.28);
    color: #433c37;
}

.contact-btn-secondary:hover,
.contact-btn-secondary:focus {
    background: rgba(217, 184, 156, 0.14);
    border-color: rgba(155, 125, 85, 0.46);
    color: #433c37;
}

button.contact-btn-primary,
button.contact-btn-secondary {
    appearance: none;
    margin: 0;
    width: auto;
}

@media (max-width: 767.98px) {
    .contact-hero,
    .contact-card {
        padding: 1.4rem 1.2rem;
    }

    .contact-shell {
        padding-top: 1.5rem;
    }

    .contact-captcha {
        padding: 1.15rem;
    }

    .contact-captcha-row {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-captcha-row > * {
        width: 100%;
    }

    .message-counter {
        bottom: 10px;
        font-size: 12px;
        right: 10px;
    }

    .contact-actions {
        justify-content: stretch;
    }

    .contact-btn-primary,
    .contact-btn-secondary {
        width: 100%;
    }
}
