:root {
    /* Brand */
    --primary: #ff6b6b;
    --primary-dark: #e74c3c;
    --secondary: #ff9966;
    --accent: #ffa07a;

    /* Semantic palette (LIGHT default; overridden by prefers-color-scheme) */
    --bg: #ffffff;
    --bg-elevated: #f6f7fb;
    --bg-card: #ffffff;
    --bg-card-hover: #f3f4f8;
    --text-primary: #0b0d14;
    --text-secondary: #5a6072;
    --border: rgba(12, 18, 36, 0.12);
    --border-strong: rgba(12, 18, 36, 0.2);
    --glass: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(12, 18, 36, 0.12);
    --nav-bg: rgba(255, 255, 255, 0.82);
    --surface-soft: rgba(12, 18, 36, 0.03);
    --surface-soft-2: rgba(12, 18, 36, 0.05);
    --card-glass-bg: rgba(255, 255, 255, 0.72);
    --card-glass-bg-strong: rgba(255, 255, 255, 0.78);

    /* Alpha helpers (avoid color-mix dependency) */
    --surface-03: rgba(12, 18, 36, 0.03);
    --surface-04: rgba(12, 18, 36, 0.04);
    --surface-05: rgba(12, 18, 36, 0.05);
    --surface-06: rgba(12, 18, 36, 0.06);
    --surface-08: rgba(12, 18, 36, 0.08);
    --surface-12: rgba(12, 18, 36, 0.12);
    --surface-18: rgba(12, 18, 36, 0.18);
    --surface-28: rgba(12, 18, 36, 0.28);
    --text-70: rgba(11, 13, 20, 0.7);

    --primary-12: rgba(255, 107, 107, 0.12);
    --primary-15: rgba(255, 107, 107, 0.15);
    --primary-18: rgba(255, 107, 107, 0.18);
    --primary-20: rgba(255, 107, 107, 0.2);
    --primary-25: rgba(255, 107, 107, 0.25);
    --primary-30: rgba(255, 107, 107, 0.3);
    --primary-45: rgba(255, 107, 107, 0.45);
    --primary-50: rgba(255, 107, 107, 0.5);
    --primary-85: rgba(255, 107, 107, 0.85);

    --purple-07: rgba(118, 75, 162, 0.07);
    --purple-10: rgba(118, 75, 162, 0.1);
    --purple-15: rgba(118, 75, 162, 0.15);
    --purple-18: rgba(118, 75, 162, 0.18);
    --purple-20: rgba(118, 75, 162, 0.2);
    --purple-25: rgba(118, 75, 162, 0.25);
    --purple-30: rgba(118, 75, 162, 0.3);
    --purple-35: rgba(118, 75, 162, 0.35);
    --purple-40: rgba(118, 75, 162, 0.4);
    --purple-45: rgba(118, 75, 162, 0.45);
    --purple-55: rgba(118, 75, 162, 0.55);
    --purple-60: rgba(118, 75, 162, 0.6);

    --success-12: rgba(46, 204, 113, 0.12);
    --success-15: rgba(46, 204, 113, 0.15);
    --success-18: rgba(46, 204, 113, 0.18);
    --success-30: rgba(46, 204, 113, 0.3);

    --warning-10: rgba(243, 156, 18, 0.1);
    --warning-30: rgba(243, 156, 18, 0.3);
    --warningStrong-06: rgba(255, 159, 67, 0.06);
    --warningStrong-10: rgba(255, 159, 67, 0.1);
    --warningStrong-15: rgba(255, 159, 67, 0.15);
    --warningStrong-18: rgba(255, 159, 67, 0.18);
    --warningStrong-25: rgba(255, 159, 67, 0.25);
    --warningStrong-30: rgba(255, 159, 67, 0.3);
    --warningStrong-35: rgba(255, 159, 67, 0.35);
    --warningStrong-50: rgba(255, 159, 67, 0.5);

    --danger-12: rgba(231, 76, 60, 0.12);
    --danger-15: rgba(231, 76, 60, 0.15);
    --danger-20: rgba(231, 76, 60, 0.2);
    --danger-28: rgba(231, 76, 60, 0.28);
    --danger-30: rgba(231, 76, 60, 0.3);

    --partner-22: rgba(116, 185, 255, 0.22);
    --partner-45: rgba(116, 185, 255, 0.45);

    /* Purple (secondary shade used in admin badges) */
    --purple-alt: #9b59b6;
    --purple-alt-15: rgba(155, 89, 182, 0.15);
    --purple-alt-30: rgba(155, 89, 182, 0.30);
    --purple-light: #b07fd4;

    /* Muted text */
    --text-muted: rgba(11, 13, 20, 0.55);

    --overlay-25: rgba(0, 0, 0, 0.25);
    --overlay-35: rgba(0, 0, 0, 0.35);
    --overlay-40: rgba(0, 0, 0, 0.4);
    --overlay-45: rgba(0, 0, 0, 0.45);
    --overlay-55: rgba(0, 0, 0, 0.55);
    --overlay-60: rgba(0, 0, 0, 0.6);
    --overlay-65: rgba(0, 0, 0, 0.65);
    --overlay-70: rgba(0, 0, 0, 0.7);
    --overlay-75: rgba(0, 0, 0, 0.75);

    /* Status */
    --success: #2ecc71;
    --success-deep: #27ae60;
    --warning: #f39c12;
    --warning-deep: #e67e22;
    --warning-strong: #ff9f43;
    --danger: #e74c3c;
    --info: #5865f2;
    --sale: #e74c3c;
    --sale-deep: #c0392b;
    --robux: #00b06f;
    --purple: #764ba2;
    --partner: #74b9ff;
    --primary-soft: #ff9090;

    /* Effects */
    --shadow-1: 0 4px 20px rgba(0, 0, 0, 0.12);
    --shadow-2: 0 20px 50px rgba(0, 0, 0, 0.18);
    --overlay: rgba(0, 0, 0, 0.75);
    --lb-overlay: rgba(0, 0, 0, 0.92);

    /* Footer */
    --footer-gradient-bottom: rgba(0, 0, 0, 0.08);
    --footer-bar-bg: #0f1220;
    --footer-credits-bg: rgba(0, 0, 0, 0.06);
    --footer-link-bg: rgba(12, 18, 36, 0.04);
    --footer-link-border: rgba(12, 18, 36, 0.08);
    --footer-link-text: rgba(11, 13, 20, 0.84);
    --footer-credits-text: rgba(11, 13, 20, 0.55);
    --footer-credits-subtext: rgba(11, 13, 20, 0.45);

    /* Compatibility aliases (existing names used across templates/inline CSS) */
    --bg-dark: var(--bg);
    --bg-primary: var(--bg);
    --bg-secondary: var(--bg-elevated);
    --gray: var(--text-secondary);
    --light: var(--bg-elevated);

    /* ── Canonical theme variables (task-requested aliases) ── */
    --background:  var(--bg);
    --foreground:  var(--text-primary);
    --card-bg:     var(--bg-card);
    --card-border: var(--border);
    /* --nav-bg and --accent are already defined above */
}

