/*
Theme Name: MeLeve Embalagens
Theme URI: https://www.meleve.ind.br/
Author: Visi Marketing
Author URI: https://visimarketing.com.br/
Description: Tema landing page institucional da MeLeve Embalagens Plásticas — hero imersivo, carrossel de produtos com scroll horizontal, integração com WhatsApp e mapa. Desenvolvido por Visi Marketing.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meleve
*/

/* ====================================================================
   MeLeve Embalagens — Landing Page
   Paleta: preto (marca) + laranja/âmbar (ação) + neutros claros
   ==================================================================== */

:root {
  /* Marca (preto / grafite) — nomes --navy mantidos por compatibilidade */
  --navy-900: #050505;
  --navy-800: #111111;
  --navy-700: #1c1c1c;
  --navy:     #141414;
  --navy-soft:#3a3a3a;

  /* Ação */
  --orange:    #f7861f;
  --orange-600:#e96d00;
  --amber:     #ffb347;

  /* WhatsApp */
  --wa:     #25d366;
  --wa-dark:#1da851;

  /* Neutros */
  --ink:    #161616;
  --muted:  #6a6a6a;
  --line:   #ececec;
  --bg:     #f6f6f6;
  --bg-2:   #efefef;
  --white:  #ffffff;

  --radius:   18px;
  --radius-sm:12px;
  --shadow:   0 18px 40px -18px rgba(0, 0, 0, .35);
  --shadow-lg:0 40px 80px -30px rgba(0, 0, 0, .45);

  --maxw: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);

  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

/* ---------- Reset / base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.18rem; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

.section { padding: clamp(64px, 9vw, 120px) 0; }

.kicker {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 14px;
}
.kicker-light { color: var(--amber); }

.section-head { max-width: 660px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-sub { color: var(--muted); font-size: 1.08rem; margin-top: 12px; }

/* ====================================================================
   BOTÕES
   ==================================================================== */
.btn {
  --b: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .85s var(--ease),
              box-shadow .9s var(--ease),
              background-color .8s var(--ease),
              background .8s var(--ease),
              color .8s var(--ease),
              border-color .8s var(--ease);
  will-change: transform;
  white-space: nowrap;
}
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn-block { width: 100%; justify-content: center; }
.btn:hover { transform: translateY(-4px); }

/* "Conheça nossas linhas": preto → laranja, texto branco → preto */
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover {
  background: var(--orange); color: var(--ink);
  box-shadow: 0 22px 46px -16px rgba(247, 134, 31, .55);
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--wa), var(--wa-dark));
  color: #fff;
  box-shadow: 0 16px 30px -12px rgba(29, 168, 81, .6);
}
.btn-whatsapp:hover { box-shadow: 0 24px 44px -14px rgba(29, 168, 81, .7); }

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--line);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

/* Ícone WhatsApp (CSS, sem dependência externa) */
.wa-ico {
  width: 20px; height: 20px; flex: none;
  background: currentColor;
  -webkit-mask: var(--wa-mask) center / contain no-repeat;
  mask: var(--wa-mask) center / contain no-repeat;
}
:root {
  --wa-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.2-1.7-.9-2-1-.3-.1-.5-.1-.7.2l-.9 1.1c-.2.2-.3.2-.6.1-1.6-.8-2.6-1.4-3.7-3.2-.3-.5.3-.5.8-1.5.1-.2 0-.4 0-.5l-1-2.3c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-1 1-1.3 2.4-.5 4 .9 1.9 2 3.3 3.9 4.6 2.6 1.7 3.4 1.4 4 1.3.6-.1 1.7-.7 2-1.4.2-.7.2-1.2.1-1.4 0 0-.2-.1-.6-.2zM12 2a10 10 0 00-8.6 15l-1.3 4.7 4.8-1.3A10 10 0 1012 2z'/%3E%3C/svg%3E");
}

