/* ═══════════════════════════════════════════════════
   BANDITA CHIDA — Página de Comunidad
   ═══════════════════════════════════════════════════ */

:root {
    --bc-primary: #2ac6e8;
    --bc-primary-dark: #1aa6c9;
    --bc-primary-light: #e2f8fd;
    --bc-yellow: #f6c72c;
    --bc-yellow-bright: #FFD700;
    --bc-dark: #0b3340;
    --bc-text: #1a2e35;
    --bc-text2: #5a7480;
    --bc-cream: #fff9ec;
    --bc-radius: 22px;
    --bc-shadow-sm: 0 4px 14px rgba(0,0,0,0.06);
    --bc-shadow-md: 0 12px 30px rgba(0,0,0,0.10);
    --bc-shadow-lg: 0 24px 50px rgba(0,0,0,0.16);
}

.bc-page {
    background: #ffffff;
    color: var(--bc-text);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* En la página de Bandita Chida, todos los títulos usan Lobster */
.bc-page h1,
.bc-page h2,
.bc-page h3,
.bc-page .bc-section-head h2 em {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    letter-spacing: 0;
}

.bc-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Wordmark Bandita Chida */
.bc-wordmark {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    color: var(--bc-primary);
    line-height: 1;
}

/* ─── HERO ─── */
.bc-hero {
    position: relative;
    padding: 100px 0 64px;
    background:
        radial-gradient(circle at 90% 5%, rgba(246,199,44,0.12), transparent 35%),
        linear-gradient(160deg, var(--bc-primary-light) 0%, #ffffff 55%, var(--bc-cream) 100%);
    overflow: hidden;
}

.bc-blob {
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    filter: blur(60px);
    z-index: 0;
    opacity: 0.55;
    animation: bc-blob 14s ease-in-out infinite;
}
.bc-blob-1 {
    width: 380px; height: 380px;
    top: -80px; right: -80px;
    background: rgba(42,198,232,0.45);
}
.bc-blob-2 {
    width: 300px; height: 300px;
    bottom: -100px; left: -80px;
    background: rgba(246,199,44,0.40);
    animation-delay: -7s;
}
@keyframes bc-blob {
    0%,100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    33% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    66% { border-radius: 50% 50% 60% 40% / 40% 70% 30% 60%; }
}

.bc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
}

.bc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: var(--bc-primary);
    margin-bottom: 1rem;
}
.bc-eyebrow-dot {
    width: 8px; height: 8px;
    background: var(--bc-yellow-bright);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(246,199,44,0.25);
}
.bc-eyebrow-line { width: 28px; height: 2px; background: currentColor; }

.bc-hero h1 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 1.1rem;
    color: var(--bc-dark);
}
.bc-hero h1 .bc-wordmark {
    display: inline-block;
    position: relative;
}
.bc-hero h1 .bc-wordmark::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 8px;
    height: 12px;
    background: var(--bc-yellow);
    z-index: -1;
    border-radius: 4px;
    opacity: 0.85;
}

.bc-hero-desc {
    font-size: 1.1rem;
    color: var(--bc-text2);
    margin-bottom: 1.7rem;
    max-width: 480px;
    line-height: 1.6;
}

.bc-hero-buttons {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.bc-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 14px 30px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}
.bc-btn-primary {
    background: var(--bc-primary);
    color: white;
    box-shadow: 0 6px 18px rgba(42,198,232,0.35);
}
.bc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(42,198,232,0.50);
    background: var(--bc-primary-dark);
}
.bc-btn-secondary {
    background: white;
    color: var(--bc-primary);
    border: 2px solid var(--bc-primary);
}
.bc-btn-secondary:hover {
    transform: translateY(-2px);
    background: var(--bc-primary-light);
}
.bc-btn-arrow { transition: transform 0.3s; }
.bc-btn:hover .bc-btn-arrow { transform: translateX(4px); }

