        body {
            box-sizing: border-box;
        }
        
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        
        * {
            font-family: 'Inter', sans-serif;
        }
        
        .gradient-text {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .gradient-bg {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        }
        
        .hero-bg {
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            position: relative;
            overflow: hidden;
        }
        
        .hero-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(29, 78, 216, 0.06) 0%, transparent 50%);
            animation: floatingBg 25s ease-in-out infinite;
        }
        
        @keyframes floatingBg {
            0%, 100% {
                transform: translateX(0px) translateY(0px) scale(1);
            }
            50% {
                transform: translateX(20px) translateY(-20px) scale(1.02);
            }
        }
        
        .floating-code {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }
        
        .code-element {
            position: absolute;
            font-family: 'Courier New', monospace;
            font-size: 14px;
            color: rgba(148, 163, 184, 0.4);
            font-weight: 500;
            animation: codeFloat 20s linear infinite;
            text-shadow: 0 0 15px rgba(148, 163, 184, 0.2);
        }
        
        .code-element:nth-child(1) {
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .code-element:nth-child(2) {
            top: 30%;
            right: 10%;
            animation-delay: -3s;
        }
        
        .code-element:nth-child(3) {
            bottom: 25%;
            left: 15%;
            animation-delay: -6s;
        }
        
        .code-element:nth-child(4) {
            top: 60%;
            right: 20%;
            animation-delay: -9s;
        }
        
        .code-element:nth-child(5) {
            bottom: 40%;
            right: 5%;
            animation-delay: -12s;
        }
        
        .code-element:nth-child(6) {
            top: 45%;
            left: 8%;
            animation-delay: -15s;
        }
        
        @keyframes codeFloat {
            0% {
                transform: translateY(0px) translateX(0px) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 0.4;
            }
            90% {
                opacity: 0.4;
            }
            100% {
                transform: translateY(-30px) translateX(20px) rotate(5deg);
                opacity: 0;
            }
        }
        
        .web-icons {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
        
        .web-icon {
            position: absolute;
            color: rgba(148, 163, 184, 0.3);
            font-size: 24px;
            animation: iconFloat 25s ease-in-out infinite;
            text-shadow: 0 0 10px rgba(148, 163, 184, 0.15);
        }
        
        .web-icon:nth-child(1) {
            top: 15%;
            right: 15%;
            animation-delay: 0s;
        }
        
        .web-icon:nth-child(2) {
            bottom: 30%;
            left: 10%;
            animation-delay: -8s;
        }
        
        .web-icon:nth-child(3) {
            top: 70%;
            right: 25%;
            animation-delay: -16s;
        }
        
        @keyframes iconFloat {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-15px) rotate(180deg);
            }
        }
        
        .chevron-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }
        
        .chevron {
            position: absolute;
            font-family: 'Courier New', monospace;
            font-weight: bold;
            color: rgba(148, 163, 184, 0.6);
            animation: chevronFloat 15s ease-in-out infinite;
            text-shadow: 0 0 30px rgba(148, 163, 184, 0.3);
        }
        
        .left-chevron {
            top: 15%;
            left: 10%;
            font-size: 6rem;
            animation-delay: 0s;
        }
        
        .right-chevron {
            top: 20%;
            right: 15%;
            font-size: 5rem;
            animation-delay: -3s;
        }
        
        .left-chevron-2 {
            bottom: 30%;
            left: 5%;
            font-size: 4rem;
            animation-delay: -6s;
        }
        
        .right-chevron-2 {
            bottom: 35%;
            right: 10%;
            font-size: 4.5rem;
            animation-delay: -9s;
        }
        
        .left-chevron-3 {
            top: 50%;
            left: 20%;
            font-size: 3rem;
            animation-delay: -12s;
        }
        
        .right-chevron-3 {
            top: 55%;
            right: 25%;
            font-size: 3.5rem;
            animation-delay: -15s;
        }
        
        .left-chevron-4 {
            bottom: 15%;
            left: 25%;
            font-size: 2.5rem;
            animation-delay: -18s;
        }
        
        .right-chevron-4 {
            bottom: 20%;
            right: 5%;
            font-size: 3rem;
            animation-delay: -21s;
        }
        
        @keyframes chevronFloat {
            0%, 100% {
                transform: translateY(0px) translateX(0px) scale(1) rotate(0deg);
                opacity: 0.6;
            }
            25% {
                opacity: 0.8;
                transform: translateY(-15px) translateX(8px) scale(1.05) rotate(2deg);
            }
            50% {
                transform: translateY(-25px) translateX(15px) scale(1.1) rotate(-2deg);
                opacity: 0.7;
            }
            75% {
                opacity: 0.5;
                transform: translateY(-10px) translateX(5px) scale(0.95) rotate(1deg);
            }
        }
        
        .card-minimal {
            background: white;
            border: 1px solid #e2e8f0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .card-minimal:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        
        .floating-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .cursor-logo {
            animation: subtleMove 4s ease-in-out infinite;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .cursor-logo:hover {
            transform: scale(1.1);
        }
        
        .cursor-logo:active {
            transform: scale(0.95);
        }
        
        .cursor-logo.clicked {
            animation: clickPulse 0.6s ease-out;
        }
        
        @keyframes subtleMove {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-3px); }
        }
        
        @keyframes clickPulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.2) rotate(10deg); }
            100% { transform: scale(1) rotate(0deg); }
        }
        
        .testimonial-card {
            background: #f8fafc;
            border-left: 4px solid #3b82f6;
        }
        
        .section-divider {
            background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
            height: 1px;
        }
        
        .icon-circle {
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            color: white;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e293b;
        }
        
        .nav-glass {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
        }
        
        .code-animation {
            background: #1e293b;
            border-radius: 12px;
            padding: 20px;
            font-family: 'Courier New', monospace;
            color: #e2e8f0;
            font-size: 14px;
            line-height: 1.6;
            overflow: hidden;
            position: relative;
        }
        
        .typing-char {
            opacity: 1;
        }
        
        @keyframes typeChar {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .code-keyword { color: #60a5fa; }
        .code-string { color: #34d399; }
        .code-comment { color: #9ca3af; }
        .code-function { color: #fbbf24; }
        
        .cursor-blink {
            animation: blink 1s infinite;
        }
        
        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }