/* ============================================================
   Corralón Guzzo — CSS v3.0 (tema nativo WordPress)
   ============================================================ */

:root {
    --yellow:   #FFD200;
    --yellow-d: #e6bd00;
    --bg:       #0f0f0f;
    --surface:  #1a1a1a;
    --surface2: #242424;
    --border:   rgba(255,255,255,0.08);
    --text:     #f0f0f0;
    --text-dim: #a0a0a0;
    --green-wa: #25D366;
    --radius:   12px;
    --shadow:   0 4px 24px rgba(0,0,0,0.4);
    --header-h: 70px;
    --font:     'Outfit', sans-serif;
    --t:        0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }

/* ── Botones ─────────────────────────────────────────────── */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--yellow); color: #111; font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: 50px; border: none; cursor: pointer;
    transition: background var(--t), transform var(--t);
}
.btn-primary:hover { background: var(--yellow-d); transform: translateY(-2px); }

.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #fff; font-weight: 600; font-size: .95rem;
    padding: 11px 26px; border-radius: 50px; border: 2px solid rgba(255,255,255,0.4);
    cursor: pointer; transition: border-color var(--t), background var(--t);
}
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* ── Secciones ───────────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 48px; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; }
.section-title span { color: var(--yellow); }
.section-sub { color: var(--text-dim); margin-top: 8px; font-size: .95rem; }

/* ══════════════════════ HEADER ══════════════════════════════ */
.site-header {
    position: fixed; top: 0; left: 0; right: 0;
    height: var(--header-h); z-index: 1000;
    background: rgba(255,210,0,.10);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    border-bottom: 1px solid rgba(255,210,0,.2);
    box-shadow: 0 4px 28px rgba(0,0,0,.18);
}
.header-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    height: 100%; display: flex; align-items: center; gap: 24px;
}
.header-logo { flex-shrink: 0; }
.header-logo { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 700; flex-shrink: 0; }
.header-logo i { color: var(--yellow); font-size: 1.4rem; }
.logo-text strong { color: var(--yellow); }
.header-nav { display: flex; align-items: center; gap: 26px; flex-shrink: 0; }
.header-nav a { color: rgba(255,255,255,0.8); font-weight: 500; font-size: .92rem; transition: color var(--t); }
.header-nav a:hover { color: var(--yellow); }
.btn-header-wa {
    display: flex; align-items: center; gap: 7px;
    background: var(--green-wa); color: #fff; font-weight: 700; font-size: .88rem;
    padding: 9px 20px; border-radius: 50px; white-space: nowrap; transition: opacity var(--t);
}
.btn-header-wa:hover { opacity: .85; }
.burger-btn { display: none; flex-direction: column; gap: 5px; width: 28px; padding: 4px; margin-left: auto; }
.burger-btn span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: all var(--t); }
.burger-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger-btn.active span:nth-child(2) { opacity: 0; }
.burger-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ══════════════════════ HERO ════════════════════════════════ */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.15) 100%);
    z-index: 1;
}
.hero-dots { position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); transition: background var(--t), transform var(--t); }
.hero-dot.active { background: var(--yellow); transform: scale(1.3); }
.hero-inner {
    position: relative; z-index: 2; flex: 1;
    display: flex; align-items: center; justify-content: center;
    max-width: 1280px; width: 100%; margin: 0 auto;
    padding: calc(var(--header-h) + 20px) 24px 52px;
    text-align: center;
}
.hero-content { max-width: 720px; width: 100%; }

/* Contenedor de textos sincronizados */
.hero-texts {
    position: relative;
    min-height: 230px;
    margin-bottom: 32px;
}
.hero-text {
    position: absolute;
    top: 0; left: 0; right: 0;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .8s ease, transform .8s ease;
    pointer-events: none;
}
.hero-text.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.hero-text.leaving {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .5s ease, transform .5s ease;
}

