/* ============================================================
   ATENEA TKD V6.1 - Premium Styles (Corregido)
   Mobile-first | Paleta: #0B0B0F | #FFFFFF | #D8031C | #003366
   ============================================================ */

:root {
    --v6-black: #0B0B0F;
    --v6-white: #FFFFFF;
    --v6-red: #D8031C;
    --v6-red-h: #b00016;
    --v6-blue: #003366;
    --v6-blue-h: #0055a4;
    --v6-gray: #f5f5f7;
    --v6-gray-dark: #666;
    --v6-border: #e5e5e7;
    --v6-shadow: 0 4px 24px rgba(0,0,0,0.08);
    --v6-shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
    --v6-radius: 16px;
    --v6-radius-sm: 10px;
    --v6-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --v6-font-head: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---- Reset ---- */
.v6-hero *, .v6-calc-wrap *, .v6-cat-wrap *, .v6-faq-section *,
.v6-kits-section *, .v6-testi-section *, .v6-belt-section *,
.v6-trust-section *, .v6-cta-section *, .v6-lema-trust *,
.v6-campaign-banner *, .v6-cart-modal *, .v6-cart-float *,
.v6-cart-toast *, .v6-wa-float *, .v6-header *, .v6-footer *,
.v6-calc-wrap, .v6-cat-wrap { box-sizing: border-box; }

/* ============================================================
   HERO
   ============================================================ */
.v6-hero {
    position: relative;
    width: 100%;
    min-height: 92vh;
    background: linear-gradient(135deg, var(--v6-black) 0%, #1a1a2e 50%, var(--v6-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 20px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}
.v6-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 80%, rgba(216,3,28,0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(0,51,102,0.2) 0%, transparent 50%); }
.v6-hero-particles { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.v6-hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; width: 100%; }
.v6-hero-trust { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); padding: 8px 20px; border-radius: 50px; color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.v6-hero-trust i { color: #4CAF50; font-size: 14px; }
.v6-hero-logo { margin-bottom: 20px; }
.v6-hero-logo img { max-height: 80px; width: auto; filter: brightness(0) invert(1); }
.v6-hero-title { font-family: var(--v6-font-head); font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 800; color: #fff; line-height: 1.1; margin: 0 0 12px; text-transform: uppercase; letter-spacing: -0.02em; }
.v6-hero-slogan { font-family: var(--v6-font-head); font-size: clamp(1.1rem, 3vw, 1.6rem); font-weight: 700; color: var(--v6-red); margin: 0 0 16px; }
.v6-hero-desc { font-size: clamp(0.95rem, 2vw, 1.1rem); color: rgba(255,255,255,0.75); margin: 0 0 32px; line-height: 1.6; }
.v6-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 28px; }
.v6-hero-campaign { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 24px; }
.v6-hero-campaign i { color: #FF9800; font-size: 14px; }
.v6-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.v6-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 50px; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 500; }
.v6-badge i { font-size: 11px; }

/* ---- Botones ---- */
.v6-btn-primary, .v6-btn-secondary, .v6-btn-wa {
    display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
    border-radius: var(--v6-radius-sm); font-family: var(--v6-font-head); font-size: 15px;
    font-weight: 700; text-decoration: none; cursor: pointer; border: none; transition: all 0.25s ease;
}
.v6-btn-primary { background: var(--v6-red); color: #fff; box-shadow: 0 4px 16px rgba(216,3,28,0.35); }
.v6-btn-primary:hover { background: var(--v6-red-h); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(216,3,28,0.45); }
.v6-btn-secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.v6-btn-secondary:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.v6-btn-wa { background: #25D366; color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,0.3); }
.v6-btn-wa:hover { background: #128C7E; transform: translateY(-2px); }

/* ============================================================
   LEMA + CAMPAIGN BANNER
   ============================================================ */
.v6-lema-trust { background: linear-gradient(90deg, var(--v6-blue), var(--v6-blue-h)); color: #fff; text-align: center; padding: 12px 20px; font-weight: 700; font-size: 14px; letter-spacing: 0.02em; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }
.v6-lema-trust i { margin-right: 8px; color: #4CAF50; }
.v6-campaign-banner { background: linear-gradient(90deg, var(--v6-red), var(--v6-red-h)); padding: 10px 20px; text-align: center; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }
.v6-campaign-inner { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 14px; }
.v6-campaign-inner i { color: #FFD700; }

/* ============================================================
   CALCULADORA - LAYOUT CORREGIDO
   ============================================================ */
.v6-calc-wrap { max-width: 900px; margin: 0 auto; padding: 40px 20px; background: var(--v6-white); border-radius: var(--v6-radius); box-shadow: var(--v6-shadow); }
.v6-calc-header { text-align: center; margin-bottom: 32px; }
.v6-calc-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--v6-red), var(--v6-red-h)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #fff; font-size: 24px; }
.v6-calc-icon i { font-size: 24px; }
.v6-calc-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; color: var(--v6-black); margin: 0 0 8px; }
.v6-calc-subtitle { color: var(--v6-gray-dark); font-size: 15px; margin: 0; }

/* Steps */
.v6-calc-step { margin-bottom: 24px; padding: 24px; background: var(--v6-gray); border-radius: var(--v6-radius-sm); }
.v6-step-label { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-family: var(--v6-font-head); font-weight: 700; font-size: 16px; color: var(--v6-black); }
.v6-step-num { width: 32px; height: 32px; background: var(--v6-red); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }

/* Options - GRID CORREGIDO */
.v6-calc-options { display: grid; gap: 12px; }
.v6-calc-options-2 { grid-template-columns: repeat(2, 1fr); }
.v6-calc-options-3 { grid-template-columns: repeat(3, 1fr); }
.v6-calc-options-4 { grid-template-columns: repeat(2, 1fr); }
@media(min-width:600px) { .v6-calc-options-4 { grid-template-columns: repeat(4, 1fr); } }

.v6-calc-opt { cursor: pointer; display: block; }
.v6-calc-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.v6-opt-card { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 8px; background: var(--v6-white); border: 2px solid var(--v6-border); border-radius: var(--v6-radius-sm); text-align: center; transition: all 0.2s ease; font-size: 14px; font-weight: 600; color: var(--v6-black); }
.v6-opt-card i { font-size: 20px; color: var(--v6-gray-dark); line-height: 1; }
.v6-opt-card small { font-size: 11px; font-weight: 400; color: var(--v6-gray-dark); display: block; }
.v6-calc-opt:hover .v6-opt-card { border-color: var(--v6-blue); transform: translateY(-2px); box-shadow: var(--v6-shadow); }
.v6-calc-opt input:checked + .v6-opt-card { border-color: var(--v6-red); background: rgba(216,3,28,0.05); box-shadow: 0 0 0 3px rgba(216,3,28,0.15); }
.v6-calc-opt input:checked + .v6-opt-card i { color: var(--v6-red); }

/* Fields */
.v6-calc-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media(max-width:480px) { .v6-calc-fields { grid-template-columns: 1fr; } }
.v6-field-group label { display: block; font-weight: 600; font-size: 14px; color: var(--v6-black); margin-bottom: 6px; }
.v6-field-group input { width: 100%; padding: 12px 14px; border: 2px solid var(--v6-border); border-radius: var(--v6-radius-sm); font-size: 16px; font-family: var(--v6-font); transition: border-color 0.2s; background: #fff; }
.v6-field-group input:focus { outline: none; border-color: var(--v6-red); }
.v6-field-group small { display: block; margin-top: 4px; color: var(--v6-gray-dark); font-size: 12px; }

/* Submit */
.v6-calc-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 18px; background: linear-gradient(135deg, var(--v6-red), var(--v6-red-h)); color: #fff; border: none; border-radius: var(--v6-radius-sm); font-family: var(--v6-font-head); font-size: 17px; font-weight: 700; cursor: pointer; transition: all 0.25s ease; }
.v6-calc-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(216,3,28,0.4); }

/* Result */
.v6-calc-result { margin-top: 28px; padding: 28px; background: linear-gradient(135deg, #f8f9ff, #fff5f5); border: 2px solid var(--v6-red); border-radius: var(--v6-radius); animation: v6FadeInUp 0.5s ease; }
.v6-calc-result h3 { font-family: var(--v6-font-head); font-size: 20px; color: var(--v6-red); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.v6-calc-result .v6-result-diagnosis { font-size: 16px; line-height: 1.7; color: var(--v6-black); margin-bottom: 16px; }
.v6-calc-result .v6-result-model { background: var(--v6-white); padding: 14px 18px; border-radius: var(--v6-radius-sm); margin-bottom: 16px; border-left: 4px solid var(--v6-red); }
.v6-calc-result .v6-result-extras { list-style: none; padding: 0; margin: 0 0 20px; }
.v6-calc-result .v6-result-extras li { padding: 8px 0; font-size: 14px; color: var(--v6-gray-dark); display: flex; align-items: flex-start; gap: 8px; }
.v6-calc-result .v6-result-extras li i { color: #4CAF50; margin-top: 2px; font-size: 14px; }
.v6-calc-result .v6-result-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.v6-calc-result .v6-result-tag { display: inline-block; background: var(--v6-red); color: #fff; padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }

/* ============================================================
   CATALOGO - ICONOS Y BOTONES CORREGIDOS
   ============================================================ */
.v6-cat-wrap { padding: 40px 20px; max-width: 1400px; margin: 0 auto; }
.v6-cat-header { text-align: center; margin-bottom: 28px; }
.v6-cat-title { font-family: var(--v6-font-head); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; color: var(--v6-black); margin: 0 0 6px; }
.v6-cat-title i { color: var(--v6-red); font-size: 0.8em; }
.v6-cat-subtitle { color: var(--v6-gray-dark); font-size: 15px; margin: 0; }

/* Search */
.v6-cat-searchbar { display: flex; max-width: 600px; margin: 0 auto 24px; border: 2px solid var(--v6-border); border-radius: var(--v6-radius-sm); overflow: hidden; transition: border-color 0.2s; }
.v6-cat-searchbar:focus-within { border-color: var(--v6-red); }
.v6-cat-search { flex: 1; padding: 14px 18px; border: none; font-size: 15px; font-family: var(--v6-font); outline: none; }
.v6-cat-search-btn { padding: 14px 20px; background: var(--v6-red); color: #fff; border: none; cursor: pointer; font-size: 16px; transition: background 0.2s; }
.v6-cat-search-btn i { font-size: 16px; }
.v6-cat-search-btn:hover { background: var(--v6-red-h); }

/* Filters */
.v6-cat-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.v6-cat-filter { padding: 8px 18px; background: var(--v6-gray); border: none; border-radius: 50px; font-family: var(--v6-font); font-size: 13px; font-weight: 600; color: var(--v6-gray-dark); cursor: pointer; transition: all 0.2s; }
.v6-cat-filter:hover, .v6-cat-filter.active { background: var(--v6-red); color: #fff; }

/* Grid */
.v6-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 32px; }

/* Product Card */
.v6-prod-card { background: var(--v6-white); border-radius: var(--v6-radius); overflow: hidden; box-shadow: var(--v6-shadow); transition: all 0.3s ease; border: 1px solid var(--v6-border); display: flex; flex-direction: column; }
.v6-prod-card:hover { transform: translateY(-6px); box-shadow: var(--v6-shadow-lg); }

/* Imagen - CORREGIDO: iconos pequenos */
.v6-prod-img { position: relative; aspect-ratio: 1; background: var(--v6-gray); overflow: hidden; }
.v6-prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.v6-prod-card:hover .v6-prod-img img { transform: scale(1.05); }
.v6-prod-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #ccc; }
.v6-prod-noimg i { font-size: 48px; }

/* Badges */
.v6-prod-badge { position: absolute; top: 10px; left: 10px; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; z-index: 2; }
.v6-prod-sale { background: var(--v6-red); color: #fff; }
.v6-prod-kit { background: var(--v6-blue); color: #fff; left: auto; right: 10px; }
.v6-prod-wishlist { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.9); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--v6-gray-dark); font-size: 14px; z-index: 2; transition: all 0.2s; }
.v6-prod-wishlist:hover { color: var(--v6-red); background: #fff; }

/* Info */
.v6-prod-info { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.v6-prod-name { font-family: var(--v6-font-head); font-size: 14px; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
.v6-prod-name a { color: var(--v6-black); text-decoration: none; }
.v6-prod-name a:hover { color: var(--v6-red); }
.v6-prod-sizes { font-size: 12px; color: var(--v6-gray-dark); margin-bottom: 8px; }
.v6-prod-size-wrap { margin-bottom: 8px; }
.v6-prod-size-select { width: 100%; padding: 8px 10px; border: 1px solid var(--v6-border); border-radius: 6px; font-family: var(--v6-font); font-size: 13px; background: #fff; }
.v6-prod-price { font-size: 18px; font-weight: 800; color: var(--v6-red); margin-bottom: 12px; }
.v6-prod-price del { font-size: 14px; color: var(--v6-gray-dark); font-weight: 400; margin-left: 6px; }
.v6-prod-price ins { text-decoration: none; }

/* Compra rapida - BOTONES CORREGIDOS */
.v6-prod-quickbuy { display: flex; gap: 8px; margin-bottom: 10px; }
.v6-prod-qty-row { display: flex; align-items: center; border: 1px solid var(--v6-border); border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.v6-qty-btn { width: 32px; height: 36px; border: none; background: var(--v6-gray); cursor: pointer; font-size: 16px; font-weight: 700; color: var(--v6-black); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.v6-qty-btn:hover { background: var(--v6-border); }
.v6-qty-input { width: 36px; height: 36px; border: none; text-align: center; font-family: var(--v6-font); font-size: 14px; font-weight: 700; color: var(--v6-black); background: #fff; }
.v6-prod-add { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 12px; background: var(--v6-red); color: #fff; border: none; border-radius: 6px; font-family: var(--v6-font); font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.v6-prod-add i { font-size: 13px; }
.v6-prod-add:hover { background: var(--v6-red-h); transform: scale(1.02); }

/* Acciones secundarias */
.v6-prod-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--v6-border); }
.v6-prod-view, .v6-prod-wa { flex: 1; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 8px; border-radius: 6px; font-family: var(--v6-font); font-size: 12px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.v6-prod-view { background: var(--v6-gray); color: var(--v6-gray-dark); }
.v6-prod-view:hover { background: var(--v6-blue); color: #fff; }
.v6-prod-view i { font-size: 11px; }
.v6-prod-wa { background: #e8f5e9; color: #128C7E; }
.v6-prod-wa:hover { background: #25D366; color: #fff; }
.v6-prod-wa i { font-size: 12px; }

/* Cargar mas */
.v6-cat-more { text-align: center; }
.v6-cat-more-btn { padding: 14px 32px; background: var(--v6-gray); border: 2px solid var(--v6-border); border-radius: var(--v6-radius-sm); font-family: var(--v6-font); font-size: 15px; font-weight: 700; color: var(--v6-black); cursor: pointer; transition: all 0.2s; }
.v6-cat-more-btn:hover { background: var(--v6-red); color: #fff; border-color: var(--v6-red); }

/* ============================================================
   CARRITO + PROGRESS BAR ENVIO GRATIS
   ============================================================ */
.v6-cart-float { position: fixed; bottom: 24px; right: 24px; z-index: 9998; }
.v6-cart-btn { width: 60px; height: 60px; background: var(--v6-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; cursor: pointer; box-shadow: 0 4px 16px rgba(216,3,28,0.4); transition: all 0.3s ease; position: relative; }
.v6-cart-btn:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(216,3,28,0.5); }
.v6-cart-btn i { font-size: 22px; }
.v6-cart-count { position: absolute; top: -4px; right: -4px; background: var(--v6-black); color: #fff; font-size: 12px; font-weight: 800; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Modal */
.v6-cart-modal { position: fixed; inset: 0; z-index: 9999; }
.v6-cart-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.v6-cart-content { position: absolute; right: 0; top: 0; bottom: 0; width: 100%; max-width: 420px; background: var(--v6-white); display: flex; flex-direction: column; animation: v6SlideInRight 0.3s ease; }
.v6-cart-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--v6-border); }
.v6-cart-header h3 { font-family: var(--v6-font-head); font-size: 18px; margin: 0; display: flex; align-items: center; gap: 8px; }
.v6-cart-close { width: 36px; height: 36px; border: none; background: var(--v6-gray); border-radius: 50%; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.v6-cart-close:hover { background: var(--v6-red); color: #fff; }
.v6-cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.v6-cart-empty { text-align: center; color: var(--v6-gray-dark); padding: 40px 20px; }
.v6-cart-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--v6-border); }
.v6-cart-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.v6-cart-item-noimg { width: 60px; height: 60px; background: var(--v6-gray); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 20px; flex-shrink: 0; }
.v6-cart-item-info { flex: 1; }
.v6-cart-item-name { font-weight: 700; font-size: 14px; margin: 0 0 4px; }
.v6-cart-item-price { color: var(--v6-red); font-weight: 700; font-size: 14px; }
.v6-cart-item-qty { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.v6-cart-item-qty button { width: 28px; height: 28px; border: 1px solid var(--v6-border); background: var(--v6-gray); border-radius: 6px; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.v6-cart-item-remove { width: 32px; height: 32px; border: none; background: none; color: #999; cursor: pointer; font-size: 14px; align-self: flex-start; display: flex; align-items: center; justify-content: center; }
.v6-cart-item-remove:hover { color: var(--v6-red); }

/* Footer del carrito + progress bar */
.v6-cart-footer { padding: 20px 24px; border-top: 1px solid var(--v6-border); background: var(--v6-gray); }
.v6-cart-shipbar { margin-bottom: 14px; }
.v6-shipbar-track { width: 100%; height: 6px; background: var(--v6-border); border-radius: 3px; overflow: hidden; margin-bottom: 6px; }
.v6-shipbar-fill { height: 100%; background: linear-gradient(90deg, #4CAF50, #8BC34A); border-radius: 3px; transition: width 0.4s ease; }
.v6-cart-shipbar span { font-size: 12px; color: var(--v6-gray-dark); }
.v6-cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 16px; }
.v6-cart-total strong { font-size: 20px; color: var(--v6-red); }
.v6-cart-wa { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; background: #25D366; color: #fff; border: none; border-radius: var(--v6-radius-sm); font-family: var(--v6-font); font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.v6-cart-wa:hover { background: #128C7E; transform: translateY(-1px); }
.v6-cart-wa i { font-size: 20px; }
.v6-cart-note { text-align: center; font-size: 12px; color: var(--v6-gray-dark); margin: 10px 0 0; }

/* Toast */
.v6-cart-toast { position: fixed; bottom: 100px; right: 24px; background: var(--v6-black); color: #fff; padding: 14px 22px; border-radius: var(--v6-radius-sm); font-size: 14px; font-weight: 600; z-index: 10000; display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(20px); transition: all 0.3s ease; pointer-events: none; }
.v6-cart-toast.show { opacity: 1; transform: translateY(0); }
.v6-cart-toast i { color: #4CAF50; font-size: 16px; }

/* ============================================================
   SELECTOR DE CINTURONES - CONTRASTE CORREGIDO
   ============================================================ */
.v6-belt-section { padding: 40px 20px; max-width: 900px; margin: 0 auto; }
.v6-belt-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: 800; text-align: center; color: var(--v6-black); margin: 0 0 6px; }
.v6-belt-title i { color: var(--v6-red); font-size: 0.8em; }
.v6-belt-subtitle { text-align: center; color: var(--v6-gray-dark); font-size: 15px; margin: 0 0 28px; }

.v6-belt-visual { display: flex; align-items: center; gap: 24px; background: var(--v6-gray); border-radius: var(--v6-radius); padding: 28px; margin-bottom: 20px; flex-wrap: wrap; }
.v6-belt-display { width: 100%; max-width: 280px; height: 60px; border-radius: var(--v6-radius-sm); box-shadow: inset 0 2px 8px rgba(0,0,0,0.1), 0 2px 12px rgba(0,0,0,0.08); transition: background 0.4s ease; flex-shrink: 0; }
.v6-belt-info h3 { font-family: var(--v6-font-head); font-size: 20px; margin: 0 0 4px; color: var(--v6-black); }
.v6-belt-info p { margin: 0; font-size: 15px; color: var(--v6-gray-dark); }

/* Lista de cinturones - CORREGIDO: texto visible */
.v6-belt-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.v6-belt-item {
    display: flex; align-items: center; gap: 8px; padding: 8px 14px;
    background: var(--v6-white); border: 2px solid var(--v6-border);
    border-radius: var(--v6-radius-sm); cursor: pointer;
    font-family: var(--v6-font); font-size: 13px; font-weight: 600;
    transition: all 0.2s; color: var(--v6-black);
}
.v6-belt-item:hover { border-color: var(--v6-red); transform: translateY(-2px); box-shadow: var(--v6-shadow); }
.v6-belt-color { width: 20px; height: 20px; border-radius: 4px; border: 1px solid rgba(0,0,0,0.15); flex-shrink: 0; }
.v6-belt-label { color: var(--v6-black) !important; }
.v6-belt-cta { text-align: center; }

/* ============================================================
   HEADER FIJO - ESTILO mimoto.mx
   ============================================================ */
.v6-header { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; background: var(--v6-white); box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.v6-header-inner { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 20px; height: 64px; }
.v6-header-logo { font-family: var(--v6-font-head); font-size: 22px; font-weight: 900; color: var(--v6-black); text-decoration: none; display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.v6-header-logo span { color: var(--v6-red); }
.v6-header-logo i { color: var(--v6-red); font-size: 18px; }
.v6-header-nav { display: flex; align-items: center; gap: 4px; flex: 1; }
.v6-header-nav a { padding: 8px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; color: var(--v6-black); text-decoration: none; transition: all 0.2s; white-space: nowrap; }
.v6-header-nav a:hover { background: var(--v6-gray); color: var(--v6-red); }
.v6-header-search { position: relative; max-width: 280px; flex: 1; }
.v6-header-search input { width: 100%; padding: 10px 14px 10px 36px; border: 1px solid var(--v6-border); border-radius: 8px; font-size: 13px; font-family: var(--v6-font); background: var(--v6-gray); border: none; outline: none; }
.v6-header-search i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--v6-gray-dark); font-size: 13px; }
.v6-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.v6-header-btn { display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; transition: all 0.2s; white-space: nowrap; }
.v6-header-btn-wa { background: #e8f5e9; color: #128C7E; }
.v6-header-btn-wa:hover { background: #25D366; color: #fff; }
.v6-header-btn-cart { background: var(--v6-gray); color: var(--v6-black); position: relative; }
.v6-header-btn-cart:hover { background: var(--v6-black); color: #fff; }
.v6-header-btn-cart .v6-header-count { position: absolute; top: -4px; right: -4px; background: var(--v6-red); color: #fff; font-size: 10px; font-weight: 800; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.v6-header-btn i { font-size: 14px; }

/* Mobile menu toggle */
.v6-header-toggle { display: none; width: 40px; height: 40px; border: none; background: none; font-size: 20px; cursor: pointer; }

@media(max-width:768px) {
    .v6-header-inner { height: 56px; }
    .v6-header-nav { display: none; position: absolute; top: 56px; left: 0; right: 0; background: var(--v6-white); flex-direction: column; padding: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); gap: 0; }
    .v6-header-nav.open { display: flex; }
    .v6-header-nav a { padding: 12px 16px; width: 100%; border-radius: 0; border-bottom: 1px solid var(--v6-border); }
    .v6-header-search { display: none; }
    .v6-header-actions { gap: 4px; }
    .v6-header-btn span { display: none; }
    .v6-header-btn { padding: 8px 10px; }
    .v6-header-toggle { display: flex; align-items: center; justify-content: center; }
}

/* Body padding for fixed header */
body.v6-header-active { padding-top: 64px; }
@media(max-width:768px) { body.v6-header-active { padding-top: 56px; } }

/* ============================================================
   FOOTER ELEGANTE
   ============================================================ */
.v6-footer { background: var(--v6-black); color: rgba(255,255,255,0.7); padding: 60px 20px 30px; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }
.v6-footer-inner { max-width: 1200px; margin: 0 auto; }
.v6-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media(max-width:768px) { .v6-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media(max-width:480px) { .v6-footer-grid { grid-template-columns: 1fr; } }

.v6-footer-brand .v6-footer-logo { font-family: var(--v6-font-head); font-size: 22px; font-weight: 900; color: #fff; margin: 0 0 12px; }
.v6-footer-brand .v6-footer-logo span { color: var(--v6-red); }
.v6-footer-brand p { font-size: 14px; line-height: 1.7; margin: 0 0 16px; }
.v6-footer-social { display: flex; gap: 10px; }
.v6-footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 14px; transition: all 0.2s; }
.v6-footer-social a:hover { background: var(--v6-red); transform: translateY(-2px); }

.v6-footer-col h4 { font-family: var(--v6-font-head); font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.05em; }
.v6-footer-col ul { list-style: none; padding: 0; margin: 0; }
.v6-footer-col ul li { margin-bottom: 10px; }
.v6-footer-col ul li a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.v6-footer-col ul li a:hover { color: #fff; }
.v6-footer-col ul li i { font-size: 12px; margin-right: 6px; width: 16px; text-align: center; }
.v6-footer-col p { font-size: 14px; margin: 0 0 8px; display: flex; align-items: flex-start; gap: 8px; }
.v6-footer-col p i { font-size: 13px; margin-top: 3px; color: var(--v6-red); width: 16px; text-align: center; flex-shrink: 0; }
.v6-footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; }
.v6-footer-col a:hover { color: #fff; }

.v6-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.v6-footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.4); }
.v6-footer-payments { display: flex; gap: 8px; align-items: center; }
.v6-footer-payments span { font-size: 12px; color: rgba(255,255,255,0.4); margin-right: 8px; }
.v6-footer-payments i { font-size: 22px; color: rgba(255,255,255,0.5); }

/* ============================================================
   FAQ
   ============================================================ */
.v6-faq-section { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
.v6-faq-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: 800; text-align: center; color: var(--v6-black); margin: 0 0 28px; }
.v6-faq-title i { color: var(--v6-red); margin-right: 8px; }
.v6-faq-item { margin-bottom: 10px; border: 1px solid var(--v6-border); border-radius: var(--v6-radius-sm); overflow: hidden; }
.v6-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--v6-white); border: none; font-family: var(--v6-font); font-size: 15px; font-weight: 700; color: var(--v6-black); cursor: pointer; text-align: left; transition: background 0.2s; }
.v6-faq-q:hover { background: var(--v6-gray); }
.v6-faq-q i { transition: transform 0.3s ease; color: var(--v6-gray-dark); font-size: 12px; }
.v6-faq-q.open i { transform: rotate(180deg); }
.v6-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: all 0.3s ease; font-size: 14px; line-height: 1.7; color: var(--v6-gray-dark); }
.v6-faq-a.open { padding: 0 20px 16px; max-height: 300px; }

/* ============================================================
   KITS
   ============================================================ */
.v6-kits-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; }
.v6-kits-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: 800; text-align: center; color: var(--v6-black); margin: 0 0 6px; }
.v6-kits-title i { color: var(--v6-red); margin-right: 8px; }
.v6-kits-subtitle { text-align: center; color: var(--v6-gray-dark); font-size: 15px; margin: 0 0 28px; }
.v6-kits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.v6-kit-card { position: relative; background: var(--v6-white); border-radius: var(--v6-radius); padding: 28px; box-shadow: var(--v6-shadow); border: 1px solid var(--v6-border); transition: all 0.3s ease; }
.v6-kit-card:hover { transform: translateY(-6px); box-shadow: var(--v6-shadow-lg); }
.v6-kit-badge { position: absolute; top: 16px; right: 16px; padding: 4px 14px; background: var(--v6-red); color: #fff; border-radius: 50px; font-size: 11px; font-weight: 700; }
.v6-kit-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--v6-red), var(--v6-red-h)); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; margin-bottom: 16px; }
.v6-kit-card h3 { font-family: var(--v6-font-head); font-size: 18px; font-weight: 800; margin: 0 0 6px; color: var(--v6-black); }
.v6-kit-desc { font-size: 14px; color: var(--v6-gray-dark); margin: 0 0 14px; }
.v6-kit-items { list-style: none; padding: 0; margin: 0 0 18px; }
.v6-kit-items li { padding: 5px 0; font-size: 13px; color: var(--v6-black); display: flex; align-items: flex-start; gap: 8px; }
.v6-kit-items li i { color: #4CAF50; font-size: 12px; margin-top: 3px; }
.v6-kit-price { font-family: var(--v6-font-head); font-size: 20px; font-weight: 800; color: var(--v6-red); margin-bottom: 14px; }
.v6-kit-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; background: #25D366; color: #fff; border-radius: var(--v6-radius-sm); font-family: var(--v6-font); font-size: 14px; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.v6-kit-btn:hover { background: #128C7E; transform: translateY(-1px); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.v6-testi-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; }
.v6-testi-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: 800; text-align: center; color: var(--v6-black); margin: 0 0 28px; }
.v6-testi-title i { color: #e91e63; margin-right: 8px; }
.v6-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.v6-testi-card { background: var(--v6-white); border-radius: var(--v6-radius); padding: 28px; box-shadow: var(--v6-shadow); border: 1px solid var(--v6-border); transition: all 0.3s ease; }
.v6-testi-card:hover { transform: translateY(-4px); box-shadow: var(--v6-shadow-lg); }
.v6-testi-stars { color: #FFC107; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.v6-testi-text { font-size: 15px; line-height: 1.7; color: var(--v6-black); margin-bottom: 16px; font-style: italic; }
.v6-testi-author strong { display: block; font-family: var(--v6-font-head); font-size: 15px; color: var(--v6-black); }
.v6-testi-author span { font-size: 13px; color: var(--v6-gray-dark); }

/* ============================================================
   TRUST + CTA
   ============================================================ */
.v6-trust-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; }
.v6-trust-title { font-family: var(--v6-font-head); font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 800; text-align: center; color: var(--v6-black); margin: 0 0 28px; }
.v6-trust-title i { color: #4CAF50; margin-right: 8px; }
.v6-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; }
.v6-trust-item { text-align: center; padding: 24px 16px; background: var(--v6-white); border-radius: var(--v6-radius); box-shadow: var(--v6-shadow); border: 1px solid var(--v6-border); transition: all 0.3s ease; }
.v6-trust-item:hover { transform: translateY(-4px); box-shadow: var(--v6-shadow-lg); }
.v6-trust-item i { font-size: 28px; color: var(--v6-red); margin-bottom: 12px; }
.v6-trust-item h4 { font-family: var(--v6-font-head); font-size: 15px; font-weight: 800; margin: 0 0 6px; color: var(--v6-black); }
.v6-trust-item p { font-size: 13px; color: var(--v6-gray-dark); margin: 0; line-height: 1.5; }

.v6-cta-section { padding: 60px 20px; background: linear-gradient(135deg, var(--v6-black), #1a1a2e); text-align: center; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }
.v6-cta-inner { max-width: 600px; margin: 0 auto; }
.v6-cta-inner h2 { font-family: var(--v6-font-head); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; color: #fff; margin: 0 0 12px; }
.v6-cta-inner p { color: rgba(255,255,255,0.7); font-size: 16px; margin: 0 0 28px; line-height: 1.6; }
.v6-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.v6-wa-float { position: fixed; bottom: 24px; left: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; text-decoration: none; box-shadow: 0 4px 16px rgba(37,211,102,0.4); z-index: 9998; transition: all 0.3s ease; animation: v6Pulse 2s infinite; }
.v6-wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
.v6-wa-float i { font-size: 28px; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes v6FadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes v6FadeInDown { from { opacity: 0; transform: translateY(-24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes v6SlideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes v6Pulse { 0% { box-shadow: 0 4px 16px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 24px rgba(37,211,102,0.6); } 100% { box-shadow: 0 4px 16px rgba(37,211,102,0.4); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .v6-hero { min-height: 85vh; padding: 30px 16px; }
    .v6-hero-title { font-size: 1.6rem; }
    .v6-hero-slogan { font-size: 1rem; }
    .v6-hero-badges { display: none; }
    .v6-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .v6-cart-content { max-width: 100%; }
    .v6-cart-float { bottom: 16px; right: 16px; }
    .v6-cart-btn { width: 52px; height: 52px; font-size: 18px; }
    .v6-cart-btn i { font-size: 18px; }
    .v6-wa-float { bottom: 16px; left: 16px; width: 48px; height: 48px; font-size: 24px; }
    .v6-wa-float i { font-size: 24px; }
    .v6-kits-grid, .v6-testi-grid { grid-template-columns: 1fr; }
    .v6-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .v6-belt-visual { flex-direction: column; text-align: center; }
    .v6-belt-display { max-width: 100%; }
    .v6-lema-trust, .v6-campaign-banner { font-size: 12px; padding: 8px 12px; }
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.v6-breadcrumbs { max-width: 1400px; margin: 0 auto; padding: 12px 20px; font-size: 13px; color: var(--v6-gray-dark); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.v6-breadcrumbs a { color: var(--v6-gray-dark); text-decoration: none; font-weight: 600; transition: color 0.2s; }
.v6-breadcrumbs a:hover { color: var(--v6-red); }
.v6-breadcrumbs span { color: var(--v6-black); font-weight: 600; }
.v6-bc-sep { color: #ccc; }

/* ============================================================
   OCULTAR TITULO DE PAGINAS
   ============================================================ */
body.v6-header-active .entry-header .entry-title,
body.v6-header-active .page-title,
body.v6-header-active .woocommerce-products-header__title,
body.v6-header-active h1.page-title,
body.v6-header-active .content-area > h1:first-child,
body.v6-header-active main > h1:first-child,
body.v6-header-active .site-main > h1:first-child,
body.v6-header-active #primary > h1:first-child,
body.v6-header-active .woocommerce-page-title,
body.v6-header-active .archive-title,
body.v6-header-active .product-category-title,
.woocommerce-page.v6-header-active .page-title,
.woocommerce-page.v6-header-active .woocommerce-products-header__title,
.v6-hide-title { display: none !important; }

/* Mostrar titulo solo si tiene clase explicita */
.v6-show-title { display: block !important; }

/* ============================================================
   LOGOS DE PAGO EN FOOTER
   ============================================================ */
.v6-footer-payments img.v6-pay-logo { height: 22px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.8; transition: opacity 0.2s; }
.v6-footer-payments img.v6-pay-logo:hover { opacity: 1; }
.v6-footer-payments img.v6-pay-mp { height: 18px; }

/* ============================================================
   CARRUSELES AUTOMATICOS - Top Seller, Ofertas, Lo Nuevo
   ============================================================ */
.v6-ts-section { padding: 50px 20px; max-width: 1400px; margin: 0 auto; }
.v6-ts-header { text-align: center; margin-bottom: 32px; }
.v6-ts-title { font-family: var(--v6-font-head); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: 800; color: var(--v6-black); margin: 0 0 6px; }
.v6-ts-title i { color: var(--v6-red); margin-right: 8px; }
.v6-ts-subtitle { color: var(--v6-gray-dark); font-size: 15px; margin: 0; }

.v6-ts-carousel-wrap { position: relative; }
.v6-ts-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px; }
.v6-ts-carousel::-webkit-scrollbar { display: none; }
.v6-ts-card { flex: 0 0 calc(25% - 12px); min-width: 220px; scroll-snap-align: start; background: var(--v6-white); border-radius: var(--v6-radius); overflow: hidden; box-shadow: var(--v6-shadow); border: 1px solid var(--v6-border); transition: all 0.3s ease; }
.v6-ts-card:hover { transform: translateY(-4px); box-shadow: var(--v6-shadow-lg); }
@media(max-width:768px) { .v6-ts-card { flex: 0 0 calc(50% - 8px); min-width: 160px; } }
@media(max-width:480px) { .v6-ts-card { flex: 0 0 85%; min-width: 260px; } }

.v6-ts-img { position: relative; aspect-ratio: 1; background: var(--v6-gray); overflow: hidden; }
.v6-ts-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.v6-ts-card:hover .v6-ts-img img { transform: scale(1.05); }
.v6-ts-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #ccc; }
.v6-ts-noimg i { font-size: 40px; }
.v6-ts-discount { position: absolute; top: 10px; left: 10px; padding: 4px 12px; background: var(--v6-red); color: #fff; border-radius: 50px; font-size: 12px; font-weight: 800; z-index: 2; }
.v6-ts-wish { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.9); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--v6-gray-dark); font-size: 13px; z-index: 2; transition: all 0.2s; }
.v6-ts-wish:hover, .v6-ts-wish.active { color: var(--v6-red); background: #fff; }

.v6-ts-info { padding: 14px; }
.v6-ts-info h4 { font-family: var(--v6-font-head); font-size: 13px; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.v6-ts-info h4 a { color: var(--v6-black); text-decoration: none; }
.v6-ts-info h4 a:hover { color: var(--v6-red); }
.v6-ts-price { margin-bottom: 10px; }
.v6-ts-price del { font-size: 13px; color: var(--v6-gray-dark); font-weight: 400; }
.v6-ts-price ins { font-size: 16px; font-weight: 800; color: var(--v6-red); text-decoration: none; margin-left: 6px; }
.v6-ts-add { width: 100%; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px; background: var(--v6-red); color: #fff; border: none; border-radius: 6px; font-family: var(--v6-font); font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.v6-ts-add i { font-size: 12px; }
.v6-ts-add:hover { background: var(--v6-red-h); transform: scale(1.02); }

/* Navegacion carrusel */
.v6-ts-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--v6-white); border: 1px solid var(--v6-border); box-shadow: var(--v6-shadow); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--v6-black); font-size: 14px; z-index: 3; transition: all 0.2s; }
.v6-ts-nav:hover { background: var(--v6-red); color: #fff; border-color: var(--v6-red); }
.v6-ts-prev { left: -20px; }
.v6-ts-next { right: -20px; }
@media(max-width:768px) { .v6-ts-prev { left: 0; } .v6-ts-next { right: 0; } .v6-ts-nav { width: 32px; height: 32px; } }

/* ============================================================
   CARRUSEL TESTIMONIALS
   ============================================================ */
.v6-testi-carousel-wrap { position: relative; }
.v6-testi-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px; }
.v6-testi-carousel::-webkit-scrollbar { display: none; }
.v6-testi-carousel .v6-testi-card { flex: 0 0 calc(33.333% - 14px); min-width: 260px; scroll-snap-align: start; }
@media(max-width:768px) { .v6-testi-carousel .v6-testi-card { flex: 0 0 calc(85% - 10px); min-width: 280px; } }

.v6-testi-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--v6-white); border: 1px solid var(--v6-border); box-shadow: var(--v6-shadow); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--v6-black); font-size: 14px; z-index: 3; transition: all 0.2s; }
.v6-testi-nav:hover { background: var(--v6-red); color: #fff; border-color: var(--v6-red); }
.v6-testi-prev { left: -20px; }
.v6-testi-next { right: -20px; }
@media(max-width:768px) { .v6-testi-prev { left: 0; } .v6-testi-next { right: 0; } }

.v6-testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.v6-testi-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--v6-border); border: none; cursor: pointer; transition: all 0.2s; padding: 0; }
.v6-testi-dot.active { background: var(--v6-red); width: 24px; border-radius: 5px; }

/* ============================================================
   MAESTROS
   ============================================================ */
.v6-maestros-section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; }
.v6-maestros-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.v6-maestro-card { text-align: center; padding: 24px 16px; background: var(--v6-white); border-radius: var(--v6-radius); box-shadow: var(--v6-shadow); border: 1px solid var(--v6-border); transition: all 0.3s ease; }
.v6-maestro-card:hover { transform: translateY(-4px); box-shadow: var(--v6-shadow-lg); }
.v6-maestro-photo { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; margin: 0 auto 14px; background: var(--v6-gray); display: flex; align-items: center; justify-content: center; }
.v6-maestro-photo img { width: 100%; height: 100%; object-fit: cover; }
.v6-maestro-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #ccc; }
.v6-maestro-noimg i { font-size: 40px; }
.v6-maestro-card h4 { font-family: var(--v6-font-head); font-size: 16px; font-weight: 800; margin: 0 0 4px; color: var(--v6-black); }
.v6-maestro-dan { display: inline-block; background: var(--v6-red); color: #fff; padding: 2px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.v6-maestro-grado { font-size: 13px; color: var(--v6-red); font-weight: 600; margin: 0 0 6px; }
.v6-maestro-bio { font-size: 13px; color: var(--v6-gray-dark); line-height: 1.5; margin: 0; }
@media(max-width:768px) { .v6-maestros-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:480px) { .v6-maestros-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PROMOCIONES SLIDER
   ============================================================ */
.v6-promo-section { position: relative; max-width: 1400px; margin: 0 auto; overflow: hidden; border-radius: var(--v6-radius); }
.v6-promo-slides { position: relative; }
.v6-promo-slide { display: none; }
.v6-promo-slide.active { display: block; animation: v6FadeIn 0.5s ease; }
.v6-promo-slide a { display: block; }
.v6-promo-slide img { width: 100%; height: auto; display: block; }
.v6-promo-desk { display: block; }
.v6-promo-mob { display: none; }
@media(max-width:768px) { .v6-promo-desk { display: none; } .v6-promo-mob { display: block; } }
.v6-promo-cta { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; }
.v6-promo-cta .v6-btn-primary { font-size: 16px; padding: 14px 32px; }
.v6-promo-nav { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px; background: var(--v6-gray); }
.v6-promo-prev, .v6-promo-next { width: 36px; height: 36px; border-radius: 50%; background: var(--v6-white); border: 1px solid var(--v6-border); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 13px; transition: all 0.2s; }
.v6-promo-prev:hover, .v6-promo-next:hover { background: var(--v6-red); color: #fff; border-color: var(--v6-red); }
.v6-promo-dots { display: flex; gap: 8px; }
.v6-promo-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--v6-border); border: none; cursor: pointer; transition: all 0.2s; padding: 0; }
.v6-promo-dot.active { background: var(--v6-red); width: 24px; border-radius: 5px; }

@keyframes v6FadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================================================
   WISHLIST CORAZON ACTIVO
   ============================================================ */
.v6-prod-wishlist i.fas { color: var(--v6-red); }

/* ============================================================
   HEADER COUNT INLINE
   ============================================================ */
.v6-header-count { display: inline-flex; align-items: center; justify-content: center; background: var(--v6-red); color: #fff; font-size: 11px; font-weight: 800; min-width: 18px; height: 18px; border-radius: 9px; padding: 0 5px; margin-left: 4px; }

@media (max-width: 480px) {
    .v6-cat-grid { grid-template-columns: 1fr; }
    .v6-calc-options-3 { grid-template-columns: repeat(1, 1fr); }
    .v6-calc-options-4 { grid-template-columns: repeat(2, 1fr); }
    .v6-calc-fields { grid-template-columns: 1fr; }
    .v6-hero-cta { flex-direction: column; }
    .v6-btn-primary, .v6-btn-secondary { width: 100%; justify-content: center; }
    .v6-prod-quickbuy { flex-direction: column; }
    .v6-trust-grid { grid-template-columns: 1fr; }
}
