/* =============================================
   SESLENDIRELIM - ANA STIL DOSYASI
   Modern, Premium, Koyu Tema
   ============================================= */

/* === CSS VARIABLES === */
/* === CSS VARIABLES === */
:root {
    --primary: #ff2d2d;
    --primary-light: #ff5c5c;
    --primary-dark: #cc0000;
    --primary-glow: rgba(255, 45, 45, 0.2);

    --secondary: #ffffff;
    --secondary-light: #f8f9fa;

    --gold: #d4af37;
    --gold-light: #f1c40f;
    --gold-glow: rgba(212, 175, 55, 0.25);

    --accent: #ff2d2d;
    --accent-light: #ff5c5c;
    --accent-glow: rgba(255, 45, 45, 0.2);

    --gold: #d4af37;
    --gold-light: #f1c40f;
    --gold-glow: rgba(212, 175, 55, 0.25);

    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --info: #ff2d2d;
    --cyan: #d4af37;

    /* Dark Theme Base - Deeper & Modern */
    --bg-dark: #030305;
    --bg-card: rgba(17, 17, 24, 0.7);
    --bg-card-hover: rgba(25, 25, 35, 0.85);
    --bg-glass: rgba(10, 10, 15, 0.75);
    --bg-input: #0f0f15;

    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    --text-muted: #71717a;

    --border-color: rgba(255, 255, 255, 0.1);
    --border-glow: rgba(255, 45, 45, 0.3);

    /* Gradients - Ultra Premium */
    --gradient-primary: linear-gradient(135deg, #ff2d2d 0%, #e11d48 100%);
    --gradient-accent: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
    --gradient-hero: radial-gradient(circle at 0% 0%, rgba(255, 45, 45, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.08) 0%, transparent 40%),
        #030305;

    --shadow-glow: 0 0 30px rgba(255, 45, 45, 0.15);
    --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.5);
    --shadow-premium: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.1) inset;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 40px;

    --font-primary: 'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Outfit', sans-serif;

    --transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* === LIGHT THEME (Dirty White / Rakı Beyazı) === */
[data-theme="light"] {
    --bg-dark: #f4f4f7;
    /* Dirty/Milky White */
    --bg-card: #ffffff;
    /* Pure White */
    --bg-card-hover: #fcfcfc;
    --bg-glass: rgba(255, 255, 255, 0.9);
    --bg-input: #ffffff;

    --text-primary: #111111;
    --text-secondary: #444444;
    --text-muted: #666666;

    --border-color: rgba(0, 0, 0, 0.08);
    --border-glow: rgba(255, 45, 32, 0.15);

    --gradient-hero: linear-gradient(180deg, #f4f4f7 0%, #ebebf0 100%);
    --gradient-card: linear-gradient(145deg, #ffffff, #fcfcfc);

    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Light Theme Navbar Override */
[data-theme="light"] .glass-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .navbar-brand .text-white {
    color: #111 !important;
    /* Make "ses" text black in light mode */
}

[data-theme="light"] .nav-link {
    color: #555 !important;
}

[data-theme="light"] .nav-link:hover,
[data-theme="light"] .nav-link.active {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .nav-link:hover,
[data-theme="light"] .nav-link.active {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.05);
}

/* Light Theme Scrolled Navbar */
[data-theme="light"] .glass-navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .glass-navbar.scrolled .nav-link {
    color: #333 !important;
}

[data-theme="light"] .glass-navbar.scrolled .nav-link:hover,
[data-theme="light"] .glass-navbar.scrolled .nav-link.active {
    color: #000 !important;
}

[data-theme="light"] .glass-navbar.scrolled .navbar-brand .text-white {
    color: #000 !important;
}

/* Light Theme Dropdown */
[data-theme="light"] .glass-dropdown {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .glass-dropdown .dropdown-item {
    color: #333;
}

[data-theme="light"] .glass-dropdown .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}

[data-theme="light"] .dropdown-divider {
    border-top-color: rgba(0, 0, 0, 0.1);
}

/* Light Theme Buttons */
[data-theme="light"] .btn-outline-glow {
    color: var(--primary);
    border-color: var(--primary);
}

[data-theme="light"] .btn-outline-glow:hover {
    background: var(--primary);
    color: white;
}

[data-theme="light"] .text-secondary {
    color: #555 !important;
}

[data-theme="light"] .text-muted {
    color: #777 !important;
}

[data-theme="light"] .form-control,
[data-theme="light"] .form-select {
    background: #ffffff;
    border: 1px solid #ddd;
    color: #333;
}

[data-theme="light"] .form-control:focus,
[data-theme="light"] .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 45, 32, 0.1);
}

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-primary);
    background: var(--bg-dark);
    color: var(--text-primary);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: var(--primary);
    color: white;
}

