* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #8b5cf6;
    --primary-dark: #7c3aed;
    --primary-light: #a78bfa;
    --secondary: #6366f1;
    --dark: #1a1625;
    --darker: #0f0a1e;
    --light: #f8f7ff;
    --gray: #94a3b8;
    --success: #10b981;
    --error: #ef4444;
    --border: rgba(139, 92, 246, 0.2);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #0f0a1e;
    color: #fff;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar */
.navbar {
    background: rgba(26, 22, 37, 0.95);
    backdrop-filter: blur(20px);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--border);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-brand:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

.logo-container {
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(139, 92, 246, 0.6);
    }
}

.logo {
    width: 28px;
    height: 28px;
    border-radius: 6px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
}

.brand-next {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.brand-store {
    color: #fff;
    font-weight: 700;
    margin-left: 2px;
    text-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.nav-links {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.nav-link {
    color: var(--gray);
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 500;
}

.nav-link:hover {
    color: #fff;
    background: rgba(139, 92, 246, 0.1);
}

.nav-link.active {
    color: #fff;
    background: var(--primary);
}

.cart-count {
    background: var(--error);
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

/* Icons */
.discord-icon, .telegram-icon, .cart-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.discord-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0a12.64 12.64 0 0 0-.617-1.25a.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.078.078 0 0 0 .084-.028a14.09 14.09 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13.107 13.107 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10.2 10.2 0 0 0 .372-.292a.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127a12.299 12.299 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028a19.839 19.839 0 0 0 6.002-3.03a.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418z"/></svg>');
}

.telegram-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38z"/></svg>');
}

.cart-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2s-.9-2-2-2zM1 2v2h2l3.6 7.59l-1.35 2.45c-.16.28-.25.61-.25.96c0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12l.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 20 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2s2-.9 2-2s-.9-2-2-2z"/></svg>');
}

.live-chat-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/></svg>');
}

.live-chat-link {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff !important;
    font-weight: 600;
}

.live-chat-link:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-1px);
}

/* Discord Banner */
.discord-banner {
    background: linear-gradient(135deg, #0e010b 0%, #5b0463 100%);
    border-radius: 12px;
    padding: 2rem;
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.discord-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 2rem;
    width: 100%;
}

.discord-banner-text h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #fff;
}

.discord-banner-text p {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.discord-banner-image {
    max-width: 180px;
    max-height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discord-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Main Grid Layout */
.main-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Categories Section */
.categories-section {
    margin-bottom: 3rem;
    overflow: visible;
}

.categories-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.category-card {
    background: rgba(26, 22, 37, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 220px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.5rem;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.3);
    border-color: var(--primary);
}

.category-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: relative;
    z-index: 3;
}

.category-card h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

.category-card p {
    font-size: 1rem;
    color: var(--gray);
    margin: 0;
}

.category-card-image {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 12px;
    padding: 1rem;
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}

.category-card .category-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1a1625;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
}

.category-card .category-btn:hover {
    transform: translateX(3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Featured Products */
.featured-section {
    margin-bottom: 3rem;
}

.featured-section .section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.star-icon {
    font-size: 1.5rem;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
}

.featured-card {
    background: linear-gradient(135deg, #0e010b 0%, #5b0463 100%);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease-out backwards;
    border: 2px solid transparent;
}

.featured-card:nth-child(1) { animation-delay: 0.1s; }
.featured-card:nth-child(2) { animation-delay: 0.2s; }
.featured-card:nth-child(3) { animation-delay: 0.3s; }
.featured-card:nth-child(4) { animation-delay: 0.4s; }
.featured-card:nth-child(5) { animation-delay: 0.5s; }
.featured-card:nth-child(6) { animation-delay: 0.6s; }

.featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.featured-card:hover::before {
    left: 100%;
}

.featured-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 50px rgba(239, 68, 68, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.5);
}

.featured-card:hover .featured-image {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.featured-image {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.featured-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.featured-info {
    padding: 1.2rem;
}

.featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 165, 0, 0.3));
    color: #ffd700;
    padding: 0.3rem 0.8rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    border: 1px solid rgba(255, 215, 0, 0.5);
    animation: pulse 2s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    }
}

