/*
Theme Name: LusoGoldFish Premium v28
Theme URI: https://example.com/lusogoldfish
Author: LusoGoldFish
Description: Tema WordPress WooCommerce premium para loja de peixes, aquários, acessórios e ração. v28: Cores personalizáveis no Customizer + Loja melhorada.
Version: 28.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: lusogoldfish
Tags: ecommerce, woocommerce, aquarium, pet, custom-logo, custom-menu, featured-images
*/

/* ═══════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════ */
:root {
  /* Cores principais — paleta teal-oceano com dourado quente */
  --bg: #f3faf8;
  --bg-2: #e8f5f1;
  --surface: #ffffff;
  --surface-2: #f5fbf8;
  --surface-3: #eaf5f1;
  --surface-glass: rgba(255,255,255,0.82);
  --line: rgba(10,60,64,0.09);
  --line-strong: rgba(10,60,64,0.16);

  /* Texto */
  --text: #112e32;
  --muted: #5a7880;
  --deep: #081e22;

  /* Marca */
  --primary: #0b6b72;
  --primary-2: #12909a;
  --primary-3: #188d96;
  --primary-soft: #d8f2ee;
  --primary-glow: rgba(18,144,154,0.18);

  /* Acento dourado */
  --gold: #c8a25a;
  --gold-2: #e0b86a;
  --gold-soft: #fdf0d8;
  --gold-dark: #7a5e22;

  /* Feedback */
  --success: #1f7a4a;
  --error: #c0392b;

  /* Radii */
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-xl: 42px;

  /* Sombras */
  --shadow-xs: 0 2px 8px rgba(8,30,34,0.05);
  --shadow-sm: 0 6px 22px rgba(8,30,34,0.07);
  --shadow-md: 0 16px 44px rgba(8,30,34,0.10);
  --shadow-lg: 0 30px 72px rgba(8,30,34,0.13);
  --shadow-glow: 0 0 0 3px var(--primary-glow);

  /* Layout */
  --container: 1300px;
  --header-h: 76px;
}

/* ═══════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  color: var(--text);
  background: #f3faf8;
  background-image:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(18,144,154,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(200,162,90,0.05) 0%, transparent 50%);
  min-height: 100vh;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
ul { padding: 0; margin: 0; list-style: none; }
h1,h2,h3,h4,h5,h6 { margin: 0; color: var(--deep); line-height: 1.06; }
p { margin: 0 0 16px; color: var(--muted); }

/* ─── Tipografia display ─── */
.display, h1, .section-head h2, .page-shell h1,
.content-shell h1, .inner-shell h1, .hero h1,
.shop-hero-copy h1, .promo h3, .editorial-card h3,
.feature-panel h3, .shop-feature-card h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ─── Utilitários ─── */
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 68px 0; }
.muted { color: var(--muted); }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 20px; top: 20px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 12px; }

/* ═══════════════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════════════ */
.topbar {
  background: var(--deep);
  color: rgba(220,248,242,0.92);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px 0;
}
.topbar-points { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-points span {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
}
.topbar-points span::before {
  content: '·';
  color: var(--gold);
  font-size: 1.2em;
  line-height: 1;
}
.topbar-points span:first-child::before { display: none; }

/* ═══════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(243,250,248,0.90);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease;
}
.site-header.scrolled {
  box-shadow: 0 4px 28px rgba(8,30,34,0.10);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 14px 0;
  min-height: var(--header-h);
}

/* ─── Brand ─── */
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(145deg, #a8e8d8 0%, #0b6b72 55%, #064f55 100%);
  position: relative;
  box-shadow: 0 6px 18px rgba(11,107,114,0.30), inset 0 1px 0 rgba(255,255,255,0.2);
  flex-shrink: 0;
  overflow: hidden;
}
.brand-logo::before {
  content: '';
  position: absolute;
  left: 12px; top: 16px;
  width: 22px; height: 12px;
  border: 2.5px solid rgba(255,255,255,0.92);
  border-right: none;
  border-radius: 20px 0 0 20px;
  transform: rotate(-8deg);
}
.brand-logo::after {
  content: '';
  position: absolute;
  right: 8px; top: 16px;
  border-left: 12px solid rgba(255,255,255,0.92);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.brand-copy strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--deep);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.brand-copy small { color: var(--muted); font-size: 0.82rem; }

/* ─── Search ─── */
.searchbar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  padding: 7px 8px 7px 20px;
  min-height: 54px;
  box-shadow: var(--shadow-xs);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.searchbar:focus-within {
  border-color: var(--primary-2);
  box-shadow: var(--shadow-glow), var(--shadow-sm);
}
.searchbar input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 0.95rem;
}
.searchbar input::placeholder { color: var(--muted); opacity: 0.7; }
.searchbar button {
  border: none;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.18s, filter 0.18s;
  box-shadow: 0 3px 10px rgba(11,107,114,0.28);
}
.searchbar button:hover { transform: translateY(-1px); filter: brightness(1.06); }

/* ─── Header actions ─── */
.header-actions { display: flex; gap: 10px; align-items: center; }

/* ═══════════════════════════════════════════════════
   BOTÕES GLOBAIS
═══════════════════════════════════════════════════ */
.mini-btn,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.93rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 4px 16px rgba(11,107,114,0.26);
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
}
.mini-btn:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11,107,114,0.34);
  filter: brightness(1.06);
}
.mini-btn:active { transform: translateY(0); }

/* Variante alternativa (ghost/outline) */
.mini-btn.alt,
.woocommerce a.button.alt {
  background: rgba(255,255,255,0.9);
  color: var(--deep);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-xs);
}
.mini-btn.alt:hover { background: #fff; box-shadow: var(--shadow-sm); filter: none; }

/* Variante gold */
.mini-btn.gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(200,162,90,0.30);
}

/* ═══════════════════════════════════════════════════
   NAV PRINCIPAL
═══════════════════════════════════════════════════ */
.main-nav {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.main-nav ul { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }
.main-nav a {
  display: inline-flex;
  padding: 14px 12px;
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--muted);
  border-radius: 10px;
  transition: color 0.18s, background 0.18s;
}
.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--primary);
  background: var(--primary-soft);
}
.nav-highlight {
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--gold-dark);
  background: var(--gold-soft);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200,162,90,0.25);
}

/* ═══════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════ */
.hero { padding: 38px 0 14px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: stretch;
}

/* Copy side */
.hero-copy {
  padding: 52px 50px;
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, #ffffff 0%, #f5fbf9 100%);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.hero-copy::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,144,154,0.09), transparent 65%);
  pointer-events: none;
}
.hero-copy::after {
  content: '';
  position: absolute;
  left: -60px; bottom: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,162,90,0.07), transparent 65%);
  pointer-events: none;
}

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
  max-width: 11ch;
  color: var(--deep);
}
.hero h1 em {
  font-style: italic;
  color: var(--primary-2);
}
.hero > .container > .hero-grid > .hero-copy > p {
  max-width: 54ch;
  font-size: 1.07rem;
  line-height: 1.72;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Micro proof */
.micro-proof { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1.5px solid var(--line);
  color: var(--deep);
  font-size: 0.83rem;
  font-weight: 700;
  box-shadow: var(--shadow-xs);
}
.proof-chip::before {
  content: '✓';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.7rem;
  display: grid;
  place-items: center;
  font-weight: 900;
}

/* USP row */
.usp-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.usp {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(232,245,241,0.7);
  border: 1px solid var(--line);
  transition: background 0.2s;
}
.usp:hover { background: rgba(216,242,238,0.8); }
.usp strong { display: block; margin-bottom: 5px; color: var(--deep); font-size: 0.95rem; }
.usp span { display: block; color: var(--muted); font-size: 0.88rem; line-height: 1.5; }

/* Visual side (aquário CSS) */
.hero-visual {
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(175deg, #c8eee9 0%, #86ccc8 40%, #5aacaa 100%);
  border: 1.5px solid rgba(10,60,64,0.10);
  box-shadow: var(--shadow-lg);
}
.hero-water {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.60), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(255,255,255,0.24), transparent 20%),
    radial-gradient(circle at 50% 80%, rgba(11,107,114,0.12), transparent 40%);
}
.tank-frame {
  position: absolute;
  inset: 22px 22px 145px;
  border-radius: 30px;
  border: 1.5px solid rgba(255,255,255,0.55);
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08));
}

/* Peixes animados */
.fish {
  position: absolute;
  width: 104px; height: 42px;
  border-radius: 58% 43% 43% 58%;
  box-shadow: 0 8px 24px rgba(255,140,50,0.22);
}
.fish::before {
  content: '';
  position: absolute;
  right: -15px; top: 10px;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fish::after {
  content: '';
  position: absolute;
  left: 14px; top: 14px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 0 2px rgba(60,40,20,0.3);
}
.f1 {
  top: 82px; left: 50px;
  background: linear-gradient(90deg, #ffc84a, #ff8c38);
  color: #ff8c38;
  animation: swim1 7s ease-in-out infinite;
}
.f2 {
  top: 142px; right: 76px;
  background: linear-gradient(90deg, #ff7eb0, #ff4c87);
  color: #ff4c87;
  animation: swim2 9s ease-in-out infinite 1s;
  transform: scale(0.88);
}
.f3 {
  top: 210px; left: 168px;
  background: linear-gradient(90deg, #80dfcc, #2fafa0);
  color: #2fafa0;
  animation: swim1 11s ease-in-out infinite 2.5s;
  transform: scale(0.76);
}
.f4 {
  top: 282px; right: 126px;
  background: linear-gradient(90deg, #ffe57c, #ffb830);
  color: #ffb830;
  animation: swim2 8s ease-in-out infinite 0.5s;
  transform: scale(0.68);
}

@keyframes swim1 {
  0%, 100% { transform: translateX(0) translateY(0); }
  30% { transform: translateX(12px) translateY(-6px); }
  65% { transform: translateX(-8px) translateY(4px); }
}
@keyframes swim2 {
  0%, 100% { transform: scale(0.88) translateX(0) translateY(0); }
  40% { transform: scale(0.88) translateX(-10px) translateY(5px); }
  70% { transform: scale(0.88) translateX(8px) translateY(-4px); }
}

/* Plantas */
.plant {
  position: absolute;
  bottom: 138px; width: 32px;
  background: linear-gradient(180deg, #3ea878, #1a6b4e);
  border-radius: 16px 16px 0 0;
}
.plant::before, .plant::after {
  content: '';
  position: absolute;
  bottom: 10px; width: 11px; height: 58px;
  background: inherit;
  border-radius: 10px;
}
.plant::before { left: -6px; transform: rotate(-20deg); }
.plant::after  { right: -6px; transform: rotate(20deg); }
.p1 { left: 56px; height: 138px; }
.p2 { left: 112px; height: 112px; }
.p3 { right: 78px; height: 144px; }
.p4 { right: 134px; height: 118px; }

/* Areia */
.sand {
  position: absolute;
  left: 22px; right: 22px; bottom: 110px;
  height: 50px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #dbc9a2, #b69e6c);
  box-shadow: inset 0 -4px 12px rgba(0,0,0,0.08);
}

/* Quick panel no rodapé do aquário */
.quick-panel {
  position: absolute;
  left: 22px; right: 22px; bottom: 22px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}
.quick-card {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255,255,255,0.9);
  box-shadow: var(--shadow-sm);
}
.quick-card strong { display: block; color: var(--deep); margin-bottom: 4px; font-size: 0.95rem; }
.quick-card span { display: block; color: var(--muted); font-size: 0.88rem; line-height: 1.45; }
.price-tag {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 0.78rem;
  margin-bottom: 6px;
}

/* Hero com imagem real */
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual.has-image .hero-water,
.hero-visual.has-image .tank-frame,
.hero-visual.has-image .fish,
.hero-visual.has-image .plant,
.hero-visual.has-image .sand { display: none; }
.hero-visual.has-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg, rgba(11,45,52,0.05), rgba(11,45,52,0.20));
}

/* ═══════════════════════════════════════════════════
   STRIP DE CONFIANÇA
═══════════════════════════════════════════════════ */
.store-strip { padding: 16px 0 2px; }
.store-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.strip-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.92);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  transition: transform 0.2s, box-shadow 0.2s;
}
.strip-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.strip-icon {
  width: 48px; height: 48px;
  border-radius: 16px;
  background: var(--primary-soft);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.strip-card strong { display: block; color: var(--deep); font-size: 0.96rem; margin-bottom: 2px; }
.strip-card span { display: block; color: var(--muted); font-size: 0.88rem; line-height: 1.45; }

/* ═══════════════════════════════════════════════════
   SECTION HEADER
═══════════════════════════════════════════════════ */
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 28px;
}
.section-head h2 { font-size: clamp(2.4rem, 4vw, 3.9rem); }
.section-head p { max-width: 56ch; margin-bottom: 0; }

/* ═══════════════════════════════════════════════════
   CARDS DE CATEGORIA / INFO / PRODUTO (homepage)
═══════════════════════════════════════════════════ */
.category-grid,
.info-grid,
.product-teasers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.category-card,
.info-card,
.product-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.category-card:hover,
.info-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.category-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--primary-soft);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
}
.category-card h3, .info-card strong, .product-card h3 {
  color: var(--deep);
  font-size: 1.14rem;
  margin-bottom: 8px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 800;
}
.category-card a { font-weight: 800; color: var(--primary); font-size: 0.92rem; }
.category-card a:hover { text-decoration: underline; }

