/* ============================================================
   MODELO 2 — DARK MODERNO
   Preto + Dourado + Tipografia Bold Sans-Serif
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --preto:    #0A0A0A;
  --preto2:   #111111;
  --preto3:   #1A1A1A;
  --cinza:    #222222;
  --cinza2:   #333333;
  --dourado:  #C8963E;
  --dourado2: #E8B45A;
  --branco:   #FFFFFF;
  --texto:    #CCCCCC;
}

body { font-family: 'Inter', sans-serif; color: var(--texto); background: var(--preto); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* TOPBAR */
.topbar { background: #050505; color: rgba(255,255,255,.5); font-size: .75rem; padding: .4rem 0; border-bottom: 1px solid rgba(200,150,62,.1); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: .4rem; }
.topbar-item svg { width: 12px; height: 12px; opacity: .5; }
.topbar-esq, .topbar-dir { display: flex; gap: 1.2rem; align-items: center; }
.topbar-dir a { color: var(--dourado); font-weight: 500; }

/* HEADER */
header { background: var(--preto2); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(200,150,62,.15); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; gap: 1rem; }
.logo { display: flex; align-items: center; gap: .85rem; }
.logo-icone { width: 40px; height: 40px; background: var(--dourado); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-icone svg { width: 20px; height: 20px; stroke: var(--preto); fill: none; }
.logo-texto strong { display: block; color: white; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .1em; line-height: 1; }
.logo-texto span { color: rgba(255,255,255,.35); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-principal { display: flex; align-items: center; gap: .1rem; }
.nav-principal a { color: rgba(255,255,255,.5); padding: .5rem .9rem; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.nav-principal a:hover { color: var(--dourado); }
.nav-principal a.loja { color: var(--dourado); border: 1px solid var(--dourado); border-radius: 4px; }
.nav-principal a.loja:hover { background: var(--dourado); color: var(--preto); }
.header-dir { display: flex; align-items: center; gap: .75rem; }
.btn-carrinho { background: var(--cinza); border: 1px solid var(--cinza2); color: white; padding: .5rem 1rem; border-radius: 4px; cursor: pointer; display: flex; align-items: center; gap: .5rem; font-size: .8rem; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: all .2s; position: relative; }
.btn-carrinho svg { width: 16px; height: 16px; stroke: white; fill: none; }
.btn-carrinho:hover { border-color: var(--dourado); color: var(--dourado); }
.carrinho-badge { background: var(--dourado); color: var(--preto); font-size: .65rem; font-weight: 900; border-radius: 2px; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .4rem; }
.nav-toggle svg { width: 22px; height: 22px; stroke: white; }

/* HERO */
.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(.35) saturate(.5); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.98) 40%, rgba(10,10,10,.3) 100%); }
.hero-content { position: relative; z-index: 2; padding: 5rem 1.5rem; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(200,150,62,.1); border: 1px solid rgba(200,150,62,.3); color: var(--dourado); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: .35rem 1rem; margin-bottom: 1.5rem; }
.hero-badge svg { width: 12px; height: 12px; stroke: var(--dourado); fill: none; }
.hero-content h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 8vw, 7rem); color: white; line-height: .95; letter-spacing: .02em; margin-bottom: 1.5rem; }
.hero-content h1 span { color: var(--dourado); }
.hero-sub { color: rgba(255,255,255,.5); font-size: .95rem; line-height: 1.7; margin-bottom: 2.5rem; max-width: 460px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 2rem; font-weight: 700; font-size: .82rem; cursor: pointer; border: none; transition: all .2s; letter-spacing: .1em; text-transform: uppercase; }
.btn-dourado { background: var(--dourado); color: var(--preto); }
.btn-dourado:hover { background: var(--dourado2); }
.btn-outline-branco { background: transparent; color: white; border: 1px solid rgba(255,255,255,.3); }
.btn-outline-branco:hover { border-color: var(--dourado); color: var(--dourado); }
.btn-verde { background: var(--dourado); color: var(--preto); }
.btn-verde:hover { background: var(--dourado2); }
.btn-sm { padding: .5rem 1.2rem; font-size: .75rem; }
.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.08); }
.hero-stat strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: var(--dourado); letter-spacing: .05em; }
.hero-stat span { color: rgba(255,255,255,.35); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

/* SEÇÕES */
.secao { padding: 5rem 0; }
.secao-cinza { background: var(--preto2); }
.sec-titulo .pre { color: var(--dourado); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; display: block; margin-bottom: .6rem; }
.sec-titulo h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 4vw, 3.2rem); color: white; letter-spacing: .04em; }
.sec-titulo p { color: var(--texto); margin-top: .75rem; line-height: 1.7; font-size: .9rem; }
.sec-titulo-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* SEGMENTOS */
.segmentos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1px; background: var(--cinza2); border: 1px solid var(--cinza2); }
.seg-card { background: var(--preto2); padding: 2rem; transition: background .2s; }
.seg-card:hover { background: var(--preto3); }
.seg-icon { width: 44px; height: 44px; border: 1px solid var(--dourado); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.seg-icon svg { width: 22px; height: 22px; stroke: var(--dourado); fill: none; }
.seg-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: white; letter-spacing: .06em; margin-bottom: .5rem; }
.seg-card p { color: rgba(255,255,255,.4); font-size: .83rem; line-height: 1.65; }