.bc-hero-stats {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(11,51,64,0.08);
    max-width: 480px;
}
.bc-stat strong {
    display: block;
    font-family: 'Lobster', cursive;
    font-size: 1.7rem;
    color: var(--bc-primary);
    line-height: 1;
    margin-bottom: 0.2rem;
}
.bc-stat span {
    font-size: 0.74rem;
    color: var(--bc-text2);
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}
.bc-stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(11,51,64,0.1);
}

.bc-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bc-hero-img-frame {
    position: relative;
    width: 100%;
    max-width: 410px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bc-hero-img-shape {
    position: absolute;
    width: 95%;
    height: 95%;
    background: var(--bc-primary);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: bc-blob 12s ease-in-out infinite;
}
.bc-hero-img {
    position: relative;
    width: 88%;
    height: 88%;
    object-fit: contain;
    z-index: 2;
    animation: bc-float 6s ease-in-out infinite;
    filter: drop-shadow(0 18px 30px rgba(0,0,0,0.18));
}
@keyframes bc-float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.bc-sticker {
    position: absolute;
    z-index: 3;
}
.bc-sticker-1 {
    top: 8%; right: 4%;
    width: 80px; height: 80px;
    animation: bc-spin 12s linear infinite;
}
@keyframes bc-spin { to { transform: rotate(360deg); } }
.bc-sticker-2 {
    bottom: 8%; left: 0;
    background: var(--bc-yellow);
    color: var(--bc-dark);
    padding: 12px 22px;
    border-radius: 50px;
    font-family: 'Lobster', cursive;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transform: rotate(-8deg);
}

/* ─── TICKER ─── */
.bc-ticker-wrap {
    overflow: hidden;
    background: var(--bc-primary);
    color: white;
    padding: 14px 0;
    font-family: 'Lobster', cursive;
}
.bc-ticker {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    animation: bc-ticker 30s linear infinite;
}
.bc-ticker span {
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.bc-ticker span::after {
    content: '✦';
    color: var(--bc-yellow);
    margin-left: 1.5rem;
}
@keyframes bc-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ─── SECTIONS ─── */
.bc-section {
    padding: 80px 0;
    position: relative;
}
.bc-section.bc-dark {
    background: var(--bc-dark);
    color: white;
}
.bc-section.bc-dark .bc-section-head h2,
.bc-section.bc-dark .bc-action h3 { color: white; }
.bc-section.bc-dark .bc-section-head .bc-lead,
.bc-section.bc-dark .bc-action p { color: rgba(255,255,255,0.75); }
.bc-section.bc-dark .bc-eyebrow { color: var(--bc-yellow); }

.bc-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}
.bc-section-head h2 {
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--bc-dark);
    line-height: 1.15;
    margin-bottom: 1rem;
    letter-spacing: 0;
}
.bc-section-head h2 em {
    font-style: normal;
    color: var(--bc-primary);
    position: relative;
}
.bc-lead {
    font-size: 1.1rem;
    color: var(--bc-text2);
    line-height: 1.6;
}

/* ─── QUE ES ─── */
.bc-que-es-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
    align-items: center;
}
.bc-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}
.bc-card {
    background: white;
    border: 1px solid rgba(11,51,64,0.08);
    border-radius: var(--bc-radius);
    padding: 1.8rem 1.6rem;
    transition: all 0.35s ease;
    text-align: center;
}
.bc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bc-shadow-md);
    border-color: var(--bc-primary);
}
.bc-card-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    display: block;
    transition: transform 0.4s ease;
}
.bc-card:hover .bc-card-icon { transform: scale(1.1) rotate(-4deg); }
.bc-card h3 {
    font-size: 1.45rem;
    font-weight: 400;
    color: var(--bc-primary);
    margin-bottom: 0.55rem;
    letter-spacing: 0;
}
.bc-card p {
    font-size: 0.95rem;
    color: var(--bc-text2);
    line-height: 1.55;
}
.bc-que-es-img img {
    width: 100%;
    animation: bc-float 6s ease-in-out infinite;
}

/* ─── ACTIONS (valores oscuro) ─── */
.bc-actions {
    display: grid;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}