/* ====================================================================
   HEADER
   ==================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 18px clamp(14px, 4vw, 36px);
  transition: padding .5s var(--ease);
}
.site-header.scrolled { padding-block: 11px; }
/* barra flutuante com efeito glass (cápsula) */
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 8px 8px 8px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 18px 50px -24px rgba(0,0,0,.6);
  transition: background .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
}
.site-header.scrolled .nav-inner {
  background: rgba(255,255,255,.72);
  border-color: rgba(10,10,10,.07);
  box-shadow: 0 18px 46px -24px rgba(0,0,0,.22);
}
.brand-logo { height: 38px; width: auto; transition: transform .6s var(--ease); }
.brand:hover .brand-logo { transform: scale(1.05); }

/* ---------- Menu pílula (desktop) com realce deslizante ---------- */
.pill-nav { display: flex; }
.pill-list {
  position: relative;
  display: flex; align-items: center;
  list-style: none; padding: 0; margin: 0;
}
.pill-tab { position: relative; z-index: 1; }
.pill-tab a {
  display: block; cursor: pointer; white-space: nowrap;
  padding: 9px 18px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600;
  font-size: .9rem; color: #f2f2f2;
  transition: color .5s var(--ease);
}
.site-header.scrolled .pill-tab a { color: var(--navy); }
.pill-tab a:hover { color: var(--amber); }
.site-header.scrolled .pill-tab a:hover { color: var(--orange-600); }
/* realce que desliza por baixo do item em hover/foco */
.pill-cursor {
  position: absolute; z-index: 0;
  top: 3px; bottom: 3px; left: 0; width: 0;
  border-radius: 999px; background: rgba(255,255,255,.14);
  opacity: 0;
  transition: left .5s var(--ease), width .5s var(--ease), opacity .45s var(--ease), background .5s var(--ease);
}
.site-header.scrolled .pill-cursor { background: rgba(247,134,31,.16); }

.site-header:not(.scrolled) .brand-logo { filter: brightness(0) invert(1); }

