/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --dark-gradient: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);
    --card-gradient: linear-gradient(145deg, #1e1e2e 0%, #2d2d44 100%);
    --highlight-color: #00d4ff;
    --highlight-secondary: #ff6b6b;
    --text-light: #e0e6ed;
    --text-muted: #a0a6ad;
    --border-color: rgba(255, 255, 255, 0.1);
    --neon-blue: #00d4ff;
    --neon-purple: #9d4edd;
    --neon-green: #39ff14;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: var(--dark-gradient);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Navigation */
.navbar {
    background: rgba(12, 12, 12, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
}

.navbar-brand {
    font-family: 'Orbitron', monospace;
    font-weight: 700;
    color: var(--highlight-color) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: var(--highlight-secondary) !important;
    transform: translateY(-2px);
}

.navbar-text {
    color: var(--text-light) !important;
    font-weight: 500;
}

/* Hero Marketplace */
.hero-marketplace {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.hero-marketplace::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    z-index: 10;
}

.hero-title {
    font-family: 'Orbitron', monospace;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(45deg, #00d4ff, #9d4edd, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}


.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: 'Orbitron', monospace;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--highlight-color);
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-gradient);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

/* Hero Visual */
.hero-visual {
    position: relative;
    z-index: 5;
}

.portfolio-preview {
    position: relative;
    width: 100%;
    height: 400px;
}

.preview-card {
    position: absolute;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    opacity: 0.7;
}

.preview-card.active {
    opacity: 1;
    transform: scale(1.1);
    z-index: 3;
}

.preview-card:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 2;
}

.preview-card:nth-child(2) {
    top: 50px;
    left: 50px;
    z-index: 1;
}

.preview-card:nth-child(3) {
    top: 100px;
    left: 100px;
    z-index: 0;
}

.preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features Section */
.features-section {
    background: rgba(0, 0, 0, 0.3);
    padding: 5rem 0;
}

.feature-card {
    background: var(--card-gradient);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.feature-icon {
    font-size: 3rem;
    color: var(--highlight-color);
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.feature-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Categories Section */
.categories-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.section-title {
    font-family: 'Orbitron', monospace;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    background: linear-gradient(45deg, #00d4ff, #9d4edd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.category-card {
    background: var(--card-gradient);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.5s;
}

.category-card:hover::before {
    left: 100%;
}

.category-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 212, 255, 0.3);
    border-color: var(--highlight-color);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, var(--highlight-color), var(--neon-purple));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-card h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.category-card p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

.category-count {
    background: rgba(0, 212, 255, 0.2);
    color: var(--highlight-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid rgba(0, 212, 255, 0.3);
    margin-bottom: 1.5rem;
}

/* Category Actions */
.category-actions {
    margin-top: auto;
}

.btn-category {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-gradient);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-category::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;
}

.btn-category:hover::before {
    left: 100%;
}

.btn-category:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

/* Portfolio Grid Section */
.portfolio-grid-section {
    min-height: 100vh;
    padding: 5rem 0;
}

.portfolio-card {
    background: var(--card-gradient);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform-origin: center;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: var(--highlight-color);
}

.portfolio-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.btn-preview {
    width: 50px;
    height: 50px;
    background: var(--highlight-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-preview:hover {
    background: var(--highlight-secondary);
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.portfolio-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.portfolio-info h4 {
    font-family: 'Orbitron', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

.portfolio-info p {
    color: var(--text-muted);
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.9rem;
    flex-grow: 1;
}

.portfolio-features {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.feature-tag {
    background: rgba(0, 212, 255, 0.2);
    color: var(--highlight-color);
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
    font-weight: 500;
}

.portfolio-price {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--highlight-color);
    margin-bottom: 1rem;
}

.portfolio-actions {
    display: flex;
    gap: 0.8rem;
    margin-top: auto;
}

.btn-view,
.btn-buy {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-view {
    background: transparent;
    color: var(--highlight-color);
    border: 2px solid var(--highlight-color);
     font-size: 1rem;
}

.btn-view:hover {
    background: var(--highlight-color);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-buy {
    background: var(--primary-gradient);
    color: white;
    border: 2px solid transparent;
}

.btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .portfolio-grid-section .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    /* 3 cards per row on large tablets */
    .portfolio-grid-section .row .col-xl-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .hero-visual {
        display: none;
    }
    
    .hero-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .category-card {
        padding: 2rem;
    }
    
    .portfolio-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .preview-card {
        width: 250px;
        height: 150px;
    }
    
    .preview-card:nth-child(2),
    .preview-card:nth-child(3) {
        display: none;
    }
    
    /* 2 cards per row on tablets */
    .portfolio-grid-section .row .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .hero-marketplace {
        text-align: center;
    }
    
    .hero-content {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .portfolio-info {
        padding: 1rem;
    }
    
    .portfolio-price {
        font-size: 1.3rem;
    }
    
    .portfolio-image {
        height: 180px;
    }
    
    /* 1 card per row on mobile */
    .portfolio-grid-section .row .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .btn-explore {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    .category-card {
        padding: 1.5rem;
    }
    
    .btn-category {
        padding: 0.7rem 1.2rem;
        font-size: 0.8rem;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Loading states */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Focus states for accessibility */
.btn-explore:focus,
.category-card:focus,
.btn-view:focus,
.btn-buy:focus,
.btn-category:focus {
    outline: 2px solid var(--highlight-color);
    outline-offset: 2px;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.g-4 > * {
    padding: 0.75rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.col-lg-4,
.col-md-6,
.col-xl-3 {
    flex: 0 0 auto;
    padding: 0 0.75rem;
}

.col-lg-4 {
    width: 33.333333%;
}

.col-md-6 {
    width: 50%;
}

.col-xl-3 {
    width: 25%;
}

@media (max-width: 992px) {
    .col-lg-4 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        width: 100%;
    }
    
    .col-lg-4 {
        width: 100%;
    }
}

/* Additional Hover Effects */
.portfolio-card {
    cursor: pointer;
}

.category-card {
    cursor: pointer;
}

/* Smooth Transitions */
* {
    transition: all 0.3s ease;
}

/* Social Proof Section - Enhanced with proper icons and prominent usernames */
.social-proof-section {
    background: var(--card-gradient);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin: 2rem 0;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.social-proof-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(0, 212, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.social-proof-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.creator-name {
    font-family: 'Orbitron', monospace;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--highlight-color);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.stat-card {
    background: rgba(30, 30, 46, 0.8);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 280px;
    flex: 1;
    max-width: 320px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--highlight-color);
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.2);
}

.stat-card.highlight {
    border: 2px solid var(--highlight-color);
    background: rgba(0, 212, 255, 0.1);
}

.stat-card.highlight:hover {
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.3);
    transform: translateY(-5px) scale(1.02);
}

/* Enhanced Icon Styles */
.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, var(--highlight-color), var(--neon-purple));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.stat-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.stat-card:hover .stat-icon::before {
    transform: translateX(100%);
}

.stat-icon i {
    font-size: 2rem;
    color: white;
    z-index: 1;
    position: relative;
}

/* Instagram specific styling */
.stat-card:nth-child(1) .stat-icon {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

/* Facebook specific styling */
.stat-card:nth-child(2) .stat-icon {
    background: linear-gradient(45deg, #4267B2, #1877F2);
}

/* Global/Worldwide specific styling */
.stat-card.highlight .stat-icon {
    background: linear-gradient(45deg, var(--neon-green), var(--highlight-color));
}

.stat-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.stat-count {
    font-family: 'Orbitron', monospace;
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: var(--highlight-color);
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 600;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

/* Enhanced Username/Handle Styling */
.social-handle {
    font-family: 'Orbitron', monospace;
    font-size: clamp(1rem, 2vw, 0.7rem);
    font-weight: 700;
    color: var(--highlight-color);
    background: rgba(0, 212, 255, 0.15);
    padding: 0.4rem 0.8rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 212, 255, 0.4);
    text-transform: lowercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-handle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.stat-card:hover .social-handle::before {
    left: 100%;
}

.social-handle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover .social-handle::after {
    opacity: 1;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.trust-badge {
    background: rgba(0, 212, 255, 0.2);
    color: var(--highlight-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(0, 212, 255, 0.3);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .social-stats-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .stat-card {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .social-proof-section {
        padding: 2rem 1.5rem;
        margin: 1.5rem 0;
    }
    
    .stat-card {
        padding: 1.2rem;
        text-align: center;
        flex-direction: column;
        gap: 1rem;
        min-width: auto;
    }
    
    .stat-info {
        align-items: center;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-icon i {
        font-size: 1.8rem;
    }
    
    .social-handle {
        font-size: 1rem;
        padding: 0.3rem 0.6rem;
    }
    
    .trust-indicators {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .creator-name {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .social-proof-section {
        padding: 1.5rem 1rem;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    .trust-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .social-handle {
        font-size: 0.9rem;
    }
}


/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-gradient);
}

::-webkit-scrollbar-thumb {
    background: var(--highlight-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--highlight-secondary);
}

