/* Emoji Font Import for Colorful Emojis */
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L10.5 20.5L13.5 13.5L20.5 10.5L3 3Z' fill='%23a855f7' stroke='%23c084fc' stroke-width='1'/%3E%3C/svg%3E") 0 0, auto !important;
}

a, button, .btn, [role="button"], .feature-card, .category-card, 
.visual-card, .founder-card, .testimonial-card, .contact-item, 
.showcase-item, .stat-card, .social-link, .nav-menu a, .stock-item {
    cursor: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L10.5 20.5L13.5 13.5L20.5 10.5L3 3Z' fill='%23a855f7' stroke='%23c084fc' stroke-width='1.5'/%3E%3C/svg%3E") 0 0, auto !important;
}

input, textarea, select {
    cursor: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2V22M6 6V18M14 6V18' stroke='%23a855f7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 10 12, auto !important;
}

:root {
    --primary-purple: #a855f7;
    --dark-purple: #7c3aed;
    --neon-purple: #c084fc;
    --deep-black: #0c0229;
    --darker-black: #0c0229;
    --card-black: #0c0229;
    --border-purple: rgba(168, 85, 247, 0.3);
    --text-light: #b4a3c4;
    --text-white: #ffffff;
    --text-muted: #7e6b8f;
}

html {
    scroll-behavior: smooth;
}

/* Global Image Styling - Rounded Corners */
img {
    border-radius: 12px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
    background-color: #16034f;
    color: var(--text-light);
    overflow-x: hidden;
    line-height: 1.6;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: -1;
}


/* Noise Texture */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.4;
    mix-blend-mode: overlay;
}

/* Background Animation */
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background: #0c0229;
}

/* Animated Gradient Orbs */
.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    animation: floatOrb 20s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.gradient-orb.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4), transparent);
    top: -300px;
    left: -200px;
    animation-duration: 25s;
}

.gradient-orb.orb-2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.3), transparent);
    bottom: -350px;
    right: -250px;
    animation-duration: 30s;
    animation-delay: -5s;
}

.gradient-orb.orb-3 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.25), transparent);
    top: 40%;
    right: 10%;
    animation-duration: 35s;
    animation-delay: -10s;
}

@keyframes floatOrb {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(80px, -80px) scale(1.1);
    }
    66% {
        transform: translate(-80px, 80px) scale(0.9);
    }
}

/* Gradient Mesh Overlay */
.gradient-mesh {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(at 20% 30%, rgba(168, 85, 247, 0.08) 0px, transparent 50%),
        radial-gradient(at 80% 70%, rgba(124, 58, 237, 0.06) 0px, transparent 50%),
        radial-gradient(at 40% 80%, rgba(192, 132, 252, 0.05) 0px, transparent 50%);
    animation: meshMove 15s ease-in-out infinite;
}

@keyframes meshMove {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.7; }
}

/* Geometric Pattern */
.geometric-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(168, 85, 247, 0.02) 1.5px, transparent 1.5px),
        linear-gradient(90deg, rgba(168, 85, 247, 0.02) 1.5px, transparent 1.5px);
    background-size: 80px 80px;
    opacity: 0.4;
    animation: patternScroll 80s linear infinite;
}

@keyframes patternScroll {
    0% { background-position: 0 0; }
    100% { background-position: 80px 80px; }
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem 0;
    background: linear-gradient(135deg, rgba(8, 3, 20, 0.85) 0%, rgba(5, 2, 12, 0.85) 100%);
    backdrop-filter: blur(25px) saturate(180%);
    border-bottom: 1px solid rgba(168, 85, 247, 0.1);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    overflow: visible;
}

/* Hide Hamburger on Desktop */
.hamburger {
    display: none;
}

.navbar.expanded {
    padding: 1.2rem 0 3.5rem 0;
}

/* Magic Bento for Navbar - Disabled */
.navbar::before {
    display: none;
}

.nav-container {
    max-width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.675rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-purple);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: auto;
    text-decoration: none;
}

.logo-image {
    height: 49px;
    width: auto;
    transition: transform 0.3s ease;
    background: transparent;
    border-radius: 12px;
    padding: 4px;
}

.logo-text {
    display: inline-block;
    transition: color 0.3s ease;
}

.logo:hover .logo-image {
    transform: scale(1.05) rotate(-2deg);
}

.logo:hover .logo-text {
    color: var(--neon-purple);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.25rem;
    align-items: center;
    padding-top: 0.6rem;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.225rem;
}

.nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-purple);
    transition: width 0.3s ease;
}

.nav-menu > li > a:hover {
    color: var(--primary-purple);
}

.nav-menu > li > a:hover::after {
    width: 100%;
}

/* Dropdown Menu */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    cursor: pointer;
    user-select: none;
}

.dropdown-icon {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 4px;
    display: inline-block;
}

.nav-dropdown:hover .dropdown-icon,
.nav-dropdown.active .dropdown-icon {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    transform: translateY(-8px);
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    white-space: nowrap;
    pointer-events: none;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu,
.nav-dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Hover bridge - prevents dropdown from closing when moving cursor */
.nav-dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1rem;
    background: transparent;
}


.nav-dropdown-menu li {
    padding: 0;
    position: relative;
}

.nav-dropdown-menu a {
    display: block;
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    padding: 0;
}

.nav-dropdown-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-purple);
    transition: width 0.3s ease;
}

.nav-dropdown-menu a:hover {
    color: var(--primary-purple);
}

.nav-dropdown-menu a:hover::after {
    width: 100%;
}

/* Active state indicator */
.nav-dropdown.active > a {
    color: var(--primary-purple);
}

.nav-dropdown.active > a::after {
    width: 100%;
}

/* Hero Section - Redesigned */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 6rem 1.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    max-width: 88%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.25rem;
    align-items: center;
    width: 100%;
    padding: 0 1.875rem;
}

.hero-content {
    z-index: 2;
}

/* Hero Label */
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: rgba(168, 85, 247, 0.08);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 50px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.label-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-purple);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.label-text {
    font-size: 0.9rem;
    color: var(--primary-purple);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.hero-title {
    margin-bottom: 2rem;
}

.title-line {
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.225rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.title-main {
    display: block;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.075rem;
    line-height: 1.1;
    margin-bottom: 0.6rem;
}

.title-main.gradient-text {
    text-shadow: 
        0 1px 0 rgba(168, 85, 247, 0.4),
        0 2px 0 rgba(168, 85, 247, 0.3),
        0 3px 0 rgba(168, 85, 247, 0.2),
        0 4px 0 rgba(168, 85, 247, 0.1),
        0 6px 15px rgba(168, 85, 247, 0.3),
        0 0 30px rgba(168, 85, 247, 0.2);
    filter: drop-shadow(0 5px 25px rgba(168, 85, 247, 0.4));
}

.title-accent {
    display: block;
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.075rem;
}

/* Gradient Text Effect with 3D */
.gradient-text {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--neon-purple) 50%, var(--primary-purple) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    position: relative;
    text-shadow: 
        0 1px 0 rgba(168, 85, 247, 0.3),
        0 2px 0 rgba(168, 85, 247, 0.2),
        0 3px 0 rgba(168, 85, 247, 0.1),
        0 4px 8px rgba(168, 85, 247, 0.1);
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.3));
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Shimmer Text */
.shimmer-text {
    position: relative;
    overflow: hidden;
}

