/* ═══════════════════════════════════════════════════════════
 * BBF Learn Landing Page – Premium CSS
 * Chuyển đổi từ React/Tailwind sang CSS thuần.
 * ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── Reset & Base ────────────────────────────────────────── */
.bbf-ln-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1c1917;
    line-height: 1.6;
    overflow-x: hidden;
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 40%, #fdf2f8 100%);
    -webkit-font-smoothing: antialiased;
}

.bbf-ln-wrapper *,
.bbf-ln-wrapper *::before,
.bbf-ln-wrapper *::after {
    box-sizing: border-box;
}

.bbf-ln-wrapper h1,
.bbf-ln-wrapper h2,
.bbf-ln-wrapper h3,
.bbf-ln-wrapper h4 {
    margin: 0;
    line-height: 1.2;
}

.bbf-ln-wrapper p {
    margin: 0;
}

.bbf-ln-wrapper a {
    text-decoration: none;
    color: inherit;
}

.bbf-ln-wrapper button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.bbf-ln-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Section ─────────────────────────────────────────────── */
.bbf-ln-section {
    padding: 80px 20px;
    position: relative;
}

.bbf-ln-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
}

.bbf-ln-section-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0c0a09;
    margin-bottom: 16px;
}

.bbf-ln-section-header p {
    font-size: 1rem;
    color: #57534e;
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto;
}

/* ── Kicker ──────────────────────────────────────────────── */
.bbf-ln-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid #fde68a;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    color: #92400e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
}

.bbf-ln-kicker-icon {
    font-size: 1rem;
}

/* ── Glass Card ──────────────────────────────────────────── */
.bbf-ln-glass-card {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 60px rgba(217, 170, 96, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 28px;
}

/* ── Hover Card ──────────────────────────────────────────── */
.bbf-ln-hover-card {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bbf-ln-hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* ── HERO ═══════════════════════════════════════════════════ */
.bbf-ln-hero {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

.bbf-ln-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .bbf-ln-hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Decorations */
.bbf-ln-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.bbf-ln-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.bbf-ln-blob-1 {
    width: 208px;
    height: 208px;
    background: #fbcfe8;
    opacity: 0.4;
    top: 112px;
    left: -64px;
}

.bbf-ln-blob-2 {
    width: 160px;
    height: 160px;
    background: #fde68a;
    opacity: 0.5;
    top: 96px;
    right: 40px;
}

.bbf-ln-blob-3 {
    width: 192px;
    height: 192px;
    background: #e0f2fe;
    opacity: 0.7;
    bottom: 32px;
    left: 33%;
}

.bbf-ln-emoji {
    position: absolute;
    background: #fff;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: none;
}

@media (min-width: 768px) {
    .bbf-ln-emoji {
        display: block;
    }
}

.bbf-ln-emoji-1 {
    left: 8%;
    top: 42%;
    transform: rotate(12deg);
}

.bbf-ln-emoji-2 {
    right: 8%;
    top: 55%;
    transform: rotate(-12deg);
}

.bbf-ln-emoji-3 {
    right: 18%;
    top: 20%;
    transform: rotate(6deg);
}

/* Hero content */
.bbf-ln-hero-content {
    position: relative;
    z-index: 2;
}

.bbf-ln-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #b45309;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.bbf-ln-star {
    color: #f59e0b;
}

.bbf-ln-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0c0a09;
    line-height: 1.1;
}

.bbf-ln-hero-desc {
    margin-top: 24px;
    font-size: 1.125rem;
    line-height: 2;
    color: #57534e;
    max-width: 560px;
}

.bbf-ln-hero-cta {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 640px) {
    .bbf-ln-hero-cta {
        flex-direction: row;
    }
}

.bbf-ln-btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
    transition: opacity 0.2s;
}

.bbf-ln-btn-hero-primary:hover {
    opacity: 0.9;
    color: #fff;
}

.bbf-ln-btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 9999px;
    border: 1px solid #fde68a;
    background: #fff;
    color: #0c0a09;
    font-size: 1rem;
    font-weight: 700;
    transition: box-shadow 0.2s;
}

.bbf-ln-btn-hero-secondary:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Model points mini */
.bbf-ln-model-points-mini {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 560px;
}

.bbf-ln-point-mini {
    border-radius: 1rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bbf-ln-point-num {
    font-size: 1.875rem;
    font-weight: 900;
    color: #d97706;
}

.bbf-ln-point-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #57534e;
    margin-top: 4px;
}