/* === GLASSMORPHISM UTILITIES === */
.glass-panel {
    background: var(--bg-glass);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
}

.glass-panel-light {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* === SCROLLBAR === */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--primary-dark), var(--primary));
    border-radius: 5px;
    border: 2px solid var(--bg-dark);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light);
}

/* === GLASS NAVBAR === */
.glass-navbar {
    background: rgba(5, 5, 5, 0.7) !important;
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    transition: var(--transition);
    z-index: 1050;
}

.glass-navbar.scrolled {
    background: var(--bg-glass) !important;
    padding: 0.7rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.brand-icon {
    /* Removed background/box styles */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    /* Increased size */
    color: white;
    font-family: var(--font-display);
    letter-spacing: -1px;
    /* Tighter letter spacing */
}

.brand-text {
    /* Removed gradient text styles */
    display: none;
    /* We are using the icon container for the full logo now */
}

.navbar .nav-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1.25rem !important;
    border-radius: var(--radius-md);
    transition: var(--transition);
    position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--text-primary) !important;
    background: rgba(255, 51, 51, 0.08);
    /* Subtle red tint */
}

.glass-dropdown {
    background: rgba(18, 18, 26, 0.95) !important;
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    padding: 0.5rem;
}

.glass-dropdown .dropdown-item {
    color: var(--text-secondary);
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    transition: var(--transition);
}

.glass-dropdown .dropdown-item:hover {
    background: rgba(124, 58, 237, 0.15);
    color: var(--text-primary);
}

.user-avatar-sm {
    font-size: 1.5rem;
    color: var(--primary-light);
}

/* === BUTTONS === */
.btn-gradient-primary {
    background: var(--gradient-primary);
    color: white;
    border: none;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px -5px rgba(255, 51, 51, 0.4);
}

.btn-gradient-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -5px rgba(255, 51, 51, 0.6);
    color: white;
}

.btn-outline-glow {
    background: transparent;
    color: var(--text-primary);
    border: 1.5px solid var(--border-color);
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    backdrop-filter: blur(5px);
}

.btn-outline-glow:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--primary-light);
    color: white;
    box-shadow: 0 0 20px rgba(255, 51, 51, 0.1);
}

.bg-gradient-primary {
    background: var(--gradient-primary) !important;
}

/* === MAIN CONTENT === */
.main-content {
    flex: 1;
    padding-top: 76px;
}

/* === HERO SECTION === */
.hero-section {
    background: var(--gradient-hero);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(6, 182, 212, 0.06) 0%, transparent 50%);
    animation: heroFloat 20s ease-in-out infinite;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(2%, -3%) rotate(1deg);
    }

    50% {
        transform: translate(-1%, 2%) rotate(-1deg);
    }

    75% {
        transform: translate(3%, 1%) rotate(0.5deg);
    }
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.hero-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary-light);
    border-radius: 50%;
    opacity: 0.3;
    animation: particleFloat 15s infinite linear;
}

.hero-particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.hero-particle:nth-child(2) {
    left: 20%;
    top: 80%;
    animation-delay: 2s;
    animation-duration: 18s;
}

.hero-particle:nth-child(3) {
    left: 30%;
    top: 40%;
    animation-delay: 4s;
}

.hero-particle:nth-child(4) {
    left: 50%;
    top: 60%;
    animation-delay: 1s;
    animation-duration: 20s;
}

