/* ── RESET & VARS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --laranja: #e65100;
  --laranja-light: #ff8a50;
  --laranja-dark: #bf360c;
  --verde: #2e7d32;
  --verde-light: #4caf50;
  --verde-dark: #1b5e20;
  --branco: #ffffff;
  --cinza-bg: #f8f9fa;
  --cinza-texto: #333;
  --cinza-sub: #666;
  --border: #e0e0e0;
  --shadow: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --radius: 12px;
  --radius-lg: 20px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--cinza-texto); background: var(--branco); line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ── HEADER ── */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-bottom: 2px solid var(--laranja); transition: box-shadow .3s; }
.header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 20px; }
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--laranja); }
.logo-nome { font-size: .95rem; font-weight: 800; color: var(--laranja-dark); line-height: 1.2; }
.logo-sub { font-size: .68rem; color: var(--cinza-sub); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: .85rem; font-weight: 600; color: var(--cinza-texto); transition: color .2s; }
.nav-links a:hover { color: var(--laranja); }
.btn-nav { background: var(--laranja); color: #fff !important; padding: 8px 18px; border-radius: 8px; font-size: .82rem !important; transition: background .2s !important; }
.btn-nav:hover { background: var(--laranja-dark) !important; }
.nav-instagram { display: flex; align-items: center; color: var(--cinza-texto) !important; transition: color .2s !important; }
.nav-instagram:hover { color: #e1306c !important; }
.menu-hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--laranja); }