.product-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  background: linear-gradient(165deg, #edf9f6, #d8ede8);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.product-thumb::before {
  content: '';
  position: absolute;
  inset: 18px;
  background:
    radial-gradient(circle at 44% 32%, #ffd280, #ffaa55 38%, rgba(255,170,85,0) 40%),
    radial-gradient(circle at 46% 65%, #8adac8, rgba(138,218,200,0) 30%);
}
.product-meta { font-size: 0.88rem; color: var(--muted); margin-bottom: 6px; }
.price,
.woocommerce ul.products li.product .price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

/* ═══════════════════════════════════════════════════
   PROMO GRID
═══════════════════════════════════════════════════ */
.promo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
}
.promo {
  padding: 40px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0a626a, #14949c);
  color: #fff;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.promo::before {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}
.promo h3 {
  margin: 16px 0 12px;
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  line-height: 1;
  max-width: 13ch;
  color: #fff;
}
.promo p { color: rgba(255,255,255,0.88); max-width: 52ch; }
.promo.alt {
  background: linear-gradient(165deg, #ffffff, #f4faf8);
  color: var(--deep);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.promo.alt h3 { color: var(--deep); }
.promo.alt p { color: var(--muted); }

/* ═══════════════════════════════════════════════════
   FEATURE BENTO
═══════════════════════════════════════════════════ */
.feature-bento {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr 0.78fr;
  gap: 16px;
}
.feature-panel {
  min-height: 224px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  transition: transform 0.22s, box-shadow 0.22s;
}
.feature-panel:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.feature-panel.tinted {
  background: linear-gradient(145deg, #0a636b, #15979f);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.feature-panel.tinted h3,
.feature-panel.tinted p { color: #fff; }
.feature-panel h3 { font-size: 2rem; margin-bottom: 10px; }
.feature-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.feature-panel.tinted .feature-kicker {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

/* ═══════════════════════════════════════════════════
   PROVA SOCIAL
═══════════════════════════════════════════════════ */
.social-proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.testimonial-card, .trust-band, .editorial-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.testimonial-card { transition: transform 0.2s; }
.testimonial-card:hover { transform: translateY(-2px); }
.rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 0.96rem;
}
.stars { letter-spacing: 0.1em; color: var(--gold); font-size: 1rem; }
.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.trust-item {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--surface-2);
  border: 1.5px solid var(--line);
  transition: background 0.2s;
}
.trust-item:hover { background: var(--primary-soft); }
.trust-item strong { display: block; color: var(--deep); margin-bottom: 6px; font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: 0.88rem; line-height: 1.45; }
.editorial-card h3 { font-size: 2.2rem; margin: 14px 0 12px; color: var(--deep); }

/* ═══════════════════════════════════════════════════
   PÁGINAS INTERNAS
═══════════════════════════════════════════════════ */
.page-hero { padding: 38px 0 18px; }
.content-shell, .inner-shell, .legal-shell, .page-shell {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.page-shell h1, .content-shell h1, .inner-shell h1, .legal-shell h1 {
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  margin-bottom: 12px;
}
.content-shell h2, .inner-shell h2, .legal-shell h2 {
  font-size: 1.55rem;
  margin: 26px 0 10px;
}
.content-shell h3, .inner-shell h3, .legal-shell h3 {
  font-size: 1.15rem;
  margin: 18px 0 10px;
}
.two-col {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
}
.notice-box {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0a636b, #15979f);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.notice-box p, .notice-box li { color: rgba(255,255,255,0.88); }

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
.footer {
  margin-top: 40px;
  padding: 72px 0 28px;
  background: linear-gradient(175deg, #0d2c32, #09211e);
  color: #d8f2ee;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,144,154,0.06), transparent 60%);
  pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 24px;
}
.footer h4 { font-size: 0.92rem; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.06em; font-family: 'DM Sans', system-ui, sans-serif; }
.footer p, .footer a, .footer small { color: rgba(216,242,238,0.70); font-size: 0.92rem; }
.footer a { transition: color 0.18s; display: block; margin-bottom: 8px; }
.footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ═══════════════════════════════════════════════════
   WOOCOMMERCE — LOJA
═══════════════════════════════════════════════════ */
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering { margin-bottom: 20px; }

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px 18px 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f7fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--deep);
  padding: 0;
  margin: 0 0 10px;
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.3;
}
.woocommerce ul.products li.product a img {
  margin: 0 0 16px;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: linear-gradient(165deg, #eef9f6, #d8ede8);
  padding: 0;
}
.woocommerce span.onsale {
  left: 14px !important; top: 14px !important; right: auto !important;
  min-height: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--gold-soft) !important;
  color: var(--gold-dark) !important;
  font-weight: 800 !important;
  font-size: 0.78rem !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.woocommerce ul.products li.product .button {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
}
.woocommerce ul.products li.product .star-rating { margin: 8px 0 10px; }
.woocommerce ul.products li.product .price + .star-rating { margin-top: 8px; }

/* Botões WC gerais */
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { border-radius: 999px !important; }

/* ═══════════════════════════════════════════════════
   WOOCOMMERCE — PRODUTO ÚNICO
═══════════════════════════════════════════════════ */
.single-product-shell .product-summary-card .product_title,
.woocommerce div.product .product_title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 10px;
  color: var(--deep);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.6rem;
  color: var(--primary);
  font-weight: 800;
}
.woocommerce div.product form.cart {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.woocommerce .quantity .qty {
  min-height: 54px;
  border: 1.5px solid var(--line-strong);
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
}
.woocommerce div.product form.cart .button { min-height: 54px; padding-inline: 28px; }
.woocommerce-product-gallery__wrapper img,
.single-product-shell .product-gallery-card img {
  border-radius: 26px;
  background: linear-gradient(165deg, #eef9f6, #d8ede8);
  padding: 10px;
}
.product-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.product-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-badge.sale { background: #e5f6ed; color: #1f7a4a; }
.product-badge.new  { background: #e5eef9; color: #1e4d88; }
.product-badge.best { background: var(--gold-soft); color: var(--gold-dark); }
.trust-inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.trust-pill {
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1.5px solid var(--line);
  font-size: 0.88rem;
  color: var(--deep);
  font-weight: 700;
  text-align: center;
}

/* Tabs */
.woocommerce .woocommerce-tabs { margin-top: 10px; }
.woocommerce .woocommerce-tabs ul.tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  border: none !important; padding: 0 !important; margin: 0 0 18px !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: var(--primary-soft) !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  margin: 0 !important;
  transition: background 0.18s !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:hover { background: var(--primary) !important; }
.woocommerce .woocommerce-tabs ul.tabs li:hover a { color: #fff !important; }
.woocommerce .woocommerce-tabs ul.tabs li a { color: var(--deep) !important; font-weight: 800; }
.woocommerce .woocommerce-tabs ul.tabs li.active { background: var(--primary) !important; }
.woocommerce .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
.woocommerce .woocommerce-tabs .panel { padding-top: 10px; color: var(--muted); }

/* ═══════════════════════════════════════════════════
   WOOCOMMERCE — CART / CHECKOUT
═══════════════════════════════════════════════════ */
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce table.shop_table {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.woocommerce table.shop_table th { color: var(--deep); }
.woocommerce table.shop_table td { color: var(--muted); }
.woocommerce-cart-form table.cart img {
  width: 82px;
  border-radius: 16px;
  background: linear-gradient(165deg, #eef9f6, #d8ede8);
  padding: 6px;
}
.woocommerce-cart .coupon { display: flex; gap: 10px; flex-wrap: wrap; }

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 10px; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--surface-2);
  font-weight: 800;
  color: var(--deep);
  transition: background 0.18s, color 0.18s;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: var(--primary-soft); color: var(--primary); }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--primary-soft);
  color: var(--primary);
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border: none !important;
  border-radius: 18px !important;
  padding: 16px 20px !important;
  background: #eaf7f2 !important;
  color: var(--deep) !important;
  box-shadow: var(--shadow-xs) !important;
}
.woocommerce-error { background: #fdf0ef !important; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1.5px solid var(--line-strong);
  border-radius: 14px;
  min-height: 52px;
  padding: 12px 16px;
  background: #fff;
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--primary-2);
  box-shadow: var(--shadow-glow);
  outline: none;
}
.woocommerce-checkout #place_order,
.woocommerce button[name='woocommerce_checkout_place_order'] { width: 100%; }

/* ═══════════════════════════════════════════════════
   SHOP PAGE ESPECÍFICA
═══════════════════════════════════════════════════ */
.shop-hero { padding: 28px 0 12px; }
.shop-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: stretch;
}
.shop-hero-copy {
  padding: 36px;
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
}
.shop-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  margin: 12px 0 14px;
  max-width: 11ch;
}
.shop-hero-copy p { max-width: 58ch; }
.shop-pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.shop-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius-xl);
  background: linear-gradient(175deg, #c8eee9, #7ec9c5 38%, #4da8a6 100%);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
}
.shop-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.shop-hero-overlay {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.90);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,0.95);
}

.shop-category-nav { padding: 10px 0 0; }
.shop-category-scroller {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.shop-category-scroller::-webkit-scrollbar { display: none; }
.shop-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  white-space: nowrap;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--deep);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.shop-category-chip:hover {
  background: var(--primary-soft);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.shop-toolbar-2 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  margin-bottom: 18px;
}
.shop-toolbar-copy strong { display: block; color: var(--deep); font-size: 1rem; }
.shop-toolbar-copy span { color: var(--muted); font-size: 0.92rem; }
.shop-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1.5px solid var(--line);
  font-weight: 800;
  color: var(--deep);
  font-size: 0.92rem;
}

.woocommerce .woocommerce-ordering select {
  min-height: 48px;
  border-radius: 14px;
  border: 1.5px solid var(--line-strong);
  background: #fff;
  padding: 0 14px;
  cursor: pointer;
}
.woocommerce-result-count { margin: 0 !important; color: var(--muted) !important; }

/* Sidebar filtros */
.shop-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.shop-real-filters {
  position: sticky;
  top: 110px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.shop-real-filters-head { margin-bottom: 16px; }
.shop-real-filters-head strong { display: block; color: var(--deep); font-size: 1rem; }
.shop-real-filters-head span { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 4px; }
.filter-widget + .filter-widget { margin-top: 18px; }
.filter-title { font-size: 0.96rem; margin: 0 0 10px; color: var(--deep); font-weight: 800; }
.shop-results-area { min-width: 0; }
.filter-widget ul { list-style: none; padding: 0; margin: 0; }
.filter-widget li + li { margin-top: 8px; }
.filter-widget a { color: var(--deep); font-size: 0.92rem; transition: color 0.18s; }
.filter-widget a:hover { color: var(--primary); }

.shop-filter-drawer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  margin: 0 0 16px;
}
.shop-filter-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: 1.5px solid var(--line);
  font-weight: 800;
  color: var(--deep);
  font-size: 0.88rem;
  min-height: 42px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.filter-chip-btn:hover { background: var(--primary-soft); color: var(--primary); }

.shop-feature-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 16px;
  margin: 18px 0 22px;
}
.shop-feature-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.shop-feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.shop-feature-card h3 { font-size: 2rem; margin: 10px 0 10px; }
.shop-feature-card .feature-kicker { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.shop-feature-card.tinted { background: linear-gradient(145deg, #0a636b, #15979f); color: #fff; border-color: transparent; }
.shop-feature-card.tinted h3, .shop-feature-card.tinted p { color: #fff; }
.shop-feature-card.tinted .feature-kicker { background: rgba(255,255,255,0.16); color: #fff; }
.shop-subcopy {
  margin: 16px 0 0;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.75);
  border: 1.5px solid var(--line);
}
.shop-subcopy p:last-child { margin-bottom: 0; }
.shop-empty-note {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}

/* WooCommerce genérico — wrapper de páginas */
main#content > .woocommerce,
main#content > .woocommerce-page,
main#content > form.woocommerce-checkout,
main#content > form.checkout,
main#content > .cart-empty,
main#content > .return-to-shop {
  width: min(calc(100% - 44px), var(--container));
  margin: 36px auto;
}
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb { margin: 0 0 18px; color: var(--muted); font-size: 0.9rem; }
.woocommerce-page h1.page-title,
.woocommerce-page .page-title,
.woocommerce h1.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  color: var(--deep);
  margin: 0 0 16px;
}
.woocommerce-page .site-main > .woocommerce,
.woocommerce-page .entry-content > .woocommerce {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-cart .cart-empty,
.woocommerce .return-to-shop {
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { display: block; }

/* Paginação */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.woocommerce nav.woocommerce-pagination ul li { border: none; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--line);
  color: var(--deep);
  font-weight: 800;
  transition: background 0.18s, color 0.18s;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}

/* Fixes WC */
.woocommerce .products .product .added_to_cart { display: none !important; }
.woocommerce ul.products li.product .button.loading::after { top: auto !important; }

/* Brand logo customizado */
.brand-site-logo,
.brand-site-logo .custom-logo-link { display: flex; align-items: center; }
.brand-site-logo .custom-logo { max-height: 56px; width: auto; display: block; }
.brand-site-logo + .brand-copy { min-width: 0; }

/* Mobile sticky cart */
.mobile-sticky-cart { display: none; }

/* ═══════════════════════════════════════════════════
   STORE STRIP DE CONFIANÇA — PÁGINAS WC
═══════════════════════════════════════════════════ */
.woocommerce-page .woocommerce-result-count { margin: 0 !important; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .hero-grid, .promo-grid, .two-col, .footer-grid,
  .store-strip-grid, .category-grid, .info-grid, .product-teasers,
  .trust-inline, .social-proof-grid, .feature-bento,
  .shop-hero-grid, .shop-toolbar-2, .shop-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .quick-panel, .usp-row { grid-template-columns: 1fr; }
  .header-inner { grid-template-columns: 1fr; gap: 14px; }
  .main-nav .container { flex-direction: column; align-items: flex-start; padding-bottom: 10px; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .shop-shell { grid-template-columns: 1fr; }
  .shop-real-filters { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 62px 0; }
  .section-tight { padding: 46px 0; }
  .hero-copy, .content-shell, .inner-shell, .legal-shell, .page-shell,
  .promo, .promo.alt, .category-card, .info-card, .product-card { padding: 24px; }
  .hero h1 { font-size: clamp(2.8rem, 11vw, 4rem); }
  .hero-grid, .promo-grid, .two-col, .footer-grid, .store-strip-grid,
  .category-grid, .info-grid, .product-teasers,
  .trust-inline, .social-proof-grid, .feature-bento,
  .shop-hero-grid, .shop-feature-grid, .trust-band {
    grid-template-columns: 1fr;
  }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .main-nav ul { gap: 4px; }
  .searchbar { min-height: 50px; }
  .shop-toolbar-2 { grid-template-columns: 1fr; }
  .shop-filter-drawer { flex-direction: column; align-items: flex-start; }
  .brand-site-logo .custom-logo { max-height: 46px; }
  .shop-hero-copy { padding: 24px; }
  .shop-hero-media { min-height: 240px; }
  .mobile-sticky-cart {
    position: fixed;
    left: 14px; right: 14px; bottom: 14px;
    z-index: 85;
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 56px rgba(8,30,34,0.18);
    border: 1.5px solid var(--line);
  }
  .mobile-sticky-cart .mini-btn { flex: 1; }
  .woocommerce div.product form.cart { padding-bottom: 90px; }
}

/* ═══════════════════════════════════════════════════
   ANIMAÇÕES DE REVEAL (JS-enhanced)
═══════════════════════════════════════════════════ */
.reveal-ready {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.reveal-ready.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays para grupos */
.reveal-ready:nth-child(2) { transition-delay: 0.08s; }
.reveal-ready:nth-child(3) { transition-delay: 0.16s; }
.reveal-ready:nth-child(4) { transition-delay: 0.24s; }

/* ═══════════════════════════════════════════════════
   V22 UPGRADE — NOVOS COMPONENTES E MELHORIAS
═══════════════════════════════════════════════════ */

/* ─── Tokens adicionais ─── */
:root {
  --radius-2xl: 56px;
  --shadow-xl: 0 40px 90px rgba(8,30,34,0.16);
  --gold-gradient: linear-gradient(135deg, #c8a25a 0%, #e8c870 50%, #c8a25a 100%);
}

/* ─── Botões v22 ─── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff; font-weight: 800; font-size: 0.93rem; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  box-shadow: 0 4px 18px rgba(11,107,114,0.32);
  border: none; text-decoration: none; letter-spacing: 0.01em; white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(11,107,114,0.40); filter: brightness(1.06); }
.btn-primary.btn-sm { padding: 10px 18px; font-size: 0.88rem; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: rgba(255,255,255,0.88); color: var(--deep);
  border: 1.5px solid var(--line-strong);
  font-weight: 800; font-size: 0.93rem; cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s; text-decoration: none;
  box-shadow: var(--shadow-xs); white-space: nowrap;
}
.btn-ghost:hover { background: #fff; box-shadow: var(--shadow-sm); }
.btn-ghost.btn-sm { padding: 10px 18px; font-size: 0.88rem; }

.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: #fff; color: var(--primary);
  font-weight: 800; font-size: 0.93rem; cursor: pointer; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(255,255,255,0.22); white-space: nowrap;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,255,255,0.30); }

.btn-ghost-white {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: transparent; color: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.30);
  font-weight: 700; font-size: 0.93rem; cursor: pointer; text-decoration: none;
  transition: background 0.18s, border-color 0.18s; white-space: nowrap;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.5); }

.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px;
  background: var(--gold-gradient); color: #fff;
  font-weight: 800; font-size: 0.88rem; cursor: pointer; text-decoration: none;
  box-shadow: 0 4px 14px rgba(200,162,90,0.30);
  transition: transform 0.18s, box-shadow 0.18s;
}
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(200,162,90,0.40); }

/* ─── Eyebrow v22 ─── */
.eyebrow-dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--primary-2);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}
.eyebrow-white { background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.92); }
.eyebrow-gold { background: var(--gold-soft); color: var(--gold-dark); }

/* ─── Section label ─── */
.section-label {
  display: block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 10px;
}

/* ═══════════════════════════════════════════════════
   HERO v22 — MELHORIAS
═══════════════════════════════════════════════════ */
.hero-stats {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--line);
}
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 1.4rem; font-weight: 900; color: var(--deep); line-height: 1; }
.hero-stat span { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 3px; }
.hero-stat-sep { width: 1px; height: 32px; background: var(--line); }

/* Bolhas animadas no aquário */
.bubbles { position: absolute; left: 0; right: 0; bottom: 200px; pointer-events: none; }
.bubbles span {
  position: absolute; bottom: 0;
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.55);
  animation: bubble-rise linear infinite;
}
.bubbles span:nth-child(1) { left: 15%; width: 6px; height: 6px; animation-duration: 4s; animation-delay: 0s; }
.bubbles span:nth-child(2) { left: 32%; width: 10px; height: 10px; animation-duration: 5.5s; animation-delay: 1.2s; }
.bubbles span:nth-child(3) { left: 55%; width: 7px; height: 7px; animation-duration: 3.8s; animation-delay: 0.7s; }
.bubbles span:nth-child(4) { left: 70%; width: 9px; height: 9px; animation-duration: 6s; animation-delay: 2s; }
.bubbles span:nth-child(5) { left: 85%; width: 5px; height: 5px; animation-duration: 4.5s; animation-delay: 0.3s; }
@keyframes bubble-rise {
  0% { transform: translateY(0) translateX(0); opacity: 0.7; }
  50% { transform: translateY(-100px) translateX(8px); opacity: 0.4; }
  100% { transform: translateY(-200px) translateX(-6px); opacity: 0; }
}

.qc-dark {
  background: linear-gradient(145deg, rgba(11,107,114,0.92), rgba(8,78,84,0.92)) !important;
  color: #fff;
}
.qc-dark strong { color: #fff !important; }
.qc-dark span { color: rgba(255,255,255,0.8) !important; }

/* ═══════════════════════════════════════════════════
   TRUST STRIP v22
═══════════════════════════════════════════════════ */
.trust-strip { padding: 18px 0 4px; }
.trust-strip-inner {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.tstrip-item {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px; border-radius: var(--radius-md);
  background: rgba(255,255,255,0.92); border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  transition: transform 0.2s, box-shadow 0.2s;
}
.tstrip-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.tstrip-icon {
  width: 42px; height: 42px; border-radius: 14px;
  background: var(--primary-soft); display: grid; place-items: center;
  font-size: 1.15rem; flex-shrink: 0;
}
.tstrip-body strong { display: block; color: var(--deep); font-size: 0.9rem; margin-bottom: 2px; }
.tstrip-body span { display: block; color: var(--muted); font-size: 0.8rem; line-height: 1.35; }

/* ═══════════════════════════════════════════════════
   MARQUEE / TICKER
═══════════════════════════════════════════════════ */
.marquee-wrap {
  overflow: hidden; padding: 14px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  margin: 22px 0;
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee-scroll 28s linear infinite;
}
.marquee-track span {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0 32px; font-weight: 800; font-size: 0.9rem;
  color: rgba(255,255,255,0.92); border-right: 1px solid rgba(255,255,255,0.18);
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════
   CATEGORIAS BENTO v22
═══════════════════════════════════════════════════ */
.cat-bento {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}
.cat-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #ffffff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
  position: relative; overflow: hidden;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-hero {
  grid-row: span 2;
  background: linear-gradient(145deg, #0a626a, #15979f);
  color: #fff; border-color: transparent; box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 320px;
}
.cat-hero:hover { box-shadow: var(--shadow-xl); }
.cat-bg-emoji {
  position: absolute; right: -10px; top: -10px;
  font-size: 9rem; line-height: 1; opacity: 0.18; pointer-events: none;
}
.cat-content { position: relative; z-index: 1; }
.cat-label {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.16); color: rgba(255,255,255,0.92);
  font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 12px;
}
.cat-hero h3 { font-size: 2.2rem; color: #fff; margin-bottom: 10px; }
.cat-hero p { color: rgba(255,255,255,0.82); margin-bottom: 20px; max-width: 36ch; }
.cat-icon {
  width: 52px; height: 52px; border-radius: 16px;
  background: var(--primary-soft); display: grid; place-items: center;
  font-size: 1.3rem; margin-bottom: 14px;
}
.cat-card h3 { font-size: 1.2rem; color: var(--deep); margin-bottom: 8px; font-family: 'DM Sans', sans-serif; font-weight: 800; }
.cat-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; }
.cat-card a { font-weight: 800; color: var(--primary); font-size: 0.9rem; text-decoration: none; }
.cat-card a:hover { text-decoration: underline; }
.cat-dark { background: linear-gradient(165deg, #0e2e34, #0b2129); color: #d8f2ee; border-color: transparent; }
.cat-dark .cat-icon { background: rgba(18,144,154,0.20); }
.cat-dark h3 { color: #fff; }
.cat-dark p { color: rgba(216,242,238,0.72); }
.cat-dark a { color: var(--primary-2); }

/* ═══════════════════════════════════════════════════
   PROMO SPLIT v22
═══════════════════════════════════════════════════ */
.promo-split {
  display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 14px;
}
.promo-split-main {
  padding: 48px; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0a626a, #15979f);
  color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.promo-split-main::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 65%);
}
.promo-split-main::after {
  content: '🐠'; position: absolute; right: 40px; bottom: 40px;
  font-size: 7rem; opacity: 0.10; pointer-events: none;
}
.promo-split-main h3 { font-size: clamp(2.4rem, 4vw, 3.8rem); color: #fff; margin: 16px 0 14px; max-width: 15ch; }
.promo-split-main p { color: rgba(255,255,255,0.84); max-width: 52ch; margin-bottom: 20px; }
.promo-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.promo-badges span { font-size: 0.84rem; color: rgba(255,255,255,0.80); font-weight: 700; }
.promo-aside-card {
  padding: 26px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.22s;
}
.promo-aside-card:hover { transform: translateY(-3px); }
.promo-aside-card + .promo-aside-card { margin-top: 14px; }
.promo-aside-card h4 { font-size: 1.35rem; color: var(--deep); margin: 10px 0 8px; font-family: 'Cormorant Garamond', serif; }
.promo-aside-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 16px; }
.promo-aside-card--gold { background: linear-gradient(165deg, #fdf6e4, #fef0cc); border-color: rgba(200,162,90,0.25); }
.promo-aside-card--gold h4 { color: var(--gold-dark); }
.promo-split-aside { display: flex; flex-direction: column; gap: 0; }

/* ═══════════════════════════════════════════════════
   WHY SECTION v22
═══════════════════════════════════════════════════ */
.why-section { background: linear-gradient(180deg, transparent, rgba(8,30,34,0.02) 50%, transparent); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.why-card {
  padding: 32px 28px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-num {
  font-size: 2.5rem; font-weight: 900; color: var(--line-strong);
  line-height: 1; margin-bottom: 16px;
  font-family: 'Cormorant Garamond', serif;
}
.why-card h3 { font-size: 1.22rem; color: var(--deep); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; font-weight: 800; }
.why-card p { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
.why-card--accent { background: linear-gradient(145deg, #0a626a, #15979f); border-color: transparent; box-shadow: var(--shadow-md); }
.why-card--accent .why-num { color: rgba(255,255,255,0.2); }
.why-card--accent h3 { color: #fff; }
.why-card--accent p { color: rgba(255,255,255,0.78); }
.why-card--dark { background: linear-gradient(165deg, #0e2e34, #0b2129); border-color: transparent; }
.why-card--dark .why-num { color: rgba(255,255,255,0.08); }
.why-card--dark h3 { color: #fff; }
.why-card--dark p { color: rgba(216,242,238,0.68); }

/* ═══════════════════════════════════════════════════
   REVIEWS / PROVA SOCIAL v22
═══════════════════════════════════════════════════ */
.rating-summary { display: flex; align-items: center; gap: 14px; }
.rating-big { font-size: 3.2rem; font-weight: 900; color: var(--deep); line-height: 1; }
.stars-big { color: var(--gold); font-size: 1.1rem; letter-spacing: 0.06em; }
.rating-summary small { color: var(--muted); font-size: 0.85rem; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 14px; }
.review-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-stars { color: var(--gold); font-size: 1rem; letter-spacing: 0.08em; margin-bottom: 14px; }
.review-card blockquote { font-size: 0.97rem; line-height: 1.68; color: var(--text); margin: 0 0 18px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--primary); color: #fff; font-weight: 800;
  display: grid; place-items: center; font-size: 0.9rem; flex-shrink: 0;
}
.review-author strong { display: block; color: var(--deep); font-size: 0.9rem; }
.review-author span { display: block; color: var(--muted); font-size: 0.82rem; }
.review-cta {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0a626a, #15979f);
  color: #fff; box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.review-cta .section-label { color: rgba(255,255,255,0.7); }
.review-cta h3 { font-size: 1.8rem; color: #fff; margin: 10px 0 12px; line-height: 1.1; }
.review-cta p { color: rgba(255,255,255,0.80); font-size: 0.93rem; line-height: 1.55; margin-bottom: 20px; }

/* ═══════════════════════════════════════════════════
   CTA BANNER v22
═══════════════════════════════════════════════════ */
.cta-banner {
  margin-top: 60px; padding: 0 0 60px;
}
.cta-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  padding: 44px 52px; border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #0a626a 0%, #15979f 50%, #0a626a 100%);
  background-size: 200% 200%; animation: gradient-shift 6s ease infinite;
  box-shadow: var(--shadow-xl); position: relative; overflow: hidden;
}
.cta-banner-inner::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 60%);
}
.cta-banner-inner::after {
  content: '🐠🌿🫧'; position: absolute; right: 50px; bottom: -10px;
  font-size: 3rem; opacity: 0.12; pointer-events: none;
}
@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.cta-banner-inner h2 { color: #fff; font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 8px; }
.cta-banner-inner p { color: rgba(255,255,255,0.82); margin: 0; max-width: 52ch; }
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════
   PAGE HERO v22 — PÁGINAS INTERNAS
═══════════════════════════════════════════════════ */
.page-hero-v2 {
  padding: 42px 0 20px;
  background: linear-gradient(160deg, rgba(18,144,154,0.05) 0%, transparent 50%);
}
.page-hero-v2--compact { padding: 42px 0 10px; }
.page-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
}
.page-hero-inner--narrow { grid-template-columns: 1fr; max-width: 680px; }
.page-hero-copy .eyebrow { margin-bottom: 18px; display: inline-flex; }
.page-hero-copy h1 { font-size: clamp(3.2rem, 5.5vw, 5.5rem); margin-bottom: 18px; }
.page-hero-copy h1 em { font-style: italic; color: var(--primary-2); }
.page-hero-copy .lead {
  font-size: 1.12rem; color: var(--muted); line-height: 1.7; max-width: 54ch;
}
.page-hero-stats {
  display: flex; gap: 28px; margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--line); flex-wrap: wrap;
}
.ph-stat strong { display: block; font-size: 1.8rem; font-weight: 900; color: var(--deep); line-height: 1; }
.ph-stat span { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 4px; }

/* Visual do Sobre */
.page-hero-visual { position: relative; }
.sobre-visual {
  min-height: 340px; border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--primary-soft) 0%, #c5eae4 100%);
  border: 1.5px solid var(--line); overflow: hidden;
}
.sobre-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.o1 { width: 260px; height: 260px; background: radial-gradient(circle, rgba(18,144,154,0.18), transparent 65%); top: -60px; left: -60px; }
.o2 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(200,162,90,0.12), transparent 65%); bottom: -40px; right: -40px; }
.sobre-card-float {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; border-radius: 20px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255,255,255,0.95); box-shadow: var(--shadow-sm);
}
.sobre-card-float.scf-2 { bottom: 28px; right: 24px; }
.sobre-card-float:first-of-type { top: 28px; left: 24px; }
.scf-icon { font-size: 1.6rem; }
.sobre-card-float strong { display: block; color: var(--deep); font-size: 0.9rem; }
.sobre-card-float span { color: var(--muted); font-size: 0.82rem; }

/* ─── Sobre story ─── */
.sobre-story { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.sobre-story-text h2 { font-size: clamp(2.2rem, 3.5vw, 3.4rem); margin-bottom: 18px; }
.sobre-story-text p { color: var(--muted); line-height: 1.72; margin-bottom: 14px; }
.sobre-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.val-card {
  padding: 24px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
  transition: transform 0.2s;
}
.val-card:hover { transform: translateY(-3px); }
.val-icon { font-size: 1.5rem; margin-bottom: 10px; }
.val-card h4 { font-size: 1rem; color: var(--deep); margin-bottom: 6px; font-family: 'DM Sans', sans-serif; font-weight: 800; }
.val-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.5; margin: 0; }
.val-card--accent { background: linear-gradient(145deg, #0a626a, #15979f); border-color: transparent; }
.val-card--accent h4 { color: #fff; }
.val-card--accent p { color: rgba(255,255,255,0.78); }
.val-card--dark { background: linear-gradient(165deg, #0e2e34, #0b2129); border-color: transparent; }
.val-card--dark h4 { color: #fff; }
.val-card--dark p { color: rgba(216,242,238,0.68); }

/* Team placeholder */
.team-placeholder {
  padding: 48px; border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 2px dashed var(--line-strong); text-align: center;
}
.team-placeholder-inner { max-width: 480px; margin: auto; }
.tp-icon { font-size: 3rem; margin-bottom: 16px; }
.team-placeholder h3 { font-size: 1.5rem; color: var(--deep); margin-bottom: 10px; }
.team-placeholder p { color: var(--muted); margin-bottom: 22px; }

/* ═══════════════════════════════════════════════════
   CONTACTOS v22
═══════════════════════════════════════════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: start; }
.contact-info-col { display: flex; flex-direction: column; gap: 14px; }
.contact-block {
  display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px;
  border-radius: var(--radius-lg); background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
  transition: transform 0.2s;
}
.contact-block:hover { transform: translateX(3px); }
.contact-block-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.contact-block h4 { font-size: 0.9rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.contact-block a { display: block; font-size: 1.05rem; font-weight: 700; color: var(--primary); }
.contact-block p { color: var(--muted); font-size: 0.88rem; margin: 4px 0 0; }
.contact-guarantee {
  display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px;
  border-radius: var(--radius-lg); background: linear-gradient(145deg, #0a626a, #15979f);
  box-shadow: var(--shadow-sm);
}
.cg-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.contact-guarantee strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 6px; }
.contact-guarantee p { color: rgba(255,255,255,0.80); font-size: 0.88rem; line-height: 1.55; margin: 0; }
.contact-form-card {
  padding: 36px; border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-md);
}
.contact-form-card h3 { font-size: 1.8rem; color: var(--deep); margin-bottom: 8px; }
.contact-form-card > p { color: var(--muted); margin-bottom: 24px; }

/* Form sim */
.form-placeholder { }
.form-sim { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.form-sim-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-sim-field label { display: block; font-size: 0.84rem; font-weight: 700; color: var(--muted); margin-bottom: 6px; }
.form-sim-input { height: 48px; border-radius: 14px; background: var(--surface-2); border: 1.5px solid var(--line); }
.form-sim-textarea { height: 120px; border-radius: 14px; background: var(--surface-2); border: 1.5px solid var(--line); }

/* FAQ na página contactos */
.cfaq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cfaq-item {
  padding: 24px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
}
.cfaq-item h4 { font-size: 1rem; color: var(--deep); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.cfaq-item p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* ═══════════════════════════════════════════════════
   FAQ v22
═══════════════════════════════════════════════════ */
.faq-layout { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
.faq-nav {
  position: sticky; top: 100px; padding: 22px;
  border-radius: var(--radius-lg); background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
}
.faq-nav strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 12px; }
.faq-nav-link {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-radius: 12px;
  color: var(--muted); font-size: 0.9rem; font-weight: 700; text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.faq-nav-link:hover { background: var(--primary-soft); color: var(--primary); }
.faq-content { display: flex; flex-direction: column; gap: 28px; }
.faq-group { }
.faq-group-title {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.3rem; color: var(--deep); margin-bottom: 14px;
  font-family: 'DM Sans', sans-serif;
}
.faq-group-title span { font-size: 1.4rem; }
.faq-item {
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
  overflow: hidden; margin-bottom: 8px; transition: box-shadow 0.2s;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--primary-soft); }
.faq-item summary {
  padding: 18px 20px; font-weight: 800; color: var(--deep);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 12px; user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.4rem; color: var(--primary); flex-shrink: 0;
  transition: transform 0.2s; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--primary); }
.faq-answer { padding: 0 20px 20px; }
.faq-answer p { color: var(--muted); line-height: 1.68; margin: 0; }
.faq-answer a { color: var(--primary); font-weight: 700; }

/* ═══════════════════════════════════════════════════
   ENVIOS v22
═══════════════════════════════════════════════════ */
.envios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.envio-card {
  display: flex; align-items: flex-start; gap: 20px; padding: 30px;
  border-radius: var(--radius-lg); background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.envio-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.envio-card--main { grid-column: span 2; }
.envio-card--accent {
  background: linear-gradient(145deg, #0a626a, #15979f);
  border-color: transparent; box-shadow: var(--shadow-md);
}
.envio-card--accent .section-label { color: rgba(255,255,255,0.7); }
.envio-card--accent h3 { color: #fff; }
.envio-card--accent p { color: rgba(255,255,255,0.80); }
.envio-card-icon { font-size: 2.2rem; flex-shrink: 0; }
.envio-card .section-label { margin-bottom: 6px; }
.envio-card h3 { font-size: 1.6rem; color: var(--deep); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; font-weight: 800; }
.envio-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.envio-pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.envio-pill {
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.9);
  font-size: 0.82rem; font-weight: 700; color: var(--deep);
}
.envio-table-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
}
.envio-table { width: 100%; border-collapse: collapse; background: #fff; }
.envio-table th {
  padding: 14px 20px; background: linear-gradient(135deg, #0a626a, #15979f);
  color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; text-align: left;
}
.envio-table td { padding: 14px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.94rem; }
.envio-table td strong { color: var(--deep); }
.envio-table tr:last-child td { border-bottom: none; }
.envio-table-highlight td { background: var(--primary-soft); }
.envio-cost { font-weight: 800; color: var(--primary); }
.envio-cost--free { color: var(--success); }
.envio-info-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.eis-item {
  padding: 24px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
}
.eis-item strong { display: block; font-size: 1rem; color: var(--deep); margin-bottom: 8px; }
.eis-item p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* ═══════════════════════════════════════════════════
   PAGAMENTOS v22
═══════════════════════════════════════════════════ */
.pag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pag-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform 0.22s, box-shadow 0.22s;
}
.pag-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pag-card--featured { border-color: var(--primary-soft); background: linear-gradient(165deg, #f0faf8, #d8f2ee); }
.pag-logo { font-size: 2.4rem; margin-bottom: 14px; }
.pag-card h3 { font-size: 1.15rem; color: var(--deep); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; font-weight: 800; }
.pag-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 16px; }
.pag-badges { display: flex; flex-direction: column; gap: 6px; }
.pag-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: 999px;
  background: var(--surface-2); border: 1.5px solid var(--line);
  font-size: 0.8rem; font-weight: 700; color: var(--muted);
}
.pag-badge--green { background: #e5f6ed; border-color: #b8e8cc; color: var(--success); }
.pag-security {
  display: flex; align-items: center; gap: 28px; padding: 40px;
  border-radius: var(--radius-xl); background: linear-gradient(145deg, #0a626a, #15979f);
  box-shadow: var(--shadow-lg); color: #fff;
}
.pag-sec-icon { font-size: 4rem; flex-shrink: 0; }
.pag-sec-content h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 12px; }
.pag-sec-content p { color: rgba(255,255,255,0.80); line-height: 1.65; margin-bottom: 18px; }
.pag-sec-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.pag-sec-badges span {
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.90);
  font-size: 0.84rem; font-weight: 800;
}
.pag-faq {
  max-width: 780px; margin: auto; padding: 36px;
  border-radius: var(--radius-xl); background: linear-gradient(165deg, #fff, #f5fbf8);
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
}
.pag-faq h3 { font-size: 1.6rem; color: var(--deep); margin-bottom: 18px; }

/* Contact FAQ strip */
.contact-faq-strip { background: linear-gradient(180deg, rgba(8,30,34,0.02), transparent); }

/* ═══════════════════════════════════════════════════
   RESPONSIVE ADDITIONS v22
═══════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .trust-strip-inner { grid-template-columns: repeat(3, 1fr); }
  .cat-bento { grid-template-columns: 1fr 1fr; }
  .cat-hero { grid-row: span 1; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .promo-split { grid-template-columns: 1fr; }
  .promo-split-aside { flex-direction: row; }
  .promo-aside-card + .promo-aside-card { margin-top: 0; }
  .sobre-story { grid-template-columns: 1fr; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .pag-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-nav { position: static; }
  .envios-grid { grid-template-columns: 1fr; }
  .envio-card--main { grid-column: span 1; }
  .cfaq-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .cat-bento { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .promo-split-aside { flex-direction: column; }
  .sobre-values { grid-template-columns: 1fr; }
  .pag-grid { grid-template-columns: 1fr; }
  .cfaq-grid { grid-template-columns: 1fr; }
  .pag-security { flex-direction: column; text-align: center; }
  .cta-banner-inner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .cta-banner-actions { justify-content: center; }
  .hero-stats { gap: 14px; }
  .page-hero-stats { gap: 18px; }
  .rating-summary { flex-wrap: wrap; }
  .envio-card { flex-direction: column; }
  .form-sim-row { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════
   V23 — NIKE-LEVEL PREMIUM HOMEPAGE
   Design philosophy: Bold typography, dramatic space,
   cinematic aquarium hero, editorial product grid.
═══════════════════════════════════════════════════ */

/* ─── V23 Tokens ─── */
:root {
  --teal-900: #041c20;
  --teal-800: #072830;
  --teal-700: #0a3840;
  --teal-600: #0d4850;
  --teal-500: #0b6b72;
  --teal-400: #12909a;
  --teal-300: #4abec8;
  --teal-200: #9de0e8;
  --teal-100: #d6f4f7;
  --teal-50:  #edfbfc;

  --sand-500: #c8a25a;
  --sand-400: #e0b86a;
  --sand-300: #f0d08a;

  --ink: #050f10;
  --ink-soft: #0d2428;

  --hero-height: min(92vh, 860px);
  --hero-height-mobile: 680px;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* ─── Announce Bar ─── */
.announce-bar {
  background: var(--teal-900);
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
}
.announce-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: announce-scroll 20s linear infinite;
  color: rgba(200,240,240,0.85);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.announce-track span { padding: 0 18px; }
.announce-track .sep { opacity: 0.3; padding: 0 4px; }
@keyframes announce-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════
   HERO V3 — CINEMATIC FULL-HEIGHT
═══════════════════════════════════════════════════ */
.hero-v3 {
  position: relative;
  min-height: var(--hero-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  overflow: hidden;
}

/* Orbs de fundo */
.hero-v3-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.hero-orb--1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(18,144,154,0.25) 0%, transparent 70%);
  top: -200px; left: -100px;
}
.hero-orb--2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,162,90,0.12) 0%, transparent 70%);
  bottom: -150px; right: -100px;
}
.hero-orb--3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(18,144,154,0.15) 0%, transparent 70%);
  top: 50%; right: 35%;
  animation: orb-drift 8s ease-in-out infinite;
}
@keyframes orb-drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -40px); }
}

/* Inner layout */
.hero-v3-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

/* COPY SIDE */
.hero-v3-copy { color: #fff; }

.hero-v3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--teal-200);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}
.eyebrow-dot--pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--teal-300);
  box-shadow: 0 0 0 0 rgba(74,190,200,0.6);
  animation: pulse-ring 2s ease infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(74,190,200,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(74,190,200,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,190,200,0); }
}

.hero-v3-title {
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
  color: #fff;
}
.hero-v3-title .line-1 {
  display: block;
  color: rgba(255,255,255,0.88);
}
.hero-v3-title .line-accent {
  display: block;
  background: linear-gradient(135deg, var(--teal-300) 0%, #fff 50%, var(--sand-300) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-v3-sub {
  color: rgba(255,255,255,0.62);
  font-size: 1.1rem;
  line-height: 1.72;
  max-width: 48ch;
  margin: 0 0 36px;
}

/* CTAs */
.hero-v3-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

.hero-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal-400) 0%, var(--teal-500) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  box-shadow: 0 8px 32px rgba(18,144,154,0.40);
}
.hero-cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(18,144,154,0.55);
  filter: brightness(1.08);
}

.hero-cta-ghost {
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.80);
  font-weight: 700;
  font-size: 0.96rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(10px);
}
.hero-cta-ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.30);
  color: #fff;
}

/* Stats row */
.hero-v3-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hv3-stat { text-align: center; }
.hv3-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hv3-stat strong sup {
  font-size: 0.55em;
  vertical-align: super;
  color: var(--teal-300);
}
.hv3-stat span {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hv3-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.12);
}

/* ─── VISUAL SIDE: Aquário CSS cinematográfico ─── */
.hero-v3-visual {
  position: relative;
  height: var(--hero-height);
  max-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-v3-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl);
}
.hero-v3-photo-overlay {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(to right, var(--ink) 0%, transparent 30%);
}

/* Aquário 3D */
.aqua3d {
  position: absolute;
  inset: 30px 0;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(180deg,
    #0a4a5c 0%,
    #0d6070 25%,
    #0f7080 50%,
    #0d6070 75%,
    #084050 100%
  );
  box-shadow:
    inset 0 0 80px rgba(18,144,154,0.20),
    0 0 0 1px rgba(255,255,255,0.06),
    0 30px 80px rgba(0,0,0,0.50);
}

.aqua3d-water {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(100,220,240,0.12) 0%, transparent 50%),
    radial-gradient(ellipse 50% 30% at 80% 70%, rgba(18,144,154,0.10) 0%, transparent 50%);
}

.aqua3d-caustics {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 6% 8% at 18% 15%, rgba(255,255,255,0.12) 0%, transparent 100%),
    radial-gradient(ellipse 4% 6% at 45% 22%, rgba(255,255,255,0.09) 0%, transparent 100%),
    radial-gradient(ellipse 7% 5% at 72% 18%, rgba(255,255,255,0.11) 0%, transparent 100%),
    radial-gradient(ellipse 5% 7% at 30% 40%, rgba(255,255,255,0.07) 0%, transparent 100%),
    radial-gradient(ellipse 6% 4% at 65% 35%, rgba(255,255,255,0.09) 0%, transparent 100%);
  animation: caustics-shift 6s ease-in-out infinite;
}
@keyframes caustics-shift {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.08) rotate(2deg); opacity: 0.7; }
}