.hero-particle:nth-child(5) {
    left: 60%;
    top: 10%;
    animation-delay: 3s;
    animation-duration: 14s;
}

.hero-particle:nth-child(6) {
    left: 70%;
    top: 70%;
    animation-delay: 5s;
}

.hero-particle:nth-child(7) {
    left: 80%;
    top: 30%;
    animation-delay: 2s;
    animation-duration: 16s;
}

.hero-particle:nth-child(8) {
    left: 90%;
    top: 50%;
    animation-delay: 4s;
    animation-duration: 22s;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    90% {
        opacity: 0.2;
    }

    100% {
        transform: translateY(-100px) scale(1.5);
        opacity: 0;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary-light);
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease;
}

.hero-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-title .gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 580px;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-buttons .btn {
    padding: 14px 32px;
    font-size: 1rem;
    border-radius: 12px;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.hero-visual {
    position: relative;
    animation: fadeInRight 1s ease 0.5s both;
}

.hero-waveform {
    position: relative;
    width: 100%;
    padding: 40px;
}

.waveform-container {
    background: var(--gradient-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 30px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.waveform-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.waveform-bars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 120px;
    margin: 20px 0;
}

.waveform-bar {
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
    animation: waveformPulse 1.2s ease-in-out infinite;
    opacity: 0.8;
}

.waveform-bar:nth-child(even) {
    animation-delay: 0.2s;
    background: var(--gradient-accent);
    /* Mixed colors for premium feel */
}

.waveform-bar:nth-child(odd) {
    animation-delay: 0.1s;
}

.waveform-bar:nth-child(3n) {
    animation-delay: 0.3s;
}

.waveform-bar:nth-child(5n) {
    animation-delay: 0.5s;
}

.waveform-bar:nth-child(7n) {
    animation-delay: 0.2s;
}

@keyframes waveformPulse {

    0%,
    100% {
        transform: scaleY(0.3);
        opacity: 0.5;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.waveform-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.waveform-info span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.waveform-play-btn {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.waveform-play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(124, 58, 237, 0.5);
}

/* Floating elements around hero visual */
.float-element {
    position: absolute;
    background: var(--bg-glass);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    animation: float 6s ease-in-out infinite;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.float-element.el-1 {
    top: 10%;
    right: -10%;
    animation-delay: 0s;
}

.float-element.el-2 {
    bottom: 15%;
    left: -5%;
    animation-delay: 2s;
}

.float-element.el-3 {
    top: 40%;
    right: -20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.float-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.float-icon.purple {
    background: rgba(124, 58, 237, 0.2);
    color: var(--primary-light);
}

.float-icon.cyan {
    background: rgba(6, 182, 212, 0.2);
    color: var(--secondary-light);
}

.float-icon.amber {
    background: rgba(245, 158, 11, 0.2);
    color: var(--accent-light);
}

/* === SECTIONS === */
.section {
    padding: 80px 0;
    position: relative;
}

.section-dark {
    background: var(--bg-card);
}

.section-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 3rem;
}

/* === CARDS === */
.glass-card {
    background: var(--gradient-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition);
}

.glass-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-glow);
    box-shadow: var(--shadow-glow);
}

.glass-card:hover::before {
    opacity: 1;
}

.service-card-hover {
    transition: var(--transition);
    cursor: pointer;
    border: 1px solid var(--border-color);
}

.service-card-hover:hover {
    transform: translateY(-8px) !important;
    background: var(--bg-card-hover);
    border-color: var(--primary-light);
    box-shadow: var(--shadow-glow);
}

.service-card-hover:hover .card-icon {
    background: var(--gradient-primary);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 51, 51, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-light);
    margin-bottom: 1.2rem;
    transition: var(--transition);
}

/* === VOICE CARD (Seslendirmen kartı) === */
.stat-card {
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    height: 100%;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at top right, rgba(255, 51, 51, 0.05), transparent);
    pointer-events: none;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-glow);
    box-shadow: var(--shadow-premium);
}