.featured-info h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 600;
}

.featured-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
    white-space: pre-line;
    word-wrap: break-word;
}

.featured-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    gap: 8px;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
}

.btn-secondary {
    background: rgba(148, 163, 184, 0.1);
    color: var(--gray);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #fff;
}

.btn-add-cart {
    background: var(--primary);
    color: #fff;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-add-cart::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-add-cart:hover::before {
    width: 300px;
    height: 300px;
}

.btn-add-cart:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.5);
}

.btn-add-cart:active {
    transform: translateY(0) scale(0.95);
}

.btn-block {
    width: 100%;
    text-align: center;
}

/* Sections */
.section-title {
    font-size: 2rem;
    margin: 3rem 0 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.categories-section .section-title {
    margin-top: 2rem;
}

/* Categories */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.category-card {
    position: relative;
    background: #000000;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid rgba(139, 92, 246, 0.5);
    animation: fadeInUp 0.6s ease-out backwards;
}

.category-card:nth-child(1) { animation-delay: 0.1s; }
.category-card:nth-child(2) { animation-delay: 0.2s; }
.category-card:nth-child(3) { animation-delay: 0.3s; }
.category-card:nth-child(4) { animation-delay: 0.4s; }
.category-card:nth-child(5) { animation-delay: 0.5s; }
.category-card:nth-child(6) { animation-delay: 0.6s; }

.category-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 3;
}

.category-card:hover::after {
    left: 100%;
}

.category-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.6), 0 0 30px rgba(139, 92, 246, 0.3);
    border-color: #a78bfa;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60%;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.category-card:hover .category-image {
    transform: translate(-50%, -50%) scale(1.12) rotate(2deg);
    filter: drop-shadow(0 15px 30px rgba(139, 92, 246, 0.5));
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(0, 0, 0, 0.6) 40%, 
        rgba(0, 0, 0, 0.9) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    z-index: 2;
}

.category-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.category-card:hover .category-title {
    color: #a78bfa;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.8);
    transform: translateX(5px);
}

.category-stats {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.category-card:hover .category-stats {
    color: rgba(167, 139, 250, 0.9);
    transform: translateX(5px);
}

.category-stat {
    display: flex;
    align-items: center;
}

.category-stat-separator {
    color: rgba(255, 255, 255, 0.4);
}

.category-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}

.category-price-section {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.category-price-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.category-card:hover .category-price {
    color: #a78bfa;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.8);
    transform: scale(1.1);
}

.category-view-btn {
    background: rgba(60, 60, 80, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 0.65rem 1.8rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.category-view-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.category-card:hover .category-view-btn {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    border-color: #a78bfa;
    transform: translateX(5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.5);
}

.category-card:hover .category-view-btn::before {
    left: 100%;
}

/* Products */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.product-card {
    background: rgba(26, 22, 37, 0.6);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease-out backwards;
    position: relative;
}

.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.15s; }
.product-card:nth-child(3) { animation-delay: 0.2s; }
.product-card:nth-child(4) { animation-delay: 0.25s; }
.product-card:nth-child(5) { animation-delay: 0.3s; }
.product-card:nth-child(6) { animation-delay: 0.35s; }

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.product-card:hover::before {
    left: 100%;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2);
    background: rgba(26, 22, 37, 0.8);
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-card:hover .product-image {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(1.1);
}

.product-info {
    padding: 1.3rem;
}

.product-category {
    color: var(--primary);
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.product-card:hover .product-category {
    color: var(--primary-light);
    transform: translateX(5px);
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.6);
}

.product-name {
    font-size: 1.15rem;
    margin: 0.6rem 0;
    font-weight: 600;
    color: #fff;
}

.product-description {
    color: var(--gray);
    font-size: 0.88rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    white-space: pre-line;
    word-wrap: break-word;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
}

.product-card:hover .product-price {
    color: #a78bfa;
    text-shadow: 0 0 15px rgba(139, 92, 246, 0.8);
    transform: scale(1.1);
}

/* Cart Page */
.cart-page {
    padding: 2rem 0;
}

.cart-page h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.empty-cart {
    text-align: center;
    padding: 4rem 0;
}

.cart-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item {
    background: rgba(26, 22, 37, 0.6);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.3rem;
    display: grid;
    grid-template-columns: 90px 1fr auto auto auto;
    gap: 1.2rem;
    align-items: center;
}

.cart-item:hover {
    border-color: var(--primary);
}

.cart-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.cart-item-info h3 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
}

.cart-item-price {
    color: var(--gray);
    font-size: 0.9rem;
}

.cart-item-total {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.btn-remove {
    background: rgba(239, 68, 68, 0.1);
    color: var(--error);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid rgba(239, 68, 68, 0.3);
    font-size: 0.9rem;
}

.btn-remove:hover {
    background: var(--error);
    color: #fff;
}

.cart-summary {
    background: rgba(26, 22, 37, 0.6);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.8rem;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.cart-summary h2 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.summary-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.checkout-form {
    margin-top: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--gray);
}

.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(26, 22, 37, 0.6);
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary);
    background: rgba(26, 22, 37, 0.8);
}