.aqua3d-surface {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), rgba(150,230,240,0.4), rgba(255,255,255,0.2), transparent);
  animation: surface-shimmer 4s ease-in-out infinite;
}
@keyframes surface-shimmer {
  0%, 100% { transform: scaleX(1); opacity: 0.8; }
  50% { transform: scaleX(1.05); opacity: 1; }
}

/* Peixes */
.fish3d {
  position: absolute;
}
.fish3d-body {
  border-radius: 60% 40% 40% 60%;
  position: relative;
}
.fish3d-tail {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 18px solid currentColor;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.fish3d--a {
  top: 90px; left: 60px;
  color: #ff8c40;
  animation: swim-deep-a 9s ease-in-out infinite;
}
.fish3d--a .fish3d-body {
  width: 80px; height: 34px;
  background: linear-gradient(90deg, #ffb050, #ff6c20);
  box-shadow: 0 4px 16px rgba(255,120,40,0.30);
}
.fish3d--b {
  top: 190px; right: 80px;
  color: #ff4888;
  animation: swim-deep-b 11s ease-in-out infinite 1.5s;
  transform: scaleX(-1);
}
.fish3d--b .fish3d-body {
  width: 64px; height: 26px;
  background: linear-gradient(90deg, #ff78b0, #ff2870);
  box-shadow: 0 4px 12px rgba(255,60,120,0.25);
}
.fish3d--c {
  top: 310px; left: 120px;
  color: #40ccc0;
  animation: swim-deep-a 13s ease-in-out infinite 3s;
}
.fish3d--c .fish3d-body {
  width: 54px; height: 22px;
  background: linear-gradient(90deg, #80e8d8, #20b0a0);
  box-shadow: 0 3px 10px rgba(40,180,160,0.25);
}
.fish3d--d {
  top: 420px; right: 100px;
  color: #f0c830;
  animation: swim-deep-b 10s ease-in-out infinite 0.8s;
  transform: scaleX(-1);
}
.fish3d--d .fish3d-body {
  width: 46px; height: 18px;
  background: linear-gradient(90deg, #ffe860, #f0a810);
  box-shadow: 0 3px 8px rgba(240,180,30,0.25);
}
@keyframes swim-deep-a {
  0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
  25% { transform: translateX(25px) translateY(-12px) rotate(-3deg); }
  50% { transform: translateX(10px) translateY(8px) rotate(2deg); }
  75% { transform: translateX(-15px) translateY(-5px) rotate(-1deg); }
}
@keyframes swim-deep-b {
  0%, 100% { transform: scaleX(-1) translateX(0) translateY(0); }
  30% { transform: scaleX(-1) translateX(-20px) translateY(10px); }
  65% { transform: scaleX(-1) translateX(15px) translateY(-8px); }
}

/* Algas */
.seaweed {
  position: absolute;
  bottom: 80px;
  display: flex;
  gap: 0;
}
.seaweed span {
  display: block;
  width: 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #5ccc8c, #2a8c5a);
  transform-origin: bottom center;
}
.sw-1 { left: 40px; }
.sw-1 span:nth-child(1) { height: 80px; animation: sway 3s ease-in-out infinite; }
.sw-1 span:nth-child(2) { height: 100px; margin-left: 4px; animation: sway 3.5s ease-in-out infinite 0.5s; }
.sw-1 span:nth-child(3) { height: 70px; margin-left: 4px; animation: sway 2.8s ease-in-out infinite 1s; }
.sw-2 { left: 120px; }
.sw-2 span:nth-child(1) { height: 90px; animation: sway 3.2s ease-in-out infinite 0.3s; }
.sw-2 span:nth-child(2) { height: 110px; margin-left: 5px; animation: sway 2.9s ease-in-out infinite 0.8s; }
.sw-3 { right: 50px; }
.sw-3 span:nth-child(1) { height: 70px; animation: sway 3.4s ease-in-out infinite 0.2s; }
.sw-3 span:nth-child(2) { height: 95px; margin-left: 4px; animation: sway 3s ease-in-out infinite 0.7s; }
.sw-3 span:nth-child(3) { height: 80px; margin-left: 4px; animation: sway 3.6s ease-in-out infinite; }
.sw-3 span:nth-child(4) { height: 60px; margin-left: 4px; animation: sway 2.8s ease-in-out infinite 1.2s; }
@keyframes sway {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(8deg); }
}

/* Bolhas */
.bub-container { position: absolute; inset: 0; pointer-events: none; }
.bub {
  position: absolute;
  bottom: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.20);
  border: 1px solid rgba(255,255,255,0.30);
  animation: bub-rise linear infinite;
}
.b1 { left: 18%; width: 7px; height: 7px; animation-duration: 5s; animation-delay: 0s; }
.b2 { left: 35%; width: 10px; height: 10px; animation-duration: 7s; animation-delay: 1.5s; }
.b3 { left: 52%; width: 6px; height: 6px; animation-duration: 4.5s; animation-delay: 0.8s; }
.b4 { left: 68%; width: 9px; height: 9px; animation-duration: 6s; animation-delay: 2.2s; }
.b5 { left: 80%; width: 5px; height: 5px; animation-duration: 5.5s; animation-delay: 0.3s; }
.b6 { left: 44%; width: 8px; height: 8px; animation-duration: 6.5s; animation-delay: 3s; }
@keyframes bub-rise {
  0% { transform: translateY(0) translateX(0); opacity: 0.7; }
  50% { transform: translateY(-200px) translateX(10px); opacity: 0.3; }
  100% { transform: translateY(-400px) translateX(-8px); opacity: 0; }
}

/* Substrato */
.aqua3d-substrate {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(180deg, #c8b080 0%, #a08050 50%, #806040 100%);
  border-radius: 0 0 40px 40px;
}
.rock {
  position: absolute;
  border-radius: 50% 40% 50% 45%;
  background: linear-gradient(135deg, #a09070, #706050);
  bottom: 30px;
}
.r1 { left: 60px; width: 40px; height: 28px; }
.r2 { left: 140px; width: 28px; height: 20px; }
.r3 { right: 80px; width: 36px; height: 24px; }

/* Reflexo de vidro */
.glass-glare {
  position: absolute;
  left: 0; top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(105deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 40%, transparent 60%);
  pointer-events: none;
  border-radius: 40px 0 0 40px;
}

/* Floating cards */
.hero-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.30);
  z-index: 10;
}
.hfc-tl { top: 50px; left: -20px; }
.hfc-br { bottom: 50px; right: -20px; }
.hero-float-card strong { display: block; color: #fff; font-size: 0.88rem; font-weight: 800; }
.hero-float-card span { display: block; color: rgba(255,255,255,0.55); font-size: 0.78rem; }
.hfc-icon { font-size: 1.6rem; }
.hfc-badge {
  padding: 6px 12px;
  border-radius: 10px;
  background: var(--sand-400);
  color: var(--ink);
  font-weight: 900;
  font-size: 0.9rem;
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.hero-scroll-hint span {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
}
.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.30), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.6); }
}

/* ═══════════════════════════════════════════════════
   TRUST BAND V3
═══════════════════════════════════════════════════ */
.trust-v3 {
  background: var(--ink-soft);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.trust-v3-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  padding: 20px 0;
}
.tv3-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  color: rgba(200,240,240,0.85);
}
.tv3-item strong {
  display: block;
  color: rgba(255,255,255,0.90);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.tv3-item span {
  display: block;
  font-size: 0.78rem;
  color: rgba(200,240,240,0.50);
}
.tv3-icon { font-size: 1.3rem; flex-shrink: 0; }
.tv3-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   SECTION SYSTEM V3
═══════════════════════════════════════════════════ */
.section-v3 { padding: 100px 0; }

.sec-head-v3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.sec-head-center {
  grid-template-columns: 1fr;
  text-align: center;
}
.sec-overline {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-500);
  margin-bottom: 12px;
}
.sec-overline--light { color: rgba(255,255,255,0.50); }

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0;
}
.sec-head-right p { color: var(--muted); line-height: 1.7; margin-bottom: 16px; }