/* Hero card */
.bbf-ln-hero-card {
    position: relative;
    z-index: 2;
}

/* Hero suggestion select */
.bbf-ln-hero-select-wrap {
    margin-bottom: 20px;
}

.bbf-ln-hero-select {
    width: 100%;
    padding: 5px 48px 5px 16px;
    border-radius: 1rem;
    border: 1px solid #fde68a;
    background: linear-gradient(135deg, #fffbeb, #fef9c3);
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #92400e;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%2392400e' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    box-shadow: 0 2px 8px rgba(217, 170, 96, 0.1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bbf-ln-hero-select:hover {
    border-color: #f59e0b;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.bbf-ln-hero-select:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.bbf-ln-hero-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bbf-ln-hero-card-title {
    font-size: 1.5rem;
    font-weight: 900;
}

.bbf-ln-small-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #78716c;
}

.bbf-ln-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bbf-ln-icon-amber {
    background: #fef3c7;
    color: #b45309;
}

.bbf-ln-hero-card-grid {
    display: grid;
    gap: 12px;
}

/* Info pills */
.bbf-ln-info-pill {
    border-radius: 1.5rem;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bbf-ln-pill-amber {
    background: linear-gradient(135deg, #fffbeb, #fef9c3);
    border: 1px solid #fde68a;
}

.bbf-ln-pill-pink {
    background: linear-gradient(135deg, #fdf2f8, #ffe4e6);
    border: 1px solid #fbcfe8;
}

.bbf-ln-pill-stone {
    background: linear-gradient(135deg, #fafaf9, #fff);
    border: 1px solid #e7e5e4;
}

.bbf-ln-pill-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #92400e;
}

.bbf-ln-pill-pink .bbf-ln-pill-label {
    color: #9d174d;
}

.bbf-ln-pill-value {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 4px;
}

/* Hero product link inside pill */
.bbf-ln-hero-product-link {
    color: #9d174d;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-color: rgba(157, 23, 77, 0.4);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
    cursor: pointer;
}

.bbf-ln-hero-product-link:hover {
    color: #be185d;
    text-decoration-style: solid;
    text-decoration-color: #be185d;
}

.bbf-ln-pill-title {
    font-weight: 900;
    margin-bottom: 8px;
}

/* Check list */
.bbf-ln-check-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbf-ln-check-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #44403c;
}

.bbf-ln-check {
    color: #10b981;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ── MODEL POINTS ═══════════════════════════════════════════ */
.bbf-ln-model-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bbf-ln-model-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bbf-ln-model-icon {
    width: 64px;
    height: 64px;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #fef3c7, #fbcfe8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    font-weight: 900;
    color: #b45309;
    margin: 0 auto 16px;
}

.bbf-ln-model-title {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}

.bbf-ln-model-desc {
    font-size: 0.875rem;
    color: #57534e;
    text-align: center;
    line-height: 1.6;
    margin-top: 12px;
}

/* ── NEED SECTION ═══════════════════════════════════════════ */
.bbf-ln-glow {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 640px;
    height: 128px;
    border-radius: 9999px;
    background: #fef3c7;
    opacity: 0.4;
    filter: blur(60px);
    pointer-events: none;
}

.bbf-ln-need-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .bbf-ln-need-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.bbf-ln-need-btn {
    border-radius: 1.7rem;
    border: 1px solid #fff;
    background: #fff;
    padding: 20px;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 900;
    color: #292524;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.bbf-ln-need-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.bbf-ln-need-btn.active {
    background: #0c0a09;
    color: #fff;
    border-color: #0c0a09;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

/* Need result panel */
.bbf-ln-need-result,
.bbf-ln-age-result {
    margin-top: 24px;
}

.bbf-ln-result-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}

@media (min-width: 768px) {
    .bbf-ln-result-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bbf-ln-result-value {
    font-size: 1.5rem;
    font-weight: 900;
}

.bbf-ln-result-text {
    font-weight: 600;
    color: #44403c;
}

.bbf-ln-btn-amber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 9999px;
    background: #f59e0b;
    color: #0c0a09;
    font-weight: 700;
    transition: background 0.2s;
    text-align: center;
}

.bbf-ln-btn-amber:hover {
    background: #fbbf24;
    color: #0c0a09;
}

/* ── TIME / PLAY TIMES ══════════════════════════════════════ */
.bbf-ln-time-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #fde68a, #fbcfe8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #92400e;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.bbf-ln-time-label {
    font-size: 0.875rem;
    font-weight: 900;
    color: #b45309;
}

.bbf-ln-card-desc {
    font-size: 0.875rem;
    color: #57534e;
    line-height: 1.6;
    margin-top: 12px;
}

.bbf-ln-skill-tag {
    margin-top: 16px;
    padding: 16px;
    border-radius: 1rem;
    background: #fafaf9;
    font-size: 0.875rem;
    font-weight: 600;
    color: #44403c;
}

.bbf-ln-btn-ghost {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 8px 0;
    font-weight: 700;
    font-size: 0.875rem;
    color: #0c0a09;
    background: none;
    border: none;
    transition: color 0.2s;
}

.bbf-ln-btn-ghost:hover {
    color: #b45309;
}

/* ── SKILLS ═════════════════════════════════════════════════ */
.bbf-ln-skills-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bbf-ln-skills-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bbf-ln-skill-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.bbf-ln-skill-amber {
    background: #fffbeb;
    color: #b45309;
}

.bbf-ln-skill-pink {
    background: #fdf2f8;
    color: #be185d;
}

.bbf-ln-skill-sky {
    background: #f0f9ff;
    color: #0369a1;
}

.bbf-ln-skill-emerald {
    background: #ecfdf5;
    color: #047857;
}

.bbf-ln-skill-purple {
    background: #faf5ff;
    color: #7c3aed;
}

.bbf-ln-skill-orange {
    background: #fff7ed;
    color: #c2410c;
}

/* ── AGE SELECTOR ═══════════════════════════════════════════ */
.bbf-ln-age-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .bbf-ln-age-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bbf-ln-age-btn {
    border-radius: 1.7rem;
    border: 1px solid #fff;
    background: #fff;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.bbf-ln-age-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.bbf-ln-age-btn.active {
    background: #0c0a09;
    color: #fff;
    border-color: #0c0a09;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.bbf-ln-age-label {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.bbf-ln-age-focus {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #57534e;
}

.bbf-ln-age-btn.active .bbf-ln-age-focus {
    color: #d6d3d1;
}

/* ── TOY SECTION ════════════════════════════════════════════ */
.bbf-ln-search-bar {
    max-width: 640px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 9999px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 8px 32px rgba(217, 170, 96, 0.12);
}

.bbf-ln-search-icon {
    font-size: 1.25rem;
    color: #a8a29e;
    flex-shrink: 0;
}

.bbf-ln-search-bar input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    font-family: inherit;
    color: #0c0a09;
}

.bbf-ln-search-bar input::placeholder {
    color: #a8a29e;
}

.bbf-ln-toy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bbf-ln-toy-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Toy card featured */
.bbf-ln-toy-card-featured {
    border-radius: 2rem;
    border: 1px solid #fff;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bbf-ln-toy-card-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.bbf-ln-toy-image-wrap {
    position: relative;
    padding: 32px;
    background: linear-gradient(135deg, #fef3c7, #fdf2f8, #ffe4e6);
    overflow: hidden;
}

.bbf-ln-toy-circle {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.bbf-ln-toy-image-wrap img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.bbf-ln-toy-icon-placeholder {
    font-size: 3.5rem;
    text-align: center;
    padding: 40px;
}

.bbf-ln-toy-age {
    font-size: 0.875rem;
    font-weight: 700;
    color: #92400e;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.bbf-ln-toy-name {
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.bbf-ln-toy-details {
    padding: 24px;
}

.bbf-ln-toy-learns-label {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a8a29e;
    margin-bottom: 12px;
}

.bbf-ln-toy-learns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbf-ln-toy-parent-tip {
    margin-top: 20px;
    padding: 16px;
    border-radius: 1rem;
    background: #fffbeb;
    font-size: 0.875rem;
    font-weight: 600;
    color: #44403c;
}

.bbf-ln-btn-dark {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border-radius: 9999px;
    background: #0c0a09;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s;
    text-decoration: none;
}

.bbf-ln-btn-dark:hover {
    background: #292524;
    color: #fff !important;
}

/* Toy card (AJAX loaded) */
.bbf-ln-toy-card {
    border-radius: 1.5rem;
    border: 1px solid #f5f5f4;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bbf-ln-toy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.bbf-ln-card-link {
    display: block;
    color: inherit;
}

.bbf-ln-card-image {
    position: relative;
    background: #fafaf9;
    padding: 16px;
}

.bbf-ln-card-image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.bbf-ln-card-placeholder {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #d6d3d1;
}

.bbf-ln-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 9999px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.bbf-ln-card-body {
    padding: 16px;
}

.bbf-ln-card-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.bbf-ln-card-price {
    margin-top: 8px;
    font-weight: 700;
    color: #b45309;
}

.bbf-ln-card-actions {
    padding: 0 16px 16px;
}

.bbf-ln-btn {
    display: block;
    padding: 10px 16px;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s;
}

.bbf-ln-btn-primary {
    background: #0c0a09;
    color: #fff;
}

.bbf-ln-btn-primary:hover {
    background: #292524;
    color: #fff;
}

/* Empty / no results */
.bbf-ln-empty,
.bbf-ln-no-results {
    text-align: center;
    padding: 48px 24px;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    grid-column: 1 / -1;
}

.bbf-ln-empty-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.bbf-ln-no-results h3 {
    font-size: 1.25rem;
    font-weight: 900;
}

.bbf-ln-no-results p {
    color: #57534e;
    margin-top: 8px;
}

/* ── CHALLENGE ══════════════════════════════════════════════ */
.bbf-ln-challenge-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bbf-ln-challenge-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bbf-ln-challenge-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bbf-ln-challenge-day {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9999px;
    background: #fef3c7;
    font-size: 0.875rem;
    font-weight: 900;
    color: #92400e;
}

.bbf-ln-challenge-icon {
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    background: #fdf2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bbf-ln-challenge-skill {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a8a29e;
}

.bbf-ln-challenge-card h3 {
    margin-top: 4px;
}

.bbf-ln-challenge-footer {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbf-ln-btn-challenge {
    padding: 10px 16px;
    border-radius: 9999px;
    background: #f59e0b;
    color: #0c0a09;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s;
}

.bbf-ln-btn-challenge:hover {
    background: #fbbf24;
}

.bbf-ln-btn-challenge.loading {
    opacity: 0.6;
    pointer-events: none;
}

.bbf-ln-done-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 9999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.bbf-ln-trophy {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ec4899;
}

.bbf-ln-challenge-card.bbf-ln-done {
    border-color: #a7f3d0;
    background: rgba(236, 253, 245, 0.5);
}

/* ── COMMUNITY ══════════════════════════════════════════════ */
.bbf-ln-community-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .bbf-ln-community-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bbf-ln-community-dark {
    border-radius: 2rem;
    background: linear-gradient(135deg, #0c0a09, #44403c);
    color: #fff;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bbf-ln-community-dark h3 {
    font-size: 1.875rem;
    font-weight: 900;
    margin-top: 20px;
}

.bbf-ln-community-dark p {
    color: #d6d3d1;
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.6;
}

.bbf-ln-community-icon {
    font-size: 3rem;
}

.bbf-ln-community-icon-pink {
    font-size: 3rem;
    margin-bottom: 20px;
}

.bbf-ln-community-icon-amber {
    font-size: 3rem;
    margin-bottom: 20px;
}

.bbf-ln-community-grid .bbf-ln-glass-card h3 {
    font-size: 1.875rem;
    font-weight: 900;
}

.bbf-ln-community-grid .bbf-ln-glass-card p {
    color: #57534e;
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.6;
}

.bbf-ln-community-items {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bbf-ln-community-item-dark {
    padding: 16px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    font-weight: 600;
}

.bbf-ln-community-item-pink {
    padding: 16px;
    border-radius: 1rem;
    background: #fdf2f8;
    font-size: 0.875rem;
    font-weight: 600;
}

.bbf-ln-community-item-amber {
    padding: 16px;
    border-radius: 1rem;
    background: #fffbeb;
    font-size: 0.875rem;
    font-weight: 600;
}

/* ── JOURNEY ════════════════════════════════════════════════ */
.bbf-ln-journey-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .bbf-ln-journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bbf-ln-journey-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.bbf-ln-journey-icon {
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    background: #fef3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bbf-ln-journey-header h3 {
    font-size: 1.5rem;
    font-weight: 900;
}

.bbf-ln-journey-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bbf-ln-journey-item {
    padding: 16px;
    border-radius: 1rem;
    background: #fafaf9;
    font-weight: 700;
    color: #44403c;
}

/* ── FLOW ═══════════════════════════════════════════════════ */
.bbf-ln-flow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .bbf-ln-flow-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bbf-ln-flow-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #fef3c7, #fbcfe8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.bbf-ln-flow-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bbf-ln-flow-arrow {
    color: #d6d3d1;
    font-size: 1.25rem;
    display: none;
}

@media (min-width: 768px) {
    .bbf-ln-flow-arrow {
        display: block;
    }
}

/* ── PLAY SKILL ═════════════════════════════════════════════ */
.bbf-ln-play-skill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9999px;
    background: #fdf2f8;
    font-size: 0.875rem;
    font-weight: 900;
    color: #be185d;
    margin-bottom: 16px;
}

/* ── HELPER / BABYFUN ASSISTANT ═════════════════════════════ */
.bbf-ln-helper-wrap {
    position: relative;
    border-radius: 2.8rem;
    background: linear-gradient(135deg, #0c0a09, #1c1917, #451a03);
    padding: 48px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media (max-width: 767px) {
    .bbf-ln-helper-wrap {
        padding: 32px 20px;
    }
}

.bbf-ln-helper-blob-1 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: #ec4899;
    opacity: 0.2;
    filter: blur(60px);
}

.bbf-ln-helper-blob-2 {
    position: absolute;
    bottom: -80px;
    left: 40px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: #fbbf24;
    opacity: 0.2;
    filter: blur(60px);
}

.bbf-ln-helper-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .bbf-ln-helper-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.bbf-ln-helper-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    font-weight: 700;
    color: #fde68a;
    margin-bottom: 16px;
}

.bbf-ln-helper-left h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.2;
}

.bbf-ln-helper-left p {
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 2;
    color: #d6d3d1;
}

.bbf-ln-helper-card {
    border-radius: 2rem;
    border: 1px solid #fff;
    background: #fff;
    color: #0c0a09;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bbf-ln-helper-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bbf-ln-helper-field {
    border-radius: 1rem;
    background: #fafaf9;
    padding: 16px;
}

.bbf-ln-helper-field label {
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.bbf-ln-helper-field input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 1rem;
    color: #0c0a09;
}

.bbf-ln-helper-suggestion {
    border-radius: 1rem;
    background: #fffbeb;
    padding: 16px;
}

.bbf-ln-helper-suggestion label {
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 8px;
}

#bbf-ln-helper-text {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #44403c;
}

#bbf-ln-helper-products {
    margin-top: 12px;
}

.bbf-ln-suggest-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #fde68a;
}

.bbf-ln-suggest-product:last-child {
    border-bottom: none;
}

.bbf-ln-suggest-product img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
}

