[data-theme="audio"] {
    --primary: #f97316;
    --primary-dark: #ea580c;
    --primary-light: #fdba74;
    --primary-rgb: 249, 115, 22;
    --gradient-start: #f97316;
    --gradient-end: #ef4444;
    --shadow-glow: 0 4px 24px rgba(249, 115, 22, 0.15);
    --bg-dark: #0c0a09;
    --bg-dark-card: rgba(28, 25, 23, 0.8);
    --bg-dark-surface: #1c1917;
    --text-on-dark: #ffffff;
    --text-on-dark-secondary: #f5f5f4;
    --text-on-dark-muted: #e7e5e4;
    --text-on-dark-dim: #d6d3d1;
    --border-dark: rgba(249, 115, 22, 0.12);
    --glass-bg: rgba(28, 25, 23, 0.6);
    --glass-border: rgba(249, 115, 22, 0.1);
    --heading-glow: 0 0 40px rgba(249, 115, 22, 0.08);
}

.audio-hero {
    background: 
        linear-gradient(135deg, 
            rgba(12, 10, 9, 0.82) 0%, 
            rgba(28, 10, 0, 0.78) 25%, 
            rgba(67, 20, 7, 0.75) 50%, 
            rgba(28, 10, 0, 0.78) 75%, 
            rgba(12, 10, 9, 0.82) 100%),
        url('/static/images/audio/kv_bg.png') center/cover no-repeat;
    position: relative;
}

.audio-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 50%, rgba(249, 115, 22, 0.32) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(239, 68, 68, 0.26) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 80%, rgba(251, 146, 60, 0.22) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 70% 60%, rgba(249, 115, 22, 0.18) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
    animation: audioGlowPulse 6s ease-in-out infinite;
}

@keyframes audioGlowPulse {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; }
}

.audio-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(160deg, rgba(12, 10, 9, 0.3) 0%, rgba(28, 10, 0, 0.25) 20%, rgba(67, 20, 7, 0.2) 45%, rgba(28, 10, 0, 0.25) 70%, rgba(12, 10, 9, 0.3) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 30%, rgba(12, 10, 9, 0.6) 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-light-rays {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: conic-gradient(
        from 200deg at 50% 0%,
        transparent 0deg,
        rgba(249, 115, 22, 0.03) 10deg,
        transparent 20deg,
        rgba(249, 115, 22, 0.02) 35deg,
        transparent 45deg,
        rgba(239, 68, 68, 0.02) 55deg,
        transparent 65deg,
        rgba(249, 115, 22, 0.03) 75deg,
        transparent 85deg,
        rgba(251, 146, 60, 0.02) 100deg,
        transparent 110deg,
        rgba(249, 115, 22, 0.02) 130deg,
        transparent 140deg
    );
    pointer-events: none;
    z-index: 1;
    animation: lightRaysRotate 30s linear infinite;
}

@keyframes lightRaysRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-hex-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23f97316' fill-opacity='1'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: radial-gradient(ellipse 60% 50% at 70% 40%, black 10%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 60% 50% at 70% 40%, black 10%, transparent 70%);
}

.hero-sound-waves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23f97316' stroke-width='0.5' d='M0 50 Q25 30 50 50 T100 50'/%3E%3Cpath fill='none' stroke='%23f97316' stroke-width='0.5' d='M0 40 Q25 20 50 40 T100 40' opacity='0.5'/%3E%3Cpath fill='none' stroke='%23f97316' stroke-width='0.5' d='M0 60 Q25 80 50 60 T100 60' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    animation: soundWavesMove 20s linear infinite;
}

@keyframes soundWavesMove {
    0% { background-position: 0 0; }
    100% { background-position: 200px 0; }
}

.hero-floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hero-floating-shape {
    position: absolute;
    border: 1px solid rgba(249, 115, 22, 0.15);
    border-radius: 50%;
    animation: floatShape 15s ease-in-out infinite;
}

.hero-floating-shape:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.hero-floating-shape:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 15%;
    animation-delay: -5s;
    animation-duration: 18s;
}