/* SOBRE */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.sobre-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.sobre-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6); }
.sobre-img::before { content: ''; position: absolute; inset: 0; border: 1px solid var(--dourado); transform: translate(12px, 12px); z-index: -1; }
.sobre-img-badge { position: absolute; bottom: 0; right: 0; background: var(--dourado); padding: 1rem 1.4rem; text-align: center; }
.sobre-img-badge strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--preto); letter-spacing: .05em; }
.sobre-img-badge span { color: var(--preto); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sobre-texto h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); color: white; letter-spacing: .04em; margin-bottom: 1.2rem; }
.sobre-texto p { color: rgba(255,255,255,.5); line-height: 1.8; margin-bottom: 1rem; font-size: .9rem; }
.diferenciais-lista { margin: 1.8rem 0; display: flex; flex-direction: column; gap: 1rem; }
.dif-item { display: flex; gap: .85rem; align-items: flex-start; }
.dif-item svg { width: 18px; height: 18px; stroke: var(--dourado); fill: none; flex-shrink: 0; margin-top: .1rem; }
.dif-item strong { display: block; font-size: .87rem; color: white; font-weight: 600; }
.dif-item span { color: rgba(255,255,255,.4); font-size: .8rem; line-height: 1.5; }

/* FAIXA DIVISÓRIA */
.faixa-divisoria { background: var(--dourado); padding: 4rem 0; }
.faixa-divisoria-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.faixa-tag { display: inline-flex; align-items: center; gap: .4rem; background: rgba(0,0,0,.15); color: var(--preto); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: .3rem .8rem; margin-bottom: .75rem; }
.faixa-divisoria h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: var(--preto); letter-spacing: .04em; }
.faixa-divisoria h2 span { opacity: .7; }

