/*
Theme Name: PROFELI Industrial
Theme URI: https://profeli.com.pe
Author: PixelRook
Author URI: https://pixelrook.com
Description: Tema personalizado para PROFELI — Importadores y distribuidores industriales
Version: 1.0.2
License: Privado
Text Domain: profeli
*/

/* ── Variables ─────────────────────────────────────────────────────────────── */
:root {
  --brand:      #FDBE28;
  --ink:        #111111;
  --surface:    #ffffff;
  --surface-2:  #f5f5f5;
  --border:     #e8e8e8;
  --muted-fg:   #6b7280;
  --radius:     8px;
  --font:       'Montserrat', sans-serif;
  --container:  1280px;
}

/* ── Reset ─────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--surface);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
input, select, textarea { font-family: inherit; }

/* ── Container ─────────────────────────────────────────────────────────────── */
.container-page {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 1024px) { .container-page { padding-inline: 2rem; } }

/* ── Buttons ───────────────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.75rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
}
.btn-primary:hover { opacity: .9; transform: translateY(-1px); }

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.5rem;
  border: 2px solid rgba(255,255,255,.4);
  color: #fff;
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: border-color .2s, background .2s;
  white-space: nowrap;
}
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.5rem;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: background .2s, color .2s;
}
.btn-outline-dark:hover { background: var(--ink); color: #fff; }

/* ════════════════════════════════════════════════════════════════════════════
   HEADER
════════════════════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 var(--border);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,.1); }

/* Topbar */
.header-topbar {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  font-size: .75rem;
  font-weight: 600;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  overflow: hidden;
}
.topbar-tagline { white-space: nowrap; }
.topbar-right { display: flex; align-items: center; gap: 1rem; }
.topbar-right a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: rgba(255,255,255,.7);
  transition: color .2s;
  white-space: nowrap;
}
.topbar-right a:hover { color: var(--brand); }
@media (max-width: 640px) {
  .topbar-tagline { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-right { gap: .75rem; }
}
.wa-btn {
  background: #25d366 !important;
  color: #fff !important;
  padding: 0 .75rem;
  height: 26px;
  border-radius: 4px;
  font-weight: 700;
}
.wa-btn:hover { background: #1ebe5d !important; }

/* Main bar */
.header-main { background: #fff; }
.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 72px;
}
.site-logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 36px; width: auto; }

/* Search */
.header-search {
  flex: 1;
  position: relative;
  display: none;
}
@media (min-width: 768px) { .header-search { display: block; } }

/* Quarks secondary logo — mobile only */
.header-quarks-logo {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.quarks-logo-img {
  height: 22px;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) { .header-quarks-logo { display: none; } }

/* Right button group: lupa + hamburger */
.header-right-btns {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-shrink: 0;
}

/* Mobile search button */
.mobile-search-btn {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  color: var(--ink);
  flex-shrink: 0;
}
@media (min-width: 768px) { .mobile-search-btn { display: none; } }

/* Mobile search panel */
.mobile-search-panel {
  background: #fff;
  border-top: 1px solid var(--border);
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease, padding .25s;
}
.mobile-search-panel.open {
  max-height: 80px;
  padding: .625rem 0;
}
.mobile-search-form {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0 .75rem;
  height: 44px;
}
.mobile-search-input {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  font-size: .9375rem;
  font-family: inherit;
  outline: none;
  color: var(--ink);
}
.mobile-search-input::placeholder { color: #9ca3af; }
.mobile-search-close {
  color: var(--muted-fg);
  font-size: .875rem;
  flex-shrink: 0;
  padding: .25rem;
}
@media (min-width: 768px) { .mobile-search-panel { display: none; } }
.search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.search-icon {
  position: absolute;
  left: .875rem;
  color: var(--muted-fg);
  pointer-events: none;
  z-index: 1;
}
.search-input {
  width: 100%;
  height: 44px;
  padding: 0 1rem 0 2.75rem;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-2);
  font-size: .875rem;
  font-weight: 500;
  outline: none;
  transition: border-color .2s, background .2s;
}
.search-input:focus { background: #fff; border-color: var(--brand); }

/* Search button */
.search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  padding: 0 1.125rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: .875rem;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity .2s;
}
.search-btn:hover { opacity: .9; }
.search-input { padding-right: 7.5rem; }

.search-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  z-index: 200;
  display: none;
}
.search-dropdown.open { display: block; }
.search-result-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.search-result-item:last-child { border-bottom: none; }
.search-result-item:hover { background: var(--surface-2); }
.search-result-item img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.sr-name { font-size: .875rem; font-weight: 600; }
.sr-sku { font-size: .75rem; color: var(--muted-fg); }

/* Header CTA dark (Cotizar) */
.header-cta-dark {
  display: none;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  border-radius: var(--radius);
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity .2s;
}
.header-cta-dark:hover { opacity: .85; }
@media (min-width: 1024px) { .header-cta-dark { display: inline-flex; } }

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s;
}
@media (min-width: 1024px) { .hamburger { display: none; } }

/* Nav bar */
.main-nav {
  border-top: 1px solid var(--border);
  display: none;
  background: #fff;
}
@media (min-width: 1024px) { .main-nav { display: block; } }
.nav-inner {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 0;
}

