.storytelling-page{--st-primary:#6355dc;--st-primary-dark:#4c3db5;--st-primary-light:#8b5cf6;--st-secondary:#f59e0b;--st-accent:#ec4899;--st-dark:#0f172a;--st-dark-bg:#111827;--st-surface:#fff;--st-surface-alt:#f8fafc;--st-text:#1e293b;--st-text-light:#64748b;--st-border:#e2e8f0;--st-error:#ef4444;--st-success:#10b981;color:var(--st-text);background:var(--st-surface);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,sans-serif;line-height:1.5}.st-container{max-width:1280px;margin:0 auto;padding:0 24px}.st-gradient-text{background:linear-gradient(135deg,var(--st-primary)0%,var(--st-primary-light)50%,var(--st-secondary)100%);color:#0000;-webkit-background-clip:text;background-clip:text}.st-section{padding:72px 0}.st-section-dark{background:var(--st-dark-bg);color:#e2e8f0}.st-section-dark .st-card,.st-section-dark .st-feature-card,.st-section-dark .st-practice-item,.st-section-dark .st-advanced-card{background:#ffffff0d;border-color:#ffffff1a}.st-section-dark .st-card h3,.st-section-dark .st-feature-card h3,.st-section-dark .st-practice-item h3,.st-section-dark .st-advanced-card h3{color:#fff}.st-section-dark .st-card p,.st-section-dark .st-feature-card p,.st-section-dark .st-practice-item p,.st-section-dark .st-advanced-card p{color:#cbd5e1}.st-section-header{text-align:center;margin-bottom:48px}.st-section-header h2{letter-spacing:-.02em;margin-bottom:12px;font-size:2.25rem;font-weight:800}.st-section-header p{color:var(--st-text-light);max-width:600px;margin:0 auto;font-size:1.125rem}.st-section-dark .st-section-header p{color:#94a3b8}.st-hero{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);padding:80px 0 100px;position:relative;overflow:hidden}.st-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.st-badge{color:var(--st-primary);background:#6355dc1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.875rem;font-weight:600;display:inline-flex}.st-hero-title{letter-spacing:-.03em;margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.2}.st-hero-description{color:var(--st-text-light);max-width:500px;margin-bottom:32px;font-size:1.125rem}.st-hero-stats{gap:32px;margin-bottom:40px;display:flex}.st-stat{flex-direction:column;display:flex}.st-stat-number{color:var(--st-primary);font-size:2rem;font-weight:800}.st-stat-label{color:var(--st-text-light);font-size:.875rem}.st-hero-actions{flex-wrap:wrap;gap:16px;display:flex}.st-btn{cursor:pointer;border:none;border-radius:40px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.st-btn-primary{background:var(--st-primary);color:#fff;box-shadow:0 4px 12px #6355dc4d}.st-btn-primary:hover{background:var(--st-primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #6355dc66}.st-btn-secondary{color:var(--st-primary);border:1px solid var(--st-border);background:#fff}.st-btn-secondary:hover{background:var(--st-surface-alt);border-color:var(--st-primary)}.st-btn-outline{color:var(--st-primary);border:1px solid var(--st-primary);background:0 0}.st-btn-outline:hover{background:#6355dc1a}.st-btn-large{padding:14px 36px;font-size:1.125rem}.st-hero-visual{min-height:300px;position:relative}.st-waveform{justify-content:center;align-items:center;gap:6px;height:200px;margin-bottom:24px;display:flex}.st-wave-bar{background:linear-gradient(135deg,var(--st-primary),var(--st-primary-light));border-radius:4px;width:8px;height:60px;animation:1.2s ease-in-out infinite wave-animation}.st-wave-bar:first-child{height:40px;animation-delay:0s}.st-wave-bar:nth-child(2){height:70px;animation-delay:.1s}.st-wave-bar:nth-child(3){height:90px;animation-delay:.2s}.st-wave-bar:nth-child(4){height:100px;animation-delay:.3s}.st-wave-bar:nth-child(5){height:80px;animation-delay:.4s}.st-wave-bar:nth-child(6){height:60px;animation-delay:.5s}.st-wave-bar:nth-child(7){height:85px;animation-delay:.6s}.st-wave-bar:nth-child(8){height:50px;animation-delay:.7s}.st-wave-bar:nth-child(9){height:70px;animation-delay:.8s}.st-wave-bar:nth-child(10){height:45px;animation-delay:.9s}@keyframes wave-animation{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}.st-quote-card{border:1px solid var(--st-border);background:#fff;border-radius:20px;padding:24px;position:relative;box-shadow:0 20px 35px -12px #0000001a}.st-quote-card:before{content:"\"";color:var(--st-primary-light);opacity:.3;font-family:serif;font-size:4rem;position:absolute;top:-10px;left:20px}.st-quote-card p{color:var(--st-text);margin-bottom:12px;font-size:1rem;font-style:italic}.st-quote-card span{color:var(--st-text-light);font-size:.875rem}.st-two-column{grid-template-columns:1fr 1fr;gap:32px;display:grid}.st-card{border:1px solid var(--st-border);background:#fff;border-radius:24px;padding:32px;transition:all .2s}.st-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -12px #00000014}.st-card h3{margin-bottom:16px;font-size:1.5rem}.st-card p{color:var(--st-text-light);margin-bottom:16px;line-height:1.6}.st-three-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.st-feature-card{text-align:center;border:1px solid var(--st-border);background:#fff;border-radius:24px;padding:32px;transition:all .2s}.st-feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -12px #00000014}.st-feature-icon{margin-bottom:20px;font-size:2.5rem}.st-feature-card h3{margin-bottom:12px;font-size:1.25rem}.st-feature-card p{color:var(--st-text-light);line-height:1.5}.st-section-feature{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.st-sample-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border-radius:32px;padding:48px}.st-sample-badge{background:#fff3;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:.875rem;display:inline-block}.st-sample-card h3{margin-bottom:16px;font-size:1.75rem}.st-sample-card p{opacity:.9;margin-bottom:24px}.st-sample-text{text-align:left;background:#0003;border-radius:20px;margin:24px 0;padding:24px}.st-sample-text p{margin-bottom:0;font-style:italic;line-height:1.7}.st-sample-actions{justify-content:center;gap:16px;display:flex}.st-sample-actions .st-btn-outline{color:#fff;border-color:#fff}.st-sample-actions .st-btn-outline:hover{background:#fff3}.st-practices-grid{flex-direction:column;gap:32px;display:flex}.st-practice-item{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:20px;gap:24px;padding:28px;display:flex}.st-practice-num{color:var(--st-primary);opacity:.5;min-width:60px;font-size:2.5rem;font-weight:800}.st-practice-item h3{margin-bottom:8px;font-size:1.25rem}.st-practice-item p{color:var(--st-text-light);line-height:1.6}.st-mistakes-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.st-mistake-card{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:16px;gap:14px;padding:20px;display:flex}.st-mistake-emoji{flex-shrink:0;font-size:1.5rem}.st-mistake-card h3{margin-bottom:6px;font-size:1rem}.st-mistake-card p{color:var(--st-text-light);font-size:.875rem;line-height:1.5}.st-advanced-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.st-advanced-card{background:var(--st-surface-alt);border:1px solid var(--st-border);border-radius:20px;padding:28px;transition:all .2s}.st-advanced-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -12px #0000001a}.st-advanced-card h3{margin-bottom:12px;font-size:1.125rem}.st-advanced-card p{color:var(--st-text-light);line-height:1.6}.st-table-wrapper{margin-bottom:16px;overflow-x:auto}.st-comparison-table{border-collapse:collapse;background:#fff;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 4px 12px #0000000d}.st-comparison-table th,.st-comparison-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:16px 20px}.st-comparison-table th{background:var(--st-primary);color:#fff;font-weight:600}.st-comparison-table tr:hover{background:var(--st-surface-alt)}.st-audio-demo{width:120px;height:32px}.st-table-note{color:var(--st-text-light);text-align:center;font-size:.875rem}.st-usecases-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.st-usecase{text-align:center;background:#ffffff0d;border-radius:16px;padding:20px}.st-usecase span:first-child{margin-bottom:12px;font-size:2rem;display:block}.st-usecase strong{margin-bottom:6px;display:block}.st-usecase p{opacity:.8;font-size:.875rem}.st-links-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.st-link-card{background:var(--st-surface-alt);color:var(--st-text);border:1px solid var(--st-border);border-radius:16px;align-items:center;gap:12px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.st-link-card:hover{border-color:var(--st-primary);transform:translate(4px);box-shadow:0 4px 12px #0000000d}.st-link-card span{font-size:1.25rem}.st-section-faq{background:var(--st-surface-alt)}.st-faq-list{max-width:800px;margin:0 auto}.st-faq-item{border-bottom:1px solid var(--st-border);margin-bottom:8px}.st-faq-question{text-align:left;cursor:pointer;width:100%;color:var(--st-text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.125rem;font-weight:600;transition:color .2s;display:flex}.st-faq-question:hover{color:var(--st-primary)}.st-faq-icon{color:var(--st-primary);font-size:1.25rem;font-weight:600}.st-faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.st-faq-item.active .st-faq-answer{max-height:500px;padding-bottom:20px}.st-faq-answer p{color:var(--st-text-light);margin:0;line-height:1.6}.st-cta-section{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);padding:80px 0}.st-cta-card{background:var(--st-dark);text-align:center;color:#fff;border-radius:40px;padding:64px}.st-cta-badge{background:#ffffff26;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:.875rem;display:inline-block}.st-cta-card h2{margin-bottom:20px;font-size:2.5rem}.st-cta-card p{opacity:.9;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.125rem}.st-cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:24px;display:flex}.st-cta-note{opacity:.7;font-size:.875rem}.st-sticky-cta{z-index:100;position:fixed;bottom:24px;right:24px}.st-sticky-cta a{background:linear-gradient(135deg,var(--st-primary),var(--st-primary-light));color:#fff;border-radius:60px;padding:14px 28px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 8px 20px #6355dc66}.st-sticky-cta a:hover{transform:translateY(-3px);box-shadow:0 12px 28px #6355dc80}@media (max-width:1024px){.st-hero-grid{text-align:center;grid-template-columns:1fr}.st-hero-content{text-align:center}.st-hero-description{margin-left:auto;margin-right:auto}.st-hero-stats,.st-hero-actions{justify-content:center}.st-two-column,.st-three-grid,.st-advanced-grid{grid-template-columns:1fr}.st-section-header h2{font-size:1.75rem}.st-cta-card{padding:40px 24px}.st-cta-card h2{font-size:1.75rem}.st-sticky-cta{bottom:16px;right:16px}.st-sticky-cta a{padding:10px 20px;font-size:.875rem}}@media (max-width:768px){.st-section{padding:48px 0}.st-hero-title{font-size:2.25rem}.st-practice-item{flex-direction:column;gap:12px}.st-practice-num{min-width:auto}.st-mistakes-grid{grid-template-columns:1fr}.st-sample-card{padding:24px}.st-sample-actions{flex-direction:column}.st-comparison-table th,.st-comparison-table td{padding:12px;font-size:.875rem}.st-audio-demo{width:100px}}
