.bm-contact-page {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 35%, #f7faff 100%);
    color: #12305f;
    padding-bottom: 40px;
}

.bm-contact-page section {
    position: relative;
}

.bm-contact-hero {
    padding: 40px 0 30px;
}

.bm-contact-hero-card {
    background: linear-gradient(135deg, #07245c 0%, #0c377d 100%);
    border-radius: 28px;
    color: #ffffff;
    overflow: hidden;
    padding: 48px;
    box-shadow: 0 24px 60px rgba(7, 36, 92, 0.18);
}

.bm-contact-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.bm-contact-hero-copy h1,
.bm-contact-hero-copy h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}

.bm-contact-hero-copy p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 560px;
}

.bm-contact-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.bm-contact-hero-point {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
}

.bm-contact-hero-point-icon {
    align-items: center;
    border: 1px solid rgba(255, 182, 40, 0.55);
    border-radius: 50%;
    color: #ffb628;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.bm-contact-hero-media {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    padding: 12px;
}

.bm-contact-hero-media img {
    border-radius: 16px;
    display: block;
    min-height: 320px;
    object-fit: cover;
    width: 100%;
}

.bm-contact-reasons,
.bm-contact-main,
.bm-contact-faq,
.bm-contact-benefits {
    padding: 28px 0;
}

.bm-contact-section-heading {
    margin-bottom: 30px;
}

.bm-contact-section-heading h2,
.bm-contact-details-card h2,
.bm-contact-form-header h2 {
    color: #17356b;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
}

.bm-contact-info-card,
.bm-contact-details-card,
.bm-contact-form-card,
.bm-contact-faq-card,
.bm-contact-benefit-card {
    background: #ffffff;
    border: 1px solid #e8eef8;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(20, 55, 109, 0.08);
}

.bm-contact-info-card {
    height: 100%;
    margin-bottom: 24px;
    padding: 34px 26px;
    text-align: center;
}

.bm-contact-card-icon,
.bm-contact-detail-icon,
.bm-contact-benefit-icon {
    align-items: center;
    background: linear-gradient(180deg, #f3f8ff 0%, #e9f1ff 100%);
    border-radius: 18px;
    color: #17356b;
    display: inline-flex;
    font-size: 26px;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.bm-contact-info-card h3 {
    color: #17356b;
    font-size: 22px;
    font-weight: 700;
    margin: 22px 0 12px;
}

.bm-contact-info-card p,
.bm-contact-form-header p,
.bm-contact-detail-item p,
.bm-contact-benefit-card p,
.bm-contact-page .sf-answer-line {
    color: #5f7294;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.bm-contact-details-card {
    height: 100%;
    padding: 34px 30px;
}

.bm-contact-details-card h2 {
    font-size: 34px;
    margin-bottom: 24px;
}

.bm-contact-detail-item {
    align-items: flex-start;
    border-bottom: 1px solid #e8eef8;
    display: flex;
    gap: 18px;
    padding: 0 0 22px;
    margin-bottom: 22px;
}

.bm-contact-detail-item-last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bm-contact-detail-icon {
    flex: 0 0 64px;
    font-size: 24px;
    height: 64px;
    width: 64px;
}

.bm-contact-detail-item h3,
.bm-contact-benefit-card h3 {
    color: #17356b;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}

.bm-contact-number-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bm-contact-number-row {
    align-items: center;
    color: #5f7294;
    display: flex;
    gap: 10px;
    line-height: 1.6;
}

.bm-contact-number-type {
    align-items: center;
    background: #eef4ff;
    border-radius: 50%;
    color: #17356b;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.bm-contact-number-type-whatsapp {
    color: #25d366;
}

.bm-contact-check-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.bm-contact-check-list li {
    color: #5f7294;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 24px;
    position: relative;
}

.bm-contact-check-list li::before {
    color: #f4a51c;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}

.bm-contact-form-card {
    padding: 34px 30px;
}

.bm-contact-form-header {
    margin-bottom: 26px;
}

.bm-contact-form-header h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.bm-contact-page .form-group {
    margin-bottom: 20px;
}

.bm-contact-page .form-control {
    border: 1px solid #d8e3f3;
    border-radius: 14px;
    box-shadow: none;
    color: #17356b;
    font-size: 16px;
    height: 58px;
    padding: 14px 18px;
}

.bm-contact-page .form-control:focus {
    border-color: #f4a51c;
    box-shadow: 0 0 0 0.2rem rgba(244, 165, 28, 0.14);
}

.bm-contact-page textarea.form-control {
    height: 180px;
    min-height: 180px;
    resize: vertical;
}

.bm-contact-submit-btn {
    margin-top: 24px;
}

.bm-contact-page .site-button {
    align-items: center;
    background: linear-gradient(180deg, #ffbf3c 0%, #f4a51c 100%);
    border: 0;
    border-radius: 14px;
    color: #17356b;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    padding: 16px 30px;
    text-transform: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bm-contact-page .site-button:hover,
.bm-contact-page .site-button:focus {
    box-shadow: 0 12px 28px rgba(244, 165, 28, 0.25);
    color: #17356b;
    transform: translateY(-1px);
}

.bm-contact-page .g-recaptcha {
    margin-top: 4px;
}

.bm-contact-faq-card {
    padding: 12px;
}

.bm-contact-page .sf-qes-answer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bm-contact-page .sf-qes-answer-list li {
    border-bottom: 1px solid #edf2fa;
}

.bm-contact-page .sf-qes-answer-list li:last-child {
    border-bottom: 0;
}

.bm-contact-page .sf-qestion-line {
    color: #17356b;
    cursor: default;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    padding: 24px 26px;
    position: relative;
}

.bm-contact-page .sf-qestion-line i {
    color: #17356b;
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin-top: 6px;
}

.bm-contact-page .sf-qestion-line.nav-active {
    color: #0c377d;
}

.bm-contact-page .sf-answer-line {
    display: none;
    padding: 0 26px 24px;
}

.bm-contact-benefit-card {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    height: 100%;
    margin-bottom: 24px;
    padding: 24px;
}

.bm-contact-benefit-icon {
    flex: 0 0 58px;
    font-size: 22px;
    height: 58px;
    width: 58px;
}

@media (max-width: 1199.98px) {
    .bm-contact-hero-copy h1,
    .bm-contact-section-heading h2,
    .bm-contact-details-card h2,
    .bm-contact-form-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .bm-contact-hero-card {
        padding: 32px;
    }

    .bm-contact-hero-media {
        margin-top: 26px;
    }

    .bm-contact-details-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .bm-contact-hero {
        padding-top: 24px;
    }

    .bm-contact-hero-card,
    .bm-contact-details-card,
    .bm-contact-form-card,
    .bm-contact-info-card,
    .bm-contact-faq-card,
    .bm-contact-benefit-card {
        border-radius: 20px;
    }

    .bm-contact-hero-card,
    .bm-contact-details-card,
    .bm-contact-form-card {
        padding: 24px 20px;
    }

    .bm-contact-hero-copy h1,
    .bm-contact-section-heading h2,
    .bm-contact-details-card h2,
    .bm-contact-form-header h2 {
        font-size: 28px;
    }

    .bm-contact-page .sf-qestion-line {
        font-size: 17px;
        padding: 20px 18px;
    }

    .bm-contact-page .sf-answer-line {
        padding: 0 18px 20px;
    }

    .bm-contact-page .g-recaptcha {
        transform: scale(0.92);
        transform-origin: left top;
    }
}
