
/**
 * Theme Name: Jawe Joyeros
 * Theme URI: https://websprosites.mx/webs/jawejoyeros
 * Author: Webs Pro Sites
 * Description: Tema personalizado para Jawe Joyeros - Importadores de joyeria de plata .925. Venta por mayoreo.
 * Version: 3.0
 * Text Domain: jawe-joyeros
 */


/* ================================================================
   01. TOKENS / VARIABLES (branding intacto)
   ================================================================ */
:root {
    --font:        "Plus Jakarta Sans", sans-serif;
    --bg:          #FFFFFF;
    --surface:     #F7F7F7;
    --border:      #EEEEEE;
    --text:        #2C2C2C;
    --body:        #6B6B6B;
    --muted:       #AAAAAA;
    --silver-a:    #C0C0C0;
    --silver-b:    #E8E8E8;
    --silver-grad: linear-gradient(135deg, #C0C0C0 0%, #E8E8E8 50%, #C0C0C0 100%);
    --silver-line: linear-gradient(90deg, transparent, #C0C0C0, transparent);
    --section-pad: 5.5rem 0;
    --section-pad-mobile: 3rem 0;
}


/* ================================================================
   02. RESET Y BASE
   ================================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
    font-family: var(--font);
    font-weight: 300;
    color: var(--body);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
}
a { text-decoration: none; }
a:hover { opacity: 0.9; }
img { max-width: 100%; height: auto; }
p { margin-bottom: 0; }
ul:not([class]) { list-style: none; padding: 0; margin: 0; }


/* ================================================================
   03. TIPOGRAFIA
   ================================================================ */
h1, h2, h3, h4, h5 {
    font-family: var(--font);
    font-weight: 400;
    color: var(--text);
    line-height: 1.25;
}


/* ================================================================
   04. UTILIDADES GLOBALES
   ================================================================ */
.eyebrow {
    display: inline-block;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .75rem;
}
.eyebrow span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--silver-a);
    vertical-align: middle;
    margin-right: 10px;
}
.section-head h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    border: none;
}
.section-head p {
    font-size: .92rem;
    color: var(--body);
    max-width: 560px;
    margin: 0 auto;
}
.silver-line {
    width: 50px;
    height: 2px;
    background: var(--silver-line);
    border: none;
    margin: 1rem 0 1.25rem;
    opacity: 1;
}
.silver-line.center { margin: 1rem auto 1.25rem; }


/* ================================================================
   05. BOTONES
   ================================================================ */
.btn-outline-silver {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    border: 1px solid var(--silver-a);
    background: transparent;
    color: var(--silver-b);
    padding: .65rem 1.6rem;
    font-size: .85rem;
    font-weight: 500;
    font-family: var(--font);
    border-radius: 0;
    transition: all 0.35s;
    cursor: pointer;
}
.btn-outline-silver:hover {
    background: var(--silver-grad);
    color: #fff !important;
    border-color: transparent;
    opacity: 1;
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: none;
    background: transparent;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 400;
    font-family: var(--font);
    border-bottom: 1px solid var(--muted);
    padding: .25rem 0 .2rem;
    transition: color 0.3s;
}
.btn-ghost:hover { color: var(--text); }


/* ================================================================
   06. NAVBAR
   ================================================================ */
.navbar-jawe {
    background: rgba(255,255,255,0.96);
    padding: .7rem 0;
    transition: all 0.3s;
}
.navbar-jawe.scrolled {
    box-shadow: 0 1px 20px rgba(0,0,0,0.05);
}
.navbar-brand-jawe {
    font-size: 1.05rem;
    font-weight: 300;
    color: var(--text);
    letter-spacing: 3px;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
}
.navbar-brand-jawe strong {
    font-weight: 600;
}
.navbar-jawe .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navbar-jawe .navbar-collapse {
    flex-grow: 1;
}
.navbar-jawe .nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    padding: 0;
}
.nav-link-jawe {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
    padding: .5rem .85rem;
    transition: color 0.3s;
    display: block;
    text-decoration: none;
}
.nav-link-jawe:hover { color: var(--text) !important; }
.navbar-toggler {
    border: 1px solid var(--border);
    padding: 6px 10px;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}
.navbar-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid var(--silver-a);
    background: transparent;
    color: var(--text);
    padding: .5rem 1.25rem;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--font);
    text-decoration: none;
    transition: all 0.3s;
}
.navbar-cta:hover { color: var(--muted); border-color: transparent; }