.shimmer-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.3), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Hero Description */
.hero-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2.25rem;
    max-width: 600px;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--border-purple), transparent);
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-icon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
    transform: translateX(5px);
}

.btn {
    padding: 0.75rem 1.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    border: 1.5px solid var(--primary-purple);
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-text {
    position: relative;
    z-index: 2;
}

/* Button Shine Effect */
.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

/* Enhanced Button Ripple Effect */
.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn:active::before {
    width: 400px;
    height: 400px;
}

.btn:hover .btn-shine {
    left: 100%;
}

.btn-primary {
    background: var(--primary-purple);
    color: #ffffff;
}

.btn-primary:hover {
    background: transparent;
    color: var(--primary-purple);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3), inset 0 0 10px rgba(168, 85, 247, 0.1);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-purple);
}

.btn-secondary:hover {
    background: var(--primary-purple);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3), inset 0 0 10px rgba(168, 85, 247, 0.1);
    transform: translateY(-2px);
}

/* Floating Orbs */
.floating-orbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.08), rgba(168, 85, 247, 0.02));
    filter: blur(40px);
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 300px;
    height: 300px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 400px;
    height: 400px;
    top: 50%;
    right: 10%;
    animation-delay: 5s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    left: 50%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Hero Visual Cards */
.hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    perspective: 1000px;
}

.visual-card {
    background: #1b0a42;
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 12px;
    padding: 1.875rem;
    backdrop-filter: blur(20px);
    box-shadow: none;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 135px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
}

.visual-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.visual-card:hover {
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2),
                0 0 30px rgba(168, 85, 247, 0.15);
    border-color: rgba(168, 85, 247, 0.4);
    transform: translate3d(0, -5px, 0);
    will-change: transform;
}

.card-1 {
    grid-column: 1 / 2;
    animation: floatCard 6s ease-in-out infinite;
}

.card-2 {
    grid-column: 2 / 3;
    animation: floatCard 6s ease-in-out infinite;
}

.card-3 {
    grid-column: 1 / 3;
    animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.visual-card .card-icon {
    font-size: 2.25rem;
    margin-bottom: 1.125rem;
    filter: none;
    transition: filter 0.3s ease;
}

.visual-card:hover .card-icon {
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.4));
}

.visual-card h3 {
    font-size: 1.35rem;
    color: var(--text-white);
    margin-bottom: 0.6rem;
    font-weight: 600;
}

.visual-card p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: bounce 2s ease-in-out infinite;
    z-index: 10;
}

.mouse {
    width: 25px;
    height: 40px;
    border: 2px solid var(--primary-purple);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.wheel {
    width: 3px;
    height: 8px;
    background: var(--primary-purple);
    border-radius: 2px;
    animation: scroll 1.5s ease-in-out infinite;
}

@keyframes scroll {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(12px); }
}

@keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}

/* Animation Classes */
.animate-in {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Founders Section */
.founders {
    padding: 3rem 2rem;
    position: relative;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-top: 0.75rem;
    letter-spacing: 0.375px;
}

.faq .section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-top: 0.5rem;
}

.faq-title .gradient-text {
    background: linear-gradient(135deg, #9b59b6 0%, #b794f6 50%, #9b59b6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-title span:not(.gradient-text) {
    color: #ffffff !important;
    font-weight: 700 !important;
    -webkit-text-fill-color: #ffffff !important;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.founder-card {
    background: #1d0941;
    border: 1px solid var(--border-purple);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.founder-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.founder-card:hover {
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.4);
}

.founder-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
}

.founder-image {
    position: relative;
    display: inline-block;
    padding-bottom: 45px;
}

.image-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.05));
    border: 3px solid var(--primary-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
    position: relative;
    overflow: hidden;
}

.image-placeholder::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        var(--primary-purple) 50%,
        transparent 100%
    );
    animation: rotate 4s linear infinite;
    opacity: 0.3;
}

.founder-initial {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2;
    position: relative;
}

.founder-profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--primary-purple);
    object-fit: cover;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-card:hover .founder-profile-pic {
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.5);
}

.founder-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-purple);
    color: var(--deep-black);
    padding: 0.5rem 1.2rem;
    border-radius: 25px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.5);
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 10;
}

.founder-card:hover .founder-badge {
    transform: translateX(-50%);
    box-shadow: 0 6px 25px rgba(168, 85, 247, 0.7);
}

.founder-info {
    text-align: center;
}

.founder-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--text-white), var(--primary-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.founder-role {
    color: var(--primary-purple);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.founder-discord {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-discord-username {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: rgba(168, 85, 247, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 8px;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.founder-discord-username svg {
    color: var(--primary-purple);
    flex-shrink: 0;
}

.founder-discord-username span {
    color: var(--primary-purple);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.founder-discord-username:hover {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-2px);
}

.founder-bio {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.founder-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--border-purple);
    border-bottom: 1px solid var(--border-purple);
}

/* Lav's card - no discord username */
.founder-card-lav {
    padding-bottom: 1.5rem;
}

.founder-card-lav .founder-stats {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.founder-stat {
    text-align: center;
}

.founder-stat .stat-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.3rem;
}

.founder-stat .stat-label {
    display: block;
    font-size: 0.8rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.founder-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid var(--border-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-purple);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-purple);
    color: var(--deep-black);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(168, 85, 247, 0.4);
}

.social-link svg {
    transition: transform 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.1);
}

/* Company Values */
.company-values {
    margin-top: 5rem;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    background: rgba(168, 85, 247, 0.03);
    border: 1px solid var(--border-purple);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.company-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.1), transparent);
    animation: shimmer 3s infinite;
}

.values-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.values-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
}

/* Common Section Styles */
section {
    padding: 3rem 0.75rem;
    position: relative;
}

.container {
    max-width: 88%;
    margin: 0 auto;
    padding: 0 1.875rem;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, var(--primary-purple) 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 
        0 1px 0 rgba(255, 255, 255, 0.2),
        0 2px 0 rgba(168, 85, 247, 0.15),
        0 3px 0 rgba(168, 85, 247, 0.1),
        0 5px 10px rgba(168, 85, 247, 0.2);
    filter: drop-shadow(0 4px 15px rgba(168, 85, 247, 0.2));
    animation: titleShine 4s ease-in-out infinite;
}

.section-title svg {
    color: var(--primary-purple);
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.6));
    flex-shrink: 0;
}

@keyframes titleShine {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 200% center; }
}

.title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    margin: 0 auto;
}

/* Section Divider */
.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    opacity: 0.2;
    margin-bottom: 4rem;
    position: relative;
}

.section-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: var(--primary-purple);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--primary-purple);
}

/* Split Text Animation */
.split-text {
    position: relative;
    display: inline-block;
}

/* About Section */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h3 {
    font-size: 1.8rem;
    color: var(--primary-purple);
    margin-bottom: 1.125rem;
    font-weight: 600;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 1.125rem;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-card {
    background: #1b0a42;
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 9px;
    padding: 1.5rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    box-shadow: none;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2),
                0 0 30px rgba(168, 85, 247, 0.15);
    transform: translate3d(0, -5px, 0);
    will-change: transform;
}

/* Spotlight Card Effect - Disabled to let Magic Bento work */
.spotlight-card {
    position: relative;
}

.card-spotlight {
    display: none;
}

