/* ==========================================================================
   MJB PERSONALIZADOS E BRINDES — DESIGN SYSTEM (Merlô, 2026)
   Base: SDK/Floratta unified system, re-themed (navy + amber)
   ========================================================================== */

:root {
    --primary-color: #e6624b;      /* Coral (cor da marca) */
    --primary-light: #ec7a63;      /* Coral claro */
    --secondary-color: #ecf4e3;    /* Verde-sálvia bem claro (secundária) */
    --secondary-dark: #dbe6cc;     /* bordas (tom sálvia) */
    --accent-color: #F5A623;       /* Âmbar/laranja */
    --accent-hover: #dd9210;

    --text-dark: #16192140;        /* fallback overwritten below */
    --text-dark: #171a22;
    --text-gray: #5a6172;
    --text-light: #f5f7fb;
    --white: #ffffff;

    --success: #25D366;            /* WhatsApp */

    --font-serif: 'Poppins', sans-serif;   /* Títulos */
    --font-sans: 'Inter', sans-serif;      /* Corpo */

    --header-height: 82px;
    --header-mobile: 68px;
    --container-max: 1200px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 28px;

    --shadow-sm: 0 4px 10px rgba(150,72,55,0.08);
    --shadow-md: 0 12px 28px rgba(150,72,55,0.12);
    --shadow-lg: 0 24px 48px rgba(150,72,55,0.18);

    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    background-color: var(--secondary-color);
    color: var(--text-dark);
    font-family: var(--font-sans);
    line-height: 1.6;
    overflow-x: hidden;
    display: flex; flex-direction: column; min-height: 100vh;
}
main { flex: 1; }

h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--primary-color); line-height: 1.2; margin-bottom: 1rem; }
p { margin-bottom: 1rem; color: var(--text-gray); }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 55px; }
.section-title h2 { font-size: 2.4rem; margin-bottom: 10px; }
.section-title p { font-size: 1.05rem; max-width: 620px; margin: 0 auto; }