/* ================================================================
   07. FOOTER
   ================================================================ */
footer {
    padding: 3.5rem 0 2rem;
    margin: 0;
    background: var(--text);
    color: rgba(255,255,255,0.45);
    font-size: .85rem;
    line-height: 1.7;
}
footer .brand {
    font-size: 1.05rem;
    letter-spacing: 3px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1rem;
}
footer .brand strong { font-weight: 600; }
footer .foot-text {
    color: rgba(255,255,255,0.45);
    margin-bottom: 1.25rem;
}
footer .foot-title {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1rem;
}
footer ul li {
    margin-bottom: .5rem;
}
footer ul li a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.3s;
}
footer ul li a:hover { color: rgba(255,255,255,0.9); }
.social-links {
    display: flex;
    gap: .75rem;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
}
.social-links a:hover {
    border-color: var(--silver-a);
    color: var(--silver-b);
}
.foot-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 2rem 0 1.25rem;
}
.copyright {
    font-size: .75rem;
    color: rgba(255,255,255,0.25);
    text-align: center;
}


/* ================================================================
   08. WHATSAPP FLOTANTE
   ================================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: 0 2px 16px rgba(37,211,102,0.3);
    text-decoration: none;
    transition: transform 0.3s;
}
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }


/* ================================================================
   09. HERO — bxSlider
   ================================================================ */

.hero-bx {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* bxSlider wrapper reset */
.hero-bx .bx-wrapper,
.bx-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.bx-wrapper .bx-viewport {
    left: 0 !important;
}
.bxslider-hero,
.bxslider-hero li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Cada slide inner: imagen de fondo full-cover */
.bx-slide-inner {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
}

/* Overlay — gradiente horizontal: oscuro izquierda, abierto derecha */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(17,17,17,0.88) 0%,
        rgba(17,17,17,0.58) 55%,
        rgba(17,17,17,0.22) 100%
    );
    z-index: 1;
}

.bx-slide-inner .container {
    position: relative;
    z-index: 2;
    padding: 6rem 0 4rem;
    width: 100%;
}

/* Tipografía del slide */
.bx-slide-inner .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--silver-b);
    margin-bottom: 1.5rem;
    padding: .35rem 1rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}
.bx-slide-inner .hero-tag span {
    display: inline-block;
    width: 20px; height: 1px;
    background: var(--silver-a);
    vertical-align: middle;
}
.bx-slide-inner h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.bx-slide-inner h1 em {
    font-style: normal;
    background: var(--silver-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-sub {
    font-size: clamp(.9rem, 1.5vw, 1.05rem);
    color: rgba(255,255,255,0.65);
    max-width: 500px;
    margin-bottom: 2.25rem;
    line-height: 1.7;
    font-weight: 300;
}

/* Botones del hero dentro del slider — alto contraste */
.bx-slide-inner .btn-outline-silver {
    border: 2px solid #fff;
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    padding: .7rem 1.8rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.bx-slide-inner .btn-outline-silver:hover {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
    opacity: 1;
}
.bx-slide-inner .btn-ghost {
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    padding: .25rem 0 .2rem;
}
.bx-slide-inner .btn-ghost:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.bx-slide-inner .hero-sub {
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}
.bx-slide-inner .hero-tag {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.10);
    font-weight: 600;
}
.bx-slide-inner .hero-tag span {
    background: #fff;
    width: 24px;
}

/* Botones prev/next de bxSlider */
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.6) !important;
    width: 44px; height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none !important;
    text-indent: 0 !important;
}
.bx-controls-direction a:hover {
    background: rgba(255,255,255,0.14);
    color: #fff !important;
}
.bx-prev { left: 20px; }
.bx-next { right: 20px; }

/* Paginación (dots) de bxSlider */
.bx-pager,
.hero-bx .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0 !important;
    width: auto !important;
    text-align: center !important;
}

/* Responsive */
@media (max-width: 991px) {
    .bx-slide-inner { min-height: 70vh; }
    .bx-slide-inner .container { padding: 5rem 0 3rem; }
    .bx-controls-direction a { display: none !important; }
}
@media (max-width: 767px) {
    .bx-slide-inner { min-height: 60vh; }
    .bx-slide-inner .container { padding: 4rem 0 2.5rem; }
    .bx-slide-inner h1 { font-size: 1.8rem; }
}
@media (max-width: 575px) {
    .bx-slide-inner { min-height: 55vh; }
    .bx-slide-inner h1 { font-size: 1.5rem; }
    .hero-sub { font-size: .85rem; }
}/* ================================================================
   10. BARRA DE CONFIANZA
   ================================================================ */