.bbf-ln-suggest-info {
    flex: 1;
    min-width: 0;
}

.bbf-ln-suggest-name {
    font-weight: 700;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bbf-ln-suggest-price {
    font-size: 0.75rem;
    color: #b45309;
    font-weight: 600;
}

.bbf-ln-btn-sm {
    padding: 6px 12px;
    border-radius: 9999px;
    background: #f59e0b;
    color: #0c0a09;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: background 0.2s;
}

.bbf-ln-btn-sm:hover {
    background: #fbbf24;
    color: #0c0a09;
}

.bbf-ln-btn-gradient {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 4px;
    transition: opacity 0.2s;
}

.bbf-ln-btn-gradient:hover {
    opacity: 0.9;
}

.bbf-ln-btn-gradient.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* ── FOOTER CTA ═════════════════════════════════════════════ */
.bbf-ln-footer-cta {
    padding: 40px 20px 60px;
}

.bbf-ln-footer-card {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 2rem;
    border: 1px solid #fff;
    background: #fff;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(217, 170, 96, 0.12);
    text-align: center;
}

@media (min-width: 768px) {
    .bbf-ln-footer-card {
        flex-direction: row;
        text-align: left;
    }
}

.bbf-ln-footer-info h2 {
    font-size: 1.5rem;
    font-weight: 900;
}

.bbf-ln-footer-info p {
    color: #57534e;
    margin-top: 4px;
    font-size: 0.875rem;
}

.bbf-ln-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .bbf-ln-footer-buttons {
        flex-direction: row;
    }
}