.hero-floating-shape:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 25%;
    right: 20%;
    animation-delay: -3s;
    animation-duration: 12s;
}

.hero-floating-shape:nth-child(4) {
    width: 100px;
    height: 100px;
    bottom: 20%;
    right: 10%;
    animation-delay: -8s;
    animation-duration: 20s;
}

.hero-floating-shape:nth-child(5) {
    width: 40px;
    height: 40px;
    top: 40%;
    right: 30%;
    animation-delay: -2s;
    animation-duration: 14s;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.3; }
    25% { transform: translate(10px, -15px) rotate(90deg) scale(1.1); opacity: 0.5; }
    50% { transform: translate(-5px, -25px) rotate(180deg) scale(1); opacity: 0.4; }
    75% { transform: translate(-15px, -10px) rotate(270deg) scale(0.9); opacity: 0.5; }
}

.hero-mesh-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(ellipse 100% 80% at 0% 100%, rgba(249, 115, 22, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
}

.hero-aurora {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hero-aurora-band {
    position: absolute;
    width: 200%;
    height: 40%;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    animation: auroraShift 12s ease-in-out infinite;
}

.hero-aurora-band:nth-child(1) {
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.7), rgba(239, 68, 68, 0.5), transparent);
    top: 10%;
    left: -50%;
    animation-delay: 0s;
}

.hero-aurora-band:nth-child(2) {
    background: linear-gradient(90deg, transparent, rgba(251, 146, 60, 0.6), rgba(249, 115, 22, 0.5), transparent);
    top: 40%;
    left: -30%;
    animation-delay: -4s;
    animation-duration: 15s;
}

.hero-aurora-band:nth-child(3) {
    background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.5), rgba(253, 186, 116, 0.4), transparent);
    top: 60%;
    left: -40%;
    animation-delay: -8s;
    animation-duration: 18s;
}

@keyframes auroraShift {
    0%, 100% { transform: translateX(0) rotate(-3deg) scaleY(1); }
    33% { transform: translateX(10%) rotate(2deg) scaleY(1.2); }
    66% { transform: translateX(-5%) rotate(-1deg) scaleY(0.8); }
}

.hero-bg-noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    animation: orbFloat 8s ease-in-out infinite;
    z-index: 1;
}

.hero-glow-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.4), transparent 70%);
    top: -5%;
    left: -8%;
    animation-delay: 0s;
}

.hero-glow-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.32), transparent 70%);
    bottom: 0%;
    right: -5%;
    animation-delay: 4s;
}

.hero-glow-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.28), transparent 70%);
    top: 40%;
    left: 30%;
    animation-delay: 2s;
    animation-duration: 10s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

.audio-hero .hero-grid-bg {
    background-image:
        linear-gradient(rgba(249, 115, 22, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 115, 22, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
    z-index: 1;
}

.audio-hero .hero-particle {
    background: var(--primary);
    box-shadow: 0 0 8px rgba(249, 115, 22, 0.6);
}

.audio-hero .hero-content {
    position: relative;
    z-index: 3;
}

.audio-hero .col-lg-6 {
    position: relative;
    z-index: 3;
}

.audio-hero .hero-badge {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.35), rgba(239, 68, 68, 0.3));
    border-color: rgba(249, 115, 22, 0.6);
    color: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 0 30px rgba(249, 115, 22, 0.6), 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.25), 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    padding: 12px 28px;
    font-size: 0.9375rem;
}

.audio-hero .hero-badge i {
    filter: drop-shadow(0 0 8px rgba(249, 115, 22, 0.8));
    color: #fdba74;
}

