.contact-page {
    background: #f4f7fc;
}

.contact-hero {
    padding: 68px 0 76px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(rgba(5, 24, 60, .88), rgba(5, 24, 60, .94)), url("../images/ju.png") center / cover;
}

.contact-heading {
    max-width: 820px;
    margin: auto;
}

.contact-heading > span,
.contact-help > div > span {
    color: #4fd1c5;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .16em;
}

.contact-heading h1 {
    margin: .45rem 0 .8rem;
    font-family: "Lora", serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.contact-heading > div {
    width: 90px;
    height: 2px;
    margin: 0 auto 1.1rem;
    background: #d94f00;
}

.contact-heading p {
    margin: 0;
    color: #e7f2ff;
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-details-section {
    padding: 0 0 68px;
}

.contact-details-section .row {
    margin-top: -34px;
}

.contact-card {
    height: 100%;
    padding: 30px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(7, 22, 47, .1);
    border-top: 3px solid #d94f00;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(7, 22, 47, .1);
}

.contact-card > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    color: #ffffff;
    background: #07162f;
    border-radius: 50%;
    place-items: center;
    font-size: 1.3rem;
}

.contact-card h2,
.contact-help h2 {
    color: #07162f;
    font-family: "Lora", serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.contact-card p {
    min-height: 4.8rem;
    margin: 0 0 1rem;
    color: #5b6b82;
    line-height: 1.65;
}

.contact-card a {
    color: #a93600;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-card a:hover { color: #d94f00; text-decoration: underline; }

.contact-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 980px;
    margin: 46px auto 0;
    padding: 30px 34px;
    color: #e7f2ff;
    background: #07162f;
    border-radius: 16px;
}

.contact-help h2 { margin: .35rem 0 .55rem; color: #ffffff; }
.contact-help p { max-width: 610px; margin: 0; line-height: 1.7; }

.contact-cta {
    flex: 0 0 auto;
    padding: .75rem 1rem;
    color: #ffffff;
    background: #d94f00;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.contact-cta:hover { color: #ffffff; background: #ef6c00; transform: translateY(-2px); }

@media (max-width: 767.98px) {
    .contact-hero { padding: 50px 0 62px; }
    .contact-heading p { font-size: .98rem; }
    .contact-details-section { padding-bottom: 42px; }
    .contact-details-section .row { margin-top: -26px; }
    .contact-card { padding: 24px 18px; }
    .contact-card p { min-height: auto; }
    .contact-help { flex-direction: column; align-items: stretch; gap: 1.25rem; margin-top: 30px; padding: 25px 20px; text-align: center; }
    .contact-cta { text-align: center; }
}
