/* ========================================
   Audibukz — Podcast Theme Override
   Deep Purple + Coral Accents
   Inspired by UDesign Podcast Theme
   ======================================== */

/* ── Override CSS Variables — Dark (Default) ── */
:root {
    --bg-primary: #0C0C0D;
    --bg-secondary: #111112;
    --bg-elevated: #17171A;
    --bg-glass: rgba(12, 12, 13, 0.88);
    --accent-primary: #E91E63;
    --accent-primary-hover: #D81B60;
    --accent-secondary: #FF4081;
    --accent-secondary-hover: #F50057;
    --text-primary: #FFFFFF;
    --text-secondary: #A9A9A9;
    --text-muted: #666666;
    --border: #222222;
    --border-light: #333333;
    --shadow-glow: 0 0 20px rgba(233, 30, 99, 0.2);
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.5);
    --shadow-elevated: 0 8px 32px rgba(0, 0, 0, 0.7);
    --font-heading: 'Jost', sans-serif;
    --font-body: 'Jost', sans-serif;
}

/* ── Light Theme Override ── */
[data-theme="light"] {
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8F9FA;
    --bg-elevated: #F1F3F5;
    --bg-glass: rgba(255, 255, 255, 0.85);
    --accent-primary: #E91E63;
    --accent-primary-hover: #D81B60;
    --accent-secondary: #FF4081;
    --accent-secondary-hover: #F50057;
    --text-primary: #212529;
    --text-secondary: #495057;
    --text-muted: #868E96;
    --border: #E9ECEF;
    --border-light: #DEE2E6;
    --shadow-glow: 0 0 24px rgba(233, 30, 99, 0.12);
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-elevated: 0 8px 32px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] body {
    background: #FFFFFF;
}

/* ── Global Overrides ── */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.hero-title,
.hero-desc,
button,
input {
    font-family: 'Jost', sans-serif !important;
}

body {
    background: var(--bg-primary);
    color: var(--text-primary);
}

/* Navbar accent bar */
.navbar-accent-bar {
    background: linear-gradient(90deg, #8B5CF6, #F97066, #7C3AED, #06B6D4) !important;
}

/* Brand icon */
.navbar-brand .brand-icon {
    background: linear-gradient(135deg, #8B5CF6, #F97066) !important;
}

/* CTA nav links */
.nav-link.cta {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED) !important;
}

/* Primary buttons */
.btn-primary {
    background: linear-gradient(135deg, #8B5CF6, #A78BFA) !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.35) !important;
}

.btn-primary:hover {
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.5) !important;
}

/* Gradient text */
.gradient-text,
.hero h1 .gradient-text {
    background: linear-gradient(135deg, #8B5CF6, #F97066) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Hero section */
.hero::before {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%) !important;
}

.hero::after {
    background: radial-gradient(circle, rgba(249, 112, 102, 0.08) 0%, transparent 70%) !important;
}

/* Wave bar */
.hero-wave-bar svg {
    opacity: 0.15 !important;
}

.hero-wave-bar svg path:nth-child(1) {
    fill: #2D1B69 !important;
}

.hero-wave-bar svg path:nth-child(2) {
    fill: #8B5CF6 !important;
}

.hero-wave-bar svg path:nth-child(3) {
    fill: #F97066 !important;
}

/* Hero badge */
.hero-badge {
    background: rgba(139, 92, 246, 0.12) !important;
    border-color: rgba(139, 92, 246, 0.25) !important;
    color: #A78BFA !important;
}

/* Play button */
.play-btn-circle {
    background: #8B5CF6 !important;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.5) !important;
}

/* Player play/pause */
.player-btn.play-pause {
    background: #8B5CF6 !important;
}

.player-btn.play-pause:hover {
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5) !important;
}

/* Progress bar fill */
.progress-bar-fill {
    background: #8B5CF6 !important;
}

/* Chips */
.chip:hover,
.chip.active {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED) !important;
    border-color: #8B5CF6 !important;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #0B0219 0%, #140830 100%) !important;
}

