/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #ff4757;
    --secondary-color: #ffa502;
    --accent-color: #70a1ff;
    --text-primary: #ffffff;
    --text-secondary: #e5e7eb;
    --text-muted: #9ca3af;
    --background-primary: #0f0f0f;
    --background-secondary: #1a1a1a;
    --background-card: #262626;
    --border-color: #374151;
    --success-color: #10b981;
    --warning-color: #ffa502;
    --error-color: #ff4757;
    --gradient-primary: linear-gradient(135deg, #ff4757 0%, #ffa502 100%);
    --gradient-secondary: linear-gradient(135deg, #70a1ff 0%, #5352ed 100%);
    --gradient-accent: linear-gradient(135deg, #ffa502 0%, #ff6348 100%);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="4" fill="%23ff4757" opacity="0.9"/><circle cx="16" cy="16" r="10" fill="none" stroke="%23ff4757" stroke-width="2" opacity="0.6"/></svg>') 16 16, auto;
    position: relative;
}

/* Global Animated Background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.global-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.global-floating-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: globalFloat 8s ease-in-out infinite;
    pointer-events: none;
}

/* Global floating elements - distributed across the entire viewport */
.global-floating-element:nth-child(1) {
    width: 300px;
    height: 300px;
    background: var(--gradient-primary);
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.global-floating-element:nth-child(2) {
    width: 200px;
    height: 200px;
    background: var(--gradient-secondary);
    top: 70%;
    right: 10%;
    animation-delay: 3s;
    animation-duration: 10s;
}

.global-floating-element:nth-child(3) {
    width: 150px;
    height: 150px;
    background: var(--gradient-accent);
    top: 30%;
    right: 30%;
    animation-delay: 6s;
    animation-duration: 14s;
}

.global-floating-element:nth-child(4) {
    width: 120px;
    height: 120px;
    background: var(--gradient-primary);
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
    animation-duration: 11s;
    border-radius: 30%;
}

.global-floating-element:nth-child(5) {
    width: 180px;
    height: 180px;
    background: var(--gradient-secondary);
    top: 50%;
    left: 70%;
    animation-delay: 4s;
    animation-duration: 13s;
    border-radius: 40%;
}

.global-floating-element:nth-child(6) {
    width: 90px;
    height: 90px;
    background: var(--gradient-accent);
    top: 80%;
    left: 50%;
    animation-delay: 7s;
    animation-duration: 9s;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 0;
}

.global-floating-element:nth-child(7) {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    top: 5%;
    right: 50%;
    animation-delay: 1s;
    animation-duration: 15s;
    opacity: 0.06;
}

.global-floating-element:nth-child(8) {
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    bottom: 40%;
    right: 5%;
    animation-delay: 5s;
    animation-duration: 10s;
    border-radius: 20%;
}

.global-floating-element:nth-child(9) {
    width: 140px;
    height: 140px;
    background: var(--gradient-secondary);
    bottom: 60%;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 12s;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    border-radius: 0;
}

.global-floating-element:nth-child(10) {
    width: 80px;
    height: 80px;
    background: var(--gradient-accent);
    top: 20%;
    left: 80%;
    animation-delay: 9s;
    animation-duration: 8s;
    border-radius: 25%;
}

@keyframes globalFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
    }
    50% { 
        transform: translateY(-20px) rotate(180deg) scale(0.9);
    }
    75% {
        transform: translateY(-40px) rotate(270deg) scale(1.05);
    }
}

/* Custom cursor for interactive elements */
a, button, .btn, .nav-link, .feature-card, .gui-showcase-item, .program-card {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><circle cx="18" cy="18" r="5" fill="%23ffa502" opacity="0.9"/><circle cx="18" cy="18" r="12" fill="none" stroke="%23ffa502" stroke-width="2" opacity="0.6"/><circle cx="18" cy="18" r="16" fill="none" stroke="%23ffa502" stroke-width="1" opacity="0.3"/></svg>') 18 18, pointer;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--background-secondary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 4px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient-accent);
}

::-webkit-scrollbar-corner {
    background: var(--background-secondary);
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #ff4757 #1a1a1a;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInScale {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 71, 87, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 71, 87, 0.5);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 71, 87, 0.8), 0 0 30px rgba(255, 165, 2, 0.5);
    }
}