.trust-bar {
    padding: 1.5rem 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.trust-item {
    text-align: center;
    padding: .75rem 0;
}
.trust-num {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 2px;
    margin-bottom: .2rem;
}
.trust-label {
    font-size: .7rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ================================================================
   11. PRODUCTOS
   ================================================================ */
section.productos,
section.section-alt {
    padding: var(--section-pad);
    background: var(--bg);
}
section.section-alt {
    background: var(--surface);
}
.product-card {
    padding: 2.5rem 2rem;
    border: 1px solid var(--border);
    transition: all 0.35s;
    background: var(--bg);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    border-color: var(--silver-a);
    box-shadow: 0 8px 40px rgba(192,192,192,0.18);
}
.product-icon {
    width: 48px;
    height: 2px;
    background: var(--silver-a);
    margin-bottom: 1.5rem;
}
.product-img-wrap {
    width: calc(100% + 4rem);
    aspect-ratio: 4/3;
    overflow: hidden;
    margin: -2.5rem -2rem 1.5rem;
    border-bottom: 1px solid var(--border);
}
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}
.product-card:hover .product-img { transform: scale(1.04); }
.product-card h4 {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: .75rem;
    color: var(--text);
}
.product-card p {
    font-size: .85rem;
    color: var(--body);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.6;
}
.card-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    font-weight: 500;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s;
}
.card-link:hover { color: var(--text); }
.card-link i.bi { transition: transform 0.3s; }
.card-link:hover i.bi { transform: translateX(4px); }


/* ================================================================
   12. COMO FUNCIONA
   ================================================================ */
section.como {
    padding: var(--section-pad);
    background: var(--surface);
}
.step-num {
    font-size: 2.5rem;
    font-weight: 200;
    color: var(--silver-a);
    line-height: 1;
    margin-bottom: .5rem;
}
.step-connector {
    width: 30px;
    height: 1px;
    background: var(--silver-a);
    border: none;
    margin: 0 0 1rem;
}
.step-title {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text);
    margin-bottom: .5rem;
}
.step-text {
    font-size: .85rem;
    color: var(--body);
    line-height: 1.6;
}

/* ================================================================
   12b. GLIGHTBOX — Minimalista / Elegante
   ================================================================ */
.glightbox-container .gslide-description {
    background: transparent !important;
    padding: 1rem 0 0 !important;
}
.glightbox-container .gslide-desc {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: .85rem !important;
    color: rgba(255,255,255,0.7) !important;
}
.glightbox-container .gclose {
    top: 20px !important;
    right: 20px !important;
}
.glightbox-container .gnext,
.glightbox-container .gprev {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.glightbox-container .gclose svg,
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
    width: 28px !important;
    height: 28px !important;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background: rgba(0,0,0,0.3) !important;
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.3s !important;
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
    background: rgba(0,0,0,0.6) !important;
}
.glightbox-clean .gslide-media {
    box-shadow: none !important;
}

/* ================================================================
   13. NOSOTROS
   ================================================================ */
section.nosotros {
    padding: var(--section-pad);
    background: var(--bg);
}
.nosotros-img-wrap {
    position: relative;
    overflow: hidden;
}
.nosotros-img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(30%);
    transition: filter 0.5s, transform 0.5s;
}
.nosotros-img-wrap:hover .nosotros-img {
    filter: grayscale(0%);
    transform: scale(1.02);
}
.nosotros-text h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    color: var(--text);
    margin-bottom: .5rem;
}
.nosotros-text p {
    font-size: .88rem;
    color: var(--body);
    line-height: 1.7;
    margin-bottom: 1rem;
}
.archive-excerpt {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .75rem;
}


/* ================================================================
   14. GALERIA
   ================================================================ */
