body { font-family: 'Poppins', sans-serif; }

/* ── BREADCRUMB ── */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}
.breadcrumb-nav a { color: #6c757d; text-decoration: none; transition: color 0.2s; }
.breadcrumb-nav a:hover { color: #ec4899; }
.breadcrumb-nav i.sep { font-size: 0.55rem; opacity: 0.4; }
.breadcrumb-nav .current { color: #ec4899; font-weight: 600; }
[data-theme="dark"] .breadcrumb-nav a:hover  { color: #f472b6; }
[data-theme="dark"] .breadcrumb-nav .current { color: #f472b6; }

/* ── HERO ── */
.fun-hero {
    padding: 4rem 0 3.5rem;
    text-align: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(236,72,153,0.08);
    color: #be185d;
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.2rem;
}
[data-theme="dark"] .hero-badge {
    background: rgba(244,114,182,0.12);
    color: #f472b6;
}
.fun-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #212529;
    line-height: 1.15;
    margin-bottom: 1rem;
}
[data-theme="dark"] .fun-hero h1 { color: #f1f5f9; }
.fun-hero .lead {
    font-size: 1rem;
    color: #6c757d;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── STATS STRIP ── */
.stats-strip {
    background: rgba(236,72,153,0.05);
    border: 1px solid rgba(236,72,153,0.12);
    border-radius: 16px;
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3.5rem;
}
[data-theme="dark"] .stats-strip {
    background: rgba(236,72,153,0.07);
    border-color: rgba(244,114,182,0.15);
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #212529;
}
[data-theme="dark"] .stat-item { color: #f1f5f9; }
.stat-num { font-size: 1.4rem; font-weight: 800; color: #ec4899; line-height: 1; }
.stat-item i { color: #ec4899; }
[data-theme="dark"] .stat-num,
[data-theme="dark"] .stat-item i { color: #f472b6; }

/* ── SECTION LABEL ── */
.section-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}
.section-label h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
    white-space: nowrap;
}
[data-theme="dark"] .section-label h2 { color: #f1f5f9; }
.section-label::after { content: ''; flex: 1; height: 1px; background: #dee2e6; }
[data-theme="dark"] .section-label::after { background: #2d3748; }

/* ── FUN CARD ── */
.fun-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.6rem 1.4rem 1.3rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 3px solid var(--fun-color, #ec4899);
}
[data-theme="dark"] .fun-card {
    background: #161b2e;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.fun-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}

.fun-emoji {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 0.8rem;
    display: block;
    transition: transform 0.3s ease;
}
.fun-card:hover .fun-emoji { transform: scale(1.2) rotate(-8deg); }

.fun-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.3rem;
}
[data-theme="dark"] .fun-name { color: #f1f5f9; }

.fun-desc {
    font-size: 0.78rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    flex: 1;
}
[data-theme="dark"] .fun-desc { color: #94a3b8; }

.fun-cmd {
    display: inline-block;
    background: var(--fun-cmd-bg, rgba(236,72,153,0.08));
    color: var(--fun-cmd-color, #be185d);
    border-radius: 7px;
    padding: 0.22rem 0.65rem;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    font-weight: 700;
}
[data-theme="dark"] .fun-cmd {
    background: var(--fun-cmd-bg-dark, rgba(244,114,182,0.12));
    color: var(--fun-cmd-color-dark, #f472b6);
}

/* ── HOW TO ── */
.how-strip {
    background: rgba(236,72,153,0.04);
    border: 1px solid rgba(236,72,153,0.1);
    border-radius: 16px;
    padding: 1.8rem 2rem;
    margin-bottom: 3.5rem;
}
[data-theme="dark"] .how-strip {
    background: rgba(236,72,153,0.06);
    border-color: rgba(244,114,182,0.15);
}
.how-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ec4899;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.how-title::after { content: ''; flex: 1; height: 1px; background: rgba(236,72,153,0.15); }
.how-step { display: flex; align-items: flex-start; gap: 0.9rem; }
.how-num {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #ec4899;
    color: white;
    font-weight: 800;
    font-size: 0.85rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.how-step h5 { font-size: 0.88rem; font-weight: 700; margin-bottom: 0.2rem; color: #212529; }
[data-theme="dark"] .how-step h5 { color: #f1f5f9; }
.how-step p  { font-size: 0.8rem; color: #6c757d; margin: 0; line-height: 1.5; }

/* ── FEATURED CARD (blague) ── */
.fun-featured {
    background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
    border-radius: 18px;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
.fun-featured .feat-icon {
    font-size: 2.8rem;
    line-height: 1;
}
.fun-featured h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
}
.fun-featured p {
    font-size: 0.85rem;
    opacity: 0.85;
    margin: 0;
    line-height: 1.6;
}
.fun-featured .feat-cmd {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 0.3rem 0.8rem;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    width: fit-content;
}
.fun-featured .feat-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 0.25rem 0.8rem;
    font-size: 0.72rem;
    font-weight: 700;
    width: fit-content;
}

/* ── CTA ── */
.fun-cta {
    background: linear-gradient(135deg, #252F52 0%, #831843 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
    margin-top: 3rem;
}
.fun-cta h3 {
    font-weight: 800;
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
    background: linear-gradient(135deg, #ffffff 0%, #fbcfe8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.fun-cta p { opacity: 0.75; margin-bottom: 1.5rem; max-width: 440px; margin-left:auto; margin-right:auto; }
.btn-sky {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #252F52;
    font-weight: 700;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.btn-sky:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    color: #252F52;
}