/* ====================================
   Kaly4cID - Homepage Luxury CSS
   Premium Design System
   ==================================== */

/* ============= HOMEPAGE VARIABLES ============= */
:root {
    /* Hero Gradients */
    --hero-mesh-1: radial-gradient(ellipse at 20% 30%, rgba(124, 58, 237, 0.4) 0%, transparent 50%);
    --hero-mesh-2: radial-gradient(ellipse at 80% 20%, rgba(236, 72, 153, 0.3) 0%, transparent 45%);
    --hero-mesh-3: radial-gradient(ellipse at 50% 80%, rgba(99, 102, 241, 0.25) 0%, transparent 55%);

    /* Glassmorphism */
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

    /* Neon Glow */
    --neon-purple: #a855f7;
    --neon-pink: #ec4899;
    --neon-blue: #3b82f6;
    --neon-glow: 0 0 20px rgba(168, 85, 247, 0.5);

    /* Card Premium */
    --card-premium-bg: linear-gradient(145deg, rgba(30, 30, 50, 0.9), rgba(20, 20, 35, 0.95));
    --card-hover-glow: 0 12px 40px rgba(124, 58, 237, 0.2);
}

/* Light Mode Overrides - Comprehensive */
body.light-theme {
    --hero-mesh-1: radial-gradient(ellipse at 20% 30%, rgba(124, 58, 237, 0.12) 0%, transparent 50%);
    --hero-mesh-2: radial-gradient(ellipse at 80% 20%, rgba(236, 72, 153, 0.1) 0%, transparent 45%);
    --hero-mesh-3: radial-gradient(ellipse at 50% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 55%);
    --glass-bg: rgba(255, 255, 255, 0.8);
    --glass-border: rgba(0, 0, 0, 0.1);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    --card-premium-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
    --card-hover-glow: 0 12px 40px rgba(124, 58, 237, 0.15);
    --neon-glow: 0 0 20px rgba(124, 58, 237, 0.3);
}

/* Light mode hero logo */
body.light-theme .hero-logo {
    text-shadow: 0 0 40px rgba(124, 58, 237, 0.3);
}

/* Light mode hero tagline */
body.light-theme .hero-tagline {
    color: #64748b;
}

/* Light mode menu boxes */
body.light-theme .menu-box {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9)) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

body.light-theme .menu-box:hover {
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15) !important;
    border-color: rgba(124, 58, 237, 0.25) !important;
}

body.light-theme .menu-label {
    color: #64748b !important;
}

body.light-theme .menu-box:hover .menu-label {
    color: #1e293b !important;
}

/* Light mode menu icon - keep gradient visible */
body.light-theme .menu-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Light mode featured cards */
body.light-theme .featured-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95)) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

body.light-theme .featured-card:hover {
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15) !important;
}

body.light-theme .featured-card-name {
    color: #1e293b !important;
}

/* Light mode social floating */
body.light-theme .social-icon {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #1e293b !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

/* Light mode banner dots */
body.light-theme .banner-dot {
    background: rgba(0, 0, 0, 0.25);
}

/* Light mode announcement modal */
body.light-theme .announcement-modal {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95)) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

body.light-theme .announcement-message {
    color: #475569 !important;
}

/* Light mode section titles */
body.light-theme .menu-section-title,
body.light-theme .featured-title {
    color: #1e293b !important;
}

/* Light mode locale button */
body.light-theme .hero-locale-btn {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #1e293b !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .hero-locale-btn:hover {
    background: rgba(124, 58, 237, 0.1) !important;
    border-color: var(--neon-purple) !important;
}

/* Light mode footer - override inline styles */
body.light-theme .app-footer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95)) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .app-footer h3 {
    color: #1e293b !important;
}

body.light-theme .app-footer a {
    color: #475569 !important;
}

body.light-theme .app-footer a:hover {
    color: var(--primary) !important;
}

body.light-theme .footer-copyright,
body.light-theme .app-footer div[style*="text-align:center"] {
    color: #64748b !important;
}

/* ============= HERO SECTION ============= */
.home-hero {
    position: relative;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 20px;
    overflow: visible;
    margin-bottom: 16px;
    background: transparent;
    /* No separate background - uses body background for seamless look */
}

/* Remove hero mesh overlay - let body background show through */
/*
.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-mesh-1), var(--hero-mesh-2), var(--hero-mesh-3);
    animation: heroMeshMove 20s ease-in-out infinite;
    z-index: 0;
}
*/

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-logo {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 50%, #6366f1 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: logoGradient 4s ease infinite, logoFloat 3s ease-in-out infinite;
    letter-spacing: -2px;
    text-shadow: 0 0 60px rgba(168, 85, 247, 0.5);
    margin-bottom: 12px;
}