/* === BIBERSA-STYLE VOICE CARDS === */
.voice-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.28s ease;
    position: relative;
}

.voice-card:hover {
    transform: translateY(-5px);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(99, 102, 241, 0.12);
}

/* Top strip */
.voice-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #06b6d4);
    opacity: 0;
    transition: opacity 0.28s;
}

.voice-card:hover::before {
    opacity: 1;
}

.voice-card-header {
    padding: 18px 18px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(160deg, rgba(30, 30, 50, 0.6) 0%, rgba(18, 18, 30, 0.4) 100%);
    position: relative;
}

/* ---- Artist avatar with illustration ---- */
.voice-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    background: #111;
    transition: transform 0.3s ease;
}

.voice-card:hover .voice-avatar {
    transform: scale(1.05);
    border-color: var(--primary-light);
}

.voice-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Legacy fallback */
.avatar-silhouette.male {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2035 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 50 C 80 50, 75 65, 75 80 C 75 110, 125 110, 125 80 C 125 65, 120 50, 100 50' fill='white' /%3E%3Cpath d='M60 160 C 60 130, 140 130, 140 160' fill='white' /%3E%3C/svg%3E");
}

.avatar-silhouette.female {
    background: linear-gradient(135deg, #4a1060 0%, #2d0a40 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 45 C 75 45, 65 65, 65 90 C 65 120, 75 125, 100 125 C 125 125, 135 120, 135 90 C 135 65, 125 45, 100 45 Z' fill='white' /%3E%3Cpath d='M60 160 C 60 140, 140 140, 140 160' fill='white' /%3E%3C/svg%3E");
}

.avatar-silhouette {
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* Artist info block */
.voice-artist-info {
    flex: 1;
    min-width: 0;
}

.voice-artist-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    text-decoration: none;
    display: block;
}

.voice-artist-name:hover {
    color: #a5b4fc;
}

.voice-artist-code {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.voice-gender-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.67rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.voice-gender-badge.male {
    background: rgba(59, 130, 246, 0.18);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.voice-gender-badge.female {
    background: rgba(236, 72, 153, 0.18);
    color: #f9a8d4;
    border: 1px solid rgba(236, 72, 153, 0.25);
}

.voice-card-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.voice-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fbbf24;
}

.voice-orders {
    font-size: 0.67rem;
    color: rgba(255, 255, 255, 0.3);
}

/* Card body */
.voice-card-body {
    padding: 12px 18px 16px;
}

.voice-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.voice-tag {
    padding: 2px 9px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 600;
    color: #a5b4fc;
    text-transform: capitalize;
}

/* Card footer */
.voice-card-footer {
    padding: 10px 18px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* === PREMIUM CUSTOM AUDIO PLAYER === */
.custom-audio-player {
    background: rgba(15, 15, 25, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.custom-audio-player:hover {
    background: rgba(25, 25, 40, 0.8);
    border-color: rgba(255, 51, 51, 0.3);
    transform: translateX(4px);
}

/* ──────────────────────────────────────────────────────────────────────────
   PREMIUM CUSTOM AUDIO PLAYER (Studio-Scale)
────────────────────────────────────────────────────────────────────────── */
.custom-audio-player {
    background: rgba(18, 18, 24, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.custom-audio-player:hover {
    border-color: rgba(255, 45, 32, 0.2);
    background: rgba(18, 18, 24, 0.85);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.custom-audio-player.compact {
    padding: 10px;
}

/* Metadata */
.ap-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 4px;
}

.ap-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.ap-type-badge {
    font-size: 0.6rem;
    background: rgba(255, 45, 32, 0.1);
    border: 1px solid rgba(255, 45, 32, 0.2);
    padding: 1px 6px;
    border-radius: 4px;
    color: var(--primary-light);
    font-weight: 600;
    text-transform: uppercase;
}

.player-container {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

/* Play/Pause Button */
.player-btn-play {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--gradient-primary);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255, 45, 32, 0.3);
    cursor: pointer;
    position: relative;
}

.player-btn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 45, 32, 0.5);
}

.player-btn-play:active {
    transform: translateY(0);
}

.player-btn-play.playing {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.player-btn-play.loading::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid transparent;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: ap-spin 1s linear infinite;
}

@keyframes ap-spin {
    to {
        transform: rotate(360deg);
    }
}

/* VU Bars Visualization */
.ap-vu-wrap {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 24px;
    margin: 0 4px;
    flex: 1;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.playing .ap-vu-wrap {
    opacity: 1;
}

.ap-vu-bar {
    flex: 1;
    min-width: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
    height: 4px;
}

/* Progress Section */
.player-progress-section {
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    height: 3px;
    display: flex;
    align-items: center;
}

.custom-audio-player:hover .player-progress-section {
    bottom: -8px;
}

.player-progress-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.player-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--gradient-primary);
    width: 0%;
    box-shadow: 0 0 10px rgba(255, 45, 32, 0.5);
}

/* Time tooltips/labels (optional depending on space) */
.player-time {
    display: none;
    /* Hide in compact view to keep it clean */
}

/* Volume Control */
.player-volume {
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.3;
    transition: opacity 0.3s;
    margin-left: auto;
}

.player-volume:hover {
    opacity: 1;
}

.player-btn-volume {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
    font-size: 0.9rem;
    cursor: pointer;
}

.player-volume-slider {
    width: 50px;
    height: 2px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
    outline: none;
}

.player-volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Stream indicator */
.custom-audio-player.stream .player-progress-section {
    display: none;
}

.player-error-message {
    font-size: 0.65rem;
    color: #ef4444;
    margin-top: 5px;
    display: none;
    text-align: center;
}


/* === HOW IT WORKS === */
.step-card {
    text-align: center;
    padding: 2rem 1.5rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    color: white;
    margin: 0 auto 1.2rem;
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed rgba(124, 58, 237, 0.2);
    animation: spin 20s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* === AUTH PAGES === */
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0 40px;
    background: var(--gradient-hero);
}

.auth-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    box-shadow: var(--shadow-card);
}

.auth-card-wide {
    max-width: 680px;
}

.auth-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

/* === FORM ELEMENTS === */
.form-control,
.form-select {
    background: var(--bg-input) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    transition: var(--transition) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15) !important;
}

.form-control::placeholder {
    color: var(--text-muted) !important;
}

.form-label {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

textarea.form-control {
    min-height: 120px;
}

/* === DASHBOARD === */
.dashboard-page {
    padding-top: 100px;
    padding-bottom: 40px;
    min-height: 100vh;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.stat-icon.purple {
    background: rgba(124, 58, 237, 0.15);
    color: var(--primary-light);
}

.stat-icon.cyan {
    background: rgba(6, 182, 212, 0.15);
    color: var(--secondary-light);
}

.stat-icon.amber {
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-light);
}

.stat-icon.green {
    background: rgba(16, 185, 129, 0.15);
    color: var(--success);
}

.stat-value {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.8rem;
}

.stat-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 2px;
}

/* === TABLE === */
.table-dark-custom {
    background: transparent;
}

.table-dark-custom thead th {
    background: rgba(124, 58, 237, 0.1);
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1rem;
}

.table-dark-custom tbody td {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: 1rem;
    color: var(--text-primary);
    vertical-align: middle;
}

.table-dark-custom tbody tr:hover td {
    background: rgba(124, 58, 237, 0.05);
}

/* === BADGE OVERRIDES === */
.badge {
    font-weight: 500;
    font-size: 0.78rem;
    padding: 5px 12px;
    border-radius: 6px;
}

/* === FOOTER === */
.site-footer {
    background: var(--bg-card);
    border-top: 1px solid var(--border-color);
    position: relative;
}

.footer-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
}