.bbf-ln-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 9999px;
    border: 1px solid #d6d3d1;
    background: #fff;
    color: #0c0a09;
    font-weight: 700;
    font-size: 0.875rem;
    transition: box-shadow 0.2s;
}

.bbf-ln-btn-outline:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ── ANIMATIONS ═════════════════════════════════════════════ */
@keyframes bbf-ln-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bbf-ln-animate {
    animation: bbf-ln-fadeInUp 0.6s ease forwards;
}

/* ── Loading spinner ════════════════════════════════════════ */
.bbf-ln-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    grid-column: 1 / -1;
}

.bbf-ln-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #fde68a;
    border-top-color: #f59e0b;
    border-radius: 50%;
    animation: bbf-ln-spin 0.6s linear infinite;
}

@keyframes bbf-ln-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ══════════════════════════════════════════════════════════
   INLINE PRODUCT GRIDS (Need / Age / Skill sections)
   ══════════════════════════════════════════════════════════ */

.bbf-ln-products-row {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(245, 158, 11, 0.15);
}

.bbf-ln-products-title {
    font-size: 16px;
    font-weight: 900;
    color: var(--bbf-ln-heading);
    margin-bottom: 16px;
}

.bbf-ln-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 1024px) {
    .bbf-ln-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .bbf-ln-products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ── Product Card ──────────────────────────────────────────── */

.bbf-ln-product-card {
    background: #fff;
    border: 1px solid rgba(245, 158, 11, 0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.bbf-ln-product-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 24px rgba(245, 158, 11, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.06);
}

.bbf-ln-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    flex: 1;
}

.bbf-ln-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #fef3c7, #fce7f3);
}