.bc-action {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.6rem 1.8rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--bc-radius);
    transition: all 0.3s;
}
.bc-action:hover {
    background: rgba(255,255,255,0.07);
    transform: translateX(6px);
    border-color: var(--bc-primary);
}
.bc-action-num {
    font-family: 'Lobster', cursive;
    font-size: 2.4rem;
    color: var(--bc-yellow);
    line-height: 1;
}
.bc-action h3 {
    font-size: 1.45rem;
    font-weight: 400;
    margin-bottom: 0.35rem;
    letter-spacing: 0;
}
.bc-action-arrow {
    font-size: 1.6rem;
    color: var(--bc-primary);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s;
}
.bc-action:hover .bc-action-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ─── PRODUCTS / MERCH ─── */
.bc-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
}
.bc-product-card {
    background: white;
    border-radius: var(--bc-radius);
    overflow: hidden;
    border: 1px solid rgba(11,51,64,0.08);
    position: relative;
    transition: all 0.35s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: inherit;
}
.bc-product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--bc-shadow-lg);
    border-color: var(--bc-primary);
}
.bc-product-badge {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    background: var(--bc-yellow);
    color: var(--bc-dark);
    padding: 5px 11px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.bc-product-img-wrap {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--bc-primary-light);
}
.bc-product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.bc-product-card:hover .bc-product-img-wrap img {
    transform: scale(1.08);
}
.bc-product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(42,198,232,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.bc-product-card:hover .bc-product-overlay { opacity: 1; }
.bc-product-overlay span {
    color: white;
    font-family: 'Lobster', cursive;
    font-size: 1.4rem;
}
.bc-product-info {
    padding: 1rem 1.1rem 1.2rem;
}
.bc-product-cat {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--bc-primary);
    font-weight: 700;
    display: block;
    margin-bottom: 0.3rem;
}
.bc-product-info h3 {
    font-size: 1.25rem;
    color: var(--bc-dark);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
}
.bc-product-price {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bc-primary);
    margin: 0;
}
.bc-product-price-soon {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bc-text2);
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Badge especial verde para "Disponible" */
.bc-product-badge.bc-badge-disponible {
    background: #4caf50;
    color: white;
}

/* Card en estado "Próximamente" */
.bc-product-card-soon {
    cursor: default;
    opacity: 0.85;
}
.bc-product-card-soon .bc-product-img-wrap img {
    filter: saturate(0.6);
}
.bc-product-card-soon:hover {
    transform: translateY(-4px);
    border-color: rgba(11,51,64,0.12);
}
.bc-product-card-soon:hover .bc-product-img-wrap img {
    transform: scale(1.02);
    filter: saturate(0.8);
}

/* ─── COMUNIDAD ─── */
.bc-community-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}
.bc-community-item {
    text-align: center;
    padding: 1.8rem 1.4rem;
    background: white;
    border-radius: var(--bc-radius);
    border: 1px solid rgba(11,51,64,0.08);
    transition: all 0.35s ease;
}
.bc-community-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--bc-shadow-md);
    border-color: var(--bc-primary);
}
.bc-community-num {
    font-family: 'Lobster', cursive;
    font-size: 2.6rem;
    color: var(--bc-primary);
    line-height: 1;
    margin-bottom: 0.4rem;
    display: inline-block;
}
.bc-community-item:hover .bc-community-num {
    animation: bc-pop 0.5s ease;
}
@keyframes bc-pop {
    0%,100% { transform: scale(1); }
    50% { transform: scale(1.15) rotate(-4deg); }
}
.bc-community-item h3 {
    font-size: 1.25rem;
    color: var(--bc-dark);
    font-weight: 400;
    margin-bottom: 0.4rem;
    letter-spacing: 0;
}
.bc-community-item p {
    font-size: 0.88rem;
    color: var(--bc-text2);
    line-height: 1.5;
}