[data-theme="light"] .footer {
    background: linear-gradient(180deg, #F0ECFF 0%, #E7E0F5 100%) !important;
}

/* Light theme specific overrides */
[data-theme="light"] .navbar {
    box-shadow: 0 4px 24px rgba(80, 40, 120, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

[data-theme="light"] .product-card {
    background: #fff;
    border-color: #E7E0F5;
    box-shadow: 0 2px 12px rgba(80, 40, 120, 0.06);
}

[data-theme="light"] .product-card:hover {
    border-color: #8B5CF6;
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.15);
}

[data-theme="light"] .chip {
    background: #fff;
    border-color: #D6CFF4;
    color: #57516E;
}

[data-theme="light"] .chip:hover,
[data-theme="light"] .chip.active {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6) !important;
    border-color: #7C3AED !important;
    color: #fff !important;
}

[data-theme="light"] .btn-primary {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6) !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3) !important;
}

[data-theme="light"] .social-links a:hover {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6) !important;
}

[data-theme="light"] .nav-links {
    background: transparent;
}

[data-theme="light"] .nav-link:hover,
[data-theme="light"] .nav-link.active {
    background: #F0ECFF;
}

[data-theme="light"] .hero-badge {
    background: rgba(124, 58, 237, 0.08) !important;
    border-color: rgba(124, 58, 237, 0.15) !important;
}

/* Theme toggle */
.theme-toggle {
    background: linear-gradient(135deg, #8B5CF6, #F97066) !important;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.35), 0 0 0 3px rgba(139, 92, 246, 0.1) !important;
}

.theme-toggle:hover {
    box-shadow: 0 6px 28px rgba(139, 92, 246, 0.45), 0 0 0 5px rgba(139, 92, 246, 0.12) !important;
}

/* Tabs */
[data-theme="light"] .tab.active {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6) !important;
}

/* Volume & scrollbar */
.volume-slider {
    accent-color: #8B5CF6 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #8B5CF6 !important;
}

.form-check input[type="checkbox"] {
    accent-color: #8B5CF6 !important;
}

.copy-btn {
    background: #8B5CF6 !important;
}

/* ══════════════════════════════════════
   PODCAST THEME — New Section Styles
   ══════════════════════════════════════ */

/* ── Floating Blob Decorations ── */
.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    animation: blobFloat 8s ease-in-out infinite;
}

.hero-blob-1 {
    width: 400px;
    height: 400px;
    background: rgba(139, 92, 246, 0.25);
    top: -100px;
    right: -80px;
    animation-delay: 0s;
}

.hero-blob-2 {
    width: 300px;
    height: 300px;
    background: rgba(249, 112, 102, 0.2);
    bottom: -50px;
    left: -60px;
    animation-delay: -3s;
}

.hero-blob-3 {
    width: 200px;
    height: 200px;
    background: rgba(6, 182, 212, 0.15);
    top: 40%;
    left: 50%;
    animation-delay: -5s;
}

@keyframes blobFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(20px, -20px) scale(1.05);
    }

    66% {
        transform: translate(-15px, 15px) scale(0.95);
    }
}

/* ── Dot Pattern Background ── */
.dots-pattern {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(139, 92, 246, 0.3) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    pointer-events: none;
    z-index: 0;
}

.dots-1 {
    top: 15%;
    right: 8%;
}

.dots-2 {
    bottom: 20%;
    left: 5%;
}

.dots-3 {
    top: 60%;
    right: 15%;
    width: 80px;
    height: 80px;
}

/* ── Welcome Section ── */
.welcome-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.welcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.welcome-image {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(11, 2, 25, 0.5);
}

.welcome-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.welcome-image:hover img {
    transform: scale(1.03);
}

.welcome-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #8B5CF6, #F97066);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.welcome-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 60px rgba(139, 92, 246, 0.7);
}

.welcome-play-btn .lucide {
    width: 28px;
    height: 28px;
}

.section-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F97066;
    margin-bottom: 12px;
}

.welcome-text h2 {
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.welcome-text p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.welcome-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: var(--radius-full);
    color: #A78BFA;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.welcome-contact:hover {
    background: rgba(139, 92, 246, 0.2);
    transform: translateY(-2px);
}