.footer-brand {
    display: flex;
    align-items: center;
    color: var(--text-primary);
}

.footer-heading {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-light);
    padding-left: 5px;
}

.footer-contact li {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-light);
    font-size: 1.1rem;
    text-decoration: none;
    transition: var(--transition);
}

.social-link:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease both;
}

.animate-fadeInDown {
    animation: fadeInDown 0.6s ease both;
}

.animate-fadeInRight {
    animation: fadeInRight 0.6s ease both;
}

.animate-fadeInLeft {
    animation: fadeInLeft 0.6s ease both;
}

.animate-fadeInUp {
    animation: fadeInUp 0.5s ease both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}

/* === SCROLL ANIMATIONS === */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* === ADMIN SIDEBAR (Premium Redesign) === */
.admin-wrapper {
    display: flex;
    min-height: 100vh;
    padding-top: 76px;
}

.admin-sidebar {
    width: 270px;
    background: linear-gradient(180deg, var(--bg-card) 0%, rgba(10, 10, 10, 0.95) 100%);
    border-right: 1px solid var(--border-color);
    padding: 0.5rem 0;
    position: fixed;
    top: 76px;
    bottom: 0;
    overflow-y: auto;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.sidebar-group {
    padding: 0.5rem 0;
}

.sidebar-group+.sidebar-group {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.sidebar-group-label {
    padding: 0.5rem 1.5rem 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    opacity: 0.7;
}

.admin-sidebar .nav-link {
    color: var(--text-secondary);
    padding: 0.7rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
    border-left: 3px solid transparent;
    position: relative;
    margin: 1px 0;
}

.admin-sidebar .nav-link i {
    font-size: 1.05rem;
    width: 20px;
    text-align: center;
    transition: transform 0.2s ease;
}

.admin-sidebar .nav-link:hover {
    color: var(--primary-light);
    background: rgba(255, 45, 32, 0.06);
    border-left-color: rgba(255, 45, 32, 0.3);
}

.admin-sidebar .nav-link:hover i {
    transform: scale(1.1);
}

.admin-sidebar .nav-link.active {
    color: var(--primary);
    background: linear-gradient(90deg, rgba(255, 45, 32, 0.12) 0%, transparent 100%);
    border-left-color: var(--primary);
    font-weight: 600;
}

.admin-sidebar .nav-link.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: var(--primary);
    border-radius: 3px 0 0 3px;
    opacity: 0.5;
}

.sidebar-badge {
    margin-left: auto;
    background: var(--gradient-primary);
    color: white;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
    line-height: 1.4;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.sidebar-footer {
    margin-top: auto;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.sidebar-footer-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--text-muted);
    opacity: 0.5;
}

.admin-content {
    flex: 1;
    margin-left: 270px;
    padding: 1rem 1.25rem;
}

/* === MOBILE ADMIN OFFCANVAS === */
.admin-offcanvas {
    background: var(--bg-card) !important;
    border-right: 1px solid var(--border-color) !important;
    width: 280px !important;
}

.admin-offcanvas .sidebar-group-label {
    padding: 0.5rem 1.2rem 0.3rem;
}

.admin-offcanvas .nav-link {
    color: var(--text-secondary);
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.admin-offcanvas .nav-link:hover,
.admin-offcanvas .nav-link.active {
    color: var(--primary-light);
    background: rgba(255, 45, 32, 0.08);
    border-left-color: var(--primary);
}

.admin-offcanvas .sidebar-badge {
    margin-left: auto;
}

/* === NOTIFICATION BELL === */
.notif-badge {
    font-size: 0.6rem !important;
    padding: 3px 5px !important;
    min-width: 16px;
    animation: badgePulse 2s ease-in-out infinite;
}

.notif-dropdown {
    padding: 0 !important;
    border-radius: 12px !important;
}

.notif-dropdown .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    white-space: normal;
}

.notif-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
    margin-top: 5px;
    box-shadow: 0 0 6px rgba(255, 45, 32, 0.5);
}

