/* ═══════════════════════════════════════════════════════════
   BRIO — style_gestion_salle.css
   Landing page "Forfait Business — Gestion de salle"
   Complète style_landing.css
   ═══════════════════════════════════════════════════════════ */

/* ── HERO — note sous les boutons ──────────────────────────── */
.hero-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Mulish', sans-serif;
}

/* ── HERO — prix ────────────────────────────────────────────── */
.hero-price-block {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(176, 75, 61, 0.08);
    border: 1px solid rgba(176, 75, 61, 0.25);
    border-radius: 12px;
    width: fit-content;
}

.hero-price-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-price-amount {
    font-size: 42px;
    font-weight: 800;
    color: #FFFFFF;
    font-family: var(--font-family-title);
    line-height: 1;
    letter-spacing: -1px;
}

.hero-price-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-price-period {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Mulish', sans-serif;
}

.hero-price-trial {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-orange);
    font-family: var(--font-family-title);
}

/* ── HERO — checklist inline ────────────────────────────────── */
.features-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.feature-inline-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.feature-inline-item span {
    font-size: 16px;
    color: var(--color-orange);
}

.feature-inline-item p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Mulish', sans-serif;
}

/* ── PLANNING MOCKUP ────────────────────────────────────────── */
.planning-week {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}

.planning-day-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.day-label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 4px;
    font-family: var(--font-family-title);
}

.event-block {
    padding: 6px 7px;
    border-radius: 7px;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.4;
    font-family: var(--font-family-title);
}

.event-block span {
    font-size: 9px;
    font-weight: 400;
    opacity: 0.75;
}

.event-orange {
    background: rgba(176, 75, 61, 0.12);
    color: var(--color-orange);
    border-left: 2.5px solid var(--color-orange);
}

.event-blue {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    border-left: 2.5px solid #3B82F6;
}

.event-green {
    background: rgba(34, 197, 94, 0.1);
    color: #15803d;
    border-left: 2.5px solid #22c55e;
}

.event-purple {
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
    border-left: 2.5px solid #8b5cf6;
}

/* ── COACHES STRIP ──────────────────────────────────────────── */
.coaches-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 0 8px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.coach-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f3f4f6;
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    font-family: var(--font-family-title);
}

.coach-chip span {
    font-size: 13px;
    color: #6b7280;
}

.coach-chip-add {
    background: rgba(176, 75, 61, 0.08);
    color: var(--color-orange);
    border: 1px dashed rgba(176, 75, 61, 0.4);
    cursor: pointer;
}

.coach-chip-add span {
    color: var(--color-orange);
}

/* ── WIDGET PREVIEW STRIP ───────────────────────────────────── */
.widget-preview-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.widget-preview-strip span:first-child {
    font-size: 15px;
    color: var(--color-orange);
}

.widget-preview-label {
    font-size: 11px;
    font-weight: 500;
    color: #374151;
    font-family: 'Mulish', sans-serif;
    flex: 1;
}

.widget-preview-status {
    font-size: 10px;
    font-weight: 700;
    color: #15803d;
    font-family: var(--font-family-title);
}

/* ── WIDGET SHOWCASE SECTION ────────────────────────────────── */
#middle_widget {
    background: #000000;
    padding: 80px 100px;
}

.widget-showcase-inner {
    display: flex;
    gap: 80px;
    align-items: center;
}

.widget-showcase-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.widget-showcase-left h3 {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    font-family: var(--font-family-title);
    line-height: 1.2;
}

.widget-showcase-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Mulish', sans-serif;
    line-height: 1.7;
}

.widget-feature-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.widget-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.widget-feature-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(176, 75, 61, 0.12);
    border-radius: 9px;
    flex-shrink: 0;
}

.widget-feature-icon span {
    font-size: 17px;
    color: var(--color-orange);
}

.widget-feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: var(--font-family-title);
    margin-bottom: 3px;
}

.widget-feature-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
}

/* ── WIDGET RIGHT — MOCKUP ──────────────────────────────────── */
.widget-showcase-right {
    flex-shrink: 0;
    width: 420px;
}

.widget-code-mockup {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.08);
}

/* ── WEBSITE PREVIEW INSIDE MOCKUP ─────────────────────────── */
.widget-site-preview {
    padding: 14px;
    background: #f8fafc;
    border-bottom: 1px solid #e9ecef;
}

.site-nav-fake {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 8px 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.site-logo-fake {
    width: 60px;
    height: 10px;
    background: #d1d5db;
    border-radius: 3px;
}

.site-nav-links-fake {
    display: flex;
    gap: 10px;
}

.site-nav-link-fake {
    width: 32px;
    height: 8px;
    background: #e5e7eb;
    border-radius: 3px;
}

/* ── WIDGET EMBED PREVIEW ───────────────────────────────────── */
.widget-embed-preview {
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid var(--color-orange);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(176, 75, 61, 0.12);
}

.widget-embed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    background: #fefefe;
}

.widget-embed-title {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    font-family: var(--font-family-title);
}

.widget-embed-days {
    display: flex;
    gap: 4px;
}

.wday {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: var(--font-family-title);
    cursor: pointer;
}

.wday.active {
    background: var(--color-beige);
    color: var(--color-orange);
}

.widget-embed-courses {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.widget-course-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.widget-course-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.widget-course-info {
    flex: 1;
}

.widget-course-name {
    font-size: 11px;
    font-weight: 700;
    color: #111;
    font-family: var(--font-family-title);
}

.widget-course-meta {
    font-size: 10px;
    color: #9ca3af;
    font-family: 'Mulish', sans-serif;
}

.widget-book-btn {
    padding: 4px 10px;
    background: var(--color-orange);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-family-title);
    white-space: nowrap;
}

.widget-brio-badge {
    text-align: center;
    padding: 6px;
    font-size: 9px;
    color: #9ca3af;
    font-family: 'Mulish', sans-serif;
    border-top: 1px solid #f0f0f0;
}

.widget-brio-badge strong {
    color: var(--color-orange);
    font-family: var(--font-family-logo);
}

/* ── CODE SNIPPET ───────────────────────────────────────────── */
.code-snippet {
    padding: 10px 14px;
    background: #1e1e2e;
    font-size: 11px;
    font-family: 'Courier New', monospace;
    line-height: 1.5;
    letter-spacing: 0;
}

.code-tag   { color: #89b4fa; }
.code-attr  { color: #a6e3a1; }
.code-str   { color: #f9e2af; }

/* ══════════════════════════════════════════════════════════════
   MOBILE — max-width: 850px
   ══════════════════════════════════════════════════════════════ */
@media screen and (max-width: 850px) {

    .features-inline {
        gap: 8px 14px;
    }

    #middle_widget {
        padding: 48px 20px;
    }

    .widget-showcase-inner {
        flex-direction: column;
        gap: 40px;
    }

    .widget-showcase-left h3 {
        font-size: 26px;
    }

    .widget-showcase-right {
        width: 100%;
    }

    .planning-week {
        grid-template-columns: repeat(5, 1fr);
        gap: 4px;
    }

    .event-block {
        font-size: 8.5px;
        padding: 5px 5px;
    }
}

/* ══════════════════════════════════════════════════════════════
   TABLET — 850px–1300px
   ══════════════════════════════════════════════════════════════ */
@media screen and (min-width: 850px) and (max-width: 1300px) {

    #middle_widget {
        padding: 60px 60px;
    }

    .widget-showcase-inner {
        gap: 48px;
    }

    .widget-showcase-left h3 {
        font-size: 30px;
    }

    .widget-showcase-right {
        width: 360px;
    }
}