@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Custom Feature Animations */
@keyframes commandSpin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes guiGrowShrink {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(0.9); }
    75% { transform: scale(1.05); }
}

@keyframes fullscreenExpand {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.8); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes puzzleSlideIn {
    0% { transform: translateX(-30px) rotate(-15deg); opacity: 0.7; }
    50% { transform: translateX(10px) rotate(5deg); opacity: 1; }
    100% { transform: translateX(0) rotate(0deg); opacity: 1; }
}

@keyframes updateRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes shieldStrike {
    0% { transform: scale(1) rotate(0deg); filter: brightness(1); }
    20% { transform: scale(0.95) rotate(-8deg); filter: brightness(1.3); }
    40% { transform: scale(1.15) rotate(8deg); filter: brightness(1.5); }
    60% { transform: scale(0.9) rotate(-4deg); filter: brightness(1.2); }
    80% { transform: scale(1.05) rotate(2deg); filter: brightness(1.1); }
    100% { transform: scale(1) rotate(0deg); filter: brightness(1); }
}

@keyframes slideInRight {
    0% { 
        transform: translateX(100%); 
        opacity: 0; 
    }
    100% { 
        transform: translateX(0); 
        opacity: 1; 
    }
}

@keyframes slideOutRight {
    0% { 
        transform: translateX(0); 
        opacity: 1; 
    }
    100% { 
        transform: translateX(100%); 
        opacity: 0; 
    }
}

/* Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate {
    opacity: 1;
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
}

.fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

.slide-in-scale {
    animation: slideInScale 0.8s ease-out forwards;
}

.bounce-in {
    animation: bounceIn 0.8s ease-out forwards;
}

.float-animation {
    animation: float 6s ease-in-out infinite;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

.rotate-animation {
    animation: rotate 20s linear infinite;
}

.glow-animation {
    animation: glow 3s ease-in-out infinite;
}

.shimmer-effect {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

/* Parallax Effects */
.parallax-element {
    transform: translateZ(0);
    will-change: transform;
}

/* Hover Animations */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-glow {
    transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(255, 71, 87, 0.5);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.4);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 71, 87, 0.2);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}