.feature-content {
    position: relative;
    z-index: 2;
}

/* Border Beam Effect - Disabled for Magic Bento */
.card-border-beam {
    display: none;
}

.feature-icon {
    font-size: 1.875rem;
    color: var(--primary-purple);
    margin-bottom: 0.75rem;
    filter: none;
    transition: filter 0.3s ease;
}

.feature-card:hover .feature-icon {
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.5));
}

.feature-card h4 {
    font-size: 1.2rem;
    color: var(--text-white);
    margin-bottom: 0.375rem;
}

.feature-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Stock Section */
.stock {
    background: linear-gradient(180deg, rgba(12, 2, 41, 0.9) 0%, rgba(15, 8, 32, 0.8) 50%, rgba(12, 2, 41, 0.9) 100%);
    position: relative;
    min-height: 100vh;
    opacity: 1 !important;
    visibility: visible !important;
}

.stock-content {
    opacity: 1 !important;
    visibility: visible !important;
}

.stock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    animation: stock-glow 3s ease-in-out infinite;
}

@keyframes stock-glow {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.stock-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-white);
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 1.2rem 1.5rem;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.08), rgba(124, 58, 237, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 2px 12px rgba(168, 85, 247, 0.1);
}

/* Purchase Notice - Simple Design */
.purchase-notice-simple {
    max-width: 700px;
    margin: 4rem auto 0;
    padding: 2rem 2.5rem;
    background: rgba(168, 85, 247, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    text-align: center;
}

.purchase-notice-simple h3 {
    font-size: 1.5rem;
    color: var(--neon-purple);
    margin-bottom: 1rem;
    font-weight: 600;
}

.purchase-notice-simple p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.discord-btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.discord-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(168, 85, 247, 0.5);
}

/* Stock Categories */
.stock-category {
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(29, 9, 65, 0.95) 0%, rgba(15, 5, 35, 0.9) 50%, rgba(5, 5, 5, 0.85) 100%);
    border: 1px solid var(--border-purple);
    border-radius: 12px;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
}

.stock-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.5);
}

.category-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 2rem;
    text-align: center;
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.6), 0 2px 8px rgba(0, 0, 0, 0.8);
    padding: 0.8rem;
    border-bottom: 2px solid rgba(168, 85, 247, 0.4);
    letter-spacing: 1.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.category-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(168, 85, 247, 0.6));
    transition: all 0.3s ease;
}

.category-title:hover .category-icon {
    filter: drop-shadow(0 4px 12px rgba(168, 85, 247, 0.8));
    transform: scale(1.1) rotate(5deg);
}

.category-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    filter: blur(2px);
}

.subcategory {
    margin-bottom: 2.5rem;
    padding: 0;
    background: linear-gradient(135deg, rgba(20, 10, 45, 0.3) 0%, transparent 100%);
    border: none;
    border-radius: 8px;
    opacity: 1 !important;
    visibility: visible !important;
}

.subcategory:last-child {
    margin-bottom: 0;
}

.subcategory-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(168, 85, 247, 0.3);
    text-shadow: 0 2px 8px rgba(168, 85, 247, 0.3);
    opacity: 1 !important;
    visibility: visible !important;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.subcategory-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(168, 85, 247, 0.4));
    transition: all 0.3s ease;
}

.subcategory-icon.spotify-icon {
    width: 28px;
    height: 28px;
}

.subcategory-icon.linkedin-icon {
    border-radius: 0;
    width: 28px;
    height: 28px;
}

.subcategory-title:hover .subcategory-icon {
    filter: drop-shadow(0 4px 10px rgba(168, 85, 247, 0.6));
    transform: scale(1.05);
}

/* Stock Grid */
.stock-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-bottom: 2rem;
    perspective: 1000px;
}

/* Stock Items */
.stock-item {
    background: #1b0a42;
    border: 1px solid var(--border-purple);
    border-radius: 12px;
    padding: 1.2rem 1.3rem;
    padding-right: 7rem;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}

/* Product Icon */
.product-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    object-fit: contain;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
    background: transparent;
    border-radius: 12px;
}

/* Play Store Icon */
.playstore-icon {
    background: transparent;
    padding: 4px;
    border-radius: 12px;
}

/* Spotify Icon - Smaller size */
.spotify-icon {
    width: 28px !important;
    height: 28px !important;
}

/* LinkedIn Icon - No border radius and smaller size */
.linkedin-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
}

/* Swiggy Instamart Icon - Bigger size */
.swiggyinstamart-icon {
    width: 55px !important;
    height: 55px !important;
}

.stock-item:hover .product-icon {
    transform: scale(1.1);
}

/* Magic Bento Glow Effect */
.stock-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.stock-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(168, 85, 247, 0.05), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

.stock-item:hover {
    animation: none !important;
    transform: translate3d(0, -8px, 0) !important;
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2),
                0 0 30px rgba(168, 85, 247, 0.15),
                inset 0 0 20px rgba(168, 85, 247, 0.05);
    border-color: rgba(168, 85, 247, 0.4);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.stock-item:hover::after {
    opacity: 1;
}

/* Ensure content is above pseudo-elements */
.stock-item > * {
    position: relative;
    z-index: 2;
}

/* Floating animation for stock items */
@keyframes floatItem {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stock-item.in-stock {
    animation: floatItem 6s ease-in-out infinite;
}

.stock-item.popular {
    animation: floatItem 5s ease-in-out infinite;
}

/* Stagger animation delays for visual interest */
.stock-item:nth-child(2n) {
    animation-delay: -1s;
}

.stock-item:nth-child(3n) {
    animation-delay: -2s;
}

.stock-item:nth-child(5n) {
    animation-delay: -3s;
}

.stock-item.out-of-stock {
    opacity: 0.7;
}

.stock-item.out-of-stock:hover {
    transform: translateY(-4px);
}

.item-number {
    display: none;
}

.stock-item h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 0.6rem;
    padding-right: 0;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.item-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.8rem;
    line-height: 1.5;
    min-height: 40px;
    flex-grow: 1;
}

.item-price {
    font-size: 1rem;
    color: var(--primary-purple);
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 8px rgba(168, 85, 247, 0.4);
    letter-spacing: 0.3px;
}

/* Status Badges - Outlined Style */
.status-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0.4rem 0.8rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 20px;
    background: transparent;
    z-index: 10;
    transition: all 0.3s ease;
}

.status-badge::after {
    display: none;
}

.status-badge.in-stock {
    border: 1.5px solid #10b981;
    color: #10b981;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4),
                0 0 25px rgba(16, 185, 129, 0.2);
}

.status-badge.in-stock:hover {
    background: rgba(16, 185, 129, 0.1);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.6),
                0 0 35px rgba(16, 185, 129, 0.3);
}

.status-badge.out-of-stock {
    border: 1.5px solid #666666;
    color: #999999;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.3),
                0 0 25px rgba(120, 120, 120, 0.15);
}

.status-badge.out-of-stock:hover {
    background: rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 20px rgba(120, 120, 120, 0.4),
                0 0 35px rgba(120, 120, 120, 0.2);
}

.status-badge.popular {
    border: 1.5px solid #c084fc;
    color: #c084fc;
    text-shadow: none;
}

.status-badge.popular::before {
    content: '⭐ ';
    margin-right: 2px;
}

