/* Brands.Ng WhatsApp Channel CTA — v2.4.12 premium compact layout */
.bi-whatsapp-channel-cta {
    --bi-wa-navy: #262578;
    --bi-wa-green: #36d106;
    --bi-wa-ink: #171735;
    --bi-wa-muted: #62627a;
    --bi-wa-border: rgba(38, 37, 120, 0.12);
    width: 100%;
    max-width: 980px;
    margin: 36px auto 16px;
    clear: both;
    box-sizing: border-box;
}

.bi-whatsapp-channel-cta,
.bi-whatsapp-channel-cta * {
    box-sizing: border-box;
}

.bi-whatsapp-channel-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid var(--bi-wa-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(24, 23, 70, 0.065);
    text-align: left;
}

/* A restrained brand accent rather than a large decorative panel. */
.bi-whatsapp-channel-cta__inner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--bi-wa-green);
    pointer-events: none;
}

.bi-whatsapp-channel-cta__brandmark {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
    background: var(--bi-wa-green);
    box-shadow: 0 5px 13px rgba(54, 209, 6, 0.18);
}

.bi-whatsapp-channel-cta__brandmark svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.bi-whatsapp-channel-cta__content {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.bi-whatsapp-channel-cta__eyebrow {
    display: block;
    margin: 0 0 3px;
    color: var(--bi-wa-navy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-align: left;
}

.bi-whatsapp-channel-cta__content h2 {
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: var(--bi-wa-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -.015em;
    line-height: 1.2 !important;
    text-align: left !important;
}

.bi-whatsapp-channel-cta__content p {
    max-width: 700px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--bi-wa-muted) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    text-align: left !important;
}

.bi-whatsapp-channel-cta__action {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 210px;
    margin: 0;
}

.bi-whatsapp-channel-cta__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 210px;
    min-width: 210px;
    height: 42px;
    min-height: 42px;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--bi-wa-navy) !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: background 160ms ease, transform 160ms ease;
}

.bi-whatsapp-channel-cta__button:hover,
.bi-whatsapp-channel-cta__button:focus-visible {
    background: #1d1c62 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.bi-whatsapp-channel-cta__button:focus-visible {
    outline: 2px solid rgba(54, 209, 6, .45);
    outline-offset: 2px;
}

.bi-whatsapp-channel-cta__button svg {
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: currentColor;
}

.bi-whatsapp-channel-cta__note {
    display: block;
    margin: 5px 0 0;
    color: #85859a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 700px) {
    .bi-whatsapp-channel-cta {
        margin: 28px auto 12px;
    }

    .bi-whatsapp-channel-cta__inner {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 15px 14px 15px 16px;
        border-radius: 10px;
    }

    .bi-whatsapp-channel-cta__brandmark {
        width: 40px;
        height: 40px;
        align-self: start;
    }

    .bi-whatsapp-channel-cta__brandmark svg {
        width: 22px;
        height: 22px;
    }

    .bi-whatsapp-channel-cta__content {
        align-self: center;
    }

    .bi-whatsapp-channel-cta__eyebrow {
        margin-bottom: 3px;
        font-size: 8px;
        letter-spacing: .11em;
    }

    .bi-whatsapp-channel-cta__content h2 {
        font-size: 17px !important;
        line-height: 1.22 !important;
        margin-bottom: 4px !important;
    }

    .bi-whatsapp-channel-cta__content p {
        font-size: 10.5px !important;
        line-height: 1.45 !important;
    }

    .bi-whatsapp-channel-cta__action {
        grid-column: 2;
        align-items: flex-start;
        width: 100%;
        margin: 1px 0 0;
    }

    .bi-whatsapp-channel-cta__button {
        width: 190px;
        min-width: 190px;
        height: 38px;
        min-height: 38px;
        padding: 0 11px !important;
        font-size: 10.5px !important;
        border-radius: 6px !important;
    }

    .bi-whatsapp-channel-cta__note {
        margin-top: 4px;
        font-size: 8.5px;
    }
}

@media (max-width: 380px) {
    .bi-whatsapp-channel-cta__inner {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 13px 12px 14px 14px;
    }

    .bi-whatsapp-channel-cta__brandmark {
        width: 36px;
        height: 36px;
    }

    .bi-whatsapp-channel-cta__brandmark svg {
        width: 20px;
        height: 20px;
    }

    .bi-whatsapp-channel-cta__content h2 {
        font-size: 16px !important;
    }

    .bi-whatsapp-channel-cta__content p {
        font-size: 10px !important;
    }

    .bi-whatsapp-channel-cta__button {
        width: 180px;
        min-width: 180px;
    }
}