.bbf-ln-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bbf-ln-product-card:hover .bbf-ln-product-image img {
    transform: scale(1.06);
}

.bbf-ln-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.25);
}

.bbf-ln-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 48px;
    background: linear-gradient(135deg, #fef3c7, #fce7f3);
}

/* ── Product Body ──────────────────────────────────────────── */

.bbf-ln-product-body {
    padding: 14px 16px 6px;
}

.bbf-ln-product-name {
    font-size: 14px;
    font-weight: 800;
    color: var(--bbf-ln-heading);
    line-height: 1.35;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bbf-ln-product-age {
    font-size: 12px;
    font-weight: 600;
    color: #92400e;
    background: #fef3c7;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 8px;
    margin-bottom: 6px;
}

.bbf-ln-product-price {
    font-size: 14px;
    font-weight: 900;
    color: #d97706;
}

.bbf-ln-product-price .woocommerce-Price-amount {
    color: #d97706;
}

/* ── Product Actions ──────────────────────────────────────── */

.bbf-ln-product-actions {
    padding: 8px 16px 14px;
}

.bbf-ln-btn-rent {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    border: none;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
    box-shadow: 0 3px 12px rgba(245, 158, 11, 0.25);
}

.bbf-ln-btn-rent:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #fff;
}

/* ── Active state for skill cards ─────────────────────────── */