/* ─── CTA UNIRSE ─── */
.bc-cta {
    text-align: center;
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at 20% 0%, rgba(42,198,232,0.10), transparent 35%),
        radial-gradient(circle at 80% 100%, rgba(246,199,44,0.10), transparent 35%),
        var(--bc-primary-light);
}
.bc-cta h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
    color: var(--bc-dark);
    letter-spacing: 0;
}
.bc-cta-sub {
    color: var(--bc-text2);
    margin-bottom: 2.4rem;
    font-size: 1.1rem;
}
.bc-cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
    max-width: 880px;
    margin: 0 auto 2.6rem;
}
.bc-cta-card {
    background: white;
    border-radius: var(--bc-radius);
    padding: 1.8rem 1.4rem;
    box-shadow: var(--bc-shadow-sm);
    transition: all 0.35s;
}
.bc-cta-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bc-shadow-md);
}
.bc-cta-card svg {
    width: 64px; height: 64px;
    margin: 0 auto 0.85rem;
    display: block;
}
.bc-cta-card h3 {
    color: var(--bc-primary);
    font-family: 'Lobster', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.45rem;
}
.bc-cta-card p {
    color: var(--bc-text2);
    font-size: 0.95rem;
}
.bc-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ─── REVEAL animations ─── */
.bc-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.bc-reveal.visible { opacity: 1; transform: translateY(0); }
.bc-reveal.bc-d1 { transition-delay: 0.12s; }
.bc-reveal.bc-d2 { transition-delay: 0.24s; }
.bc-reveal.bc-d3 { transition-delay: 0.36s; }

/* ─── Navbar link especial ─── */
.nav-link-bandita {
    color: var(--bc-primary) !important;
    font-family: 'Lobster', cursive !important;
    font-weight: 400 !important;
    font-size: 1.15rem !important;
    border-bottom-color: var(--bc-yellow) !important;
}
.nav-link-bandita:hover {
    color: var(--bc-primary-dark) !important;
}

/* ─── TEASER en home ─── */
.bc-teaser {
    background: linear-gradient(135deg, var(--bc-primary-light) 0%, #ffffff 100%);
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
.bc-teaser-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}
.bc-teaser-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--bc-yellow);
    color: var(--bc-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}
.bc-teaser h2 {
    font-family: 'Lobster', cursive;
    font-size: 2.7rem;
    color: var(--bc-dark);
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 0;
}
.bc-teaser h2 .bc-wordmark {
    display: inline-block;
}
.bc-teaser p {
    font-size: 1.05rem;
    color: var(--bc-text2);
    margin-bottom: 1.6rem;
    max-width: 480px;
}
.bc-teaser-img {
    position: relative;
    text-align: center;
}
.bc-teaser-img img {
    max-width: 320px;
    width: 100%;
    animation: bc-float 6s ease-in-out infinite;
    filter: drop-shadow(0 18px 30px rgba(42,198,232,0.25));
}

/* ─── RESPONSIVE ─── */
@media (max-width: 980px) {
    .bc-hero { padding: 80px 0 50px; }
    .bc-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
    .bc-hero h1 { font-size: 2.6rem; }
    .bc-hero-img-frame { max-width: 320px; margin: 0 auto; }

    .bc-section { padding: 60px 0; }
    .bc-section-head h2 { font-size: 1.9rem; }

    .bc-que-es-grid { grid-template-columns: 1fr; }
    .bc-que-es-img { max-width: 280px; margin: 0 auto; order: -1; }
    .bc-cards-grid { grid-template-columns: 1fr; }

    .bc-action { grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.2rem 1.4rem; }
    .bc-action-arrow { display: none; }
    .bc-action-num { font-size: 1.8rem; }

    .bc-products-grid { grid-template-columns: repeat(2, 1fr); }
    .bc-community-grid { grid-template-columns: repeat(2, 1fr); }
    .bc-cta h2 { font-size: 2rem; }
    .bc-cta-cards { grid-template-columns: 1fr; }

    .bc-teaser-inner { grid-template-columns: 1fr; text-align: center; }
    .bc-teaser p { margin-left: auto; margin-right: auto; }
    .bc-teaser h2 { font-size: 1.9rem; }
}
@media (max-width: 540px) {
    .bc-hero-stats { gap: 0.9rem; }
    .bc-stat strong { font-size: 1.4rem; }
    .bc-products-grid { grid-template-columns: 1fr; }
    .bc-community-grid { grid-template-columns: 1fr; }
}