.hero-title {
    font-size: clamp(1.9rem, 4.8vw, 3.4rem);
    font-weight: 800; line-height: 1.12;
    margin-bottom: 14px;
    text-shadow: 0 2px 16px rgba(0,0,0,.3);
}
.hero-sub {
    font-size: clamp(.9rem, 1.6vw, 1.05rem);
    color: rgba(255,255,255,.78);
    max-width: 560px; line-height: 1.7;
    margin: 0 auto;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
/* ── Sticky catalog bar ──────────────────────────────────────── */
.catalog-filters-bar {
    max-height: 0;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid transparent;
    transition: max-height .4s ease, border-color .3s ease;
}
.catalog-filters-bar.open {
    max-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.cfb-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 28px;
    height: 56px; display: flex; align-items: center;
    justify-content: center;
}

/* Categorías — texto con separadores */
.csb-cats {
    display: flex; align-items: center; gap: 0;
    overflow-x: auto; scrollbar-width: none;
}
.csb-cats::-webkit-scrollbar { display: none; }

.csb-sep {
    width: 1px; height: 14px;
    background: rgba(255,255,255,.13); flex-shrink: 0;
}

.csb-cats .filter-btn {
    background: none; border: none;
    padding: 0 22px; height: 52px;
    color: rgba(255,255,255,.45);
    font-size: 1rem; font-weight: 500;
    letter-spacing: .2px; cursor: pointer;
    white-space: nowrap; position: relative;
    transition: color .2s ease;
}
.csb-cats .filter-btn:hover { color: rgba(255,255,255,.82); }

/* Activo: texto blanco + línea amarilla inferior */
.csb-cats .filter-btn.active {
    color: #fff;
    font-weight: 650;
}
.csb-cats .filter-btn.active::before {
    content: '';
    position: absolute; bottom: 0;
    left: 22px; right: 22px;
    height: 2px; border-radius: 2px 2px 0 0;
    background: var(--yellow);
}
.csb-cats .filter-btn.active::after { display: none; }



/* ══════════════════════ CATÁLOGO ════════════════════════════ */
.catalog-section { padding: 0 0 64px; }
.catalog-controls { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.search-wrap { position: relative; max-width: 480px; }
.search-wrap i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--text-dim); }
.search-wrap input {
    width: 100%; padding: 12px 16px 12px 44px;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 50px; color: var(--text); font-family: var(--font);
    font-size: .95rem; outline: none; transition: border-color var(--t);
}
.search-wrap input:focus { border-color: var(--yellow); }
.search-wrap input::placeholder { color: var(--text-dim); }
.filter-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn {
    padding: 8px 20px; border-radius: 50px; border: 1px solid var(--border);
    background: var(--surface); color: var(--text-dim); font-size: .87rem; font-weight: 600;
    transition: all var(--t);
}
.filter-btn:hover { border-color: var(--yellow); color: var(--yellow); }
.filter-btn.active { /* gestionado por .csb-cats .filter-btn.active */ }

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 36px 28px 60px;
    max-width: 1280px;
    margin: 0 auto;
}
.product-card {
    background: var(--surface);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,.28);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
    border-color: rgba(255,210,0,.3);
}
.product-image {
    height: 200px; position: relative;
    overflow: hidden; background: var(--surface2); flex-shrink: 0;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.08); }

/* Degradado sutil en la imagen para mejor legibilidad del badge */
.product-image::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 100%);
    pointer-events: none;
}
.product-img-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--text-dim); }
.product-cat-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: rgba(0,0,0,.55); backdrop-filter: blur(8px);
    color: rgba(255,255,255,.88); font-size: .68rem; font-weight: 600;
    padding: 4px 10px; border-radius: 50px;
    letter-spacing: .5px; text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.12);
}
.product-info { padding: 18px 18px 14px; flex: 1; }
.product-brand {
    display: inline-block;
    font-size: .70rem; color: var(--yellow); font-weight: 800;
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 6px;
    padding: 2px 8px;
    background: rgba(255,210,0,.1);
    border-radius: 4px;
}
.product-title { font-size: 1.02rem; font-weight: 700; line-height: 1.3; color: #f5f5f5; }
.product-desc { font-size: .83rem; color: var(--text-dim); line-height: 1.5; }
.product-actions { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(255,255,255,.06); }
.btn-wp-product {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    background: var(--green-wa); color: #fff; font-size: .83rem; font-weight: 700;
    padding: 9px 14px; border-radius: 8px; transition: opacity var(--t);
}
.btn-wp-product:hover { opacity: .85; }
.catalog-empty, .catalog-empty-msg { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--text-dim); }
.catalog-empty i { font-size: 3rem; display: block; margin-bottom: 16px; }

/* ══════════════════════ SERVICIOS ═══════════════════════════ */
.services-section {
    padding: 96px 24px;
    background: var(--surface);
    border-top: 1px solid rgba(255,255,255,.04);
}
.services-section .section-header,
.services-section .services-grid { max-width: 1280px; margin-left: auto; margin-right: auto; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card {
    background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 36px 28px; text-align: center; transition: border-color var(--t), transform var(--t);
}
.service-card:hover { border-color: rgba(255,210,0,.3); transform: translateY(-3px); }
.service-card i { font-size: 2.4rem; color: var(--yellow); display: block; margin-bottom: 16px; }
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: .9rem; color: var(--text-dim); line-height: 1.6; }