/* CATEGORIAS */
.cats-loja { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1px; background: var(--cinza2); }
.cat-loja { position: relative; aspect-ratio: 1; cursor: pointer; overflow: hidden; }
.cat-loja .bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--cinza); filter: brightness(.4) saturate(.3); transition: all .3s; }
.cat-loja:hover .bg { filter: brightness(.5) saturate(.6); transform: scale(1.05); }
.cat-loja::after { content: ''; position: absolute; inset: 0; }
.cat-loja-info { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; }
.cat-loja-info h3 { color: white; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: .08em; }
.cat-loja-info .ver { color: var(--dourado); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* PRODUTOS */
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1px; background: var(--cinza2); }
.prod-card { background: var(--preto2); display: flex; flex-direction: column; transition: background .2s; }
.prod-card:hover { background: var(--preto3); }
.prod-img { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: filter .3s; }
.prod-card:hover .prod-img img { filter: saturate(1); }
.prod-badge { position: absolute; top: 0; left: 0; background: var(--dourado); color: var(--preto); font-size: .65rem; font-weight: 800; padding: .25rem .65rem; letter-spacing: .06em; text-transform: uppercase; }
.prod-badge-novo { background: white; color: var(--preto); }
.prod-entrega { display: none; }
.prod-body { padding: 1.1rem 1rem .5rem; flex: 1; display: flex; flex-direction: column; gap: .2rem; }
.prod-cat { color: var(--dourado); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.prod-nome { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; color: white; letter-spacing: .05em; line-height: 1.2; }
.prod-especie { color: rgba(255,255,255,.3); font-size: .75rem; }
.prod-preco { color: var(--dourado); font-size: 1.1rem; font-weight: 800; margin-top: .5rem; }
.prod-preco small { font-weight: 400; font-size: .72rem; color: rgba(255,255,255,.3); }
.prod-preco-orig { color: rgba(255,255,255,.25); font-size: .78rem; text-decoration: line-through; }
.prod-consulta { color: var(--dourado); font-weight: 700; font-size: .88rem; margin-top: .5rem; letter-spacing: .05em; text-transform: uppercase; }
.prod-footer { padding: .75rem 1rem; display: flex; gap: .5rem; border-top: 1px solid var(--cinza2); }
.btn-add-carrinho { flex: 1; background: var(--cinza2); color: white; border: none; padding: .6rem; font-size: .75rem; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; }
.btn-add-carrinho:hover { background: var(--dourado); color: var(--preto); }
.btn-wpp-prod { width: 34px; height: 34px; background: #25D366; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: opacity .2s; }
.btn-wpp-prod:hover { opacity: .85; }
.btn-wpp-prod svg { width: 16px; height: 16px; fill: white; }

/* FAIXA WPP */
.faixa-wpp { background: var(--preto3); padding: 5rem 0; text-align: center; border-top: 1px solid var(--cinza2); border-bottom: 1px solid var(--cinza2); }
.faixa-wpp h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 4vw, 3rem); color: white; margin-bottom: .75rem; letter-spacing: .04em; }
.faixa-wpp h2 em { color: var(--dourado); font-style: normal; }
.faixa-wpp p { color: rgba(255,255,255,.4); margin-bottom: 2.5rem; font-size: .9rem; }
.faixa-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-wpp { background: #25D366; color: white; padding: .85rem 2rem; font-weight: 700; display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; transition: all .2s; letter-spacing: .08em; text-transform: uppercase; }
.btn-wpp svg { width: 18px; height: 18px; fill: white; }
.btn-wpp:hover { opacity: .9; }

/* FOOTER */
footer { background: #050505; color: rgba(255,255,255,.35); padding: 3.5rem 0 1.5rem; border-top: 1px solid var(--cinza2); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.footer-marca .logo-icone { margin-bottom: .75rem; }
.footer-marca p { font-size: .82rem; line-height: 1.65; color: rgba(255,255,255,.3); margin-top: .5rem; max-width: 260px; }
footer h4 { color: var(--dourado); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
footer ul li a { color: rgba(255,255,255,.3); font-size: .82rem; transition: color .2s; letter-spacing: .03em; }
footer ul li a:hover { color: var(--dourado); }
.footer-bottom { border-top: 1px solid var(--cinza2); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; flex-wrap: wrap; gap: .5rem; }

/* WPP FLOAT */
.wpp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; width: 52px; height: 52px; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.3); transition: transform .2s; }
.wpp-float:hover { transform: scale(1.08); }
.wpp-float svg { width: 26px; height: 26px; fill: white; }

/* CARRINHO PANEL */
.carrinho-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .3s; }
.carrinho-overlay.aberto { opacity: 1; pointer-events: all; }
.carrinho-panel { position: fixed; right: 0; top: 0; bottom: 0; width: 380px; max-width: 95vw; background: var(--preto2); z-index: 201; transform: translateX(100%); transition: transform .3s; display: flex; flex-direction: column; border-left: 1px solid var(--cinza2); }
.carrinho-panel.aberto { transform: translateX(0); }
.carrinho-header { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--cinza2); display: flex; align-items: center; justify-content: space-between; }
.carrinho-header h3 { font-family: 'Bebas Neue', sans-serif; color: white; font-size: 1.3rem; letter-spacing: .08em; }
.carrinho-fechar { background: none; border: none; cursor: pointer; font-size: 1.4rem; color: rgba(255,255,255,.3); }
.carrinho-itens { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: .75rem; }
.carrinho-vazio { text-align: center; padding: 3rem 1rem; color: rgba(255,255,255,.2); }
.carrinho-vazio svg { width: 44px; height: 44px; stroke: rgba(255,255,255,.1); fill: none; margin: 0 auto 1rem; }
.item-carrinho { display: flex; gap: .75rem; padding: .75rem; background: var(--cinza); }
.item-carrinho img { width: 55px; height: 55px; object-fit: cover; flex-shrink: 0; }
.item-info { flex: 1; min-width: 0; }
.item-info strong { display: block; font-size: .84rem; color: white; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.item-info span { color: rgba(255,255,255,.3); font-size: .75rem; }
.item-preco { font-weight: 700; color: var(--dourado); font-size: .88rem; }
.item-remover { background: none; border: none; cursor: pointer; color: rgba(255,255,255,.2); font-size: 1rem; }
.item-remover:hover { color: #e44; }
.carrinho-footer { padding: 1.2rem 1.5rem; border-top: 1px solid var(--cinza2); }
.carrinho-total { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.carrinho-total span { color: rgba(255,255,255,.4); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.carrinho-total strong { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--dourado); letter-spacing: .05em; }
.btn-finalizar { width: 100%; background: #25D366; color: white; border: none; padding: .9rem; font-size: .82rem; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center; gap: .5rem; letter-spacing: .08em; text-transform: uppercase; }

/* RESPONSIVO */
@media (max-width: 768px) {
  .nav-principal { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--preto2); flex-direction: column; padding: 1rem; gap: .1rem; border-bottom: 1px solid var(--cinza2); }
  .nav-principal.aberta { display: flex; }
  .nav-toggle { display: block; }
  .sobre-grid, .faixa-divisoria-inner, .footer-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: clamp(3rem, 10vw, 5rem); }
}
@media (max-width: 480px) {
  .produtos-grid { grid-template-columns: 1fr 1fr; }
  .cats-loja { grid-template-columns: 1fr 1fr; }
}

/* Footer extra */
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 2rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; flex-wrap: wrap; gap: .5rem; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 2rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; flex-wrap: wrap; gap: .5rem; }
