
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            display: inline-block;
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        /* Popping Micro-interactions for Icons */
        .material-symbols-outlined:hover, 
        .social-btn:hover,
        .pop-icon:hover {
            transform: scale(1.25);
        }
        .material-symbols-outlined:active, 
        .social-btn:active,
        .pop-icon:active {
            transform: scale(0.9);
        }
        .social-btn {
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s, color 0.3s;
        }
        .glass-panel {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        .text-glow {
            text-shadow: 0 0 20px rgba(0, 255, 204, 0.55);
        }
        .bento-card {
            transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.4s ease;
        }
        .bento-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 30px 60px -12px rgba(0, 255, 204, 0.3);
        }
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        #lead-modal {
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        #scroll-progress {
            transform-origin: left;
            transform: scaleX(0);
        }
        .vision-chip.selected {
            background: rgba(0, 255, 204, 0.15);
            border-color: #00ffcc;
            color: #00ffcc;
        }
        .vision-chip.selected .chip-check {
            opacity: 1;
            transform: scale(1);
        }
        #lightbox {
            transition: opacity 0.35s ease, visibility 0.35s ease;
        }
        #lightbox img {
            animation: lightbox-in 0.4s ease;
        }
        @keyframes lightbox-in {
            from { opacity: 0; transform: scale(0.92); }
            to { opacity: 1; transform: scale(1); }
        }
        #mobile-nav {
            transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1), visibility 0.4s;
        }
        #mobile-nav.open {
            transform: translateX(0);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
        }
        .faq-item.open .faq-answer {
            max-height: 300px;
        }
        .faq-item.open .faq-icon {
            transform: rotate(45deg);
        }
        #back-to-top.visible {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        #floating-cta.visible {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        .filter-btn.active {
            background: #00ffcc;
            color: #131313;
        }

        /* Stackdburger Interactive Animation Layers */
        .stacked-layer {
            animation: layerDrop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            transform-origin: center bottom;
        }
        @keyframes layerDrop {
            0% {
                transform: translateY(-200px) scaleY(1.7) scaleX(0.8);
                opacity: 0;
            }
            60% {
                transform: translateY(10px) scaleY(0.8) scaleX(1.05);
                opacity: 1;
            }
            80% {
                transform: translateY(-4px) scaleY(1.05) scaleX(0.98);
            }
            100% {
                transform: translateY(0) scaleY(1) scaleX(1);
                opacity: 1;
            }
        }
        .stack-base-plate {
            border-top: 4px solid rgba(0, 255, 204, 0.4);
            box-shadow: 0 -10px 25px -5px rgba(0, 255, 204, 0.15);
        }
        /* Target and completely remove the profile header, bio, and counts */
       
        /* ── Footer Playful Decor Animations ── */
        .footer-decor {
            position: absolute;
            inset: 0;
            overflow: hidden;
            pointer-events: none;
        }
        @keyframes footer-ball-bounce {
            0%, 100% { transform: translateY(0) scale(1); }
            45% { transform: translateY(-26px) scale(1.04); }
            50% { transform: translateY(-30px) scale(0.96, 1.08); }
            55% { transform: translateY(-26px) scale(1.04); }
        }
        .footer-ball {
            position: absolute;
            bottom: 14px;
            width: 12px;
            height: 12px;
            border-radius: 9999px;
            background: #00ffcc;
            box-shadow: 0 8px 14px -2px rgba(0, 255, 204, 0.45);
            animation: footer-ball-bounce 1.7s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        }
        @keyframes footer-wheel-roll {
            0% { transform: translateX(-60px) rotate(0deg); }
            100% { transform: translateX(calc(100vw)) rotate(1080deg); }
        }
        .footer-wheel {
            position: absolute;
            top: 20px;
            left: 0;
            width: 30px;
            height: 30px;
            color: #5ce6cc;
            animation-name: footer-wheel-roll;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        @keyframes footer-leaf-fall {
            0% { transform: translate(0, -12%) rotate(0deg); opacity: 0; }
            8% { opacity: 0.9; }
            50% { transform: translate(24px, 55%) rotate(180deg); }
            92% { opacity: 0.9; }
            100% { transform: translate(-18px, 130%) rotate(360deg); opacity: 0; }
        }
        .footer-leaf {
            position: absolute;
            top: 0;
            width: 16px;
            height: 16px;
            animation-name: footer-leaf-fall;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
        }
        /* Enhanced Footer Gradient Background */
        .footer-gradient-bg {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 255, 204, 0.08) 0%, rgba(92, 230, 204, 0.04) 50%, rgba(0, 255, 204, 0.08) 100%);
            pointer-events: none;
        }
        @keyframes glow-pulse {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.6; }
        }
        .footer-accent-line {
            position: absolute;
            background: linear-gradient(90deg, transparent, #00ffcc, transparent);
            height: 2px;
            width: 100%;
            animation: glow-pulse 3s ease-in-out infinite;
        }
        /* Enhanced Select/Dropdown Styling */
        select {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ffcc' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 20px;
            padding-right: 40px;
        }
        select option {
            background-color: #1c1b1b;
            color: #e5e2e1;
            padding: 8px;
        }
        select option:checked {
            background-color: #00ffcc;
            color: #131313;
        }
    