.btn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--teal-500);
  text-decoration: none;
  transition: gap 0.2s;
}
.btn-link-arrow:hover { gap: 12px; }

/* ═══════════════════════════════════════════════════
   WOOCOMMERCE PRODUCT GRID V3 — PREMIUM
═══════════════════════════════════════════════════ */
.products-v3-wrap .woocommerce,
.products-v3-wrap {
  width: 100%;
}
.products-v3-wrap .woocommerce ul.products,
.products-v3-wrap ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}

/* ─── Product card premium style ─── */
.woocommerce ul.products li.product {
  background: #fff !important;
  border: 1.5px solid rgba(10,60,64,0.07) !important;
  border-radius: 24px !important;
  padding: 0 !important;
  overflow: hidden !important;
  transition: transform 0.26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.26s ease !important;
  box-shadow: 0 2px 12px rgba(10,40,50,0.05) !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 52px rgba(10,40,50,0.12) !important;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  background: linear-gradient(165deg, #e8f8f5, #c8ede8) !important;
  display: block !important;
  padding: 0 !important;
  transition: transform 0.4s ease !important;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  padding: 16px 20px 4px !important;
  line-height: 1.3 !important;
  font-family: var(--font-body) !important;
}
.woocommerce ul.products li.product .price {
  padding: 0 20px !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  color: var(--teal-500) !important;
}
.woocommerce ul.products li.product .button {
  margin: 12px 20px 20px !important;
  width: calc(100% - 40px) !important;
  border-radius: 14px !important;
  min-height: 46px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-400)) !important;
  box-shadow: 0 4px 14px rgba(11,107,114,0.22) !important;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s !important;
}
.woocommerce ul.products li.product .button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 7px 20px rgba(11,107,114,0.32) !important;
  filter: brightness(1.06) !important;
}

