/* ==========================================================================
   ALQUIMIA NATURAL — Estilos completos do site
   Todas as cores, fontes, animações e layouts ficam aqui.
   Edite à vontade. Salve. Faça upload no FTP.
   ========================================================================== */

/* =========== 1. DESIGN TOKENS (cores, raios, etc.) ===================== */
:root {
  --bg:        hsl(120 33% 98%);
  --surface:   #ffffff;
  --ink:       hsl(142 45% 12%);
  --ink-soft:  hsl(142 18% 30%);
  --muted:     hsl(140 14% 50%);
  --line:      hsl(135 18% 88%);
  --leaf:      hsl(135 38% 52%);
  --leaf-deep: hsl(145 50% 22%);
  --sun:       hsl(45 92% 60%);
  --citrus:    hsl(28 92% 56%);
  --berry:     hsl(5 82% 56%);
  --radius:    1.25rem;
}

/* =========== 2. RESET =================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul, ol { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }
html, body { background: var(--bg); color: var(--ink); }
body {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  overflow-x: hidden;
}
::selection { background: hsl(135 38% 52% / 0.25); color: var(--leaf-deep); }

/* =========== 3. FONTES ================================================== */
.display { font-family: "Outfit", sans-serif; letter-spacing: -0.02em; }
.serif   { font-family: "Fraunces", serif; font-style: italic; font-weight: 300; }

/* =========== 4. CONTAINER & UTILS ====================================== */
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 640px) { .container { padding: 0 32px; } }