.status-badge.popular:hover {
    background: rgba(192, 132, 252, 0.1);
}

@keyframes pulse-badge {
    0%, 100% {
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.5);
    }
}

@keyframes pulse-popular {
    0%, 100% {
        box-shadow: 0 0 10px rgba(192, 132, 252, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(192, 132, 252, 0.5);
    }
}

/* Stock Summary */
.stock-summary {
    margin-top: 4rem;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.1) 0%, rgba(0, 0, 0, 0.95) 100%);
    border: 2px solid rgba(168, 85, 247, 0.4);
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 30px rgba(168, 85, 247, 0.2);
}

.summary-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 2rem;
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    letter-spacing: 1px;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.8rem;
}

.summary-item {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    border: 1.5px solid rgba(168, 85, 247, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.summary-item:hover {
    transform: translateY(-3px);
    border-color: var(--primary-purple);
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.25);
    background: rgba(0, 0, 0, 0.85);
}

.summary-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 15px rgba(168, 85, 247, 0.7);
    letter-spacing: 1px;
}

.summary-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.category-breakdown {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1.5px solid rgba(168, 85, 247, 0.3);
}

.category-breakdown p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.6rem 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Bento Grid Style */
.bento-grid {
    perspective: 1000px;
}

.category-card {
    height: 300px;
    background: #1b0a42;
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: none;
    backdrop-filter: blur(20px);
}

.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.category-card:hover {
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2),
                0 0 30px rgba(168, 85, 247, 0.15);
    border-color: rgba(168, 85, 247, 0.4);
}

/* Magnetic Card Effect */
.magnetic-card {
    transform-style: preserve-3d;
}

/* Card Glow Effect - Disabled for Magic Bento */
.card-glow {
    display: none;
}

/* Mesh Gradient - Disabled for Magic Bento */
.mesh-gradient {
    display: none;
}

.category-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: none;
    transition: filter 0.3s ease;
}

.category-card:hover .category-icon {
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.5));
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.category-card:hover .category-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.category-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
    text-shadow: 
        0 1px 0 rgba(168, 85, 247, 0.3),
        0 2px 0 rgba(168, 85, 247, 0.2),
        0 3px 5px rgba(168, 85, 247, 0.2);
    filter: drop-shadow(0 4px 12px rgba(168, 85, 247, 0.4));
}

.category-overlay p {
    color: var(--text-light);
    font-size: 1rem;
}

/* Features Showcase Section */
.features-showcase {
    padding: 8rem 2rem;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.showcase-item {
    background: #1b0a42;
    border: 1px solid var(--border-purple);
    border-radius: 12px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

.showcase-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.showcase-item:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
}

.showcase-glow {
    display: none;
}

.showcase-content {
    position: relative;
    z-index: 2;
}

.showcase-number {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple), var(--primary-purple));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 
        0 2px 0 rgba(168, 85, 247, 0.1),
        0 4px 8px rgba(168, 85, 247, 0.15);
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.2));
    animation: numberShine 3s ease-in-out infinite;
}

@keyframes numberShine {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 200% center; }
}

.showcase-item:hover .showcase-number {
    opacity: 0.5;
}

.showcase-item h3 {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #ffffff 0%, var(--primary-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    font-weight: 600;
    text-shadow: 
        0 1px 0 rgba(255, 255, 255, 0.1),
        0 2px 5px rgba(168, 85, 247, 0.1);
    filter: drop-shadow(0 2px 8px rgba(168, 85, 247, 0.15));
}

.showcase-item p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
}

/* Ripple Effect */
.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4), transparent 70%);
    transform: scale(0);
    animation: rippleEffect 0.6s ease-out;
    pointer-events: none;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Stock Preview Section */
.stock-preview {
    padding: 3rem 0.75rem;
    position: relative;
}

.stock-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.stock-preview-card {
    background: #1b0a42;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 280px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
}

.stock-preview-card:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translate3d(0, -8px, 0);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.stock-preview-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.3));
    transition: all 0.4s ease;
}

.stock-preview-icon svg {
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.4));
    transition: all 0.4s ease;
}

.stock-preview-card:hover .stock-preview-icon svg {
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.8));
    transform: translateY(-5px);
}

.stock-preview-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.stock-preview-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.stock-preview-arrow {
    font-size: 1.5rem;
    color: var(--primary-purple);
    font-weight: 700;
    transition: transform 0.3s ease;
}

.stock-preview-card:hover .stock-preview-arrow {
    transform: translateX(10px);
}

.view-all-stock {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* FAQ Section */
.faq {
    padding: 3rem 0.75rem;
    position: relative;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.faq-item {
    background: #1b0a42;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.faq-item:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.15);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.faq-question h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white);
    margin: 0;
    line-height: 1.4;
}

.faq-icon {
    font-size: 0.75rem;
    color: var(--primary-purple);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, margin-top 0.25s ease, opacity 0.25s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    margin-top: 1.125rem;
    opacity: 1;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

/* Contact Section */
.contact-description {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem;
    max-width: 900px;
    margin: 0 auto;
}

.discord-stats-container {
    background: rgba(5, 5, 5, 0.8);
    border: 1px solid var(--border-purple);
    border-radius: 9px;
    padding: 1.5rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.discord-stats-container::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(168, 85, 247, 0.15) 0%,
        transparent 60%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.discord-stats-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.discord-stats-header h4 {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
}

.discord-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.discord-stat-item {
    background: rgba(168, 85, 247, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.discord-stat-item:hover {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-5px);
}

.discord-stat-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.discord-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 0.375rem;
}

.discord-stat-label {
    font-size: 0.675rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.discord-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 2rem;
    background: var(--primary-purple);
    color: var(--deep-black);
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.discord-join-btn:hover {
    background: #a855f7;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3);
}

.discord-join-btn svg {
    transition: transform 0.3s ease;
}

.discord-join-btn:hover svg {
    transform: translateX(5px);
}

.contact-item {
    background: #1b0a42;
    border: 1px solid var(--border-purple);
    border-radius: 9px;
    padding: 2.25rem;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.contact-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.contact-item:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
}

/* Glass Card Effect */
.glass-card {
    background: rgba(18, 18, 18, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(168, 85, 247, 0.2);
}

.glass-card:hover {
    background: rgba(18, 18, 18, 0.6);
    border-color: var(--primary-purple);
}

/* Card Shine Effect */
.card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.glass-card:hover .card-shine {
    left: 100%;
    opacity: 0.6;
}

.contact-icon {
    font-size: 2.25rem;
    color: var(--primary-purple);
    margin-bottom: 1.125rem;
}

/* Pulse Icon */
.pulse-icon {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.5));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.8));
    }
}

/* Enhanced Card Glow */
.feature-card:hover, .category-card:hover, 
.founder-card:hover, .testimonial-card:hover {
    box-shadow: 
        0 0 30px rgba(168, 85, 247, 0.2),
        0 15px 50px rgba(0, 0, 0, 0.7),
        inset 0 0 20px rgba(168, 85, 247, 0.05);
}

/* Text Selection Styling */
::selection {
    background: var(--primary-purple);
    color: var(--deep-black);
}

::-moz-selection {
    background: var(--primary-purple);
    color: var(--deep-black);
}


/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    padding: 3rem;
    background: rgba(5, 5, 5, 0.6);
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

/* Stats grid container - using real Magic Bento now */

.stat-card {
    text-align: center;
    padding: 2rem;
    background: #1b0a42;
    border-radius: 12px;
    border: 1px solid var(--border-purple);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    cursor: pointer;
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.contact-item h4 {
    font-size: 1.125rem;
    color: var(--text-white);
    margin-bottom: 0.75rem;
}

.contact-item p {
    color: var(--text-light);
    font-size: 0.825rem;
}

/* Testimonials Section */
.testimonials {
    padding: 8rem 2rem;
    background: rgba(0, 0, 0, 0.3);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: #1b0a42;
    border: 1px solid var(--border-purple);
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        rgba(var(--glow-color, 168, 85, 247), 0.2),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: calc(var(--glow-intensity, 0) * 0.8);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 15px 45px rgba(168, 85, 247, 0.2);
}

.quote-icon {
    font-size: 4rem;
    color: var(--primary-purple);
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: Georgia, serif;
}

.testimonial-text {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-purple), var(--dark-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--deep-black);
}

.author-name {
    color: var(--text-white);
    font-weight: 600;
    font-size: 1.1rem;
}

.author-title {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.card-beam {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover .card-beam {
    opacity: 1;
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* Magic Bento for Footer */
.footer::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -50%;
    width: 200%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), var(--neon-purple), var(--primary-purple), transparent);
    opacity: 0.5;
    animation: footerGlow 10s linear infinite;
    filter: blur(4px);
}

@keyframes footerGlow {
    0% { transform: translateX(0); }
    100% { transform: translateX(25%); }
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 2.25rem 1.5rem;
    max-width: 95%;
    margin: 0 auto;
}

.footer-column h3,
.footer-column h4 {
    color: var(--text-white);
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
}

.footer-logo-image {
    height: 30px;
    width: auto;
    filter: drop-shadow(0 0 13.5px rgba(168, 85, 247, 0.6)) 
            drop-shadow(0 0 6px rgba(168, 85, 247, 0.4))
            brightness(1.1);
    background: transparent;
    mix-blend-mode: screen;
    border-radius: 12px;
    padding: 3px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo-container:hover .footer-logo-image {
    transform: scale(1.05);
    filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.8)) 
            drop-shadow(0 0 12px rgba(168, 85, 247, 0.6))
            brightness(1.2);
}

