.contact-page-hero p {
    max-width: 760px;
    font-size: 18px;
    color: #526173;
}

.contact-page-section {
    padding: 72px 0;
    background: #f8fbff;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 28px;
    align-items: start;
}

.contact-info-panel,
.contact-form-panel {
    min-width: 0;
}

.contact-info-card,
.contact-form-panel,
.empty-page-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.contact-info-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    margin-bottom: 15px;
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    color: #2f80ed;
    font-size: 22px;
    flex: 0 0 auto;
}

.contact-info-card span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
    margin-bottom: 4px;
}

.contact-info-card p,
.contact-info-card a {
    margin: 0;
    color: #1f2937;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.5;
}

.featured-duty-phone {
    background: linear-gradient(135deg, #2f80ed, #27ae60);
    color: #fff;
}

.featured-duty-phone .contact-icon {
    background: rgba(255,255,255,.18);
    color: #fff;
}

.featured-duty-phone span,
.featured-duty-phone a {
    color: #fff;
}

.featured-duty-phone a {
    font-size: 22px;
}

.contact-form-panel {
    padding: 34px;
}

.contact-form-head {
    margin-bottom: 24px;
}

.contact-form-head h2 {
    margin: 0 0 8px;
    font-size: 34px;
}

.contact-form-head p {
    margin: 0;
    color: #6b7280;
}

.contact-modern-form {
    display: grid;
    gap: 16px;
}

.form-row.two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.contact-modern-form label {
    display: grid;
    gap: 7px;
    font-weight: 900;
    color: #1f2937;
}

.contact-modern-form label span {
    font-size: 14px;
}

.contact-modern-form input,
.contact-modern-form textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    padding: 14px 16px;
    font: inherit;
    background: #fbfdff;
    outline: none;
    transition: .2s ease;
}

.contact-modern-form input:focus,
.contact-modern-form textarea:focus {
    border-color: #2f80ed;
    box-shadow: 0 0 0 4px rgba(47, 128, 237, .12);
    background: #fff;
}

.contact-modern-form small {
    color: #b42318;
    font-weight: 700;
}

.hidden-field {
    display: none !important;
}

.contact-submit-btn {
    border: 0;
    cursor: pointer;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f80ed, #27ae60);
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 14px 30px rgba(47, 128, 237, .22);
    transition: .22s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(47, 128, 237, .28);
}

.contact-alert {
    padding: 14px 18px;
    border-radius: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}

.contact-alert.success {
    background: #e9f9ef;
    color: #146c38;
}

.contact-alert.error {
    background: #fff0f0;
    color: #b42318;
}

.contact-map-section {
    padding: 0 0 78px;
    background: #f8fbff;
}

.contact-map-card {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
    background: #fff;
}

.page-content-polished {
    padding-top: 54px;
}

.empty-page-card {
    padding: 34px;
    text-align: center;
}

.empty-page-card h2 {
    margin-bottom: 10px;
}

.empty-page-card p {
    color: #6b7280;
}

.empty-page-card a {
    display: inline-flex;
    margin-top: 14px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #2f80ed;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 991px) {
    .contact-page-grid,
    .form-row.two-cols {
        grid-template-columns: 1fr;
    }

    .contact-page-section {
        padding: 46px 0;
    }

    .contact-form-panel {
        padding: 24px;
    }

    .contact-form-head h2 {
        font-size: 28px;
    }

    .featured-duty-phone a {
        font-size: 20px;
    }

    .contact-map-card iframe {
        height: 340px;
    }
}

@media (max-width: 576px) {
    .contact-info-card {
        padding: 17px;
        border-radius: 20px;
    }

    .contact-form-panel {
        border-radius: 20px;
    }

    .contact-submit-btn {
        width: 100%;
    }
}