/* "Todas las categorías" button */
.all-cats-wrap {
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
.all-cats-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: 0 1rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: .875rem;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.all-cats-btn:hover { opacity: .92; }

/* Megamenu panel */
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 960px;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--brand);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
  display: grid;
  grid-template-columns: 4fr 5fr 3fr;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .2s, transform .2s;
}
.all-cats-wrap:hover .megamenu,
.megamenu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Col 1: category list */
.mega-cats-list {
  background: var(--surface-2);
  border-right: 1px solid var(--border);
  padding: .5rem 0;
}
.mega-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
  transition: background .15s;
}
.mega-cat-row:hover,
.mega-cat-row.active { background: #fff; }

/* Col 2: detail (subs + brands) */
.mega-detail { padding: 1.5rem; }
.mega-col-title {
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-fg);
  margin-bottom: .75rem;
}
.mega-subs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .25rem 1rem;
  padding: 0;
}
.mega-subs-grid li a {
  display: block;
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink);
  padding: .15rem 0;
  transition: color .15s;
}
.mega-subs-grid li a:hover { color: var(--brand); text-decoration: underline; }
.mega-brands-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .25rem;
}
.mega-brands-pills a {
  padding: .2rem .625rem;
  font-size: .75rem;
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--ink);
  transition: border-color .15s;
}
.mega-brands-pills a:hover { border-color: var(--ink); }

/* Col 3: CTA */
.mega-cta-col {
  background: var(--ink);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega-cta-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.mega-cta-badge {
  display: inline-block;
  background: var(--brand);
  color: var(--ink);
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .2rem .6rem;
  border-radius: 4px;
  width: fit-content;
}
.mega-cta-title { color: #fff; font-size: 1rem; font-weight: 700; line-height: 1.3; }
.mega-cta-link {
  color: var(--brand);
  font-weight: 700;
  font-size: .875rem;
  margin-top: auto;
  display: inline-block;
}
.mega-cta-link:hover { text-decoration: underline; }

/* Simple nav links */
.nav-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  transition: color .15s, background .15s;
}
.nav-link:hover { background: var(--surface-2); }

/* WhatsApp nav button */
.nav-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  height: 34px;
  padding: 0 .75rem;
  background: #25d366;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 6px;
  margin-left: auto;
  flex-shrink: 0;
  transition: background .15s;
}
.nav-wa-btn:hover { background: #1ebe5d; }

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  top: 0; left: -100%;
  width: min(320px, 90vw);
  height: 100vh;
  background: #fff;
  z-index: 2000;
  overflow-y: auto;
  transition: left .3s;
  box-shadow: 4px 0 24px rgba(0,0,0,.15);
  display: flex; flex-direction: column;
}
.mobile-drawer.open { left: 0; }
.mobile-drawer-inner { padding: 1.25rem 1.25rem 2rem; display: flex; flex-direction: column; flex: 1; }

/* Drawer header row: logo + close btn */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.drawer-logo img { height: 28px; }
.drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: var(--surface-2);
  border-radius: 50%;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Drawer nav list */
.drawer-nav { display: flex; flex-direction: column; list-style: none; flex: 1; }
.drawer-item { border-bottom: 1px solid var(--border); }
.drawer-divider { border-top: 2px solid var(--border); margin-top: .5rem; }
.drawer-link {
  display: block;
  padding: .85rem 0;
  font-weight: 700;
  font-size: .9375rem;
  color: var(--ink);
}
.drawer-link:hover { color: var(--brand); }

/* Category accordion */
.drawer-details { width: 100%; }
.drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .85rem 0;
  font-weight: 700;
  font-size: .9375rem;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
}
.drawer-summary::-webkit-details-marker { display: none; }
.drawer-chevron { transition: transform .2s; flex-shrink: 0; }
.drawer-details[open] .drawer-chevron { transform: rotate(180deg); }

/* Subcategory list */
.drawer-sub {
  list-style: none;
  padding: .25rem 0 .75rem 0;
  background: var(--surface-2);
  border-radius: 8px;
  margin-bottom: .5rem;
}
.drawer-sub-link {
  display: block;
  padding: .55rem 1rem;
  font-size: .875rem;
  color: var(--muted-fg);
  border-radius: 6px;
}
.drawer-sub-link:hover { color: var(--brand); background: rgba(253,190,40,.08); }
.drawer-sub-link--all {
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
  margin-bottom: .25rem;
  border-radius: 0;
}

/* CTA button */
.drawer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 48px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  border-radius: var(--radius);
  margin-top: 1.5rem;
}
.drawer-cta:hover { background: #1da851; color: #fff; }

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }

/* ════════════════════════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  color: #fff;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
}
.hero-bg-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  display: block;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--ink) 0%, rgba(17,17,17,.8) 50%, transparent 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .hero-inner { padding-top: 8rem; padding-bottom: 8rem; }
}
.hero-content { max-width: 560px; }
.hero-badge {
  display: inline-block;
  padding: .25rem .875rem;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 1.25rem;
}
.hero-title {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -.02em;
}
.hero-title-accent { color: var(--brand); }
.hero-subtitle {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 1.75rem;
}

/* Hero inline search */
.hero-search-form {
  display: flex;
  max-width: 560px;
  margin-bottom: 1.75rem;
}
.hero-search-input-wrap {
  position: relative;
  flex: 1;
}
.hero-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted-fg);
  pointer-events: none;
}
.hero-search-input {
  width: 100%;
  height: 56px;
  padding: 0 1rem 0 3rem;
  border: none;
  border-radius: var(--radius) 0 0 var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: .9375rem;
  font-weight: 500;
  font-family: var(--font);
  outline: none;
}
.hero-search-input::placeholder { color: #9ca3af; }
.hero-search-btn {
  height: 56px;
  padding: 0 1.75rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: .9375rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity .2s;
  font-family: var(--font);
}
.hero-search-btn:hover { opacity: .9; }

/* Hero action buttons */
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.5rem; }
.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.5rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: opacity .2s;
}
.hero-btn-primary:hover { opacity: .9; }
.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 1.5rem;
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: background .2s, border-color .2s;
}
.hero-btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

/* Stats */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 2rem;
}
.stat-item { display: flex; flex-direction: column; }
.stat-number { font-size: 1.75rem; font-weight: 900; color: var(--brand); line-height: 1; }
.stat-label { font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; margin-top: .3rem; }

/* ════════════════════════════════════════════════════════════════════════════
   BENEFITS STRIP
════════════════════════════════════════════════════════════════════════════ */
.benefits-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(4, 1fr); } }
.benefit-item {
  display: flex;
  align-items: center;
  gap: .875rem;
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--border);
}
.benefit-item:last-child { border-right: none; }
@media (max-width: 1023px) {
  .benefit-item:nth-child(2) { border-right: none; }
  .benefit-item:nth-child(3) { border-top: 1px solid var(--border); }
  .benefit-item:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
}
.benefit-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: rgba(253,190,40,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ink);
}
.benefit-title { font-size: .875rem; font-weight: 700; line-height: 1.3; }
.benefit-sub { font-size: .75rem; color: var(--muted-fg); margin-top: .1rem; }

/* ════════════════════════════════════════════════════════════════════════════
   PROMO CARDS (2 columnas)
════════════════════════════════════════════════════════════════════════════ */
.promo-cards-section {
  padding: 0 0 5rem;
}
.promo-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .promo-cards-grid { grid-template-columns: 1fr 1fr; }
}
.promo-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 2rem 2.5rem;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.promo-card--dark {
  background: var(--ink);
  color: #fff;
}
.promo-card--brand {
  background: var(--brand);
  color: var(--ink);
}
.promo-card-glow {
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(253,190,40,.2);
  filter: blur(48px);
  pointer-events: none;
}
.promo-card-eyebrow {
  display: block;
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand);
  margin-bottom: .625rem;
}
.promo-card-eyebrow--dark { color: var(--ink); }
.promo-card-title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: .5rem;
}
.promo-card-title--dark { color: var(--ink); }
.promo-card-desc {
  font-size: .875rem;
  color: rgba(255,255,255,.6);
  max-width: 280px;
}
.promo-card-desc--dark { color: rgba(17,17,17,.7); }
.promo-card-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 40px;
  padding: 0 1.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .875rem;
  align-self: flex-start;
  transition: opacity .2s;
}
.promo-card-btn:hover { opacity: .85; }
.promo-card-btn--brand {
  background: var(--brand);
  color: var(--ink);
}
.promo-card-btn--dark {
  background: var(--ink);
  color: #fff;
}

/* ════════════════════════════════════════════════════════════════════════════
   SECTION COMMONS
════════════════════════════════════════════════════════════════════════════ */
.section-cats,
.section-products,
.section-brands,
.section-why,
.section-blog,
.section-cta { padding: 5rem 0; }
.section-cats { background: var(--surface-2); }
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 1rem;
}
.section-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--brand);
  margin-bottom: .4rem;
}
.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}
.section-link {
  font-size: .875rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--brand);
  transition: color .2s;
}
.section-link:hover { color: var(--brand); }

/* ════════════════════════════════════════════════════════════════════════════
   CATEGORY CARDS
════════════════════════════════════════════════════════════════════════════ */
.cats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) { .cats-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cats-grid { grid-template-columns: repeat(4, 1fr); } }

