/* JL Storybook v2.0 */
.jl-story-banner { position: relative; min-height: 80vh; display: flex; align-items: flex-end; padding: 40px 24px 60px; overflow: hidden; border-radius: 0 0 40px 40px; }
.jl-story-bg { position: absolute; inset: 0; z-index: 0; }
.jl-story-overlay { position: absolute; inset: 0; z-index: 1; }
.jl-story-glow { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse at 50% 80%, rgba(245,166,35,0.1), transparent 60%); }
.jl-story-bottom-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(transparent, rgba(0,0,0,0.3)); z-index: 1; }
.jl-story-content { max-width: 720px; margin: 0 auto; width: 100%; position: relative; z-index: 3; text-align: center; }
.jl-story-label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; margin-bottom: 16px; backdrop-filter: blur(8px); }
.jl-story-dot { width: 8px; height: 8px; border-radius: 50%; background: #7BC67E; animation: jlPulse 2s ease-in-out infinite; }
@keyframes jlPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.jl-story-h1 { font-family: 'Baloo 2', cursive; font-size: clamp(32px, 6vw, 56px); font-weight: 800; line-height: 1.1; margin-bottom: 12px; }
.jl-story-p { font-size: clamp(15px, 2vw, 20px); line-height: 1.5; margin-bottom: 28px; opacity: 0.85; }
.jl-story-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; border-radius: 100px; font-size: 18px; font-weight: 700; background: linear-gradient(135deg, #F5A623, #F09D51); color: white; text-decoration: none; box-shadow: 0 6px 24px rgba(245,166,35,0.3); transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.jl-story-btn:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(245,166,35,0.4); }
.jl-play-circle { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-size: 14px; }