/* Alerts */
.alert {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-success {
    background: rgba(16, 185, 129, 0.2);
    border: 2px solid var(--success);
    color: var(--success);
}

.alert-error {
    background: rgba(239, 68, 68, 0.2);
    border: 2px solid var(--error);
    color: var(--error);
}

/* Videos Section */
.videos-section {
    margin-bottom: 3rem;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.video-card {
    background: rgba(26, 22, 37, 0.6);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.2s;
}

.video-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
}

.video-thumbnail {
    width: 100%;
    height: 200px;
    background: #000;
}

.video-thumbnail iframe {
    width: 100%;
    height: 100%;
}

.video-info {
    padding: 1.3rem;
}

.video-info h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #fff;
}

.video-info p {
    color: var(--gray);
    font-size: 0.88rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Product Detail Page */
.product-detail {
    margin: 2rem 0;
}

.product-detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.product-detail-image img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--border);
}

.product-detail-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-detail-info h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.product-detail-price {
    background: rgba(139, 92, 246, 0.1);
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-size: 1.1rem;
    color: var(--gray);
}

.price-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-light);
}

@media (max-width: 768px) {
    .product-detail-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Category Page */
.category-header {
    margin: 2rem 0 3rem;
}

.category-header-content {
    text-align: center;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.back-link:hover {
    color: var(--primary-light);
    transform: translateX(-3px);
}

.category-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.category-header p {
    color: var(--gray);
    font-size: 1.1rem;
}

.empty-category {
    text-align: center;
    padding: 4rem 0;
}

.empty-category p {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 2rem;
}

/* Custom Icons - Mor Temalı */
.icon-video, .icon-star, .icon-game, .icon-check, .icon-rocket, .icon-chat, .icon-cart, .icon-lock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.4em;
    position: relative;
    vertical-align: middle;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.icon-video::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background: #000;
    border-radius: 2px;
    box-shadow: inset 0 0 0 2px #000;
}

.icon-video::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    left: 55%;
    transform: translateX(-50%);
}

.icon-star {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.icon-star::before {
    content: '★';
    position: absolute;
    font-size: 1em;
    color: #000;
    font-weight: bold;
}

.icon-game::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 45%;
    background: #000;
    border-radius: 3px;
}

.icon-game::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 20%;
    background: #000;
    border-radius: 50%;
    bottom: 20%;
    left: 20%;
    box-shadow: 10px 0 0 0 #000;
}

.icon-check {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.icon-check::before {
    content: '✓';
    position: absolute;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}

.icon-rocket::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #000;
    top: 25%;
}

.icon-rocket::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #f59e0b;
    border-radius: 50%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: -2px 3px 0 0 #f59e0b, 2px 3px 0 0 #f59e0b;
}