/* ── Search Section ── */
.search-section {
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, transparent 0%, rgba(139, 92, 246, 0.03) 50%, transparent 100%);
}

.search-section h2 {
    margin-bottom: 8px;
}

.search-section>.container>p {
    color: var(--text-secondary);
    margin-bottom: 28px;
}

.search-box {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-box:focus-within {
    border-color: #8B5CF6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

.search-box input {
    flex: 1;
    padding: 14px 24px;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 0.95rem;
    font-family: var(--font-body);
    outline: none;
}

.search-box input::placeholder {
    color: var(--text-muted);
}

.search-box button {
    padding: 14px 24px;
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.search-box button:hover {
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
}

/* ── Download App Section ── */
.download-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.download-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(249, 112, 102, 0.05) 100%);
    pointer-events: none;
}

.download-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.download-text p {
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.8;
    font-size: 0.95rem;
}

.store-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 200px;
}

.store-btn:hover {
    border-color: #8B5CF6;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.2);
}

.store-btn .lucide {
    width: 28px;
    height: 28px;
    color: #8B5CF6;
}

.store-btn small {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
    text-align: left;
}

.store-btn strong {
    display: block;
    font-size: 1rem;
    text-align: left;
}

/* ── Hosts Section ── */
.hosts-section {
    padding: 80px 0;
}

.hosts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.host-card {
    text-align: center;
    padding: 32px 20px;
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.host-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5CF6, #F97066);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.host-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 0 16px 48px rgba(11, 2, 25, 0.5);
}

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

.host-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid transparent;
    background: linear-gradient(var(--bg-secondary), var(--bg-secondary)) padding-box,
        linear-gradient(135deg, #8B5CF6, #F97066) border-box;
    transition: all 0.3s ease;
}

.host-card:hover .host-avatar {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
}