.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1rem 1.5rem;
  min-height: 160px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  gap: .5rem;
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.cat-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  transform: translateY(-2px);
  border-color: var(--brand);
}
.cat-card--has-img { padding: 0; min-height: 200px; color: #fff; justify-content: flex-end; padding: 1.25rem; }
.cat-img-wrap { position: absolute; inset: 0; }
.cat-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.cat-card--has-img:hover .cat-img { transform: scale(1.06); }
.cat-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.3) 60%, transparent 100%);
}
.cat-card--has-img .cat-name,
.cat-card--has-img .cat-count,
.cat-card--has-img .cat-arrow { position: relative; z-index: 1; }
.cat-icon {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(253,190,40,.12);
  border-radius: 16px;
  color: var(--brand);
  margin-bottom: .25rem;
}
.cat-icon svg { flex-shrink: 0; }
.cat-name { font-size: .9375rem; font-weight: 700; text-align: center; line-height: 1.3; }
.cat-card--has-img .cat-name { color: #fff; font-size: 1rem; }
.cat-count { font-size: .75rem; font-weight: 600; color: var(--brand); }
.cat-arrow { font-size: .85rem; color: var(--muted-fg); transition: transform .2s; }
.cat-card:hover .cat-arrow { transform: translateX(3px); }
.cat-card--has-img .cat-arrow { color: rgba(255,255,255,.7); }

/* ════════════════════════════════════════════════════════════════════════════
   PRODUCT CARDS
════════════════════════════════════════════════════════════════════════════ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .products-grid { grid-template-columns: repeat(4, 1fr); } }

.product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow .2s, transform .2s;
}
.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.product-img-wrap { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--surface-2); }
.product-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-img { transform: scale(1.04); }
.product-promo-badge {
  position: absolute; top: .75rem; left: .75rem;
  background: #ef4444; color: #fff;
  font-size: .6875rem; font-weight: 800;
  padding: .2rem .5rem; border-radius: 4px;
  z-index: 1;
}
.product-info { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.product-cat { font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--brand); }
.product-name { font-size: .875rem; font-weight: 700; line-height: 1.35; flex: 1; }
.product-sku { font-size: .75rem; color: var(--muted-fg); }
.product-cta { font-size: .8125rem; font-weight: 700; color: var(--ink); margin-top: .25rem; transition: color .2s; }
.product-card:hover .product-cta { color: var(--brand); }


/* ════════════════════════════════════════════════════════════════════════════
   BRANDS
════════════════════════════════════════════════════════════════════════════ */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}
@media (min-width: 480px) { .brands-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .brands-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .brands-grid { grid-template-columns: repeat(5, 1fr); } }
.brand-pill {
  padding: .75rem 1rem;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 16px;
  font-size: .875rem;
  font-weight: 700;
  transition: border-color .2s, box-shadow .2s;
  display: flex; align-items: center; justify-content: center;
  min-height: 72px;
  width: 100%;
}
.brand-pill:hover { border-color: var(--brand); box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.brand-logo-img {
  height: 36px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
  display: block;
  transition: opacity .2s;
}
.brand-pill:hover .brand-logo-img { opacity: .8; }

/* ════════════════════════════════════════════════════════════════════════════
   WHY US
════════════════════════════════════════════════════════════════════════════ */
.section-why { background: var(--surface-2); }
.why-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) { .why-grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.why-desc { color: var(--muted-fg); margin: 1rem 0 1.75rem; line-height: 1.7; }
.why-list { display: flex; flex-direction: column; gap: 1.25rem; }
.why-item { display: flex; align-items: flex-start; gap: .875rem; }
.why-check {
  width: 24px; height: 24px; flex-shrink: 0;
  background: var(--brand);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 800;
  margin-top: .15rem;
}
.why-item-title { font-weight: 700; margin-bottom: .2rem; }
.why-item-desc { font-size: .875rem; color: var(--muted-fg); }
.why-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.why-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.why-stat-num { font-size: 2.25rem; font-weight: 900; color: var(--brand); line-height: 1; margin-bottom: .4rem; }
.why-stat-label { font-size: .8125rem; font-weight: 600; color: var(--muted-fg); }

/* ════════════════════════════════════════════════════════════════════════════
   BLOG
════════════════════════════════════════════════════════════════════════════ */
.blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow .2s, transform .2s;
}
.blog-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.blog-img-wrap { aspect-ratio: 16/9; overflow: hidden; }
.blog-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-img { transform: scale(1.04); }
.blog-content { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: .4rem; }
.blog-date { font-size: .75rem; font-weight: 600; color: var(--muted-fg); }
.blog-title { font-size: 1rem; font-weight: 700; line-height: 1.4; flex: 1; }
.blog-excerpt { font-size: .875rem; color: var(--muted-fg); line-height: 1.55; }
.blog-read { font-size: .8125rem; font-weight: 700; color: var(--brand); margin-top: .25rem; }