/* === LIGHT THEME SIDEBAR === */
[data-theme="light"] .admin-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8fc 100%);
}

[data-theme="light"] .admin-sidebar .nav-link:hover {
    background: rgba(255, 45, 32, 0.05);
}

[data-theme="light"] .admin-sidebar .nav-link.active {
    background: linear-gradient(90deg, rgba(255, 45, 32, 0.08) 0%, transparent 100%);
}

[data-theme="light"] .admin-offcanvas {
    background: #ffffff !important;
}

[data-theme="light"] .sidebar-group+.sidebar-group {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* === 404 PAGE === */
.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--gradient-hero);
}

.error-code {
    font-family: var(--font-display);
    font-size: 8rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

/* === RESPONSIVE === */
@media (max-width: 991.98px) {
    .admin-sidebar {
        display: none;
    }

    .admin-content {
        margin-left: 0;
    }

    .hero-stats {
        gap: 1.5rem;
    }

    .hero-visual {
        display: none;
    }

    .float-element {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .hero-stat {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hero-stat-number {
        font-size: 1.5rem;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .auth-card {
        padding: 1.5rem;
        margin: 0 15px;
    }

    .section {
        padding: 50px 0;
    }

    .stat-card {
        padding: 1.2rem;
    }

    .stat-value {
        font-size: 1.4rem;
    }

    .dashboard-page {
        padding-top: 85px;
    }
}

/* === PANEL-SPECIFIC CARD === */
.panel-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    transition: var(--transition);
    overflow: hidden;
    height: 100%;
}

.panel-card:hover {
    border-color: rgba(124, 58, 237, 0.15);
}

.panel-card-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
}

.panel-card-body {
    padding: 1.5rem;
}

/* === MISC UTILITIES === */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.border-glow {
    border-color: var(--border-glow) !important;
}

.glow-hover:hover {
    box-shadow: var(--shadow-glow);
}

.cursor-pointer {
    cursor: pointer;
}

/* === EMPTY STATE === */
.empty-state {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state-icon {
    font-size: 3rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.empty-state-text {
    color: var(--text-secondary);
    font-size: 1.1rem;
}

/* === ALERT OVERRIDES === */
.alert {
    border-radius: var(--radius);
    border: none;
    font-size: 0.9rem;
}

/* === WHATSAPP FLOAT === */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* === PREMIUM NOTIFICATION SYSTEM === */
.dropdown-notif-main .notif-bell-wrapper {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-notif-main .notif-bell-wrapper:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.notif-bell-icon i {
    font-size: 1.35rem;
    color: var(--text-secondary);
    transition: color 0.3s;
}

.dropdown-notif-main .show .notif-bell-icon i {
    color: var(--primary);
}

.notif-badge-new {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--primary);
    color: white;
    font-size: 10px;
    font-weight: 800;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    z-index: 2;
}

.notif-dropdown {
    width: 380px;
    border-radius: 20px !important;
    overflow: hidden;
    margin-top: 15px !important;
    backdrop-filter: blur(25px) saturate(180%);
    background: rgba(15, 15, 15, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.notif-header {
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notif-header h6 {
    font-family: var(--font-display);
    letter-spacing: 0.5px;
    color: #fff;
}

.mark-all-link {
    font-size: 0.75rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.mark-all-link:hover {
    opacity: 0.8;
}

.notif-list-scroll {
    max-height: 420px;
    overflow-y: auto;
}

.notif-item {
    display: flex;
    padding: 16px 24px;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: background 0.2s;
    position: relative;
    gap: 16px;
}

.notif-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.notif-item.is-new {
    background: rgba(255, 45, 32, 0.03);
}

.notif-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.notif-item-content {
    flex-grow: 1;
    min-width: 0;
}

.notif-item-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.notif-item-msg {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif-item-time {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 4px;
}

.new-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px var(--primary);
}

.notif-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.notif-footer a {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
}

.notif-footer a:hover {
    color: var(--primary);
}

.notif-empty {
    padding: 60px 20px;
    text-align: center;
}

.notif-empty .empty-icon {
    font-size: 2.5rem;
    color: var(--text-muted);
    opacity: 0.3;
    margin-bottom: 15px;
}

.notif-empty p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.bg-current {
    background-color: currentColor !important;
}

.notif-badge-pulse {
    animation: notif-pulse 2s infinite;
    border: 2px solid var(--bg-dark);
    font-size: 0.65rem;
    padding: 3px 6px;
    font-weight: 800;
}

@keyframes notif-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 45, 32, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 45, 32, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 45, 32, 0);
    }
}

.notif-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 0;
}

.notif-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.notif-dropdown .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.x-small {
    font-size: 0.7rem;
}

/* === PREMIUM CLIENT ORDER LIST === */
.order-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-card-premium {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    gap: 20px;
}

.order-card-premium:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: -5px 0 20px var(--primary-glow);
}

.order-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.order-card-info {
    flex-grow: 1;
    min-width: 0;
}

.order-card-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    font-size: 0.95rem;
}

.order-card-meta {
    font-size: 0.75rem;
    color: var(--text-secondary);
    display: flex;
    gap: 12px;
    align-items: center;
}

.order-card-price {
    text-align: right;
    flex-shrink: 0;
}

.order-card-price .main-price {
    font-weight: 800;
    color: #fff;
    display: block;
}

.order-card-price .discount-label {
    font-size: 0.7rem;
    color: var(--primary);
    font-weight: 600;
}

.order-card-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

/* --- Interactive Rating Stars --- */
.premium-rating-container {
    padding: 20px 0;
    text-align: center;
}

.premium-rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
}

.premium-rating-stars input {
    display: none;
}

.premium-rating-stars label {
    cursor: pointer;
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.1);
    transition: all 0.2s;
}

