@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
    --mpe-shell-rose: #983967;
    --mpe-shell-rose-dark: #7a2c55;
    --mpe-shell-blush: #fff2ee;
    --mpe-shell-ink: #2a1f24;
    --mpe-shell-muted: #6b5d63;
    --mpe-shell-max: 1100px;
}

body.mpe-cb-standalone {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: var(--mpe-shell-blush);
    color: var(--mpe-shell-ink);
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.mpe-cb-standalone {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.mpe-cb-standalone #mpe-cb-main {
    flex: 1 0 auto;
}

/* Header */
.mpe-cb-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 242, 238, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(152, 57, 103, 0.08);
}

.mpe-cb-site-header-inner {
    max-width: var(--mpe-shell-max);
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mpe-cb-site-header-brand img {
    display: block;
    height: 38px;
    width: auto;
}

.mpe-cb-site-header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mpe-cb-site-header-nav a {
    color: var(--mpe-shell-rose);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.mpe-cb-site-header-nav a:hover {
    color: var(--mpe-shell-rose-dark);
    opacity: 0.85;
}

/* Main */
.mpe-cb-page {
    width: 100%;
    padding: 0;
}

body.mpe-cb-standalone--beneficios .mpe-cb-page {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(152, 57, 103, 0.08) 0%, transparent 70%),
        linear-gradient(180deg, var(--mpe-shell-blush) 0%, #fff 45%, var(--mpe-shell-blush) 100%);
}

body.mpe-cb-standalone--panel {
    overflow-x: clip;
}

body.mpe-cb-standalone--panel .mpe-cb-page {
    background: linear-gradient(180deg, var(--mpe-shell-blush) 0%, #fff 100%);
    padding: 24px 0 56px;
    overflow-x: clip;
}

/* Footer */
.mpe-cb-site-footer {
    position: relative;
    margin-top: auto;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, var(--mpe-shell-blush) 35%, #f8eef2 100%);
    border-top: 1px solid rgba(152, 57, 103, 0.1);
}

.mpe-cb-site-footer-glow {
    position: absolute;
    width: 420px;
    height: 220px;
    right: -80px;
    top: -60px;
    border-radius: 50%;
    background: rgba(152, 57, 103, 0.08);
    filter: blur(60px);
    pointer-events: none;
}

.mpe-cb-site-footer-inner {
    position: relative;
    z-index: 1;
    max-width: var(--mpe-shell-max);
    margin: 0 auto;
    padding: 48px 20px 44px;
    text-align: center;
}

.mpe-cb-site-footer-top {
    margin-bottom: 28px;
}

.mpe-cb-site-footer-brand {
    display: inline-block;
    margin-bottom: 12px;
}

.mpe-cb-site-footer-brand img {
    display: block;
    height: 44px;
    width: auto;
    margin: 0 auto;
    opacity: 0.95;
}

.mpe-cb-site-footer-tagline {
    margin: 0;
    color: var(--mpe-shell-muted);
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 420px;
    margin-inline: auto;
}

.mpe-cb-site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-bottom: 32px;
}

.mpe-cb-site-footer-nav a {
    color: var(--mpe-shell-rose);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.mpe-cb-site-footer-nav a:hover {
    color: var(--mpe-shell-rose-dark);
    border-bottom-color: rgba(152, 57, 103, 0.35);
}

.mpe-cb-site-footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(152, 57, 103, 0.08);
}

.mpe-cb-site-footer-copy,
.mpe-cb-site-footer-note {
    margin: 0;
    font-size: 0.78rem;
    color: var(--mpe-shell-muted);
    line-height: 1.6;
}

.mpe-cb-site-footer-note {
    margin-top: 4px;
    opacity: 0.85;
}

.mpe-cb-site-footer-credit {
    margin-top: 24px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.gm-credit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-left: 14px;
    border-left: 1px solid rgba(17, 17, 17, 0.18);
    line-height: 1;
    font-size: 13px;
    color: #111111;
}

.gm-label {
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    opacity: 0.95;
}

.gm-link {
    display: inline-flex;
    align-items: center;
    outline: 0;
    text-decoration: none;
}

.gm-logo {
    height: 22px;
    width: auto;
    max-width: 140px;
    display: block;
}

.gm-link:hover .gm-logo {
    opacity: 0.86;
}

@media (max-width: 640px) {
    .mpe-cb-site-header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mpe-cb-site-header-nav {
        gap: 16px;
    }

    .gm-credit {
        font-size: 12.5px;
    }

    .gm-label {
        font-size: 12.5px;
    }

    .gm-logo {
        height: 18px;
        max-width: 120px;
    }
}
