/*
Theme Name: DAOLYTICA
Description: Next-generation platform transforming global technology through smart data intelligence and connectivity. Custom theme for DAOLYTICA featuring interactive animations, blockchain aesthetics, and modern design.
Author: Reza Mirfayzi @ DAOLYTICA
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daolytica
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: 'Arial', sans-serif;
    background: #000000;
    background-attachment: fixed;
    color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

/* Cosmic Background Effects - Walking into Cosmos */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        /* Deep space nebula - far background */
        radial-gradient(ellipse 1200px 900px at 20% 30%, rgba(100, 214, 226, 0.15) 0%, transparent 70%),
        radial-gradient(ellipse 1000px 800px at 80% 70%, rgba(155, 89, 182, 0.15) 0%, transparent 70%),
        /* Mid-distance galaxies */
        radial-gradient(ellipse 800px 600px at 50% 50%, rgba(52, 152, 219, 0.2) 0%, transparent 65%),
        radial-gradient(ellipse 600px 500px at 10% 80%, rgba(100, 214, 226, 0.18) 0%, transparent 60%),
        /* Closer cosmic clouds */
        radial-gradient(ellipse 400px 300px at 70% 20%, rgba(155, 89, 182, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 500px 400px at 30% 90%, rgba(100, 214, 226, 0.1) 0%, transparent 50%);
    background-size: 250% 250%, 200% 200%, 150% 150%, 180% 180%, 120% 120%, 160% 160%;
    animation: cosmicDrift 40s ease-in-out infinite, cosmicDepth 25s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
    transform: perspective(1000px) translateZ(0);
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        /* Far stars (small, dim) - Layer 1 */
        radial-gradient(1px 1px at 5% 10%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 10% 25%, rgba(100, 214, 226, 0.5), transparent),
        radial-gradient(1px 1px at 15% 40%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 20% 15%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 25% 55%, rgba(100, 214, 226, 0.5), transparent),
        radial-gradient(1px 1px at 30% 30%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 35% 70%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 40% 20%, rgba(100, 214, 226, 0.5), transparent),
        radial-gradient(1px 1px at 45% 60%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 50% 35%, rgba(255, 255, 255, 0.4), transparent),
        /* Mid-distance stars (medium, brighter) - Layer 2 */
        radial-gradient(2px 2px at 12% 18%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 18% 45%, rgba(100, 214, 226, 0.8), transparent),
        radial-gradient(2px 2px at 22% 65%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 28% 25%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 32% 55%, rgba(100, 214, 226, 0.9), transparent),
        radial-gradient(2px 2px at 38% 35%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(2px 2px at 42% 75%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 48% 15%, rgba(100, 214, 226, 0.9), transparent),
        radial-gradient(2px 2px at 52% 50%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 58% 30%, rgba(255, 255, 255, 0.8), transparent),
        /* Close stars (larger, brightest) - Layer 3 */
        radial-gradient(3px 3px at 8% 22%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(3px 3px at 14% 48%, rgba(100, 214, 226, 1), transparent),
        radial-gradient(3px 3px at 24% 68%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(3px 3px at 34% 28%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(3px 3px at 44% 58%, rgba(100, 214, 226, 1), transparent),
        radial-gradient(3px 3px at 54% 38%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(3px 3px at 64% 78%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(3px 3px at 74% 18%, rgba(100, 214, 226, 1), transparent),
        radial-gradient(3px 3px at 84% 52%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(3px 3px at 94% 32%, rgba(255, 255, 255, 0.9), transparent),
        /* Additional scattered stars */
        radial-gradient(1px 1px at 7% 85%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(2px 2px at 16% 5%, rgba(100, 214, 226, 0.7), transparent),
        radial-gradient(1px 1px at 26% 90%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(2px 2px at 36% 8%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 46% 95%, rgba(100, 214, 226, 0.6), transparent),
        radial-gradient(2px 2px at 56% 12%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 66% 88%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(2px 2px at 76% 3%, rgba(100, 214, 226, 0.8), transparent),
        radial-gradient(1px 1px at 86% 92%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 96% 7%, rgba(255, 255, 255, 0.9), transparent);
    background-size: 350% 350%, 320% 320%, 300% 300%, 280% 280%, 270% 270%, 260% 260%, 250% 250%, 240% 240%, 230% 230%, 220% 220%, 200% 200%, 210% 210%, 190% 190%, 180% 180%, 170% 170%, 160% 160%, 150% 150%, 140% 140%, 130% 130%, 120% 120%, 310% 310%, 290% 290%, 200% 200%, 195% 195%, 185% 185%, 175% 175%, 165% 165%, 155% 155%, 145% 145%, 135% 135%;
    background-position: 0% 0%, 5% 5%, 10% 10%, 15% 15%, 20% 20%, 25% 25%, 30% 30%, 35% 35%, 40% 40%, 45% 45%, 50% 50%, 55% 55%, 60% 60%, 65% 65%, 70% 70%, 75% 75%, 80% 80%, 85% 85%, 90% 90%, 95% 95%, 2% 2%, 8% 8%, 12% 12%, 18% 18%, 22% 22%, 28% 28%, 32% 32%, 38% 38%, 42% 42%, 48% 48%;
    animation: starTwinkle 25s linear infinite, starParallax 30s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
    transform: perspective(1200px) translateZ(0);
}

@keyframes cosmicDrift {
    0%, 100% {
        background-position: 0% 0%, 100% 100%, 50% 50%, 20% 80%, 70% 20%, 30% 90%;
    }
    25% {
        background-position: 50% 50%, 0% 0%, 70% 30%, 80% 20%, 20% 70%, 90% 30%;
    }
    50% {
        background-position: 100% 100%, 50% 50%, 30% 70%, 60% 40%, 80% 60%, 10% 10%;
    }
    75% {
        background-position: 50% 50%, 100% 100%, 70% 30%, 40% 60%, 30% 80%, 70% 50%;
    }
}

@keyframes cosmicDepth {
    0%, 100% {
        transform: perspective(1000px) translateZ(-200px) scale(1.2);
        opacity: 0.8;
    }
    50% {
        transform: perspective(1000px) translateZ(0px) scale(1);
        opacity: 1;
    }
}

@keyframes starTwinkle {
    0%, 100% {
        opacity: 0.8;
        transform: perspective(1200px) translateZ(0) translate(0, 0);
    }
    25% {
        opacity: 1;
        transform: perspective(1200px) translateZ(0) translate(-2%, -1%);
    }
    50% {
        opacity: 0.6;
        transform: perspective(1200px) translateZ(0) translate(-1%, -2%);
    }
    75% {
        opacity: 0.9;
        transform: perspective(1200px) translateZ(0) translate(1%, 1%);
    }
}

@keyframes starParallax {
    0%, 100% {
        transform: perspective(1200px) translateZ(-100px) scale(1.1);
    }
    50% {
        transform: perspective(1200px) translateZ(50px) scale(0.95);
    }
}

/* Shooting Stars */
.shooting-star {
    position: fixed;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 12px rgba(100, 214, 226, 0.6);
    z-index: 0;
    pointer-events: none;
    animation: shootingStar 3s linear infinite;
}

.shooting-star::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.shooting-star-1 {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
    animation-duration: 2.5s;
}

.shooting-star-2 {
    top: 30%;
    left: 80%;
    animation-delay: 1s;
    animation-duration: 3s;
}

.shooting-star-3 {
    top: 60%;
    left: 10%;
    animation-delay: 2s;
    animation-duration: 2.8s;
}

.shooting-star-4 {
    top: 80%;
    left: 70%;
    animation-delay: 1.5s;
    animation-duration: 3.2s;
}

.shooting-star-5 {
    top: 20%;
    left: 50%;
    animation-delay: 0.5s;
    animation-duration: 2.7s;
}

.shooting-star-6 {
    top: 50%;
    left: 90%;
    animation-delay: 2.5s;
    animation-duration: 3.1s;
}

.shooting-star-7 {
    top: 70%;
    left: 30%;
    animation-delay: 1.8s;
    animation-duration: 2.9s;
}

.shooting-star-8 {
    top: 15%;
    left: 60%;
    animation-delay: 0.8s;
    animation-duration: 3.3s;
}

@keyframes shootingStar {
    0% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(300px) translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

/* Full Screen Container */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#page {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

.site-main {
    margin: 0;
    padding: 0;
}

/* Hide header and footer */
.site-header,
.site-footer {
    display: none !important;
    visibility: hidden !important;
}

.site-footer-old,
#masthead,
#colophon,
.site-branding,
.main-navigation,
.site-title,
.site-description,
#masthead,
#colophon,
header,
footer,
nav,
.menu,
.navigation {
    display: none !important;
}

.main-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

/* Loading Screen */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 30%, #000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 1s ease-out;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.loading-content h4,
.loading-content p {
    text-align: center;
    margin: 0;
}

.loading-screen.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
    visibility: hidden !important;
    z-index: -1 !important;
}

.blockchain-loader {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

.block {
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #64d6e2, #26c6da);
    border-radius: 3px;
    animation: blockPulse 0.6s ease-in-out infinite alternate;
}

.block:nth-child(2) { animation-delay: 0.1s; background: linear-gradient(45deg, #9b59b6, #8e44ad); }
.block:nth-child(3) { animation-delay: 0.2s; background: linear-gradient(45deg, #f39c12, #e67e22); }
.block:nth-child(4) { animation-delay: 0.3s; background: linear-gradient(45deg, #e74c3c, #c0392b); }
.block:nth-child(5) { animation-delay: 0.4s; background: linear-gradient(45deg, #3498db, #2980b9); }
.block:nth-child(6) { animation-delay: 0.5s; background: linear-gradient(45deg, #2ecc71, #27ae60); }
.block:nth-child(7) { animation-delay: 0.6s; background: linear-gradient(45deg, #f03252, #d02848); }
.block:nth-child(8) { animation-delay: 0.7s; background: linear-gradient(45deg, #16a085, #138d75); }
.block:nth-child(9) { animation-delay: 0.8s; background: linear-gradient(45deg, #d35400, #ba4a00); }
.block:nth-child(10) { animation-delay: 0.9s; background: linear-gradient(45deg, #c0392b, #a93226); }
.block:nth-child(11) { animation-delay: 1.0s; background: linear-gradient(45deg, #8e44ad, #7d3c98); }
.block:nth-child(12) { animation-delay: 1.1s; background: linear-gradient(45deg, #2c3e50, #1b2631); }
.block:nth-child(13) { animation-delay: 1.2s; background: linear-gradient(45deg, #27ae60, #1e8449); }
.block:nth-child(14) { animation-delay: 1.3s; background: linear-gradient(45deg, #e67e22, #d68910); }
.block:nth-child(15) { animation-delay: 1.4s; background: linear-gradient(45deg, #ecf0f1, #bdc3c7); }
.block:nth-child(16) { animation-delay: 1.5s; background: linear-gradient(45deg, #95a5a6, #7f8c8d); }
.block:nth-child(17) { animation-delay: 1.6s; background: linear-gradient(45deg, #34495e, #2c3e50); }
.block:nth-child(18) { animation-delay: 1.7s; background: linear-gradient(45deg, #1abc9c, #16a085); }
.block:nth-child(19) { animation-delay: 1.8s; background: linear-gradient(45deg, #e74c3c, #c0392b); }
.block:nth-child(20) { animation-delay: 1.9s; background: linear-gradient(45deg, #9b59b6, #8e44ad); }
.block:nth-child(21) { animation-delay: 2.0s; background: linear-gradient(45deg, #3498db, #2980b9); }
.block:nth-child(22) { animation-delay: 2.1s; background: linear-gradient(45deg, #f39c12, #e67e22); }

.loading-text {
    color: #64d6e2;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 2px;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    background: transparent;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding-bottom: 20px;
    pointer-events: none;
}

.hero > * {
    pointer-events: auto;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 30;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.scroll-text {
    color: rgba(100, 214, 226, 0.8);
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-arrow {
    animation: bounceArrow 2s ease-in-out infinite;
}

@keyframes fadeInScrollIndicator {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.text-sequence {
    position: absolute;
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
}

.text-line {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 20px;
    position: relative;
    left: auto;
    transform: translateY(30px);
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.text-line.active {
    opacity: 1;
    transform: translateY(0);
}

.text-line p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
    color: #ffffff;
    white-space: nowrap;
    text-align: center !important;
    margin: 0 auto;
    width: 100%;
}

.text-line span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.text-line.active span {
    opacity: 1;
    transform: translateY(0);
}

/* Typing cursor effect */
.text-line.active span::after {
    content: '|';
    color: #64d6e2;
    animation: blink 1s infinite;
    margin-left: 2px;
}

.text-line.active span:last-child::after {
    content: '';
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.intro-content {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 600px;
    visibility: hidden;
    pointer-events: none;
}

.intro-content.active {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.intro-content h1 {
    font-size: 6rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 60px rgba(255, 255, 255, 0.3);
    letter-spacing: 0.1em;
    line-height: 0.9;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

/* SEO Headings - Visually hidden but accessible for screen readers and search engines */
.seo-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    font-size: 1px;
    line-height: 1px;
}

.intro-content.active h1 {
    opacity: 1;
}

.slogan {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    letter-spacing: 0.05em;
    font-family: 'Arial', sans-serif;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    line-height: 1.3;
}

/* Simple overlay - positioned lower to cover ENTER button */
.simple-overlay {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 60px;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 30%, #000000 100%);
    cursor: pointer;
    z-index: 40;
    transition: opacity 0.3s ease;
    border-radius: 0;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-hint {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.8;
    animation: pulse 2s infinite;
    pointer-events: none;
}

/* Click hint text */
.click-hint {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.9;
    animation: pulse 2s infinite;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.click-overlay:hover .click-hint {
    animation: bounce 0.6s ease-in-out;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.scratch-hint::after {
    content: ' ↓';
    font-size: 16px;
    margin-left: 5px;
    animation: bounce 1s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

.scratch-overlay.scratched {
    opacity: 0;
    pointer-events: none;
}

/* Click Containers */
.click-container {
    position: relative;
    margin: 2rem auto;
    width: 200px;
    height: 60px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none;
    visibility: hidden;
    z-index: 100;
    cursor: pointer;
}

.click-container.containers-appear {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
}

.bc-click-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Click Overlays */
.click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%) !important;
    cursor: pointer;
    z-index: 15;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.click-overlay:hover {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* BC Click Overlay - Purple variant */
.bc-click-overlay {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.2) 50%, rgba(124, 58, 237, 0.1) 100%) !important;
    border-color: rgba(124, 58, 237, 0.4) !important;
}

.bc-click-overlay:hover {
    border-color: rgba(124, 58, 237, 0.8) !important;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.3) !important;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(124, 58, 237, 0.3) 50%, rgba(124, 58, 237, 0.2) 100%) !important;
}

.click-hint {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.9;
    animation: pulse 2s infinite;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.click-overlay:hover .click-hint {
    animation: none;
    transform: none;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

/* Enter Buttons - Force Override */
.enter-btn,
a.enter-btn,
#bc-enter-btn {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 3px solid #ffffff !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
    z-index: 5 !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3) !important;
    min-height: 40px !important;
    font-family: Arial, sans-serif !important;
    cursor: pointer !important;
}

.enter-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.4), 
                0 0 0 4px rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
}

.enter-btn:hover .btn-text {
    animation: letterBounce 0.8s ease-in-out;
    transform: translateY(-2px);
}

/* Letter Movement Animation */
@keyframes letterBounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(-1px);
    }
    75% {
        transform: translateY(-2px);
    }
}

/* Button Text */
.btn-text {
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: inherit !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.enter-button-hidden {
    opacity: 0 !important;
    pointer-events: none;
    transform: scale(0.8);
}

.enter-button-revealed {
    opacity: 1 !important;
    pointer-events: auto;
    transform: scale(1) !important;
    background: transparent !important;
    border: 3px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Force remove any link styling */
.enter-btn:link,
.enter-btn:visited,
.enter-btn:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.enter-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* Footer - Hidden */
.site-footer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-content p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
}

.copyright {
    font-weight: 500;
}

.contact a {
    color: #64d6e2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.design-credit {
    font-style: italic;
    color: rgba(100, 214, 226, 0.8);
}

/* Founder Popup Modal */
.founder-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.founder-popup.show {
    display: flex !important;
    opacity: 1 !important;
}

.popup-content {
    background: rgba(0, 0, 0, 0.95);
    border: 2px solid #64d6e2;
    border-radius: 15px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(100, 214, 226, 0.3);
    transform: scale(0.8);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.founder-popup.show .popup-content {
    transform: scale(1);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #64d6e2;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.close-popup:hover {
    color: #ffffff;
    transform: scale(1.1);
}

.founder-photo {
    width: 20%;
    aspect-ratio: 1 / 1;
    height: auto;
    min-width: 80px;
    max-width: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    border: 3px solid #64d6e2;
    background-size: cover;
    background-position: center;
}

.founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.founder-info h2 {
    color: #64d6e2;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-info h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.2;
}

/* Login Popup Styles */
.login-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.login-popup.show {
    display: flex !important;
    opacity: 1 !important;
}

.login-popup-content {
    background: rgba(0, 0, 0, 0.95);
    border: 2px solid #64d6e2;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(100, 214, 226, 0.3);
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.login-popup.show .login-popup-content {
    transform: scale(1);
}

.login-container h2 {
    color: #64d6e2;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-form-section,
.signup-form-section {
    margin-bottom: 30px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: #64d6e2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input {
    background: rgba(100, 214, 226, 0.1);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #64d6e2;
    background: rgba(100, 214, 226, 0.15);
    box-shadow: 0 0 10px rgba(100, 214, 226, 0.2);
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.auth-submit-btn {
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.3) 0%, rgba(100, 214, 226, 0.5) 100%);
    border: 2px solid #64d6e2;
    color: #64d6e2;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.auth-submit-btn:hover {
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.5) 0%, rgba(100, 214, 226, 0.7) 100%);
    border-color: #64d6e2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 214, 226, 0.3);
}

.switch-form {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 15px;
}

.switch-form a {
    color: #64d6e2;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.switch-form a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.newsletter-section {
    border-top: 2px solid rgba(100, 214, 226, 0.3);
    padding-top: 25px;
    margin-top: 25px;
}

.newsletter-section h3 {
    color: #64d6e2;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-submit-btn {
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.3) 0%, rgba(100, 214, 226, 0.5) 100%);
    border: 2px solid #64d6e2;
    color: #64d6e2;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-submit-btn:hover {
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.5) 0%, rgba(100, 214, 226, 0.7) 100%);
    border-color: #64d6e2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 214, 226, 0.3);
}

.newsletter-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Email Verification Message */
.daolytica-verification-success {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    z-index: 100000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    text-align: center;
    font-size: 16px;
    animation: slideDown 0.3s ease-out;
}

.daolytica-verification-error {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #f44336;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    z-index: 100000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    text-align: center;
    font-size: 16px;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* ============================================
   TVEC & DAOLYTICA SECTIONS
   ============================================ */

/* Section Base Styles */
.tvec-section,
.platform-section,
.applications-section,
.token-economy-section {
    padding: 100px 30px !important;
    background: transparent !important;
    background-attachment: fixed !important;
    position: relative !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.8s ease-out;
    min-height: 400px !important;
    z-index: 100 !important;
    margin-top: 0 !important;
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.platform-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    max-width: 720px;
    margin: 0 auto 40px;
}

.architecture-overview {
    max-width: 900px;
    margin: 0 auto 40px;
}

.architecture-description {
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.architecture-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.architecture-step {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: relative;
    min-height: 220px;
}

.architecture-step h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #64d6e2;
    font-size: 1.15rem;
}

.architecture-step p {
    margin: 0 0 12px 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.step-number {
    position: absolute;
    top: -12px;
    right: 16px;
    background: #64d6e2;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.step-meta {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

.architecture-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 10px;
}

.pillar-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
}

.pillar-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #64d6e2;
}

.pillar-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.tvec-section.visible,
.platform-section.visible,
.applications-section.visible,
.token-economy-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 4rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-shadow: 0 0 40px rgba(100, 214, 226, 0.3);
}

.section-subtitle {
    font-size: 1.5rem;
    color: rgba(100, 214, 226, 0.8);
    margin-bottom: 60px;
    font-weight: 400;
}

/* TVEC Section */
.tvec-intro {
    margin-bottom: 60px;
}

.tvec-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 40px;
}

.tvec-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature-card.tvec-card {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.feature-card.tvec-card:hover {
    border-color: #64d6e2;
    box-shadow: 0 0 30px rgba(100, 214, 226, 0.4);
    transform: translateY(-5px);
}

/* Educational Cards - Enhanced Clickable Style */
.feature-card.educational-card {
    cursor: pointer;
    position: relative;
}

.feature-card.educational-card:hover {
    border-color: #64d6e2;
    box-shadow: 0 0 40px rgba(100, 214, 226, 0.6);
    transform: translateY(-8px) scale(1.02);
    background: rgba(100, 214, 226, 0.1);
}

.feature-card.educational-card:active {
    transform: translateY(-3px) scale(0.98);
}

/* Card Icon Shapes - Geometric Shapes */
.card-icon-shape {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-shape {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    animation: float 4s ease-in-out infinite;
    border-color: rgba(100, 214, 226, 0.6) !important;
}

.card-shape.shape-1 {
    animation-delay: 0s;
}

.card-shape.shape-2 {
    animation-delay: 0.5s;
}

.card-shape.shape-3 {
    animation-delay: 1s;
}

.card-shape.shape-4 {
    animation-delay: 1.5s;
}

.card-shape.shape-5 {
    animation-delay: 2s;
}

.card-shape.shape-6 {
    animation-delay: 2.5s;
}

.feature-card:hover .card-shape {
    border-color: rgba(100, 214, 226, 1) !important;
    box-shadow: 0 0 20px rgba(100, 214, 226, 0.5);
    transform: scale(1.1) rotate(45deg);
}

/* TVEC Shape - Hexagon */
.shape-tvec {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Blockchain Chain Links */
.blockchain-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
}

.chain-link {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(100, 214, 226, 0.6);
    border-radius: 50%;
    position: relative;
    animation: chainPulse 2s ease-in-out infinite;
}

.chain-link.link-1 {
    animation-delay: 0s;
}

.chain-link.link-2 {
    animation-delay: 0.3s;
}

.chain-link.link-3 {
    animation-delay: 0.6s;
}

.chain-link::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 3px;
    background: rgba(100, 214, 226, 0.6);
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.chain-link.link-3::before {
    display: none;
}

@keyframes chainPulse {
    0%, 100% {
        transform: scale(1);
        border-color: rgba(100, 214, 226, 0.6);
    }
    50% {
        transform: scale(1.1);
        border-color: rgba(100, 214, 226, 1);
    }
}

.feature-card:hover .chain-link {
    border-color: rgba(100, 214, 226, 1);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.5);
}

.iot-orbit {
    position: relative;
    width: 70px;
    height: 70px;
}

.orbit-ring {
    position: absolute;
    border: 2px solid rgba(100, 214, 226, 0.4);
    border-radius: 50%;
    animation: orbitSpin 6s linear infinite;
}

.orbit-ring.ring-one {
    width: 70px;
    height: 70px;
}

.orbit-ring.ring-two {
    width: 45px;
    height: 45px;
    top: 12px;
    left: 12px;
    animation-duration: 4.5s;
}

.orbit-node {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(100, 214, 226, 0.9);
    box-shadow: 0 0 12px rgba(100, 214, 226, 0.8);
    animation: nodePulse 2.5s ease-in-out infinite;
}

.orbit-node.node-one {
    top: -5px;
    left: 30px;
}

.orbit-node.node-two {
    bottom: 0;
    right: -4px;
    animation-delay: 0.4s;
}

.orbit-node.node-three {
    bottom: 10px;
    left: -6px;
    animation-delay: 0.8s;
}

.ai-interface-shape {
    position: relative;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(100, 214, 226, 0.5);
    border-radius: 16px;
    background: rgba(100, 214, 226, 0.08);
}

.ai-core {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #64d6e2, #26c6da);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.6);
}

.ai-node {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    animation: nodePulse 3s ease-in-out infinite;
}

.ai-node.node-a {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.ai-node.node-b {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    animation-delay: 0.6s;
}

.ai-node.node-c {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.2s;
}

.besu-network {
    position: relative;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(100, 214, 226, 0.45);
    border-radius: 12px;
    background: rgba(100, 214, 226, 0.08);
}

.besu-core {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.6), rgba(124, 58, 237, 0.5));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.4);
}

.besu-node {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    animation: nodePulse 2.8s ease-in-out infinite;
}

.besu-node.node-a {
    top: 6px;
    left: 6px;
}

.besu-node.node-b {
    top: 6px;
    right: 6px;
    animation-delay: 0.5s;
}

.besu-node.node-c {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(100, 214, 226, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 25px rgba(100, 214, 226, 0.6);
        transform: scale(1.05);
    }
}

.encryption-shield {
    position: relative;
    width: 60px;
    height: 70px;
    border: 3px solid rgba(100, 214, 226, 0.7);
    border-radius: 45% 45% 35% 35%;
    background: rgba(100, 214, 226, 0.08);
    box-shadow: 0 0 20px rgba(100, 214, 226, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulseGlow 3s ease-in-out infinite;
}

.shield-core {
    width: 36px;
    height: 44px;
    border-radius: 40% 40% 30% 30%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

.shield-lock {
    position: absolute;
    width: 16px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.shield-lock::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes orbitSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes nodePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

/* Bridge Shape */
.bridge-shape {
    position: relative;
    width: 80px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bridge-pillar {
    width: 8px;
    height: 35px;
    background: rgba(100, 214, 226, 0.6);
    position: absolute;
    bottom: 0;
    border-radius: 2px;
    animation: bridgePulse 2s ease-in-out infinite;
}

.pillar-left {
    left: 15px;
    animation-delay: 0s;
}

.pillar-right {
    right: 15px;
    animation-delay: 0.3s;
}

.bridge-deck {
    width: 60px;
    height: 6px;
    background: rgba(100, 214, 226, 0.6);
    position: absolute;
    bottom: 35px;
    border-radius: 3px;
    animation: bridgePulse 2s ease-in-out infinite;
    animation-delay: 0.15s;
}

@keyframes bridgePulse {
    0%, 100% {
        opacity: 0.6;
        transform: scaleY(1);
    }
    50% {
        opacity: 1;
        transform: scaleY(1.05);
    }
}

.feature-card:hover .bridge-pillar,
.feature-card:hover .bridge-deck {
    background: rgba(100, 214, 226, 1);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.5);
}

/* Token Shape - Circle with inner design */
.shape-token {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    position: relative;
}

.shape-token::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(100, 214, 226, 0.4);
    border-radius: 50%;
}

/* Verified Checkmark */
.verified-shape {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark-circle {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(100, 214, 226, 0.6);
    border-radius: 50%;
    position: absolute;
    animation: checkPulse 2s ease-in-out infinite;
}

.checkmark {
    width: 20px;
    height: 20px;
    border-right: 3px solid rgba(100, 214, 226, 0.8);
    border-bottom: 3px solid rgba(100, 214, 226, 0.8);
    transform: rotate(45deg) translate(-2px, -4px);
    position: relative;
    z-index: 1;
    animation: checkPulse 2s ease-in-out infinite;
}

@keyframes checkPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.checkmark {
    transform: rotate(45deg) translate(-2px, -4px) scale(1);
}

.feature-card:hover .checkmark-circle,
.feature-card:hover .checkmark {
    border-color: rgba(100, 214, 226, 1);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.5);
}

/* Key Shape */
.key-shape {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key {
    width: 30px;
    height: 20px;
    position: relative;
    animation: keyFloat 3s ease-in-out infinite;
}

.key::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid rgba(100, 214, 226, 0.6);
    border-radius: 50%;
    top: 0;
    left: 0;
}

.key::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: rgba(100, 214, 226, 0.6);
    bottom: 0;
    left: 8px;
    border-radius: 2px;
}

@keyframes keyFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-5px) rotate(5deg);
        opacity: 1;
    }
}

.feature-card:hover .key::before,
.feature-card:hover .key::after {
    border-color: rgba(100, 214, 226, 1);
    background: rgba(100, 214, 226, 1);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.5);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

/* Remove old card-icon for educational cards */
.feature-card.educational-card .card-icon,
.feature-card.tvec-main-card .card-icon {
    display: none;
}

.feature-card h3 {
    font-size: 1.5rem;
    color: #64d6e2;
    margin-bottom: 10px;
    font-weight: 600;
}

.tvec-links {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tvec-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(100, 214, 226, 0.35);
    color: #64d6e2;
    font-size: 0.85rem;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(100, 214, 226, 0.08);
}

.tvec-link.secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.tvec-link:hover {
    border-color: rgba(100, 214, 226, 0.85);
    box-shadow: 0 0 15px rgba(100, 214, 226, 0.35);
    color: #ffffff;
}

.feature-card p {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.card-detail {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.learn-more-btn {
    background: rgba(100, 214, 226, 0.2);
    border: 2px solid rgba(100, 214, 226, 0.5);
    color: #64d6e2;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.learn-more-btn:hover {
    background: rgba(100, 214, 226, 0.3);
    border-color: #64d6e2;
    box-shadow: 0 0 25px rgba(100, 214, 226, 0.5);
    transform: translateY(-2px);
}

/* TVEC Modal */
.tvec-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.tvec-modal.show {
    display: flex !important;
    opacity: 1 !important;
}

.tvec-modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: 2px solid #64d6e2;
    border-radius: 15px;
    padding: 40px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(100, 214, 226, 0.3);
}

.tvec-modal-content h2 {
    color: #64d6e2;
    font-size: 2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modal-section {
    margin-bottom: 30px;
}

.modal-section h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.modal-section h4 {
    color: #64d6e2;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 15px;
}

.educational-list {
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
    margin-left: 20px;
}

.educational-list li {
    margin-bottom: 10px;
}

/* Platform Section */
.platform-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
}

.platform-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.platform-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-number {
    font-size: 2rem;
    color: #64d6e2;
    font-weight: 700;
    min-width: 60px;
}

.feature-content h3 {
    color: #64d6e2;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.platform-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-flow {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flow-step {
    text-align: center;
    padding: 30px;
    background: rgba(100, 214, 226, 0.1);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 15px;
    min-width: 150px;
    transition: all 0.3s ease;
}

.flow-step:hover {
    border-color: #64d6e2;
    box-shadow: 0 0 25px rgba(100, 214, 226, 0.4);
    transform: translateY(-5px);
}

.flow-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.flow-step p {
    color: #ffffff;
    font-size: 1rem;
    margin: 0;
}

.flow-arrow {
    font-size: 2rem;
    color: #64d6e2;
}

/* Applications Section */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.application-card {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.application-card:hover {
    border-color: #64d6e2;
    box-shadow: 0 0 30px rgba(100, 214, 226, 0.4);
    transform: translateY(-5px);
}

.app-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.application-card h3 {
    color: #64d6e2;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.application-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}

.app-learn-btn {
    background: rgba(100, 214, 226, 0.2);
    border: 2px solid rgba(100, 214, 226, 0.5);
    color: #64d6e2;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.app-learn-btn:hover {
    background: rgba(100, 214, 226, 0.3);
    border-color: #64d6e2;
    box-shadow: 0 0 20px rgba(100, 214, 226, 0.5);
}

/* Token Economy Section */
.economy-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
    flex-wrap: wrap;
}

.flow-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.flow-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(100, 214, 226, 0.2);
    border: 3px solid #64d6e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #64d6e2;
    font-weight: 700;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.flow-item:hover .flow-circle {
    box-shadow: 0 0 30px rgba(100, 214, 226, 0.6);
    transform: scale(1.1);
}

.flow-item h3 {
    color: #64d6e2;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.flow-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.flow-arrow-large {
    font-size: 3rem;
    color: #64d6e2;
    font-weight: 300;
}

.economy-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.benefit-card {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    border-color: #64d6e2;
    box-shadow: 0 0 25px rgba(100, 214, 226, 0.4);
    transform: translateY(-5px);
}

.benefit-card h3 {
    color: #64d6e2;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tvec-section,
    .platform-section,
    .applications-section,
    .token-economy-section {
        padding: 60px 20px;
    }

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

    .section-subtitle {
        font-size: 1.2rem;
    }

    .tvec-features-grid,
    .applications-grid {
        grid-template-columns: 1fr;
    }

    .platform-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .platform-flow {
        flex-direction: column;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }

    .economy-flow {
        flex-direction: column;
    }

    .flow-arrow-large {
        transform: rotate(90deg);
    }
}

.founder-role {
    color: rgba(100, 214, 226, 0.8);
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 500;
}

.founder-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

.founder-description:hover {
    color: #ffffff;
    background: rgba(100, 214, 226, 0.1);
    border-color: rgba(100, 214, 226, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(100, 214, 226, 0.2);
}

.founder-description::before {
    content: '💡';
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
}

.founder-description:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Interactive text highlighting */
.founder-description span.highlight {
    background: linear-gradient(120deg, rgba(100, 214, 226, 0.3) 0%, rgba(124, 58, 237, 0.3) 100%);
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.founder-description span.highlight:hover {
    background: linear-gradient(120deg, rgba(100, 214, 226, 0.6) 0%, rgba(124, 58, 237, 0.6) 100%);
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(100, 214, 226, 0.3);
}

.founder-description .bio-link {
    color: #64d6e2;
    font-weight: 600;
    text-decoration: underline;
}

.founder-description .bio-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Ripple animation for interactive highlights */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Meet the Founder Button */
.meet-founder-btn {
    display: block !important;
    position: fixed !important;
    top: 30px !important;
    left: 30px !important;
    background: rgba(100, 214, 226, 0.2) !important;
    border: 2px solid rgba(100, 214, 226, 0.5) !important;
    color: #64d6e2 !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    z-index: 1000 !important;
    transition: all 0.3s ease;
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-width: auto !important;
    max-width: none !important;
    width: auto !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Token Badge - Top Right */
.token-badge-wrap,
.token-badge-image,
.token-badge-caption {
    display: none !important;
}

.meet-founder-btn.btn-appear {
    opacity: 1;
    transform: translateY(0);
}

.meet-founder-btn:hover {
    background: rgba(100, 214, 226, 0.3);
    border-color: rgba(100, 214, 226, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 214, 226, 0.3);
}

/* Login Button - Top Right - ALWAYS VISIBLE */
#login-btn,
.login-btn {
    display: block !important;
    visibility: visible !important;
    position: fixed !important;
    top: 30px !important;
    right: 30px !important;
    background: rgba(100, 214, 226, 0.2) !important;
    border: 2px solid rgba(100, 214, 226, 0.5) !important;
    color: #64d6e2 !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    z-index: 1000 !important;
    transition: all 0.3s ease;
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-width: auto !important;
    max-width: none !important;
    width: auto !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.login-btn.btn-appear {
    opacity: 1;
    transform: translateY(0);
}

.login-btn:hover {
    background: rgba(100, 214, 226, 0.3);
    border-color: rgba(100, 214, 226, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 214, 226, 0.3);
}

/* Founder Modal */
.founder-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.founder-modal.modal-appear {
    opacity: 1;
}

.founder-modal-content {
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid rgba(100, 214, 226, 0.3);
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(100, 214, 226, 0.2);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #64d6e2;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.close-btn:hover {
    color: #ffffff;
    transform: scale(1.1);
}

/* Founder Page Section */
.founder-page {
    padding: 80px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.founder-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.founder-photo {
    flex-shrink: 0;
}

/* Geometric Founder Photo */
.founder-geometric {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    border: 3px solid rgba(100, 214, 226, 0.5);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(100, 214, 226, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.founder-page:hover .founder-geometric {
    border-color: rgba(100, 214, 226, 0.8);
    transform: scale(1.05);
}

.geo-shape {
    position: absolute;
    background: rgba(100, 214, 226, 0.6);
    animation: geoFloat 3s ease-in-out infinite;
}

.geo-1 {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 40px;
    border-radius: 50%;
    animation-delay: 0s;
}

.geo-2 {
    width: 30px;
    height: 30px;
    top: 70px;
    left: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgba(124, 58, 237, 0.6);
    animation-delay: 0.5s;
}

.geo-3 {
    width: 24px;
    height: 24px;
    top: 50px;
    right: 30px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: rgba(100, 214, 226, 0.8);
    animation-delay: 1s;
}

.geo-4 {
    width: 36px;
    height: 36px;
    bottom: 16px;
    right: 16px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: rgba(124, 58, 237, 0.4);
    animation-delay: 1.5s;
}

@keyframes geoFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-3px) rotate(90deg); }
    50% { transform: translateY(0px) rotate(180deg); }
    75% { transform: translateY(3px) rotate(270deg); }
}

.founder-info {
    flex: 1;
    text-align: left;
    max-width: 500px;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.founder-title {
    color: #64d6e2;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-name {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.founder-role {
    color: rgba(100, 214, 226, 0.8);
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.founder-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* About Section */
.about-section {
    padding: 80px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-container h2 {
    color: #64d6e2;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-container p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

/* Technology Section */
.technology-section {
    padding: 80px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.tech-container h2 {
    color: #64d6e2;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.tech-item {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(100, 214, 226, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(100, 214, 226, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(100, 214, 226, 0.1);
}

.tech-item h3 {
    color: #64d6e2;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.tech-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Vision Section */
.vision-section {
    padding: 80px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.vision-container h2 {
    color: #64d6e2;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vision-container p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    font-style: italic;
}

/* Blockchain Button Specific */
.bc-enter-btn {
    border-color: rgba(124, 58, 237, 0.4);
}

.bc-enter-btn:hover {
    border-color: #7c3aed;
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
        height: 0 !important;
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        pointer-events: none !important;
    }
    
    body {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .scratch-container {
        width: 280px;
        height: 70px;
    }
    
    .scratch-hint {
        font-size: 12px;
    }
    
    .enter-btn {
        font-size: 14px;
    }

    .hero {
        padding: 110px 20px 20px;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 18px;
    }

    .text-sequence {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        padding: 0 1.5rem;
        margin-top: 4px;
        order: 1;
    }

    .text-line {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .text-line p {
        font-size: 1.2rem;
        white-space: normal;
        line-height: 1.45;
        text-align: center;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .text-line.active {
        transform: translateY(0);
    }

    .intro-content,
    .intro-content.active {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        width: 100%;
        padding: 0 1.25rem 10px;
        margin-top: -18px;
        order: 2;
        text-align: center;
    }

    .intro-content h1 {
        font-size: 3rem;
    }

    .click-container {
        width: 92%;
        max-width: 320px;
        margin: 16px auto;
    }

    .bridge-container {
        display: block !important;
        position: relative;
        top: auto;
        left: auto !important;
        width: 100%;
        max-width: 360px;
        height: 160px;
        margin: 20px auto 0 auto;
        transform: none !important;
        margin-left: 0 !important;
    }

    .bridge-line {
        opacity: 0.65;
    }

    .meet-founder-btn {
        position: fixed !important;
        top: 20px !important;
        left: 20px !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        min-width: auto !important;
        max-width: none !important;
        width: auto !important;
        line-height: 1.4 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .login-btn {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        min-width: auto !important;
        max-width: none !important;
        width: auto !important;
        line-height: 1.4 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .login-popup-content {
        padding: 20px;
        max-width: 95%;
    }

    .login-container h2 {
        font-size: 22px;
    }
        transform: none;
        width: auto;
        max-width: none;
        padding: 10px 18px;
    }

    .site-footer {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 6px;
    }

    .footer-content p {
        font-size: 9px !important;
    }
}

@media (max-width: 480px) {
    .intro-content h1 {
        font-size: 2.4rem;
    }

    .text-line p {
        font-size: 1rem;
    }

    .enter-btn {
        font-size: 11px;
    }

}



/* Scratch reveal area - positioned lower to cover ENTER button */
.scratch-reveal {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 60px;
    background: transparent;
    z-index: 35;
    pointer-events: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* ENTER button initially hidden underneath scratch overlay */
.enter-button-hidden {
    opacity: 0;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
}

.enter-button-revealed {
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Typing cursor for DAOLYTICA */
.intro-content.active h1::after {
    content: '|';
    color: #64d6e2;
    animation: blink 1s infinite;
    margin-left: 10px;
    font-size: 12rem;
    line-height: 0.9;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.explore-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Arial', sans-serif;
    opacity: 0;
    transform: translateY(20px);
}

.intro-content.active .explore-btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.65s 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.explore-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* Mathematical Shapes Container */
.math-shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 15;
}

.math-shape {
    position: absolute;
    border: 2px solid rgba(100, 214, 226, 0.3);
    background: transparent;
    animation: float 6s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.3s ease;
}

.math-shape:hover {
    border-color: rgba(100, 214, 226, 0.8);
    background: rgba(100, 214, 226, 0.1);
    transform: scale(1.2) rotate(45deg);
    box-shadow: 0 0 20px rgba(100, 214, 226, 0.5);
}

.math-shape:active {
    transform: scale(0.9) rotate(-45deg);
    background: rgba(100, 214, 226, 0.2);
    box-shadow: 0 0 30px rgba(100, 214, 226, 0.8);
}

.shape-1 {
    top: 10%;
    left: 15%;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    animation-delay: 0s;
}

.shape-2 {
    top: 20%;
    right: 20%;
    width: 80px;
    height: 80px;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation-delay: 1s;
}

.shape-3 {
    top: 60%;
    left: 10%;
    width: 70px;
    height: 70px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation-delay: 2s;
}

.shape-4 {
    top: 30%;
    left: 70%;
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    animation-delay: 3s;
}

.shape-5 {
    top: 70%;
    right: 15%;
    width: 90px;
    height: 90px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    animation-delay: 4s;
}

.shape-6 {
    top: 15%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation-delay: 5s;
}

.shape-7 {
    top: 80%;
    left: 30%;
    width: 55px;
    height: 55px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    animation-delay: 0.5s;
}

.shape-8 {
    top: 40%;
    right: 10%;
    width: 65px;
    height: 65px;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    animation-delay: 1.5s;
}

.shape-9 {
    top: 50%;
    left: 5%;
    width: 45px;
    height: 45px;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation-delay: 2.5s;
}

.shape-10 {
    top: 25%;
    left: 25%;
    width: 75px;
    height: 75px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation-delay: 3.5s;
}

.shape-11 {
    top: 85%;
    right: 30%;
    width: 35px;
    height: 35px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation-delay: 4.5s;
}

.shape-12 {
    top: 5%;
    right: 5%;
    width: 85px;
    height: 85px;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    animation-delay: 0.8s;
}

.shape-13 {
    top: 45%;
    left: 40%;
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation-delay: 1.8s;
}

.shape-14 {
    top: 65%;
    left: 60%;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    animation-delay: 2.8s;
}

.shape-15 {
    top: 35%;
    right: 40%;
    width: 70px;
    height: 70px;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation-delay: 3.8s;
}

/* Bridge Container */
.bridge-container {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 600px;
    height: 200px;
    margin-top: -100px;
    margin-left: -300px;
    display: none;
    z-index: 25;
}

.bridge-line {
    position: absolute;
    background: #64d6e2;
    opacity: 0.8;
}

.bridge-main {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    transform: translateY(-50%);
}

.bridge-cable-1 {
    top: 20%;
    left: 10%;
    width: 2px;
    height: 60%;
    transform: rotate(15deg);
}

.bridge-cable-2 {
    top: 20%;
    right: 10%;
    width: 2px;
    height: 60%;
    transform: rotate(-15deg);
}

.bridge-tower-1 {
    top: 30%;
    left: 20%;
    width: 3px;
    height: 40%;
}

.bridge-tower-2 {
    top: 30%;
    right: 20%;
    width: 3px;
    height: 40%;
}

/* Bridge Formation - Simple Lines */
.bridge-forming .bridge-main {
    animation: bridgeDraw 2s ease-in-out;
}

.bridge-forming .bridge-cable-1 {
    animation: bridgeDraw 2s ease-in-out 0.5s both;
}

.bridge-forming .bridge-cable-2 {
    animation: bridgeDraw 2s ease-in-out 0.5s both;
}

.bridge-forming .bridge-tower-1 {
    animation: bridgeDraw 2s ease-in-out 1s both;
}

.bridge-forming .bridge-tower-2 {
    animation: bridgeDraw 2s ease-in-out 1s both;
}

@keyframes bridgeDraw {
    0% { opacity: 0; transform: scaleX(0); }
    100% { opacity: 0.8; transform: scaleX(1); }
}

/* Animations */
@keyframes blockPulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.2); opacity: 1; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

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

@keyframes titleTransform {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

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

/* Interactive Particles */
.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #64d6e2;
    border-radius: 50%;
    pointer-events: none;
    animation: particleFloat 3s ease-out forwards;
}

@keyframes particleFloat {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(-100px);
    }
}

/* Mouse Trail */
.mouse-trail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.trail-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(100, 214, 226, 0.8) 0%, rgba(100, 214, 226, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: trailFade 1s ease-out forwards;
}

@keyframes trailFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

/* Interactive Ripple Effect */
.ripple {
    position: absolute;
    border: 2px solid rgba(100, 214, 226, 0.6);
    border-radius: 50%;
    pointer-events: none;
    animation: rippleExpand 1s ease-out forwards;
}

@keyframes rippleExpand {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

/* Sparkle animation */
@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1) rotate(180deg);
    }
    100% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
}

/* Page Template Styles */
.app-hero, .blockchain-hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 30%, #000000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 2rem 0;
}

.app-content, .blockchain-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.app-icon, .blockchain-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.app-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.blockchain-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.app-subtitle, .blockchain-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.app-features, .blockchain-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-item {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.blockchain-features .feature-item {
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.3);
}

.feature-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.blockchain-features .feature-item:hover {
    border-color: var(--accent-color);
    background: rgba(124, 58, 237, 0.2);
}

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

.feature-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.blockchain-features .feature-item h3 {
    color: var(--accent-color);
}

.feature-item p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.tech-stack {
    margin-bottom: 3rem;
}

.tech-stack h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--accent-color);
}

.tech-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.tech-item {
    padding: 0.8rem 1.5rem;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.5);
    border-radius: 25px;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background: var(--accent-color);
    color: #000;
    transform: translateY(-2px);
}

.app-actions, .blockchain-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--primary-color);
    color: #000;
    border: 2px solid var(--primary-color);
}

.blockchain-actions .btn-primary {
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
}

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

.blockchain-actions .btn-primary:hover {
    color: var(--accent-color);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.blockchain-actions .btn-secondary:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

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

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 30%, #000000 100%);
    color: #ffffff;
    padding: 3rem 0 1rem;
    margin-top: 3rem;
    position: relative;
    z-index: 100;
    min-height: 200px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.design-credit {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 1rem;
}

/* Mobile menu toggle animation */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-menu.active {
        display: block;
    }
    
    .app-content h1, .blockchain-content h1 {
        font-size: 2rem;
    }
    
    .app-subtitle, .blockchain-subtitle {
        font-size: 1.1rem;
    }
    
    .app-features, .blockchain-features {
        grid-template-columns: 1fr;
    }
    
    .tech-items {
        justify-content: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}