/* ─── HERO ORGANIZADORES ─── */
#hero { position: relative; overflow: hidden; background: #000; }
@media (max-width: 767px) { #hero { height: 100svh; min-height: 580px; } #hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: .6; pointer-events: none; } }
@media (min-width: 768px) and (max-width: 1023px) { #hero { height: 100svh; min-height: 600px; } #hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; opacity: .55; pointer-events: none; } }
@media (min-width: 1024px) { #hero { height: 100vh; min-height: 680px; } #hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; opacity: .5; pointer-events: none; } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.05) 35%, rgba(0,0,0,.65) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 100px 1.5rem 0; max-width: 1200px; margin: 0 auto; }
@media(min-width:768px) { .hero-content { padding: 120px 2.5rem 0; } }
.hero-kicker { font-size: clamp(0.85rem, 2vw, 1.05rem); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--red); margin-bottom: .75rem; text-shadow: 0 2px 10px rgba(0,0,0,0.5); opacity: 0; animation: fadeUp .7s .3s forwards; }
.hero-h1 { font-size: clamp(2.2rem, 6vw, 5.5rem); font-weight: 900; line-height: 1.0; color: #fff; text-transform: uppercase; letter-spacing: -.01em; opacity: 0; animation: fadeUp .8s .5s forwards; }
.hero-h1 em { color: var(--red); font-style: normal; }
.hero-sub { font-size: clamp(0.95rem, 2vw, 1.15rem); font-weight: 300; color: rgba(255,255,255,.9); max-width: 500px; margin-top: .9rem; line-height: 1.75; text-shadow: 0 2px 12px rgba(0,0,0,0.6); opacity: 0; animation: fadeUp .8s .7s forwards; }
.hero-scroll { margin-top: 2rem; display: flex; align-items: center; gap: .75rem; opacity: 0; animation: fadeUp .8s .9s forwards; }
.hero-scroll span { font-size: 0.75rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.scroll-line { width: 40px; height: 1px; background: rgba(255,255,255,.25); position: relative; overflow: hidden; }
.scroll-line::after { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:var(--red); animation: scanLine 2.2s 1.2s infinite; }

/* ─── ABOUT ─── */
#about { background: #fff; }
.about-grid { display: grid; gap: 3rem; align-items: start; }
@media(min-width:768px) { .about-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; } }
.about-img-wrap { position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 480px; margin: 0 auto; }
.about-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 6px; display: block; border: 2px solid var(--red); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.about-text p { font-size: clamp(0.95rem, 1.5vw, 1.1rem); font-weight: 300; line-height: 1.9; color: #444; margin-bottom: 1.1rem; }
.stat-row { display: flex; gap: 2rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #EFEFEF; }
.stat-num { font-size: 2.2rem; font-weight: 800; color: var(--red); line-height: 1; }
.stat-lbl { font-size: 0.75rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: #6B6B6B; margin-top: .4rem; }
.cert-badge { border: 1px solid rgba(0,0,0,0.04); border-radius: 14px; padding: 0.75rem 1.25rem; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.03); display: flex; align-items: center; gap: .6rem; width: 100%; justify-content: flex-start; text-align: left; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s ease; cursor: default; }
@media (min-width: 768px) { .cert-badge { width: auto; } }
.cert-badge:hover { transform: translateY(-4px); border-color: rgba(0,0,0,0.08); box-shadow: 0 16px 32px -8px rgba(0,0,0,0.12), 0 8px 16px -4px rgba(0,0,0,0.06); }
.cert-title { font-size: 0.9rem; font-weight: 600; color: #0A0A0A; line-height: 1.2; }
.cert-sub { font-size: 0.75rem; font-weight: 300; color: #6B6B6B; margin-top: 2px; }

/* ─── EVENTS SLIDER ─── */
#events { background: var(--ink); }
#events .sec-title { color: #fff; }
.slider-track { display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: 1.25rem; align-items: stretch; scrollbar-width: thin; scrollbar-color: var(--red) rgba(255,255,255,.06); cursor: grab; }
.slider-track:active { cursor: grabbing; }
.slider-track::-webkit-scrollbar { height: 4px; }
.slider-track::-webkit-scrollbar-track { background: rgba(255,255,255,.05); border-radius:2px; }
.slider-track::-webkit-scrollbar-thumb { background: var(--red); border-radius:2px; }
.event-card { flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #1a1a1a; border: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.25,.46,.45,.94), box-shadow .35s ease; cursor: pointer; width: auto; }
.event-card:hover { transform: scale(1.03) translateY(-5px); box-shadow: 0 24px 60px rgba(227,66,66,.2), 0 8px 24px rgba(0,0,0,.5); }
.event-img-box { height: 360px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #111; }
@media(max-width:640px) { .event-img-box { height: 280px; } }
.event-img-box img { height: 100%; width: auto; max-width: 300px; object-fit: contain; display: block; transition: transform .5s ease; }
.event-card:hover .event-img-box img { transform: scale(1.04); }
.event-card-body { padding: .9rem 1rem 1rem; min-width: 160px; }
.event-card-title { font-size: 0.95rem; font-weight: 700; color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.event-card-loc { font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,.5); margin-top: .2rem; }
.event-card-date { display: inline-block; margin-top: .5rem; font-size: 0.75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--red); color: #fff; padding: .25rem .75rem; border-radius: 3px; }

/* ─── NUESTRO PRODUCTO ─── */
#producto { background: #111; }
#producto .sec-title { color: #fff; }
.prod-tabs { display: flex; gap: 0; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 2.5rem; overflow-x: auto; scrollbar-width: none; }
.prod-tabs::-webkit-scrollbar { display: none; }
.prod-tab { flex-shrink: 0; padding: .9rem 1.5rem; font-size: 0.8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; transition: color .25s, border-color .25s; margin-bottom: -1px; }
.prod-tab:hover { color: rgba(255,255,255,.8); }
.prod-tab.active { color: var(--red); border-bottom-color: var(--red); }
.prod-panel { display: none; }
.prod-panel.active { display: block; animation: fadeIn .4s ease; }
.photo-carousel { position: relative; border-radius: 10px; overflow: hidden; background: #0d0d0d; aspect-ratio: 16/9; }
@media(max-width:640px) { .photo-carousel { aspect-ratio: 4/3; } }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.carousel-slide.active { opacity: 1; z-index: 10; pointer-events: auto;}
.carousel-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; background: #111; border: 1px dashed rgba(255,255,255,.12); border-radius: 10px; padding: 2rem; text-align: center; }
.carousel-placeholder-icon { font-size: 2.5rem; opacity: .4; }
.carousel-placeholder-text { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.7; }
.carousel-placeholder-badge { font-size: 0.75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: rgba(227,66,66,.15); color: var(--red); border: 1px solid rgba(227,66,66,.2); padding: .3rem .9rem; border-radius: 20px; }
.carousel-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.25rem; }
.c-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.2); border: none; cursor: pointer; transition: background .25s, transform .25s; }
.c-dot.active { background: var(--red); transform: scale(1.3); }
.carousel-arrows { position: absolute; inset: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; pointer-events: none; padding: 0 1rem; }
.c-arrow { width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.15); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; transition: background .2s, border-color .2s; }
.c-arrow:hover { background: var(--red); border-color: var(--red); }
.c-arrow svg { width: 16px; height: 16px; }
.video-embed-wrap { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 16/9; background: #0d0d0d; }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; background: #111; border: 1px dashed rgba(255,255,255,.12); border-radius: 10px; padding: 2rem; text-align: center; }
.video-placeholder-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(227,66,66,.12); display: flex; align-items: center; justify-content: center; }
.video-placeholder-icon svg { width: 28px; height: 28px; color: var(--red); opacity: .6; }
.video-placeholder-text { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 360px; }
.video-placeholder-badge { font-size: 0.75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: rgba(227,66,66,.15); color: var(--red); border: 1px solid rgba(227,66,66,.2); padding: .3rem .9rem; border-radius: 20px; }
.prod-meta { margin-top: 2rem; display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width:768px) { .prod-meta { grid-template-columns: 1fr 1fr; } }
.prod-meta-title { font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: .5rem; }
.prod-meta-desc { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.8; }
.prod-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.prod-pill { font-size: 0.75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .95rem; border-radius: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.6); }
.prod-cta-col { display: flex; flex-direction: column; justify-content: flex-end; gap: .75rem; align-items: flex-start; }
@media(min-width:768px) { .prod-cta-col { align-items: flex-end; } }
.btn-glow { background: var(--red); color: #fff; font-size: 0.8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .8rem 1.75rem; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; transition: all 0.4s ease; border: none; cursor: pointer; }
.btn-glow:hover { background: var(--red-dk); box-shadow: 0 0 15px rgba(227,66,66, 0.6); transform: translateY(-2px); }

/* ─── SOCIAL PROOF ─── */
#proof { background: var(--pale); }
.proof-grid { display: grid; gap: 3rem; }
@media(min-width:900px) { .proof-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.col-head { font-size: clamp(0.75rem, 1.5vw, 0.85rem); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1px solid rgba(227,66,66,.2); }
.peer-card { padding: 2.25rem 2rem; background: #ffffff; border: 1px solid rgba(0,0,0,0.04); border-radius: 24px; margin-bottom: 1.25rem; position: relative; box-shadow: 0 8px 24px rgba(0,0,0,0.03); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s ease; }
.peer-card:hover { transform: translateY(-8px); border-color: rgba(0,0,0,0.08); box-shadow: 0 32px 64px -12px rgba(0,0,0,0.14), 0 16px 32px -8px rgba(0,0,0,0.08); }
.peer-text { font-size: 0.95rem; font-weight: 300; line-height: 1.8; color: #444; position: relative; z-index: 1; }
.peer-author { margin-top: 1.5rem; display: flex; align-items: center; gap: .75rem; }
.peer-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--red), #8b0000); display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; color: #fff; flex-shrink: 0; overflow: hidden; }
.peer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.peer-name { font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.peer-role { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: #D4AF37; margin-top: 0.3rem; }

/* ─── BOOKING SECTION ─── */
#booking { background: #fff; }
#booking .sec-title { color: var(--ink); }


/* FORZAR 2 COLUMNAS EN ESCRITORIO */
#reviews-master-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
    align-items: flex-start !important;
    width: 100% !important;
}

#reviews-col-1, #reviews-col-2 {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    width: 100% !important;
}

/* En móviles, vuelve a 1 sola columna */
@media (max-width: 768px) {
    #reviews-master-container {
        grid-template-columns: 1fr !important;
    }
}