.footer-logo {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    padding-top: 7px;
}

.footer-description {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.footer-column .social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid var(--border-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-purple);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-column .social-link svg {
    transition: transform 0.3s ease;
}

.footer-column .social-link:hover {
    background: var(--primary-purple);
    color: var(--deep-black);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
}

.footer-column .social-link:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--primary-purple);
    transform: translateX(5px);
}

.newsletter-text {
    color: var(--text-light);
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.newsletter-input {
    flex: 1;
    padding: 0.6rem 0.75rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border-purple);
    border-radius: 4.5px;
    color: var(--text-white);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--primary-purple);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.newsletter-input::placeholder {
    color: var(--text-muted);
}

.newsletter-btn {
    padding: 0.6rem 1.125rem;
    background: var(--primary-purple);
    border: none;
    border-radius: 4.5px;
    color: var(--deep-black);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
}

.newsletter-btn:hover {
    background: var(--neon-purple);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.5);
    transform: scale(1.05);
}

.footer-bottom {
    padding: 1.125rem;
    text-align: center;
    border-top: 1px solid transparent;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

/* Magic Bento for Footer Bottom */
.footer-bottom::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
    opacity: 0.4;
    animation: pulse 3s ease-in-out infinite;
}

.footer-bottom p {
    color: var(--text-light);
    font-size: 0.85rem;
    margin-bottom: 0.225rem;
}