/* ════════════════════════════════════════════════════════════════════════════
   CTA FINAL
════════════════════════════════════════════════════════════════════════════ */
.section-cta { background: var(--ink); text-align: center; }
.cta-inner { max-width: 600px; margin-inline: auto; }
.cta-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
.cta-sub { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 2rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.cta-btn-wa { background: #25d366; }
.cta-btn-wa:hover { background: #1ebe5d; opacity: 1; }

/* ════════════════════════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════════════════════════ */
.site-footer { background: var(--ink); color: rgba(255,255,255,.8); }

.footer-newsletter { border-bottom: 1px solid rgba(255,255,255,.1); }
.newsletter-inner {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0;
}
@media (min-width: 768px) { .newsletter-inner { grid-template-columns: 1fr 1fr; align-items: center; } }
.newsletter-title { font-size: 1.25rem; font-weight: 800; color: #fff; }
.newsletter-sub { font-size: .875rem; color: rgba(255,255,255,.5); margin-top: .25rem; }
.newsletter-form { display: flex; gap: .5rem; }
.newsletter-input {
  flex: 1;
  height: 48px;
  padding: 0 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: .875rem;
  outline: none;
}
.newsletter-input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-input:focus { background: rgba(255,255,255,.12); border-color: var(--brand); }
.newsletter-btn {
  height: 48px;
  padding: 0 1.5rem;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  border-radius: var(--radius);
  white-space: nowrap;
  transition: opacity .2s;
}
.newsletter-btn:hover { opacity: .9; }

.footer-main { padding: 3.5rem 0; }
.footer-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; } }

.footer-logo-wrap {
  display: inline-block;
  background: #fff;
  padding: .5rem .75rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}
.footer-logo { height: 28px; width: auto; }
.footer-tagline { font-size: .875rem; color: rgba(255,255,255,.55); line-height: 1.65; max-width: 280px; margin-bottom: 1.25rem; }
.footer-contacts { display: flex; flex-direction: column; gap: .625rem; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .625rem;
  font-size: .875rem;
  color: rgba(255,255,255,.7);
}
.footer-contact-item svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 40px;
  padding: 0 1.25rem;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  border-radius: var(--radius);
  margin-top: .5rem;
  transition: background .2s;
  width: fit-content;
}
.footer-wa-btn:hover { background: #1ebe5d; }
.footer-col-title {
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.9);
  margin-bottom: 1rem;
}
.footer-links { display: flex; flex-direction: column; gap: .625rem; }
.footer-links a {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  transition: color .2s;
}
.footer-links a:hover { color: var(--brand); }
.footer-social { display: flex; gap: .5rem; margin-bottom: 1.25rem; }
.social-btn {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08);
  border-radius: var(--radius);
  color: rgba(255,255,255,.7);
  transition: background .2s, color .2s;
}
.social-btn:hover { background: var(--brand); color: var(--ink); }
.footer-map-placeholder { margin-top: .5rem; border-radius: var(--radius); overflow: hidden; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: center;
  padding: 1.25rem 0;
  font-size: .8125rem;
  color: rgba(255,255,255,.4);
  text-align: center;
}
@media (min-width: 640px) {
  .footer-bottom-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}
.footer-bottom-inner a { color: rgba(255,255,255,.6); transition: color .2s; }
.footer-bottom-inner a:hover { color: #fff; }

/* ════════════════════════════════════════════════════════════════════════════
   BREADCRUMB
════════════════════════════════════════════════════════════════════════════ */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem;
  font-size: .8125rem;
  color: var(--muted-fg);
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
.breadcrumb a { color: var(--muted-fg); transition: color .15s; }
.breadcrumb a:hover { color: var(--brand); }
.bc-sep { color: var(--border); }
.breadcrumb span:last-child { color: var(--ink); font-weight: 600; }

/* ════════════════════════════════════════════════════════════════════════════
   CATALOG / CATEGORY PAGE
════════════════════════════════════════════════════════════════════════════ */

/* Top header bar */
.cat-header-bar {
  background: var(--surface-2);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.cat-header-inner {}
.cat-breadcrumb {
  display: flex;
  align-items: center;
  gap: .375rem;
  font-size: .75rem;
  color: var(--muted-fg);
  margin-bottom: .75rem;
}
.cat-breadcrumb a { color: var(--muted-fg); transition: color .15s; }
.cat-breadcrumb a:hover { color: var(--ink); }
.cat-breadcrumb span:last-child { color: var(--ink); font-weight: 600; }
.cat-page-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; }
.cat-page-count { font-size: .875rem; color: var(--muted-fg); margin-top: .25rem; }
.cat-clear-search { margin-left: .5rem; color: var(--brand); font-weight: 700; font-size: .8rem; }

/* Layout grid */
.cat-layout {
  display: grid;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) { .cat-layout { grid-template-columns: 280px 1fr; gap: 2rem; } }

/* Sidebar */
.cat-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.filter-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
}
.filter-block-title {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .75rem;
}
.filter-search-input {
  width: 100%;
  height: 40px;
  padding: 0 .75rem;
  border: 2px solid var(--border);
  border-radius: 6px;
  font-size: .875rem;
  font-family: var(--font);
  outline: none;
  transition: border-color .2s;
}
.filter-search-input:focus { border-color: var(--brand); }
.filter-list { display: flex; flex-direction: column; gap: .125rem; }
.filter-list--scroll { max-height: 220px; overflow-y: auto; padding-right: .25rem; }
.filter-label {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  cursor: pointer;
  padding: .3rem 0;
}
.filter-cb { accent-color: var(--brand); width: 14px; height: 14px; flex-shrink: 0; }

/* Toolbar */
.cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .625rem 1rem;
  margin-bottom: 1.25rem;
  gap: 1rem;
}
.cat-toolbar-count { font-size: .875rem; color: var(--muted-fg); }
.cat-toolbar-count strong { color: var(--ink); }
.cat-toolbar-right { display: flex; align-items: center; gap: .75rem; }
.cat-sort-select {
  height: 36px;
  padding: 0 1.75rem 0 .75rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 600;
  font-family: var(--font);
  background: #fff;
  cursor: pointer;
  outline: none;
}