/*
 * System dark-mode preference — only applied when the user has NOT manually
 * forced light mode (i.e. no .light class on <html>).  This way, clicking the
 * toggle to "light" while the OS is in dark mode works correctly.
 */
@media (prefers-color-scheme: dark) {
    html:not(.light) {
        --bg: #0a0a0f;
        --bg-elevated: #0f111a;
        --bg-card: #12121a;
        --bg-card-hover: #1a1a25;
        --text-primary: #ffffff;
        --text-secondary: #a0a0b0;
        --border: rgba(255, 255, 255, 0.1);
        --border-strong: rgba(255, 255, 255, 0.18);
        --glass: rgba(255, 255, 255, 0.05);
        --glass-border: rgba(255, 255, 255, 0.1);
        --nav-bg: rgba(18, 18, 26, 0.8);
        --surface-soft: rgba(255, 255, 255, 0.03);
        --surface-soft-2: rgba(255, 255, 255, 0.05);
        --card-glass-bg: rgba(30, 33, 48, 0.72);
        --card-glass-bg-strong: rgba(30, 33, 48, 0.78);
        --surface-03: rgba(255, 255, 255, 0.03);
        --surface-04: rgba(255, 255, 255, 0.04);
        --surface-05: rgba(255, 255, 255, 0.05);
        --surface-06: rgba(255, 255, 255, 0.06);
        --surface-08: rgba(255, 255, 255, 0.08);
        --surface-12: rgba(255, 255, 255, 0.12);
        --surface-18: rgba(255, 255, 255, 0.18);
        --surface-28: rgba(255, 255, 255, 0.28);
        --text-70: rgba(255, 255, 255, 0.7);
        --text-muted: rgba(255, 255, 255, 0.5);
        --shadow-1: 0 4px 20px rgba(0, 0, 0, 0.3);
        --shadow-2: 0 20px 50px rgba(0, 0, 0, 0.45);
        --footer-gradient-bottom: rgba(0, 0, 0, 0.3);
        --footer-bar-bg: #1a1d2e;
        --footer-credits-bg: rgba(0, 0, 0, 0.4);
        --footer-link-bg: rgba(255, 255, 255, 0.05);
        --footer-link-border: rgba(255, 255, 255, 0.1);
        --footer-link-text: rgba(255, 255, 255, 0.88);
        --footer-credits-text: rgba(255, 255, 255, 0.65);
        --footer-credits-subtext: rgba(255, 255, 255, 0.5);
        --purple-light: #c8a4e8;
    }
}