.icon-chat::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 50%;
    background: #000;
    border-radius: 8px;
    top: 20%;
}

.icon-chat::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 25%;
    left: 25%;
}

.icon-cart::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 45%;
    top: 25%;
    left: 20%;
    border: 2px solid #000;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.icon-cart::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    background: #000;
    top: 25%;
    left: 30%;
    border-radius: 2px 2px 0 0;
}

.icon-lock::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 45%;
    bottom: 20%;
    left: 25%;
    background: #000;
    border-radius: 3px;
}

.icon-lock::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 35%;
    top: 15%;
    left: 32.5%;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
}

/* Footer */
.footer {
    background: rgba(26, 22, 37, 0.6);
    padding: 2.5rem 0;
    margin-top: 5rem;
    border-top: 1px solid var(--border);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.footer p {
    color: var(--gray);
    margin: 0;
    font-size: 0.9rem;
}

.footer-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.footer-link:hover {
    color: var(--primary-light);
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Setup Page */
.setup-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.setup-container {
    background: rgba(26, 22, 37, 0.8);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 550px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.setup-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.setup-header h1 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.setup-steps {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.step {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.1);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--gray);
}

.step.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.setup-content h2 {
    margin-bottom: 1.5rem;
}

.setup-complete {
    text-align: center;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    background: var(--success);
    position: relative;
}

.success-icon::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
}

@media (max-width: 968px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-card {
        height: 250px;
    }
    
    .category-title {
        font-size: 1.3rem;
    }
    
    .discord-banner {
        padding: 2rem;
    }
    
    .discord-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .discord-banner-image {
        max-width: 300px;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .category-card {
        height: 280px;
    }
    
    .category-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    
    .category-view-btn {
        width: 100%;
        text-align: center;
    }
    
    .category-card h3 {
        font-size: 1.3rem;
    }
    
    .cart-content {
        grid-template-columns: 1fr;
    }
    
    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 1rem;
    }
    
    .cart-item-quantity,
    .cart-item-total,
    .btn-remove {
        grid-column: 2;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-grid {
        grid-template-columns: 1fr;
    }
    
    .discord-banner {
        padding: 1.5rem;
    }
    
    .discord-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .discord-banner-image {
        max-width: 200px;
    }
    
    .discord-banner-text h2 {
        font-size: 1.3rem;
    }
    
    .videos-grid {
        grid-template-columns: 1fr;
    }
}

/* CSS Icons - Emoji Yerine */
.icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Checkmark Icon (✅) */
.icon-check {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.icon-check::before {
    content: '✓';
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

/* Rocket Icon (🚀) */
.icon-rocket {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.icon-rocket::before {
    content: '↑';
    color: white;
    font-size: 2rem;
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Chat Icon (💬) */
.icon-chat {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.icon-chat::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid white;
    border-radius: 8px;
}

.icon-chat::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid white;
    bottom: 8px;
    left: 20%;
    transform: translateX(-50%);
}

/* Money Icon (💰) */
.icon-money {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.icon-money::before {
    content: '$';
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

/* Game Controller Icon (🎮) */
.icon-game {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

.icon-game::before {
    content: '◉';
    color: white;
    font-size: 2rem;
}

/* Target Icon (🎯) */
.icon-target {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.icon-target::before {
    content: '◎';
    color: white;
    font-size: 2rem;
}

/* Gun Icon (🔫) */
.icon-gun {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(100, 116, 139, 0.3);
}

.icon-gun::before {
    content: '▶';
    color: white;
    font-size: 1.5rem;
}

/* Shield Icon (🛡️) */
.icon-shield {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.icon-shield::before {
    content: '⬟';
    color: white;
    font-size: 2rem;
}

/* Star Icon (⭐) */
.icon-star {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

.icon-star::before {
    content: '★';
    color: white;
    font-size: 2rem;
}

/* Lock Icon (🔒) */
.icon-lock {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.icon-lock::before {
    content: '🔒';
    font-size: 1.5rem;
}