.navbar.scrolled {
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(20px);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.navbar.hidden {
    transform: translateY(-100%);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    margin: 3px 0;
    transition: 0.3s;
}

/* Navigation Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-panel {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
    white-space: nowrap;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.btn-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.btn-panel:hover::before {
    left: 100%;
}

.btn-panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-panel i {
    font-size: 1rem;
}

/* Boost for License Compact */
.boost-license-compact {
    margin-top: 2rem;
}

.boost-compact-card {
    background: rgba(30, 30, 40, 0.8);
    border: 1px solid rgba(112, 161, 255, 0.3);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(112, 161, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.boost-compact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(112, 161, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.boost-compact-card:hover::before {
    left: 100%;
}

.boost-compact-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-color);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(112, 161, 255, 0.2);
}

.boost-compact-card h3 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.boost-compact-card h3 i {
    color: var(--accent-color);
    font-size: 1.6rem;
}

.boost-compact-card p {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.btn-boost-compact {
    background: var(--gradient-secondary);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 6px 20px rgba(112, 161, 255, 0.3);
}

.btn-boost-compact:hover {
    background: var(--gradient-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    z-index: 2;
    position: relative;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Gradient text effects */
.section-title {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-title, .program-title, .member-name {
    background: linear-gradient(135deg, #ffffff 0%, #e5e7eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--text-primary);
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl), 0 0 30px rgba(255, 71, 87, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 20px rgba(255, 71, 87, 0.5);
}

.hero-stats {
    display: flex;
    gap: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.hero-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.hero-banner {
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.banner-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border-color);
}

.hero-card {
    background: rgba(38, 38, 38, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 71, 87, 0.2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        var(--shadow-xl),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 500px;
}

.card-header {
    background: var(--background-secondary);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.card-controls {
    display: flex;
    gap: 0.5rem;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control.red { background: #ef4444; }
.control.yellow { background: #f59e0b; }
.control.green { background: #10b981; }

.card-title {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.card-content {
    padding: 1.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

.terminal-line {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.prompt {
    color: var(--primary-color);
    font-weight: bold;
}

.command {
    color: var(--accent-color);
}

.output {
    color: var(--success-color);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
    width: 200px;
    height: 200px;
    background: var(--gradient-primary);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 150px;
    height: 150px;
    background: var(--gradient-secondary);
    top: 60%;
    right: 20%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    top: 40%;
    right: 40%;
    animation-delay: 4s;
    animation-duration: 8s;
}

/* Additional geometric shapes */
.floating-element:nth-child(4) {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    top: 80%;
    left: 70%;
    animation-delay: 1s;
    animation-duration: 10s;
    border-radius: 20%;
}

.floating-element:nth-child(5) {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    top: 15%;
    right: 60%;
    animation-delay: 3s;
    animation-duration: 7s;
    border-radius: 30%;
}

.floating-element:nth-child(6) {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    top: 70%;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 9s;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 0;
}

.floating-element:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 60%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Section Styles - Ensure content appears above global background */
section {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* Features Section - Uses global animated background */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: rgba(38, 38, 38, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 71, 87, 0.2);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 71, 87, 0.1), transparent);
    transition: left 0.5s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(38, 38, 38, 0.6);
    backdrop-filter: blur(15px);
    box-shadow: 
        var(--shadow-xl),
        0 0 30px rgba(255, 71, 87, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: var(--primary-color);
}

.feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

/* Default hover effect (removed for custom ones) */
.feature-card:hover .feature-icon {
    color: var(--secondary-color);
    text-shadow: 0 0 20px rgba(255, 71, 87, 0.5);
}

/* Specific Feature Animations */
.feature-card.commands:hover .feature-icon {
    animation: commandSpin 0.6s ease-in-out;
}

.feature-card.gui:hover .feature-icon {
    animation: guiGrowShrink 1s ease-in-out;
}

.feature-card.fullscreen:hover .feature-icon {
    animation: fullscreenExpand 0.8s ease-in-out;
}

.feature-card.modular:hover .feature-icon {
    animation: puzzleSlideIn 0.7s ease-out;
}

.feature-card.updater:hover .feature-icon {
    animation: updateRotate 1s ease-in-out;
}

.feature-card.security:hover .feature-icon {
    animation: shieldStrike 0.6s ease-out;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-description {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Programs Section */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.program-card {
    background: rgba(38, 38, 38, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 71, 87, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.program-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(38, 38, 38, 0.6);
    backdrop-filter: blur(15px);
    box-shadow: 
        var(--shadow-xl),
        0 0 30px rgba(255, 71, 87, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.program-header {
    padding: 1.5rem;
    background: var(--background-secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}

.program-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.program-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.alpha-badge {
    background: var(--gradient-primary);
    color: white;
}

.beta-badge {
    background: var(--gradient-secondary);
    color: white;
}

.trial-badge {
    background: var(--gradient-accent);
    color: white;
}

.program-content {
    padding: 1.5rem;
}

.program-features {
    list-style: none;
    margin-bottom: 2rem;
}

.program-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
}

.program-features i {
    color: var(--success-color);
}

.btn-alpha {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.btn-beta {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.btn-trial {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* Packages Section */
.packages {
    /* Background removed to use global animated background */
    padding: 5rem 0;
}

.packages-section {
    margin-top: 4rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(38, 38, 38, 0.4) 0%, rgba(26, 26, 26, 0.6) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 71, 87, 0.2);
}

.packages-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.packages-subtitle {
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.packages-container {
    display: grid;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.package-tier {
    background: var(--background-card);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.package-tier:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--primary-color);
}

.package-header {
    padding: 2rem;
    text-align: center;
    background: var(--gradient-primary);
    color: white;
    position: relative;
    overflow: hidden;
}

.package-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.package-tier:hover .package-header::before {
    left: 100%;
}

.package-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.package-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.package-description {
    opacity: 0.9;
    font-size: 1rem;
    line-height: 1.4;
}

.package-features {
    padding: 2rem;
    background: var(--background-secondary);
}

.package-features h4 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.features-list li {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features-list li i {
    color: var(--success-color);
    width: 16px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.pricing-option {
    background: var(--background-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pricing-option:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.2);
}

.pricing-option.popular {
    border-color: var(--accent-color);
    background: linear-gradient(135deg, var(--background-card) 0%, rgba(245, 158, 11, 0.1) 100%);
}

.pricing-option.popular::before {
    content: 'POPULAR';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--gradient-primary);
    color: white;
    padding: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 12px 12px 0 0;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-duration {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.pricing-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.pricing-option.popular .pricing-price {
    color: var(--accent-color);
}

.buy-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.4);
}

.pricing-option.popular .buy-btn {
    background: linear-gradient(135deg, var(--accent-color) 0%, #d97706 100%);
}

.pricing-option.popular .buy-btn:hover {
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* GUI Showcase Section */
.showcase {
    padding: 6rem 0;
    /* Background removed to use global animated background */
    position: relative;
    overflow: hidden;
}

/* Removed showcase::before background to use global animated background */

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.gui-showcase-item {
    background: rgba(20, 20, 30, 0.8);
    border: 1px solid rgba(255, 165, 2, 0.2);
    border-radius: 20px;
    padding: 0;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(255, 71, 87, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform: translateY(0);
    opacity: 1;
    cursor: pointer;
    position: relative;
}

.gui-showcase-item.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: slideInScale 0.6s ease-out forwards;
}

.gui-showcase-item:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(255, 71, 87, 0.2);
}

.gui-showcase-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 71, 87, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.gui-showcase-item:hover::before {
    left: 100%;
}

.gui-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 300px;
    background: var(--background-secondary);
}

.gui-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: brightness(0.9);
}

.gui-showcase-item:hover .gui-image {
    transform: scale(1.05);
    filter: brightness(1);
}

.gui-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gui-showcase-item:hover .gui-overlay {
    opacity: 1;
}

.gui-overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gui-showcase-item:hover .gui-overlay-content {
    transform: translateY(0);
}

.gui-overlay i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.gui-overlay p {
    font-weight: 600;
    font-size: 1.1rem;
}

.gui-info {
    padding: 1.5rem;
}

.gui-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.gui-description {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
}

.gui-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.gui-tag {
    background: var(--gradient-primary);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Lightbox Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: var(--background-card);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.lightbox-overlay.active .lightbox-container {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    background: var(--error-color);
    transform: scale(1.1);
}

.lightbox-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-height: 90vh;
}

#lightbox-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    background: var(--background-secondary);
}

.lightbox-info {
    padding: 2rem;
    background: var(--background-card);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lightbox-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

#lightbox-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
}

.lightbox-prev,
.lightbox-next {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

.lightbox-prev i,
.lightbox-next i {
    font-size: 1.2rem;
}

.hwid-reset {
    margin-top: 3rem;
}

.hwid-card {
    background: rgba(30, 30, 40, 0.9);
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid var(--secondary-color);
    text-align: center;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 165, 2, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.hwid-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 165, 2, 0.1), transparent);
    transition: left 0.6s ease;
}

.hwid-card:hover::before {
    left: 100%;
}

.hwid-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-color);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 71, 87, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.hwid-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #ffffff;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.hwid-card h3 i {
    color: var(--secondary-color);
    font-size: 1.8rem;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hwid-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Community Section - Uses global animated background */
.community-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

.community-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.community-card {
    background: var(--background-card);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.community-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.community-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.community-stats {
    display: flex;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.guidelines-list {
    list-style: none;
    color: var(--text-secondary);
}

.guidelines-list li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
}

.guidelines-list li::before {
    content: '•';
    color: var(--primary-color);
    position: absolute;
    left: 0;
}

.submission-process {
    background: var(--background-card);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.submission-process h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.process-steps {
    margin-bottom: 2rem;
}

.step {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.step-number {
    width: 2rem;
    height: 2rem;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.step-content h5 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.step-content p {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.btn-community {
    background: var(--gradient-primary);
    color: white;
    width: 100%;
    justify-content: center;
}

/* Roadmap Section */
.roadmap-container {
    max-width: 800px;
    margin: 0 auto;
}

.roadmap-tool-notice {
    background: var(--background-card);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: center;
    margin-bottom: 3rem;
}

.roadmap-tool-notice i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.roadmap-tool-notice p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.btn-roadmap {
    background: var(--gradient-primary);
    color: white;
}

.roadmap-timeline {
    position: relative;
}

.roadmap-timeline::before {
    content: '';
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-color);
}

.roadmap-item {
    position: relative;
    padding-left: 5rem;
    margin-bottom: 3rem;
}

.roadmap-marker {
    position: absolute;
    left: 1.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: var(--background-primary);
}

.roadmap-item.completed .roadmap-marker {
    background: var(--success-color);
    border-color: var(--success-color);
}

.roadmap-item.in-progress .roadmap-marker {
    background: var(--warning-color);
    border-color: var(--warning-color);
}

.roadmap-item.planned .roadmap-marker {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.roadmap-content {
    background: var(--background-card);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.roadmap-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.roadmap-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.roadmap-status {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.roadmap-status.completed {
    background: var(--success-color);
    color: white;
}

.roadmap-status.in-progress {
    background: var(--warning-color);
    color: white;
}

.roadmap-status.planned {
    background: var(--primary-color);
    color: white;
}

/* Team Section - Uses global animated background */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.team-member {
    background: var(--background-card);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.member-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    box-shadow: var(--shadow-lg);
}

.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-avatar:hover .member-photo {
    transform: none;
}

.member-avatar i {
    font-size: 4rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.member-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.member-role {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.member-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.member-link {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--background-secondary);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    /* Background removed to use global animated background */
    border-top: 1px solid var(--border-color);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.footer-logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--background-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-disclaimer {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--background-card);
    border-radius: 8px;
    border-left: 4px solid var(--warning-color);
}

.footer-disclaimer p {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--background-primary);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow-lg);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-container {
        grid-template-columns: auto auto auto;
        gap: 1rem;
    }

    .nav-actions {
        order: 2;
    }

    .nav-menu {
        order: 3;
    }

    .nav-toggle {
        order: 4;
    }

    .btn-panel {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        border-radius: 20px;
    }

    .btn-panel i {
        display: none;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-visual {
        order: -1;
    }

    .hero-banner {
        max-width: 400px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-stats {
        justify-content: center;
    }

    .community-content {
        grid-template-columns: 1fr;
    }

    .features-grid,
    .programs-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .roadmap-timeline::before {
        left: 1rem;
    }

    .roadmap-item {
        padding-left: 3rem;
    }

    .roadmap-marker {
        left: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social,
    .member-links {
        justify-content: center;
    }

    /* Packages responsive */
    .packages-title {
        font-size: 2rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.75rem;
    }

    .pricing-option {
        padding: 1rem;
    }

    .pricing-price {
        font-size: 1.2rem;
    }

    .buy-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    /* Showcase responsive */
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .lightbox-content {
        grid-template-columns: 1fr;
    }

    .lightbox-info {
        padding: 1.5rem;
    }

    #lightbox-title {
        font-size: 1.2rem;
    }
}