/* Pagination + empty state */
.catalog-pagination { margin-top: 2.5rem; display: flex; justify-content: center; }
.catalog-pagination ul { display: flex; gap: .375rem; list-style: none; }
.catalog-pagination .page-numbers {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s;
}
.catalog-pagination .page-numbers.current { background: var(--ink); border-color: var(--ink); color: #fff; }
.catalog-pagination .page-numbers:hover:not(.current) { border-color: var(--brand); color: var(--ink); }
.catalog-empty { text-align: center; padding: 4rem 0; color: var(--muted-fg); }
.catalog-empty p { margin-bottom: 1.5rem; }

/* ════════════════════════════════════════════════════════════════════════════
   BLOG PAGE
════════════════════════════════════════════════════════════════════════════ */
.blog-page-hero {
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}
.blog-page-title { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; margin: .75rem 0; }
.blog-page-desc { font-size: 1rem; color: var(--muted-fg); max-width: 600px; }
.blog-page-wrap { padding-top: 3rem; padding-bottom: 5rem; }
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .2s;
}
.blog-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.1); }
.blog-card-img-wrap { aspect-ratio: 16/10; overflow: hidden; }
.blog-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img { transform: scale(1.04); }
.blog-card-body { padding: 1.25rem; }
.blog-card-meta { display: flex; align-items: center; gap: .375rem; font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .625rem; }
.blog-card-cat { color: var(--brand); }
.blog-card-date { color: var(--muted-fg); }
.blog-card-title { font-size: 1.0625rem; font-weight: 700; line-height: 1.35; margin-bottom: .5rem; }
.blog-card-title a { color: var(--ink); }
.blog-card-title a:hover { color: var(--brand); }
.blog-card-excerpt { font-size: .875rem; color: var(--muted-fg); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 1rem; }
.blog-card-more { font-size: .875rem; font-weight: 700; color: var(--ink); }
.blog-card-more:hover { color: var(--brand); }

/* ════════════════════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE
════════════════════════════════════════════════════════════════════════════ */
.product-layout { padding-top: 1.5rem; padding-bottom: 5rem; }
.product-detail {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) { .product-detail { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .product-detail { grid-template-columns: 520px 1fr; } }

/* Gallery */
.product-main-img-wrap {
  position: relative;
  aspect-ratio: 1;
  background: var(--surface-2);
  border-radius: 12px;
  overflow: hidden;
}
.product-main-img { width: 100%; height: 100%; object-fit: cover; }
.pdf-badge {
  position: absolute; top: .875rem; right: .875rem;
  display: inline-flex; align-items: center; gap: .35rem;
  background: #ef4444; color: #fff;
  font-size: .75rem; font-weight: 700;
  padding: .3rem .75rem;
  border-radius: 6px;
  z-index: 1;
}
.product-thumbs { display: flex; gap: .5rem; margin-top: .75rem; flex-wrap: wrap; }
.thumb {
  width: 72px; height: 72px;
  border: 2px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .15s;
}
.thumb.active { border-color: var(--brand); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Summary */
.product-summary { display: flex; flex-direction: column; gap: 1.25rem; }
.product-detail-cat { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--brand); }
.product-detail-title { font-size: 1.5rem; font-weight: 800; line-height: 1.25; }
.product-detail-sku, .product-detail-model { font-size: .875rem; color: var(--muted-fg); }
.product-short-desc { font-size: .9375rem; color: #444; line-height: 1.65; }
.catalog-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--ink);
  border-radius: 10px;
  padding: 1.125rem 1.25rem;
  color: #fff;
}
.catalog-box svg { color: var(--brand); flex-shrink: 0; }
.catalog-box-title { font-size: .8125rem; color: rgba(255,255,255,.6); margin-bottom: .25rem; }
.catalog-box-link { font-size: 1.125rem; font-weight: 800; color: var(--brand); }
.guarantees-list { display: flex; flex-direction: column; gap: .625rem; }
.guarantees-list li { display: flex; align-items: center; gap: .625rem; font-size: .9375rem; font-weight: 600; }
.guarantee-check {
  width: 20px; height: 20px; flex-shrink: 0;
  background: #22c55e;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .625rem; font-weight: 800; color: #fff;
}
.wa-product-btn {
  display: flex; align-items: center; justify-content: center; gap: .625rem;
  height: 52px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius);
  transition: background .2s;
}
.wa-product-btn:hover { background: #1ebe5d; }
.pdf-download-btn {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  height: 44px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-size: .9375rem;
  font-weight: 700;
  color: var(--ink);
  transition: border-color .2s, background .2s;
}
.pdf-download-btn:hover { border-color: var(--brand); background: rgba(253,190,40,.05); }

/* Specs */
.product-specs-section { margin-bottom: 3rem; }
.specs-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 1.25rem; }
.specs-content table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.specs-content tr { border-bottom: 1px solid var(--border); }
.specs-content tr:last-child { border-bottom: none; }
.specs-content td { padding: .75rem 1rem; }
.specs-content td:first-child { font-weight: 600; width: 40%; background: var(--surface-2); }

/* Related */
.related-products { margin-top: 1rem; }
.related-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 1.25rem; }

/* ════════════════════════════════════════════════════════════════════════════
   PAGE HERO (static pages)
════════════════════════════════════════════════════════════════════════════ */
.page-hero-simple {
  background: var(--ink);
  padding: 4rem 0;
  text-align: center;
}
.page-hero-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 900; color: #fff; margin-bottom: .75rem; }
.page-hero-title .promo-hero-highlight { color: var(--brand); }
.page-hero-sub { color: rgba(255,255,255,.6); font-size: 1rem; max-width: 500px; margin-inline: auto; }

