/* Brand archive WhatsApp CTR banner */

.mme-brand-wa {
    box-sizing: border-box;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 1.15rem;
    padding: 0 1rem;
    font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.mme-brand-wa *,
.mme-brand-wa *::before,
.mme-brand-wa *::after {
    box-sizing: border-box;
}

.mme-brand-wa__link {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    padding: 1rem 1.15rem;
    border: 1px solid #b7ebc6;
    border-radius: 12px;
    background: linear-gradient(135deg, #edf9f0 0%, #e7f6ec 48%, #dff3e6 100%);
    color: #0b3d2c;
    text-decoration: none;
    box-shadow: 0 2px 10px rgb(26 35 50 / 5%);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mme-brand-wa__link:hover,
.mme-brand-wa__link:focus-visible {
    border-color: #25d366;
    box-shadow: 0 6px 18px rgb(37 211 102 / 18%);
    transform: translateY(-1px);
    color: #0b3d2c;
    text-decoration: none;
}

.mme-brand-wa__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
}

.mme-brand-wa__icon svg {
    display: block;
}

.mme-brand-wa__copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mme-brand-wa__title {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.mme-brand-wa__subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
    color: #2f5a48;
}

.mme-brand-wa__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #128c7e;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgb(18 140 126 / 25%);
}

.mme-brand-wa__link:hover .mme-brand-wa__cta,
.mme-brand-wa__link:focus-visible .mme-brand-wa__cta {
    background: #0f7669;
}

@media (max-width: 767px) {
    .mme-brand-wa {
        padding: 0 0.75rem;
        margin-bottom: 0.95rem;
    }

    .mme-brand-wa__link {
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 0.9rem 0.95rem;
    }

    .mme-brand-wa__copy {
        flex: 1 1 calc(100% - 3.65rem);
    }

    .mme-brand-wa__cta {
        width: 100%;
    }
}