/* ═══════════════════════════════════════════════════
   TICKER V3
═══════════════════════════════════════════════════ */
.ticker-v3 {
  background: var(--teal-900);
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.ticker-inner { overflow: hidden; height: 52px; display: flex; align-items: center; }
.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: ticker-scroll 25s linear infinite;
}
.ticker-track span {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(200,240,240,0.75);
  letter-spacing: 0.02em;
}
.ticker-dot {
  color: var(--teal-400) !important;
  font-size: 0.5rem !important;
  padding: 0 8px !important;
  opacity: 0.5;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════
   CATEGORIAS GRID V3
═══════════════════════════════════════════════════ */
.cat-grid-v3 {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.cat-v3 {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.3s ease;
  min-height: 200px;
  cursor: pointer;
  text-decoration: none;
}
.cat-v3:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(10,40,50,0.14); }

.cat-v3--hero {
  grid-row: span 2;
  min-height: 420px;
  background: linear-gradient(160deg, #0a4252 0%, #0b6b72 40%, #096068 100%);
  box-shadow: 0 8px 32px rgba(10,50,60,0.18);
}
.cat-v3-bg-text {
  position: absolute;
  top: -10px; right: -10px;
  font-family: var(--font-display);
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.05em;
}
.cat-v3-fish-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mini-fish {
  position: absolute;
  border-radius: 60% 40% 40% 60%;
}
.mini-fish::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.mf1 {
  width: 70px; height: 28px;
  background: linear-gradient(90deg, #ffb050, #ff6c20);
  color: #ff6c20;
  top: 60px; left: 40px;
  animation: swim-deep-a 8s ease-in-out infinite;
}
.mf2 {
  width: 50px; height: 20px;
  background: linear-gradient(90deg, #ff78b0, #ff2870);
  color: #ff2870;
  top: 150px; right: 60px;
  animation: swim-deep-b 10s ease-in-out infinite 1.2s;
  transform: scaleX(-1);
}
.mf3 {
  width: 40px; height: 16px;
  background: linear-gradient(90deg, #80e8d8, #20b0a0);
  color: #20b0a0;
  top: 110px; left: 110px;
  animation: swim-deep-a 12s ease-in-out infinite 2.5s;
}

.cat-v3-content { position: relative; z-index: 2; }
.cat-v3-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cat-v3--hero .cat-v3-tag { background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.90); }
.cat-v3-tag--light { background: var(--primary-soft); color: var(--primary); }
.cat-v3-tag--gold { background: var(--gold-soft); color: var(--gold-dark); }

.cat-v3--hero h3 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.95;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.cat-v3 h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.cat-v3--hero p { color: rgba(255,255,255,0.70); font-size: 0.92rem; line-height: 1.6; margin-bottom: 22px; }
.cat-v3 p { color: var(--muted); font-size: 0.88rem; line-height: 1.55; margin-bottom: 14px; }

.cat-v3-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--teal-600);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.cat-v3-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }

.cat-v3-link {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--teal-500);
  text-decoration: none;
  transition: gap 0.18s;
}
.cat-v3-link:hover { text-decoration: underline; }
.cat-v3-link--light { color: rgba(255,255,255,0.80); }
.cat-v3-link--light:hover { color: #fff; }

.cat-v3-icon { font-size: 2rem; margin-bottom: 14px; }

/* Card styles */
.cat-v3--aqua { background: linear-gradient(165deg, #f0fdf9, #d8f2ee); }
.cat-v3--plants { background: linear-gradient(165deg, #f0fdf5, #d8efd8); }
.cat-v3--dark {
  background: linear-gradient(165deg, var(--ink-soft), var(--teal-800));
  color: rgba(200,240,240,0.80);
}
.cat-v3--dark h3 { color: #fff; }
.cat-v3--dark p { color: rgba(200,240,240,0.60); }
.cat-v3--food { background: linear-gradient(165deg, #fdf6e4, #fef0cc); }
.cat-v3--shrimp { background: linear-gradient(165deg, #fdf0ee, #fde0d8); }

/* ═══════════════════════════════════════════════════
   EDITORIAL SPLIT
═══════════════════════════════════════════════════ */
.editorial-split {
  background: #f9fdfb;
  padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.edsp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.edsp-left { display: flex; align-items: center; justify-content: center; }
.edsp-visual {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edsp-tank {
  width: 280px; height: 280px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a4252, #0b6b72);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(11,107,114,0.30), 0 0 0 12px rgba(11,107,114,0.08);
}
.edsp-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 30%, rgba(100,200,220,0.25) 0%, transparent 60%);
  animation: glow-pulse 3s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.edsp-emoji { font-size: 6rem; position: relative; z-index: 2; animation: float-gentle 4s ease-in-out infinite; }
@keyframes float-gentle {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-14px) rotate(5deg); }
}
.edsp-badge-float {
  position: absolute;
  bottom: 20px; right: -10px;
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border: 1.5px solid var(--line);
}
.edsp-badge-float strong { display: block; font-size: 0.9rem; color: var(--ink); font-weight: 800; }
.edsp-badge-float span { display: block; font-size: 0.8rem; color: var(--muted); }

.edsp-right { }
.edsp-right h2 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 12px 0 20px;
}
.edsp-right h2 em { font-style: italic; color: var(--teal-500); }
.edsp-lead { font-size: 1.05rem; color: var(--muted); line-height: 1.72; margin-bottom: 28px; }

.edsp-checklist {
  list-style: none;
  padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.edsp-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 500;
}
.edsp-check {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--teal-50);
  border: 2px solid var(--teal-200);
  color: var(--teal-500);
  font-size: 0.72rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.edsp-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════
   WHY V3 — DARK SECTION
═══════════════════════════════════════════════════ */
.why-v3 {
  background: var(--ink);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.why-v3::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,144,154,0.10) 0%, transparent 70%);
  top: -200px; right: -200px;
  pointer-events: none;
}
.why-v3-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.why-v3-head h2 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 700;
  color: #fff;
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 12px 0 16px;
}
.why-v3-head p { color: rgba(200,240,240,0.55); font-size: 1.05rem; max-width: 52ch; margin: 0 auto; }

.why-v3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.why-v3-card {
  padding: 36px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
  transition: transform 0.26s ease, border-color 0.26s ease;
  position: relative;
  overflow: hidden;
}
.why-v3-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.12);
}
.why-v3-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.why-v3-card h3 {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-weight: 800;
}
.why-v3-card p { color: rgba(200,240,240,0.48); font-size: 0.92rem; line-height: 1.65; }
.why-v3-card--accent {
  background: linear-gradient(145deg, rgba(18,144,154,0.25), rgba(11,107,114,0.35));
  border-color: rgba(18,144,154,0.30);
}
.why-v3-card--accent h3 { color: #fff; }
.why-v3-card--accent p { color: rgba(200,240,240,0.65); }
.why-v3-card--dark {
  background: rgba(0,0,0,0.20);
  border-color: rgba(255,255,255,0.04);
}

/* ═══════════════════════════════════════════════════
   REVIEWS V3
═══════════════════════════════════════════════════ */
.reviews-v3-section { background: #fff; }
.reviews-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 18px;
}
.rev-card {
  padding: 32px;
  border-radius: 24px;
  background: #f9fdfb;
  border: 1.5px solid var(--line);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rev-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rev-stars { color: var(--sand-400); font-size: 1.05rem; letter-spacing: 0.08em; margin-bottom: 16px; }
.rev-card blockquote {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 22px;
  font-style: italic;
}
.rev-footer { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 0.9rem;
  flex-shrink: 0;
}
.rev-avatar--teal { background: linear-gradient(135deg, var(--teal-500), var(--teal-400)); }
.rev-avatar--blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.rev-avatar--gold { background: linear-gradient(135deg, var(--sand-400), var(--sand-500)); }
.rev-footer strong { display: block; font-size: 0.9rem; color: var(--ink); }
.rev-footer span { display: block; font-size: 0.8rem; color: var(--muted); }

.rating-display { display: flex; align-items: center; gap: 16px; }
.rating-big-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.rating-stars-row { color: var(--sand-400); font-size: 1.1rem; letter-spacing: 0.06em; margin-bottom: 4px; }
.rating-details span { font-size: 0.82rem; color: var(--muted); }

.rev-cta {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--teal-700), var(--teal-500));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 8px 32px rgba(11,107,114,0.28);
}
.rev-cta h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.05;
  margin: 10px 0 12px;
}
.rev-cta p { color: rgba(255,255,255,0.72); font-size: 0.9rem; line-height: 1.6; margin-bottom: 22px; }
.btn-white-on-teal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s;
  backdrop-filter: blur(8px);
}
.btn-white-on-teal:hover { background: rgba(255,255,255,0.25); }

/* ═══════════════════════════════════════════════════
   CTA V3 — FULL-BLEED DARK HERO STYLE
═══════════════════════════════════════════════════ */
.cta-v3 { padding: 0 0 80px; background: var(--ink); }
.cta-v3-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  padding: 80px;
  border-radius: 40px;
  background: linear-gradient(135deg, var(--teal-700) 0%, var(--teal-600) 50%, var(--teal-800) 100%);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.40);
}
.cta-v3-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}
.cta-orb-1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  top: -200px; right: -100px;
}
.cta-orb-2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(200,162,90,0.10) 0%, transparent 70%);
  bottom: -150px; left: -80px;
}
.cta-v3-content { position: relative; z-index: 2; }
.cta-v3-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  color: #fff;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 12px 0 16px;
}
.cta-v3-content p { color: rgba(255,255,255,0.65); font-size: 1.05rem; margin-bottom: 32px; }
.cta-v3-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white-lg {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px; border-radius: 999px;
  background: #fff; color: var(--teal-600);
  font-weight: 800; font-size: 0.96rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 24px rgba(255,255,255,0.18);
}
.btn-white-lg:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(255,255,255,0.25); }
.btn-ghost-white-lg {
  display: inline-flex; align-items: center;
  padding: 16px 28px; border-radius: 999px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.80);
  font-weight: 700; font-size: 0.96rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-ghost-white-lg:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.40); color: #fff; }

