/* Custom Fonts (use stable non-variable weights to avoid OTS issues) */
        /* ClashGrotesk */
        @font-face {
            font-family: 'ClashGrotesk';
            src: url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
                 url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'ClashGrotesk';
            src: url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
                 url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'ClashGrotesk';
            src: url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
                 url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Semibold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'ClashGrotesk';
            src: url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
                 url('../../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        /* Satoshi */
        @font-face {
            font-family: 'Satoshi';
            src: url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Light.woff2') format('woff2'),
                 url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Satoshi';
            src: url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Regular.woff2') format('woff2'),
                 url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Satoshi';
            src: url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Medium.woff2') format('woff2'),
                 url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Satoshi';
            src: url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Bold.woff2') format('woff2'),
                 url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Satoshi';
            src: url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Black.woff2') format('woff2'),
                 url('../../fonts/Satoshi/Fonts/WEB/fonts/Satoshi-Black.woff') format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }
    
    :root { --nav-h: 0px; --chip-float: 8px; }
        :root {
            --primary: #0066FF;
            --primary-dark: #0052CC;
            --secondary: #00D4FF;
            --dark: #0A0E27;
            --dark-alt: #141B34;
            --text: #1A1A1A;
            --text-light: #6B7280;
            --white: #FFFFFF;
            --gray-50: #F9FAFB;
            --gray-100: #F3F4F6;
            --gray-800: #1F2937;
            --success: #10B981;
            --warning: #F59E0B;
            --gradient-primary: linear-gradient(135deg, #0066FF 0%, #00D4FF 100%);
            --gradient-dark: linear-gradient(135deg, #0A0E27 0%, #141B34 100%);
            --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
            --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
            --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
            --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
            
            /* Modern spacing scale (8px base) */
            --space-xs: 0.5rem;
            --space-sm: 0.75rem;
            --space-md: 1rem;
            --space-lg: 1.5rem;
            --space-xl: 2rem;
            --space-2xl: 3rem;
            --space-3xl: 4rem;
            --space-4xl: 6rem;
            --space-5xl: 8rem;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            color: var(--text);
            line-height: 1.6;
            overflow-x: hidden;
            background: var(--white);
            padding-top: var(--nav-h);
            font-size: 17px;
            letter-spacing: -0.003em;
            font-weight: 400;
        }

        h1 {
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: clamp(40px, 5vw, 56px);
            letter-spacing: -0.025em;
            line-height: 1.1;
            margin-bottom: 1rem;
        }

        h2 {
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: clamp(32px, 4vw, 40px);
            letter-spacing: -0.02em;
            line-height: 1.2;
            margin-bottom: 0.875rem;
        }

        h3 {
            font-family: 'Satoshi', sans-serif;
            font-weight: 600;
            font-size: clamp(24px, 3vw, 28px);
            letter-spacing: -0.015em;
            line-height: 1.3;
            margin-bottom: 0.75rem;
        }

        h4 {
            font-family: 'Satoshi', sans-serif;
            font-weight: 600;
            font-size: clamp(20px, 2.5vw, 24px);
            letter-spacing: -0.01em;
            line-height: 1.4;
            margin-bottom: 0.625rem;
        }

        h5 {
            font-family: 'Satoshi', sans-serif;
            font-weight: 600;
            font-size: clamp(18px, 2vw, 20px);
            letter-spacing: -0.008em;
            line-height: 1.45;
            margin-bottom: 0.5rem;
        }

        h6 {
            font-family: 'Satoshi', sans-serif;
            font-weight: 600;
            font-size: clamp(16px, 1.5vw, 18px);
            letter-spacing: -0.005em;
            line-height: 1.5;
            margin-bottom: 0.5rem;
        }
        
        p {
            font-size: 17px;
            line-height: 1.65;
            letter-spacing: -0.003em;
            margin-bottom: 1.25rem;
            color: var(--text-light);
        }
        
        p.lead {
            font-size: 19px;
            line-height: 1.7;
            letter-spacing: -0.005em;
        }
        
        small {
            font-size: 15px;
            line-height: 1.6;
            letter-spacing: -0.002em;
        }

        /* Navigation - New Professional Design */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: var(--white);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border-bottom: 1px solid transparent;
        }

        nav.scrolled {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }

        .nav-container {
            max-width: 1800px;
            margin: 0 auto;
            padding: 1.5rem 3rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 3rem;
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .logo:hover {
            transform: scale(1.02);
        }

        .logo img {
            height: 90px;
            width: auto;
            display: block;
        }

        .nav-center {
            display: flex;
            align-items: center;
            gap: 3rem;
            flex: 1;
            justify-content: center;
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
            align-items: center;
            margin: 0;
            padding: 0;
        }

        .nav-links li {
            position: relative;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--text);
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            position: relative;
            padding: 0.5rem 0;
            display: block;
            letter-spacing: 0.01em;
        }

        .nav-links a::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 100%;
            height: 2px;
            background: var(--gradient-primary);
            transition: transform 0.3s ease;
            border-radius: 2px;
        }

        .nav-links a:hover {
            color: var(--primary);
        }

        .nav-links a:hover::before {
            transform: translateX(-50%) scaleX(1);
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-shrink: 0;
        }

        /* Language Switch */
        .lang-switch {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            background: var(--gray-50);
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 999px;
            padding: 0.25rem;
        }

        .lang-switch button {
            border: none;
            background: transparent;
            padding: 0.375rem 0.75rem;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            color: var(--text);
            transition: all 0.2s ease;
            letter-spacing: -0.005em;
        }

        .lang-switch button.active {
            background: var(--gradient-primary);
            color: var(--white);
            box-shadow: 0 2px 8px rgba(0, 102, 255, 0.25);
        }

        .btn-primary {
            padding: 0.875rem 2rem;
            background: var(--gradient-primary);
            color: var(--white);
            border: none;
            border-radius: 12px;
            font-family: 'Satoshi', sans-serif;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            box-shadow: 0 4px 16px rgba(0, 102, 255, 0.25);
            position: relative;
            overflow: hidden;
            letter-spacing: -0.002em;
            line-height: 1.5;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn-primary:hover::before {
            left: 100%;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(0, 102, 255, 0.35);
        }

        .btn-primary:active {
            transform: translateY(0);
        }

        .nav-phone {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            color: var(--text);
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            padding: 0.5rem 1rem;
            border-radius: 10px;
            transition: all 0.3s ease;
            background: var(--gray-50);
            letter-spacing: -0.003em;
        }

        .nav-phone:hover {
            background: var(--gray-100);
            color: var(--primary);
        }

        .nav-phone i {
            font-size: 1.1rem;
            color: var(--primary);
        }

        .nav-actions .btn-primary {
            padding: 0.625rem 1.375rem;
            border-radius: 10px;
            font-size: 15px;
        }

        .mobile-menu-btn {
            display: none;
            background: var(--gray-50);
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: var(--text);
            padding: 0.75rem;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .mobile-menu-btn:hover {
            background: var(--gray-100);
            color: var(--primary);
        }

        .mobile-menu-btn:active {
            transform: scale(0.95);
        }

        .mobile-nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: var(--white);
            z-index: 999;
            display: none;
            padding: calc(var(--nav-h) + 1rem) 2rem 2rem;
            overflow-y: auto;
            animation: slideIn 0.3s ease-out;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .mobile-nav.active {
            display: block;
        }

        .mobile-nav-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 3rem;
        }

        .mobile-nav-logo {
            height: 60px;
            width: auto;
        }

        .mobile-nav .nav-links {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: stretch;
            margin-bottom: 2rem;
        }

        .mobile-nav .nav-links li {
            width: 100%;
        }

        .mobile-nav .nav-links a {
            color: var(--text);
            font-size: 1.25rem;
            font-weight: 600;
            padding: 1rem 1.25rem;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: transparent;
        }

        .mobile-nav .nav-links a:hover {
            background: var(--gray-50);
            color: var(--primary);
        }

        .mobile-nav .nav-links a::before {
            display: none;
        }

        .mobile-nav .btn-primary {
            width: 100%;
            justify-content: center;
            margin-top: 1rem;
            padding: 1.125rem 2rem;
            font-size: 1.05rem;
        }

        .mobile-nav .nav-phone {
            width: 100%;
            justify-content: center;
            margin-top: 0.75rem;
            padding: 1.125rem 1.5rem;
            font-size: 1.05rem;
        }

        .mobile-close-btn {
            background: var(--gray-50);
            border: none;
            color: var(--text);
            font-size: 1.75rem;
            cursor: pointer;
            padding: 0.75rem;
            border-radius: 12px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
        }

        .mobile-close-btn:hover {
            background: var(--gray-100);
            color: var(--primary);
            transform: rotate(90deg);
        }

        /* Hero Section */
        .hero {
            min-height: calc(100vh - var(--nav-h));
            display: flex;
            align-items: center;
            padding: 4.5rem 2rem 3.5rem;
            background: #FFFFFF;
            position: relative;
            overflow: hidden;
        }

        /* Creative color blobs */
        .hero::before {
            content: '';
            position: absolute;
            top: -20%;
            right: -8%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(80px);
            animation: blobFloat1 25s ease-in-out infinite;
        }

        .hero::after {
            content: '';
            position: absolute;
            bottom: -15%;
            left: -5%;
            width: 450px;
            height: 450px;
            background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(70px);
            animation: blobFloat2 20s ease-in-out infinite;
        }

        .hero-blob-1 {
            position: absolute;
            top: 30%;
            left: 5%;
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 65%);
            border-radius: 50%;
            filter: blur(60px);
            animation: blobFloat3 18s ease-in-out infinite 1s;
        }

        .hero-blob-2 {
            position: absolute;
            bottom: 20%;
            right: 10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 65%);
            border-radius: 50%;
            filter: blur(75px);
            animation: blobFloat1 22s ease-in-out infinite 2s;
        }

        .hero-blob-3 {
            position: absolute;
            top: 50%;
            right: 25%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(245, 158, 11, 0.06) 0%, transparent 65%);
            border-radius: 50%;
            filter: blur(65px);
            animation: blobFloat2 16s ease-in-out infinite 3s;
        }

        @keyframes blobFloat1 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(30px, -30px) scale(1.1); }
            66% { transform: translate(-20px, 20px) scale(0.95); }
        }

        @keyframes blobFloat2 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-40px, -25px) scale(1.08); }
        }

        @keyframes blobFloat3 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(-25px, 30px) scale(1.05); }
            66% { transform: translate(25px, -20px) scale(0.98); }
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-30px, 30px) scale(1.1); }
        }

        .hero-container {
            max-width: 1800px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 5rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-content {
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1.25rem;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
            border: 1px solid rgba(0, 102, 255, 0.2);
            border-radius: 50px;
            color: var(--primary);
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 2.5rem;
        }

        .hero-badge i {
            color: var(--primary);
        }

        .hero h1 {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: clamp(32px, 6vw, 48px);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 2.5rem;
            color: var(--dark);
            letter-spacing: -0.02em;
        }

        .hero h1.hero-title span {
            display: block;
        }

        .hero h1 .gradient-text {
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-description {
            font-size: clamp(1.05rem, 2vw, 1.25rem);
            color: var(--text-light);
            margin-bottom: 3rem;
            line-height: 1.85;
            max-width: 640px;
            letter-spacing: 0.015em;
        }

        .hero-cta {
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
            margin-bottom: 4.5rem;
        }

        .btn-secondary {
            padding: 0.875rem 2rem;
            background: var(--white);
            color: var(--primary);
            border: 2px solid var(--primary);
            border-radius: 12px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            letter-spacing: 0.025em;
        }

        .btn-secondary:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-2px);
        }

        .hero-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            padding-top: 3rem;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
        }

        .stat-item {
            text-align: left;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary);
            display: block;
            line-height: 1;
            margin-bottom: 1rem;
        }

        .stat-label {
            font-size: 0.95rem;
            color: var(--text-light);
            font-weight: 500;
            letter-spacing: 0.01em;
            line-height: 1.6;
        }

        .hero-image {
            position: relative;
            animation: fadeIn 1s ease-out 0.3s both;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .hero-image-main {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: var(--shadow-xl);
            position: relative;
            z-index: 2;
        }

        .hero-image::before {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            border-radius: 20px;
            z-index: 1;
            opacity: 0.15;
        }

        /* Creative hero image addons */
        .hero-image .ring {
            position: absolute;
            inset: -20px;
            border-radius: 24px;
            background: conic-gradient(from 0deg, rgba(0,102,255,0.25), rgba(0,212,255,0.25), rgba(0,102,255,0.25));
            filter: blur(20px);
            z-index: 0;
        }

        /* Service chips below the image with subtle floating */
        .hero-chips {
            position: relative;
            z-index: 3;
            pointer-events: auto;
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            margin-top: 1rem;
            padding: 0 0.5rem;
        }

        .chip {
            position: relative;
            background: rgba(255,255,255,0.98);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 999px;
            padding: 0.45rem 0.75rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text);
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            pointer-events: auto;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            opacity: 0.96;
            /* Prevent text blur during animation */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
            backface-visibility: hidden;
            transform: translateZ(0);
            animation-name: floatVertical;
            animation-duration: 8s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            will-change: transform;
        }

        .chip i { color: var(--primary); font-size: 1rem; }
        .chip:hover { 
            transform: translateY(-3px) scale(1.03); 
            box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        }

        /* Subtle per-chip animation variations */
        .chip:nth-child(1) { animation-duration: 8s;  animation-delay: 0s; }
        .chip:nth-child(2) { animation-duration: 9s;  animation-delay: 0.3s; }
        .chip:nth-child(3) { animation-duration: 10s; animation-delay: 0.6s; }
        .chip:nth-child(4) { animation-duration: 11s; animation-delay: 0.9s; }
        .chip:nth-child(5) { animation-duration: 9.5s; animation-delay: 1.2s; }
        .chip:nth-child(6) { animation-duration: 10.5s;animation-delay: 1.5s; }
        .chip:nth-child(7) { animation-duration: 12s; animation-delay: 1.8s; }

        @keyframes floatVertical {
            0%, 100% { transform: translateZ(0) translateY(0px); }
            50% { transform: translateZ(0) translateY(calc(var(--chip-float) * -1)); }
        }

        @keyframes floatHorizontal {
            0%, 100% { transform: translateZ(0) translateX(0px); }
            50% { transform: translateZ(0) translateX(var(--chip-float)); }
        }

        @keyframes floatDiagonal {
            0%, 100% { transform: translateZ(0) translate(0px, 0px); }
            25% { transform: translateZ(0) translate(calc(var(--chip-float) * 0.6), calc(var(--chip-float) * -0.6)); }
            50% { transform: translateZ(0) translate(var(--chip-float), calc(var(--chip-float) * -1)); }
            75% { transform: translateZ(0) translate(calc(var(--chip-float) * 0.5), calc(var(--chip-float) * -0.5)); }
        }

        .dotted-overlay {
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(0,0,0,0.06) 1px, transparent 1px);
            background-size: 12px 12px;
            border-radius: 20px;
            z-index: 1;
            pointer-events: none;
        }

        /* Trust Logos */
        .trust-section {
            padding: 4rem 2rem;
            background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .trust-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 1400px;
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, rgba(0,102,255,0.2) 50%, transparent 100%);
        }

        .trust-container {
            max-width: 1800px;
            margin: 0 auto;
            text-align: center;
        }

        .trust-title {
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--text-light);
            margin-bottom: 2.5rem;
            font-weight: 600;
        }

        .trust-logos-wrapper {
            overflow: hidden;
            position: relative;
        }

        .trust-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4rem;
            flex-wrap: nowrap;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
        }

        .trust-logo {
            transition: all 0.3s ease;
            opacity: 0.5;
            position: relative;
            flex-shrink: 0;
            white-space: nowrap;
        }

        .trust-logo .brand-text {
            font-size: 1.75rem;
            font-weight: 800;
            font-family: 'ClashGrotesk', sans-serif;
            color: var(--dark);
            letter-spacing: -0.5px;
            display: block;
            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .trust-logo:hover {
            opacity: 1;
            transform: translateY(-3px);
        }

        .trust-logo:hover .brand-text {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        @keyframes logoFadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 0.5;
                transform: translateY(0);
            }
        }

        .trust-logo {
            animation: logoFadeIn 0.6s ease-out forwards;
        }

        .trust-logo:nth-child(1) { animation-delay: 0.1s; }
        .trust-logo:nth-child(2) { animation-delay: 0.2s; }
        .trust-logo:nth-child(3) { animation-delay: 0.3s; }
        .trust-logo:nth-child(4) { animation-delay: 0.4s; }
        .trust-logo:nth-child(5) { animation-delay: 0.5s; }
        .trust-logo:nth-child(6) { animation-delay: 0.6s; }
        .trust-logo:nth-child(7) { animation-delay: 0.7s; }
        .trust-logo:nth-child(8) { animation-delay: 0.8s; }
        .trust-logo:nth-child(9) { animation-delay: 0.9s; }
        .trust-logo:nth-child(10) { animation-delay: 1.0s; }
        .trust-logo:nth-child(11) { animation-delay: 1.1s; }
        .trust-logo:nth-child(12) { animation-delay: 1.2s; }

        /* About Us Section */
        .about {
            padding: 6rem 2rem;
            background: linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%);
        }

        .about-content {
            max-width: 1400px;
            margin: 0 auto;
        }

        .about-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }

        .about-card {
            background: var(--white);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 20px;
            padding: 2.5rem;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
        }

        .about-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .about-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 102, 255, 0.12);
            border-color: rgba(0, 102, 255, 0.2);
        }

        .about-card:hover::before {
            transform: scaleX(1);
        }

        .about-card-accent {
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
            border-color: rgba(0, 102, 255, 0.15);
        }

        .about-card-icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            transition: transform 0.3s ease;
        }

        .about-card:hover .about-card-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .about-card-icon i {
            font-size: 28px;
            color: var(--white);
        }

        .about-card-title {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: 24px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }

        .about-card-text {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.7;
            letter-spacing: 0.01em;
        }

        .about-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            padding: 3rem;
            background: var(--white);
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            margin-bottom: 4rem;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .about-stat {
            text-align: center;
            padding: 1rem;
            position: relative;
        }

        .about-stat:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 60%;
            background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1), transparent);
        }

        .about-stat-number {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: clamp(40px, 5vw, 56px);
            font-weight: 800;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
            letter-spacing: -0.02em;
        }

        .about-stat-label {
            font-size: 0.95rem;
            color: var(--text-light);
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        .about-delivery {
            background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%);
            border-radius: 24px;
            padding: 3rem;
            position: relative;
            overflow: hidden;
        }

        .about-delivery::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(30%, -30%);
        }

        .about-delivery-title {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: 32px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 2rem;
            text-align: center;
            letter-spacing: -0.02em;
        }

        .about-delivery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            position: relative;
            z-index: 1;
        }

        .about-delivery-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .about-delivery-item:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(0, 102, 255, 0.4);
            transform: translateX(8px);
        }

        .about-delivery-item i {
            font-size: 24px;
            color: var(--primary);
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 102, 255, 0.1);
            border-radius: 10px;
        }

        .about-delivery-item span {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: 0.01em;
        }

        @media (max-width: 768px) {
            .about-stats {
                grid-template-columns: repeat(2, 1fr);
                padding: 2rem;
                gap: 1.5rem;
            }

            .about-stat:nth-child(2)::after,
            .about-stat:nth-child(4)::after {
                display: none;
            }

            .about-stat:nth-child(1)::after,
            .about-stat:nth-child(3)::after {
                display: block;
            }

            .about-delivery {
                padding: 2rem;
            }

            .about-delivery-grid {
                grid-template-columns: 1fr;
            }

            .about-card {
                padding: 2rem;
            }
        }

        /* Services Section */
        .services {
            padding: 6rem 2rem;
        }

        .container {
            max-width: 1800px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 4rem;
        }

        .section-subtitle {
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--primary);
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .section-title {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: clamp(32px, 4.5vw, 40px);
            font-weight: 600;
            color: var(--dark);
            margin-bottom: var(--space-lg);
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .section-description {
            font-size: 18px;
            color: var(--text-light);
            line-height: 1.7;
            letter-spacing: -0.003em;
            max-width: 720px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 2.5rem;
            max-width: 1400px;
            margin: 0 auto;
        }

        @media (min-width: 1200px) {
            .services-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .service-card {
            background: var(--white);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 24px;
            padding: 0;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }

        .service-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 50px rgba(0, 102, 255, 0.15);
            border-color: rgba(0, 102, 255, 0.3);
        }

        .service-card:hover .service-image {
            transform: scale(1.1);
        }

        .service-card:hover .service-image-overlay {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 102, 255, 0.4) 100%);
        }

        .service-image-wrapper {
            width: 100%;
            height: 280px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
        }

        .service-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .service-image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            padding: 1.5rem;
            transition: background 0.4s ease;
        }

        .service-content {
            padding: 2rem;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .service-icon {
            width: 72px;
            height: 72px;
            background: linear-gradient(135deg, var(--primary), #00D4FF);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--white);
            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
            transition: all 0.3s ease;
        }

        .service-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 1rem;
            line-height: 1.4;
            letter-spacing: -0.005em;
        }

        .service-description {
            color: var(--text-light);
            line-height: 1.8;
            margin-bottom: 1.75rem;
            flex: 1;
            font-size: 1rem;
            letter-spacing: 0.012em;
        }

        .service-link {
            color: var(--primary);
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            transition: all 0.3s ease;
            margin-top: auto;
            font-size: 1rem;
            padding: 0.75rem 1.5rem;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
            border-radius: 12px;
            align-self: flex-start;
            letter-spacing: 0.02em;
        }

        .service-link:hover {
            gap: 0.875rem;
            background: linear-gradient(135deg, var(--primary), #00D4FF);
            color: var(--white);
            transform: translateX(4px);
            box-shadow: 0 4px 15px rgba(0, 102, 255, 0.25);
        }

        .service-link i {
            transition: transform 0.3s ease;
        }

        .service-link:hover i {
            transform: translateX(3px);
        }

        /* Case Studies */
        .case-studies { padding: 6rem 2rem; background: linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%); }

        /* Featured Case Study */
        .case-featured {
            display: flex;
            flex-direction: column;
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.06);
            height: 100%;
        }

        .case-featured-visual { position: relative; overflow: hidden; }
        .case-featured-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .case-featured:hover .case-featured-visual img { transform: scale(1.05); }

        .case-featured-badge {
            position: absolute; top: 1.5rem; left: 1.5rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: var(--white);
            padding: 0.6rem 1.2rem; border-radius: 50px; display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 600;
            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
        }
        .badge-icon { font-size: 1.1rem; }

        .case-featured-content { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
        .case-brand-logo { margin-bottom: 1rem; }
        .case-featured-title { font-family: 'ClashGrotesk', sans-serif; font-size: 26px; font-weight: 700; color: var(--dark); margin-bottom: 0.75rem; line-height: 1.2; letter-spacing: -0.02em; }
        .case-featured-description { font-size: 0.9375rem; color: var(--text-light); line-height: 1.6; margin-bottom: 1.5rem; }

        .case-featured-metrics {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 1.5rem 0;
            border-top: 1px solid rgba(0, 0, 0, 0.08); border-bottom: 1px solid rgba(0, 0, 0, 0.08); margin-bottom: 1.5rem;
        }
        .featured-metric { text-align: center; }
        .featured-metric-value {
            font-family: 'ClashGrotesk', sans-serif; font-size: 2rem; font-weight: 800; background: var(--gradient-primary);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 0.4rem; letter-spacing: -0.02em;
        }
        .featured-metric-label { font-size: 0.8125rem; color: var(--text-light); font-weight: 500; }

        .case-featured-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; }
        .case-tag { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: linear-gradient(135deg, rgba(0, 102, 255, 0.08) 0%, rgba(0, 212, 255, 0.08) 100%); border: 1px solid rgba(0, 102, 255, 0.15); border-radius: 50px; font-size: 0.875rem; font-weight: 600; color: var(--dark); }
        .case-tag i { color: var(--primary); }

        /* Case Studies Layout */
        .case-studies-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        
        .case-studies-left {
            display: flex;
        }
        
        .case-studies-right {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            align-content: stretch;
            align-self: stretch;
            height: 100%;
        }

        /* Compact Grid */
        .case-compact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.5rem; }
        .case-compact-card { background: var(--white); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 16px; padding: 1.75rem; transition: all 0.3s ease; display: flex; flex-direction: column; }
        .case-compact-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0, 102, 255, 0.12); border-color: rgba(0, 102, 255, 0.2); }
        .case-compact-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
        .case-compact-brand { font-family: 'ClashGrotesk', sans-serif; font-size: 1.375rem; font-weight: 800; color: var(--dark); letter-spacing: -0.02em; }
        .case-compact-location { font-size: 0.8125rem; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
        .case-compact-body { flex: 1; margin-bottom: 1.5rem; }
        .case-compact-body h4 { font-family: 'ClashGrotesk', sans-serif; font-size: 1.125rem; font-weight: 700; color: var(--dark); margin-bottom: 0.75rem; line-height: 1.3; }
        .case-compact-body p { font-size: 0.9375rem; color: var(--text-light); line-height: 1.6; }
        .case-compact-result { display: flex; align-items: baseline; gap: 0.75rem; padding-top: 1.25rem; border-top: 1px solid rgba(0, 0, 0, 0.06); }
        .result-highlight { font-family: 'ClashGrotesk', sans-serif; font-size: 1.875rem; font-weight: 800; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; }
        .result-label { font-size: 0.875rem; color: var(--text-light); font-weight: 500; }

        /* CTA Card */
        .case-compact-cta { background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%); border-color: transparent; position: relative; overflow: hidden; }
        .case-compact-cta::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%); animation: pulse 3s ease-in-out infinite; }
        @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } }
        .case-cta-content { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; }
        .case-cta-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 1rem; }
        .case-cta-content h4 { font-family: 'ClashGrotesk', sans-serif; font-size: 1.375rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; line-height: 1.3; }
        .case-cta-content p { font-size: 0.9375rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 1.5rem; line-height: 1.6; }
        .case-cta-button { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.75rem; background: var(--gradient-primary); color: var(--white); border-radius: 50px; font-weight: 700; font-size: 0.9375rem; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3); }
        .case-cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4); }

        /* Section header alignment (alternating) */
        .section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
        .about .section-header { text-align: left; margin-left: 0; margin-right: auto; }
        .services .section-header { text-align: right; margin-left: auto; margin-right: 0; }
        .case-studies .section-header { text-align: left; margin-left: 0; margin-right: auto; }
        .process .section-header { text-align: right; margin-left: auto; margin-right: 0; }
        .testimonials .section-header { text-align: center; margin-left: auto; margin-right: auto; }
        .cta-section .cta-title { text-align: right; }

        @media (max-width: 1024px) {
            .case-studies-container { grid-template-columns: 1fr; }
            .case-studies-right { grid-template-columns: 1fr 1fr; }
            .case-featured { grid-template-columns: 1fr; }
            .case-featured-visual { height: 300px; }
            .case-featured-metrics { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
        }
        @media (max-width: 768px) {
            .case-studies-container { grid-template-columns: 1fr; }
            .case-studies-right { grid-template-columns: 1fr; }
            .case-compact-grid { grid-template-columns: 1fr; }
            .case-featured { margin-bottom: 2rem; }
            .case-featured-visual { height: 220px; }
            .case-featured-content { padding: 1.5rem; }
            .case-featured-title { font-size: 20px; margin-bottom: 0.75rem; }
            .case-featured-description { font-size: 0.9375rem; margin-bottom: 1.25rem; }
            .case-featured-metrics { 
                grid-template-columns: repeat(3, 1fr); 
                gap: 1rem; 
                padding: 1.25rem 0;
                margin-bottom: 1.25rem;
            }
            .featured-metric-value { font-size: 1.5rem; }
            .featured-metric-label { font-size: 0.75rem; line-height: 1.3; }
            .case-brand-logo { margin-bottom: 1rem; }
            .case-brand-logo span { font-size: 1.5rem !important; }
            .case-featured-badge { top: 1rem; left: 1rem; padding: 0.5rem 1rem; font-size: 0.75rem; }
        }

        /* Process Section - Redesigned */
        .process {
            padding: 6rem 2rem;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
            position: relative;
            overflow: hidden;
        }

        .process::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 30%, rgba(0,102,255,0.03) 0%, transparent 50%),
                        radial-gradient(circle at 80% 70%, rgba(0,212,255,0.03) 0%, transparent 50%);
            pointer-events: none;
        }

        .process-cards {
            max-width: 1800px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            position: relative;
        }

        .process-card {
            background: #ffffff;
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 24px;
            padding: 2.5rem 2rem;
            position: relative;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(30px);
            animation: cardSlideUp 0.8s ease-out forwards;
        }

        @keyframes cardSlideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .process-card:nth-child(1) { animation-delay: 0.1s; }
        .process-card:nth-child(2) { animation-delay: 0.2s; }
        .process-card:nth-child(3) { animation-delay: 0.3s; }
        .process-card:nth-child(4) { animation-delay: 0.4s; }

        .process-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0,102,255,0.15);
            border-color: rgba(0,102,255,0.2);
        }

        .process-card-icon {
            position: relative;
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .process-card-icon i {
            font-size: 2.25rem;
            color: var(--primary);
            position: relative;
            z-index: 2;
            transition: transform 0.4s ease;
        }

        .process-card:hover .process-card-icon i {
            transform: scale(1.1) rotate(5deg);
        }

        .icon-circle {
            position: absolute;
            inset: 0;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(0,102,255,0.1) 0%, rgba(0,212,255,0.1) 100%);
            animation: pulse 3s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.15);
                opacity: 0.4;
            }
        }

        .process-card-number {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            font-size: 3rem;
            font-weight: 900;
            font-family: 'ClashGrotesk', sans-serif;
            background: linear-gradient(135deg, rgba(0,102,255,0.15) 0%, rgba(0,212,255,0.15) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            opacity: 0.85;
        }

        .process-card-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 1rem;
            text-align: center;
            font-family: 'ClashGrotesk', sans-serif;
        }

        .process-card-description {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 0.95rem;
            text-align: center;
        }

        .process-card-arrow {
            position: absolute;
            right: -1rem;
            top: 50%;
            transform: translateY(-50%);
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 1.25rem;
            opacity: 0.4;
            animation: arrowBounce 2s ease-in-out infinite;
        }

        .process-card:nth-child(4) .process-card-arrow {
            display: none;
        }

        @keyframes arrowBounce {
            0%, 100% {
                transform: translateY(-50%) translateX(0);
            }
            50% {
                transform: translateY(-50%) translateX(5px);
            }
        }

        /* Testimonials */
        .testimonials {
            padding: 6rem 2rem;
            background: linear-gradient(135deg, #F9FAFB 0%, #F0F4F8 100%);
            color: #222;
            position: relative;
            overflow: hidden;
        }

        .testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            left: -50%;
            width: 200%;
            height: 100%;
            background: radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }

        .testimonials .section-subtitle {
            color: #0066FF;
        }

        .testimonials .section-title {
            color: #222;
        }

        .testimonials .section-description {
            color: #555;
        }

        .testimonials-slider {
            max-width: 1800px;
            margin: 3rem auto 0;
            overflow: hidden;
            position: relative;
            padding: 3rem 0;
            display: flex;
            align-items: center;
        }

        .testimonials-slider::before,
        .testimonials-slider::after {
            content: '';
            position: absolute;
            top: 0;
            width: 120px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .testimonials-slider::before {
            left: 0;
            background: linear-gradient(to right, #F9FAFB, transparent);
        }

        .testimonials-slider::after {
            right: 0;
            background: linear-gradient(to left, #F0F4F8, transparent);
        }

        .testimonial-card {
            background: #fff;
            border-radius: 24px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
            padding: 2.5rem;
            text-align: left;
            min-width: 380px;
            max-width: 380px;
            min-height: 400px;
            margin: 0 1rem;
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-family: 'Satoshi', sans-serif;
            position: relative;
            border: 1px solid rgba(99, 102, 241, 0.08);
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: 1.5rem;
            left: 2rem;
            font-size: 5rem;
            font-family: Georgia, serif;
            color: rgba(99, 102, 241, 0.08);
            line-height: 1;
            font-weight: 700;
        }

        .testimonial-card:hover {
            box-shadow: 0 12px 48px rgba(99, 102, 241, 0.12);
            transform: translateY(-4px);
            border-color: rgba(99, 102, 241, 0.15);
        }

        .testimonial-stars {
            color: #FFD700;
            font-size: 1rem;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 1;
        }

        .testimonial-stars i {
            margin-right: 0.15rem;
        }

        .testimonial-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 1;
        }

        .testimonial-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #374151;
            font-style: normal;
            margin-bottom: 2rem;
            flex: 1;
            letter-spacing: 0.012em;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            margin-top: auto;
        }

        .testimonial-avatar {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid rgba(99, 102, 241, 0.1);
            flex-shrink: 0;
        }

        .author-info {
            flex: 1;
            min-width: 0;
        }

        .author-info h4 {
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
            color: #1F2937;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: 0.01em;
        }

        .author-info p {
            font-size: 0.8rem;
            color: #6B7280;
            letter-spacing: 0.01em;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Carousel Animation */
        @keyframes testimonial-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .testimonials-slider-inner {
            display: flex;
            width: 200%;
            animation: testimonial-scroll 80s linear infinite;
        }

        .testimonials-slider-inner:hover {
            animation-play-state: paused;
        }

        /* Mobile Swipe Carousel */
        .testimonial-mobile-controls {
            display: none;
        }

        .testimonial-dots {
            display: none;
        }

        @media (max-width: 768px) {
            .testimonials {
                padding: 4rem 1.5rem;
            }

            .testimonials-slider {
                padding: 2rem 0 4rem;
                margin: 2rem 0 0;
                overflow: hidden;
                width: 100vw;
                margin-left: calc(-50vw + 50%);
            }

            .testimonials-slider::before,
            .testimonials-slider::after {
                display: none;
            }

            .testimonials-slider-inner {
                animation: none !important;
                display: flex;
                transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                width: auto;
                padding: 0;
            }

            .testimonial-card {
                min-width: 90vw;
                max-width: 90vw;
                min-height: 380px;
                margin: 0 5vw;
                padding: 1.75rem 1.5rem;
                flex-shrink: 0;
            }

            .testimonial-card::before {
                font-size: 3.5rem;
                top: 1rem;
                left: 1.5rem;
            }

            .testimonial-text {
                font-size: 0.95rem;
                margin-bottom: 1.5rem;
            }

            .author-info h4 {
                font-size: 0.85rem;
            }

            .author-info p {
                font-size: 0.7rem;
            }

            /* Mobile Navigation Controls */
            .testimonial-mobile-controls {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;
                margin-top: 2rem;
            }

            .testimonial-nav-btn {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                background: white;
                border: 2px solid rgba(0, 102, 255, 0.2);
                color: #0066FF;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.3s ease;
                font-size: 1.2rem;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            }

            .testimonial-nav-btn:active {
                transform: scale(0.95);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
            }

            .testimonial-nav-btn:disabled {
                opacity: 0.3;
                cursor: not-allowed;
            }

            /* Pagination Dots */
            .testimonial-dots {
                display: flex;
                justify-content: center;
                gap: 0.5rem;
                margin-top: 2rem;
            }

            .testimonial-dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                               background: rgba(0, 102, 255, 0.2);
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .testimonial-dot.active {
                background: #0066FF;
                width: 24px;
                border-radius: 4px;
            }
        }

        @media (max-width: 480px) {
            .testimonial-card {
                min-width: 82vw;
                max-width: 82vw;
                min-height: 360px;
                padding: 1.5rem 1.25rem;
            }

            .testimonial-card::before {
                font-size: 3rem;
            }

            .testimonial-text {
                font-size: 0.9rem;
            }

            .author-info h4 {
                font-size: 0.8rem;
            }

            .author-info p {
                font-size: 0.65rem;
            }
        }

        /* CTA Section */
        .cta-section {
            padding: 6rem 2rem;
            background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .cta-container {
            max-width: 1800px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .cta-content {
            position: relative;
            z-index: 1;
            text-align: right;
        }

        .cta-subtitle {
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary);
            margin-bottom: 1rem;
            font-weight: 600;
            animation: subtitleFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s backwards;
        }

        @keyframes subtitleFadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-title {
            font-family: 'ClashGrotesk', sans-serif;
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            color: var(--dark);
            animation: titleSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards;
        }

        @keyframes titleSlideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-description {
            font-size: 1.125rem;
            margin-bottom: 2.5rem;
            color: var(--text-light);
            line-height: 1.8;
            animation: descFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s backwards;
        }

        @keyframes descFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            justify-content: flex-end;
            animation: buttonsFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s backwards;
        }

        @keyframes buttonsFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: visualFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s backwards;
        }

        @keyframes visualFadeIn {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .cta-team-wrapper {
            position: relative;
            width: 100%;
            max-width: 500px;
        }

        .cta-team-image {
            width: 100%;
            height: auto;
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(0, 102, 255, 0.15);
            transition: transform 0.3s ease;
        }

        .cta-team-image:hover {
            transform: scale(1.02);
        }

        .cta-director-badge {
            position: absolute;
            bottom: -30px;
            left: -30px;
            background: var(--white);
            border-radius: 20px;
            padding: 1.25rem 1.75rem;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
            display: flex;
            align-items: center;
            gap: 1.5rem;
            min-width: 380px;
            animation: badgeSlideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.7s backwards;
        }

        @keyframes badgeSlideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-director-avatar {
            width: 140px;
            height: 140px;
            border-radius: 16px;
            border: 3px solid var(--primary);
            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);
        }

        .cta-director-info {
            flex: 1;
        }

        .cta-director-name {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 0.25rem;
            white-space: nowrap;
        }

        .cta-director-title {
            font-size: 0.875rem;
            color: var(--text-light);
            line-height: 1.5;
        }

        .cta-stats {
            position: absolute;
            top: -20px;
            right: -20px;
            background: linear-gradient(135deg, var(--primary), #00D4FF);
            color: var(--white);
            border-radius: 16px;
            padding: 1.25rem 1.5rem;
            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
            animation: statsFloat 3s ease-in-out infinite;
        }

        @keyframes statsFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .cta-stat-number {
            font-size: 2rem;
            font-weight: 800;
            font-family: 'ClashGrotesk', sans-serif;
            line-height: 1;
            margin-bottom: 0.25rem;
        }

        .cta-stat-label {
            font-size: 0.8125rem;
            opacity: 0.95;
            font-weight: 500;
        }

        .btn-white {
            padding: 1.125rem 2.5rem;
            background: linear-gradient(135deg, #0066FF 0%, #00D4FF 100%);
            color: var(--white);
            border: none;
            border-radius: 16px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 700;
            font-size: 1.0625rem;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
            position: relative;
            overflow: hidden;
            letter-spacing: 0.03em;
        }

        .btn-white::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s ease;
        }

        .btn-white:hover::before {
            left: 100%;
        }

        .btn-white:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 15px 40px rgba(0, 102, 255, 0.4);
        }

        .btn-white i {
            font-size: 1.125rem;
        }

        .btn-outline-white {
            padding: 1.125rem 2.5rem;
            background: var(--white);
            color: var(--dark);
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: 1.0625rem;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            letter-spacing: 0.03em;
        }

        .btn-outline-white::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .btn-outline-white:hover::before {
            opacity: 1;
        }

        .btn-outline-white:hover {
            border-color: rgba(0, 102, 255, 0.3);
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.15);
        }

        .btn-outline-white i {
            font-size: 1.125rem;
        }

        /* Cookie Consent Banner */
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: var(--white);
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
            padding: 1.5rem;
            z-index: 10000;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            border-top: 3px solid var(--primary);
        }

        .cookie-banner.show {
            transform: translateY(0);
        }

        .cookie-banner-content {
            max-width: 1800px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .cookie-banner-text {
            flex: 1;
            min-width: 300px;
        }

        .cookie-banner-text h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 0.5rem;
            letter-spacing: -0.01em;
        }

        .cookie-banner-text p {
            font-size: 0.95rem;
            color: var(--text-light);
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        .cookie-banner-text a {
            color: var(--primary);
            text-decoration: underline;
            font-weight: 600;
        }

        .cookie-banner-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            align-items: center;
        }

        .cookie-btn {
            padding: 0.875rem 1.75rem;
            border-radius: 12px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            letter-spacing: 0.025em;
            white-space: nowrap;
        }

        .cookie-btn-accept {
            background: var(--gradient-primary);
            color: var(--white);
            box-shadow: 0 4px 16px rgba(0, 102, 255, 0.25);
        }

        .cookie-btn-accept:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
        }

        .cookie-btn-settings {
            background: var(--white);
            color: var(--text);
            border: 2px solid rgba(0, 0, 0, 0.1);
        }

        .cookie-btn-settings:hover {
            border-color: var(--primary);
            color: var(--primary);
        }

        .cookie-btn-reject {
            background: transparent;
            color: var(--text-light);
            border: 2px solid rgba(0, 0, 0, 0.1);
            padding: 0.875rem 1rem;
        }

        .cookie-btn-reject:hover {
            color: var(--text);
            border-color: rgba(0, 0, 0, 0.2);
        }

        /* Cookie Settings Modal */
        .cookie-modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            z-index: 10001;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .cookie-modal-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .cookie-modal {
            background: var(--white);
            border-radius: 24px;
            max-width: 700px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            transform: scale(0.9) translateY(20px);
            transition: transform 0.3s ease;
        }

        .cookie-modal-overlay.show .cookie-modal {
            transform: scale(1) translateY(0);
        }

        .cookie-modal-header {
            padding: 2rem 2rem 1.5rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .cookie-modal-header h2 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--dark);
            letter-spacing: -0.01em;
        }

        .cookie-modal-close {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--gray-100);
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 1.25rem;
            color: var(--text);
        }

        .cookie-modal-close:hover {
            background: var(--gray-800);
            color: var(--white);
            transform: rotate(90deg);
        }

        .cookie-modal-body {
            padding: 2rem;
        }

        .cookie-modal-intro {
            font-size: 0.95rem;
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 2rem;
            letter-spacing: 0.01em;
        }

        .cookie-category {
            border: 2px solid rgba(0, 0, 0, 0.08);
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }

        .cookie-category:hover {
            border-color: rgba(0, 102, 255, 0.2);
            box-shadow: 0 4px 16px rgba(0, 102, 255, 0.08);
        }

        .cookie-category-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
            cursor: pointer;
        }

        .cookie-category-title {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .cookie-category-title h3 {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--dark);
            letter-spacing: -0.005em;
        }

        .cookie-category-badge {
            padding: 0.25rem 0.75rem;
            background: var(--gray-100);
            color: var(--text-light);
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .cookie-category-badge.required {
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
            color: var(--primary);
        }

        .cookie-toggle {
            position: relative;
            width: 52px;
            height: 28px;
            background: var(--gray-100);
            border-radius: 14px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .cookie-toggle.active {
            background: var(--gradient-primary);
        }

        .cookie-toggle.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .cookie-toggle-slider {
            position: absolute;
            top: 3px;
            left: 3px;
            width: 22px;
            height: 22px;
            background: var(--white);
            border-radius: 50%;
            transition: transform 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .cookie-toggle.active .cookie-toggle-slider {
            transform: translateX(24px);
        }

        .cookie-category-description {
            font-size: 0.9rem;
            color: var(--text-light);
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        .cookie-modal-footer {
            padding: 1.5rem 2rem 2rem;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .cookie-btn-save {
            flex: 1;
            min-width: 150px;
            padding: 1rem 2rem;
            background: var(--gradient-primary);
            color: var(--white);
            border: none;
            border-radius: 12px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.025em;
            box-shadow: 0 4px 16px rgba(0, 102, 255, 0.25);
        }

        .cookie-btn-save:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
        }

        .cookie-btn-accept-all {
            flex: 1;
            min-width: 150px;
            padding: 1rem 2rem;
            background: var(--white);
            color: var(--primary);
            border: 2px solid var(--primary);
            border-radius: 12px;
            font-family: 'ClashGrotesk', sans-serif;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.025em;
        }

        .cookie-btn-accept-all:hover {
            background: var(--primary);
            color: var(--white);
        }

        /* Cookie Settings Link (icon-only) */
        .cookie-settings-link { position: fixed; bottom: 20px; left: 20px; background: var(--white); color: var(--primary); padding: 1rem; border-radius: 50%; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); font-size: 1.5rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; z-index: 1000; display: none; align-items: center; justify-content: center; border: 2px solid transparent; width: 56px; height: 56px; }
        .cookie-settings-link.show { display: flex; }
        .cookie-settings-link:hover { transform: translateY(-2px) scale(1.1); box-shadow: 0 6px 20px rgba(0, 102, 255, 0.25); border-color: var(--primary); }
        .cookie-settings-link i { font-size: 1.5rem; }
        @media (max-width: 1024px) { .cookie-settings-link { bottom: 10px; left: 10px; width: 48px; height: 48px; padding: 0.75rem; } .cookie-settings-link i { font-size: 1.25rem; } }
        @media (max-width: 480px) { .cookie-settings-link { width: 44px; height: 44px; padding: 0.625rem; } .cookie-settings-link i { font-size: 1.125rem; } }

        /* Cookie Banner Mobile Layout */
        @media (max-width: 768px) {
            .cookie-banner-actions {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0.75rem;
                width: 100%;
            }
            
            .cookie-btn-accept {
                order: 1;
            }
            
            .cookie-btn-reject {
                order: 2;
            }
            
            .cookie-btn-settings {
                order: 3;
                grid-column: 1 / -1;
            }
            
            .cookie-btn {
                padding: 0.75rem 1rem;
                font-size: 0.875rem;
                justify-content: center;
            }
        }

        /* Footer */
        footer {
            background: var(--white);
            color: var(--text-light);
            padding: 4rem 2rem 2rem;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
        }

        .footer-content {
            max-width: 1800px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-brand-logo {
            height: 60px;
            width: auto;
            margin-bottom: 1rem;
            filter: none;
        }

        .footer-brand h3 {
            font-size: 1.75rem;
            font-weight: 800;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
            display: none;
        }

        .footer-brand p {
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: rgba(0, 102, 255, 0.08);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-3px);
        }

        /* Brand hover colors for social links */
        .social-link.linkedin:hover { background: #0A66C2; }
        .social-link.instagram:hover { background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%); }
        .social-link.whatsapp:hover { background: #25D366; }
        .social-link.calendar:hover { background: #1a73e8; }

        .footer-column h4 {
            color: var(--dark);
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.75rem;
        }

        .footer-links a {
            color: var(--text-light);
            text-decoration: none;
            transition: color 0.3s ease;
            letter-spacing: 0.01em;
        }

        .footer-links a:hover {
            color: var(--primary);
        }

        .footer-bottom {
            max-width: 1800px;
            margin: 0 auto;
            padding-top: 2rem;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-bottom p {
            color: var(--text-light);
            font-size: 0.875rem;
        }

        .footer-contact {
            margin-top: 0.75rem;
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            font-size: 0.95rem;
        }

        .footer-contact a {
            color: var(--text-light);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-contact a:hover {
            color: var(--primary);
        }

        .footer-legal-links {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.75rem;
        }

        .footer-legal-links a {
            color: var(--text-light);
            text-decoration: none;
            margin: 0 0.75rem;
            transition: color 0.3s ease;
            font-size: 0.875rem;
        }

        .footer-legal-links a:hover {
            color: var(--primary);
        }

        .footer-legal-links span {
            font-size: 0.875rem;
            font-weight: 500;
            letter-spacing: 0.02em;
        }

        /* New Footer Styles */
        .footer-brand-logo {
            height: 80px; /* Increased logo size */
            margin-bottom: 1.5rem;
        }

        .footer-tagline {
            font-size: 1.1rem;
            font-weight: 500;
            color: var(--text);
            max-width: 350px;
            margin-bottom: 2rem;
        }

        .footer-column.collapsible .footer-column-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-column.collapsible .footer-column-title i {
            display: none; /* Hide chevron on desktop */
            transition: transform 0.3s ease;
        }

        .footer-column.collapsible.open .footer-column-title i {
            transform: rotate(180deg);
        }

        .footer-column.collapsible .footer-links {
            display: block; /* Always visible on desktop */
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .hero-stats {
                grid-template-columns: repeat(3, 1fr);
                gap: 1.5rem;
            }

            .process-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            .process-card-arrow {
                display: none !important;
            }

            .trust-logos {
                gap: 2.5rem;
            }

            .trust-logo .brand-text {
                font-size: 1.5rem;
            }

            .footer-content {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 1024px) {
            .nav-center {
                display: none;
            }

            .nav-actions .nav-phone {
                display: none;
            }

            .mobile-menu-btn {
                display: flex;
            }

            .logo img { height: 80px; }
        }

        @media (max-width: 768px) {
            .nav-container {
                padding: 1rem 1.5rem;
            }

            .nav-center {
                display: none;
            }

            .nav-actions {
                gap: 0.5rem;
            }

            .nav-actions .btn-primary {
                display: none;
            }

            .mobile-menu-btn {
                display: flex;
            }

            .logo img { height: 72px; }

            .nav-actions .btn-primary { padding: 0.5rem 1rem; font-size: 0.85rem; }
            .nav-phone { padding: 0.4rem 0.75rem; font-size: 0.85rem; }

            .hero-image { align-items: stretch; }
            .hero-image-main { display: block; width: 100%; }
            .hero-chips { 
                padding: 0.5rem 0; 
                gap: 0.5rem; 
                margin-top: 0.75rem;
                justify-content: center;
            }

            .chip {
                flex: 0 0 calc(50% - 0.25rem);
                max-width: calc(50% - 0.25rem);
                justify-content: center; 
                font-size: 0.8rem; 
                padding: 0.4rem 0.7rem;
                opacity: 0.92;
            }

            /* Removed absolute nudges; chips are inline below image */

            /* Reduce blob sizes on mobile */
            .hero::before,
            .hero::after,
            .hero-blob-1,
            .hero-blob-2,
            .hero-blob-3 {
                width: 250px;
                height: 250px;
            }

            .hero {
                padding: 3.75rem 1.25rem 2.5rem;
                min-height: auto;
            }

            .hero-content {
                text-align: center;
            }

            .hero-badge {
                justify-content: center;
            }

            .hero h1 {
                font-size: 32px;
                text-align: center;
            }

            .hero-description {
                font-size: 1rem;
                text-align: center;
            }

            .hero-cta {
                flex-direction: column;
                align-items: center;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                justify-content: center;
                padding: 1rem 1.5rem;
            }

            .hero-stats {
                grid-template-columns: repeat(3, 1fr);
                gap: 0.75rem;
                align-items: start;
            }

            .stat-number {
                font-size: 1.5rem;
                line-height: 1.1;
            }

            .stat-label {
                font-size: 0.8rem;
                line-height: 1.2;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .service-image-wrapper {
                height: 240px;
            }

            .service-content {
                padding: 1.75rem;
            }

            .service-icon {
                width: 64px;
                height: 64px;
                font-size: 1.75rem;
            }

            .service-title {
                font-size: 21px;
            }

            .service-link {
                padding: 0.625rem 1.25rem;
                font-size: 0.9375rem;
            }

            .case-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .case-image {
                height: 200px;
            }

            .process-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .process-card {
                padding: 2rem 1.5rem;
            }

            .process-card-icon {
                width: 70px;
                height: 70px;
            }

            .process-card-icon i {
                font-size: 1.875rem;
            }

            .process-card-number {
                font-size: 2.5rem;
                top: 1.25rem;
                right: 1.25rem;
            }

            .process-card-title {
                font-size: 21px;
            }

            .process-card-description {
                font-size: 0.9rem;
            }

            .trust-logos {
                gap: 2rem;
            }

            .trust-logo .brand-text {
                font-size: 1.25rem;
            }

            .testimonial-card {
                padding: 2rem 1.5rem;
            }

            .testimonial-text {
                font-size: 1.05rem;
            }

            .cta-section {
                padding: 4rem 1.5rem;
            }

            .cta-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .cta-content {
                text-align: center;
                padding-top: 10px;
            }

            .cta-subtitle {
                padding-top: 30px;
                text-align: center;
            }
            
            .cta-description {
                text-align: center;
            }

            .cta-section .cta-title,
            .cta-title {
                text-align: center !important;
                font-size: 32px;
                margin-bottom: 1.25rem;
            }

            .cta-description {
                font-size: 1.0625rem;
                margin-bottom: 2rem;
            }

            .cta-buttons {
                justify-content: center;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 1rem;
            }

            .btn-white,
            .btn-outline-white {
                width: 100%;
                justify-content: center;
                padding: 1rem 2rem;
                font-size: 1rem;
            }

            .cta-team-wrapper {
                max-width: 100%;
            }

            .cta-director-badge {
                left: 50%;
                transform: translateX(-50%);
                bottom: -40px;
            }

            .cta-stats {
                right: 10px;
                top: 10px;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .footer-brand {
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .footer-tagline {
                margin-left: auto;
                margin-right: auto;
            }

            /* Enable accordion on mobile */
            .footer-column.collapsible .footer-column-title {
                cursor: pointer;
                user-select: none;
                -webkit-tap-highlight-color: transparent;
                padding: 0.5rem 0;
            }

            .footer-column.collapsible .footer-column-title i {
                display: inline-block; /* Show chevron on mobile */
                transition: transform 0.3s ease;
            }

            .footer-column.collapsible.open .footer-column-title i {
                transform: rotate(180deg);
            }

            .footer-column.collapsible .footer-links {
                display: none; /* Hide by default on mobile */
                padding-top: 1rem;
                padding-left: 1rem;
                border-left: 2px solid var(--primary);
                margin-left: 0.5rem;
                margin-top: 0.5rem;
            }

            .footer-column.collapsible.open .footer-links {
                display: block; /* Show when open */
            }

            .footer-bottom {
                flex-direction: column;
                gap: 1.5rem;
                text-align: center;
            }

            .footer-legal-links {
                display: flex;
                flex-direction: column;
                gap: 0.75rem;
            }


          }

                /* ==========================
                    Legal Pages (Privacy/Terms)
                    ========================== */
            .legal-container {
                max-width: 900px;
                margin: 0 auto;
                padding: 4rem 2rem;
            }

            .legal-header {
                text-align: center;
                margin-bottom: 3rem;
                padding-bottom: 2rem;
                border-bottom: 1px solid var(--gray-100);
            }

            .last-updated {
                color: var(--text-light);
                font-size: 15px;
                margin-top: 0.5rem;
            }

            .legal-content p {
                margin-bottom: 1.25rem;
                color: var(--text);
                font-size: 17px;
            }

            .legal-content ul,
            .legal-content ol {
                margin-left: 2rem;
                margin-bottom: 1.5rem;
            }

            .legal-content li {
                margin-bottom: 0.75rem;
                color: var(--text);
            }

            .legal-content a {
                color: var(--primary);
                text-decoration: underline;
            }

            .legal-content strong {
                font-weight: 600;
                color: var(--dark);
            }

            .contact-info {
                background: var(--gray-50);
                padding: 2rem;
                border-radius: 12px;
                margin: 2rem 0;
                border: 1px solid rgba(0,0,0,0.06);
            }

            .contact-info p {
                margin-bottom: 0.5rem;
                color: var(--text);
            }

            @media (max-width: 768px) {
                .legal-container { padding: 2rem 1.5rem; }
                .legal-content ul, .legal-content ol { margin-left: 1.5rem; }
            }