.audio-hero .hero-title {
    background: linear-gradient(135deg, #ffffff 0%, #fffaf5 15%, #ffedd5 30%, #fed7aa 50%, #fdba74 70%, #f97316 85%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 80px rgba(249, 115, 22, 0.5)) drop-shadow(0 0 160px rgba(249, 115, 22, 0.3));
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-weight: 800;
}

.audio-hero .hero-desc {
    color: #ffffff;
    font-size: clamp(1.0625rem, 2.4vw, 1.3125rem);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 0 60px rgba(249, 115, 22, 0.25), 0 0 100px rgba(249, 115, 22, 0.15);
    line-height: 2;
    letter-spacing: 0.025em;
    font-weight: 500;
}

.audio-hero .hero-system-info {
    color: #fff;
    font-size: 0.875rem;
    margin-top: 20px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(239, 68, 68, 0.1));
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(249, 115, 22, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-weight: 500;
}

.audio-hero .hero-system-info i {
    color: #fdba74;
    filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.6));
}

.audio-hero .btn-hero-primary {
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 8px 40px rgba(249, 115, 22, 0.55), 0 0 60px rgba(249, 115, 22, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 40px;
    font-size: 1.0625rem;
}

.audio-hero .btn-hero-primary:hover {
    box-shadow: 0 12px 60px rgba(249, 115, 22, 0.75), 0 0 80px rgba(249, 115, 22, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.audio-hero .btn-hero-primary i {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.audio-hero .btn-hero-secondary {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25), rgba(239, 68, 68, 0.2));
    border-color: rgba(249, 115, 22, 0.5);
    color: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 700;
    text-shadow: 0 0 20px rgba(249, 115, 22, 0.4), 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.2), 0 6px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 18px 40px;
    font-size: 1.0625rem;
}

.audio-hero .btn-hero-secondary:hover {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.4), rgba(239, 68, 68, 0.3));
    border-color: rgba(249, 115, 22, 0.7);
    color: #ffffff;
    box-shadow: 0 0 50px rgba(249, 115, 22, 0.3), 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.audio-hero .btn-hero-secondary i {
    filter: drop-shadow(0 0 6px rgba(249, 115, 22, 0.5));
}

.audio-wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    overflow: hidden;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.audio-wave {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    animation: waveScroll 12s linear infinite;
}

.audio-wave-bar {
    width: 3px;
    background: linear-gradient(to top, var(--primary), rgba(249, 115, 22, 0.4), rgba(253, 186, 116, 0.2));
    border-radius: 2px 2px 0 0;
    animation: waveBar 1.8s ease-in-out infinite alternate;
}

@keyframes waveScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes waveBar {
    0% { height: 15%; }
    100% { height: 75%; }
}

.dashboard-preview {
    position: relative;
    background: rgba(28, 25, 23, 0.65);
    border: 1px solid rgba(249, 115, 22, 0.15);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(249, 115, 22, 0.08);
}

.dashboard-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(249, 115, 22, 0.1), transparent 50%);
    pointer-events: none;
    animation: dashboardGlow 6s ease-in-out infinite;
}

@keyframes dashboardGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.dashboard-metric-row {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.dashboard-metric {
    flex: 1;
    background: rgba(249, 115, 22, 0.06);
    border: 1px solid rgba(249, 115, 22, 0.1);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.dashboard-metric-value {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fdba74, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 4px;
    filter: drop-shadow(0 0 8px rgba(249, 115, 22, 0.2));
}

.dashboard-metric-label {
    font-size: 0.75rem;
    color: #d6cfc9;
    letter-spacing: 0.02em;
}

.dashboard-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 80px;
    padding: 0 4px;
}

.dashboard-chart-bar {
    flex: 1;
    background: linear-gradient(to top, rgba(249, 115, 22, 0.5), rgba(249, 115, 22, 0.9));
    border-radius: 4px 4px 0 0;
    animation: chartPulse 2s ease-in-out infinite alternate;
    min-height: 8px;
    box-shadow: 0 0 8px rgba(249, 115, 22, 0.15);
}

.dashboard-chart-bar:nth-child(1) { animation-delay: 0s; }
.dashboard-chart-bar:nth-child(2) { animation-delay: 0.2s; }
.dashboard-chart-bar:nth-child(3) { animation-delay: 0.4s; }
.dashboard-chart-bar:nth-child(4) { animation-delay: 0.6s; }
.dashboard-chart-bar:nth-child(5) { animation-delay: 0.8s; }
.dashboard-chart-bar:nth-child(6) { animation-delay: 1s; }
.dashboard-chart-bar:nth-child(7) { animation-delay: 1.2s; }

@keyframes chartPulse {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.dashboard-product-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 40px rgba(249, 115, 22, 0.08);
}

.section-features {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.section-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(249, 115, 22, 0.06), transparent),
        radial-gradient(ellipse 40% 20% at 80% 100%, rgba(239, 68, 68, 0.04), transparent);
    pointer-events: none;
}