.footer-tagline {
    font-style: italic;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 100%;
        padding: 0 0.75rem;
    }

    .hero-content {
        order: -1;
    }

    .hero-visual {
        order: 1;
    }

    .title-main {
        font-size: 3.5rem;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .stat-divider {
        display: none;
    }

    .about-content {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .about-text {
        padding: 0 1rem;
    }
    
    .about-text h3 {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .about-text p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .about-features {
        gap: 2rem;
    }
    
    .feature-card {
        padding: 1.8rem 1.5rem;
    }
    
    .feature-icon {
        font-size: 2.8rem;
    }
    
    .feature-card h4 {
        font-size: 1.3rem;
    }
    
    .feature-card p {
        font-size: 0.95rem;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 100%;
    }
    
    .discord-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .discord-stat-value {
        font-size: 1.5rem;
    }

    .categories,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Stock Section Responsive */
    .stock-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .stock-category {
        padding: 1.3rem;
    }

    .category-title {
        font-size: 1.6rem;
    }
    
    .category-icon {
        width: 36px;
        height: 36px;
    }

    .subcategory-title {
        font-size: 1.2rem;
    }
    
    .subcategory-icon {
        width: 28px;
        height: 28px;
    }

    .summary-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }

    .stock-item {
        padding: 1rem;
        padding-right: 7rem;
        min-height: 140px;
    }

    .stock-item h4 {
        font-size: 0.95rem;
    }

    .item-desc {
        font-size: 0.8rem;
        min-height: 36px;
    }

    .item-price {
        font-size: 0.9rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 2.5rem 1.5rem;
    }

    .nav-menu {
        gap: 2.2rem;
    }
    
    .nav-menu a {
        font-size: 1.05rem;
    }
    
    /* Adapt dropdown for tablet */
    .nav-dropdown-menu {
        gap: 1.8rem;
        right: 0;
    }
    
    .nav-dropdown-menu a {
        font-size: 0.95rem;
    }
    
    .navbar.expanded {
        padding: 1.2rem 0 3.5rem 0;
    }

    .orb {
        display: none;
    }
    
    /* Stock Preview Tablet Styles */
    .stock-preview-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
}

@media (max-width: 768px) {
    /* Fix background color showing at bottom */
    body {
        min-height: 100vh;
    }
    
    /* Ensure background container covers full viewport */
    .background-container {
        min-height: 100vh;
    }
    
    /* Reduce horizontal padding on mobile */
    .container {
        padding: 0 0.75rem;
        max-width: 100%;
    }
    
    .hero-grid {
        max-width: 100%;
        padding: 0 0.75rem;
    }
    
    /* Restore default cursors on mobile */
    * {
        cursor: auto !important;
    }
    
    a, button, .btn, [role="button"] {
        cursor: pointer !important;
    }
    
    input, textarea, select {
        cursor: text !important;
    }

    /* Purchase Notice Mobile */
    .purchase-notice-simple {
        margin: 3rem auto 0;
        padding: 1.5rem 0.75rem;
        max-width: 100%;
    }

    .purchase-notice-simple h3 {
        font-size: 1.25rem;
    }

    .purchase-notice-simple p {
        font-size: 0.9rem;
    }

    .discord-btn {
        width: 100%;
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    /* Ensure navbar stays on top */
    .navbar {
        z-index: 1002;
        padding: 1rem 0.75rem;
    }
    
    .nav-container {
        padding: 0;
    }

    /* Hamburger Menu Button - Minimal */
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        z-index: 1001;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .hamburger span {
        width: 24px;
        height: 2px;
        background: var(--primary-purple);
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Mobile Navigation Menu - Minimal */
    .nav-menu {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 280px;
        max-width: 80vw;
        height: calc(100vh - 80px);
        background: rgba(15, 5, 40, 0.98);
        backdrop-filter: blur(15px);
        border-left: 2px solid rgba(168, 85, 247, 0.4);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
        transition: right 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
    }
    
    /* Mobile Menu Backdrop Overlay */
    .nav-menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: -1;
        pointer-events: none;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu.active::before {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    
    /* Menu Items */
    .nav-menu > li {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(168, 85, 247, 0.1);
    }
    
    .nav-menu > li:last-child {
        border-bottom: none;
    }
    
    .nav-menu > li > a {
        display: block;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        transition: background 0.2s ease, color 0.2s ease;
        color: rgba(255, 255, 255, 0.9);
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }
    
    .nav-menu > li > a::after {
        display: none;
    }
    
    .nav-menu > li > a:hover,
    .nav-menu > li > a:active {
        background: rgba(168, 85, 247, 0.15);
        color: var(--primary-purple);
    }
    
    /* Mobile Dropdown */
    .nav-dropdown {
        position: relative;
    }
    
    .nav-dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .nav-dropdown-toggle .dropdown-icon {
        transition: transform 0.3s ease;
        opacity: 0.7;
    }
    
    .nav-dropdown.active .dropdown-icon {
        transform: rotate(180deg);
        opacity: 1;
    }
    
    .nav-dropdown-menu {
        position: static !important;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: rgba(0, 0, 0, 0.3);
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0.5rem 0;
        margin: 0;
        flex-direction: column !important;
        gap: 0 !important;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .nav-dropdown.active .nav-dropdown-menu {
        display: flex !important;
    }
    
    .nav-dropdown-menu li {
        border: none;
        width: 100%;
    }
    
    .nav-dropdown-menu a {
        padding: 0.75rem 1.5rem 0.75rem 2.5rem;
        font-size: 0.9rem;
        display: block;
        transition: background 0.2s ease, color 0.2s ease;
        color: rgba(255, 255, 255, 0.8);
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        width: 100%;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .nav-dropdown-menu a::after {
        display: none !important;
    }
    
    .nav-dropdown-menu a:hover,
    .nav-dropdown-menu a:active {
        background: rgba(168, 85, 247, 0.15);
        color: var(--primary-purple);
    }

    .logo {
        font-size: 1.4rem;
        gap: 0.8rem;
    }

    .logo-image {
        height: 55px;
    }

    .footer-logo-image {
        height: 35px;
    }

    .hero {
        padding: 6rem 0.75rem 4rem;
    }

    .title-main {
        font-size: 2.5rem;
    }

    .title-line {
        font-size: 1rem;
    }

    .title-accent {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .hero-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .stat-item {
        text-align: left;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .visual-card {
        padding: 1.5rem;
    }

    .founders-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .founder-card {
        padding: 2rem 1.5rem;
    }

    .image-placeholder {
        width: 120px;
        height: 120px;
    }
    
    .founder-profile-pic {
        width: 120px;
        height: 120px;
    }

    .founder-initial {
        font-size: 3rem;
    }

    .founder-name {
        font-size: 1.5rem;
    }

    .founder-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .company-values {
        padding: 2rem 1.5rem;
    }

    .values-title {
        font-size: 1.5rem;
    }

    .values-text {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    section {
        padding: 5rem 0.75rem;
    }
    
    .founders {
        padding: 3rem 0.75rem;
    }
    
    .founders-grid {
        max-width: 100%;
        padding: 0 0.75rem;
    }
    
    .footer-grid {
        max-width: 100%;
        padding: 2.25rem 0.75rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0.75rem;
    }

    /* Stock Section Mobile */
    .stock-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .stock-category {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .category-title {
        font-size: 1.4rem;
        padding: 0.6rem;
        margin-bottom: 1.5rem;
    }
    
    .category-icon {
        width: 32px;
        height: 32px;
    }

    .subcategory {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .subcategory-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .subcategory-icon {
        width: 26px;
        height: 26px;
    }

    .stock-item {
        padding: 0.9rem;
        padding-right: 6rem;
        min-height: 130px;
    }

    .stock-item h4 {
        font-size: 0.95rem;
        padding-right: 0;
        margin-bottom: 0.5rem;
    }

    .status-badge {
        font-size: 0.6rem;
        padding: 0.4rem 0.65rem;
    }
    
    .status-badge.popular::before {
        margin-right: 1px;
    }

    .item-desc {
        font-size: 0.8rem;
        min-height: 32px;
        margin-bottom: 0.6rem;
    }

    .item-price {
        font-size: 0.88rem;
        margin-bottom: 0.6rem;
    }

    .status-badge {
        font-size: 0.58rem;
        padding: 0.35rem 0.55rem;
    }
    
    .status-badge.popular::before {
        font-size: 0.7rem;
    }

    .stock-description {
        font-size: 0.95rem;
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .stock-summary {
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .summary-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .summary-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .summary-item {
        padding: 1.2rem;
    }

    .summary-number {
        font-size: 2rem;
    }

    .summary-label {
        font-size: 0.85rem;
    }

    .category-breakdown {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .category-breakdown p {
        font-size: 0.9rem;
        margin: 0.5rem 0;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }

    .showcase-number {
        font-size: 3rem;
    }
    
    /* Stock Preview Mobile Styles */
    .stock-preview-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stock-preview-card {
        padding: 1.5rem;
        min-height: auto;
    }
    
    .stock-preview-icon {
        font-size: 3rem;
    }
    
    .stock-preview-card h3 {
        font-size: 1.2rem;
    }
    
    .stock-preview-card p {
        font-size: 0.85rem;
    }
    
    /* FAQ Mobile Styles */
    .faq-container {
        gap: 0.9rem;
    }
    
    .faq-item {
        padding: 1.125rem;
    }
    
    .faq-question h3 {
        font-size: 0.9rem;
    }
    
    .faq-answer p {
        font-size: 0.8rem;
    }
    
    .faq-icon {
        font-size: 0.65rem;
    }
}

/* Scrollbar Styling - Desktop Only */
@media (min-width: 769px) {
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: var(--deep-black);
    }

    ::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--primary-purple), var(--dark-purple));
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary-purple);
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
    }
}

/* Hide custom scrollbar on mobile */
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        display: none;
        width: 0;
    }
    
    * {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

/* Selection Styling */
::selection {
    background: var(--primary-purple);
    color: var(--deep-black);
}

::-moz-selection {
    background: var(--primary-purple);
    color: var(--deep-black);
}

/* Magic Bento - Border Glow Effect - Subtle & Classy */
.magic-bento-card {
    --glow-x: 50%;
    --glow-y: 50%;
    --glow-intensity: 0;
    --glow-color: 168, 85, 247;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}

.magic-bento-card::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: radial-gradient(
        400px circle at var(--glow-x) var(--glow-y),
        rgba(var(--glow-color), calc(var(--glow-intensity) * 0.25)) 0%,
        rgba(var(--glow-color), calc(var(--glow-intensity) * 0.12)) 30%,
        transparent 60%
    );
    border-radius: inherit;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.magic-bento-card:hover::after {
    opacity: 1;
}

.magic-bento-card:hover {
    box-shadow:
        0 4px 20px rgba(168, 85, 247, 0.08),
        0 0 15px rgba(168, 85, 247, 0.05);
}

/* Magic Bento Particles */
.magic-bento-particle {
    animation: particleFloat 3s ease-in-out infinite;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(10px, -10px) scale(1.2);
    }
    66% {
        transform: translate(-10px, 10px) scale(0.8);
    }
}

/* Magic Bento Spotlight */
.magic-bento-spotlight {
    will-change: transform, opacity;
}

/* New Founders Section Design */
.founders-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 95%;
    margin: 4rem auto 0;
}

.founder-card-new {
    background: #1d0941;
    border: 1.5px solid var(--primary-purple);
    border-radius: 15px;
    padding: 2.25rem 1.875rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 0 30px rgba(168, 85, 247, 0.3),
        0 6px 24px rgba(0, 0, 0, 0.8),
        inset 0 0 45px rgba(168, 85, 247, 0.08);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.founder-card-new::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(
        circle at center,
        rgba(168, 85, 247, 0.15) 0%,
        transparent 70%
    );
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.founder-card-new:hover::before {
    opacity: 1;
    animation: gentleGlow 3s ease-in-out infinite;
}

@keyframes gentleGlow {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.founder-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 0 50px rgba(168, 85, 247, 0.4),
        0 20px 60px rgba(0, 0, 0, 0.9),
        inset 0 0 60px rgba(168, 85, 247, 0.1);
    border-color: rgba(192, 132, 252, 0.8);
}

.founder-image-new {
    margin: 0 auto 1.5rem;
    width: 135px;
    height: 135px;
    position: relative;
}

.founder-profile-new {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 3px solid var(--primary-purple);
    object-fit: cover;
    box-shadow: 
        0 0 30px rgba(168, 85, 247, 0.6),
        0 0 60px rgba(168, 85, 247, 0.3),
        inset 0 0 15px rgba(168, 85, 247, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.founder-placeholder-new {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 3px solid var(--primary-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.75rem;
    font-weight: 700;
    color: var(--primary-purple);
    background: rgba(168, 85, 247, 0.05);
    box-shadow: 
        0 0 30px rgba(168, 85, 247, 0.6),
        0 0 60px rgba(168, 85, 247, 0.3),
        inset 0 0 15px rgba(168, 85, 247, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.founder-card-new:hover .founder-profile-new,
.founder-card-new:hover .founder-placeholder-new {
    transform: scale(1.03);
    box-shadow: 
        0 0 50px rgba(168, 85, 247, 0.7),
        0 0 80px rgba(168, 85, 247, 0.3),
        inset 0 0 25px rgba(168, 85, 247, 0.25);
}

.founder-image-new::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(168, 85, 247, 0.3) 70%,
        transparent 100%
    );
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s ease;
    animation: subtlePulse 4s ease-in-out infinite;
}

@keyframes subtlePulse {
    0%, 100% { 
        opacity: 0.2;
        transform: scale(1);
    }
    50% { 
        opacity: 0.4;
        transform: scale(1.05);
    }
}

.founder-name-new {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 0.6rem;
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    letter-spacing: 0.75px;
}

.founder-role-new {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-purple);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.125rem;
}

.founder-discord-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    color: var(--primary-purple);
    font-size: 0.825rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding: 0.6rem 1.125rem;
    background: rgba(168, 85, 247, 0.08);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 7.5px;
    transition: all 0.3s ease;
}

.founder-discord-new svg {
    flex-shrink: 0;
}

.founder-discord-new:hover {
    background: rgba(168, 85, 247, 0.15);
    border-color: rgba(168, 85, 247, 0.5);
}

.founder-bio-new {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.825rem;
    line-height: 1.8;
    text-align: center;
    padding: 0 0.375rem;
}

.founder-bio-new p {
    margin: 0;
}

/* Responsive Design for New Founders */
@media (max-width: 968px) {
    .founders-grid-new {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .founder-card-new {
        padding: 2.5rem 2rem;
    }
    
    .founder-image-new {
        width: 150px;
        height: 150px;
    }
    
    .founder-profile-new,
    .founder-placeholder-new {
        width: 150px;
        height: 150px;
        font-size: 4rem;
    }
    
    .founder-name-new {
        font-size: 2.3rem;
    }
    
    .founder-role-new {
        font-size: 1rem;
    }
    
    .founder-discord-new {
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
    }
    
    .founder-bio-new {
        font-size: 1rem;
    }
}

/* Additional Mobile Enhancements - 480px and below */
@media (max-width: 480px) {
    /* Fix background color showing at bottom */
    body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    
    /* Ensure background container covers full viewport */
    .background-container {
        min-height: 100vh;
    }
    
    /* Container and Section Adjustments */
    .container {
        padding: 0 0.5rem;
        max-width: 100%;
    }
    
    .hero-grid {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    
    section {
        padding: 3rem 0.5rem;
    }
    
    .founders {
        padding: 3rem 0.5rem;
    }
    
    .founders-grid {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    
    .footer-grid {
        max-width: 100%;
        padding: 2.25rem 0.5rem;
    }
    
    /* Navbar Mobile */
    .navbar {
        padding: 1rem 0.75rem;
    }
    
    .nav-container {
        padding: 0;
    }
    
    .logo {
        font-size: 1.2rem;
        gap: 0.6rem;
    }
    
    .logo-image {
        height: 45px;
    }
    
    .logo-text {
        font-size: 1.2rem;
    }
    
    /* Hero Section Mobile */
    .hero {
        padding: 5rem 0.5rem 3rem;
    }
    
    .hero-label {
        padding: 0.4rem 1rem;
        font-size: 0.7rem;
    }
    
    .label-dot {
        width: 6px;
        height: 6px;
    }
    
    .title-main {
        font-size: 2rem;
        margin: 0.8rem 0;
    }
    
    .title-line {
        font-size: 0.9rem;
    }
    
    .title-accent {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
        margin: 1.2rem 0;
    }
    
    .hero-buttons {
        gap: 0.8rem;
        margin-top: 1.5rem;
    }
    
    .btn {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Visual Cards Mobile */
    .visual-card {
        padding: 1.2rem;
    }
    
    .card-icon {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }
    
    .visual-card h3 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    .visual-card p {
        font-size: 0.85rem;
    }
    
    /* Section Headers Mobile */
    .section-header {
        margin-bottom: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .title-underline {
        width: 60px;
        height: 3px;
        margin: 0.8rem auto 1rem;
    }
    
    /* Founders Section Mobile */
    .founders-grid-new {
        gap: 2rem;
        padding: 0 0.5rem;
    }
    
    .founder-card-new {
        padding: 2rem 1.5rem;
    }
    
    .founder-image-new {
        width: 120px;
        height: 120px;
        margin-bottom: 1.2rem;
    }
    
    .founder-profile-new,
    .founder-placeholder-new {
        width: 120px;
        height: 120px;
        font-size: 3.5rem;
    }
    
    .founder-name-new {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    
    .founder-role-new {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .founder-discord-new {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
        gap: 0.3rem;
    }
    
    .founder-bio-new {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    /* About Section Mobile - Enhanced */
    .about {
        padding: 4rem 1rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0;
    }
    
    .about-text {
        text-align: left;
        padding: 0 0.5rem;
    }
    
    .about-text h3 {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
        line-height: 1.3;
        text-align: center;
        background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .about-text p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.8);
        text-align: justify;
    }
    
    .about-text p:last-child {
        margin-bottom: 0;
    }
    
    /* Visual separator between text and features on mobile */
    .about-text::after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--primary-purple), transparent);
        margin: 2rem auto 0;
        border-radius: 2px;
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
    }
    
    .about-features {
        gap: 1.5rem;
        padding: 0;
        margin-top: 1rem;
    }
    
    .feature-card {
        padding: 1.5rem 1.2rem;
        background: rgba(27, 10, 66, 0.6);
        border: 1.5px solid rgba(168, 85, 247, 0.25);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .feature-card:active {
        transform: scale(0.98);
        border-color: rgba(168, 85, 247, 0.5);
    }
    
    .feature-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
            circle,
            rgba(168, 85, 247, 0.1) 0%,
            transparent 70%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }
    
    .feature-card:active::before {
        opacity: 1;
    }
    
    .feature-content {
        text-align: center;
        position: relative;
        z-index: 1;
    }
    
    .feature-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: block;
        animation: float 3s ease-in-out infinite;
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    .feature-card h4 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
        color: var(--primary-purple);
        font-weight: 600;
    }
    
    .feature-card p {
        font-size: 0.9rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.75);
    }
    
    /* Stock Preview Mobile */
    .stock-preview-grid {
        gap: 1.2rem;
        padding: 0 0.5rem;
    }
    
    .stock-preview-card {
        padding: 1.3rem;
    }
    
    .stock-preview-icon {
        margin-bottom: 1rem;
    }
    
    .stock-preview-icon svg {
        width: 48px;
        height: 48px;
    }
    
    .stock-preview-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .stock-preview-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    /* Stock Category Pages Mobile */
    .stock-category {
        padding: 0.8rem;
        margin-bottom: 1.2rem;
    }
    
    .category-title {
        font-size: 1.2rem;
        padding: 0.5rem;
        margin-bottom: 1.2rem;
        gap: 0.6rem;
    }
    
    .category-icon {
        width: 28px;
        height: 28px;
    }
    
    .category-title svg {
        width: 48px !important;
        height: 48px !important;
        margin-right: 0.6rem;
    }
    
    .subcategory {
        padding: 0.8rem;
        margin-bottom: 1.2rem;
    }
    
    .subcategory-title {
        font-size: 1rem;
        margin-bottom: 0.8rem;
        padding: 0.4rem 0.6rem;
        gap: 0.5rem;
    }
    
    .subcategory-icon {
        width: 24px;
        height: 24px;
    }
    
    /* Stock Grid Mobile */
    .stock-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
        padding: 0;
    }
    
    /* Stock Item Mobile */
    .stock-item {
        padding: 0.8rem;
        padding-right: 5rem;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .stock-item h4 {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
        line-height: 1.3;
        padding-right: 0;
    }
    
    .item-desc {
        font-size: 0.75rem;
        line-height: 1.4;
        min-height: 28px;
        margin-bottom: 0.5rem;
    }
    
    .item-price {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    
    .status-badge {
        font-size: 0.55rem;
        padding: 0.35rem 0.5rem;
        right: 0.5rem;
        top: 0.5rem;
    }
    
    /* Product Icons Mobile */
    .product-icon {
        width: 35px !important;
        height: 35px !important;
        margin-bottom: 0.6rem;
    }
    
    .spotify-icon {
        width: 25px !important;
        height: 25px !important;
    }
    
    .linkedin-icon {
        width: 28px !important;
        height: 28px !important;
    }
    
    .swiggyinstamart-icon {
        width: 45px !important;
        height: 45px !important;
    }
    
    /* Stock Description Mobile */
    .stock-description {
        font-size: 0.85rem;
        padding: 0.8rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    /* Stock Summary Mobile */
    .stock-summary {
        padding: 1.2rem;
        margin-top: 1.5rem;
    }
    
    .summary-title {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
    
    .summary-grid {
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }
    
    .summary-item {
        padding: 1rem;
    }
    
    .summary-number {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }
    
    .summary-label {
        font-size: 0.8rem;
    }
    
    /* FAQ Section Mobile */
    .faq-container {
        gap: 0.8rem;
    }
    
    .faq-item {
        padding: 1rem;
    }
    
    .faq-question {
        padding: 0;
    }
    
    .faq-question h3 {
        font-size: 0.85rem;
        line-height: 1.4;
        padding-right: 1.5rem;
    }
    
    .faq-icon {
        font-size: 0.6rem;
        min-width: 16px;
    }
    
    .faq-answer {
        padding-top: 0.8rem;
    }
    
    .faq-answer p {
        font-size: 0.8rem;
        line-height: 1.6;
    }
    
    /* Contact Section Mobile */
    .contact-description {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .contact-info {
        gap: 1.5rem;
    }
    
    .contact-item {
        padding: 1.3rem;
    }
    
    .contact-icon {
        margin-bottom: 1rem;
    }
    
    .contact-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .contact-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .contact-item p {
        font-size: 0.85rem;
    }
    
    /* Discord Stats Mobile */
    .discord-stats-container {
        padding: 1.3rem;
        max-width: 100%;
    }
    
    .discord-stats-header {
        margin-bottom: 1.2rem;
    }
    
    .discord-stats-header h4 {
        font-size: 1.1rem;
    }
    
    .discord-stats-grid {
        gap: 1rem;
    }
    
    .discord-stat-item {
        padding: 1rem;
    }
    
    .discord-stat-icon {
        font-size: 1.8rem;
        margin-bottom: 0.6rem;
    }
    
    .discord-stat-value {
        font-size: 1.5rem;
        margin-bottom: 0.3rem;
    }
    
    .discord-stat-label {
        font-size: 0.75rem;
    }
    
    /* Footer Mobile */
    .footer {
        padding-top: 3rem;
    }
    
    .footer-grid {
        gap: 2rem;
        padding: 1.5rem 1rem;
    }
    
    .footer-logo-container {
        gap: 0.6rem;
        margin-bottom: 0.8rem;
    }
    
    .footer-logo-image {
        height: 30px;
    }
    
    .footer-logo {
        font-size: 1rem;
        padding-top: 5px;
    }
    
    .footer-description {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .footer-column h4 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-links li {
        margin-bottom: 0.6rem;
    }
    
    .footer-links a {
        font-size: 0.85rem;
    }
    
    .newsletter-text {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }
    
    .newsletter-input {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
    
    .newsletter-btn {
        padding: 0.7rem 1.2rem;
    }
    
    .footer-bottom {
        padding: 1.2rem 1rem;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .footer-tagline {
        font-size: 0.85rem;
    }
    
    /* Purchase Notice Mobile */
    .purchase-notice-simple {
        margin: 2rem auto 0;
        padding: 1.2rem;
    }
    
    .purchase-notice-simple h3 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .purchase-notice-simple p {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    
    .discord-btn {
        padding: 0.7rem 1.3rem;
        font-size: 0.9rem;
    }
    
    /* Stats Grid Mobile */
    .stats-grid {
        padding: 1.5rem 0.5rem;
        gap: 1.2rem;
    }
    
    .stat-card {
        padding: 1.2rem;
    }
    
    .stat-number {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Ensure proper overflow handling */
    body {
        overflow-x: hidden;
    }
    
    .container {
        overflow-x: hidden;
    }
    
    /* Fix any text overflow issues */
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    p, span, div {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

