.contact {
    padding: 4rem 0;
    max-width: 960px;
    margin: 0 auto;
}

.contact__hero {
    text-align: center;
    margin-bottom: 3rem;
}

.contact__hero p {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact__form,
.contact__details {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.contact__form form {
    display: grid;
    gap: 1.25rem;
}

.contact__form label span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    line-height: 1.4;
}

.contact__form input,
.contact__form textarea,
.contact__form select {
    width: 100%;
    border: 1px solid #cbd5f5;
    border-radius: 0.65rem;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
    line-height: 1.5;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.5;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
    color: #334155;
    opacity: 1;
}

.contact__form textarea {
    resize: vertical;
    min-height: 9rem;
    line-height: 1.6;
}

.response-promise {
    font-size: 0.9rem;
    color: #475569;
}

.channel-list {
    display: grid;
    gap: 1.25rem;
}

.channel {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
}

.contact__resources ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.contact__resources li {
    margin-bottom: 0.5rem;
}

.contact__resources a {
    color: #1e3a8a;
    font-weight: 600;
    text-decoration: none;
}

.contact__resources a:hover,
.contact__resources a:focus {
    text-decoration: underline;
}

.contact__faq details {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.contact__faq summary {
    font-weight: 600;
    cursor: pointer;
}
