/*
 * FSN Classes Redesign CSS
 * Mirrors the camp redesign aesthetic for the Classes product page.
 */

/* ── OUTER GRID ── */
.fsn-classes-redesign-container {
    max-width: 1100px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1a1a;
}

.fsn-classes-redesign-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 900px) {
    .fsn-classes-redesign-grid { grid-template-columns: 1fr; }
}

/* ── BOOKING CARD (LEFT) ── */
.fsn-classes-booking-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 64px rgba(0,0,0,0.14);
}

.fsn-classes-card-header {
    background: #2f1845;
    padding: 28px 30px;
    position: relative;
    overflow: hidden;
}

.fsn-classes-card-header::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(248,197,55,0.08);
    pointer-events: none;
}

.fsn-classes-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.fsn-classes-header-left { flex: 1; }

.fsn-classes-header-badge-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.fsn-classes-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 99px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.fsn-classes-badge--type {
    background: rgba(239,74,63,0.18);
    border: 1px solid rgba(239,74,63,0.35);
    color: #ef4a3f;
}

.fsn-classes-header-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 5px;
    line-height: 1.2;
}

.fsn-classes-header-subtitle {
    color: #9a9da6;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.fsn-classes-header-right {
    text-align: right;
    flex-shrink: 0;
}

.fsn-classes-header-price {
    font-weight: 900;
    color: #f8c537;
    font-size: 38px;
    line-height: 1;
}

.fsn-classes-header-price-label {
    color: #7e818a;
    font-size: 12px;
    margin-top: 4px;
}

/* ── CARD BODY ── */
.fsn-classes-card-body {
    padding: 0 30px 30px;
    background: #ffffff;
}

/* ── TRUST STRIP ── */
.fsn-classes-trust-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 12px 30px 4px;
}

.fsn-classes-trust-strip span {
    font-size: 11px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    gap: 4px;
}

.fsn-trust-divider { color: #dddddd; opacity: 0.4; }

/* ── INFO SIDEBAR (RIGHT) ── */
.fsn-classes-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 24px;
}

.fsn-classes-info-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.fsn-classes-info-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
    background: #f1f5f9;
}

.fsn-classes-info-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    flex-shrink: 0;
}

.fsn-classes-info-card-tag {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ef4444;
}

.fsn-classes-info-card-body {
    padding: 18px 20px 20px;
}

.fsn-classes-info-card-body h4 {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
}

/* Checklist */
.fsn-classes-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.fsn-classes-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    color: #475569;
    line-height: 1.4;
}

.fsn-check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

/* Level blocks */
.fsn-classes-level-block {
    background: #f1f5f9;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
}

.fsn-classes-level-block:last-child { margin-bottom: 0; }

.fsn-classes-level-title {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.fsn-classes-level-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* Feature list (Why FSN) */
.fsn-classes-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fsn-classes-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fsn-classes-feature-icon { font-size: 22px; flex-shrink: 0; line-height: 1; }
.fsn-classes-feature-title { font-size: 13px; font-weight: 800; color: #0f172a; margin-bottom: 2px; }
.fsn-classes-feature-desc { font-size: 11px; color: #64748b; }

/* Dark card variant */
.fsn-classes-info-card--dark {
    background: #2f1845;
    border-color: #2f1845;
}

.fsn-classes-info-card--dark .fsn-classes-info-card-header {
    background: rgba(0,0,0,0.2);
    border-bottom-color: rgba(255,255,255,0.08);
}

.fsn-classes-info-card--dark .fsn-classes-info-card-tag { color: #f8c537; }
.fsn-classes-info-card--dark .fsn-classes-info-dot { background: #f8c537; }
.fsn-classes-info-card--dark .fsn-classes-info-card-body h4 { color: #ffffff; }
.fsn-classes-info-card--dark .fsn-classes-feature-title { color: #ffffff; }
.fsn-classes-info-card--dark .fsn-classes-feature-desc { color: #9a9da6; }