.eyebrow {
  font-family: "Outfit", sans-serif; font-weight: 500;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.28em;
  color: var(--citrus);
}
.section-title {
  font-family: "Outfit", sans-serif; font-weight: 600;
  font-size: clamp(32px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.02em;
  color: var(--leaf-deep); margin-top: 12px;
}
.section-title .serif { color: var(--citrus); }
.lead { margin-top: 24px; max-width: 560px; font-size: 18px; color: var(--ink-soft); line-height: 1.7; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 18px; border-radius: 999px; font-family: "Outfit", sans-serif; font-weight: 600; font-size: 14px; transition: all .2s; white-space: nowrap; line-height: 1; }
.btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.btn-primary  { background: var(--leaf-deep); color: #fff; }
.btn-primary:hover  { background: var(--leaf); }
.btn-outline  { border: 1px solid var(--leaf-deep); color: var(--leaf-deep); }
.btn-outline:hover  { background: hsl(135 38% 52% / 0.08); }
.btn-yellow   { background: var(--sun); color: var(--leaf-deep); }
.btn-yellow:hover   { background: #fff; }
.btn-ghost-white { border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.btn-ghost-white:hover { background: rgba(255,255,255,0.1); }

.section { padding: 96px 0; position: relative; }
.section-sm { padding: 60px 0; }
.mt-3{margin-top:12px;} .mt-4{margin-top:16px;} .mt-6{margin-top:24px;} .mt-8{margin-top:32px;} .mt-10{margin-top:40px;} .mt-12{margin-top:48px;} .mt-14{margin-top:56px;}
.flex{display:flex;} .flex-wrap{flex-wrap:wrap;} .gap-3{gap:12px;} .gap-4{gap:16px;}
.text-center{text-align:center;}
.hidden{display:none;}
@media(min-width:640px){.sm-flex{display:flex;}}
@media(min-width:1024px){.lg-flex{display:flex;}}

/* =========== 5. HEADER + MEGA MENU ===================================== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 16px 0; transition: all .3s;
}
.header.scrolled {
  padding: 8px 0;
  background: hsl(0 0% 100% / 0.72);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid hsl(135 18% 88% / 0.6);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.logo { display: flex; align-items: center; gap: 12px; transition: transform .2s; }
.logo:hover { transform: scale(1.02); }
.logo-icon {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
}
.logo-icon img { width: 250px; height: 50%; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text .n { font-family: "Outfit"; font-size: 16px; font-weight: 600; color: var(--leaf-deep); }
.logo-text .t { font-family: "Outfit"; font-size: 11px; letter-spacing: 0.32em; color: var(--muted); margin-top: 2px; }

.nav { display: none; gap: 36px; align-items: center; }
@media (min-width: 1024px) { .nav { display: flex; } }
.nav-item { position: relative; }
.nav-link { font-family: "Outfit"; font-weight: 500; font-size: 14px; position: relative; padding: 8px 0; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--leaf-deep); transition: right .28s cubic-bezier(.22,.61,.36,1); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-link.active { color: var(--leaf-deep); }
.nav-link .caret { transition: transform .2s; font-size: 10px; }
.nav-item:hover .nav-link .caret { transform: rotate(180deg); }

/* Mega menu */
.mega-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  padding-top: 16px; width: 660px;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
}
.nav-item:hover .mega-menu { opacity: 1; pointer-events: auto; }
.mega-menu-inner {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  box-shadow: 0 25px 50px hsl(145 50% 22% / 0.15);
  padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.mega-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 14px; transition: background .2s;
}
.mega-item:hover { background: hsl(135 38% 52% / 0.08); }
.mega-thumb {
  width: 48px; height: 48px; border-radius: 10px;
  background: hsl(135 38% 52% / 0.06); padding: 6px;
  display: grid; place-items: center; flex-shrink: 0; overflow: hidden;
}
.mega-thumb img { width: 100%; height: 100%; object-fit: contain; }
.mega-text { display: flex; flex-direction: column; min-width: 0; }
.mega-text .n { font-family: "Outfit"; font-weight: 600; font-size: 14px; color: var(--ink); }
.mega-item:hover .mega-text .n { color: var(--leaf-deep); }
.mega-text .s { font-family: "DM Sans"; font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 240px; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.search-trigger {
  display: none; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: #fff;
  padding: 8px 16px; border-radius: 999px;
  font-family: "Outfit"; font-size: 12px; color: var(--muted);
  transition: all .2s;
}
@media (min-width: 640px) { .search-trigger { display: inline-flex; } }
.search-trigger:hover { color: var(--ink); border-color: var(--leaf); }
.search-trigger kbd {
  display: none; background: var(--bg); padding: 2px 6px; border-radius: 4px; font-size: 10px;
}
@media (min-width: 768px) { .search-trigger kbd { display: inline-block; } }

.header-wa { display: none; }
@media (min-width: 768px) { .header-wa { display: inline-flex; padding: 10px 20px; font-size: 12px; } }

.mobile-toggle {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff;
}
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-toggle svg { width: 18px; height: 18px; }

/* Mobile drawer */
.mobile-menu {
  display: none;
  position: absolute; top: 100%; left: 12px; right: 12px;
  margin-top: 8px; background: #fff; border: 1px solid var(--line);
  border-radius: 24px; padding: 20px;
  box-shadow: 0 25px 50px hsl(145 50% 22% / 0.1);
  max-height: 80vh; overflow-y: auto;
}
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 16px; border-radius: 12px; font-family: "Outfit"; font-weight: 500; font-size: 16px; }
.mobile-menu a:hover { background: hsl(135 38% 52% / 0.08); }
.mobile-menu .label-mini { padding: 12px 16px 6px; font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted); }
.mobile-menu .prod { display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 12px; }
.mobile-menu .prod:hover { background: hsl(135 38% 52% / 0.06); }
.mobile-menu .prod img { width: 40px; height: 40px; border-radius: 8px; background: hsl(135 38% 52% / 0.08); padding: 4px; object-fit: contain; }

/* =========== 6. HERO ==================================================== */
.hero {
  position: relative; min-height: 100svh; padding: 112px 0 80px;
  overflow: hidden;
}
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.7'/></svg>");
}
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.55; pointer-events: none; z-index: 0; }
.blob-1 { top: -120px; left: -120px; width: 420px; height: 420px; background: #85e09c8c; }
.blob-2 { bottom: -80px; right: -80px; width: 360px; height: 360px; background: #fbd76a8c; }
.blob-3 { top: 30%; right: 18%; width: 260px; height: 260px; background: #fbae6a59; }

/* Folhas e bolinhas flutuantes do hero */
.floating-natura { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.fn-leaf, .fn-dot {
  position: absolute;
  animation: floatLeaf 8s ease-in-out infinite;
}
.fn-dot { border-radius: 50%; opacity: 0.85; filter: blur(0.5px); animation: floatLeaf 7s ease-in-out infinite; }
@keyframes floatLeaf {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50%      { transform: translateY(-16px) rotate(calc(var(--r, 0deg) + 8deg)); }
}

.hero-grid { position: relative; z-index: 1; display: grid; gap: 64px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.15fr 0.85fr; } }

.tag-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: hsl(0 0% 100% / 0.7); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 16px;
  font-family: "Outfit"; font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.22em; color: var(--leaf-deep);
}
.tag-pill svg { width: 14px; height: 14px; }

.hero h1 {
  margin-top: 24px;
  font-family: "Outfit"; font-weight: 600;
  font-size: clamp(40px, 7vw, 84px); line-height: 0.95; letter-spacing: -0.02em;
  color: var(--leaf-deep);
}
.hero h1 .serif { color: var(--citrus); }

.hero-search {
  display: flex; align-items: center; gap: 12px;
  width: 100%; max-width: 560px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 20px; margin-top: 32px;
  box-shadow: 0 10px 25px hsl(145 50% 22% / 0.05);
  transition: all .2s; text-align: left;
}
.hero-search:hover { box-shadow: 0 20px 40px hsl(145 50% 22% / 0.1); border-color: var(--leaf); }
.hero-search svg { color: var(--leaf-deep); width: 18px; flex-shrink: 0; }
.hero-search .ph { flex: 1; font-family: "Outfit"; font-size: 15px; color: var(--muted); }
.hero-search .kbd { display: none; align-items: center; gap: 4px; font-size: 12px; color: var(--muted); }
@media (min-width: 640px) { .hero-search .kbd { display: inline-flex; } }
.hero-search .kbd kbd { background: var(--bg); padding: 4px 8px; border-radius: 4px; font-family: "Outfit"; font-size: 11px; }

.hero-stats { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 460px; }
.hero-stats > div { padding-left: 16px; border-left: 2px solid hsl(135 38% 52% / 0.3); }
.hero-stats .v { font-family: "Outfit"; font-size: 24px; font-weight: 600; color: var(--leaf-deep); }
.hero-stats .l { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted); margin-top: 2px; }

.hero-showcase { position: relative; height: 480px; }
@media (min-width: 640px) { .hero-showcase { height: 560px; } }
@media (min-width: 1024px) { .hero-showcase { height: 600px; } }
.hero-showcase-bg {
  position: absolute; inset: 0; border-radius: 40px;
  background: linear-gradient(135deg, hsl(135 38% 52% / .18), hsl(45 92% 60% / .2), hsl(5 82% 56% / .15));
  transform: rotate(-2deg);
}
.hero-bottle {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.hero-bottle img {
  height: 90%; width: auto; object-fit: contain;
  filter: drop-shadow(0 25px 50px rgba(0,0,0,.25));
  animation: floatY 9s ease-in-out infinite;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-18px) rotate(8deg); }
}
.chip {
  position: absolute; z-index: 2; background: #fff; padding: 12px 16px;
  border-radius: 16px; border: 1px solid var(--line);
  box-shadow: 0 20px 25px hsl(145 50% 22% / 0.1);
  font-family: "Outfit"; animation: chipFloat 4s ease-in-out infinite;
}
.chip-top { top: 32px; left: 16px; }
.chip-bot { bottom: 48px; right: 16px; animation-duration: 5s; }
@media (min-width: 640px) { .chip-top { left: 0; } .chip-bot { right: 0; } }
@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.chip .t { font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.chip .t svg { width: 14px; height: 14px; }
.chip .s { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* Marquee */
.marquee {
  margin-top: 80px; overflow: hidden; padding: 20px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: hsl(0 0% 100% / 0.6); backdrop-filter: blur(8px);
  position: relative; z-index: 1;
}
.marquee-track { display: flex; white-space: nowrap; animation: marquee 38s linear infinite; }
.marquee-track > div { display: flex; flex-shrink: 0; }
.marquee span {
  display: inline-flex; align-items: center; gap: 16px; padding: 0 16px;
  font-family: "Outfit"; font-size: clamp(14px, 3vw, 16px);
  color: var(--leaf-deep); letter-spacing: -0.02em;
}
.marquee span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--citrus); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =========== 7. PRODUCTS GRID ========================================== */
.products-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  overflow: hidden; transition: all .35s ease; display: block;
}
.product-card:hover { transform: translateY(-4px); border-color: var(--leaf); box-shadow: 0 25px 50px hsl(145 50% 22% / 0.1); }
.product-card-img { position: relative; aspect-ratio: 5/4; display: grid; place-items: center; overflow: hidden; }
.product-card-img::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.05); }
.product-card-img img { position: relative; z-index: 1; max-height: 88%; width: auto; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(0,0,0,.2)); transition: transform .7s; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-num {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: hsl(0 0% 100% / 0.88); backdrop-filter: blur(4px);
  padding: 4px 12px; border-radius: 999px;
  font-family: "Outfit"; font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--leaf-deep);
}
.product-card-body { padding: 24px 28px 28px; }
.product-card h3 { font-family: "Outfit"; font-size: 22px; font-weight: 600; color: var(--leaf-deep); }
.product-card .pcard-tag { font-family: "Fraunces", serif; font-style: italic; font-size: 16px; color: var(--citrus); margin-top: 4px; }
.product-card .pcard-desc { font-size: 14px; color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.product-card .pcard-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-family: "Outfit"; font-size: 12px; font-weight: 600; color: var(--leaf-deep); }
.product-card:hover .pcard-cta svg { transform: translateX(4px); }
.product-card .pcard-cta svg { transition: transform .3s; width: 14px; height: 14px; }