/* Manual overrides via .dark / .light class on <html> */
html { color-scheme: light; }
html.dark  { color-scheme: dark; }
html.light { color-scheme: light; }
html.dark {
    --bg: #0a0a0f;
    --bg-elevated: #0f111a;
    --bg-card: #12121a;
    --bg-card-hover: #1a1a25;
    --text-primary: #ffffff;
    --text-secondary: #a0a0b0;
    --border: rgba(255, 255, 255, 0.1);
    --border-strong: rgba(255, 255, 255, 0.18);
    --glass: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --nav-bg: rgba(18, 18, 26, 0.8);
    --surface-soft: rgba(255, 255, 255, 0.03);
    --surface-soft-2: rgba(255, 255, 255, 0.05);
    --card-glass-bg: rgba(30, 33, 48, 0.72);
    --card-glass-bg-strong: rgba(30, 33, 48, 0.78);

    --surface-03: rgba(255, 255, 255, 0.03);
    --surface-04: rgba(255, 255, 255, 0.04);
    --surface-05: rgba(255, 255, 255, 0.05);
    --surface-06: rgba(255, 255, 255, 0.06);
    --surface-08: rgba(255, 255, 255, 0.08);
    --surface-12: rgba(255, 255, 255, 0.12);
    --surface-18: rgba(255, 255, 255, 0.18);
    --surface-28: rgba(255, 255, 255, 0.28);
    --text-70: rgba(255, 255, 255, 0.7);

    --shadow-1: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadow-2: 0 20px 50px rgba(0, 0, 0, 0.45);
    --overlay: rgba(0, 0, 0, 0.75);
    --lb-overlay: rgba(0, 0, 0, 0.92);

    --footer-gradient-bottom: rgba(0, 0, 0, 0.3);
    --footer-bar-bg: #1a1d2e;
    --footer-credits-bg: rgba(0, 0, 0, 0.4);
    --footer-link-bg: rgba(255, 255, 255, 0.05);
    --footer-link-border: rgba(255, 255, 255, 0.1);
    --footer-link-text: rgba(255, 255, 255, 0.88);
    --footer-credits-text: rgba(255, 255, 255, 0.65);
    --footer-credits-subtext: rgba(255, 255, 255, 0.5);

    --text-muted: rgba(255, 255, 255, 0.5);
    --purple-light: #c8a4e8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 100vh;
}

/* Theme transition (enabled briefly by JS on toggle) */
@media (prefers-reduced-motion: no-preference) {
    html.theme-transition, html.theme-transition * {
        transition:
            background-color 180ms ease,
            color 180ms ease,
            border-color 180ms ease,
            box-shadow 180ms ease,
            fill 180ms ease,
            stroke 180ms ease;
    }
}

/* Navbar */
.navbar {
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s;
}

.nav-brand:hover {
    opacity: 0.8;
}

.nav-brand img {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
    position: relative;
}

.nav-links a:hover {
    color: var(--text-primary);
}

.user-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1.2rem;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-name {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

/* Hero */
.hero {
    text-align: center;
    padding: 6rem 2rem;
    margin-bottom: 4rem;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

.hero p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 4rem 0;
}

.stat-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
}

.stat-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    transform: translateY(-4px);
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    transform: translateY(-4px);
}

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

.product-header {
    padding: 2rem;
    position: relative;
}

.free-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--success);
    color: var(--bg-dark);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.product-stats {
    display: flex;
    gap: 1.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.product-body {
    padding: 0 2rem 2rem 2rem;
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.stars {
    color: var(--warning);
    font-size: 1.1rem;
}

.rating span:last-child {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 1.8rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--bg);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    font-weight: 700;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.btn-success {
    background: var(--success);
    color: var(--bg);
    font-weight: 700;
}

.btn-success:hover {
    transform: translateY(-2px);
}

.btn-logout {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    color: var(--text-primary);
}

.btn-logout:hover {
    background: var(--bg-card);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 4rem 0 2rem 0;
    color: var(--text-primary);
}

/* Search */
.search-bar {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 3rem;
}

.search-bar input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: 100px;
    font-size: 1rem;
    background: var(--glass);
    color: var(--text-primary);
    transition: all 0.3s;
}

.search-bar input::placeholder {
    color: var(--text-secondary);
}

.search-bar input:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--bg-card-hover);
}