/* ════════════════════════════════════════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════════════════════════════════════════ */
.contact-layout { padding-top: 3rem; padding-bottom: 5rem; }
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) { .contact-cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .contact-cards-grid { grid-template-columns: repeat(6, 1fr); } }
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .625rem;
  transition: box-shadow .2s, border-color .2s;
}
.contact-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); border-color: var(--brand); }
.contact-card-icon {
  width: 44px; height: 44px;
  background: rgba(253,190,40,.12);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
}
.contact-card-title { font-weight: 700; font-size: .9375rem; }
.contact-card-text { font-size: .875rem; color: var(--muted-fg); line-height: 1.5; }
.contact-card-link { font-size: .875rem; font-weight: 700; color: var(--brand); }
.contact-main-row {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) { .contact-main-row { grid-template-columns: 1fr 1fr; } }
.contact-form-title { font-size: 1.25rem; font-weight: 800; margin-bottom: .4rem; }
.contact-form-sub { color: var(--muted-fg); font-size: .9375rem; margin-bottom: 1.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group label { font-size: .8125rem; font-weight: 700; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: .75rem 1rem;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-size: .9375rem;
  outline: none;
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--brand); }
.contact-map-wrap { border-radius: 12px; overflow: hidden; }
.contact-wa-banner {
  background: #25d366;
  border-radius: 12px;
  padding: 1.75rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}
.contact-wa-banner h3 { font-size: 1.125rem; font-weight: 800; margin-bottom: .25rem; }
.contact-wa-banner p { font-size: .9375rem; opacity: .85; }
.btn-wa-large {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.75rem;
  background: rgba(0,0,0,.2);
  color: #fff;
  font-weight: 700;
  border-radius: var(--radius);
  white-space: nowrap;
  transition: background .2s;
}
.btn-wa-large:hover { background: rgba(0,0,0,.3); }

/* ════════════════════════════════════════════════════════════════════════════
   NOSOTROS PAGE
════════════════════════════════════════════════════════════════════════════ */

/* Hero */
.ns-hero {
  background: var(--ink);
  color: #fff;
  padding: 5rem 0;
}
.ns-hero-inner { max-width: 768px; }
.ns-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 1rem 0 1.25rem;
}
.ns-hero-sub {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  max-width: 600px;
}

/* Historia */
.ns-history {
  display: grid;
  gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
}
@media (min-width: 1024px) { .ns-history { grid-template-columns: 1fr 1fr; } }
.ns-history-img-wrap {}
.ns-history-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.ns-history-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--surface-2);
  border-radius: 12px;
}
.ns-history-title { font-size: 1.625rem; font-weight: 700; margin-bottom: 1rem; }
.ns-history-desc { color: var(--muted-fg); line-height: 1.7; margin-bottom: 2rem; }
.ns-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.ns-stat-card {
  background: var(--surface-2);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.ns-stat-num { font-size: 1.875rem; font-weight: 900; color: var(--ink); line-height: 1; }
.ns-stat-label { font-size: .7rem; color: var(--muted-fg); text-transform: uppercase; letter-spacing: .08em; margin-top: .375rem; }

/* Valores */
.ns-values-section {
  background: var(--surface-2);
  padding: 5rem 0;
}
.ns-values-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.ns-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 768px) { .ns-values-grid { grid-template-columns: repeat(4, 1fr); } }
.ns-value-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.ns-value-icon {
  width: 48px;
  height: 48px;
  background: var(--brand);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--ink);
}
.ns-value-name { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
.ns-value-desc { font-size: .875rem; color: var(--muted-fg); line-height: 1.6; }

/* Timeline */
.ns-timeline-section { padding-top: 5rem; padding-bottom: 3rem; }
.ns-section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin-bottom: 2.5rem; }
.ns-timeline { display: flex; flex-direction: column; gap: 0; }
.ns-timeline-item {
  display: grid;
  grid-template-columns: 56px 24px 1fr;
  gap: 0 1rem;
  align-items: start;
  padding-bottom: 2rem;
}
.ns-timeline-year {
  font-size: .9375rem;
  font-weight: 900;
  color: var(--brand);
  padding-top: .15rem;
  text-align: right;
}
.ns-timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--brand);
  margin-top: .3rem;
  position: relative;
  justify-self: center;
}
.ns-timeline-item:not(:last-child) .ns-timeline-dot::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(2rem + 12px);
  background: var(--border);
  margin-top: 4px;
}
.ns-timeline-heading { font-weight: 700; margin-bottom: .3rem; }
.ns-timeline-desc { font-size: .9375rem; color: var(--muted-fg); line-height: 1.6; }

/* CTA */
.ns-cta-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.ns-cta-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin-bottom: .75rem; }
.ns-cta-sub { color: var(--muted-fg); max-width: 480px; margin: 0 auto 2rem; }
.ns-cta-btn {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 2rem;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: .9375rem;
  border-radius: var(--radius);
  transition: opacity .2s;
}
.ns-cta-btn:hover { opacity: .85; }