/* ============================ HEADER ============================ */
header {
    background-color: var(--primary-color);
    height: var(--header-height);
    position: sticky; top: 0; z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.header-content { display: flex; align-items: center; height: 100%; padding: 0 34px; gap: 30px; }
header nav { margin-left: auto; }
.logo a { display: flex; align-items: center; }
.logo img { height: 46px; object-fit: contain; filter: brightness(0) invert(1); }

.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: rgba(245,247,251,0.9); font-size: 0.98rem; font-weight: 500; position: relative; padding: 5px 0; }
.nav-links a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background-color: #ffe4c4; transition: width 0.3s ease; }
.nav-links a:hover { color: #ffe4c4; }
.nav-links a:hover::after { width: 100%; }

.cta-header .btn-outline {
    border: 2px solid #ffffff; color: #ffffff;
    padding: 9px 24px; border-radius: 50px; font-weight: 700; font-size: 0.85rem;
    display: inline-flex; align-items: center; gap: 8px;
}
.cta-header .btn-outline:hover { background-color: #ffffff; color: var(--primary-color); box-shadow: 0 0 16px rgba(255,255,255,0.4); }

.mobile-menu-icon { display: none; font-size: 1.7rem; color: var(--secondary-color); cursor: pointer;
    background: none; border: none; padding: 0; font-family: inherit; line-height: 1; }

/* ============================ HERO ============================ */
.hero {
    position: relative; min-height: 560px; display: flex; align-items: center;
    color: var(--white); overflow: hidden;
    background: linear-gradient(125deg, #e6624b 0%, #d0523c 100%);
}
.hero::after {
    content: ''; position: absolute; right: -120px; top: -120px; width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(245,166,35,0.22) 0%, transparent 70%);
}
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; width: 100%; position: relative; z-index: 2; }
.hero-text { max-width: 560px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.14);
    color: #ffffff; border: 1px solid rgba(255,255,255,0.4);
    padding: 6px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 22px;
}
.hero-text h1 { font-size: 3.4rem; color: #fff; margin-bottom: 18px; letter-spacing: -0.5px; }
.hero-text h1 span { color: var(--accent-color); }
.hero-text p { font-size: 1.18rem; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 38px; }
.hero-stats .stat strong { display: block; font-family: var(--font-serif); font-size: 1.8rem; color: #ffe1bd; }
.hero-stats .stat span { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

.hero-collage { position: relative; height: 420px; }
.hero-collage img { position: absolute; border-radius: var(--radius-md); border: 5px solid #fff; box-shadow: var(--shadow-lg); object-fit: cover; }
.hero-collage img:nth-child(1) { width: 60%; height: 68%; top: 0; right: 0; z-index: 2; }
.hero-collage img:nth-child(2) { width: 52%; height: 60%; bottom: 0; left: 0; z-index: 3; }
.hero-collage img:nth-child(3) { width: 40%; height: 40%; top: 34%; right: 6%; z-index: 1; opacity: .9; }

/* ============================ BOTÕES ============================ */
.btn-primary, .btn-secondary {
    padding: 14px 34px; border-radius: 50px; font-weight: 700; letter-spacing: .3px;
    border: 2px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; font-size: 0.98rem;
}
.btn-primary { background-color: var(--accent-color); color: #3a2a1e; border-color: var(--accent-color); }
.btn-primary:hover { background-color: var(--accent-hover); transform: translateY(-4px); box-shadow: 0 12px 24px rgba(245,166,35,0.3); }
.btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-secondary:hover { background: #fff; color: var(--primary-color); transform: translateY(-4px); }

/* ============================ CATEGORIAS (barra) ============================ */
.cats-strip { background: #fff; border-bottom: 1px solid var(--secondary-dark); }
.cats-strip .container { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; padding: 22px 20px; }
.cat-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--secondary-color); color: var(--text-dark);
    padding: 10px 20px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; transition: var(--transition); }
.cat-pill i { color: var(--accent-color); }
.cat-pill:hover { background: var(--primary-color); color: #fff; transform: translateY(-2px); }
.cat-pill:hover i { color: var(--accent-color); }

/* ============================ VITRINE (grid de produtos) ============================ */
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 28px; }
.produto-card {
    background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm);
    transition: var(--transition); display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.03);
}
.produto-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.produto-media { position: relative; height: 240px; overflow: hidden; background: #eef1f7; }
.produto-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.produto-card:hover .produto-media img { transform: scale(1.06); }
.produto-tag {
    position: absolute; top: 14px; left: 14px; background: var(--accent-color); color: #3a2a1e;
    font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px 12px; border-radius: 50px;
}
.produto-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.produto-body h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--text-dark); }
.produto-body p { font-size: 0.92rem; margin-bottom: 16px; flex: 1; }
.produto-price { font-family: var(--font-serif); font-weight: 700; color: var(--primary-color); font-size: 1.15rem; margin-bottom: 14px; }
.produto-price small { font-weight: 500; color: var(--text-gray); font-size: 0.8rem; }
.btn-whats-card {
    background: var(--success); color: #fff; text-align: center; padding: 11px; border-radius: var(--radius-sm);
    font-weight: 700; font-size: 0.92rem; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-whats-card:hover { background: #1eb658; transform: translateY(-2px); }

/* ============================ COMO FUNCIONA ============================ */
.como-funciona { background: #fff; }
.passos { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; }
.passo { text-align: center; padding: 34px 24px; border-radius: var(--radius-md); background: var(--secondary-color); transition: var(--transition); }
.passo:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.passo .num { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--primary-color); color: #ffffff;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.passo h3 { font-size: 1.15rem; margin-bottom: 8px; }

/* ============================ SOBRE (split) ============================ */
.sobre .split-screen { display: flex; align-items: center; gap: 60px; padding: 80px 20px; }
.sobre-img img { width: 100%; border-radius: var(--radius-md); box-shadow: 18px 18px 0 var(--accent-color); }
.sobre-text h2 { font-size: 2.3rem; margin-bottom: 18px; }
.sobre-list { margin: 18px 0; }
.sobre-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--text-dark); font-weight: 500; }
.sobre-list li i { color: var(--success); }

/* ============================ CTA FAIXA ============================ */
.cta-faixa {
    margin: 0; background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: var(--radius-lg); padding: 56px; text-align: center; color: #fff; box-shadow: var(--shadow-md);
}
.cta-faixa h2 { color: #ffe8cf; font-size: 2.3rem; }
.cta-faixa p { color: rgba(255,255,255,0.85); max-width: 560px; margin: 0 auto 26px; }

/* ============================ PAGE HEADER ============================ */
.page-header {
    background: linear-gradient(135deg, #e6624b, #d0523c); color: #fff; text-align: center;
    padding: 90px 20px; position: relative; overflow: hidden;
}
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(245,166,35,0.15) 0%, transparent 70%); }
.page-header .subtitle { display: block; color: #ffe8cf; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 10px; position: relative; z-index: 2; }
.page-header h1 { color: #fff; font-size: 3rem; position: relative; z-index: 2; }
.page-header p { color: rgba(255,255,255,0.8); font-size: 1.1rem; position: relative; z-index: 2; }

/* ============================ CONTATO ============================ */
.contact-section { padding: 60px 0 100px; background: var(--secondary-color); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: stretch; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.detail-card { background: #fff; padding: 30px; border-radius: 15px; box-shadow: var(--shadow-sm); display: flex; gap: 20px; transition: var(--transition); border: 1px solid rgba(0,0,0,0.02); }
.detail-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.icon-wrapper { width: 52px; height: 52px; background: rgba(245,166,35,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent-color); font-size: 1.2rem; flex-shrink: 0; }
.text-content h2, .text-content h3 { color: var(--primary-color); font-size: 1.2rem; margin-bottom: 6px; font-weight: 700; }
.text-content p { margin-bottom: 5px; line-height: 1.45; }
.highlight-text { font-weight: 700; color: var(--text-dark); font-size: 1.1rem; }
.phone-number { font-size: 1.3rem; font-weight: 700; color: var(--text-dark); margin: 10px 0; }
.btn-whatsapp-full { background: var(--success); color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 12px; border-radius: 8px; font-weight: 700; margin-top: 10px; box-shadow: 0 4px 10px rgba(37,211,102,0.2); }
.btn-whatsapp-full:hover { background: #1eb658; transform: translateY(-2px); }
.highlight-card { border: 1px solid var(--accent-color); background: linear-gradient(to bottom right, #fff, #fffaf1); }
.hours-list { margin-top: 8px; }
.hours-list li { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 0.95rem; border-bottom: 1px dashed #eee; padding-bottom: 4px; }
.hours-list .time { font-weight: 700; color: var(--primary-color); }
.map-wrapper { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); min-height: 480px; border: 4px solid #fff; }
.map-wrapper iframe { width: 100%; height: 100%; border: 0; }

/* ============================ FOOTER ============================ */
footer { background-color: #b8442e; color: rgba(255,255,255,0.85); padding-top: 70px; margin-top: auto; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-col h3 { color: #ffd9a8; margin-bottom: 18px; font-size: 1.3rem; }
.footer-col p { color: rgba(255,255,255,0.95); display: flex; align-items: flex-start; gap: 10px; }
.footer-col i { color: #ffd9a8; margin-top: 5px; }
.socials { display: flex; gap: 14px; }
.socials a { width: 44px; height: 44px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: .3s; }
.socials a:hover { background: var(--accent-color); color: #3a2a1e; transform: translateY(-3px); }
.copyright { text-align: center; padding: 24px; font-size: 0.92rem; color: #fff; }
.copyright p { margin: 0; }
.copyright a { color: #fff; text-decoration: underline; }

/* ============================ WHATSAPP FLOAT + ANIM ============================ */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 62px; height: 62px; background: var(--success); color: #fff; border-radius: 50%; font-size: 33px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 20px rgba(0,0,0,0.3); z-index: 2000; animation: pulse 2s infinite; transition: var(--transition); }
.whatsapp-float:hover { background: #1eb658; transform: scale(1.1); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7);} 70% { box-shadow: 0 0 0 15px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }
.animate-up { animation: fadeUp 0.8s ease-out forwards; opacity: 0; transform: translateY(28px); }
.delay-1 { animation-delay: 0.15s; } .delay-2 { animation-delay: 0.3s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0);} }

/* ============================ RESPONSIVO ============================ */
@media (max-width: 991px) {
    .hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 60px 0; }
    .hero-collage { height: 320px; order: -1; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .map-wrapper { min-height: 360px; }
}
@media (max-width: 768px) {
    header { height: var(--header-mobile); }
    .container { padding-left: 20px !important; padding-right: 20px !important; width: 100%; }
    .section-padding { padding: 46px 0; }
    .nav-links, .cta-header { display: none; }
    .mobile-menu-icon { display: block; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
    .nav-links.active {
        display: flex; flex-direction: column; position: absolute; top: var(--header-mobile); left: 0; width: 100%;
        background: var(--primary-color); padding: 18px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.2); z-index: 1001;
        animation: slideDown 0.3s ease forwards; border-top: 1px solid rgba(255,255,255,0.1);
    }
    .nav-links.active a { display: block; width: 100%; text-align: center; padding: 14px 0; font-size: 1.1rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
    @keyframes slideDown { from { opacity:0; transform: translateY(-10px);} to { opacity:1; transform: translateY(0);} }
    h1 { font-size: 2.1rem; } h2 { font-size: 1.7rem; }
    .hero-text h1 { font-size: 2.3rem; }
    .hero-btns { width: 100%; } .hero-btns .btn-primary, .hero-btns .btn-secondary { flex: 1; justify-content: center; }
    .hero-stats { gap: 22px; }
    .sobre .split-screen { flex-direction: column; padding: 30px 20px; gap: 30px; }
    .sobre-img img { box-shadow: 12px 12px 0 var(--accent-color); }
    .cta-faixa { padding: 40px 22px; }
    .page-header h1 { font-size: 2.2rem; }
    .whatsapp-float { bottom: 20px; right: 20px; width: 54px; height: 54px; font-size: 27px; }
}

/* ============================================================================
   VITRINE / LOJA — tokens normalizados (--sk-*) usados pelos templates da loja
   (loja, produto, carrinho). Mapeados para a paleta MJB (navy + âmbar).
   ============================================================================ */
:root{
    --sk-dark:#e6624b;          /* coral — hero/faixas da loja */
    --sk-dark-2:#d0523c;
    --sk-accent:#F5A623;        /* âmbar — preços, chips ativos, destaques */
    --sk-accent-ink:#241800;    /* texto sobre âmbar */
    --sk-ink:#2b2320;
    --sk-muted:#7d6f68;
    --sk-bg:#f3f7ec;
    --sk-card:#ffffff;
    --sk-line:#dbe6cc;
    --sk-wa:#25D366;
    --sk-font-display:'Poppins', sans-serif;
    --sk-font-head:'Poppins', sans-serif;
    --sk-font-body:'Inter', sans-serif;
    --sk-radius:16px;
}

/* Botões flutuantes (WhatsApp + carrinho da loja) */
.fab-stack{position:fixed;bottom:28px;right:28px;display:flex;flex-direction:column;gap:14px;z-index:2000;align-items:center}
.fab-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;
    color:#fff;box-shadow:0 6px 22px rgba(0,0,0,.28);cursor:pointer;border:none;transition:transform .2s,filter .2s;text-decoration:none;position:relative}
.fab-btn:hover{transform:scale(1.08)}
.fab-wa{background:var(--sk-wa);animation:pulse 2.4s infinite}
.fab-wa:hover{background:#1eb658}
.fab-cart{background:var(--sk-accent);color:var(--sk-accent-ink)}
.fab-cart:hover{filter:brightness(1.05)}
.fab-cart .badge{position:absolute;top:-3px;right:-3px;background:var(--sk-dark);color:#fff;font-size:12px;font-weight:800;
    min-width:20px;height:20px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff}
@media(max-width:600px){.fab-stack{bottom:20px;right:20px}.fab-btn{width:54px;height:54px;font-size:25px}}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* ==========================================================================
   LGPD — banner de consentimento de cookies
   ========================================================================== */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998;
    background: #fff; border-top: 3px solid var(--primary-color);
    box-shadow: 0 -8px 30px rgba(150,72,55,0.16);
    transform: translateY(110%); transition: transform .25s ease; }
.cookie-banner.aberto { transform: translateY(0); }
.cookie-inner { max-width: 1200px; margin: 0 auto; padding: 20px 24px;
    display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.cookie-texto { flex: 1; min-width: 260px; }
.cookie-texto strong { display: block; font-size: 1.05rem; color: var(--primary-color); margin-bottom: 5px; }
.cookie-texto p { font-size: 0.92rem; line-height: 1.55; color: #5b514c; margin: 0; }
.cookie-texto a { color: var(--primary-color); text-decoration: underline; }
.cookie-acoes { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn { border: 2px solid var(--primary-color); border-radius: 8px;
    padding: 11px 26px; font-size: 0.95rem; font-weight: 700; cursor: pointer;
    font-family: inherit; transition: all .2s ease; }
.cookie-aceitar { background: var(--primary-color); color: #fff; }
.cookie-aceitar:hover { background: #d0523c; border-color: #d0523c; }
.cookie-recusar { background: transparent; color: var(--primary-color); }
.cookie-recusar:hover { background: var(--secondary-color); }
.cookie-btn:focus-visible { outline: 3px solid #3a2a1e; outline-offset: 2px; }

/* links legais no rodape */
.footer-legal { margin-bottom: 8px; font-size: 0.88rem; }
.footer-legal a, .link-botao { color: #fff; text-decoration: underline; }
.footer-legal span { margin: 0 8px; opacity: .8; }
.link-botao { background: none; border: none; padding: 0; cursor: pointer;
    font: inherit; font-size: 0.88rem; }
.footer-legal a:hover, .link-botao:hover { color: #fff; }

@media (max-width: 768px) {
    .cookie-inner { padding: 18px; gap: 16px; }
    .cookie-acoes { width: 100%; }
    .cookie-btn { flex: 1; padding: 13px 10px; }
}

/* ==========================================================================
   Documentos legais (politica de privacidade)
   ========================================================================== */
.doc-legal { max-width: 820px; margin: 0 auto; line-height: 1.75; color: #4a423e; }
.doc-legal .doc-atualizacao { font-size: 0.88rem; color: #8a7d76; margin-bottom: 26px; }
.doc-legal h2 { font-family: var(--font-serif); font-size: 1.45rem; color: var(--primary-color);
    margin: 38px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--secondary-dark); }
.doc-legal h3 { font-size: 1.08rem; color: #2b2320; margin: 24px 0 8px; }
.doc-legal p { margin-bottom: 14px; }
.doc-legal ul { margin: 0 0 18px 22px; }
.doc-legal li { margin-bottom: 9px; }
.doc-legal a { color: var(--primary-color); text-decoration: underline; }
.doc-legal strong { color: #2b2320; }
.link-inline { background: none; border: none; padding: 0; font: inherit;
    color: var(--primary-color); text-decoration: underline; cursor: pointer; }

/* ==========================================================================
   Acessibilidade (WCAG)
   ========================================================================== */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; z-index: 9999; background: #000; color: #fff;
    padding: 8px 16px; border-radius: 6px; text-decoration: none; }
main:focus { outline: none; }
/* rotulo lido por leitor de tela, invisivel na tela */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--primary-color); outline-offset: 2px; }