/* ---------- Menu mobile (slide-in) ---------- */
.mobile-menu {
  position: fixed; inset: 0 0 0 auto; z-index: 99;
  width: min(82vw, 320px);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: 22px; padding: 40px;
  background: var(--navy-900);
  transform: translateX(100%); transition: transform .55s var(--ease);
  box-shadow: -20px 0 60px -20px rgba(0,0,0,.6);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a:not(.btn) {
  color: #f2f2f2; font-family: var(--font-head); font-weight: 600;
  font-size: 1.15rem; position: relative; transition: color .6s var(--ease);
}
.mobile-menu a:not(.btn):hover { color: var(--orange); }
.mobile-menu .nav-cta { margin-top: 8px; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: .3s var(--ease); }
.site-header.scrolled .nav-toggle span { background: var(--navy); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ====================================================================
   HERO
   ==================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 120px; padding-bottom: 80px;
  background: #000000;
  color: #f2f2f2;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
/* único gradiente radial laranja (15%) percorrendo o fundo preto */
.hero-glow {
  position: absolute; top: 50%; left: 50%;
  width: 95vw; height: 95vw; max-width: 1200px; max-height: 1200px;
  background: radial-gradient(circle, var(--orange) 0%, transparent 60%);
  opacity: .20;
  transform: translate(-50%, -50%);
  animation: heroGlow 20s ease-in-out infinite alternate;
}
/* gradiente deslocado mais para a direita */
@keyframes heroGlow {
  0%   { transform: translate(-38%, -64%); }
  50%  { transform: translate(2%, -42%); }
  100% { transform: translate(-22%, -28%); }
}
.grid-overlay {
  position: absolute; inset: 0; z-index: 1;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%);
}

@keyframes float1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-30px,40px)} }
@keyframes float2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(40px,-30px)} }
@keyframes heroDrift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(5%, -4%) scale(1.08); }
  100% { transform: translate(-5%, 5%) scale(1.04); }
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-head); font-weight: 600; font-size: .85rem;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(247,134,31,.16); color: var(--amber);
  border: 1px solid rgba(247,134,31,.35);
  margin-bottom: 22px;
}
.hero-copy h1 { color: #fff; margin-bottom: 20px; }
.hero-copy .hl {
  background: linear-gradient(120deg, var(--orange), var(--amber));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { font-size: 1.16rem; color: #cccccc; max-width: 540px; margin-bottom: 32px; }
.lead strong { color: #fff; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; }
/* "Ver produtos": borda branca/transparente → fundo branco/texto preto */
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.85); background: transparent; }
.hero-actions .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.hero-trust li { font-size: .94rem; color: #9c9c9c; position: relative; padding-left: 24px; }
.hero-trust li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19 20 8l-1.5-1.5z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19 20 8l-1.5-1.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.hero-trust strong { color: #f2f2f2; }

/* Hero visual — imagem única, sem fundo e sem borda */
.hero-visual { position: relative; min-height: 440px; }
.hero-img-wrap {
  position: relative; width: 100%; aspect-ratio: 4 / 4.6;
  background: transparent; border: 0; box-shadow: none;
  display: grid; place-items: center;
}
.hero-img-wrap img {
  width: 100%; height: 100%;
  object-fit: contain;            /* mostra a imagem inteira, sem cortar */
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.45));
}
.hero-card {
  position: absolute; border-radius: var(--radius);
  background: rgba(255,255,255,.95); box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.hero-card-main { inset: 8% 6% 10% 14%; }
.hero-card-float { width: 42%; }
.float-1 { top: -2%; left: -4%; width: 38%; animation: bob 6s ease-in-out infinite; }
.float-2 { bottom: 2%; right: -2%; width: 40%; animation: bob 7s ease-in-out infinite .8s; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }

.hero-badge {
  position: absolute; top: 38%; right: 4%;
  background: linear-gradient(135deg, var(--orange), var(--orange-600));
  color: #fff; border-radius: 16px; padding: 14px 18px;
  display: flex; flex-direction: column; align-items: center; line-height: 1;
  box-shadow: 0 18px 30px -12px rgba(233,109,0,.7);
}
.float-3 { animation: bob 5.5s ease-in-out infinite .4s; }
.hero-badge-num { font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; }
.hero-badge-txt { font-size: .72rem; opacity: .9; margin-top: 4px; }

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.4); border-radius: 14px;
}
.scroll-cue span {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px; background: var(--amber); border-radius: 3px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot { 0%{opacity:0;top:8px} 40%{opacity:1} 80%{opacity:0;top:24px} 100%{opacity:0} }

/* ====================================================================
   STATS
   ==================================================================== */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding-block: clamp(40px, 6vw, 64px);
}
.stat { text-align: center; padding: 12px; border-right: 1px solid var(--line); cursor: default; }
.stat:last-child { border-right: none; }
.stat-num {
  display: block; font-family: var(--font-head); font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--navy); line-height: 1;
  transition: color .8s var(--ease), transform .8s var(--ease);
}
.stat:hover .stat-num { color: var(--orange-600); transform: translateY(-4px) scale(1.05); }
.stat-label { display: block; color: var(--muted); font-size: .95rem; margin-top: 10px; transition: color .8s var(--ease); }
.stat:hover .stat-label { color: var(--ink); }

/* ====================================================================
   SOBRE
   ==================================================================== */