.cta-v3-deco {
  position: relative; z-index: 2;
  width: 200px; height: 160px;
  flex-shrink: 0;
}
.cta-fish {
  position: absolute;
  font-size: 2.5rem;
  animation: float-gentle 4s ease-in-out infinite;
}
.cta-fish-1 { top: 10px; left: 20px; animation-delay: 0s; }
.cta-fish-2 { top: 60px; right: 10px; font-size: 2rem; animation-delay: 1s; }
.cta-fish-3 { bottom: 10px; left: 60px; font-size: 1.8rem; animation-delay: 2s; }
.cta-bubble {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.25);
  animation: bub-rise 5s linear infinite;
}
.cb-1 { width: 14px; height: 14px; left: 40px; bottom: 20px; animation-delay: 0s; }
.cb-2 { width: 10px; height: 10px; left: 80px; bottom: 30px; animation-delay: 1.5s; }
.cb-3 { width: 8px; height: 8px; right: 30px; bottom: 20px; animation-delay: 0.8s; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE V3
═══════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .hero-v3-inner { gap: 40px; }
  .hero-v3-title { font-size: clamp(3.5rem, 6vw, 6.5rem); }
  .cat-grid-v3 { grid-template-columns: 1.4fr 1fr 1fr; }
  .why-v3-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-v3-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-v3-inner { padding: 60px; grid-template-columns: 1fr; }
  .cta-v3-deco { display: none; }
}

@media (max-width: 900px) {
  .hero-v3-inner { grid-template-columns: 1fr; }
  .hero-v3 { min-height: auto; padding: 80px 0 60px; }
  .hero-v3-visual { height: 360px; width: 100%; max-height: 360px; }
  .hfc-tl { top: 20px; left: 10px; }
  .hfc-br { bottom: 20px; right: 10px; }
  .sec-head-v3 { grid-template-columns: 1fr; gap: 16px; }
  .cat-grid-v3 { grid-template-columns: 1fr 1fr; }
  .cat-v3--hero { grid-row: span 1; }
  .edsp-inner { grid-template-columns: 1fr; gap: 48px; }
  .edsp-left { display: none; }
  .trust-v3-grid { flex-wrap: wrap; }
  .tv3-sep { display: none; }
}

@media (max-width: 600px) {
  .hero-v3-title { font-size: clamp(3rem, 12vw, 4.5rem); }
  .cat-grid-v3 { grid-template-columns: 1fr; }
  .why-v3-grid { grid-template-columns: 1fr; }
  .reviews-v3-grid { grid-template-columns: 1fr; }
  .cta-v3-inner { padding: 40px 28px; border-radius: 28px; }
  .section-v3 { padding: 70px 0; }
  .announce-bar { height: 32px; }
  .hero-v3-inner { padding-top: 40px; padding-bottom: 40px; }
}


/* ═══════════════════════════════════════════════════
   v24 UPGRADES — PROFISSIONAL
═══════════════════════════════════════════════════ */

/* ─── Acessibilidade: focus-visible ─── */
:focus-visible {
  outline: 3px solid var(--primary-2);
  outline-offset: 3px;
  border-radius: 6px;
}
a:focus-visible, button:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--primary-2);
  outline-offset: 3px;
}

/* ─── Add-to-cart loading state ─── */
.woocommerce ul.products li.product .button.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading {
  pointer-events: none;
  opacity: 0.72;
  position: relative;
}
.woocommerce .button.loading::after {
  content: '';
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
}
@keyframes btn-spin {
  to { transform: rotate(360deg); }
}

/* ─── Header scrolled: sombra mais forte ─── */
.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(8,30,34,0.10);
  backdrop-filter: blur(12px);
}

/* ─── Imagens de produto: melhor aspect-ratio e transição ─── */
.woocommerce ul.products li.product a img {
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.03);
}

/* ─── Topbar: transição suave ─── */
.topbar { transition: margin-top 0.3s ease; }

/* ─── Mensagens WooCommerce: ícone antes do texto ─── */
.woocommerce-message::before { content: '✓ '; font-weight: 800; color: var(--success); }
.woocommerce-error::before   { content: '⚠ '; font-weight: 800; }

/* ─── Paginação: tamanho mínimo de toque ─── */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 48px; height: 48px; }

/* ─── Checkout: label obrigatório ─── */
.woocommerce form .form-row label .required { color: var(--error); margin-left: 2px; }

/* ─── Breadcrumb: separador melhorado ─── */
.woocommerce-breadcrumb .breadcrumb-separator { margin: 0 6px; opacity: 0.4; }

/* ─── Announce bar: overflow-hidden para animação segura ─── */
.announce-bar { overflow: hidden; }

/* ─── Print: ocultar elementos não necessários ─── */
@media print {
  .topbar, .main-nav, .announce-bar, .hero-scroll-hint,
  .mobile-sticky-cart, .trust-v3, .cta-v3,
  .footer, header .header-actions { display: none !important; }
  body { background: #fff !important; }
  .container { max-width: 100% !important; }
}

/* ─── Responsive v24: hero-v3 melhorado em tablet ─── */
@media (max-width: 960px) {
  .hero-v3-inner { grid-template-columns: 1fr !important; }
  .hero-v3-visual { display: none; }
  .hero-v3-copy { text-align: center; }
  .hero-v3-actions { justify-content: center; }
  .hero-v3-stats { justify-content: center; }
  .editorial-split .edsp-inner { flex-direction: column; gap: 28px; }
}


/* ═══════════════════════════════════════════════════
   v25 UPGRADES — HOMEPAGE & SHOP PROFISSIONAL
═══════════════════════════════════════════════════ */

/* ── Screen-reader only ── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ════════════════════════════════════
   NOVIDADES — SCROLL HORIZONTAL
════════════════════════════════════ */
.new-arrivals-section { padding-bottom: 0; }

.new-arrivals-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.new-arrivals-head .sec-title { margin: 0; }

.new-arrivals-scroller-wrap {
  position: relative;
  margin: 0 -22px;
  padding: 0 22px 32px;
}

.new-arrivals-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
  cursor: grab;
  user-select: none;
}
.new-arrivals-scroll::-webkit-scrollbar { display: none; }
.new-arrivals-scroll:active { cursor: grabbing; }

.na-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.na-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

.na-card-img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--surface-2);
}
.na-card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}
.na-card:hover .na-card-img { transform: scale(1.06); }
.na-badge {
  position: absolute;
  top: 10px; left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.na-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1;
}
.na-card-title {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--deep);
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.na-card-title a { color: inherit; }
.na-card-title a:hover { color: var(--primary); }
.na-card-price { font-size: 1rem; font-weight: 800; color: var(--primary); margin-top: auto; }
.na-card-price .woocommerce-Price-amount { color: inherit; }
.na-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
  font-size: 0.84rem;
  transition: background 0.18s, color 0.18s;
  text-decoration: none;
}
.na-card-btn:hover { background: var(--primary); color: #fff; }

/* Arrows para o scroll */
.na-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  color: var(--deep);
}
.na-arrow:hover { background: var(--primary); color: #fff; box-shadow: var(--shadow-lg); border-color: var(--primary); }
.na-arrow--prev { left: 0; }
.na-arrow--next { right: 0; }

/* ════════════════════════════════════
   NÚMEROS DA LOJA
════════════════════════════════════ */
.numbers-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--teal-700,#0a636b) 0%, var(--teal-600,#0b7078) 50%, var(--teal-800,#084e55) 100%);
  color: #fff;
}
.numbers-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.numbers-copy .sec-overline--light { color: rgba(255,255,255,0.6); }
.numbers-copy h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.numbers-copy p { color: rgba(255,255,255,0.7); max-width: 38ch; margin-bottom: 28px; }

.numbers-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.num-stat {}
.num-stat-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.num-stat-value span { font-size: 1.4rem; color: rgba(255,255,255,0.65); margin-left: 2px; }
.num-stat-label { font-size: 0.88rem; color: rgba(255,255,255,0.65); margin: 4px 0 10px; font-weight: 500; }
.num-stat-bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  overflow: hidden;
}
.num-stat-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 900px) {
  .numbers-inner { grid-template-columns: 1fr; gap: 40px; }
  .numbers-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
}
@media (max-width: 600px) {
  .numbers-stats { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════
   NEWSLETTER
════════════════════════════════════ */
.newsletter-section {
  padding: 60px 0;
  background: var(--surface);
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
}
.nl-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.nl-icon { font-size: 2.5rem; display: block; margin-bottom: 12px; }
.nl-copy h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--deep);
  line-height: 1.05;
  margin: 0 0 10px;
}
.nl-copy p { color: var(--muted); max-width: 36ch; margin: 0; }
.nl-form {}
.nl-input-wrap {
  display: flex;
  gap: 0;
  border-radius: 16px;
  border: 1.5px solid var(--line-strong);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.nl-input-wrap:focus-within {
  border-color: var(--primary-2);
  box-shadow: var(--shadow-glow);
}
.nl-input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.96rem;
  color: var(--deep);
}
.nl-input::placeholder { color: var(--muted); }
.nl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.94rem;
  border: none;
  cursor: pointer;
  transition: background 0.18s;
  white-space: nowrap;
}
.nl-btn:hover { background: var(--primary-2); }
.nl-disclaimer {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 10px;
}
.nl-disclaimer a { color: var(--primary); text-decoration: underline; }

@media (max-width: 860px) {
  .nl-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 500px) {
  .nl-input-wrap { flex-direction: column; border-radius: 16px; }
  .nl-btn { border-radius: 0 0 14px 14px; justify-content: center; }
}

/* ════════════════════════════════════
   SHOP TRUST STRIP
════════════════════════════════════ */
.shop-trust-strip {
  background: var(--deep);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.shop-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 6px;
}
.shop-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(220,248,242,0.82);
  font-size: 0.82rem;
  font-weight: 600;
}
.shop-trust-item svg { opacity: 0.7; }
.shop-trust-sep { color: rgba(255,255,255,0.2); font-size: 0.8rem; }

/* ════════════════════════════════════
   SHOP HERO PRO
════════════════════════════════════ */
.shop-hero-pro {
  padding: 24px 0 0;
  background: linear-gradient(165deg, var(--bg) 0%, var(--bg-2) 100%);
}
.shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.84rem;
  color: var(--muted);
}
.shop-breadcrumb a { color: var(--muted); transition: color 0.15s; }
.shop-breadcrumb a:hover { color: var(--primary); }
.shop-breadcrumb [aria-current="page"] { color: var(--deep); font-weight: 700; }

.shop-hero-pro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
  min-height: 320px;
}
.shop-hero-pro-copy {
  padding: 36px 40px;
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #fff, var(--surface-2));
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-hero-pro-copy h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 700;
  color: var(--deep);
  line-height: 0.97;
  letter-spacing: -0.02em;
  margin: 10px 0 14px;
}
.shop-hero-pro-copy p {
  color: var(--muted);
  max-width: 46ch;
  margin-bottom: 20px;
  font-size: 1.02rem;
}
.shop-hero-pro-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.shp-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.shp-badge--accent {
  background: var(--primary);
  color: #fff;
}

.shop-hero-pro-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, #c8eee9, #7ec9c5 40%, #4da8a6 100%);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
  min-height: 280px;
}
.shop-hero-pro-media img { width: 100%; height: 100%; object-fit: cover; }
.shop-hero-pro-overlay {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255,255,255,0.95);
}
.shop-hero-pro-overlay strong { display: block; color: var(--deep); font-weight: 800; font-size: 0.96rem; }
.shop-hero-pro-overlay span { color: var(--muted); font-size: 0.84rem; }

/* Placeholder media */
.shop-hero-pro-media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shp-deco-tank {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.shp-deco-fish {
  font-size: 4rem;
  animation: float-gentle 4s ease-in-out infinite;
}
.shp-deco-fish--2 { animation-delay: 1.8s; font-size: 3rem; }
.shp-deco-bub {
  position: absolute;
  bottom: 60px; left: 30%;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  animation: bub-rise 5s linear infinite;
}
.shp-deco-bub--2 { left: 55%; bottom: 40px; width: 12px; height: 12px; animation-delay: 2s; }

/* ════════════════════════════════════
   CATEGORIA NAV PRO
════════════════════════════════════ */
.shop-cat-nav-pro {
  padding: 18px 0 0;
  background: var(--bg);
}
.shop-cat-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.shop-cat-scroll::-webkit-scrollbar { display: none; }
.shop-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
  text-decoration: none;
}
.shop-cat-pill:hover {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: var(--primary-2);
}
.shop-cat-pill--active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(11,107,114,0.25);
}
.shop-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.10);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}
.shop-cat-pill--active .shop-cat-count { background: rgba(255,255,255,0.22); }

/* ════════════════════════════════════
   SHOP LAYOUT PRO
════════════════════════════════════ */
.shop-body-pro { padding: 32px 0 80px; background: var(--bg); }

.shop-layout-pro {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  gap: 28px;
  align-items: start;
}

/* SIDEBAR */
.shop-sidebar-pro {
  position: sticky;
  top: 100px;
}
.shop-sidebar-inner {
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, var(--surface-2));
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.shop-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--line);
}
.shop-sidebar-header strong { color: var(--deep); font-size: 0.96rem; }
.shop-clear-filters {
  font-size: 0.78rem;
  color: var(--muted);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.15s;
}
.shop-clear-filters:hover { color: var(--primary); }
.shop-sidebar-widget {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.shop-sidebar-title {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin: 0 0 12px;
}
.shop-sidebar-cats { list-style: none; padding: 0; margin: 0; }
.shop-sidebar-cats li + li { margin-top: 2px; }
.shop-sidebar-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.shop-sidebar-cats a:hover { background: var(--primary-soft); color: var(--primary); }
.shop-sidebar-cats a.active {
  background: var(--primary);
  color: #fff;
}
.shop-sidebar-cats a.active .sidebar-cat-count { background: rgba(255,255,255,0.22); color: #fff; }
.sidebar-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
}

.shop-price-links { display: flex; flex-direction: column; gap: 6px; }
.shop-price-link {
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  display: block;
}
.shop-price-link:hover { background: var(--primary-soft); color: var(--primary); }

.sidebar-trust-block {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.84rem;
  color: var(--text);
  font-weight: 600;
}

/* ── TOOLBAR PRO ── */
.shop-toolbar-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, #fff, var(--surface-2));
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-xs);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.shop-toolbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.shop-toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-result-count {
  color: var(--muted) !important;
  font-size: 0.9rem;
  margin: 0 !important;
}
.shop-active-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}
.remove-filter {
  color: var(--primary);
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.remove-filter:hover { opacity: 1; }

.sidebar-toggle-btn {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  color: var(--deep);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.18s;
}
.sidebar-toggle-btn:hover { background: var(--primary-soft); color: var(--primary); }

/* ── CATEGORIA DESCRIÇÃO ── */
.shop-cat-description {
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1.5px solid var(--line);
  margin-bottom: 18px;
  font-size: 0.94rem;
  color: var(--text);
}
.shop-cat-description p:last-child { margin-bottom: 0; }

/* ── PRODUTOS GRID PRO ── */
.shop-products-pro-wrap .products.columns-3,
.shop-products-pro-wrap .products.columns-4 {
  gap: 18px !important;
}

/* ── EMPTY STATE PRO ── */
.shop-empty-pro {
  padding: 60px 32px;
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #fff, var(--surface-2));
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.shop-empty-icon { font-size: 3.5rem; margin-bottom: 16px; }
.shop-empty-pro h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: var(--deep);
  font-weight: 700;
  margin-bottom: 10px;
}
.shop-empty-pro p { color: var(--muted); margin-bottom: 24px; }

/* ════════════════════════════════════
   RESPONSIVE — SHOP PRO
════════════════════════════════════ */
@media (max-width: 1100px) {
  .shop-layout-pro { grid-template-columns: 230px minmax(0,1fr); gap: 20px; }
}

@media (max-width: 860px) {
  .shop-layout-pro { grid-template-columns: 1fr; }
  .shop-sidebar-pro { position: static; display: none; }
  .shop-sidebar-pro.sidebar-open { display: block; }
  .sidebar-toggle-btn { display: inline-flex; }
  .shop-hero-pro-grid { grid-template-columns: 1fr; }
  .shop-hero-pro-media { min-height: 200px; }
  .shop-hero-pro-copy { padding: 28px; }
  .shop-trust-sep { display: none; }
  .shop-trust-inner { gap: 10px 14px; }
  .new-arrivals-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .shop-hero-pro-copy h1 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .shop-toolbar-pro { flex-direction: column; align-items: flex-start; }
  .shop-toolbar-right { width: 100%; }
  .na-card { flex: 0 0 190px; }
}

/* ════════════════════════════════════
   MELHORIAS LOJA v26
════════════════════════════════════ */

/* ── HERO STATS ── */
.shop-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.shop-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 20px;
}
.shop-hero-stat:first-child { padding-left: 0; }
.shop-hero-stat strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.shop-hero-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}
.shop-hero-stat-div {
  width: 1px;
  height: 36px;
  background: var(--line-strong);
  flex-shrink: 0;
}

