/* BemLeve — sistema visual partilhado v3 */
*, *::before, *::after { box-sizing: border-box; }

.bl-ad {
    background: linear-gradient(90deg, #0b1220 0%, #1e293b 100%);
    color: #e2e8f0;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.55;
    padding: 0.65rem 1rem;
    border-bottom: 2px solid #6ee7b7;
}
.bl-ad strong { color: #6ee7b7; font-weight: 800; }
.bl-ad a { color: #fde68a; text-decoration: underline; font-weight: 600; }

/* Mega footer */
.bl-footer {
    margin-top: auto;
    position: relative;
    background: #050810;
    color: #94a3b8;
    font-size: 0.84rem;
    line-height: 1.6;
    overflow: hidden;
}
.bl-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #6ee7b7, #38bdf8, #fbbf24, #f472b6);
}
.bl-footer__wave {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: -1px;
    background: linear-gradient(180deg, transparent, rgba(110, 231, 183, 0.08));
    clip-path: ellipse(120% 100% at 50% 100%);
}
.bl-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2.75rem 1.5rem 2rem;
    position: relative;
    z-index: 1;
}
.bl-footer__grid-main {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2rem 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
    margin-bottom: 1.75rem;
}
.bl-footer__brand-block { max-width: 22rem; }
.bl-footer__logo {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #f8fafc;
    margin: 0 0 0.5rem;
    line-height: 1;
}
.bl-footer__logo em { font-style: normal; background: linear-gradient(120deg, #6ee7b7, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bl-footer__pitch {
    margin: 0 0 1rem;
    font-size: 0.86rem;
    color: #64748b;
    line-height: 1.55;
}
.bl-footer__email-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: rgba(110, 231, 183, 0.12);
    border: 1px solid rgba(110, 231, 183, 0.35);
    border-radius: 8px;
    color: #6ee7b7;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
}
.bl-footer__email-btn:hover { background: rgba(110, 231, 183, 0.22); color: #a7f3d0; }
.bl-footer__col h4 {
    margin: 0 0 0.85rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e2e8f0;
}
.bl-footer__col ul { list-style: none; margin: 0; padding: 0; }
.bl-footer__col li { margin-bottom: 0.45rem; }
.bl-footer__col a {
    color: #94a3b8;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.84rem;
}
.bl-footer__col a:hover { color: #6ee7b7; }
.bl-footer__contact-lines { margin: 0; font-size: 0.82rem; color: #64748b; line-height: 1.65; }
.bl-footer__contact-lines strong { color: #cbd5e1; font-weight: 600; }
.bl-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}
.bl-footer__legal {
    flex: 1;
    min-width: 240px;
    font-size: 0.72rem;
    color: #475569;
    line-height: 1.55;
    max-width: 42rem;
    margin: 0;
}
.bl-footer__copy {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #334155;
    white-space: nowrap;
}
.bl-footer__badge {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fde68a;
    border: 1px solid rgba(253, 230, 138, 0.35);
    border-radius: 4px;
}
@media (max-width: 880px) {
    .bl-footer__grid-main { grid-template-columns: 1fr 1fr; }
    .bl-footer__brand-block { grid-column: span 2; }
}
@media (max-width: 520px) {
    .bl-footer__grid-main { grid-template-columns: 1fr; }
    .bl-footer__brand-block { grid-column: span 1; }
}

.bl-skip { position: absolute; left: -9999px; }
.bl-skip:focus { left: 1rem; top: 1rem; z-index: 9999; background: #fff; color: #000; padding: 0.5rem; }

/* Snippet: footer HTML injected via same structure on each page */