/* Gradientes por categoria */
.bg-groselha           { background: linear-gradient(135deg, #fb7185, #f43f5e 50%, #dc2626); }
.bg-refrescos-em-po    { background: linear-gradient(135deg, #fcd34d, #fb923c 50%, #f97316); }
.bg-guarana            { background: linear-gradient(135deg, #f87171, #ef4444 50%, #be123c); }
.bg-sucos-concentrados { background: linear-gradient(135deg, #fde047, #fbbf24 50%, #f97316); }
.bg-gelatinas          { background: linear-gradient(135deg, #f9a8d4, #e879f9 50%, #a855f7); }
.bg-refresqueiras      { background: linear-gradient(135deg, #6ee7b7, #10b981 50%, #0d9488); }
.bg-mingau             { background: linear-gradient(135deg, #fde047, #f59e0b 50%, #ea580c); }
.bg-isotonico-em-po    { background: linear-gradient(135deg, #7dd3fc, #22d3ee 50%, #3b82f6); }

/* =========== 8. STATS STRIP ============================================= */
.stats-strip {
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
}
@media (min-width: 640px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .stats-strip { grid-template-columns: repeat(4, 1fr); } }
.stat-box { background: #fff; padding: 36px 28px; }
.stat-box .v { font-family: "Outfit"; font-size: clamp(40px, 5vw, 56px); font-weight: 600; color: var(--leaf-deep); font-variant-numeric: tabular-nums; }
.stat-box .v .plus { color: var(--citrus); }
.stat-box .l { font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); margin-top: 8px; }
.stat-box .d { margin-top: 12px; font-size: 14px; color: var(--ink-soft); line-height: 1.65; }

/* =========== 9. TESTIMONIALS =========================================== */
.testimonial-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.tab-btn {
  border: 1px solid var(--line); background: #fff;
  padding: 8px 20px; border-radius: 999px;
  font-family: "Outfit"; font-size: 12px; font-weight: 500;
  color: var(--ink); transition: all .2s;
}
.tab-btn.active { background: var(--leaf-deep); border-color: var(--leaf-deep); color: #fff; }
.tab-btn:hover:not(.active) { border-color: var(--leaf); }

.testimonials-grid { display: grid; gap: 32px; }
@media (min-width: 640px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.t-card-wrap:nth-child(odd) .t-card { transform: rotate(-1.5deg); }
.t-card-wrap:nth-child(even) .t-card { transform: rotate(1.5deg); }

/* WhatsApp mockup */
.t-wa {
  border-radius: 28px; overflow: hidden; max-width: 420px; margin: 0 auto;
  border: 1px solid var(--line); box-shadow: 0 25px 50px hsl(145 50% 22% / 0.12);
  background: #f0f2f5;
}
.t-wa-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #075e54; color: #fff; }
.t-wa-head img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px rgba(255,255,255,0.3); }
.t-wa-head .n { font-family: "Outfit"; font-size: 14px; font-weight: 600; }
.t-wa-head .h { font-size: 11px; opacity: 0.8; }
.t-wa-head .online { margin-left: auto; font-size: 10px; opacity: 0.75; }
.t-wa-chat {
  background-color: #efeae2;
  background-image: radial-gradient(rgba(205,228,211,0.55) 1px, transparent 0);
  background-size: 18px 18px;
  padding: 20px 16px; min-height: 180px;
  display: flex; flex-direction: column; gap: 8px;
}
.t-wa-bubble { align-self: flex-end; max-width: 78%; background: #d9fdd3; color: #111b21; padding: 8px 12px; border-radius: 16px 16px 4px 16px; font-size: 14px; line-height: 1.4; box-shadow: 0 1px 1px rgba(0,0,0,0.05); }
.t-wa-bubble .meta { display: flex; justify-content: flex-end; align-items: center; gap: 4px; margin-top: 4px; font-size: 10px; color: #667781; }
.t-wa-bubble .meta svg { color: #53bdeb; width: 14px; height: 14px; }

/* Instagram mockup */
.t-ig {
  border-radius: 28px; overflow: hidden; max-width: 420px; margin: 0 auto;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 25px 50px hsl(145 50% 22% / 0.12);
}
.t-ig-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px; }
.t-ig-avatar { padding: 2px; border-radius: 50%; background: linear-gradient(45deg, #facc15, #ec4899, #a855f7); }
.t-ig-avatar img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px #fff; }
.t-ig-head .n { font-family: "Outfit"; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 4px; }
.t-ig-head .n .check { color: #0ea5e9; font-size: 12px; }
.t-ig-head .s { font-size: 11px; color: var(--muted); margin-top: 2px; }
.t-ig-head .more { margin-left: auto; color: var(--muted); }
.t-ig-quote {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, hsl(135 38% 52% / .12), hsl(45 92% 60% / .15), hsl(5 82% 56% / .12));
  display: grid; place-items: center; padding: 24px;
}
.t-ig-quote p { font-family: "Fraunces", serif; font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.3; color: var(--leaf-deep); text-align: center; }
.t-ig-actions { display: flex; align-items: center; gap: 16px; padding: 12px 16px 4px; color: var(--ink); }
.t-ig-actions svg { width: 22px; height: 22px; }
.t-ig-actions .heart { color: #ef4444; }
.t-ig-actions .save { margin-left: auto; }
.t-ig-body { padding: 4px 16px 20px; font-size: 14px; line-height: 1.5; }
.t-ig-body .likes { font-family: "Outfit"; font-weight: 600; font-size: 12px; }
.t-ig-body .cap { margin-top: 6px; }
.t-ig-body .cap .h { font-weight: 600; }

/* =========== 10. FAQ ==================================================== */
.faq-bg { background: linear-gradient(180deg, hsl(120 33% 98%), hsl(135 30% 95%)); }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 16px; margin-bottom: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.faq-q {
  width: 100%; text-align: left; padding: 22px 28px;
  font-family: "Outfit"; font-size: 17px; font-weight: 500; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color .2s;
}
.faq-q .arrow { transition: transform .25s; color: var(--muted); flex-shrink: 0; }
.faq-item.open .faq-q { color: var(--leaf-deep); }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); color: var(--leaf-deep); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 28px;
  font-size: 15px; color: var(--ink-soft); line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 28px 22px; }

/* =========== 11. FOOTER ================================================ */
.footer {
  margin-top: 128px; padding: 80px 0 40px;
  background: linear-gradient(180deg, hsl(120 33% 98%), hsl(135 30% 94%));
}
.footer-grid { display: grid; gap: 48px; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer h4 { font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); margin-bottom: 20px; }
.footer ul li { margin-bottom: 12px; font-family: "Outfit"; font-size: 14px; }
.footer ul li a { transition: color .2s; }
.footer ul li a:hover { color: var(--leaf-deep); }
.footer-info-li { display: flex; align-items: flex-start; gap: 10px; }
.footer-info-li svg { margin-top: 2px; color: var(--leaf); width: 14px; height: 14px; flex-shrink: 0; }
.footer-quote { font-family: "Fraunces", serif; font-style: italic; font-size: 18px; color: var(--ink-soft); margin-top: 20px; max-width: 380px; line-height: 1.5; }
.footer-social { margin-top: 24px; display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all .2s; }
.footer-social a:hover { border-color: var(--leaf); color: var(--leaf-deep); }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }

/* =========== 12. WHATSAPP FLUTUANTE ==================================== */
.wa-float {
  position: fixed; bottom: 20px; right: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: 8px;
  background: #25d366; color: #fff;
  padding: 8px 16px 8px 8px; border-radius: 999px;
  box-shadow: 0 20px 25px rgba(0,0,0,.2);
  animation: pulseRing 2.4s ease-out infinite;
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.04); box-shadow: 0 25px 35px rgba(0,0,0,.25); }
.wa-float-icon { width: 40px; height: 40px; border-radius: 50%; background: hsl(0 0% 100% / 0.15); display: grid; place-items: center; flex-shrink: 0; }
.wa-float-icon svg { width: 24px; height: 24px; fill: #fff; }
.wa-float-text { display: none; flex-direction: column; line-height: 1.1; }
@media (min-width: 640px) { .wa-float-text { display: flex; } }
.wa-float-text .t { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.85; }
.wa-float-text .n { font-family: "Outfit"; font-size: 14px; font-weight: 600; }
@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(51,204,89,0.45); }
  70%  { box-shadow: 0 0 0 22px rgba(51,204,89,0); }
  100% { box-shadow: 0 0 0 0 rgba(51,204,89,0); }
}

/* =========== 13. SEARCH MODAL (⌘K) ===================================== */
.search-overlay { position: fixed; inset: 0; z-index: 70; display: none; justify-content: center; align-items: flex-start; padding-top: 14vh; padding-inline: 16px; }
.search-overlay.open { display: flex; }
.search-backdrop { position: absolute; inset: 0; background: hsl(145 50% 22% / 0.45); backdrop-filter: blur(6px); }
.search-modal {
  position: relative; width: 100%; max-width: 640px;
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  box-shadow: 0 25px 50px hsl(145 50% 22% / 0.25);
  overflow: hidden;
  animation: searchPop .25s ease-out;
}
@keyframes searchPop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.search-input-row { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.search-input-row svg { color: var(--leaf-deep); width: 18px; flex-shrink: 0; }
.search-input { flex: 1; border: 0; background: transparent; outline: none; font-family: "Outfit"; font-size: 16px; color: var(--ink); }
.search-input::placeholder { color: var(--muted); }
.search-close { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.search-close:hover { background: var(--bg); }
.search-results { max-height: 55vh; overflow-y: auto; padding: 8px; }
.search-result { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; width: 100%; text-align: left; transition: background .2s; }
.search-result:hover { background: hsl(135 38% 52% / 0.08); }
.search-result-img { width: 44px; height: 44px; border-radius: 10px; background: hsl(135 38% 52% / 0.08); display: grid; place-items: center; padding: 6px; flex-shrink: 0; }
.search-result-img img { width: 100%; height: 100%; object-fit: contain; }
.search-result .n { font-family: "Outfit"; font-weight: 500; font-size: 14px; color: var(--ink); }
.search-result .s { font-size: 12px; color: var(--muted); }
.search-result .ar { margin-left: auto; color: var(--muted); flex-shrink: 0; }
.search-empty { padding: 32px 16px; text-align: center; font-size: 14px; color: var(--muted); }

/* =========== 14. CONTATO =============================================== */
.contato-grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .contato-grid { grid-template-columns: 1.2fr 1fr; } }
.contato-form { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; }
@media (min-width: 640px) { .contato-form { padding: 40px; } }
.contato-form h2 { font-family: "Outfit"; font-size: 28px; font-weight: 600; color: var(--leaf-deep); }
.contato-form .sub { margin-top: 6px; font-size: 14px; color: var(--muted); }
.contato-form .grid { display: grid; gap: 16px; margin-top: 32px; }
@media (min-width: 640px) { .contato-form .grid { grid-template-columns: repeat(2, 1fr); } }
.contato-form label { display: block; }
.contato-form .lbl { display: block; font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); margin-bottom: 6px; }
.contato-form input, .contato-form select, .contato-form textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--bg); font-family: "Outfit"; font-size: 15px; outline: none; transition: all .2s;
}
.contato-form textarea { resize: none; min-height: 140px; }
.contato-form input:focus, .contato-form select:focus, .contato-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px hsl(135 38% 52% / 0.2); }
.contato-form .full { grid-column: 1 / -1; }
.contato-info { background: var(--leaf-deep); color: #fff; border-radius: 24px; padding: 32px; }
@media (min-width: 640px) { .contato-info { padding: 40px; } }
.contato-info h2 { font-family: "Outfit"; font-size: 28px; font-weight: 600; }
.contato-info ul { margin-top: 28px; }
.contato-info li { display: flex; gap: 12px; margin-bottom: 20px; }
.contato-info .ic { width: 40px; height: 40px; border-radius: 50%; background: hsl(0 0% 100% / 0.1); display: grid; place-items: center; flex-shrink: 0; }
.contato-info .ic svg { width: 16px; height: 16px; color: var(--sun); }
.contato-info .lbl { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; opacity: 0.6; }
.contato-info .val { font-family: "Outfit"; font-size: 14px; margin-top: 2px; line-height: 1.4; }
.contato-info a.val:hover { text-decoration: underline; text-underline-offset: 4px; }

/* =========== 15. PÁGINA DE PRODUTO ===================================== */
.editorial-grid {
  background-image:
    linear-gradient(90deg, hsl(145 30% 22% / 0.04) 1px, transparent 0),
    linear-gradient(180deg, hsl(145 30% 22% / 0.04) 1px, transparent 0);
  background-size: 80px 80px;
}
.produto-hero { padding: 112px 0 48px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-family: "Outfit"; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.breadcrumb svg { width: 10px; height: 10px; }
.breadcrumb a:hover { color: var(--leaf-deep); }
.produto-grid { display: grid; gap: 48px; align-items: center; margin-top: 40px; }
@media (min-width: 1024px) { .produto-grid { grid-template-columns: 1.1fr 1fr; } }
.produto-img-wrap { position: relative; aspect-ratio: 1/1; }
.produto-img-bg-1 { position: absolute; inset: 0; border-radius: 48px; transform: rotate(-3deg); }
.produto-img-bg-2 { position: absolute; inset: 0; border-radius: 48px; background: rgba(255,255,255,0.1); transform: rotate(3deg); }
.produto-img-inner { position: absolute; inset: 0; display: grid; place-items: center; }
.produto-img-inner img { height: 88%; width: auto; object-fit: contain; filter: drop-shadow(0 25px 50px rgba(0,0,0,.25)); animation: floatY 9s ease-in-out infinite; }
.produto-img-chip { position: absolute; top: -16px; left: 8px; z-index: 2; background: #fff; padding: 12px 16px; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 20px 25px hsl(145 50% 22% / 0.1); font-family: "Outfit"; animation: chipFloat 4s ease-in-out infinite; }
@media (min-width: 640px) { .produto-img-chip { left: -24px; } }
.produto-img-chip .t { font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.produto-img-chip .t svg { width: 14px; height: 14px; color: var(--citrus); }
.produto-img-chip .s { font-size: 11px; color: var(--muted); margin-top: 2px; }

.produto-desc-grid { display: grid; gap: 56px; }
@media (min-width: 1024px) { .produto-desc-grid { grid-template-columns: 1.3fr 1fr; } }
.highlights-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; }
.highlights-card h3 { font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); }
.highlights-card ul { margin-top: 20px; }
.highlights-card li { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
.highlights-card .num { width: 28px; height: 28px; border-radius: 50%; background: var(--leaf-deep); color: #fff; display: grid; place-items: center; font-family: "Outfit"; font-size: 11px; font-weight: 500; flex-shrink: 0; }
.highlights-card .text { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

.specs-section { background: var(--leaf-deep); color: #fff; padding: 80px 0; }
.specs-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.specs-grid { display: grid; gap: 1px; background: hsl(0 0% 100% / 0.1); border-radius: 24px; overflow: hidden; }
@media (min-width: 640px) { .specs-grid { grid-template-columns: repeat(2, 1fr); } }
.spec { background: var(--leaf-deep); padding: 28px; }
.spec .lbl { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--sun); }
.spec .val { font-family: "Outfit"; font-size: 18px; font-weight: 500; margin-top: 8px; }

.prev-next { display: grid; gap: 16px; }
@media (min-width: 640px) { .prev-next { grid-template-columns: 1fr 1fr; } }
.prev-next a { display: flex; align-items: center; gap: 20px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 24px; transition: border .2s; }
.prev-next a:hover { border-color: var(--leaf); }
.prev-next .next { justify-content: flex-end; text-align: right; }
.prev-next .ico { color: var(--leaf-deep); transition: transform .2s; flex-shrink: 0; }
.prev-next a:hover .ico-l { transform: translateX(-4px); }
.prev-next a:hover .ico-r { transform: translateX(4px); }
.prev-next .lbl { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); }
.prev-next .name { font-family: "Outfit"; font-size: 20px; font-weight: 600; color: var(--leaf-deep); margin-top: 4px; }

/* =========== 16. INDÚSTRIA ============================================== */
.industria-cards { display: grid; gap: 40px; align-items: stretch; }
@media (min-width: 1024px) { .industria-cards { grid-template-columns: 1.2fr 1fr; } }
.industria-banner { position: relative; aspect-ratio: 16/10; border-radius: 24px; overflow: hidden; }
.industria-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.industria-banner-overlay { position: absolute; inset: 0; background: linear-gradient(to top right, rgba(28,84,51,0.55), transparent); }
.industria-banner-text { position: absolute; left: 24px; right: 24px; bottom: 24px; color: #fff; }
.industria-banner-text .q { font-family: "Fraunces", serif; font-style: italic; font-size: 22px; line-height: 1.3; }
.industria-banner-text .a { margin-top: 8px; font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; opacity: 0.85; }
.industria-mapa { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.industria-mapa h2 { font-family: "Outfit"; font-size: 26px; font-weight: 600; color: var(--leaf-deep); line-height: 1.2; }
.industria-mapa .pill { align-self: flex-start; background: hsl(135 38% 52% / 0.1); padding: 6px 14px; border-radius: 999px; font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--leaf-deep); display: inline-flex; align-items: center; gap: 6px; }
.industria-mapa .body { color: var(--ink-soft); line-height: 1.7; }
.industria-mapa-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.industria-mapa-grid > div { background: var(--bg); padding: 14px; border-radius: 12px; }
.industria-mapa-grid .k { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); }
.industria-mapa-grid .v { font-family: "Outfit"; font-size: 14px; font-weight: 500; margin-top: 4px; }

.percent-stats { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
@media (min-width: 1024px) { .percent-stats { grid-template-columns: repeat(3, 1fr); } }
.percent-stats > div { background: #fff; padding: 36px 28px; }
.percent-stats .v { font-family: "Outfit"; font-size: clamp(56px, 7vw, 80px); font-weight: 600; color: var(--leaf-deep); line-height: 1; }
.percent-stats .v .pct { color: var(--citrus); }
.percent-stats .l { font-family: "Outfit"; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--muted); margin-top: 12px; }
.percent-stats .d { margin-top: 12px; font-size: 15px; color: var(--ink-soft); line-height: 1.65; }

.fab-list { display: grid; gap: 12px; }
@media (min-width: 640px) { .fab-list { grid-template-columns: repeat(2, 1fr); } }
.fab-list li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 12px; transition: border .2s; }
.fab-list li:hover { border-color: var(--leaf); }
.fab-list .num { width: 36px; height: 36px; border-radius: 8px; background: hsl(135 38% 52% / 0.1); color: var(--leaf-deep); display: grid; place-items: center; font-family: "Outfit"; font-weight: 600; font-size: 14px; flex-shrink: 0; }
.fab-list .text { font-family: "Outfit"; font-size: 14px; font-weight: 500; }

.atuacao { background: var(--leaf-deep); color: #fff; padding: 96px 0; }
.atuacao-grid { display: grid; gap: 1px; background: hsl(0 0% 100% / 0.1); border-radius: 24px; overflow: hidden; margin-top: 48px; }
@media (min-width: 640px) { .atuacao-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .atuacao-grid { grid-template-columns: repeat(3, 1fr); } }
.atuacao-item { background: var(--leaf-deep); padding: 32px; transition: background .2s; }
.atuacao-item:hover { background: hsl(140 45% 18%); }
.atuacao-item svg { width: 28px; height: 28px; color: var(--sun); }
.atuacao-item h3 { font-family: "Outfit"; font-size: 20px; font-weight: 600; margin-top: 20px; }
.atuacao-item p { font-size: 14px; color: hsl(0 0% 100% / 0.7); margin-top: 8px; line-height: 1.6; }

/* =========== 17. LISTA DE PRODUTOS (página produtos.html) =============== */
.produtos-list { display: flex; flex-direction: column; gap: 24px; }
.produtos-row {
  display: grid; gap: 24px;
  grid-template-columns: 1fr;
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  overflow: hidden; transition: all .3s;
}
.produtos-row:hover { border-color: var(--leaf); transform: translateY(-4px); box-shadow: 0 20px 25px hsl(145 50% 22% / 0.1); }
@media (min-width: 640px) { .produtos-row { grid-template-columns: 260px 1fr auto; align-items: center; } }
.produtos-row-img { position: relative; aspect-ratio: 5/4; display: grid; place-items: center; overflow: hidden; }
@media (min-width: 640px) { .produtos-row-img { aspect-ratio: auto; height: 176px; } }
.produtos-row-img img { height: 86%; width: auto; object-fit: contain; filter: drop-shadow(0 15px 20px rgba(0,0,0,.2)); transition: transform .5s; }
.produtos-row:hover .produtos-row-img img { transform: scale(1.05); }
.produtos-row-body { padding: 24px 28px; }
@media (min-width: 640px) { .produtos-row-body { padding: 28px 0; } }
.produtos-row-num { font-family: "Outfit"; font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--citrus); }
.produtos-row h2 { font-family: "Outfit"; font-size: clamp(24px, 3vw, 32px); font-weight: 600; color: var(--leaf-deep); margin-top: 8px; }
.produtos-row .pt { font-family: "Fraunces", serif; font-style: italic; font-size: 18px; color: var(--citrus); margin-top: 4px; }
.produtos-row .ps { font-size: 15px; color: var(--ink-soft); line-height: 1.6; margin-top: 12px; }
.produtos-row-cta { padding: 0 28px 24px; }
@media (min-width: 640px) { .produtos-row-cta { padding: 0 28px 0 0; } }
.produtos-row-cta span { display: inline-flex; align-items: center; gap: 8px; background: hsl(135 38% 52% / 0.08); padding: 12px 20px; border-radius: 999px; font-family: "Outfit"; font-size: 12px; font-weight: 600; color: var(--leaf-deep); }
.produtos-row:hover .produtos-row-cta span svg { transform: translateX(4px); }
.produtos-row-cta svg { transition: transform .3s; width: 14px; height: 14px; }