.bbf-ln-skill-btn.active {
    border-color: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.25), 0 8px 24px rgba(245, 158, 11, 0.1);
}

/* ── Scroll-to button styling (reuse existing btn-amber) ── */

button.bbf-ln-btn-amber.bbf-ln-scroll-to {
    cursor: pointer;
    border: none;
}

/* ── Empty state ──────────────────────────────────────────── */

.bbf-ln-empty {
    text-align: center;
    padding: 32px 16px;
    grid-column: 1 / -1;
    color: #78716c;
}

.bbf-ln-empty-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.bbf-ln-empty p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ══════════════════════════════════════════════════════════
   SUGGESTION PRODUCTS (Helper section)
   ══════════════════════════════════════════════════════════ */

.bbf-ln-suggest-card {
    background: #fff;
    border: 1px solid rgba(245, 158, 11, 0.12);
    border-radius: 20px;
    padding: 24px;
    margin-top: 16px;
}

.bbf-ln-suggest-header {
    margin-bottom: 16px;
}

.bbf-ln-suggest-header strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-top: 8px;
}

.bbf-ln-suggest-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #92400e;
    background: #fef3c7;
    padding: 4px 12px;
    border-radius: 20px;
}

.bbf-ln-suggest-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.bbf-ln-suggest-item {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(245, 158, 11, 0.1);
    border-radius: 16px;
    padding: 14px;
}

.bbf-ln-suggest-item small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 4px;
}

