.bwmc-page {
    --bwmc-text: #0f172a;
    --bwmc-muted: #64748b;
    --bwmc-border: rgba(148, 163, 184, .22);
    color: var(--bwmc-text);
    background: #fff;
    font-family: inherit;
    overflow: hidden;
}

.bwmc-page * {
    box-sizing: border-box;
}

.bwmc-page a {
    text-decoration: none;
}

.bwmc-wrap {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.bwmc-hero {
    position: relative;
    padding: clamp(72px, 8vw, 112px) 0 72px;
    background:
        radial-gradient(circle at 78% 22%, rgba(219, 234, 254, .95), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #eef5ff 56%, #ffffff 100%);
}

.bwmc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(11,70,155,.07) 0 1px, transparent 1px), linear-gradient(45deg, rgba(11,70,155,.05) 0 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(90deg, #000, transparent 85%);
    opacity: .55;
}

.bwmc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.bwmc-eyebrow,
.bwmc-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--bwmc-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bwmc-eyebrow::before,
.bwmc-panel-kicker::before {
    content: "";
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: var(--bwmc-primary);
}

.bwmc-hero h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #0b1220;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.bwmc-hero-copy > p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #475569;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.75;
}

.bwmc-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bwmc-btn,
.bwmc-page .bwmc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--bwmc-primary), var(--bwmc-secondary));
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(11, 70, 155, .24);
    transition: .2s ease;
}

.bwmc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(11, 70, 155, .3);
}

.bwmc-btn-outline {
    border: 1px solid rgba(11,70,155,.22);
    background: rgba(255,255,255,.82);
    color: var(--bwmc-primary) !important;
    box-shadow: none;
}

.bwmc-btn-light {
    background: #fff;
    color: var(--bwmc-primary) !important;
    box-shadow: 0 18px 36px rgba(2, 6, 23, .24);
}

.bwmc-hero-art {
    position: relative;
    min-height: 430px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bwmc-secondary), var(--bwmc-primary));
    box-shadow: 0 28px 70px rgba(8,47,115,.22);
}

.bwmc-hero-art::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 26px;
    z-index: 1;
    pointer-events: none;
}

.bwmc-hero-art img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.bwmc-hero-placeholder,
.bwmc-map-placeholder {
    display: grid;
    place-items: center;
    gap: 14px;
    min-height: 430px;
    color: rgba(255,255,255,.9);
}

.bwmc-hero-placeholder svg,
.bwmc-map-placeholder svg {
    width: 96px;
    height: 96px;
    fill: currentColor;
}

.bwmc-contact-cards {
    margin-top: -34px;
    position: relative;
    z-index: 3;
    padding-bottom: 64px;
}

.bwmc-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bwmc-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 26px;
    border: 1px solid rgba(219, 230, 245, .95);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
    backdrop-filter: blur(12px);
}

.bwmc-card-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--bwmc-primary), var(--bwmc-secondary));
    color: #fff;
    box-shadow: 0 14px 30px rgba(11, 70, 155, .22);
}

.bwmc-card-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.bwmc-card-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bwmc-contact-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.25;
}

.bwmc-contact-card p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.bwmc-contact-card a {
    margin-top: auto;
    color: var(--bwmc-primary);
    font-weight: 900;
}

.bwmc-main-section,
.bwmc-faq-section {
    padding: 74px 0;
    background: var(--bwmc-soft);
}

.bwmc-main-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 24px;
    align-items: start;
}

.bwmc-info-panel,
.bwmc-form-panel,
.bwmc-map-card,
.bwmc-faq-item {
    border: 1px solid rgba(203, 216, 232, .95);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(15, 23, 42, .08);
}

.bwmc-info-panel,
.bwmc-form-panel {
    padding: clamp(26px, 3vw, 38px);
}

.bwmc-info-panel h2,
.bwmc-form-panel h2,
.bwmc-map-content h2,
.bwmc-section-head h2,
.bwmc-cta h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.bwmc-address,
.bwmc-form-panel > p,
.bwmc-map-content p,
.bwmc-cta p {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}

.bwmc-info-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bwmc-info-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: #f8fbff;
    color: #334155;
    font-weight: 800;
}

.bwmc-info-list svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    fill: var(--bwmc-primary);
}

.bwmc-alert {
    margin: 0 0 16px;
    padding: 13px 15px;
    border-radius: 14px;
    font-weight: 800;
}

.bwmc-alert-success {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.bwmc-alert-error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.bwmc-form {
    display: grid;
    gap: 14px;
}

.bwmc-form label span {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.bwmc-form input,
.bwmc-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cbd8e8;
    border-radius: 15px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    padding: 10px 14px;
    outline: none;
}

.bwmc-form input:focus,
.bwmc-form textarea:focus {
    border-color: var(--bwmc-primary);
    box-shadow: 0 0 0 4px rgba(11,70,155,.1);
}

.bwmc-form button {
    min-height: 50px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--bwmc-primary), var(--bwmc-secondary));
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(11,70,155,.24);
}

.bwmc-map-section {
    padding: 74px 0;
    background: #fff;
}

.bwmc-map-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 0;
    overflow: hidden;
}

.bwmc-map-media {
    min-height: 430px;
    background: linear-gradient(135deg, var(--bwmc-secondary), var(--bwmc-primary));
}

.bwmc-map-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.bwmc-map-placeholder {
    min-height: 430px;
    padding: 32px;
    text-align: center;
}

.bwmc-map-content {
    align-self: center;
    padding: clamp(28px, 4vw, 54px);
}

.bwmc-section-head {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.bwmc-section-head .bwmc-panel-kicker {
    justify-content: center;
}

.bwmc-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bwmc-faq-item {
    padding: 0;
    overflow: hidden;
}

.bwmc-faq-item summary {
    cursor: pointer;
    padding: 20px 22px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 950;
    list-style: none;
}

.bwmc-faq-item summary::-webkit-details-marker {
    display: none;
}

.bwmc-faq-item summary::after {
    content: "+";
    float: right;
    color: var(--bwmc-primary);
}

.bwmc-faq-item[open] summary::after {
    content: "−";
}

.bwmc-faq-item p {
    margin: 0;
    padding: 0 22px 22px;
    color: #64748b;
    line-height: 1.75;
}

.bwmc-cta {
    padding: 74px 0;
    background: linear-gradient(135deg, #061a40, var(--bwmc-secondary) 48%, var(--bwmc-primary));
    color: #fff;
}

.bwmc-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 32px;
    background: rgba(255,255,255,.08);
}

.bwmc-cta .bwmc-panel-kicker,
.bwmc-cta h2,
.bwmc-cta p {
    color: #fff;
}

.bwmc-cta .bwmc-panel-kicker::before {
    background: #fff;
}

.bwmc-cta p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255,255,255,.78);
}

@media (max-width: 1024px) {
    .bwmc-hero-grid,
    .bwmc-main-grid,
    .bwmc-map-card {
        grid-template-columns: 1fr;
    }

    .bwmc-card-grid,
    .bwmc-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bwmc-wrap {
        width: min(100% - 28px, 1180px);
    }

    .bwmc-hero {
        padding: 54px 0 52px;
    }

    .bwmc-hero h1 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .bwmc-hero-art,
    .bwmc-hero-art img,
    .bwmc-hero-placeholder,
    .bwmc-map-media,
    .bwmc-map-media img,
    .bwmc-map-placeholder {
        min-height: 300px;
    }

    .bwmc-card-grid,
    .bwmc-faq-grid {
        grid-template-columns: 1fr;
    }

    .bwmc-contact-card {
        min-height: auto;
    }

    .bwmc-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
