/* ================================================================
   GPC Mestre das Madeiras — Site Híbrido v3
   Institucional + Loja em uma URL
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 15px; }
body { font-family: 'Open Sans', sans-serif; color: #1a1a1a; background: #fff; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

:root {
  --verde:    #1B3A2D;
  --verde2:   #254d3c;
  --verde3:   #0f2219;
  --dourado:  #C8963E;
  --dourado2: #b07f2e;
  --cinza:    #f7f5f0;
  --cinza2:   #ede9e0;
  --borda:    #e0dbd0;
  --texto:    #2a2a2a;
  --suave:    #6b6355;
}

/* ---- TOPBAR ---- */
.topbar { background: var(--verde3); color: rgba(255,255,255,.75); font-size: .78rem; padding: .4rem 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .3rem; }
.topbar a { color: rgba(255,255,255,.75); transition: color .2s; }
.topbar a:hover { color: var(--dourado); }
.topbar-esq, .topbar-dir { display: flex; align-items: center; gap: 1.5rem; }
.topbar-item { display: flex; align-items: center; gap: .35rem; }
.topbar-item svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ---- HEADER ---- */
header { background: #fff; border-bottom: 2px solid var(--verde); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; height: 72px; gap: 1.5rem; }
.logo { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.logo-icone { width: 44px; height: 44px; background: var(--verde); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-icone svg { width: 26px; height: 26px; stroke: var(--dourado); fill: none; }
.logo-texto { font-family: 'Montserrat', sans-serif; }
.logo-texto strong { display: block; font-weight: 800; font-size: 1.05rem; color: var(--verde); line-height: 1.1; }
.logo-texto span { font-size: .65rem; font-weight: 600; color: var(--suave); text-transform: uppercase; letter-spacing: .08em; }
.nav-principal { display: flex; align-items: center; gap: .2rem; margin-left: 1rem; }
.nav-principal a { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .82rem; color: var(--texto); padding: .45rem .8rem; border-radius: 5px; transition: background .2s, color .2s; white-space: nowrap; }
.nav-principal a:hover { background: var(--cinza); color: var(--verde); }
.nav-principal a.loja { background: var(--verde); color: #fff; }
.nav-principal a.loja:hover { background: var(--verde2); }
.header-dir { display: flex; align-items: center; gap: .8rem; margin-left: auto; }
.btn-carrinho { position: relative; display: flex; align-items: center; gap: .4rem; background: var(--dourado); color: #fff; padding: .55rem 1.1rem; border-radius: 6px; font-weight: 700; font-size: .82rem; cursor: pointer; border: none; font-family: 'Montserrat', sans-serif; transition: background .2s; white-space: nowrap; }
.btn-carrinho svg { width: 18px; height: 18px; stroke: #fff; fill: none; }
.btn-carrinho:hover { background: var(--dourado2); }
.carrinho-badge { position: absolute; top: -7px; right: -7px; background: var(--verde); color: #fff; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: .68rem; font-weight: 700; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .3rem; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--verde); }

/* ---- HERO INSTITUCIONAL ---- */
.hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(15,34,25,.92) 0%, rgba(15,34,25,.7) 50%, rgba(15,34,25,.3) 100%); }
.hero-content { position: relative; z-index: 2; padding: 5rem 0; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(200,150,62,.2); border: 1px solid rgba(200,150,62,.4); color: var(--dourado); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .9rem; border-radius: 20px; margin-bottom: 1.2rem; }
.hero-badge svg { width: 13px; height: 13px; stroke: currentColor; fill: none; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(2rem, 4.5vw, 3.6rem); color: #fff; line-height: 1.12; margin-bottom: 1.2rem; max-width: 640px; }
.hero h1 em { color: var(--dourado); font-style: normal; }
.hero-sub { color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; max-width: 520px; }
.hero-btns { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap; }
.hero-stat strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--dourado); line-height: 1; }
.hero-stat span { font-size: .75rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .06em; }

/* ---- BOTÕES ---- */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.6rem; border-radius: 6px; font-weight: 700; font-size: .88rem; cursor: pointer; border: none; transition: all .2s; font-family: 'Montserrat', sans-serif; letter-spacing: .02em; }
.btn svg { width: 18px; height: 18px; }
.btn-verde { background: var(--verde); color: #fff; }
.btn-verde:hover { background: var(--verde2); transform: translateY(-1px); }
.btn-dourado { background: var(--dourado); color: #fff; }
.btn-dourado:hover { background: var(--dourado2); transform: translateY(-1px); }
.btn-outline-branco { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-branco:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-wpp { background: #25D366; color: #fff; }
.btn-wpp:hover { background: #1fb956; transform: translateY(-1px); }
.btn-wpp svg { fill: #fff; width: 20px; height: 20px; }
.btn-sm { padding: .5rem 1.1rem; font-size: .78rem; }

/* ---- SEÇÃO GENÉRICA ---- */
.secao { padding: 5rem 0; }
.secao-cinza { background: var(--cinza); }
.secao-verde { background: var(--verde); }
.secao-escuro { background: var(--verde3); }
.sec-titulo { margin-bottom: 3rem; }
.sec-titulo .pre { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--dourado); margin-bottom: .6rem; }
.sec-titulo h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--verde); line-height: 1.2; }
.sec-titulo h2.branco { color: #fff; }
.sec-titulo p { color: var(--suave); font-size: .96rem; margin-top: .6rem; max-width: 560px; line-height: 1.7; }
.sec-titulo p.branca { color: rgba(255,255,255,.72); }
.sec-titulo-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; }

/* ---- SEGMENTOS ---- */
.segmentos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.seg-card { background: #fff; border: 1.5px solid var(--borda); border-radius: 10px; padding: 2rem 1.5rem; text-align: center; transition: all .25s; cursor: default; }
.seg-card:hover { border-color: var(--verde); box-shadow: 0 8px 24px rgba(27,58,45,.1); transform: translateY(-3px); }
.seg-icon { width: 64px; height: 64px; background: var(--verde); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; }
.seg-icon svg { width: 30px; height: 30px; stroke: var(--dourado); fill: none; stroke-width: 1.8; }
.seg-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .96rem; color: var(--verde); margin-bottom: .5rem; }
.seg-card p { font-size: .82rem; color: var(--suave); line-height: 1.65; }

/* ---- SOBRE ---- */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.sobre-img { position: relative; border-radius: 12px; overflow: hidden; height: 460px; }
.sobre-img img { width: 100%; height: 100%; object-fit: cover; }
.sobre-img-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; background: var(--verde); color: #fff; border-radius: 8px; padding: 1rem 1.3rem; }
.sobre-img-badge strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--dourado); line-height: 1; }
.sobre-img-badge span { font-size: .75rem; opacity: .8; }
.sobre-texto h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--verde); line-height: 1.2; margin-bottom: 1.2rem; }
.sobre-texto p { color: var(--suave); font-size: .95rem; line-height: 1.8; margin-bottom: 1rem; }
.diferenciais-lista { margin: 1.5rem 0 2rem; display: flex; flex-direction: column; gap: .75rem; }
.dif-item { display: flex; align-items: flex-start; gap: .8rem; }
.dif-item svg { width: 20px; height: 20px; stroke: var(--dourado); fill: none; flex-shrink: 0; margin-top: 2px; }
.dif-item div strong { display: block; font-weight: 700; font-size: .88rem; color: var(--verde); }
.dif-item div span { font-size: .82rem; color: var(--suave); }

/* ---- FAIXA DIVISÓRIA ---- */
.faixa-divisoria { background: var(--verde); padding: 3rem 0; }
.faixa-divisoria-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.faixa-divisoria h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.4rem, 2.5vw, 2rem); color: #fff; max-width: 600px; line-height: 1.25; }
.faixa-divisoria h2 span { color: var(--dourado); }
.faixa-tag { display: inline-flex; align-items: center; gap: .5rem; background: var(--dourado); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .5rem 1.2rem; border-radius: 4px; margin-bottom: .8rem; }

/* ---- CATEGORIAS LOJA ---- */
.cats-loja { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.cat-loja { position: relative; border-radius: 8px; overflow: hidden; height: 160px; cursor: pointer; display: block; }
.cat-loja .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s; }
.cat-loja:hover .bg { transform: scale(1.08); }
.cat-loja::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,34,25,.9) 0%, rgba(15,34,25,.15) 70%, transparent 100%); }
.cat-loja-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: .75rem; }
.cat-loja-info h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .78rem; color: #fff; text-transform: uppercase; }
.cat-loja-info .ver { display: inline-flex; align-items: center; gap: .2rem; background: var(--dourado); color: #fff; font-size: .65rem; font-weight: 700; padding: .18rem .5rem; border-radius: 3px; margin-top: .3rem; text-transform: uppercase; }

/* ---- PRODUTO CARD ---- */
.produtos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.prod-card { border: 1.5px solid var(--borda); border-radius: 10px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.prod-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-3px); }
.prod-img { position: relative; height: 220px; overflow: hidden; background: var(--cinza); }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.prod-card:hover .prod-img img { transform: scale(1.06); }
.prod-badge-eco { position: absolute; top: .6rem; left: .6rem; background: #d63031; color: #fff; font-size: .68rem; font-weight: 700; padding: .22rem .6rem; border-radius: 4px; }
.prod-badge-novo { background: var(--verde); }
.prod-entrega { position: absolute; bottom: .6rem; left: .6rem; background: var(--dourado); color: #fff; font-size: .65rem; font-weight: 700; padding: .18rem .55rem; border-radius: 3px; }
.prod-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: .3rem; }
.prod-cat-tag { font-size: .68rem; color: var(--dourado); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.prod-nome { font-weight: 700; font-size: .9rem; color: var(--texto); line-height: 1.35; flex: 1; }
.prod-nome:hover { color: var(--verde); }
.prod-especie { font-size: .75rem; color: var(--suave); }
.prod-preco-de { font-size: .76rem; color: var(--suave); text-decoration: line-through; margin-top: .4rem; }
.prod-preco { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.18rem; color: var(--verde); }
.prod-preco small { font-size: .65rem; font-weight: 500; color: var(--suave); }
.prod-consulta { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .88rem; color: var(--dourado); margin-top: .4rem; }
.prod-footer { padding: .8rem 1rem; border-top: 1px solid var(--borda); display: flex; gap: .5rem; }
.btn-add { flex: 1; background: var(--verde); color: #fff; border: none; border-radius: 6px; padding: .6rem; font-weight: 700; font-size: .8rem; cursor: pointer; font-family: 'Montserrat', sans-serif; transition: background .2s; }
.btn-add:hover { background: var(--verde2); }
.btn-wpp-mini { background: #25D366; color: #fff; border: none; border-radius: 6px; padding: .6rem .85rem; cursor: pointer; display: flex; align-items: center; transition: background .2s; }
.btn-wpp-mini:hover { background: #1fb956; }
.btn-wpp-mini svg { width: 18px; height: 18px; fill: #fff; }

/* ---- FAIXA WPP ---- */
.faixa-wpp { background: var(--verde3); padding: 4rem 0; text-align: center; }
.faixa-wpp h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; margin-bottom: .6rem; }
.faixa-wpp h2 em { color: var(--dourado); font-style: normal; }
.faixa-wpp p { color: rgba(255,255,255,.7); margin-bottom: 2rem; font-size: .96rem; max-width: 480px; margin-left: auto; margin-right: auto; }
.faixa-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---- CARRINHO LATERAL ---- */
.carrinho-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 2000; opacity: 0; pointer-events: none; transition: opacity .3s; }
.carrinho-overlay.aberto { opacity: 1; pointer-events: all; }
.carrinho-panel { position: fixed; top: 0; right: -440px; width: 440px; max-width: 100vw; height: 100vh; background: #fff; z-index: 2001; display: flex; flex-direction: column; transition: right .3s ease; box-shadow: -6px 0 40px rgba(0,0,0,.18); }
.carrinho-panel.aberto { right: 0; }
.carrinho-header { background: var(--verde); color: #fff; padding: 1.2rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.carrinho-header h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; }
.carrinho-fechar { background: none; border: none; color: #fff; cursor: pointer; font-size: 1.6rem; line-height: 1; opacity: .8; }
.carrinho-fechar:hover { opacity: 1; }
.carrinho-itens { flex: 1; overflow-y: auto; padding: 1rem 1.2rem; }
.carrinho-vazio { text-align: center; padding: 3rem 1rem; color: var(--suave); }
.carrinho-vazio svg { width: 56px; height: 56px; stroke: var(--borda); fill: none; margin: 0 auto 1rem; }
.item-carrinho { display: flex; gap: .8rem; padding: .9rem 0; border-bottom: 1px solid var(--borda); }
.item-carrinho img { width: 68px; height: 68px; object-fit: cover; border-radius: 6px; background: var(--cinza); flex-shrink: 0; }
.item-info { flex: 1; min-width: 0; }
.item-nome { font-weight: 600; font-size: .85rem; line-height: 1.3; margin-bottom: .25rem; }
.item-preco-tag { font-size: .82rem; color: var(--verde); font-weight: 700; margin-bottom: .4rem; }
.item-qtd { display: flex; align-items: center; gap: .4rem; }
.item-qtd button { width: 26px; height: 26px; border: 1.5px solid var(--borda); background: #fff; border-radius: 4px; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: border-color .15s; }
.item-qtd button:hover { border-color: var(--verde); }
.item-qtd span { font-weight: 700; min-width: 22px; text-align: center; }
.item-remover { background: none; border: none; color: #ccc; cursor: pointer; font-size: 1.3rem; align-self: flex-start; transition: color .15s; }
.item-remover:hover { color: #d63031; }
.carrinho-rodape { padding: 1.2rem 1.5rem; border-top: 2px solid var(--borda); }
.carrinho-total { display: flex; justify-content: space-between; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 1rem; color: var(--texto); }
.carrinho-total span:last-child { color: var(--verde); }
.btn-finalizar { width: 100%; background: #25D366; color: #fff; border: none; border-radius: 7px; padding: .9rem; font-weight: 700; font-size: .95rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: .6rem; font-family: 'Montserrat', sans-serif; transition: background .2s; }
.btn-finalizar:hover { background: #1fb956; }
.btn-finalizar svg { width: 22px; height: 22px; fill: #fff; }
.btn-limpar-carr { width: 100%; background: none; border: 1.5px solid var(--borda); color: var(--suave); border-radius: 7px; padding: .6rem; font-size: .82rem; cursor: pointer; margin-top: .6rem; transition: all .15s; }
.btn-limpar-carr:hover { border-color: #d63031; color: #d63031; }

/* ---- FOOTER ---- */
footer { background: var(--verde3); color: rgba(255,255,255,.7); }
.footer-top { padding: 4rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.4fr; gap: 3rem; }
.footer-logo-txt { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.2rem; color: #fff; margin-bottom: .9rem; }
.footer-logo-txt span { color: var(--dourado); }
.footer-brand p { font-size: .83rem; line-height: 1.75; max-width: 280px; margin-bottom: 1.4rem; }
.social-row { display: flex; gap: .5rem; }
.social-btn { width: 36px; height: 36px; border-radius: 6px; border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all .2s; }
.social-btn:hover { border-color: var(--dourado); color: var(--dourado); background: rgba(200,150,62,.1); }
.social-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 1.1rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .45rem; }
.footer-col a { font-size: .83rem; color: rgba(255,255,255,.58); transition: color .2s; display: flex; align-items: center; gap: .35rem; }
.footer-col a::before { content: '›'; color: var(--dourado); }
.footer-col a:hover { color: #fff; }
.footer-contato li { display: flex; align-items: flex-start; gap: .55rem; font-size: .83rem; margin-bottom: .65rem; color: rgba(255,255,255,.6); }
.footer-contato li svg { width: 14px; height: 14px; stroke: var(--dourado); fill: none; min-width: 14px; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.2rem 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; color: rgba(255,255,255,.3); font-size: .76rem; }

/* ---- WPP FLUTUANTE ---- */
.wpp-float { position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 900; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.5); transition: transform .2s; }
.wpp-float:hover { transform: scale(1.1); }
.wpp-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---- PÁGINA PRODUTO ---- */
.prod-detalhe { padding: 3.5rem 0; }
.prod-detalhe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.foto-principal { border-radius: 10px; overflow: hidden; height: 440px; background: var(--cinza); }
.foto-principal img { width: 100%; height: 100%; object-fit: cover; }
.miniaturas { display: flex; gap: .5rem; margin-top: .7rem; flex-wrap: wrap; }
.miniatura { width: 76px; height: 76px; border-radius: 6px; overflow: hidden; border: 2px solid transparent; cursor: pointer; }
.miniatura.ativa { border-color: var(--verde); }
.miniatura img { width: 100%; height: 100%; object-fit: cover; }
.prod-info .cat-link { font-size: .72rem; color: var(--dourado); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.prod-info h1 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--verde); margin: .5rem 0 .4rem; line-height: 1.2; }
.prod-info .dim { display: inline-flex; align-items: center; gap: .4rem; background: var(--cinza2); border-radius: 5px; padding: .45rem .9rem; font-size: .82rem; color: var(--texto); margin-bottom: 1rem; }
.preco-area { margin-bottom: 1.5rem; padding: 1.2rem; background: var(--cinza); border-radius: 8px; }
.preco-de { font-size: .85rem; color: var(--suave); text-decoration: line-through; margin-bottom: .2rem; }
.preco-atual { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--verde); line-height: 1; }
.preco-atual small { font-size: .78rem; font-weight: 500; color: var(--suave); }
.preco-consulta { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.3rem; color: var(--dourado); }
.qtd-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.qtd-ctrl { display: flex; align-items: center; border: 2px solid var(--borda); border-radius: 7px; overflow: hidden; }
.qtd-ctrl button { width: 40px; height: 40px; background: var(--cinza); border: none; cursor: pointer; font-size: 1.2rem; font-weight: 700; transition: background .15s; }
.qtd-ctrl button:hover { background: var(--cinza2); }
.qtd-ctrl input { width: 55px; height: 40px; border: none; text-align: center; font-weight: 700; font-size: 1rem; outline: none; }
.prod-acoes { display: flex; flex-direction: column; gap: .75rem; }
.prod-desc-area { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--borda); }
.prod-desc-area h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--verde); margin-bottom: .8rem; }
.prod-desc-area p { font-size: .9rem; color: var(--suave); line-height: 1.8; }

/* ---- PÁGINA CATEGORIA ---- */
.breadcrumb { font-size: .82rem; color: var(--suave); display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--verde); font-weight: 600; }

/* ---- MOBILE ---- */
@media (max-width: 1024px) {
  .segmentos-grid { grid-template-columns: repeat(2, 1fr); }
  .cats-loja { grid-template-columns: repeat(4, 1fr); }
  .produtos-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-principal { display: none; }
  .nav-toggle { display: flex; }
  .nav-principal.aberta { display: flex; flex-direction: column; position: fixed; top: 74px; left: 0; right: 0; background: #fff; padding: 1rem; border-bottom: 2px solid var(--borda); z-index: 999; box-shadow: 0 8px 20px rgba(0,0,0,.1); gap: .3rem; }
  .sobre-grid { grid-template-columns: 1fr; }
  .cats-loja { grid-template-columns: repeat(3, 1fr); }
  .produtos-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 480px; }
  .hero-stats { gap: 1.5rem; }
  .faixa-divisoria-inner { flex-direction: column; text-align: center; }
  .prod-detalhe-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .cats-loja { grid-template-columns: repeat(2, 1fr); }
  .produtos-grid { grid-template-columns: 1fr; }
  .carrinho-panel { width: 100vw; }
  .segmentos-grid { grid-template-columns: 1fr; }
}
