/* ============================================================
   VACACERDO — /desayuno-ejecutivo/ — Estilos exclusivos
   ============================================================
   Mismos tokens de marca que after-office/index.php (fondo negro,
   rojo de marca #c43822, tipografía Inter) pero con un acento ámbar
   propio para la sección — el After-Office es "el clímax de la
   noche", esto es "antes de que salga el sol". Misma familia,
   momento del día distinto.

   A diferencia de after-office/index.php (que tiene 500 líneas de
   <style> pegadas en el <head>), este archivo vive aparte desde el
   día uno — ver la conversación sobre partials para el porqué.
   ============================================================ */

:root {
    --brand-red: #c43822;
    --brand-amber: #e8934a;
    --bg-dark: #000000;
    --bg-surface: #0a0a0a;
    --border-thin: 1px solid rgba(255, 255, 255, 0.1);
    --text-muted: #888888;
}

body {
    background-color: var(--bg-dark);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.layout-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.module-header {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--brand-amber);
    font-weight: 800;
    margin-bottom: 24px;
    display: block;
}

.module-lede { color: #888; max-width: 700px; font-size: 1.2rem; margin: -12px 0 50px 0; }

/* ─── HERO ─── (mismo mecanismo full-bleed que after-office, ya probado) */
.hero-module {
    min-height: 80vh;
    max-height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}

.hero-bg {
    position: absolute;
    top: 0; left: 50%;
    width: 100vw; height: 100%;
    margin-left: -50vw;
    background:
        linear-gradient(180deg, rgba(20,10,0,0.25) 0%, rgba(0,0,0,0.88) 75%, #000000 100%),
        url('https://vacacerdo.cl/assets/img/ao2.webp') center 35%/cover no-repeat;
    z-index: -1;
}

.hero-module h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}
.hero-module h1 span { color: var(--brand-amber); display: block; }

.hero-module p {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 0 32px 0;
    font-weight: 400;
}

.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary-hero {
    background: #ffffff; color: #000; text-decoration: none;
    padding: 18px 34px; font-weight: 800; border-radius: 8px;
    text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem;
    transition: background-color .3s, transform .2s;
}
.btn-primary-hero:hover { background-color: #e0e0e0; transform: scale(0.98); }

.btn-ghost-hero {
    border: 1px solid rgba(255,255,255,0.25); color: #fff; text-decoration: none;
    padding: 18px 34px; font-weight: 700; border-radius: 8px;
    text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem;
    transition: border-color .3s, background .3s;
}
.btn-ghost-hero:hover { border-color: #25d366; background: rgba(37,211,102,0.08); }

/* ─── PUENTE A AFTER-OFFICE ───
   Cross-link narrativo hacia /after-office/: posiciona el Desayuno
   Ejecutivo como la continuación de la noche anterior y lo distingue
   explícitamente del Coffee Break (servicio de jornada, no evento). */
.puente-module { padding: 20px 0 100px; border-top: var(--border-thin); }

.puente-texto h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.3rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px 0;
    max-width: 780px;
}

.puente-texto p {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 0 20px 0;
}

.puente-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.98rem;
    border-bottom: 1px solid var(--brand-amber);
    padding-bottom: 3px;
    display: inline-block;
    margin-top: 8px;
    transition: color 0.3s, border-color 0.3s;
}
.puente-link:hover { color: var(--brand-amber); }

/* ─── MENÚ (bento) ─── */
.menu-module { padding: 100px 0; border-top: var(--border-thin); }

.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.bento-card {
    background-color: var(--bg-surface);
    border: var(--border-thin);
    border-radius: 16px;
    padding: 40px 30px;
    transition: transform .4s ease, border-color .4s ease;
}
.bento-card:hover { transform: translateY(-5px); border-color: var(--brand-amber); }

.bento-indicator { font-size: .75rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 20px; display: block; color: var(--brand-amber); }
.bento-card h3 { font-size: 1.5rem; font-weight: 800; margin: 0 0 16px 0; line-height: 1.2; }
.bento-card p { color: var(--text-muted); margin: 0; font-size: 1rem; }

/* ─── FORMATO / ESCALA (de 5 a 500) ─── */
.escala-module { padding: 100px 0; border-top: var(--border-thin); }

.escala-rango {
    display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap;
    margin-bottom: 40px;
}
.escala-num { font-size: clamp(3.5rem, 9vw, 7rem); font-weight: 900; letter-spacing: -3px; line-height: 1; }
.escala-num.chico { color: var(--text-muted); }
.escala-num.grande { color: #ffffff; }
.escala-flecha { font-size: 2rem; color: var(--brand-amber); font-weight: 300; }

.escala-module p { color: var(--text-muted); font-size: 1.15rem; max-width: 680px; margin: 0; }

/* ─── HORARIO (timeline) ─── */
.timeline-module { padding: 100px 0; border-top: var(--border-thin); }

.timeline-container { border-left: 1px solid rgba(255,255,255,0.15); padding-left: 40px; margin-left: 10px; }
.timeline-node { position: relative; margin-bottom: 60px; }
.timeline-node:last-child { margin-bottom: 0; }
.timeline-node::before {
    content: ''; position: absolute; left: -45px; top: 6px;
    width: 9px; height: 9px; background-color: var(--brand-amber);
    border-radius: 50%; box-shadow: 0 0 10px rgba(232,147,74,0.5);
}
.time-label { font-size: 2rem; font-weight: 900; line-height: 1; margin: 0 0 10px 0; letter-spacing: -1px; }
.timeline-node p { color: var(--text-muted); font-size: 1.1rem; max-width: 600px; margin: 0; }

/* ─── FAQ ─── */
.faq-module { padding: 100px 0; border-top: var(--border-thin); max-width: 900px; margin: 0 auto; }
.faq-item { border-bottom: var(--border-thin); padding: 28px 0; }
.faq-item summary {
    font-size: 1.15rem; font-weight: 700; cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; font-size: 1.6rem; color: var(--brand-amber); font-weight: 400;
    flex-shrink: 0; transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--text-muted); margin: 16px 0 0 0; font-size: 1.05rem; }

/* ─── CTA FINAL ─── */
.cta-module { padding: 120px 0 150px; border-top: var(--border-thin); text-align: center; }
.cta-module h2 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 900; letter-spacing: -2px; line-height: 1; margin: 0 0 24px 0; }
.cta-module p { color: var(--text-muted); font-size: 1.2rem; max-width: 560px; margin: 0 auto 40px auto; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.cta-btn-primary {
    background: #ffffff; color: #000; text-decoration: none; padding: 20px 40px;
    font-size: 1.05rem; font-weight: 800; border-radius: 8px; text-transform: uppercase;
    letter-spacing: 1px; transition: background-color .3s, transform .2s; display: inline-block;
}
.cta-btn-primary:hover { background-color: #e0e0e0; transform: scale(0.98); }

.cta-btn-secondary {
    border: 1px solid rgba(255,255,255,0.25); color: #fff; text-decoration: none; padding: 20px 40px;
    font-size: 1.05rem; font-weight: 700; border-radius: 8px; text-transform: uppercase;
    letter-spacing: 1px; transition: border-color .3s, background .3s; display: inline-block;
}
.cta-btn-secondary:hover { border-color: #25d366; background: rgba(37,211,102,0.08); }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
    .bento-grid { grid-template-columns: 1fr; gap: 16px; }
    .escala-num { font-size: clamp(2.5rem, 14vw, 4rem); }
}
@media (max-width: 560px) {
    .hero-ctas, .cta-buttons { flex-direction: column; }
    .btn-primary-hero, .btn-ghost-hero, .cta-btn-primary, .cta-btn-secondary { text-align: center; }
    .timeline-container { padding-left: 28px; margin-left: 4px; }
}