.filters {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.7rem 1.5rem;
    border: 1px solid var(--border);
    background: var(--glass);
    border-radius: 100px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-secondary);
    transition: all 0.3s;
}

.filter-btn:hover {
    background: var(--bg-card-hover);
    color: var(--text-primary);
}

.filter-btn.active {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--bg);
    border-color: transparent;
    font-weight: 700;
}

/* Product Detail */
.product-detail {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 3rem;
}

.product-detail h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}

/* Reviews */
.reviews-section {
    margin-top: 4rem;
}

.reviews-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.review-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.reviewer-name {
    font-weight: 600;
    font-size: 1rem;
}

.review-date {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.review-text {
    color: var(--text-secondary);
    line-height: 1.7;
}

.review-form {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    margin-top: 2rem;
}

.review-form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.review-form textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 0.95rem;
    min-height: 120px;
    font-family: inherit;
    resize: vertical;
}

.review-form textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.star-rating {
    display: flex;
    gap: 0.5rem;
    font-size: 2rem;
    margin: 1.5rem 0;
}

.star-rating span {
    cursor: pointer;
    color: var(--border);
    transition: all 0.2s;
}

.star-rating span:hover,
.star-rating span.active {
    color: var(--warning);
}

/* Alerts */
.alert {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border: 1px solid;
}

.alert-success {
    background: rgba(46, 204, 113, 0.12);
    border-color: var(--success);
    color: var(--success);
}

.alert-error {
    background: rgba(231, 76, 60, 0.12);
    border-color: var(--danger);
    color: var(--danger);
}

/* Responsive */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-detail h1 {
        font-size: 2rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection */
::selection {
    background: var(--primary);
    color: white;
}

/* Navbar theme toggle */
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 10px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    color: var(--text-primary);
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.theme-toggle:hover {
    transform: translateY(-1px);
    border-color: var(--border-strong);
    background: var(--surface-soft-2);
}
.theme-toggle:active {
    transform: scale(0.98);
}
.theme-toggle svg {
    width: 18px;
    height: 18px;
}

.theme-toggle .icon-moon { display: none; }
html.dark .theme-toggle .icon-sun { display: none; }
html.dark .theme-toggle .icon-moon { display: inline; }



/* ============================================ */
/*           FOOTER - VISUAL BAR STYLE          */
/* ============================================ */

.site-footer {
    margin-top: 8rem;
    width: 100%;
    background: linear-gradient(to bottom, transparent, var(--footer-gradient-bottom));
}

/* MAIN FOOTER BAR - The visible bar with buttons */
.footer-bar {
    background: var(--footer-bar-bg);
    border-top: 3px solid var(--primary);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    padding: 2rem 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* NAVIGATION BUTTONS */
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* BUTTON STYLING */
.footer-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--footer-link-bg);
    border: 2px solid var(--footer-link-border);
    border-radius: 12px;
    color: var(--footer-link-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-width: 120px;
}

.footer-btn span:first-child {
    font-size: 1.5rem;
}

.footer-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
}

/* DISCORD BUTTON - Special styling */
.discord-btn {
    background: var(--info);
    border-color: var(--info);
    color: white;
}

.discord-btn:hover {
    background: #4752C4;
    border-color: #4752C4;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.5);
}

/* CREDITS SECTION */
.footer-credits {
    background: var(--footer-credits-bg);
    border-top: 1px solid var(--border);
    padding: 1.5rem 0;
    text-align: center;
}

.footer-credits .copyright {
    color: var(--footer-credits-text);
    font-size: 0.85rem;
    margin: 0.3rem 0;
    font-weight: 500;
}

.footer-credits .tagline {
    color: var(--footer-credits-subtext);
    font-size: 0.8rem;
    margin: 0.3rem 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-bar {
        padding: 1.5rem 0;
    }
    
    .footer-nav {
        gap: 1rem;
    }
    
    .footer-btn {
        padding: 0.8rem 1.5rem;
        min-width: 100px;
        font-size: 0.85rem;
    }
    
    .footer-btn span:first-child {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .site-footer {
        margin-top: 4rem;
    }
    
    .footer-bar {
        padding: 1.5rem 0;
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }
    
    .footer-btn {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        padding: 1rem;
    }
    
    .footer-btn span:first-child {
        font-size: 1.2rem;
    }
}