/* ── PROMO BANNER ── */
.shop-promo-banner {
  background: linear-gradient(135deg, var(--gold-soft) 0%, #fff9ee 100%);
  border-top: 1px solid rgba(200,162,90,0.2);
  border-bottom: 1px solid rgba(200,162,90,0.2);
  padding: 12px 0;
}
.shop-promo-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.shop-promo-banner-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.shop-promo-badge-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.shop-promo-banner-content p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--deep);
}
.promo-code {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  background: var(--gold-dark);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  font-family: 'DM Mono', monospace, sans-serif;
}
.shop-promo-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.18s, transform 0.15s;
  text-decoration: none;
}
.shop-promo-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* ── SIDEBAR MELHORIAS ── */
.shop-sort-links { display: flex; flex-direction: column; gap: 4px; }
.shop-sort-link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.shop-sort-link:hover { background: var(--primary-soft); color: var(--primary); }
.sidebar-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--primary-soft);
  font-size: 0.92rem;
  flex-shrink: 0;
}
.sidebar-newsletter {
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--primary-soft), #e0f5f0);
  border-top: 1px solid var(--line);
}
.sidebar-newsletter-title {
  font-weight: 800;
  color: var(--deep);
  font-size: 0.9rem;
  margin: 0 0 4px;
}
.sidebar-newsletter-sub {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0 0 12px;
}
.sidebar-newsletter-btn {
  display: block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s;
}
.sidebar-newsletter-btn:hover { background: var(--primary-2); }

/* ── VIEW TOGGLE ── */
.shop-view-toggle {
  display: flex;
  gap: 4px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 3px;
}
.view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.view-btn:hover { background: var(--primary-soft); color: var(--primary); }
.view-btn--active { background: var(--primary) !important; color: #fff !important; }

/* Lista mode */
#shop-products-wrap.list-view .woocommerce ul.products {
  grid-template-columns: 1fr !important;
}
#shop-products-wrap.list-view .woocommerce ul.products li.product {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
}
#shop-products-wrap.list-view .woocommerce ul.products li.product a img {
  margin: 0;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: var(--radius-md);
}

/* ── POR QUE NÓS ── */
.shop-why-us {
  padding: 64px 0;
  background: linear-gradient(165deg, var(--bg-2), var(--bg));
  border-top: 1px solid var(--line);
}
.shop-why-us-head {
  text-align: center;
  margin-bottom: 40px;
}
.shop-why-us-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--deep);
  margin: 8px 0 0;
  line-height: 1.1;
}
.shop-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.shop-why-card {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, #fff, var(--surface-2));
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.shop-why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.shop-why-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  display: block;
}
.shop-why-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--deep);
  margin: 0 0 10px;
  line-height: 1.3;
}
.shop-why-card p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.shop-why-card--accent {
  background: linear-gradient(145deg, #0a636b, #15979f);
  border-color: transparent;
}
.shop-why-card--accent h3,
.shop-why-card--accent p { color: rgba(255,255,255,0.92); }

/* ── NEWSLETTER STRIP ── */
.shop-newsletter-strip {
  background: var(--deep);
  padding: 48px 0;
}
.shop-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.shop-newsletter-copy {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-newsletter-icon {
  font-size: 2.4rem;
  flex-shrink: 0;
}
.shop-newsletter-copy h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.shop-newsletter-copy p {
  color: rgba(220,248,242,0.72);
  margin: 0;
  font-size: 0.94rem;
}
.shop-newsletter-form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.shop-newsletter-form input {
  padding: 13px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.92rem;
  width: 260px;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
}
.shop-newsletter-form input::placeholder { color: rgba(220,248,242,0.45); }
.shop-newsletter-form input:focus { border-color: var(--primary-2); background: rgba(255,255,255,0.12); }
.shop-newsletter-form button {
  padding: 13px 24px;
  border-radius: 999px;
  background: var(--primary-2);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
  white-space: nowrap;
}
.shop-newsletter-form button:hover { background: var(--primary-3); transform: translateY(-1px); }

/* ── RESPONSIVE MELHORIAS ── */
@media (max-width: 1100px) {
  .shop-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .shop-hero-stats { flex-wrap: wrap; gap: 16px; }
  .shop-hero-stat-div { display: none; }
  .shop-hero-stat { padding: 0; }
  .shop-why-grid { grid-template-columns: 1fr; }
  .shop-newsletter-inner { flex-direction: column; align-items: flex-start; }
  .shop-newsletter-form { width: 100%; }
  .shop-newsletter-form input { width: auto; flex: 1; }
  .shop-promo-banner-inner { flex-direction: column; align-items: flex-start; }
  .shop-view-toggle { display: none; }
}
@media (max-width: 600px) {
  .shop-why-us { padding: 40px 0; }
  .shop-newsletter-strip { padding: 32px 0; }
  .shop-newsletter-copy { flex-direction: column; align-items: flex-start; gap: 10px; }
  .shop-newsletter-form { flex-direction: column; }
  .shop-newsletter-form input { width: 100%; }
  .shop-newsletter-form button { width: 100%; text-align: center; }
}

/* ══════════════════════════════════════════════════════
   V27 — SHOP HERO
══════════════════════════════════════════════════════ */
.shop-hero-v27 {
  position: relative;
  padding: 48px 0 52px;
  background: linear-gradient(135deg, #f0fdf9 0%, #e6f7f3 40%, #d8f0eb 100%);
  overflow: hidden;
}
.shop-hero-v27-bg { position: absolute; inset: 0; pointer-events: none; }
.shv27-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.35; }
.shv27-orb-1 { width: 500px; height: 500px; background: radial-gradient(circle, #1db8a0 0%, transparent 70%); top: -180px; right: -80px; }
.shv27-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, #3b82f6 0%, transparent 70%); bottom: -120px; left: 5%; }
.shop-hero-v27-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative; z-index: 2;
}
.shop-hero-v27-eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 14px;
}
.shv27-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary);
  animation: pulse 2s ease-in-out infinite;
}
.shop-hero-v27-copy h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; line-height: 1.1;
  color: var(--deep); margin-bottom: 16px;
}
.shop-hero-v27-copy p {
  color: var(--muted); font-size: 1rem; line-height: 1.65;
  max-width: 48ch; margin-bottom: 22px;
}
.shop-hero-v27-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.shv27-pill {
  padding: 6px 14px; border-radius: 99px;
  background: rgba(29,184,160,0.10); color: var(--primary);
  font-size: 0.82rem; font-weight: 600; border: 1px solid rgba(29,184,160,0.18);
}
.shv27-pill--accent {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.shop-hero-v27-stats { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.shv27-stat { text-align: left; }
.shv27-stat strong { display: block; font-size: 1.35rem; font-weight: 900; color: var(--deep); }
.shv27-stat span { font-size: 0.78rem; color: var(--muted); }
.shv27-stat-div { width: 1px; height: 32px; background: rgba(10,40,50,0.12); }

/* Media area */
.shop-hero-v27-media {
  position: relative; border-radius: 20px; overflow: hidden;
  min-height: 320px; background: var(--primary);
}
.shop-hero-v27-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.shop-hero-v27-badge-card {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-radius: 12px; padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.shop-hero-v27-badge-card .shv27-badge-icon { font-size: 1.5rem; }
.shop-hero-v27-badge-card strong { display: block; font-size: 0.88rem; font-weight: 800; color: var(--deep); }
.shop-hero-v27-badge-card span { font-size: 0.78rem; color: var(--muted); }

/* Aqua animation placeholder */
.shv27-aqua-anim {
  width: 100%; height: 100%; min-height: 320px; position: relative;
  background: linear-gradient(180deg, #0d6b5f 0%, #0a4f4a 40%, #072e2e 100%);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.shv27-water {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 31px);
  animation: waterShimmer 6s linear infinite;
}
@keyframes waterShimmer { from { background-position: 0 0; } to { background-position: 0 60px; } }
.shv27-caustics {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80px 40px at 30% 40%, rgba(29,184,160,0.2) 0%, transparent 70%),
              radial-gradient(ellipse 60px 30px at 70% 60%, rgba(29,184,160,0.15) 0%, transparent 70%);
  animation: causticMove 4s ease-in-out infinite alternate;
}
@keyframes causticMove { from { opacity: 0.4; transform: scale(1); } to { opacity: 0.9; transform: scale(1.1); } }
.shv27-fish {
  position: absolute; font-size: 2rem;
  animation: fishSwim 6s ease-in-out infinite;
}
.shv27-fish-a { top: 35%; left: 15%; animation-delay: 0s; }
.shv27-fish-b { top: 55%; left: 50%; animation-delay: -2s; animation-duration: 8s; }
.shv27-fish-c { top: 25%; left: 65%; animation-delay: -4s; animation-duration: 7s; }
@keyframes fishSwim {
  0%, 100% { transform: translateX(0) scaleX(1); }
  50% { transform: translateX(30px) scaleX(-1); }
}
.shv27-bub {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  animation: bubbleRise 3s ease-in infinite;
}
.shv27-b1 { width: 8px; height: 8px; left: 20%; bottom: 20%; animation-delay: 0s; }
.shv27-b2 { width: 12px; height: 12px; left: 55%; bottom: 10%; animation-delay: -1s; }
.shv27-b3 { width: 6px; height: 6px; left: 75%; bottom: 30%; animation-delay: -2s; }
@keyframes bubbleRise {
  0% { transform: translateY(0); opacity: 0.6; }
  100% { transform: translateY(-200px); opacity: 0; }
}

/* ══ V27 PROMO BANNER ══ */
.shop-promo-v27 {
  background: linear-gradient(135deg, #0a2828 0%, #0d3d35 100%);
  padding: 16px 0;
}
.shop-promo-v27-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.shop-promo-v27-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.shop-promo-v27-badge {
  background: rgba(255,160,0,0.15); color: #fbbf24;
  border: 1px solid rgba(251,191,36,0.25);
  padding: 4px 12px; border-radius: 99px; font-size: 0.8rem; font-weight: 700;
  white-space: nowrap;
}
.shop-promo-v27-left p { color: rgba(255,255,255,0.85); font-size: 0.9rem; margin: 0; }
.shop-promo-v27-left p strong { color: #fff; }
.promo-code-v27 {
  font-family: monospace; letter-spacing: 0.08em;
  background: rgba(29,184,160,0.2); color: #5eead4;
  padding: 2px 8px; border-radius: 4px; font-weight: 700;
}
.shop-promo-v27-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--deep);
  padding: 10px 20px; border-radius: 10px;
  font-size: 0.88rem; font-weight: 700;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
}
.shop-promo-v27-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* ══ V27 CATEGORY RAIL ══ */
.shop-cat-rail { padding: 16px 0; border-bottom: 1px solid var(--border); background: #fff; }
.shop-cat-rail-scroll {
  display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px;
  scrollbar-width: none;
}
.shop-cat-rail-scroll::-webkit-scrollbar { display: none; }
.shop-cat-rail-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 99px; white-space: nowrap;
  font-size: 0.85rem; font-weight: 600; text-decoration: none;
  border: 1.5px solid var(--border); color: var(--text);
  background: #fff; transition: all 0.2s;
  flex-shrink: 0;
}
.shop-cat-rail-pill:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-soft); }
.shop-cat-rail-pill--active {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.scr-pill-icon { font-size: 1rem; }
.scr-pill-count {
  font-size: 0.72rem; font-weight: 700;
  background: rgba(0,0,0,0.08); color: inherit;
  padding: 2px 7px; border-radius: 99px;
}
.shop-cat-rail-pill--active .scr-pill-count { background: rgba(255,255,255,0.22); }

/* ══ V27 SHOP BODY ══ */
.shop-body-v27 { padding: 32px 0 60px; }
.shop-layout-v27 {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* ══ V27 SIDEBAR ══ */
.shop-sidebar-v27 { position: sticky; top: 80px; }
.shop-sidebar-v27-inner {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden;
}
.shop-sidebar-v27-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.shop-sidebar-v27-header strong {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.88rem; font-weight: 800; color: var(--deep);
}
.shop-sidebar-v27-clear {
  font-size: 0.78rem; color: var(--muted); text-decoration: underline;
  transition: color 0.2s;
}
.shop-sidebar-v27-clear:hover { color: var(--primary); }
.shop-sidebar-v27-widget { padding: 18px 20px; border-bottom: 1px solid var(--border); }
.shop-sidebar-v27-title {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--deep); margin-bottom: 12px;
}
.shop-sidebar-v27-cats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.shop-sidebar-v27-cats li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; border-radius: 8px;
  font-size: 0.86rem; color: var(--text); text-decoration: none;
  transition: all 0.15s;
}
.shop-sidebar-v27-cats li a:hover { background: var(--primary-soft); color: var(--primary); }
.shop-sidebar-v27-cats li a.active { background: var(--primary-soft); color: var(--primary); font-weight: 700; }
.sb27-cat-count {
  font-size: 0.72rem; background: var(--surface); color: var(--muted);
  padding: 2px 8px; border-radius: 99px; border: 1px solid var(--border);
}
.sb27-sort-links { display: flex; flex-direction: column; gap: 6px; }
.sb27-sort-link {
  font-size: 0.85rem; color: var(--text); text-decoration: none;
  padding: 7px 10px; border-radius: 8px; display: block;
  transition: all 0.15s;
}
.sb27-sort-link:hover { background: var(--primary-soft); color: var(--primary); }
.sb27-trust-block {
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 10px;
}
.sb27-trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.83rem; color: var(--text); }
.sb27-newsletter { padding: 18px 20px; background: linear-gradient(135deg, #f0fdf9, #e6f7f3); }
.sb27-nl-title { font-size: 0.9rem; font-weight: 800; color: var(--deep); margin-bottom: 4px; }
.sb27-nl-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 12px; }
.sb27-nl-btn {
  display: block; text-align: center;
  background: var(--primary); color: #fff;
  padding: 10px; border-radius: 10px;
  font-size: 0.85rem; font-weight: 700; text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.sb27-nl-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }

/* ══ V27 TOOLBAR ══ */
.shop-toolbar-v27 {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; background: #fff;
  border: 1px solid var(--border); border-radius: 12px;
  margin-bottom: 20px; flex-wrap: wrap; gap: 10px;
}
.shop-toolbar-v27-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.shop-toolbar-v27-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.shop-toolbar-v27 .woocommerce-result-count { font-size: 0.85rem; color: var(--muted); margin: 0; }
.shop-active-filter-v27 {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--primary-soft); color: var(--primary);
  padding: 4px 10px; border-radius: 99px; font-size: 0.8rem; font-weight: 600;
}
.remove-filter-v27 { color: var(--primary); font-weight: 700; text-decoration: none; opacity: 0.6; }
.remove-filter-v27:hover { opacity: 1; }
.sidebar-toggle-v27 {
  display: none; /* shown on mobile */
  align-items: center; gap: 6px;
  border: 1.5px solid var(--border); background: #fff; color: var(--text);
  padding: 8px 14px; border-radius: 10px; font-size: 0.85rem; font-weight: 600;
  cursor: pointer; transition: all 0.2s;
}
.sidebar-toggle-v27:hover { border-color: var(--primary); color: var(--primary); }
.shop-view-toggle-v27 { display: flex; gap: 4px; }
.vtgl-btn {
  border: 1.5px solid var(--border); background: #fff;
  color: var(--muted); width: 34px; height: 34px;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.15s;
}
.vtgl-btn:hover { border-color: var(--primary); color: var(--primary); }
.vtgl-btn--active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ══ V27 PRODUCTS WRAP ══ */
.shop-products-v27-wrap .products.columns-3,
.shop-products-v27-wrap .products.columns-4 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.shop-products-v27-wrap.shop-view--list .products {
  grid-template-columns: 1fr !important;
}