.host-card h3 {
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.host-role {
    font-size: 0.8rem;
    color: #A78BFA;
    font-weight: 500;
}

.host-social {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.host-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.host-social a:hover {
    background: #8B5CF6;
    color: #fff;
    transform: scale(1.1);
}

.host-social a .lucide {
    width: 14px;
    height: 14px;
}

/* ── Newsletter Section ── */
.newsletter-section {
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(139, 92, 246, 0.06), transparent);
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-content h2 {
    margin-bottom: 12px;
}

.newsletter-content>p {
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    overflow: hidden;
    transition: all 0.3s ease;
}

.newsletter-form:focus-within {
    border-color: #8B5CF6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

.newsletter-form input {
    flex: 1;
    padding: 14px 24px;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-family: var(--font-body);
    outline: none;
}

.newsletter-form input::placeholder {
    color: var(--text-muted);
}

.newsletter-form .btn {
    border-radius: 0 var(--radius-full) var(--radius-full) 0;
    padding: 14px 28px;
}

/* ── Scroll Reveal Animation ── */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Section Divider Decoration ── */
.section-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B5CF6, #F97066);
    margin: 0 auto 40px;
    border-radius: 2px;
}

/* ── Podcast Episode Category Tabs ── */
.episode-categories {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.episode-cat-btn {
    padding: 10px 24px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.episode-cat-btn:hover,
.episode-cat-btn.active {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    border-color: #8B5CF6;
    color: #fff;
    transform: translateY(-2px);
}

.episode-cat-btn .lucide {
    width: 16px;
    height: 16px;
}

/* ── Floating Particles ── */
.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(139, 92, 246, 0.4);
    border-radius: 50%;
    animation: particleFloat 12s linear infinite;
}

.particle:nth-child(1) {
    left: 10%;
    animation-duration: 10s;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    left: 25%;
    animation-duration: 14s;
    animation-delay: -2s;
    width: 3px;
    height: 3px;
}

.particle:nth-child(3) {
    left: 45%;
    animation-duration: 11s;
    animation-delay: -4s;
}

.particle:nth-child(4) {
    left: 65%;
    animation-duration: 13s;
    animation-delay: -6s;
    width: 5px;
    height: 5px;
    background: rgba(249, 112, 102, 0.3);
}

.particle:nth-child(5) {
    left: 80%;
    animation-duration: 9s;
    animation-delay: -3s;
}

.particle:nth-child(6) {
    left: 90%;
    animation-duration: 15s;
    animation-delay: -7s;
    width: 3px;
    height: 3px;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) rotate(720deg);
        opacity: 0;
    }
}

/* ══════════════════════════════════════
   PODCAST HERO — Dark Immersive (UDesign Style)
   ══════════════════════════════════════ */

.podcast-hero {
    position: relative;
    overflow: hidden;
    background: #0A090F;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 60px 0 80px;
}

[data-theme="light"] .podcast-hero {
    background: linear-gradient(135deg, #1A0F2E 0%, #0B0219 100%);
}

[data-theme="light"] .podcast-hero * {
    color: #F8F5FF;
}

[data-theme="light"] .podcast-hero .hero-desc {
    color: #A89EC9;
}

[data-theme="light"] .podcast-hero .hfc-sub {
    color: #6B5B95;
}

[data-theme="light"] .podcast-hero .hero-stat span {
    color: #6B5B95;
}

/* Soundwave Equalizer Bars */
.hero-equalizer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    padding: 0 5%;
    z-index: 0;
    opacity: 0.06;
}

.eq-bar {
    flex: 1;
    max-width: 30px;
    height: var(--h);
    background: var(--accent-primary);
    border-radius: 4px 4px 0 0;
    transform-origin: bottom;
    animation: eqPulse 1.5s ease-in-out infinite alternate;
    animation-delay: var(--d);
}

@keyframes eqPulse {
    0% {
        transform: scaleY(0.2);
        opacity: 0.3;
    }

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

/* Decorative Rings */
.hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(233, 30, 99, 0.08);
    pointer-events: none;
    z-index: 0;
}

.hero-ring-1 {
    width: 600px;
    height: 600px;
    top: -150px;
    right: -100px;
    animation: ringRotate 40s linear infinite;
}

.hero-ring-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -80px;
    border-color: rgba(249, 112, 102, 0.06);
    animation: ringRotate 50s linear infinite reverse;
}

.hero-ring-3 {
    width: 250px;
    height: 250px;
    top: 30%;
    left: 20%;
    border-color: rgba(233, 30, 99, 0.05);
    animation: ringRotate 35s linear infinite;
}

@keyframes ringRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hero Dot Patterns */
.hero-dots {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(233, 30, 99, 0.2) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 0;
}

.hero-dots-1 {
    top: 12%;
    right: 6%;
}

.hero-dots-2 {
    bottom: 18%;
    left: 4%;
    width: 80px;
    height: 80px;
}

.hero-dots-3 {
    top: 55%;
    right: 45%;
    width: 60px;
    height: 60px;
    opacity: 0.5;
}

/* Split Layout */
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left: Text */
.hero-left {
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F97066;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease 0.1s both;
}

.hero-label-dot {
    width: 8px;
    height: 8px;
    background: #F97066;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.hero-title {
    line-height: 1.1;
    margin-bottom: 16px;
    animation: fadeInUp 0.6s ease 0.2s both;
}

.hero-title-top {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1;
}

.hero-title-bottom {
    font-family: 'Caveat', cursive;
    font-size: clamp(3rem, 6vw, 5.5rem);
    color: var(--accent-primary);
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    transform: rotate(-2deg);
    margin-top: 10px;
}

.hero-desc {
    color: #A89EC9;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 440px;
    margin-bottom: 32px;
    animation: fadeInUp 0.6s ease 0.3s both;
}

/* CTA Buttons — UDesign Style */
.hero-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.hero-btn-listen {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--accent-primary) !important;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: var(--font-heading);
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero-btn-listen::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.hero-btn-listen:hover::before {
    width: 300px;
    height: 300px;
}

.hero-btn-listen:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(233, 30, 99, 0.4);
}

.hero-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: var(--font-heading);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Stats Row */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    animation: fadeInUp 0.6s ease 0.5s both;
}