@keyframes logoGradient {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.hero-tagline {
    font-size: 1rem;
    color: var(--text-secondary);
    font-weight: 500;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.3s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Locale Switcher in Hero */
.hero-locale-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    backdrop-filter: blur(10px);
}

.hero-locale-btn:hover {
    background: rgba(124, 58, 237, 0.2);
    border-color: var(--neon-purple);
    box-shadow: var(--neon-glow);
    transform: translateY(-2px);
}

.hero-locale-btn i {
    font-size: 1rem;
}

.locale-flag-img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* ============= BANNER CAROUSEL ============= */
.banner-section {
    padding: 0 16px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    z-index: 5;
}

/* Hide entire banner section when no banners */
.banner-section:has(.banner-carousel.hidden) {
    display: none;
}

.banner-carousel {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

/* Subtle glow effect using pseudo element */
.banner-carousel::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.3), rgba(236, 72, 153, 0.2), rgba(99, 102, 241, 0.3));
    border-radius: 21px;
    z-index: -1;
    opacity: 0.5;
}

.banner-carousel.hidden {
    display: none !important;
}

.banner-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-slide {
    min-width: 100%;
    aspect-ratio: 16/7;
    position: relative;
    overflow: hidden;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.banner-slide:hover img {
    transform: scale(1.05);
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.banner-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Banner Dots - Inside carousel */
.banner-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-dot.active {
    width: 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
}

/* ============= MENU GRID ============= */
.menu-section {
    padding: 0 16px;
    margin-bottom: 28px;
}

.menu-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-section-title i {
    color: var(--neon-purple);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 480px) {
    .menu-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

.menu-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    background: var(--card-premium-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    min-height: 90px;
}

.menu-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-box:hover::before {
    opacity: 1;
}

.menu-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-hover-glow);
    border-color: rgba(168, 85, 247, 0.3);
}

.menu-box:active {
    transform: translateY(-2px) scale(0.98);
}

.menu-box.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.menu-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.3s ease;
}

.menu-box:hover .menu-icon {
    transform: scale(1.15);
}

.menu-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.menu-box:hover .menu-label {
    color: var(--text-primary);
}