.section-features::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(rgba(249, 115, 22, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.section-features .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.section-features .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.section-features .section-subtitle {
    color: var(--text-on-dark-muted);
}

.feature-scroll-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-scroll-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.feature-scroll-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(249, 115, 22, 0.06), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.feature-scroll-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 115, 22, 0.3);
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.15);
}

.feature-scroll-card:hover::before {
    opacity: 1;
}

.feature-scroll-card:hover::after {
    opacity: 1;
}

.audio-feature-icon {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(239, 68, 68, 0.1));
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.5rem;
    color: var(--primary-light);
    transition: all 0.4s;
}

.feature-scroll-card:hover .audio-feature-icon {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25), rgba(239, 68, 68, 0.2));
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.2);
}

.feature-scroll-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 20px rgba(249, 115, 22, 0.15);
}

.feature-scroll-card p {
    font-size: 0.875rem;
    color: #e7e5e4;
    margin-bottom: 0;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.steps-section {
    background: var(--bg-dark-surface);
    position: relative;
    overflow: hidden;
}

.steps-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 50%, rgba(249, 115, 22, 0.04), transparent);
    pointer-events: none;
}

.steps-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(rgba(249, 115, 22, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 115, 22, 0.015) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}

.steps-section .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.steps-section .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.steps-section .section-subtitle {
    color: var(--text-on-dark-muted);
}

.step-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 0 16px 48px rgba(249, 115, 22, 0.12);
}

.step-card:hover::before {
    opacity: 1;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--gradient-end));
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.3);
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(249, 115, 22, 0.2);
    animation: stepPulse 2s ease-in-out infinite;
}

@keyframes stepPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0; }
}

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.5rem;
    color: var(--primary-light);
}

.step-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 20px rgba(249, 115, 22, 0.15);
}

.step-card p {
    font-size: 0.9375rem;
    color: #e7e5e4;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.section-showcase {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.section-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 40% at 20% 50%, rgba(249, 115, 22, 0.05), transparent),
        radial-gradient(ellipse 40% 30% at 80% 50%, rgba(239, 68, 68, 0.04), transparent);
    pointer-events: none;
}

.section-showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 85%, rgba(249, 115, 22, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(239, 68, 68, 0.02) 0%, transparent 40%);
    pointer-events: none;
}

.section-showcase .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.section-showcase .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.showcase-row {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 80px;
    padding: 40px;
    border-radius: 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

.showcase-row:last-child {
    margin-bottom: 0;
}

.showcase-row:hover {
    border-color: rgba(249, 115, 22, 0.2);
    box-shadow: 0 8px 40px rgba(249, 115, 22, 0.08);
}

.showcase-row.reverse {
    flex-direction: row-reverse;
}

.showcase-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.15);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: var(--primary-light);
    margin-bottom: 12px;
    font-weight: 600;
}

.showcase-text h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf5 30%, #fde8cd 60%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.showcase-text p {
    font-size: 1.0625rem;
    color: #f5f5f4;
    line-height: 1.8;
    margin-bottom: 20px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.showcase-text ul {
    list-style: none;
    padding: 0;
}

.showcase-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #e7e5e4;
    font-size: 0.9375rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.showcase-text ul li i {
    color: var(--primary);
    margin-top: 4px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(249, 115, 22, 0.3));
}

.showcase-img {
    flex-shrink: 0;
    max-width: 480px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(249, 115, 22, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    position: relative;
}

.showcase-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.05), transparent 50%);
    pointer-events: none;
    border-radius: 16px;
}