/* ══ V27 EMPTY STATE ══ */
.shop-empty-v27 {
  text-align: center; padding: 80px 20px;
  background: #fff; border-radius: 16px; border: 1px solid var(--border);
}
.shop-empty-v27-icon { font-size: 3.5rem; margin-bottom: 16px; }
.shop-empty-v27 h3 { font-size: 1.4rem; font-weight: 800; color: var(--deep); margin-bottom: 8px; }
.shop-empty-v27 p { color: var(--muted); margin-bottom: 24px; }

/* ══ CATEGORY DESCRIPTION ══ */
.shop-cat-desc-v27 {
  background: var(--primary-soft); border-left: 3px solid var(--primary);
  padding: 14px 18px; border-radius: 0 10px 10px 0;
  font-size: 0.9rem; color: var(--text);
  margin-bottom: 20px;
}

/* ══ CATEGORY SHOWCASE IN SHOP ══ */
.shop-cat-showcase {
  padding: 60px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.shop-cat-showcase-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 28px; gap: 16px;
}
.shop-cat-showcase-head h2 { font-size: 1.6rem; font-weight: 900; color: var(--deep); margin-top: 4px; }
.shop-cat-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.shop-cat-sc-card {
  position: relative; overflow: hidden;
  border-radius: 16px; padding: 22px 18px 18px;
  text-decoration: none; display: flex; flex-direction: column; gap: 8px;
  min-height: 140px; transition: transform 0.25s, box-shadow 0.25s;
}
.shop-cat-sc-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.shop-cat-sc-card--hero { grid-column: span 2; min-height: 180px; }
.shop-cat-sc-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.35; transition: opacity 0.3s;
}
.shop-cat-sc-card:hover .shop-cat-sc-bg-img { opacity: 0.5; }
.shop-cat-sc-icon { font-size: 2rem; position: relative; z-index: 2; }
.shop-cat-sc-body { position: relative; z-index: 2; flex: 1; }
.shop-cat-sc-body h3 { font-size: 1rem; font-weight: 800; margin-bottom: 4px; }
.shop-cat-sc-count { font-size: 0.78rem; opacity: 0.75; }
.shop-cat-sc-arrow {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.2s;
}
.shop-cat-sc-card:hover .shop-cat-sc-arrow { opacity: 1; }
/* Color variants */
.shop-cat-sc-card--teal { background: linear-gradient(135deg, #0d6b5f, #1db8a0); color: #fff; }
.shop-cat-sc-card--blue { background: linear-gradient(135deg, #1e4d8c, #2563eb); color: #fff; }
.shop-cat-sc-card--green { background: linear-gradient(135deg, #166534, #22c55e); color: #fff; }
.shop-cat-sc-card--dark { background: linear-gradient(135deg, #0f172a, #1e293b); color: #fff; }
.shop-cat-sc-card--gold { background: linear-gradient(135deg, #78350f, #f59e0b); color: #fff; }
.shop-cat-sc-card--coral { background: linear-gradient(135deg, #9f1239, #f43f5e); color: #fff; }
.shop-cat-sc-card--purple { background: linear-gradient(135deg, #5b21b6, #8b5cf6); color: #fff; }
.shop-cat-sc-card--amber { background: linear-gradient(135deg, #92400e, #f59e0b); color: #fff; }
.shop-cat-sc-card--slate { background: linear-gradient(135deg, #334155, #64748b); color: #fff; }
.shop-cat-sc-card--sand { background: linear-gradient(135deg, #78716c, #d4b896); color: #fff; }

/* ══ V27 WHY US ══ */
.shop-why-v27 {
  padding: 72px 0;
  background: #fff;
}
.shop-why-v27-head {
  text-align: center; margin-bottom: 44px;
}
.shop-why-v27-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; color: var(--deep); margin-top: 6px;
}
.shop-why-v27-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.shop-why-v27-card {
  position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 18px; padding: 28px 24px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.shop-why-v27-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.shop-why-v27-num {
  font-size: 3.5rem; font-weight: 900;
  color: rgba(10,40,50,0.06); position: absolute;
  top: -8px; right: 16px; line-height: 1; user-select: none;
}
.shop-why-v27-icon { font-size: 1.8rem; margin-bottom: 14px; }
.shop-why-v27-card h3 { font-size: 0.98rem; font-weight: 800; color: var(--deep); margin-bottom: 10px; }
.shop-why-v27-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }
.shop-why-v27-card--featured {
  background: linear-gradient(135deg, #f0fdf9, #d8f0eb); border-color: rgba(29,184,160,0.2);
}
.shop-why-v27-card--accent {
  background: linear-gradient(135deg, #0a2828, #0d3d35); color: #fff;
}
.shop-why-v27-card--accent .shop-why-v27-num { color: rgba(255,255,255,0.08); }
.shop-why-v27-card--accent h3 { color: #fff; }
.shop-why-v27-card--accent p { color: rgba(220,255,248,0.7); }

/* ══ CAT V3 — IMAGE SUPPORT (front-page) ══ */
.cat-v3-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.35;
  transition: opacity 0.3s;
}
.cat-v3:hover .cat-v3-bg-img { opacity: 0.5; }
.cat-v3--has-img .cat-v3-icon { display: none; }

/* Editorial section image support */
.edsp-photo {
  width: 100%; height: 100%; min-height: 380px;
  object-fit: cover; border-radius: 16px; display: block;
}

/* ══ V27 RESPONSIVE ══ */
@media (max-width: 1024px) {
  .shop-hero-v27-grid { grid-template-columns: 1fr; gap: 28px; }
  .shop-hero-v27-media { min-height: 260px; }
  .shop-layout-v27 { grid-template-columns: 220px minmax(0, 1fr); gap: 20px; }
  .shop-why-v27-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .shop-layout-v27 { grid-template-columns: 1fr; }
  .shop-sidebar-v27 { position: static; display: none; }
  .shop-sidebar-v27.sidebar-open { display: block; }
  .sidebar-toggle-v27 { display: inline-flex; }
  .shop-toolbar-v27 { flex-direction: column; align-items: flex-start; }
  .shop-why-v27-grid { grid-template-columns: 1fr; }
  .shop-cat-showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-cat-sc-card--hero { grid-column: span 2; }
  .shop-products-v27-wrap .products.columns-3,
  .shop-products-v27-wrap .products.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .shop-cat-showcase-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .shop-cat-showcase-grid { grid-template-columns: 1fr; }
  .shop-cat-sc-card--hero { grid-column: span 1; }
  .shop-promo-v27-inner { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════════
   V28 — ENHANCED PRODUCT CARDS (WooCommerce)
   ══════════════════════════════════════════════════════════════ */

/* Grid principal da loja — cards de produto melhorados */
.shop-products-v27-wrap .woocommerce ul.products,
.shop-products-v27-wrap ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
  gap: 22px !important;
  width: 100%;
}

/* Card base — redesenhado */
.shop-products-v27-wrap .woocommerce ul.products li.product,
.shop-products-v27-wrap ul.products li.product {
  background: var(--shop-card-bg, #fff) !important;
  border: 1px solid var(--shop-border, #d0ece7) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(10,60,64,0.06) !important;
  transition: transform 0.22s cubic-bezier(.22,1,.36,1), box-shadow 0.22s !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
}

.shop-products-v27-wrap .woocommerce ul.products li.product:hover,
.shop-products-v27-wrap ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 48px rgba(10,60,64,0.14) !important;
  border-color: var(--primary-2, #12909a) !important;
}

/* Imagem do produto */
.shop-products-v27-wrap .woocommerce ul.products li.product a img,
.shop-products-v27-wrap ul.products li.product a img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform 0.35s cubic-bezier(.22,1,.36,1) !important;
}

.shop-products-v27-wrap .woocommerce ul.products li.product:hover a img,
.shop-products-v27-wrap ul.products li.product:hover a img {
  transform: scale(1.05) !important;
}

/* Container da imagem com overflow hidden */
.shop-products-v27-wrap .woocommerce ul.products li.product > a:first-child {
  display: block !important;
  overflow: hidden !important;
  border-radius: 18px 18px 0 0 !important;
  position: relative;
}

/* Overlay de hover na imagem */
.shop-products-v27-wrap .woocommerce ul.products li.product > a:first-child::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(8,30,34,0.25) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.shop-products-v27-wrap .woocommerce ul.products li.product:hover > a:first-child::after {
  opacity: 1;
}

/* Área de conteúdo do card */
.shop-products-v27-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title,
.shop-products-v27-wrap ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  color: var(--shop-title-color, #081e22) !important;
  line-height: 1.35 !important;
  padding: 14px 16px 4px !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Preço */
.shop-products-v27-wrap .woocommerce ul.products li.product .price,
.shop-products-v27-wrap ul.products li.product .price,
.shop-products-v27-wrap .woocommerce ul.products li.product .price .amount {
  display: block !important;
  font-size: 1.18rem !important;
  font-weight: 900 !important;
  color: var(--shop-price-color, #0b6b72) !important;
  padding: 4px 16px 0 !important;
  margin: 0 !important;
}

/* Star rating */
.shop-products-v27-wrap .woocommerce ul.products li.product .star-rating {
  margin: 6px 16px !important;
}

/* Botão adicionar ao carrinho */
.shop-products-v27-wrap .woocommerce ul.products li.product .button,
.shop-products-v27-wrap ul.products li.product .button,
.shop-products-v27-wrap .woocommerce ul.products li.product a.button,
.shop-products-v27-wrap ul.products li.product a.button {
  display: block !important;
  width: calc(100% - 24px) !important;
  margin: 10px 12px 14px !important;
  padding: 12px 16px !important;
  background: var(--shop-btn-bg, #0b6b72) !important;
  color: var(--shop-btn-txt, #fff) !important;
  border-radius: 12px !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s !important;
  letter-spacing: 0.02em;
}

.shop-products-v27-wrap .woocommerce ul.products li.product .button:hover,
.shop-products-v27-wrap ul.products li.product .button:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-1px) !important;
}

/* Badge "Sale" / onsale */
.shop-products-v27-wrap .woocommerce ul.products li.product .onsale {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: linear-gradient(135deg, #e55555, #ff7043) !important;
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  padding: 4px 10px !important;
  border-radius: 50px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  z-index: 3 !important;
  box-shadow: 0 3px 12px rgba(229,85,85,0.4) !important;
}

/* Badge de categoria no card */
.shop-products-v27-wrap .woocommerce ul.products li.product .wc-product-cat-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,255,255,0.92);
  color: var(--primary, #0b6b72);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  z-index: 3;
}

/* Vista lista */
.shop-products-v27-wrap.shop-view--list .products {
  grid-template-columns: 1fr !important;
}
.shop-products-v27-wrap.shop-view--list ul.products li.product {
  flex-direction: row !important;
  height: 140px !important;
}
.shop-products-v27-wrap.shop-view--list ul.products li.product > a:first-child {
  width: 160px !important;
  min-width: 160px !important;
  flex-shrink: 0 !important;
  border-radius: 18px 0 0 18px !important;
}
.shop-products-v27-wrap.shop-view--list ul.products li.product > a:first-child img {
  height: 100% !important;
  object-fit: cover !important;
}
.shop-products-v27-wrap.shop-view--list ul.products li.product .woocommerce-loop-product__title {
  padding-top: 16px !important;
}
.shop-products-v27-wrap.shop-view--list ul.products li.product .button {
  margin-top: auto !important;
}

/* ══ MELHORIAS GERAIS DA LOJA ══ */

/* Toolbar melhorada */
.shop-toolbar-v27 {
  background: var(--surface, #fff);
  border: 1px solid var(--shop-border, #d0ece7);
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 20px;
}

/* Sidebar melhorada */
.shop-sidebar-v27-inner {
  background: var(--surface, #fff);
  border: 1px solid var(--shop-border, #d0ece7);
  border-radius: 18px;
  overflow: hidden;
}

/* Active filter badge */
.shop-active-filter-v27 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-soft, #d8f2ee);
  color: var(--primary, #0b6b72);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
}
.remove-filter-v27 {
  color: var(--primary, #0b6b72);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.remove-filter-v27:hover { opacity: 1; }

/* ══ SHOP HERO V28 — Aprimorado ══ */
.shop-hero-v27 {
  background: var(--shop-hero-bg, #f0faf8) !important;
}

/* Copy refinado */
.shop-hero-v27-copy h1 {
  font-size: clamp(1.9rem, 4vw, 2.9rem) !important;
  font-weight: 900 !important;
  line-height: 1.07 !important;
  letter-spacing: -0.02em !important;
  color: var(--deep, #081e22) !important;
  margin-bottom: 14px !important;
}

.shop-hero-v27-copy p {
  font-size: 1.02rem !important;
  color: var(--muted, #5a7880) !important;
  line-height: 1.65 !important;
  max-width: 480px !important;
  margin-bottom: 22px !important;
}

/* Pills com sombra */
.shv27-pill {
  background: var(--surface, #fff) !important;
  border: 1.5px solid var(--shop-border, #d0ece7) !important;
  color: var(--text, #112e32) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  border-radius: 50px !important;
  box-shadow: 0 2px 8px rgba(10,60,64,0.07) !important;
  transition: transform 0.15s !important;
}
.shv27-pill:hover { transform: translateY(-1px); }
.shv27-pill--accent {
  background: var(--primary, #0b6b72) !important;
  color: #fff !important;
  border-color: var(--primary, #0b6b72) !important;
}

/* Stats refinados */
.shv27-stat strong {
  font-size: 1.4rem !important;
  color: var(--deep, #081e22) !important;
}
.shv27-stat span {
  color: var(--muted, #5a7880) !important;
}

/* ══ CATEGORY SHOWCASE MELHORADA ══ */
.shop-cat-showcase {
  padding: 56px 0 !important;
  background: var(--bg-2, #e8f5f1) !important;
}
.shop-cat-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
.shop-cat-sc-card {
  border-radius: 18px !important;
  padding: 22px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-height: 140px !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: transform 0.22s cubic-bezier(.22,1,.36,1), box-shadow 0.22s !important;
}

/* ══ WHY V27 MELHORADO ══ */
.shop-why-v27-card {
  background: var(--surface, #fff) !important;
  border: 1px solid var(--shop-border, #d0ece7) !important;
  border-radius: 18px !important;
  padding: 28px 24px !important;
}

/* ══ RESPONSIVE V28 ══ */
@media (max-width: 640px) {
  .shop-products-v27-wrap .woocommerce ul.products,
  .shop-products-v27-wrap ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .shop-products-v27-wrap .woocommerce ul.products li.product a img,
  .shop-products-v27-wrap ul.products li.product a img {
    height: 140px !important;
  }
  .shop-products-v27-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.82rem !important;
    padding: 10px 10px 2px !important;
  }
  .shop-products-v27-wrap .woocommerce ul.products li.product .button {
    width: calc(100% - 16px) !important;
    margin: 8px 8px 10px !important;
    font-size: 0.8rem !important;
    padding: 10px !important;
  }
}
