
        *{margin:0;padding:0;box-sizing:border-box}
        html, body {
            scroll-behavior: smooth;
            overflow-x: hidden;
            width: 100%;
            position: relative;
        }
        body {
            font-family: 'Inter', sans-serif;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden !important;
        }
        html {
            color-scheme: dark;
        }
        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        textarea:focus-visible {
            outline: 2px solid #facc15;
            outline-offset: 3px;
        }

        /* Twemoji: size flag/emoji images to match text */
        img.emoji {
            height: 1.2em;
            width: 1.2em;
            margin: 0 0.05em 0 0.1em;
            vertical-align: -0.15em;
            display: inline-block;
        }
        /* Larger flags in language cards */
        .text-3xl img.emoji, .text-4xl img.emoji {
            height: 1em;
            width: 1em;
        }

        .cursor-dot{width:8px;height:8px;background:#facc15;border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transition:transform .1s}
        .cursor-ring{width:40px;height:40px;border:2px solid rgba(250,204,21,.4);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transition:transform .15s,width .3s,height .3s,border-color .3s;transform:translate(-50%,-50%)}
        .cursor-ring.hover{width:60px;height:60px;border-color:rgba(250,204,21,.8);background:rgba(250,204,21,.05)}

        .reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
        .reveal.active{opacity:1;transform:translateY(0)}
        .reveal-left{opacity:0;transform:translateX(-60px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
        @media(max-width:768px){ .reveal-left{transform:translateX(-20px)} }
        [dir="rtl"] .reveal-left{transform:translateX(60px)}
        @media(max-width:768px){ [dir="rtl"] .reveal-left{transform:translateX(20px)} }
        .reveal-left.active{opacity:1;transform:translateX(0)}
        
        .reveal-right{opacity:0;transform:translateX(60px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
        @media(max-width:768px){ .reveal-right{transform:translateX(20px)} }
        [dir="rtl"] .reveal-right{transform:translateX(-60px)}
        @media(max-width:768px){ [dir="rtl"] .reveal-right{transform:translateX(-20px)} }
        .reveal-right.active{opacity:1;transform:translateX(0)}

        .stagger-children .reveal:nth-child(1){transition-delay:0ms}
        .stagger-children .reveal:nth-child(2){transition-delay:100ms}
        .stagger-children .reveal:nth-child(3){transition-delay:200ms}
        .stagger-children .reveal:nth-child(4){transition-delay:300ms}
        .stagger-children .reveal:nth-child(5){transition-delay:400ms}
        .stagger-children .reveal:nth-child(6){transition-delay:500ms}
        .stagger-children .reveal:nth-child(7){transition-delay:600ms}
        .stagger-children .reveal:nth-child(8){transition-delay:700ms}

        .hero-line{overflow:hidden}
        .hero-line span{display:inline-block;transform:translateY(110%);animation:slideUp 1s cubic-bezier(.16,1,.3,1) forwards}
        .hero-line:nth-child(2) span{animation-delay:.15s}
        .hero-line:nth-child(3) span{animation-delay:.3s}
        .hero-line:nth-child(4) span{animation-delay:.45s}
        @keyframes slideUp{to{transform:translateY(0)}}

        @keyframes float{0%,100%{transform:translateY(0) rotate(0)}33%{transform:translateY(-12px) rotate(1deg)}66%{transform:translateY(6px) rotate(-1deg)}}
        .float{animation:float 6s ease-in-out infinite}
        .float-delay{animation:float 6s ease-in-out 2s infinite}

        .gradient-text{background:linear-gradient(135deg,#facc15 0%,#fde047 50%,#fef08a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

        .glow-yellow{box-shadow:0 0 60px rgba(250,204,21,.15),0 0 120px rgba(250,204,21,.05)}
        .dark .glow-yellow{box-shadow:0 0 60px rgba(250,204,21,.2),0 0 120px rgba(250,204,21,.08)}
        
        .liquid-glass {
            background: rgba(255, 255, 255, 0.65);
            backdrop-filter: blur(40px) saturate(220%);
            -webkit-backdrop-filter: blur(40px) saturate(220%);
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 
                inset 0 1px 1px rgba(255, 255, 255, 0.9),
                inset 0 -1px 2px rgba(0, 0, 0, 0.04),
                0 10px 40px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
            border-radius: 32px;
        }
        .liquid-glass::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 60%);
            pointer-events: none;
        }
        .dark .liquid-glass {
            background: rgba(10, 10, 10, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.15);
            box-shadow: 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                0 20px 50px rgba(0, 0, 0, 0.5);
        }
        .dark .liquid-glass::before {
            background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 60%);
        }
        
        .liquid-btn {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #facc15 0%, #eab308 100%);
            color: black !important;
            font-weight: 700;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            border: 1.5px solid rgba(255, 255, 255, 0.6);
            box-shadow: 
                inset 0 1px 2px rgba(255, 255, 255, 0.8),
                0 10px 30px rgba(250, 204, 21, 0.3);
            border-radius: 9999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .liquid-btn::before {
            content: '';
            position: absolute;
            top: 0; left: -100%; width: 50%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
            transform: skewX(-25deg);
            transition: 0.8s;
        }
        .liquid-btn:hover::before { left: 150%; }
        .liquid-btn:hover { 
            transform: translateY(-3px) scale(1.04); 
            box-shadow: 
                inset 0 1px 5px rgba(255, 255, 255, 1),
                0 25px 50px rgba(250, 204, 21, 0.45);
            filter: brightness(1.1);
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 24px;
            transition: all 0.4s ease;
        }
        .dark .glass-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .glass-card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.8);
            border-color: #facc15;
        }
        .dark .glass-card:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: #facc15;
        }

        @keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
        .marquee-track{animation:marquee 25s linear infinite}
        .marquee-track:hover{animation-play-state:paused}

        .magnetic-btn{transition:transform .3s cubic-bezier(.16,1,.3,1)}

        .noise::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}

        .timeline-line{height:0;transition:height 1.5s cubic-bezier(.16,1,.3,1)}
        .timeline-line.active{height:100%}

        .nav-indicator{transition:left .3s cubic-bezier(.16,1,.3,1),width .3s cubic-bezier(.16,1,.3,1)}

        .tilt-card{transition:transform .5s cubic-bezier(.16,1,.3,1)}

        ::-webkit-scrollbar{width:6px}
        ::-webkit-scrollbar-track{background:transparent}
        ::-webkit-scrollbar-thumb{background:#525252;border-radius:3px}
        ::-webkit-scrollbar-thumb:hover{background:#737373}

        .toast{transform:translateY(100px);opacity:0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s ease}
        .toast.show{transform:translateY(0);opacity:1}

        .counter{font-variant-numeric:tabular-nums}

        @media(max-width:768px){
            .cursor-dot,.cursor-ring{display:none}
            .hero-h1{font-size:2.5rem!important;line-height:1.1!important}
            section{overflow:hidden}
            .hero-line span{animation-name:slideUpMobile}
        }
        @keyframes slideUpMobile{to{transform:translateY(0)}}
        @media(min-width:769px) and (max-width:1024px){
            .hero-h1{font-size:3.5rem!important}
        }
    