/* ── BUTTONS ── */
.btn-primary-lg { display: inline-flex; align-items: center; gap: 8px; background: var(--laranja); color: #fff; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: all .2s; border: none; cursor: pointer; }
.btn-primary-lg:hover { background: var(--laranja-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(230,81,0,.3); }
.btn-outline-lg { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; border: 2px solid rgba(255,255,255,.7); transition: all .2s; }
.btn-outline-lg:hover { background: rgba(255,255,255,.15); border-color: #fff; }

/* ── HERO ── */
.hero { min-height: 100vh; background: linear-gradient(135deg, var(--laranja-dark) 0%, var(--laranja) 50%, #ff6f00 100%); display: flex; align-items: center; padding: 100px 0 60px; position: relative; overflow: hidden; }
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.shape { position: absolute; border-radius: 50%; opacity: .08; background: #fff; }
.shape1 { width: 500px; height: 500px; top: -100px; right: -100px; }
.shape2 { width: 300px; height: 300px; bottom: -50px; left: -50px; }
.shape3 { width: 200px; height: 200px; top: 50%; left: 30%; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-block; background: rgba(255,255,255,.2); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: .8rem; font-weight: 600; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.3); }
.hero-title { font-size: 3rem; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.hero-destaque { color: #fff; background: rgba(0,0,0,.15); padding: 0 8px; border-radius: 6px; }
.hero-desc { color: rgba(255,255,255,.9); font-size: 1rem; margin-bottom: 32px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; align-items: center; gap: 20px; }
.stat { text-align: center; }
.stat-num { display: block; font-size: 1.6rem; font-weight: 900; color: #fff; }
.stat-label { font-size: .75rem; color: rgba(255,255,255,.8); }
.stat-div { width: 1px; height: 40px; background: rgba(255,255,255,.3); }
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-logo-big { width: 280px; height: 280px; border-radius: 50%; object-fit: cover; border: 6px solid rgba(255,255,255,.3); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.hero-card-float { position: absolute; top: 20px; right: -20px; background: #fff; border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); font-size: .8rem; max-width: 200px; }
.hcf-icon { font-size: 1.5rem; }
.hero-paint-drops { position: absolute; inset: 0; pointer-events: none; }
.drop { position: absolute; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); opacity: .5; }
.drop-laranja { width: 20px; height: 20px; background: #ff8a50; top: 10%; left: 5%; animation: float 3s ease-in-out infinite; }
.drop-verde { width: 16px; height: 16px; background: #66bb6a; bottom: 20%; right: 10%; animation: float 4s ease-in-out infinite .5s; }
.drop-azul { width: 12px; height: 12px; background: #42a5f5; top: 60%; left: 10%; animation: float 3.5s ease-in-out infinite 1s; }
.drop-vermelho { width: 18px; height: 18px; background: #ef5350; bottom: 10%; left: 30%; animation: float 4s ease-in-out infinite .2s; }
@keyframes float { 0%,100% { transform: rotate(-45deg) translateY(0); } 50% { transform: rotate(-45deg) translateY(-8px); } }

/* ── DIFERENCIAIS ── */
.diferenciais { background: var(--verde); padding: 20px 0; }
.dif-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.dif-item { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-right: 1px solid rgba(255,255,255,.2); }
.dif-item:last-child { border-right: none; }
.dif-icon { font-size: 1.6rem; flex-shrink: 0; }
.dif-text { font-size: .8rem; color: rgba(255,255,255,.95); line-height: 1.4; }
.dif-text strong { color: #fff; font-weight: 700; display: block; }

/* ── SECTION COMUM ── */
.section-header { text-align: center; margin-bottom: 40px; }
.section-title { font-size: 2rem; font-weight: 800; color: var(--cinza-texto); margin-bottom: 10px; }
.section-title.white { color: #fff; }
.section-sub { font-size: .95rem; color: var(--cinza-sub); }
.section-sub.white { color: rgba(255,255,255,.85); }

/* ── PRODUTOS ── */
.produtos-sec { padding: 80px 0; background: var(--cinza-bg); }
.filtros-wrap { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 30px; flex-wrap: wrap; }
.filtro-busca { flex: 1; min-width: 220px; padding: 12px 18px; border: 2px solid var(--border); border-radius: var(--radius); font-size: .9rem; font-family: inherit; transition: border-color .2s; }
.filtro-busca:focus { outline: none; border-color: var(--laranja); }
.filtros-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.cat-btn { padding: 8px 16px; border: 2px solid var(--border); border-radius: 20px; background: #fff; font-size: .8rem; font-weight: 600; cursor: pointer; transition: all .2s; color: var(--cinza-texto); white-space: nowrap; }
.cat-btn:hover { border-color: var(--laranja); color: var(--laranja); }
.cat-btn.ativo { background: var(--laranja); border-color: var(--laranja); color: #fff; }
.filtros-subs { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; padding: 10px 14px; background: #fff3e0; border-radius: 12px; border: 1px solid #ffe0b2; }
.sub-btn { padding: 5px 13px; border: 1.5px solid #ffb74d; border-radius: 14px; background: #fff; font-size: .75rem; font-weight: 600; cursor: pointer; transition: all .2s; color: #e65100; white-space: nowrap; }
.sub-btn:hover { background: #ffe0b2; }
.sub-btn.ativo { background: var(--laranja); border-color: var(--laranja); color: #fff; }
.cat-count { display:inline-block; background:rgba(0,0,0,.15); border-radius:99px; padding:1px 6px; font-size:.68rem; margin-left:3px; vertical-align:middle; }
.cat-btn.ativo .cat-count { background:rgba(255,255,255,.3); }
.sub-btn .cat-count { background:rgba(230,81,0,.15); font-size:.65rem; }
.sub-btn.ativo .cat-count { background:rgba(255,255,255,.3); }
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.prod-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: all .25s; border: 1px solid transparent; }
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--laranja); }
.prod-img-wrap { height: 160px; background: linear-gradient(135deg, #fff3e0, #fce4ec); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.prod-body { padding: 14px; }
.prod-nome { font-size: .83rem; font-weight: 700; color: var(--cinza-texto); margin-bottom: 4px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prod-codigo { font-size: .7rem; color: #999; margin-bottom: 8px; }
.prod-grupo { display: inline-block; font-size: .68rem; font-weight: 600; padding: 2px 8px; border-radius: 10px; background: #fff3e0; color: var(--laranja); margin-bottom: 10px; }
.prod-desc { font-size: .72rem; color: #666; line-height: 1.4; margin-bottom: 6px; }
.prod-orcamento-hint { font-size: .72rem; color: #888; font-style: italic; margin-top: 6px; margin-bottom: 4px; }
.prod-btns { display: flex; gap: 6px; margin-top: 8px; }
.btn-carrinho { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; background: var(--laranja); color: #fff; border: none; border-radius: 8px; padding: 9px 8px; font-size: .78rem; font-weight: 700; cursor: pointer; transition: background .2s; }
.btn-carrinho:hover { background: var(--laranja-dark); }
.btn-carrinho.no-carrinho { background: var(--verde); }

/* ── CARRINHO DRAWER ── */
.carrinho-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1100; opacity: 0; pointer-events: none; transition: opacity .25s; }
.carrinho-overlay.aberto { opacity: 1; pointer-events: all; }
.carrinho-drawer { position: fixed; top: 0; right: -420px; width: min(420px, 100vw); height: 100dvh; background: #fff; z-index: 1101; display: flex; flex-direction: column; box-shadow: -4px 0 30px rgba(0,0,0,.18); transition: right .3s cubic-bezier(.4,0,.2,1); }
.carrinho-drawer.aberto { right: 0; }
.carrinho-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #eee; background: var(--laranja); color: #fff; }
.carrinho-header h3 { margin: 0; font-size: 1.1rem; }
.carrinho-fechar { background: rgba(255,255,255,.2); border: none; color: #fff; font-size: 1.1rem; cursor: pointer; border-radius: 6px; padding: 4px 10px; }
.carrinho-lista { flex: 1; overflow-y: auto; padding: 12px 16px; display: flex; flex-direction: column; gap: 10px; }
.carrinho-vazio { text-align: center; color: #aaa; padding: 40px 20px; line-height: 1.7; }
.carrinho-item { display: flex; align-items: center; gap: 10px; background: #fafafa; border: 1px solid #eee; border-radius: 10px; padding: 10px 12px; }
.carrinho-item-info { flex: 1; min-width: 0; }
.carrinho-item-nome { font-size: .82rem; font-weight: 600; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.carrinho-item-cod { font-size: .7rem; color: #999; }
.carrinho-item-qtd { display: flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; }
.carrinho-item-qtd button { background: #eee; border: none; border-radius: 6px; width: 26px; height: 26px; cursor: pointer; font-size: 1rem; font-weight: 700; }
.carrinho-item-del { background: none; border: none; color: #bbb; cursor: pointer; font-size: .9rem; padding: 4px; }
.carrinho-item-del:hover { color: #c62828; }
.carrinho-complementares { padding: 10px 16px; border-top: 1px solid #eee; background: #fff8e1; }
.comp-titulo { font-size: .75rem; font-weight: 700; color: var(--laranja); margin-bottom: 8px; }
.comp-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; font-size: .78rem; }
.btn-comp-add { background: var(--laranja); color: #fff; border: none; border-radius: 6px; padding: 3px 10px; font-size: .72rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.carrinho-footer { padding: 14px 16px; border-top: 2px solid #eee; display: flex; flex-direction: column; gap: 10px; }
.orcamento-form { display: flex; flex-direction: column; gap: 8px; }
.orc-input { border: 1px solid #ddd; border-radius: 8px; padding: 9px 12px; font-size: .85rem; outline: none; }
.orc-input:focus { border-color: var(--laranja); }
.btn-finalizar-orcamento { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; border: none; border-radius: 10px; padding: 13px; font-size: .88rem; font-weight: 700; cursor: pointer; transition: background .2s; }
.btn-finalizar-orcamento:hover { background: #128C7E; }
.btn-mais-itens { display: flex; align-items: center; justify-content: center; background: transparent; color: #1a3d1a; border: 1.5px solid #1a3d1a; border-radius: 10px; padding: 10px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.btn-mais-itens:hover { background: #f0f7f0; }

/* ── CARRINHO FAB (botão no header) ── */
.carrinho-fab { position: relative; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.4); color: #fff; font-size: 1.1rem; cursor: pointer; border-radius: 10px; padding: 6px 12px; display: flex; align-items: center; gap: 4px; transition: background .2s; }
.carrinho-fab:hover { background: rgba(255,255,255,.3); }
.carrinho-count { background: #fff; color: var(--laranja); border-radius: 10px; font-size: .7rem; font-weight: 900; padding: 1px 6px; min-width: 18px; text-align: center; }

.loading-prod
.loading-prod { grid-column: 1/-1; text-align: center; padding: 60px; color: var(--cinza-sub); }
.spinner { width: 40px; height: 40px; border: 4px solid var(--border); border-top-color: var(--laranja); border-radius: 50%; animation: spin .8s linear infinite; margin: 0 auto 16px; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-ver-mais { padding: 12px 32px; border: 2px solid var(--laranja); background: transparent; color: var(--laranja); border-radius: var(--radius); font-weight: 700; cursor: pointer; font-size: .9rem; transition: all .2s; }
.btn-ver-mais:hover { background: var(--laranja); color: #fff; }

/* ── SOBRE ── */
.sobre-sec { padding: 80px 0; }
.sobre-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.sobre-img-wrap { position: relative; }
.sobre-img-bg { position: absolute; width: 85%; height: 85%; background: linear-gradient(135deg, var(--laranja), var(--laranja-dark)); border-radius: var(--radius-lg); top: 15%; left: 15%; }
.sobre-img { position: relative; z-index: 1; width: 85%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.sobre-badge-anos { position: absolute; z-index: 2; bottom: 20px; left: 0; background: var(--verde); color: #fff; border-radius: var(--radius); padding: 14px 20px; text-align: center; box-shadow: var(--shadow); }
.sobre-badge-anos strong { display: block; font-size: 2rem; font-weight: 900; line-height: 1; }
.sobre-badge-anos span { font-size: .75rem; }
.sobre-texto p { margin-bottom: 16px; color: var(--cinza-sub); line-height: 1.8; }
.sobre-itens { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.sobre-item { font-size: .85rem; font-weight: 600; color: var(--verde-dark); }

/* ── ATACADO ── */
.atacado-sec { padding: 80px 0; background: linear-gradient(135deg, var(--verde-dark) 0%, var(--verde) 100%); }
.atacado-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.atacado-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); padding: 28px 20px; text-align: center; color: #fff; transition: all .25s; backdrop-filter: blur(4px); }
.atacado-card:hover { background: rgba(255,255,255,.2); transform: translateY(-4px); }
.at-icon { font-size: 2.5rem; margin-bottom: 14px; }
.atacado-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.atacado-card p { font-size: .82rem; color: rgba(255,255,255,.85); line-height: 1.6; }

/* ── MARCAS ── */
.marcas-sec { padding: 60px 0; background: var(--cinza-bg); }
.marcas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.marca-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; text-align: center; font-weight: 700; font-size: .9rem; color: var(--cinza-texto); transition: all .2s; }
.marca-item:hover { border-color: var(--laranja); color: var(--laranja); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ── CADASTRO ── */
.cadastro-sec { padding: 80px 0; background: #fff; }
.cadastro-form { max-width: 720px; margin: 0 auto; background: var(--cinza-bg); border-radius: var(--radius-lg); padding: 40px; border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: .82rem; font-weight: 700; color: var(--cinza-texto); }
.form-group input, .form-group select, .form-group textarea { padding: 11px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: .88rem; font-family: inherit; transition: border-color .2s; background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--laranja); }
.form-group textarea { resize: vertical; }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; font-size: .82rem; color: var(--cinza-sub); }
.form-check input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--laranja); }
.form-msg { margin-top: 16px; padding: 14px; border-radius: 8px; font-size: .88rem; font-weight: 600; text-align: center; }
.form-msg.sucesso { background: #e8f5e9; color: var(--verde-dark); border: 1px solid #a5d6a7; }
.form-msg.erro { background: #fde8e8; color: #c62828; border: 1px solid #ef9a9a; }

/* ── CONTATO ── */
.contato-sec { padding: 80px 0; background: var(--cinza-bg); }
.contato-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.contato-item { display: flex; gap: 16px; margin-bottom: 28px; }
.ci-icon { font-size: 1.5rem; flex-shrink: 0; width: 44px; height: 44px; background: var(--laranja); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.contato-link { color: var(--laranja); font-weight: 700; }
.wa-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; text-align: center; box-shadow: var(--shadow-lg); border: 2px solid #25D366; }
.wa-icon { font-size: 3rem; margin-bottom: 14px; }
.wa-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.wa-card p { font-size: .85rem; color: var(--cinza-sub); margin-bottom: 24px; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: all .2s; }
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.3); }

/* ── FOOTER ── */
.footer { background: #1a1a1a; color: rgba(255,255,255,.8); padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; border: 2px solid var(--laranja); }
.footer-desc { font-size: .82rem; line-height: 1.7; color: rgba(255,255,255,.6); }
.footer-col h4 { color: #fff; font-weight: 700; margin-bottom: 16px; font-size: .9rem; }
.footer-col a, .footer-col p { display: block; font-size: .82rem; color: rgba(255,255,255,.65); margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: var(--laranja); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; font-size: .78rem; color: rgba(255,255,255,.4); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.5); z-index: 999; transition: all .2s; }
.wa-float:hover { background: #128C7E; transform: scale(1.1); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .atacado-grid { grid-template-columns: repeat(2, 1fr); }
  .dif-grid { grid-template-columns: repeat(2, 1fr); }
  .dif-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .marcas-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: #fff; padding: 20px; border-bottom: 2px solid var(--laranja); gap: 16px; box-shadow: var(--shadow-lg); }
  .nav-links.aberto { display: flex; }
  .menu-hamburger { display: block; }
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { display: none; }
  .hero-title { font-size: 2.2rem; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-img-wrap { display: none; }
  .contato-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section-title { font-size: 1.6rem; }
  .atacado-grid { grid-template-columns: 1fr 1fr; }
  .marcas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .hero-title { font-size: 1.8rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .atacado-grid { grid-template-columns: 1fr; }
  .cadastro-form { padding: 24px 16px; }
}

/* ── EFEITOS DE TINTA ESCORRENDO (hero) ── */
.hero-paint-drops { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.drop { position: absolute; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); opacity: .55; }
.drop-laranja { width: 22px; height: 22px; background: #ffb74d; top: 8%; left: 8%; animation: float 3.2s ease-in-out infinite; }
.drop-verde   { width: 18px; height: 18px; background: #81c784; bottom: 18%; right: 12%; animation: float 4.1s ease-in-out infinite .6s; }
.drop-azul    { width: 14px; height: 14px; background: #64b5f6; top: 55%; left: 12%; animation: float 3.6s ease-in-out infinite 1.1s; }
.drop-vermelho{ width: 20px; height: 20px; background: #ef9a9a; bottom: 12%; left: 32%; animation: float 4s ease-in-out infinite .3s; }
@keyframes float { 0%,100% { transform: rotate(-45deg) translateY(0); } 50% { transform: rotate(-45deg) translateY(-10px); } }

/* Pingos de tinta escorrendo no topo da hero */
.paint-drip-bar { position: absolute; top: 0; left: 0; right: 0; height: 80px; pointer-events: none; z-index: 2; }
.paint-drip-bar svg { width: 100%; height: 100%; }

/* ── GALERIA — TRANSFORMAÇÕES ── */
.galeria-sec { padding: 90px 0; background: #fff; position: relative; overflow: hidden; }
.galeria-sec::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, #e65100, #ff8f00, #2e7d32, #1565c0, #6a1b9a, #e65100);
  background-size: 300% 100%;
  animation: gradientSlide 4s linear infinite;
}
@keyframes gradientSlide { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }

.galeria-drip-top { position: absolute; top: 0; left: 0; right: 0; height: 60px; pointer-events: none; }
.galeria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.galeria-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; group: true; }
.galeria-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; filter: brightness(.95) saturate(1.1); }
.galeria-card:hover img { transform: scale(1.08); filter: brightness(1) saturate(1.3); }
.galeria-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%); opacity: 0; transition: opacity .35s; }
.galeria-card:hover .galeria-card-overlay { opacity: 1; }
.galeria-card-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: #fff; font-weight: 700; font-size: .88rem; transform: translateY(8px); transition: transform .35s; opacity: 0; }
.galeria-card:hover .galeria-card-label { transform: translateY(0); opacity: 1; }

/* Card grande ocupa 2 colunas */
.galeria-card.big { grid-column: span 2; }

/* Linha divisória tinta */
.galeria-divider { display: flex; align-items: center; gap: 16px; margin: 60px 0 0; }
.galeria-divider-line { flex: 1; height: 2px; background: linear-gradient(90deg, transparent, var(--laranja), transparent); }
.galeria-divider-icon { font-size: 1.8rem; animation: spin-slow 6s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }

/* Seção de tinta derramando — efeito visual CSS puro */
.tinta-splash-sec { padding: 60px 0; background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); position: relative; overflow: hidden; }
.tinta-splash-sec::before { content: ''; position: absolute; top: -40px; left: 0; right: 0; height: 80px; background: inherit; clip-path: ellipse(55% 100% at 50% 0%); }
.splash-container { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.splash-blobs { flex: 0 0 auto; position: relative; width: 340px; height: 300px; }
.blob { position: absolute; border-radius: 50%; filter: blur(1px); mix-blend-mode: screen; opacity: .85; }
.blob-1 { width: 120px; height: 140px; background: radial-gradient(circle, #ff6f00, #e65100); top: 20px; left: 20px; animation: blobMove 5s ease-in-out infinite; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
.blob-2 { width: 100px; height: 120px; background: radial-gradient(circle, #4caf50, #1b5e20); top: 60px; left: 130px; animation: blobMove 6s ease-in-out infinite .8s; border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%; }
.blob-3 { width: 130px; height: 110px; background: radial-gradient(circle, #2196f3, #0d47a1); top: 140px; left: 50px; animation: blobMove 4.5s ease-in-out infinite 1.5s; border-radius: 55% 45% 60% 40% / 45% 55% 45% 55%; }
.blob-4 { width: 90px; height: 100px; background: radial-gradient(circle, #9c27b0, #6a1b9a); top: 100px; left: 200px; animation: blobMove 5.5s ease-in-out infinite .4s; border-radius: 40% 60% 45% 55% / 55% 45% 60% 40%; }
.blob-5 { width: 80px; height: 90px; background: radial-gradient(circle, #ffeb3b, #f57f17); top: 10px; left: 220px; animation: blobMove 4s ease-in-out infinite 2s; border-radius: 50% 50% 40% 60% / 45% 55% 50% 50%; }
@keyframes blobMove { 0%,100%{transform:translate(0,0) scale(1);} 33%{transform:translate(8px,-6px) scale(1.05);} 66%{transform:translate(-5px,8px) scale(.97);} }

.splash-texto { flex: 1; min-width: 260px; color: #fff; }
.splash-titulo { font-size: 2rem; font-weight: 900; margin-bottom: 14px; line-height: 1.2; }
.splash-titulo span { color: #ff8f00; }
.splash-sub { font-size: .95rem; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 24px; }
.splash-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.splash-tag { padding: 7px 16px; border-radius: 20px; font-size: .8rem; font-weight: 700; border: 2px solid; }
.tag-laranja { border-color: #ff8f00; color: #ff8f00; }
.tag-verde   { border-color: #66bb6a; color: #66bb6a; }
.tag-azul    { border-color: #42a5f5; color: #42a5f5; }
.tag-roxo    { border-color: #ce93d8; color: #ce93d8; }

@media (max-width: 900px) {
  .galeria-grid { grid-template-columns: 1fr 1fr; }
  .galeria-card.big { grid-column: span 2; }
}
@media (max-width: 600px) {
  .galeria-grid { grid-template-columns: 1fr; }
  .galeria-card.big { grid-column: span 1; }
  .splash-blobs { width: 280px; height: 240px; }
  .splash-titulo { font-size: 1.5rem; }
}