.premium-rating-stars label:before {
    content: '\F58F';
    /* bi-star-fill */
    font-family: 'bootstrap-icons';
}

.premium-rating-stars input:checked~label,
.premium-rating-stars label:hover,
.premium-rating-stars label:hover~label {
    color: #ffc107;
    text-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    transform: scale(1.15);
}

/* Base Styles Refinement */
.badge-glow {
    box-shadow: 0 0 10px currentColor;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Silhouette URL variables */
:root {
    --avatar-male: url('https://cdn-icons-png.flaticon.com/512/3135/3135715.png');
    --avatar-female: url('https://cdn-icons-png.flaticon.com/512/3135/3135789.png');
}

/* === PREMIUM NEW UI CLASSES - REFINED === */
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.glass-card-premium {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.service-card-elite {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem !important;
}

.service-card-elite:hover {
    background: rgba(255, 45, 45, 0.03);
    border-color: var(--primary);
    transform: translateY(-5px);
}

.stat-icon-lg {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Silhouette Avatar Utility */
.avatar-silhouette {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.avatar-silhouette.male {
    background-image: var(--avatar-male);
}

.avatar-silhouette.female {
    background-image: var(--avatar-female);
}

/* Remove Blue Policy */
.bg-primary {
    background-color: var(--primary) !important;
}

.bg-gold {
    background-color: var(--gold) !important;
}

.bg-danger {
    background-color: #e11d48 !important;
}

.text-gold {
    color: var(--gold) !important;
}

.shadow-primary-glow {
    box-shadow: 0 10px 30px rgba(255, 45, 45, 0.3);
}

.shadow-gold-glow {
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.shadow-danger-glow {
    box-shadow: 0 10px 30px rgba(225, 29, 72, 0.3);
}

/* Override any existing blue/cyan */
.bg-cyan,
.bg-info,
.text-cyan,
.text-info {
    background-color: var(--gold) !important;
    color: var(--gold) !important;
}

.bg-purple,
.text-purple {
    background-color: var(--primary) !important;
    color: var(--primary) !important;
}


/* Production Standards */
.production-standard-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 3rem 2rem;
    border-radius: var(--radius-lg);
    position: relative;
    transition: var(--transition);
}

.production-standard-card.active,
.production-standard-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--primary);
    transform: translateY(-5px);
}

.standard-num {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    color: white;
    opacity: 0.05;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    transition: var(--transition);
}

.production-standard-card:hover .standard-num {
    opacity: 0.1;
    color: var(--primary);
}

.leading-relaxed {
    line-height: 1.7;
}

/* Section Brackets / Patterns */
.section-dark {
    position: relative;
}

.section-backdrop {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background: radial-gradient(circle at center, rgba(255, 45, 45, 0.03) 0%, transparent 70%);
    pointer-events: none;
}