.sobre-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.sobre-media { position: relative; }
.media-frame {
  position: relative; z-index: 2; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-lg); background: var(--bg-2);
}
.media-frame img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
.media-accent {
  position: absolute; z-index: 1; right: -22px; bottom: -22px;
  width: 70%; height: 70%; border-radius: var(--radius);
  background: linear-gradient(135deg, var(--orange), var(--amber)); opacity: .9;
}
.check-list { list-style: none; margin: 24px 0 30px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: var(--ink); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 22px; height: 22px; border-radius: 7px;
  background: rgba(247,134,31,.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e96d00' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19 20 8l-1.5-1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 15px;
}
.sobre-copy p { color: var(--muted); font-size: 1.06rem; margin-top: 8px; }

/* ====================================================================
   DIFERENCIAIS
   ==================================================================== */
.diferenciais { background: var(--white); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.feature {
  padding: 14px 38px;
  position: relative;
  text-align: center;
  transition: transform .75s var(--ease);
}
/* traço leve separando os itens (vertical no desktop) */
.feature + .feature::before {
  content: ""; position: absolute; left: 0; top: 8px; bottom: 8px;
  width: 1px; background: var(--line);
}
.feature:hover { transform: translateY(-6px); }
.feature-ico {
  width: 56px; height: 56px; margin: 0 auto 18px;
  display: grid; place-items: center;
  color: var(--orange-600);
  transition: transform .75s var(--ease), color .75s var(--ease);
}
.feature:hover .feature-ico {
  transform: scale(1.12) translateY(-2px);
  color: var(--orange);
}
.feature-ico svg { width: 46px; height: 46px; }
.feature h3 { margin-bottom: 10px; color: var(--navy); transition: color .75s var(--ease); }
.feature:hover h3 { color: var(--orange-600); }
.feature p { color: var(--muted); font-size: 1rem; }

/* ====================================================================
   PRODUTOS
   ==================================================================== */
.produtos { background: var(--bg); position: relative; padding: 0; }
/* área fixa (pin) enquanto o carrossel se move horizontalmente */
.produtos-pin {
  position: sticky; top: 0;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  gap: clamp(24px, 4vw, 44px);
  overflow: hidden;
  padding-block: clamp(48px, 7vw, 90px);
}
.produtos-pin .section-head { margin-bottom: 0; }

.produtos-viewport {
  width: 100%; overflow: hidden;
  scrollbar-width: none; -ms-overflow-style: none; /* esconde a barra no fallback */
}
.produtos-viewport::-webkit-scrollbar { display: none; }
.produtos-track {
  display: flex; gap: 24px; padding-inline: max(22px, calc((100vw - var(--maxw)) / 2));
  will-change: transform;
}
.produto {
  flex: 0 0 320px; width: 320px;
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .8s var(--ease), border-color .8s var(--ease);
  display: flex; flex-direction: column;
}
.produto:hover { transform: translateY(-8px); }
/* imagem inteira do produto, sem box sobreposto */
.produto-img {
  aspect-ratio: 4/3;
  display: grid; place-items: center; overflow: hidden; padding: 10px;
}
.produto-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 1s var(--ease); }
.produto:hover .produto-img img { transform: scale(1.06); }
.produto-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.produto-body h3 { color: var(--navy); margin-bottom: 6px; }
.produto-body p { color: var(--muted); font-size: .96rem; flex: 1; margin-bottom: 16px; }
.produto-cta {
  font-family: var(--font-head); font-weight: 600; color: var(--orange-600);
  align-self: flex-start; position: relative; transition: color .7s var(--ease);
}
.produto-cta:hover { color: var(--navy); }

/* ====================================================================
   ONDE ATUAMOS
   ==================================================================== */
.atuacao {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 0% 0%, var(--navy-700), var(--navy-900));
  color: #f2f2f2;
}
/* brilho radial que acompanha o cursor */
.atuacao::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%),
              rgba(247,134,31,.28), rgba(247,134,31,.08) 35%, transparent 62%);
  opacity: 0; transition: opacity .8s var(--ease);
}
.atuacao.cursor-active::before { opacity: 1; }
.atuacao > .container { position: relative; z-index: 1; }
.atuacao-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px,6vw,70px); align-items: center; }
.atuacao-copy h2 { color: #fff; }
.atuacao-copy p { color: #c4c4c4; font-size: 1.08rem; margin: 8px 0 22px; }
.atuacao-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.atuacao-tags span {
  font-size: .88rem; padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
}
.atuacao-media { display: grid; place-items: center; }
.map-frame {
  width: 100%; aspect-ratio: 4/3.4; max-width: 540px;
  border: 0; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  filter: grayscale(.15) contrast(1.05);
}

/* ====================================================================
   CONTATO
   ==================================================================== */
.contato { background: var(--white); }
.contato-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.contato-text h2 { color: var(--navy); }
.contato-text > p { color: var(--muted); margin: 8px 0 26px; font-size: 1.06rem; }
.contato-list { list-style: none; display: grid; gap: 16px; }
.contato-list li { display: flex; align-items: center; gap: 14px; font-size: 1.02rem; color: var(--ink); }
.contato-list a { color: var(--ink); font-weight: 600; transition: color .7s var(--ease); }
.contato-list a:hover { color: var(--orange-600); }
.ci-ico {
  width: 42px; height: 42px; flex: none; border-radius: 12px;
  display: grid; place-items: center;
  background-color: rgba(247,134,31,.12);
  background-repeat: no-repeat; background-position: center; background-size: 20px;
}
.ci-ico { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e96d00' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 14.4c-.3-.2-1.7-.9-2-1-.3-.1-.5-.1-.7.2l-.9 1.1c-.2.2-.3.2-.6.1-1.6-.8-2.6-1.4-3.7-3.2-.3-.5.3-.5.8-1.5.1-.2 0-.4 0-.5l-1-2.3c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-1 1-1.3 2.4-.5 4 .9 1.9 2 3.3 3.9 4.6 2.6 1.7 3.4 1.4 4 1.3.6-.1 1.7-.7 2-1.4.2-.7.2-1.2.1-1.4z'/%3E%3C/svg%3E"); }
.ci-pin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e96d00' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/%3E%3C/svg%3E"); }
.ci-doc { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e96d00' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v13a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2zm8 1.5V8h4.5L14 3.5z'/%3E%3C/svg%3E"); }

/* Form */
.quote-form {
  background: var(--bg); border: 1px solid transparent;
  border-radius: 20px; padding: clamp(24px, 3vw, 34px);
  color: var(--ink); box-shadow: var(--shadow);
  transition: border-color .7s var(--ease), transform .7s var(--ease), box-shadow .7s var(--ease);
}
/* borda fina laranja (1px) + leve "pop", apenas no hover */
.quote-form:hover {
  border-color: var(--orange);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -22px rgba(247, 134, 31, .35);
}
.quote-form h3 { color: var(--navy); margin-bottom: 18px; font-size: 1.3rem; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .88rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 13px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--white); transition: border-color .5s var(--ease), box-shadow .5s var(--ease); resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(247,134,31,.14); background: #fff;
}
.field input.invalid { border-color: #e23b3b; box-shadow: 0 0 0 4px rgba(226,59,59,.12); }
.form-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 12px; }

/* ====================================================================
   FOOTER
   ==================================================================== */
.site-footer { background: var(--navy-900); color: #9c9c9c; }
.footer-inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px;
  padding: clamp(48px, 6vw, 72px) 22px clamp(30px, 4vw, 44px);
  align-items: start;
}
.footer-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { max-width: 320px; font-size: .96rem; }
.footer-nav { display: grid; gap: 12px; }
.footer-nav a, .footer-contact a, .footer-contact span { font-size: .96rem; transition: color .6s var(--ease); }
.footer-nav a:hover, .footer-contact a:hover { color: var(--amber); }
.footer-contact { display: grid; gap: 10px; }
.footer-contact a { font-family: var(--font-head); font-weight: 600; color: #fff; font-size: 1.1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom .container {
  font-size: .85rem; color: #777777;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}
.footer-credit a { color: var(--orange); font-weight: 600; transition: color .6s var(--ease); }
.footer-credit a:hover { color: var(--amber); }

/* ====================================================================
   WHATSAPP FLOAT
   ==================================================================== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--wa), var(--wa-dark)); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(29,168,81,.7);
  transition: transform .6s var(--ease);
  animation: pulse 2.4s ease-out infinite;
}
.wa-float:hover { transform: scale(1.12); }
.wa-float .wa-ico { width: 30px; height: 30px; }
@keyframes pulse {
  0% { box-shadow: 0 14px 30px -8px rgba(29,168,81,.7), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 14px 30px -8px rgba(29,168,81,.7), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 14px 30px -8px rgba(29,168,81,.7), 0 0 0 0 rgba(37,211,102,0); }
}

/* ====================================================================
   REVEAL ANIMATION
   ==================================================================== */
/* entrada suave: fade + leve subida + desfoque que se dissolve */
.reveal {
  opacity: 0;
  transform: translateY(46px);
  filter: blur(8px);
  transition: opacity 1.1s var(--ease),
              transform 1.2s var(--ease),
              filter 1.1s var(--ease);
  will-change: opacity, transform, filter;
}
.reveal.in { opacity: 1; transform: none; filter: blur(0); }

/* variante: entra com leve zoom (usada na imagem do hero) */
.reveal-zoom { transform: translateY(40px) scale(.92); }
.reveal-zoom.in { transform: none; }

/* flutuar contínuo e sutil da imagem do hero (após a entrada) */
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-img-wrap img { animation: heroFloat 7s ease-in-out infinite; }

/* ====================================================================
   RESPONSIVO
   ==================================================================== */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { min-height: 380px; max-width: 460px; margin-inline: auto; width: 100%; }
  .sobre-inner, .atuacao-inner, .contato-inner { grid-template-columns: 1fr; }
  .sobre-media { max-width: 520px; margin-inline: auto; }
  .atuacao-media { order: -1; }
  .footer-inner { grid-template-columns: 1fr 1fr; }

  /* menu: esconde a pílula e o CTA, mostra o hambúrguer */
  .pill-nav, .nav-inner > .nav-cta { display: none; }
  .nav-toggle { display: flex; z-index: 101; }
  .site-header:not(.scrolled) .nav-toggle span,
  .nav-toggle[aria-expanded="true"] span { background: #fff; }
}

@media (max-width: 760px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); padding-block: 22px; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }

  .hero { min-height: auto; }
  .hero-trust { gap: 10px 18px; }

  /* Diferenciais: empilha com traço horizontal */
  .cards-3 { grid-template-columns: 1fr; }
  .feature { padding: 24px 6px; }
  .feature + .feature::before {
    left: 6px; right: 6px; top: 0; bottom: auto; width: auto; height: 1px;
  }

  /* Produtos: desliga o "pin" e vira carrossel deslizável por toque */
  .produtos { height: auto !important; }
  .produtos-pin { position: static; min-height: 0; padding-block: 64px; }
  .produtos-viewport {
    overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding-bottom: 10px;
  }
  .produtos-track { transform: none !important; }
  .produto { scroll-snap-align: center; }
}

@media (max-width: 540px) {
  .footer-inner { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .map-frame { max-width: 100%; }
  .footer-inner { text-align: center; }
  .footer-brand p { margin-inline: auto; }
  .footer-nav, .footer-contact { justify-items: center; }
  .produto { flex-basis: 82vw; width: 82vw; }
}

/* Acessibilidade: respeitar preferência de menos movimento.
   Desligamos animações em loop e o slide de entrada, mas mantemos as
   transições suaves de cor/opacidade do hover (não causam desconforto). */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  /* mantém um fade suave (confortável), sem movimento/desfoque */
  .reveal { transform: none !important; filter: none !important; transition: opacity 1s var(--ease) !important; }
  html { scroll-behavior: auto; }
}