.showcase-row:hover .showcase-img {
    box-shadow: 0 12px 48px rgba(249, 115, 22, 0.15), 0 0 60px rgba(249, 115, 22, 0.06);
    transform: scale(1.02);
}

.showcase-img img {
    width: 100%;
    height: auto;
    display: block;
}

.advantages-section {
    background: var(--bg-dark-surface);
    position: relative;
    overflow: hidden;
}

.advantages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 40% at 30% 30%, rgba(249, 115, 22, 0.05), transparent),
        radial-gradient(ellipse 50% 30% at 70% 70%, rgba(239, 68, 68, 0.04), transparent);
    pointer-events: none;
}

.advantages-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(rgba(249, 115, 22, 0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.advantages-section .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.advantages-section .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.advantages-section .section-subtitle {
    color: var(--text-on-dark-muted);
}

.advantage-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.advantage-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
}

.advantage-card:hover::before {
    opacity: 1;
}

.advantage-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(239, 68, 68, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    color: var(--primary-light);
    flex-shrink: 0;
    transition: all 0.4s;
}

.advantage-card:hover .advantage-icon {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25), rgba(239, 68, 68, 0.2));
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.2);
    transform: scale(1.05);
}

.advantage-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 20px rgba(249, 115, 22, 0.15);
}

.advantage-card p {
    font-size: 0.9375rem;
    color: #e7e5e4;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.stats-section {
    background: linear-gradient(135deg, #7c2d12, #c2410c, #ea580c);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.stats-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 60% at 20% 50%, rgba(255, 255, 255, 0.08), transparent),
        radial-gradient(ellipse 40% 50% at 80% 30%, rgba(255, 255, 255, 0.05), transparent),
        radial-gradient(ellipse 30% 40% at 50% 80%, rgba(255, 200, 100, 0.06), transparent);
    pointer-events: none;
}

.stat-item {
    text-align: center;
    color: #ffffff;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.3s;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.stat-number {
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.2);
}

.stat-label {
    font-size: 0.9375rem;
    opacity: 0.95;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.reviews-section {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(249, 115, 22, 0.05), transparent);
    pointer-events: none;
}

.reviews-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(rgba(249, 115, 22, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 115, 22, 0.01) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.reviews-section .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.reviews-section .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.reviews-section .section-subtitle {
    color: var(--text-on-dark-muted);
}

.review-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 36px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.review-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.2);
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.1);
}

.review-stars {
    margin-bottom: 16px;
}

.review-stars i {
    color: #fbbf24;
    font-size: 0.9375rem;
    margin-right: 2px;
    filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.3));
}

.review-text {
    font-size: 1rem;
    color: #f5f5f4;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.review-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--gradient-end));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.3);
}

.review-name {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.9375rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.review-role {
    font-size: 0.8125rem;
    color: #e7e5e4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.faq-section {
    background: var(--bg-dark-surface);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 0%, rgba(249, 115, 22, 0.04), transparent);
    pointer-events: none;
}

.faq-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 90%, rgba(249, 115, 22, 0.02) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(239, 68, 68, 0.02) 0%, transparent 40%);
    pointer-events: none;
}

.faq-section .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

.faq-section .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

.faq-item {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item:hover {
    border-color: rgba(249, 115, 22, 0.2);
}

.faq-item.active {
    border-color: rgba(249, 115, 22, 0.3);
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-question:hover {
    background: rgba(249, 115, 22, 0.04);
}

.faq-question h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    padding-right: 16px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-light);
    transition: all 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    background: var(--primary);
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
    padding: 0 24px 24px;
    font-size: 0.9375rem;
    color: #e7e5e4;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.audio-cta {
    background: #0c0a09;
    position: relative;
    overflow: hidden;
}

.audio-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(160deg, #0c0a09 0%, #1c0a00 30%, #431407 50%, #1c0a00 70%, #0c0a09 100%);
    pointer-events: none;
}