section.galeria {
    padding: var(--section-pad);
    background: var(--surface);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.gallery-item {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s, filter 0.5s;
    filter: grayscale(30%);
}
.gallery-item:hover img {
    transform: scale(1.08);
    filter: grayscale(0%);
}
.gallery-item::after {
    content: "+";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    pointer-events: none;
    color: #fff;
    background: rgba(17,17,17,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item:hover::after { opacity: 1; }
.archive-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    font-weight: 500;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s;
}
.archive-link:hover { color: var(--text); }
.archive-link i.bi { transition: transform 0.3s; }
.archive-link:hover i.bi { transform: translateX(5px); }


/* ================================================================
   15. CTA FINAL
   ================================================================ */
.cta-section {
    padding: 5rem 0;
    text-align: center;
    background: var(--bg);
}
.cta-section .silver-line.center { margin-bottom: 1.5rem; }
.cta-section h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 400;
    margin-bottom: .75rem;
    color: var(--text);
}
.cta-section p {
    font-size: .9rem;
    color: var(--body);
    margin-bottom: 2rem;
}


/* ================================================================
   16. CONTACTO
   ================================================================ */
section.contacto {
    padding: var(--section-pad);
    background: var(--bg);
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
.contact-cell {
    text-align: center;
}
.contact-cell .eyebrow {
    margin-bottom: .5rem;
}
.contact-val {
    font-size: .95rem;
    color: var(--text);
    font-weight: 400;
}


/* ================================================================
   17. CATEGORY — Hero de categoria
   ================================================================ */
.category-hero {
    padding: 6rem 0 3rem;
    text-align: center;
    background: #fafafa;
    margin-top: 60px;
}
.category-hero .eyebrow { margin-bottom: .5rem; }
.category-hero h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    color: var(--text);
    margin-bottom: .75rem;
}
.category-hero p {
    font-size: .9rem;
    color: var(--body);
    max-width: 520px;
    margin: 0 auto;
}


/* ================================================================
   18. CATEGORY — Grid de posts
   ================================================================ */
.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 3rem 0;
}
.post-card {
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.35s;
}
.post-card:hover {
    border-color: var(--silver-a);
    box-shadow: 0 8px 40px rgba(192,192,192,0.18);
}
.post-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}
.post-card .post-body {
    padding: 1.5rem;
}
.post-card .post-body h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
.post-card .post-body h3 a {
    color: var(--text);
    text-decoration: none;
}
.post-card .post-body .post-excerpt {
    font-size: .82rem;
    color: var(--body);
    line-height: 1.5;
}


/* ================================================================
   19. CATEGORY — Paginacion
   ================================================================ */
.pagination-wrap {
    text-align: center;
    padding: 2rem 0;
}
.pagination-wrap a, .pagination-wrap span {
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid var(--border);
    font-size: .85rem;
    color: var(--body);
    text-decoration: none;
    transition: all 0.3s;
}
.pagination-wrap a:hover {
    border-color: var(--silver-a);
    color: var(--text);
}
.pagination-wrap .current {
    border-color: var(--silver-a);
    color: var(--text);
}


/* ================================================================
   20. CATEGORY — CTA bar
   ================================================================ */
.cta-bar {
    padding: 3rem 0;
    text-align: center;
    background: var(--surface);
}
.cta-bar h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: .75rem;
}
.cta-bar p {
    font-size: .85rem;
    color: var(--body);
    margin-bottom: 1.25rem;
}


/* ================================================================
   21. PAGE — Hero de pagina
   ================================================================ */
.page-hero {
    padding: 6rem 0 3rem;
    text-align: center;
    background: #fafafa;
    margin-top: 60px;
}
.page-hero h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    color: var(--text);
    margin-bottom: .5rem;
}
.page-hero p {
    font-size: .9rem;
    color: var(--body);
    max-width: 600px;
    margin: 0 auto;
}


/* ================================================================
   22. PAGE — Imagen destacada
   ================================================================ */
.page-featured-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}


/* ================================================================
   23. PAGE — Contenido
   ================================================================ */
.page-content {
    padding: 3rem 0;
    font-size: .92rem;
    color: var(--body);
    line-height: 1.8;
}
.page-content p { margin-bottom: 1.25rem; }
.page-content h2, .page-content h3 { margin-top: 2rem; }
.page-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; }
.page-content ul li { margin-bottom: .25rem; }


/* ================================================================
   24. PAGE — CTA bar
   ================================================================ */
.page-cta {
    padding: 3rem 0;
    text-align: center;
    background: var(--surface);
}


/* ================================================================
   25. PAGE DISTRIBUIDORES — Hero
   ================================================================ */
.dist-hero {
    padding: 6rem 0 3rem;
    text-align: center;
    margin-top: 60px;
    background: var(--surface);
}
.dist-hero h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    margin-bottom: .5rem;
}
.dist-hero p {
    font-size: .9rem;
    color: var(--body);
    max-width: 600px;
    margin: 0 auto;
}