.hero-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    font-family: var(--font-heading);
}

.hero-stat span {
    font-size: 0.8rem;
    color: #6B5B95;
    font-weight: 500;
}

.hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(233, 30, 99, 0.2);
}

/* Right: Image with Glow Rings */
.hero-right {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.hero-image-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
}

/* Glowing purple ring behind image */
.hero-glow-ring {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border-radius: 50%;
    border: 2px solid rgba(233, 30, 99, 0.3);
    box-shadow: 0 0 60px rgba(233, 30, 99, 0.15), inset 0 0 60px rgba(233, 30, 99, 0.05);
    z-index: 0;
    animation: glowPulse 4s ease-in-out infinite;
}

.hero-glow-ring-2 {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    border-color: rgba(233, 30, 99, 0.1);
    box-shadow: 0 0 80px rgba(233, 30, 99, 0.08);
    animation-delay: -2s;
    animation-duration: 5s;
}

@keyframes glowPulse {

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

    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

.hero-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    animation: fadeInRight 0.8s ease 0.3s both;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* Floating Mini Cards */
.hero-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(20, 8, 48, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    z-index: 3;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.hero-float-card-1 {
    bottom: 15%;
    left: -20px;
    animation: floatCard 4s ease-in-out infinite;
}

.hero-float-card-2 {
    top: 10%;
    right: -10px;
    animation: floatCard 4.5s ease-in-out infinite reverse;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.hfc-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(233, 30, 99, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hfc-icon .lucide {
    width: 20px;
    height: 20px;
    color: var(--accent-primary);
}

.hfc-icon-coral {
    background: rgba(249, 112, 102, 0.2);
}

.hfc-icon-coral .lucide {
    color: #F97066;
}

.hfc-title {
    font-size: 1rem;
    font-weight: 800;
    font-family: var(--font-heading);
    line-height: 1.2;
}

.hfc-sub {
    font-size: 0.72rem;
    color: #6B5B95;
}

/* Scrolling Soundwave Bottom */
.hero-wave-scroller {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
    line-height: 0;
}

.hero-wave-track {
    display: flex;
    width: max-content;
    animation: scrollWave 40s linear infinite;
}

.hero-wave-track img {
    height: auto;
    object-fit: cover;
    pointer-events: none;
}

@keyframes scrollWave {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

@keyframes pulse {

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

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}




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

@media (max-width: 768px) {
    .podcast-hero {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .hero-split {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-image-wrap {
        max-width: 340px;
    }

    .hero-float-card-1 {
        left: 0;
        bottom: 5%;
    }

    .hero-float-card-2 {
        right: 0;
        top: 5%;
    }

    .hero-circle-1 {
        width: 300px;
        height: 300px;
    }

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

    .hero-dots {
        display: none;
    }

    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .welcome-image img {
        height: 280px;
    }

    .hosts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .host-card {
        padding: 20px 14px;
    }

    .host-avatar {
        width: 90px;
        height: 90px;
    }

    .store-btn {
        min-width: 160px;
        padding: 12px 20px;
    }

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

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

    .hero-blob-3 {
        width: 120px;
        height: 120px;
    }

    .dots-pattern {
        display: none;
    }

    .newsletter-form {
        flex-direction: column;
        border-radius: var(--radius-lg);
    }

    .newsletter-form .btn {
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
        width: 100%;
        justify-content: center;
    }

    .search-box {
        flex-direction: column;
        border-radius: var(--radius-lg);
    }

    .search-box button {
        justify-content: center;
        padding: 12px;
    }

    .download-section {
        padding: 50px 0;
    }

    .hosts-section {
        padding: 50px 0;
    }

    .newsletter-section {
        padding: 50px 0;
    }

    .welcome-section {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .hosts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .host-card {
        padding: 16px 10px;
    }

    .host-avatar {
        width: 72px;
        height: 72px;
    }

    .host-card h3 {
        font-size: 0.9rem;
    }

    .store-buttons {
        flex-direction: column;
        align-items: center;
    }

    .store-btn {
        width: 100%;
        max-width: 260px;
    }
}

/* ══════════════════════════════════════
   WHAT READERS SAY (TESTIMONIALS)
   ══════════════════════════════════════ */
.testimonials-section {
    background: transparent;
    padding: 20px 0 80px 0;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-content {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: scroll-marquee 35s linear infinite;
    padding: 15px 0;
}

.review-card {
    background-color: var(--bg-elevated);
    border: 1px solid var(--border);
    width: 350px;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: var(--shadow-card);
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
    user-select: none;
    cursor: default;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
    border-color: var(--accent-primary);
}

.stars {
    color: #F59E0B;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.review-text {
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 500;
    margin: 0;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 5px;
}

.reviewer-name {
    font-weight: 800;
    color: var(--text-primary);
    font-size: 1.05rem;
    margin: 0;
}

.reviewer-role {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-secondary);
    letter-spacing: 0.05em;
    margin: 0;
}

@keyframes scroll-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 10px 0 50px 0;
    }

    .review-card {
        width: 290px;
        padding: 24px;
    }

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

    .marquee-wrapper {
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }
}

/* ══════════════════════════════════════
   PREMIUM AUTH HEADER ICONS
   ══════════════════════════════════════ */
.user-nav-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-profile-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px 6px 6px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.user-profile-pill:hover {
    border-color: var(--accent-primary);
    background: rgba(233, 30, 99, 0.08);
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.15);
    transform: translateY(-1px);
}

.user-avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background: var(--accent-primary) border-box;
}

.user-avatar-placeholder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(233, 30, 99, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-primary);
}

.user-avatar-placeholder .lucide {
    width: 16px;
    height: 16px;
}

.user-name-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.logout-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logout-icon-btn:hover {
    background: rgba(233, 30, 99, 0.1);
    border-color: var(--accent-primary);
    color: var(--accent-primary);
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.2);
}

.logout-icon-btn:hover .lucide {
    transform: translateX(2px);
    transition: transform 0.3s;
}

.logout-icon-btn .lucide {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.nav-login-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: transparent;
    color: var(--accent-primary);
    border: 2px solid var(--accent-primary);
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-login-btn:hover {
    background: var(--accent-primary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
    transform: translateY(-2px);
}

.nav-login-btn .lucide {
    width: 18px;
    height: 18px;
}

/* ══════════════════════════════════════
   PLAYER CARD DESIGN (Rockstar Reference)
   ══════════════════════════════════════ */
.player-card {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: var(--text-primary);
    width: 100%;
}

.player-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-elevated);
    border-color: var(--accent-primary);
}

.pc-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.pc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-image-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, var(--bg-secondary) 0%, transparent 100%);
    pointer-events: none;
}