.audio-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 50%, rgba(249, 115, 22, 0.1), transparent),
        radial-gradient(ellipse 40% 30% at 30% 30%, rgba(239, 68, 68, 0.05), transparent),
        radial-gradient(ellipse 40% 30% at 70% 70%, rgba(251, 146, 60, 0.05), transparent);
    pointer-events: none;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08), transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    animation: ctaGlow 4s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

.cta-title {
    font-size: clamp(1.875rem, 4.2vw, 2.875rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf5 20%, #fde8cd 45%, #fed7aa 70%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 40px rgba(249, 115, 22, 0.2));
}

.cta-desc {
    font-size: clamp(1rem, 2.2vw, 1.1875rem);
    color: #f5f5f4;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.8;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.0625rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 30px rgba(249, 115, 22, 0.4), 0 0 40px rgba(249, 115, 22, 0.2);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(249, 115, 22, 0.6), 0 0 60px rgba(249, 115, 22, 0.3);
    color: #ffffff;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
    border-radius: 14px;
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.downTop-title {
    color: var(--text-on-dark);
}

[data-theme="audio"] .downTop {
    background: rgba(12, 10, 9, 0.95);
    border-bottom-color: rgba(249, 115, 22, 0.1);
}

[data-theme="audio"] .downTopDowmload {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

[data-theme="audio"] .downTopDowmload:hover {
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
}

[data-theme="audio"] .tech-header {
    background: rgba(12, 10, 9, 0.92);
    border-bottom-color: rgba(249, 115, 22, 0.08);
}

[data-theme="audio"] .tech-header.scrolled {
    background: rgba(12, 10, 9, 0.97);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

[data-theme="audio"] .tech-header .logo-title {
    color: var(--text-on-dark);
}

[data-theme="audio"] .tech-header .nav-link {
    color: var(--text-on-dark-muted) !important;
}

[data-theme="audio"] .tech-header .nav-link:hover,
[data-theme="audio"] .tech-header .nav-item.active .nav-link {
    color: var(--primary-light) !important;
    background: rgba(249, 115, 22, 0.08);
}

[data-theme="audio"] .btn-tech-login {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

[data-theme="audio"] .btn-tech-login:hover {
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
}

[data-theme="audio"] .tech-footer {
    background: #0c0a09;
    border-top-color: rgba(249, 115, 22, 0.08);
}

[data-theme="audio"] .footer-item a {
    color: var(--text-on-dark-muted);
}

[data-theme="audio"] .footer-item a:hover {
    color: var(--primary-light);
}

[data-theme="audio"] .footer-title {
    color: var(--text-on-dark);
}

[data-theme="audio"] .follow-tips {
    color: var(--text-on-dark-muted);
}

[data-theme="audio"] .footer-bottom {
    border-top-color: rgba(249, 115, 22, 0.08);
    color: var(--text-on-dark-muted);
}

[data-theme="audio"] .footer-bottom a {
    color: var(--text-on-dark-muted);
}

[data-theme="audio"] .footer-bottom a:hover {
    color: var(--primary-light);
}

[data-theme="audio"] .navbar-toggler {
    border-color: rgba(249, 115, 22, 0.2);
}

[data-theme="audio"] .navbar-toggler-icon {
    filter: invert(1);
}

[data-theme="audio"] .section {
    padding: 100px 0;
}

[data-theme="audio"] .section-dark {
    background: var(--bg-dark);
}

[data-theme="audio"] .section-header {
    margin-bottom: 60px;
}

[data-theme="audio"] .section-badge {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
    color: var(--primary-light);
}

[data-theme="audio"] .section-title {
    background: linear-gradient(135deg, #ffffff 0%, #fdba74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

[data-theme="audio"] .section-subtitle {
    color: var(--text-on-dark-muted);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

[data-theme="audio"] .hero-section {
    color: var(--text-on-dark);
}

.audio-format-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
}

.audio-format-item {
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.15);
    border-radius: 10px;
    padding: 16px 8px;
    text-align: center;
    transition: all 0.3s;
}

.audio-format-item:hover {
    background: rgba(249, 115, 22, 0.15);
    transform: translateY(-3px);
}

.audio-format-item span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fdba74;
}

@keyframes floatUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

@keyframes glowPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(249, 115, 22, 0.1); }
    50% { box-shadow: 0 0 40px rgba(249, 115, 22, 0.2); }
}

@media (max-width: 1199.98px) {
    .showcase-row {
        gap: 32px;
        padding: 24px;
    }

    .showcase-img {
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .audio-hero .hero-title {
        font-size: 2.25rem;
    }

    .showcase-row {
        flex-direction: column !important;
        gap: 24px;
        padding: 24px;
    }

    .showcase-row.reverse {
        flex-direction: column !important;
    }

    .showcase-img {
        max-width: 100%;
    }

    .dashboard-preview {
        padding: 24px;
    }

    .dashboard-metric-value {
        font-size: 1.5rem;
    }

    .advantage-card {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    [data-theme="audio"] .section {
        padding: 60px 0;
    }

    .audio-hero .hero-title {
        font-size: 1.875rem;
    }

    .audio-hero .hero-desc {
        font-size: 0.9375rem;
    }

    .audio-hero .hero-actions {
        flex-direction: column;
    }

    .audio-hero .hero-actions .btn-hero-primary,
    .audio-hero .hero-actions .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .audio-hero .hero-actions .btn-hero-primary {
        order: -1;
    }

    .feature-scroll-card {
        padding: 20px 16px;
    }

    .audio-feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .feature-scroll-card h3 {
        font-size: 0.9375rem;
    }

    .feature-scroll-card p {
        font-size: 0.75rem;
    }

    .step-card {
        padding: 28px 20px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.0625rem;
    }

    .step-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .step-card h3 {
        font-size: 1.0625rem;
    }

    .step-card p {
        font-size: 0.875rem;
    }

    .showcase-row {
        padding: 20px;
        margin-bottom: 48px;
    }

    .showcase-text h3 {
        font-size: 1.375rem;
    }

    .showcase-text p {
        font-size: 0.9375rem;
    }

    .showcase-text ul li {
        font-size: 0.875rem;
    }

    .advantage-card {
        padding: 20px;
        gap: 16px;
    }

    .advantage-icon {
        width: 44px;
        height: 44px;
        font-size: 1.125rem;
    }

    .advantage-card h3 {
        font-size: 1rem;
    }

    .advantage-card p {
        font-size: 0.8125rem;
    }

    .stat-item {
        padding: 16px 12px;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .review-card {
        padding: 24px;
    }

    .review-text {
        font-size: 0.875rem;
    }

    .faq-question {
        padding: 16px 20px;
    }

    .faq-question h3 {
        font-size: 0.9375rem;
    }

    .faq-answer-inner {
        padding: 0 20px 16px;
        font-size: 0.875rem;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
        font-size: 0.875rem;
    }

    .btn-cta-primary {
        padding: 14px 32px;
        font-size: 1rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .audio-format-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }

    .hero-glow-orb-1 {
        width: 250px;
        height: 250px;
    }

    .hero-glow-orb-2 {
        width: 200px;
        height: 200px;
    }

    .hero-glow-orb-3 {
        width: 150px;
        height: 150px;
    }

    .hero-light-rays {
        width: 80%;
        opacity: 0.5;
    }

    .hero-hex-grid {
        opacity: 0.02;
    }

    .hero-sound-waves {
        opacity: 0.03;
    }

    .hero-floating-shapes {
        display: none;
    }

    .hero-mesh-overlay {
        opacity: 0.5;
    }

    .dashboard-chart {
        height: 60px;
    }
}

@media (max-width: 575.98px) {
    .audio-hero .hero-title {
        font-size: 1.625rem;
    }

    .audio-hero .hero-badge {
        font-size: 0.75rem;
        padding: 4px 12px;
    }

    .dashboard-metric-row {
        gap: 10px;
    }

    .dashboard-metric {
        padding: 12px;
    }

    .dashboard-metric-value {
        font-size: 1.25rem;
    }

    .dashboard-metric-label {
        font-size: 0.6875rem;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .section-subtitle {
        font-size: 0.875rem;
    }
}