.bbf-ln-suggest-item strong {
    font-size: 16px;
    font-weight: 900;
}

.bbf-ln-suggest-activity {
    background: linear-gradient(135deg, #fce7f3, #fdf2f8);
    border: 1px solid rgba(236, 72, 153, 0.1);
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 16px;
}

.bbf-ln-suggest-activity small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #9d174d;
    margin-bottom: 4px;
}

.bbf-ln-suggest-activity strong {
    font-size: 15px;
    font-weight: 800;
}

.bbf-ln-suggest-products-title {
    font-size: 15px;
    font-weight: 900;
    margin: 16px 0 12px;
}

.bbf-ln-suggest-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bbf-ln-suggest-product {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fafaf9;
    border: 1px solid #f5f5f4;
    border-radius: 16px;
    padding: 10px;
    transition: box-shadow 0.2s ease;
}

.bbf-ln-suggest-product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.bbf-ln-suggest-product img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.bbf-ln-suggest-info {
    flex: 1;
    min-width: 0;
}

.bbf-ln-suggest-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--bbf-ln-heading);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bbf-ln-suggest-price {
    font-size: 12px;
    font-weight: 700;
    color: #d97706;
    margin-top: 2px;
}

.bbf-ln-suggest-price .woocommerce-Price-amount {
    color: #d97706;
}

.bbf-ln-btn-sm {
    display: inline-block;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    border-radius: 12px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.bbf-ln-btn-sm:hover {
    opacity: 0.9;
    color: #fff;
}

/* ── Badge earned animation ────────────────────────────────── */

.bbf-ln-badge-earned {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #d97706;
    padding: 20px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border-radius: 20px;
    animation: bbf-ln-badge-pop 0.5s ease;
}

@keyframes bbf-ln-badge-pop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ══════════════════════════════════════════════════════════
   HERO PRODUCT MINI (inside glass card)
   ══════════════════════════════════════════════════════════ */

.bbf-ln-hero-product-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.bbf-ln-hero-product-mini img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(245, 158, 11, 0.15);
}

.bbf-ln-hero-product-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--bbf-ln-heading);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bbf-ln-hero-product-price {
    font-size: 12px;
    font-weight: 700;
    color: #d97706;
    margin-top: 2px;
}

.bbf-ln-hero-product-price .woocommerce-Price-amount {
    color: #d97706;
}

.bbf-ln-btn-sm-hero {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ec4899);
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 4px;
    transition: opacity 0.2s;
}

.bbf-ln-btn-sm-hero:hover {
    opacity: 0.9;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   TODAY PRODUCT (inside time card)
   ══════════════════════════════════════════════════════════ */

.bbf-ln-today-product {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 10px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(245, 158, 11, 0.1);
    border-radius: 14px;
}

.bbf-ln-today-product img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.bbf-ln-today-pname {
    font-size: 12px;
    font-weight: 800;
    color: var(--bbf-ln-heading);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bbf-ln-today-pprice {
    font-size: 11px;
    font-weight: 700;
    color: #d97706;
    margin-top: 2px;
}

.bbf-ln-today-pprice .woocommerce-Price-amount {
    color: #d97706;
}

/* ══════════════════════════════════════════════════════════
   JOURNEY PRODUCTS (inside journey cards)
   ══════════════════════════════════════════════════════════ */

.bbf-ln-journey-products {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(245, 158, 11, 0.1);
    overflow-x: auto;
}

.bbf-ln-journey-product-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(245, 158, 11, 0.1);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    flex-shrink: 0;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.bbf-ln-journey-product-link:hover {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
    transform: translateY(-2px);
}

.bbf-ln-journey-product-link img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.bbf-ln-journey-product-link span {
    font-size: 12px;
    font-weight: 700;
    color: var(--bbf-ln-heading);
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Challenge complete button fix ─────────────────────── */

.bbf-ln-challenge-complete.loading {
    opacity: 0.7;
    pointer-events: none;
}

.bbf-ln-challenge-complete.completed {
    background: #d1fae5;
    color: #065f46;
    border-color: #a7f3d0;
    pointer-events: none;
    font-weight: 800;
}

.bbf-ln-challenge-progress-fill {
    transition: width 0.5s ease;
}

.bbf-ln-done-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #065f46;
    background: #d1fae5;
    padding: 6px 14px;
    border-radius: 12px;
}