.pc-menu-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: var(--bg-glass);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    color: var(--text-primary);
}

.pc-menu-btn:hover {
    color: var(--accent-primary);
    border-color: var(--accent-primary);
}

.pc-menu-btn .lucide {
    width: 18px;
    height: 18px;
}

.pc-content {
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.pc-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-icon-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.pc-icon-btn:hover {
    color: var(--accent-primary);
}

.pc-text {
    text-align: center;
    flex: 1;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-title {
    font-size: 1.15rem;
    font-weight: 800;
    font-family: var(--font-heading);
    margin-bottom: 2px;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pc-author {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.pc-progress {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: auto;
}

.pc-progress-bar {
    width: 100%;
    height: 4px;
    background: var(--border);
    border-radius: 4px;
    overflow: hidden;
}

.pc-progress-fill {
    width: 30%;
    height: 100%;
    background: var(--accent-primary);
    border-radius: 4px;
}

.pc-time-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.pc-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.pc-ctrl-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-ctrl-btn:hover {
    color: var(--accent-primary);
}

.pc-ctrl-btn .lucide {
    width: 20px;
    height: 20px;
}

.pc-play-btn {
    width: 48px;
    height: 48px;
    background: var(--accent-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.pc-play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.pc-play-btn .lucide {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Force 4 columns on PC */
@media (min-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* ══════════════════════════════════════
   GLOBAL DARK NAVBAR OVERRIDE
   ══════════════════════════════════════ */
.navbar {
    background-color: #0B0219 !important;
    top: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.navbar .navbar-brand span {
    color: #fff !important;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar .mobile-menu-btn {
    color: #fff !important;
}

.navbar #navLoginBtn {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
}

/* ══════════════════════════════════════
   MOBILE RESPONSIVE — COMPREHENSIVE
   ══════════════════════════════════════ */

/* ── Mobile Menu Dark Drawer ── */
@media (max-width: 768px) {
    .navbar .nav-links {
        background: #0B0219 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    .navbar .nav-links .nav-link {
        padding: 14px 18px !important;
        font-size: 1rem !important;
        border-radius: 10px !important;
    }

    .navbar .nav-links .nav-link:hover,
    .navbar .nav-links .nav-link.active {
        background: rgba(139, 92, 246, 0.15) !important;
    }

    .navbar .nav-links #navLoginBtn {
        text-align: center !important;
        margin-top: 12px !important;
        padding: 14px 24px !important;
        border-radius: 30px !important;
    }

    /* ── Mobile Overlay ── */
    .mobile-nav-overlay.active {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 997;
    }

    /* ── Hero Section Mobile ── */
    .podcast-hero {
        min-height: auto !important;
        padding: 80px 0 50px !important;
    }

    .hero-split {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center;
    }

    .hero-left {
        order: 1;
    }

    .hero-right {
        order: 2;
    }

    .hero-title-top {
        font-size: 1.6rem !important;
        letter-spacing: 1px !important;
    }

    .hero-title-bottom {
        font-size: 2.8rem !important;
    }

    .hero-desc {
        max-width: 100% !important;
        margin: 0 auto 24px !important;
        font-size: 0.95rem !important;
    }

    .hero-cta {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .hero-btn-listen,
    .hero-btn-ghost {
        padding: 12px 24px !important;
        font-size: 0.95rem !important;
    }

    .hero-stats {
        justify-content: center !important;
        gap: 16px !important;
    }

    .hero-stat strong {
        font-size: 1.3rem !important;
    }

    .hero-image-wrap {
        max-width: 280px !important;
        margin: 0 auto !important;
    }

    .hero-float-card {
        display: none !important;
    }

    .hero-equalizer {
        height: 40% !important;
    }

    .hero-ring,
    .hero-dots {
        display: none !important;
    }

    /* ── Player Cards Mobile ── */
    .player-card {
        min-height: auto !important;
    }

    .pc-img {
        aspect-ratio: 4/3 !important;
    }

    .pc-title {
        font-size: 0.95rem !important;
    }

    .pc-price {
        font-size: 0.85rem !important;
    }

    .pc-play-btn {
        width: 40px !important;
        height: 40px !important;
    }

    .pc-ctrl-btn .lucide {
        width: 16px !important;
        height: 16px !important;
    }

    .pc-controls {
        gap: 16px !important;
    }

    /* ── Product Grid 2 Columns Mobile ── */
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    /* ── Welcome Section ── */
    .welcome-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .welcome-image img {
        height: 240px !important;
    }

    /* ── Section Headers ── */
    .section-header h2 {
        font-size: 1.3rem !important;
    }

    /* ── Hosts Grid ── */
    .hosts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .host-card {
        padding: 16px 12px !important;
    }

    .host-avatar {
        width: 80px !important;
        height: 80px !important;
    }

    /* ── Download Section ── */
    .store-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }

    .store-btn {
        width: 100% !important;
        max-width: 280px !important;
    }

    /* ── Testimonials ── */
    .review-card {
        width: 270px !important;
        padding: 20px !important;
    }

    .review-text {
        font-size: 0.9rem !important;
    }

    /* ── Newsletter ── */
    .newsletter-form {
        flex-direction: column !important;
        border-radius: 14px !important;
    }

    .newsletter-form .btn {
        border-radius: 0 0 14px 14px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    /* ── Footer ── */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: center !important;
    }

    .footer-col .social-links {
        justify-content: center !important;
    }

    /* ── Audio Player Bar Mobile ── */
    .audio-player-bar {
        padding: 0 10px !important;
        height: 60px !important;
    }

    .player-volume {
        display: none !important;
    }

    .progress-bar-container {
        display: none !important;
    }

    .player-meta .player-title {
        max-width: 100px !important;
        font-size: 0.78rem !important;
    }

    .player-meta .player-author {
        font-size: 0.65rem !important;
    }

    .player-thumb {
        width: 38px !important;
        height: 38px !important;
    }

    /* ── Product Detail Page ── */
    .product-detail {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .product-cover {
        max-width: 240px !important;
        margin: 0 auto !important;
    }

    .product-price-big {
        font-size: 1.6rem !important;
    }

    .product-actions {
        flex-direction: column !important;
    }

    .product-actions .btn {
        width: 100% !important;
        justify-content: center !important;
    }

    /* ── Rating Section ── */
    .reviews-summary {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: flex-start !important;
    }

    .interactive-stars .star-btn svg {
        width: 28px !important;
        height: 28px !important;
    }

    /* ── Checkout Page ── */
    .checkout-layout {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* ── Pricing Cards ── */
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* ── Admin Dashboard ── */
    .admin-sidebar {
        display: none !important;
    }

    .admin-sidebar.mobile-open {
        display: flex !important;
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 999 !important;
        width: 100% !important;
        background: var(--bg-secondary) !important;
    }

    .admin-main {
        margin-left: 0 !important;
        padding: 16px !important;
    }

    .stat-cards {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    /* ── Search Box ── */
    .search-box {
        flex-direction: column !important;
        border-radius: 14px !important;
    }

    .search-box input {
        border-radius: 14px 14px 0 0 !important;
    }

    .search-box button {
        border-radius: 0 0 14px 14px !important;
        justify-content: center !important;
        padding: 12px !important;
    }

    /* ── Category Chips Scroll ── */
    .category-chips {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        padding-bottom: 6px !important;
    }

    .category-chips::-webkit-scrollbar {
        display: none !important;
    }

    .chip {
        flex-shrink: 0 !important;
        font-size: 0.78rem !important;
        padding: 6px 14px !important;
    }

    /* ── Page Header Banner ── */
    .page-header-banner {
        padding: 24px 0 32px !important;
    }

    .page-header-banner h2 {
        font-size: 1.3rem !important;
    }
}

/* ── Extra Small Devices (480px and below) ── */
@media (max-width: 480px) {
    .hero-title-top {
        font-size: 1.3rem !important;
    }

    .hero-title-bottom {
        font-size: 2.2rem !important;
    }

    .hero-btn-listen,
    .hero-btn-ghost {
        padding: 10px 20px !important;
        font-size: 0.88rem !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .hero-cta {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hero-stats {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .hosts-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .host-card {
        padding: 14px 8px !important;
    }

    .host-avatar {
        width: 64px !important;
        height: 64px !important;
    }

    .host-card h3 {
        font-size: 0.85rem !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .stat-cards {
        grid-template-columns: 1fr 1fr !important;
    }

    .stat-card .stat-value {
        font-size: 1.2rem !important;
    }

    /* Player Cards smaller */
    .pc-title {
        font-size: 0.85rem !important;
    }

    .pc-author {
        font-size: 0.7rem !important;
    }

    .pc-play-btn {
        width: 36px !important;
        height: 36px !important;
    }

    .pc-controls {
        gap: 12px !important;
    }

    /* Review cards */
    .review-card {
        width: 250px !important;
        padding: 16px !important;
    }
}

/* ── Ultra Small (360px and below) ── */
@media (max-width: 360px) {
    .container {
        padding: 0 10px !important;
    }

    .hero-title-top {
        font-size: 1.1rem !important;
    }

    .hero-title-bottom {
        font-size: 1.9rem !important;
    }

    .hero-stat strong {
        font-size: 1.1rem !important;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
    }

    .pc-title {
        font-size: 0.78rem !important;
    }

    .navbar .navbar-brand span {
        font-size: 0.95rem !important;
    }
}