/* Menu Badges */
.menu-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 2px 6px;
    font-size: 0.55rem;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.menu-badge.hot {
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: white;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

.menu-badge.new {
    background: linear-gradient(135deg, #22c55e, #10b981);
    color: white;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4);
}

.menu-badge.soon {
    background: rgba(255, 255, 255, 0.15);
    color: var(--text-secondary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: none;
}

/* ============= FEATURED PRODUCTS ============= */
.featured-section {
    padding: 0 16px;
    margin-bottom: 28px;
}

.featured-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.featured-title {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured-title i {
    color: #fbbf24;
}

.featured-more {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.3s ease;
}

.featured-more:hover {
    gap: 8px;
}

.featured-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.featured-scroll::-webkit-scrollbar {
    display: none;
}

.featured-card {
    flex-shrink: 0;
    width: 160px;
    scroll-snap-align: start;
    background: var(--card-premium-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-hover-glow);
}

.featured-card-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.2);
}

.featured-card-info {
    padding: 12px;
}

.featured-card-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-card-price {
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============= ANNOUNCEMENT POPUP ============= */
.announcement-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.announcement-overlay.active {
    opacity: 1;
    visibility: visible;
}

.announcement-modal {
    background: var(--card-premium-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.announcement-overlay.active .announcement-modal {
    transform: scale(1) translateY(0);
}

.announcement-header {
    padding: 20px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    text-align: center;
}

.announcement-header-icon {
    font-size: 2.5rem;
    margin-bottom: 8px;
}

.announcement-header-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
}

.announcement-body {
    padding: 24px 20px;
}

.announcement-message {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    text-align: center;
}

.announcement-footer {
    padding: 16px 20px 24px;
    display: flex;
    justify-content: center;
}

.announcement-btn {
    padding: 12px 32px;
    background: var(--gradient-primary);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.announcement-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

/* ============= SOCIAL FLOATING BAR ============= */
.social-floating {
    position: fixed;
    right: 16px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}

.social-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    color: var(--text-primary);
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-icon:hover {
    transform: scale(1.15);
    background: var(--gradient-primary);
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
}

.social-icon.whatsapp:hover {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.social-icon.instagram:hover {
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
}

.social-icon.tiktok:hover {
    background: linear-gradient(135deg, #000, #25F4EE);
}

/* ============= RIPPLE EFFECT ============= */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ============= PARTICLE CONTAINER ============= */
#home-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.6;
}

/* ============= SHIMMER LOADING ============= */
.shimmer {
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.03) 0%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.03) 100%);
    background-size: 200% 100%;
    animation: shimmerMove 1.5s infinite;
}

@keyframes shimmerMove {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ============= MOBILE OPTIMIZATIONS ============= */
@media (max-width: 768px) {
    .home-hero {
        min-height: 220px;
        padding: 30px 16px;
    }

    .hero-logo {
        font-size: 2.8rem;
    }

    .hero-tagline {
        font-size: 0.9rem;
    }

    .social-floating {
        right: 12px;
        bottom: 90px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ============= SCROLL REVEAL STAGGER ============= */
/* Auto-reveal on load without requiring JS */
.stagger-reveal>* {
    opacity: 0;
    transform: translateY(20px);
    animation: staggerIn 0.4s ease forwards;
}

/* Stagger delay for each child */
.stagger-reveal>*:nth-child(1) {
    animation-delay: 0.05s;
}

.stagger-reveal>*:nth-child(2) {
    animation-delay: 0.1s;
}

.stagger-reveal>*:nth-child(3) {
    animation-delay: 0.15s;
}

.stagger-reveal>*:nth-child(4) {
    animation-delay: 0.2s;
}

.stagger-reveal>*:nth-child(5) {
    animation-delay: 0.25s;
}

.stagger-reveal>*:nth-child(6) {
    animation-delay: 0.3s;
}

.stagger-reveal>*:nth-child(7) {
    animation-delay: 0.35s;
}

.stagger-reveal>*:nth-child(8) {
    animation-delay: 0.4s;
}

.stagger-reveal>*:nth-child(9) {
    animation-delay: 0.45s;
}

.stagger-reveal.revealed>*:nth-child(1) {
    animation: staggerIn 0.4s ease 0.05s forwards;
}

.stagger-reveal.revealed>*:nth-child(2) {
    animation: staggerIn 0.4s ease 0.1s forwards;
}

.stagger-reveal.revealed>*:nth-child(3) {
    animation: staggerIn 0.4s ease 0.15s forwards;
}

.stagger-reveal.revealed>*:nth-child(4) {
    animation: staggerIn 0.4s ease 0.2s forwards;
}

.stagger-reveal.revealed>*:nth-child(5) {
    animation: staggerIn 0.4s ease 0.25s forwards;
}

.stagger-reveal.revealed>*:nth-child(6) {
    animation: staggerIn 0.4s ease 0.3s forwards;
}

.stagger-reveal.revealed>*:nth-child(7) {
    animation: staggerIn 0.4s ease 0.35s forwards;
}

.stagger-reveal.revealed>*:nth-child(8) {
    animation: staggerIn 0.4s ease 0.4s forwards;
}

.stagger-reveal.revealed>*:nth-child(9) {
    animation: staggerIn 0.4s ease 0.45s forwards;
}

@keyframes staggerIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============= SITE FOOTER ============= */
.site-footer {
    margin-top: 16px;
    padding: 24px 16px 100px;
    background: linear-gradient(180deg,
            rgba(15, 15, 26, 0.8) 0%,
            rgba(10, 10, 20, 0.98) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-logo {
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-divider {
    color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
}

.footer-left a {
    color: var(--text-secondary, #94a3b8);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-left a:hover {
    color: var(--neon-purple);
}

.footer-right {
    display: flex;
    gap: 8px;
}

/* Mobile responsive footer */
@media (max-width: 600px) {
    .footer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-divider {
        display: none;
    }

    .footer-logo {
        font-size: 1rem;
    }

    .footer-left a {
        font-size: 0.75rem;
    }

    .footer-copyright {
        font-size: 0.65rem;
    }
}

.footer-social-link {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary, #94a3b8);
    font-size: 0.85rem;
    transition: all 0.25s;
}

.footer-social-link:hover {
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}

.footer-copyright {
    font-size: 0.7rem;
    color: var(--text-muted, #64748b);
    opacity: 0.6;
}

/* Light Mode Footer */
body.light-theme .site-footer {
    background: linear-gradient(180deg,
            rgba(248, 250, 252, 0.95) 0%,
            rgba(241, 245, 249, 0.98) 100%);
    border-top-color: rgba(0, 0, 0, 0.05);
}

body.light-theme .footer-divider {
    color: rgba(0, 0, 0, 0.15);
}

body.light-theme .footer-left a {
    color: #64748b;
}

body.light-theme .footer-social-link {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.06);
    color: #64748b;
}

body.light-theme .footer-social-link:hover {
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
    color: #fff;
}

body.light-theme .footer-copyright {
    color: #94a3b8;
}