/* ================================================================
   26. PAGE DISTRIBUIDORES — Beneficios
   ================================================================ */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 3rem 0;
}
.benefit-card {
    padding: 2rem;
    border: 1px solid var(--border);
    text-align: center;
    transition: all 0.35s;
}
.benefit-card:hover {
    border-color: var(--silver-a);
    box-shadow: 0 8px 40px rgba(192,192,192,0.18);
}
.benefit-card .benefit-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--muted);
}
.benefit-card h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
.benefit-card p {
    font-size: .82rem;
    color: var(--body);
}


/* ================================================================
   27. PAGE DISTRIBUIDORES — Formulario
   ================================================================ */
.dist-form-wrap {
    padding: 2rem;
    border: 1px solid var(--border);
    max-width: 600px;
    margin: 0 auto;
}
.dist-form-wrap h3 {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.dist-form-wrap .form-group {
    margin-bottom: 1rem;
}
.dist-form-wrap label {
    display: block;
    font-size: .8rem;
    color: var(--text);
    margin-bottom: .3rem;
}
.dist-form-wrap input,
.dist-form-wrap textarea,
.dist-form-wrap select {
    width: 100%;
    padding: .65rem .85rem;
    border: 1px solid var(--border);
    font-family: var(--font);
    font-size: .85rem;
    color: var(--text);
    transition: border-color 0.3s;
}
.dist-form-wrap input:focus,
.dist-form-wrap textarea:focus {
    outline: none;
    border-color: var(--silver-a);
}


/* ================================================================
   28. RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
    .hero-slider { min-height: 70vh; }
    .hero-slider .container { padding: 5rem 0 3rem; }
    .hero-sub { max-width: 100%; }
    .slider-btn { display: none; }
    .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

@media (max-width: 767px) {
    .hero-slider { min-height: 60vh; }
    .hero-slider .container { padding: 4rem 0 2.5rem; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item::after { display: none; }
    section { padding: var(--section-pad-mobile); }
    .trust-bar .row { gap: 0.5rem 0; }
    .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
    .hero-slider { min-height: 55vh; }
    .hero-slider .container { padding: 3.5rem 0 2rem; }
    .hero-slide h1 { font-size: 1.6rem; }
    .hero-sub { font-size: .85rem; margin-bottom: 1.5rem; }
    .slider-dots { bottom: 15px; }
    .slider-dots .dot { width: 8px; height: 8px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 4px; }
    .contact-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .product-card { padding: 1.5rem; }
    .whatsapp-float { bottom: 15px; right: 15px; width: 46px; height: 46px; font-size: 1.2rem; }
    .benefits-grid { grid-template-columns: 1fr; }
    .cta-section { padding: 3rem 0; }
}

@media (max-width: 380px) {
    .hero-slider { min-height: 50vh; }
    .hero-slide h1 { font-size: 1.4rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 3px; }
}


/* ================================================================
   29. ANIMACIONES Y MICRO-INTERACCIONES
   ================================================================ */
@media (prefers-reduced-motion: no-preference) {
    .product-card, .post-card, .benefit-card, .gallery-item {
        transition: all 0.35s ease;
    }
    .hero-slide {
        transition: opacity 0.8s ease-in-out;
    }
}
.js-reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}


/* ================================================================
   30. CONTACT FORM 7
   ================================================================ */
.wpcf7-form {
    max-width: 520px;
    margin: 0 auto;
}
.wpcf7-form p {
    margin-bottom: 1.25rem;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: .75rem .9rem;
    border: 1px solid var(--border);
    font-family: var(--font);
    font-size: .88rem;
    color: var(--text);
    transition: border-color 0.3s;
    border-radius: 0;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--silver-a);
}
.wpcf7-form textarea {
    min-height: 110px;
    resize: vertical;
}
.wpcf7-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--silver-a);
    background: transparent;
    color: var(--text);
    padding: .65rem 1.6rem;
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.35s;
    width: auto;
}
.wpcf7-form input[type="submit"]:hover {
    background: var(--silver-grad);
    color: #fff;
    border-color: transparent;
}
.wpcf7-not-valid-tip {
    font-size: .78rem;
    color: #c0392b;
    margin-top: .3rem;
}
.wpcf7-response-output {
    font-size: .82rem;
    padding: .75rem 1rem;
    border: 1px solid var(--border);
    margin: 1.5rem 0;
    text-align: center;
}
/* bxSlider wrapper — forzar margen 0 en todos los viewports */
.hero-bx .bx-wrapper {
    margin-bottom: 0 !important;
}
.hero-bx .bx-wrapper .bx-viewport {
    margin-bottom: 0 !important;
}