/* ══════════════════════ PROMOCIONES ═════════════════════════ */
.promo-section { padding: 80px 24px; max-width: 1280px; margin: 0 auto; }
.promo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.promo-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px 24px; transition: transform var(--t), border-color var(--t);
}
.promo-card:hover { transform: translateY(-3px); border-color: rgba(255,210,0,.3); }
.promo-card.featured { border-color: var(--yellow); background: rgba(255,210,0,.06); }
.promo-bank { font-size: .82rem; font-weight: 700; color: var(--text-dim); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.promo-benefit { font-size: 1.3rem; font-weight: 800; color: var(--yellow); margin-bottom: 8px; }
.promo-type { font-size: .85rem; color: var(--text-dim); }

/* ══════════════════════ MARCAS ══════════════════════════════ */
.brands-section {
    padding: 72px 0;
    background: var(--surface);
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.04);
}
.brands-section .section-header { padding: 0 24px; }
.brands-track-wrap { overflow: hidden; margin-top: 32px; }
.brands-track { display: flex; animation: scroll-brands 28s linear infinite; width: max-content; }
.brand-item {
    padding: 16px 40px; font-size: .95rem; font-weight: 700;
    color: var(--text-dim); border-right: 1px solid var(--border);
    white-space: nowrap; transition: color var(--t);
}
.brand-item:hover { color: var(--yellow); }
@keyframes scroll-brands {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ══════════════════════ CONTACTO ════════════════════════════ */
.contact-section { padding: 100px 24px 90px; max-width: 1280px; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-item i { font-size: 1.3rem; color: var(--yellow); margin-top: 2px; flex-shrink: 0; }
.contact-item strong { display: block; font-weight: 700; margin-bottom: 2px; }
.contact-item span, .contact-item a { color: var(--text-dim); font-size: .92rem; }
.contact-item a:hover { color: var(--yellow); }
.contact-form { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.contact-form input,
.contact-form textarea {
    background: var(--surface); border: 1px solid var(--border); border-radius: 8px;
    padding: 12px 16px; color: var(--text); font-family: var(--font);
    font-size: .92rem; outline: none; transition: border-color var(--t);
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--yellow); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-dim); }
.contact-form textarea { resize: vertical; }
.contact-form .btn-primary { width: 100%; justify-content: center; }

/* ══════════════════════ FOOTER ══════════════════════════════ */
.site-footer { background: #080808; border-top: 1px solid var(--border); padding: 40px 24px; }
.footer-inner {
    max-width: 1280px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.footer-logo { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 700; }
.footer-logo i { color: var(--yellow); }
.footer-logo strong { color: var(--yellow); }
.footer-copy { font-size: .83rem; color: var(--text-dim); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: .85rem; color: var(--text-dim); transition: color var(--t); }
.footer-links a:hover { color: var(--yellow); }

/* ══════════════════════ PRESUPUESTO ═════════════════════════ */
.quote-toggle {
    display: none !important; /* Removido: el header ya tiene Mi Presupuesto */
    position: fixed; bottom: 100px; right: 24px;
    width: 52px; height: 52px; background: var(--surface2);
    border: 1px solid var(--border); border-radius: 50%;
    align-items: center; justify-content: center;
    font-size: 1.2rem; color: var(--yellow); cursor: pointer;
    z-index: 900; box-shadow: var(--shadow); transition: transform var(--t);
}
.quote-toggle:hover { transform: scale(1.1); }
.quote-badge {
    position: absolute; top: -4px; right: -4px;
    background: var(--yellow); color: #111; font-size: .7rem; font-weight: 800;
    width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.quote-panel {
    position: fixed; top: 0; right: 0; width: 360px; height: 100vh;
    background: var(--surface); border-left: 1px solid var(--border);
    z-index: 1100; transform: translateX(100%); transition: transform .35s ease;
    display: flex; flex-direction: column; box-shadow: -4px 0 30px rgba(0,0,0,.5);
}
.quote-panel.open { transform: translateX(0); }
.quote-panel-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 20px 16px; border-bottom: 1px solid var(--border);
}
.quote-panel-header h3 { font-size: 1rem; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.quote-panel-header h3 i { color: var(--yellow); }
.quote-close {
    width: 32px; height: 32px; border-radius: 50%; background: var(--surface2);
    border: 1px solid var(--border); color: var(--text-dim);
    display: flex; align-items: center; justify-content: center; transition: color var(--t);
}
.quote-close:hover { color: var(--text); }
.quote-items { flex: 1; overflow-y: auto; padding: 16px 20px; }
.quote-empty { color: var(--text-dim); font-size: .9rem; text-align: center; margin-top: 20px; }
.quote-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.qi-info { flex: 1; }
.qi-info strong { display: block; font-size: .9rem; font-weight: 600; }
.qi-info span { font-size: .78rem; color: var(--text-dim); }
.qi-remove {
    width: 26px; height: 26px; border-radius: 50%; background: var(--surface2);
    color: var(--text-dim); font-size: .8rem;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: background var(--t), color var(--t);
}
.qi-remove:hover { background: #c0392b; color: #fff; }
.quote-actions { padding: 16px 20px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 10px; }
.btn-wa-quote {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--green-wa); color: #fff; font-weight: 700; font-size: .92rem;
    padding: 13px; border-radius: 10px; transition: opacity var(--t);
}
.btn-wa-quote:hover { opacity: .85; }
.btn-clear-quote { text-align: center; color: var(--text-dim); font-size: .83rem; padding: 8px; transition: color var(--t); }
.btn-clear-quote:hover { color: var(--text); }

/* ══════════════════════ WHATSAPP FLOTANTE ═══════════════════ */
.wa-float {
    position: fixed; bottom: 28px; right: 24px;
    width: 56px; height: 56px; background: var(--green-wa);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; color: #fff; z-index: 900;
    box-shadow: 0 4px 20px rgba(255,210,0,.35);
    animation: pulse-wa 3s ease-in-out infinite;
    transition: transform var(--t);
}
.wa-float:hover { transform: scale(1.1); animation: none; }
@keyframes pulse-wa {
    0%,100% { box-shadow: 0 4px 20px rgba(255,210,0,.35); }
    50%      { box-shadow: 0 4px 32px rgba(37,211,102,.7); }
}

/* ══════════════════════ RESPONSIVE ══════════════════════════ */
@media (max-width: 1024px) {
    .products-grid { grid-template-columns: repeat(3,1fr); }
    .services-grid { grid-template-columns: repeat(2,1fr); }
    .promo-grid    { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
    /* ── Header mobile: altura auto (header-inner + search) ── */
    .site-header { height: auto; padding-bottom: 2px; }

    .header-inner {
        height: var(--header-h);
        padding: 0 16px;
        gap: 0;
        justify-content: space-between;
    }

    /* Logo completo — icono + texto */
    .logo-text  { display: inline; }
    .header-logo { gap: 8px; }
    .header-logo i { font-size: 1.15rem; }

    /* Sin nav ni burger en mobile — es una landing, se scrollea */
    .header-nav  { display: none !important; }
    .burger-btn  { display: none !important; }

    /* Mi Presupuesto: visible con texto completo */
    .btn-header-presupuesto {
        display: flex !important;
        padding: 7px 13px;
        font-size: .76rem;
        border-radius: 40px;
        gap: 5px;
        white-space: nowrap;
    }
    .btn-ppto-text { display: inline; }

    .btn-header-wa { display: none; }

    /* Filtros bar */
    .catalog-filters-bar.open { max-height: 60px; }
    .cfb-inner { height: 48px; }

    /* Mostrar buscador mobile, ocultar el de desktop */
    .header-search { display: none; }
    .header-search-mobile {
        display: flex; align-items: center;
        position: relative;
        padding: 10px 16px 14px;
    }
    .header-search-mobile i {
        position: absolute; left: 28px; top: 50%;
        transform: translateY(-50%);
        color: rgba(0,0,0,.5); font-size: .9rem;
    }
    .header-search-mobile input {
        width: 100%; height: 40px;
        padding: 0 16px 0 42px;
        background: rgba(255,255,255,.92);
        border: none; border-radius: 50px;
        color: #111; font-family: var(--font);
        font-size: .9rem; outline: none;
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }
    .header-search-mobile input::placeholder { color: rgba(0,0,0,.4); }

    /* Grid: 1 columna apilada en mobile */
    .products-grid {
        grid-template-columns: 1fr;
        padding: 24px 18px 48px;
        gap: 18px;
    }

    /* Resto del layout */
    .hero-inner { padding-top: calc(var(--header-h) + 64px); }
    .services-grid { grid-template-columns: 1fr; }
    .promo-grid    { grid-template-columns: repeat(2,1fr); }
    .contact-grid  { grid-template-columns: 1fr; }
    .footer-inner  { flex-direction: column; text-align: center; }
    .quote-panel   { width: 100%; }
}
@media (max-width: 480px) {
    .promo-grid    { grid-template-columns: 1fr; }
    .hero-ctas     { flex-direction: column; }
}

/* ══════════════════════ RESEÑAS ═════════════════════════════ */
.reviews-section {
    padding: 96px 0 64px;
    background: var(--bg);
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.04);
}
.reviews-section .section-header { padding: 0 24px; }

.reviews-track-wrap {
    overflow: hidden;
    margin-top: 40px;
    -webkit-mask: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask:         linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.reviews-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll-reviews 40s linear infinite;
}
.reviews-track:hover { animation-play-state: paused; }

@keyframes scroll-reviews {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.review-card {
    width: 320px;
    flex-shrink: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color var(--t), transform var(--t);
}
.review-card:hover {
    border-color: rgba(255,210,0,.3);
    transform: translateY(-3px);
}

.review-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--yellow), #ff9800);
    color: #111;
    font-weight: 800;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.review-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.review-meta strong { font-size: .9rem; font-weight: 700; line-height: 1.2; }
.review-badge {
    font-size: .72rem;
    color: #4285F4;
    font-weight: 600;
}
.review-time { font-size: .75rem; color: var(--text-dim); }

.review-google-icon {
    font-size: 1.1rem;
    color: #4285F4;
    flex-shrink: 0;
    margin-top: 2px;
}

.review-stars { display: flex; gap: 2px; }
.review-stars .fa-solid.fa-star  { color: #FBBC04; font-size: .9rem; }
.review-stars .fa-regular.fa-star { color: var(--surface2); font-size: .9rem; }

.review-text {
    font-size: .88rem;
    color: var(--text-dim);
    line-height: 1.6;
    flex: 1;
}

.reviews-cta {
    text-align: center;
    margin-top: 40px;
    padding: 0 24px;
}

/* ── Botón header Mi Presupuesto ────────────────────────────── */
.btn-header-presupuesto {
    display: flex; align-items: center; gap: 8px;
    background: var(--yellow); color: #111;
    font-weight: 700; font-size: .88rem;
    padding: 9px 20px; border-radius: 50px;
    border: none; cursor: pointer; white-space: nowrap;
    position: relative; flex-shrink: 0;
    transition: background var(--t), transform var(--t), box-shadow var(--t);
    box-shadow: 0 2px 12px rgba(255,210,0,.3);
}
.btn-header-presupuesto:hover {
    background: var(--yellow-d);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(255,210,0,.45);
}
@keyframes pulse-ppto {
    0%   { box-shadow: 0 0 0 0 rgba(255,210,0,.6); }
    60%  { box-shadow: 0 0 0 12px rgba(255,210,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,210,0,0); }
}
.btn-header-presupuesto.pulsing { animation: pulse-ppto .45s ease; }
.header-quote-badge {
    background: #111; color: var(--yellow);
    font-size: .7rem; font-weight: 800;
    width: 20px; height: 20px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
}

/* ── Área clickeable del producto ──────────────────────────── */
.product-clickable { cursor: pointer; }
.product-view-hint {
    position: absolute; inset: 0; z-index: 3;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(3px);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: .88rem; font-weight: 700; gap: 8px;
    letter-spacing: .3px;
    opacity: 0; transition: opacity .25s ease;
}
.product-view-hint i { font-size: .9rem; opacity: .85; }
.product-clickable:hover .product-view-hint { opacity: 1; }

/* ── Selector de cantidad ───────────────────────────────────── */
.product-qty {
    display: flex; align-items: center;
    background: var(--surface2); border: 1px solid var(--border);
    border-radius: 8px; overflow: hidden; height: 38px;
}
.qty-btn {
    width: 36px; height: 100%; font-size: 1.1rem; font-weight: 700;
    color: var(--text-dim); background: transparent;
    transition: background var(--t), color var(--t);
    flex-shrink: 0;
}
.qty-btn:hover { background: var(--border); color: var(--yellow); }
.qty-input {
    width: 48px; text-align: center; background: transparent;
    border: none; border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    color: var(--text); font-family: var(--font); font-size: .9rem;
    font-weight: 700; outline: none; height: 100%;
    -moz-appearance: textfield;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* ── Modal de producto ──────────────────────────────────────── */
.product-modal-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(0,0,0,.75); backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    opacity: 0; pointer-events: none;
    transition: opacity .3s ease;
}
.product-modal-overlay.open {
    opacity: 1; pointer-events: all;
}
.product-modal {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden;
    display: grid; grid-template-columns: 1fr 1fr;
    max-width: 860px; width: 100%;
    max-height: 90vh; overflow-y: auto;
    position: relative;
    transform: scale(.95);
    transition: transform .3s ease;
}
.product-modal-overlay.open .product-modal { transform: scale(1); }

.modal-close {
    position: absolute; top: 14px; right: 14px; z-index: 10;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(0,0,0,.5); color: #fff; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background var(--t);
}
.modal-close:hover { background: rgba(0,0,0,.8); }

.modal-image-wrap {
    position: relative; min-height: 320px; background: var(--surface2);
}
.modal-image-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
}
.modal-img-fallback {
    position: absolute; inset: 0;
    display: none; align-items: center; justify-content: center;
    font-size: 4rem; color: var(--text-dim);
}
.modal-image-wrap .product-cat-badge { top: 14px; left: 14px; }

.modal-body {
    padding: 32px 28px;
    display: flex; flex-direction: column; gap: 16px;
}
.modal-title { font-size: 1.4rem; font-weight: 800; line-height: 1.2; }
.modal-desc  { font-size: .92rem; color: var(--text-dim); line-height: 1.7; }

.modal-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.modal-qty { width: 100%; }
.btn-modal-add {
    padding: 12px 16px; font-size: .9rem; border-radius: 10px;
}

@media (max-width: 640px) {
    .product-modal { grid-template-columns: 1fr; }
    .modal-image-wrap { min-height: 220px; }
    .modal-body { padding: 22px 18px; }
}

/* ── Cantidad en panel de presupuesto ───────────────────────── */
.qi-qty {
    display: flex; align-items: center; gap: 6px;
    font-size: .85rem; font-weight: 700;
    color: var(--text);
}
.qi-qty .qty-btn {
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--surface2); border: 1px solid var(--border);
    font-size: .9rem; display: flex; align-items: center; justify-content: center;
}
.qi-qty .qty-btn:hover { background: var(--border); color: var(--yellow); }

/* ══════════════════════ CALCULADORA ═════════════════════════ */
.calc-section {
    display: none !important; /* Solo aparece en el modal */
}
.calc-section .section-header { max-width: 1280px; margin: 0 auto 48px; }

.calc-wrapper {
    max-width: 860px;
    margin: 0 auto;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
}

/* Tabs */
.calc-tabs {
    display: flex;
    border-bottom: 1px solid var(--border);
    overflow-x: auto;
    scrollbar-width: none;
}
.calc-tabs::-webkit-scrollbar { display: none; }

.calc-tab {
    flex: 1; min-width: 120px;
    padding: 16px 12px;
    font-size: .85rem; font-weight: 700;
    color: var(--text-dim);
    border: none; background: transparent;
    border-bottom: 3px solid transparent;
    cursor: pointer; white-space: nowrap;
    transition: color var(--t), border-color var(--t), background var(--t);
}
.calc-tab:hover  { color: var(--text); background: rgba(255,255,255,.03); }
.calc-tab.active { color: var(--yellow); border-bottom-color: var(--yellow); }

/* Panels */
.calc-panels { padding: 32px; }
.calc-panel  { display: none; }
.calc-panel.active { display: block; }

.calc-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.calc-field { display: flex; flex-direction: column; gap: 6px; }
.calc-field label {
    font-size: .82rem; font-weight: 700;
    color: var(--text-dim); text-transform: uppercase; letter-spacing: .5px;
}
.calc-field input,
.calc-field select {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 8px; padding: 10px 14px;
    color: var(--text); font-family: var(--font); font-size: .95rem;
    outline: none; transition: border-color var(--t);
}
.calc-field input:focus,
.calc-field select:focus { border-color: var(--yellow); }
.calc-field select { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0a0a0'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center; background-size: 20px;
    padding-right: 40px;
}

.calc-btn {
    grid-column: 1 / -1;
    background: var(--yellow); color: #111;
    font-weight: 800; font-size: .95rem;
    padding: 13px 28px; border-radius: 10px;
    border: none; cursor: pointer;
    transition: background var(--t), transform var(--t);
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.calc-btn:hover { background: var(--yellow-d); transform: translateY(-1px); }
.calc-btn::before { content: '🧮'; font-size: 1rem; }

/* Resultados */
.calc-result { margin-top: 0; }
.calc-result-inner {
    background: var(--surface);
    border: 1px solid rgba(255,210,0,.25);
    border-radius: 12px;
    padding: 24px;
    animation: fadeInUp .3s ease;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.calc-result-inner h4 {
    font-size: 1rem; font-weight: 700;
    margin-bottom: 16px; color: var(--text);
}
.calc-result-inner h4 strong { color: var(--yellow); }

.calc-items { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.calc-items li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 14px;
    background: var(--bg); border-radius: 8px;
    border: 1px solid var(--border);
    font-size: .9rem;
}
.ci-name { color: var(--text-dim); }
.ci-qty  { font-weight: 800; color: var(--yellow); font-size: 1rem; white-space: nowrap; margin-left: 12px; }
.ci-qty em { font-style: normal; font-weight: 400; font-size: .8rem; color: var(--text-dim); margin-left: 3px; }

.calc-wa-cta {
    margin-top: 16px; font-size: .88rem; color: var(--text-dim);
    text-align: center;
}
.calc-wa-cta a {
    color: var(--green-wa); font-weight: 700;
    display: inline-flex; align-items: center; gap: 5px;
    margin-left: 4px;
}
.calc-wa-cta a:hover { opacity: .8; }

/* Disclaimer */
.calc-disclaimer {
    max-width: 860px; margin: 24px auto 0;
    text-align: center; font-size: .85rem;
    color: var(--text-dim); line-height: 1.6;
}
.calc-disclaimer i { color: var(--yellow); margin-right: 4px; }
.calc-disclaimer a { color: var(--yellow); font-weight: 600; margin-left: 4px; }
.calc-disclaimer a:hover { opacity: .8; }

@media (max-width: 600px) {
    .calc-inputs { grid-template-columns: 1fr; }
    .calc-panels { padding: 20px; }
    .calc-tab    { min-width: 100px; font-size: .78rem; padding: 14px 8px; }
}

/* ── Botón Calculadora en hero ──────────────────────────────── */
.btn-calc-cta {
    background: rgba(255,210,0,.15);
    color: var(--yellow);
    border: 1px solid rgba(255,210,0,.4);
}
.btn-calc-cta:hover {
    background: rgba(255,210,0,.25);
    border-color: var(--yellow);
    transform: translateY(-2px);
}

/* ── Filters bar responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .cfb-inner { padding: 0 16px; }
    .csb-cats .filter-btn { padding: 0 14px; font-size: .9rem; }
}
@media (max-width: 480px) {
    .csb-cats .filter-btn { padding: 0 10px; font-size: .78rem; }
    .csb-sep { display: none; }
}

/* ── Botón agregar en el modal (más grande) ─────────────────── */
.btn-modal-add {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--yellow); color: #111;
    font-size: .92rem; font-weight: 700;
    padding: 13px 18px; border-radius: 10px;
    border: none; cursor: pointer; width: 100%;
    box-shadow: 0 2px 12px rgba(255,210,0,.25);
    transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-modal-add:hover {
    background: var(--yellow-d); transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(255,210,0,.4);
}
.btn-modal-add:disabled { opacity: .6; cursor: default; transform: none; }

/* Badge del header siempre visible cuando tiene items */
.header-quote-badge {
    background: #111; color: var(--yellow);
    font-size: .68rem; font-weight: 800;
    min-width: 20px; height: 20px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0 4px;
}

/* ══════════════════════ MODAL CALCULADORA ══════════════════════ */
.calc-modal-overlay {
    position: fixed; inset: 0; z-index: 2100;
    background: rgba(0,0,0,.72); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    opacity: 0; pointer-events: none;
    transition: opacity .3s ease;
}
.calc-modal-overlay.open {
    opacity: 1; pointer-events: all;
}
.calc-modal-box {
    background: var(--surface);
    border: 1px solid rgba(255,210,0,.15);
    border-radius: 20px;
    width: 100%; max-width: 720px;
    max-height: 88vh; overflow-y: auto;
    transform: scale(.96) translateY(10px);
    transition: transform .3s ease;
    box-shadow: 0 24px 64px rgba(0,0,0,.6);
}
.calc-modal-overlay.open .calc-modal-box {
    transform: scale(1) translateY(0);
}

.calc-modal-header {
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 16px;
    padding: 24px 28px 0;
}
.calc-modal-header h2 {
    font-size: 1.3rem; font-weight: 800;
    display: flex; align-items: center; gap: 10px;
}
.calc-modal-header h2 i { color: var(--yellow); }
.calc-modal-header p { font-size: .85rem; color: var(--text-dim); margin-top: 4px; }
.calc-modal-close {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--surface2); border: 1px solid var(--border);
    color: var(--text-dim); font-size: 1rem; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    transition: color .2s, background .2s;
}
.calc-modal-close:hover { color: #fff; background: #333; }

.calc-modal-tabs {
    display: flex; overflow-x: auto; scrollbar-width: none;
    border-bottom: 1px solid var(--border);
    margin: 16px 0 0; padding: 0 16px;
}
.calc-modal-tabs::-webkit-scrollbar { display: none; }

.calc-modal-panels { padding: 0 28px 4px; }
.calc-modal-panel  { display: none; padding: 20px 0 0; }
.calc-modal-panel.active { display: block; }

/* Descripción de cada calculadora */
.calc-desc {
    font-size: .88rem; color: var(--text-dim); line-height: 1.65;
    padding: 12px 16px; background: rgba(255,210,0,.05);
    border-left: 3px solid var(--yellow);
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

/* ══════════════════════ PREMIUM DESIGN UPGRADES ══════════════════════ */

/* Botones más refinados */
.btn-primary {
    letter-spacing: .3px;
    text-shadow: none;
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.btn-primary:hover { box-shadow: 0 4px 20px rgba(0,0,0,.3); }

.btn-secondary { letter-spacing: .3px; }

/* Cards de producto más premium */
.product-card {
    box-shadow: 0 2px 16px rgba(0,0,0,.22);
}
.product-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

/* Section titles más refinados */
.section-title { letter-spacing: -.3px; }

/* Promo cards más premium */
.promo-card { box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.promo-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.3); }

/* Review cards */
.review-card { box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.review-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.3); }

/* Service cards */
.service-card { box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.service-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.28); }

/* Quote toggle más premium */
/* Hero texto con mejor legibilidad */
.hero-title { text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero-sub   { text-shadow: 0 1px 8px rgba(0,0,0,.4); }

@media (max-width: 640px) {
    .calc-modal-header { padding: 18px 18px 0; }
    .calc-modal-panels { padding: 0 18px 4px; }
    .calc-modal-tabs   { padding: 0 8px; }
}

/* ── Descripción solo en modal, oculta en tarjeta ─────────── */
.product-info .product-desc { display: none; }

/* ── Botón Agregar al Presupuesto — amarillo ────────────────── */
.btn-add-quote {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--yellow); color: #111;
    font-size: .82rem; font-weight: 800; letter-spacing: .2px;
    padding: 10px 14px; border-radius: 8px;
    border: none; cursor: pointer; width: 100%;
    box-shadow: 0 2px 10px rgba(255,210,0,.22);
    transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-add-quote:hover {
    background: var(--yellow-d);
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(255,210,0,.38);
}
.btn-add-quote:active { transform: scale(.97); }

/* ── Contador en botón agregar ─────────────────────────────── */
.btn-add-quote .qty-count {
    background: #111;
    color: var(--yellow);
    font-size: .72rem; font-weight: 800;
    min-width: 20px; height: 20px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0 4px;
    margin-left: 2px;
}
@keyframes pop-add {
    0%   { transform: scale(1); }
    35%  { transform: scale(1.13); }
    70%  { transform: scale(.96); }
    100% { transform: scale(1); }
}
.btn-add-quote.popping { animation: pop-add .28s ease forwards; }

/* Descripción solo visible en el modal, no en la tarjeta */
.product-card .product-desc { display: none; }

/* ══════════════════════ PROMOCIONES ESTILO DIA ══════════════════ */
.promo-section {
    padding: 80px 0 0;
    background: linear-gradient(150deg, #FFD200 0%, #F5B800 60%, #EDAB00 100%);
    position: relative;
}
/* Textura sutil */
.promo-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0%, transparent 50%),
                      radial-gradient(circle at 80% 70%, rgba(0,0,0,.06) 0%, transparent 50%);
    pointer-events: none;
}
.promo-top {
    max-width: 1280px; margin: 0 auto;
    padding: 0 28px 36px;
    text-align: center;
    position: relative; z-index: 1;
}
.promo-top .section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    color: #111;
}
.promo-top .section-title span { color: #5a3800; }
.promo-top .section-sub { color: rgba(0,0,0,.58); margin-top: 10px; }

/* ── Tabs de días ──────────────────────────────────────────────── */
.promo-days-bar {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; flex-wrap: wrap;
    padding: 0 24px 32px;
    max-width: 1280px; margin: 0 auto;
    position: relative; z-index: 1;
}
.promo-day {
    padding: 9px 22px; border-radius: 50px;
    border: 1.5px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.06); color: rgba(0,0,0,.65);
    font-size: .9rem; font-weight: 700;
    cursor: pointer; white-space: nowrap;
    transition: all .18s ease;
    backdrop-filter: blur(4px);
}
.promo-day:hover {
    background: rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.35);
    color: #111;
}
.promo-day.active {
    background: #111; border-color: #111;
    color: var(--yellow);
    box-shadow: 0 3px 14px rgba(0,0,0,.28);
}

/* ── Grid de cards ─────────────────────────────────────────────── */
.promo-cards-wrap {
    max-width: 1280px; margin: 0 auto;
    padding: 0 28px 0;
    position: relative; z-index: 1;
}
.promo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.promo-card {
    position: relative;
    background: var(--pc-bg, #1a1a2e);
    border-radius: 20px; overflow: hidden;
    display: flex; flex-direction: column;
    min-height: 280px;
    padding: 22px 24px 20px;
    box-shadow: 0 10px 32px rgba(0,0,0,.28);
    transition: transform .3s cubic-bezier(.2,.9,.3,1.1), box-shadow .3s ease;
}
.promo-card:hover {
    transform: translateY(-7px) scale(1.015);
    box-shadow: 0 20px 48px rgba(0,0,0,.4);
}
.promo-card.hidden { display: none; }

/* Decoración de fondo: número/marca de agua + degradado */
.pc-bg-deco {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 90% -10%, rgba(255,255,255,.18) 0%, transparent 45%),
        linear-gradient(160deg, rgba(255,255,255,.06) 0%, transparent 50%),
        linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
    pointer-events: none;
}

/* Header: día + logo */
.pc-top {
    position: relative; z-index: 1;
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px;
}
.pc-day-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff; font-size: .74rem; font-weight: 700;
    padding: 5px 13px; border-radius: 50px;
    text-transform: uppercase; letter-spacing: .4px;
}
.pc-day-all { opacity: .85; }

.pc-logo-box {
    width: 56px; height: 56px;
    background: #fff; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; padding: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    flex-shrink: 0;
}
.pc-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.pc-logo-fb {
    display: none; align-items: center; justify-content: center;
    font-size: .62rem; font-weight: 800; color: #222;
    text-align: center; line-height: 1.15;
    text-transform: uppercase; letter-spacing: .3px;
}

/* Beneficio gigante — lo más impactante del flyer */
.pc-benefit-hero {
    position: relative; z-index: 1;
    flex: 1;
    display: flex; align-items: center;
    font-size: clamp(1.7rem, 3vw, 2.15rem);
    font-weight: 900;
    line-height: 1.08;
    color: #fff;
    letter-spacing: -.5px;
    text-shadow: 0 2px 12px rgba(0,0,0,.2);
}

/* Footer: nombre del banco + condición */
.pc-footer {
    position: relative; z-index: 1;
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid rgba(255,255,255,.18);
}
.pc-banco-name {
    font-size: .85rem; font-weight: 700;
    color: #fff; opacity: .92;
    text-transform: uppercase; letter-spacing: .6px;
    margin-bottom: 4px;
}
.pc-condicion {
    font-size: .72rem; color: rgba(255,255,255,.65);
    line-height: 1.5;
}

/* Franja de color del banco */


.promo-empty {
    grid-column: 1/-1; text-align: center;
    padding: 40px; color: var(--text-dim);
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .promo-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .promo-cards { grid-template-columns: 1fr; gap: 16px; }
    .promo-day { padding: 7px 15px; font-size: .82rem; }
    .promo-card { min-height: 240px; padding: 20px 20px 18px; }
    .pc-benefit-hero { font-size: 1.7rem; }
}


/* ══════════════════════ REDES SOCIALES ══════════════════════════ */
.social-section {
    background: var(--surface);
    border-top: 1px solid rgba(255,255,255,.05);
    padding: 52px 24px;
}
.social-inner {
    max-width: 600px; margin: 0 auto;
    display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.social-label {
    font-size: .8rem; font-weight: 700;
    color: var(--text-dim); text-transform: uppercase;
    letter-spacing: 1.5px;
}
.social-icons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; }
.social-icon {
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: #fff;
    background: var(--surface2); border: 1px solid var(--border);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    text-decoration: none;
}
.social-icon:hover { transform: translateY(-4px) scale(1.08); }
.si-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); box-shadow: 0 6px 20px rgba(220,39,67,.4); border-color: transparent; }
.si-facebook:hover  { background: #1877F2; box-shadow: 0 6px 20px rgba(24,119,242,.4); border-color: transparent; }
.si-tiktok:hover    { background: #010101; box-shadow: 0 6px 20px rgba(1,1,1,.5); border-color: #69C9D0; }
.si-youtube:hover   { background: #FF0000; box-shadow: 0 6px 20px rgba(255,0,0,.4); border-color: transparent; }

/* ══════════════════════ ANIMACIONES SCROLL ══════════════════════ */
.anim-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease, transform .65s ease;
}
.anim-up.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Delays escalonados para grillas */
.anim-up:nth-child(2) { transition-delay: .08s; }
.anim-up:nth-child(3) { transition-delay: .16s; }
.anim-up:nth-child(4) { transition-delay: .24s; }
.anim-up:nth-child(5) { transition-delay: .32s; }
.anim-up:nth-child(6) { transition-delay: .38s; }


/* ══════════════════════ BUSCADOR EN EL HEADER ═══════════════════ */
.header-search {
    flex: 1;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}
.header-search i {
    position: absolute; left: 18px; top: 50%;
    transform: translateY(-50%);
    color: rgba(0,0,0,.55); font-size: .95rem;
    pointer-events: none;
}
.header-search input {
    width: 100%; height: 42px;
    padding: 0 18px 0 46px;
    background: rgba(255,255,255,.92);
    border: none; border-radius: 50px;
    color: #111; font-family: var(--font);
    font-size: .92rem; font-weight: 500;
    outline: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.15), inset 0 0 0 1.5px transparent;
    transition: box-shadow .2s ease, background .2s ease;
}
.header-search input::placeholder { color: rgba(0,0,0,.4); }
.header-search input:focus {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.22), inset 0 0 0 2px var(--yellow-d);
}

/* Buscador mobile — oculto en desktop */
.header-search-mobile { display: none; }