/* ════════════════════════════════════════════════════════════════════════════
   MARCAS PAGE
════════════════════════════════════════════════════════════════════════════ */
.marcas-all-section { padding-top: 3rem; padding-bottom: 3rem; }
.marcas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
@media (min-width: 640px) { .marcas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .marcas-grid { grid-template-columns: repeat(4, 1fr); } }
.marca-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: box-shadow .2s, border-color .2s;
}
.marca-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: var(--brand); }
.marca-logo-wrap {
  width: 100%;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface-2);
  border-radius: 10px;
  margin-bottom: .75rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
.marca-logo-text { font-size: 1.4rem; font-weight: 900; }
.marca-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.marca-name { font-weight: 800; }
.marca-desc { font-size: .8125rem; color: var(--muted-fg); line-height: 1.5; flex: 1; }
.marca-link { font-size: .8125rem; font-weight: 700; color: var(--brand); }
.marcas-by-cat-section { padding-bottom: 3rem; }
.marcas-by-cat { display: flex; flex-direction: column; gap: 1rem; }
.mbc-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--surface-2);
  border-radius: 10px;
}
.mbc-cat-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(253,190,40,.12);
  border-radius: 12px;
  color: var(--brand);
  flex-shrink: 0;
}
.mbc-cat-name { font-weight: 700; margin-bottom: .5rem; display: block; }
.mbc-brands { display: flex; flex-wrap: wrap; gap: .4rem; }
.mbc-brand-pill {
  padding: .25rem .75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
}
.marcas-cta { text-align: center; background: var(--ink); border-radius: 12px; padding: 3rem; color: #fff; margin-bottom: 3rem; }
.marcas-cta h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: .75rem; color: #fff; }
.marcas-cta p { color: rgba(255,255,255,.6); margin-bottom: 1.5rem; }

/* ════════════════════════════════════════════════════════════════════════════
   PROMOCIONES PAGE
════════════════════════════════════════════════════════════════════════════ */
.promo-hero { padding: 5rem 0; }
.promo-main-card {
  background: var(--ink);
  border-radius: 16px;
  padding: 2.5rem;
  margin: 3rem 0;
  max-width: 720px;
  margin-inline: auto;
}
.promo-main-badge {
  display: inline-block;
  background: var(--brand);
  color: var(--ink);
  font-size: .6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .25rem .75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.promo-main-title { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: .75rem; }
.promo-main-desc { color: rgba(255,255,255,.65); margin-bottom: 1.75rem; line-height: 1.65; }
.promo-tiers { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.promo-tier {
  flex: 1;
  min-width: 120px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
}
.promo-tier-mid { border-color: rgba(253,190,40,.3); }
.promo-tier-top { border-color: var(--brand); background: rgba(253,190,40,.08); }
.promo-tier-pct { display: block; font-size: 2rem; font-weight: 900; color: var(--brand); line-height: 1; margin-bottom: .35rem; }
.promo-tier-label { font-size: .8125rem; color: rgba(255,255,255,.6); }
.promo-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .promo-features { grid-template-columns: repeat(4, 1fr); } }
.promo-feature { background: var(--surface-2); border-radius: 12px; padding: 1.75rem; text-align: center; }
.promo-feature-icon { font-size: 2rem; margin-bottom: .75rem; }
.promo-feature h3 { font-weight: 700; margin-bottom: .5rem; font-size: .9375rem; }
.promo-feature p { font-size: .8125rem; color: var(--muted-fg); line-height: 1.55; }
.promo-products-section { margin-bottom: 3rem; }
.promo-b2b-banner { margin-bottom: 3rem; }

/* ════════════════════════════════════════════════════════════════════════════
   SINGLE POST (blog)
════════════════════════════════════════════════════════════════════════════ */
.single-post-layout { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .single-post-layout { grid-template-columns: 1fr 300px; } }
.single-post-hero { margin-bottom: 1.5rem; border-radius: 12px; overflow: hidden; }
.single-post-img { width: 100%; max-height: 420px; object-fit: cover; }
.single-post-meta { display: flex; gap: .75rem; margin-bottom: 1rem; }
.post-date, .post-cat { font-size: .8125rem; font-weight: 600; color: var(--muted-fg); }
.post-cat { color: var(--brand); }
.single-post-title { font-size: 1.75rem; font-weight: 900; line-height: 1.25; margin-bottom: 1.5rem; }
.single-post-content { font-size: 1rem; line-height: 1.75; color: #333; }
.single-post-content h2, .single-post-content h3 { font-weight: 800; margin: 1.5rem 0 .75rem; }
.single-post-content p { margin-bottom: 1rem; }
.sidebar-recent-post { display: flex; gap: .75rem; padding: .75rem 0; border-bottom: 1px solid var(--border); }
.srp-img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.srp-title { font-size: .875rem; font-weight: 600; line-height: 1.4; }
.srp-date { font-size: .75rem; color: var(--muted-fg); margin-top: .2rem; }

/* ════════════════════════════════════════════════════════════════════════════
   SCROLL ANIMATIONS
════════════════════════════════════════════════════════════════════════════ */
.anim-ready {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .4s ease, transform .4s ease;
}
.anim-ready.visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════════════════════════════════════════
   WOOCOMMERCE RESETS
════════════════════════════════════════════════════════════════════════════ */
.woocommerce-store-notice { display: none !important; }
.woocommerce-breadcrumb { display: none; }
.woocommerce-notices-wrapper { margin-bottom: 1rem; }
