        html, body {
            font-family: 'Poppins', sans-serif;
            background-color: #ffffff;
            color: #4b5563;
            overflow-x: hidden;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        .glass {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        .gradient-text {
            background: linear-gradient(90deg, #4f46e5, #06b6d4);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .career-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            will-change: transform, box-shadow;
        }
        .career-card:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .hero-section-container {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('../assets/background.png');
            position: relative;
            text-align: center;
            padding: 1rem;
            width: 100%;
            box-sizing: border-box;
        }
        .hero-section-container h1 {
            font-size: clamp(4rem, 10vw, 8rem);
            font-weight: 400;
            color: white;
            margin-bottom: 2rem;
            line-height: 1.1;
            letter-spacing: -0.025em;
        }
        .hero-section-container p {
            font-size: clamp(1.5rem, 5vw, 2.5rem);
            font-weight: 700;
            color: white;
            max-width: 80%;
            margin: 0 auto;
            line-height: 1.3;
        }
        .scroll-arrow {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 2rem;
        }
        .get-started-button {
            z-index: 10;
        }
        nav .max-w-7xl {
            width: 100%;
            box-sizing: border-box;
        }
                        .faq-item {
            transition: all 0.3s ease;
        }
        .faq-item.open .faq-answer {
            max-height: 200px;
            opacity: 1;
            padding-top: 1rem;
        }
        .faq-answer {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        @media (min-width: 1024px) {
            .vision-mission-container h2 {
                font-size: clamp(3rem, 6vw, 5rem);
            }
            .vision-mission-container p {
                font-size: clamp(1.25rem, 2.5vw, 1.75rem);
            }
        }
        @media (max-width: 1024px) {
            .text-9xl { font-size: clamp(3rem, 8vw, 4rem); }
            .text-8xl { font-size: clamp(2.5rem, 7vw, 3.5rem); }
            .text-7xl { font-size: clamp(2rem, 6vw, 3rem); }
            .text-6xl { font-size: clamp(1.75rem, 5vw, 2.5rem); }
            .text-5xl { font-size: clamp(1.5rem, 4vw, 2rem); }
            .text-4xl { font-size: clamp(1.25rem, 3.5vw, 1.75rem); }
            .text-3xl { font-size: clamp(1rem, 3vw, 1.5rem); }
            .text-2xl { font-size: clamp(0.875rem, 2.5vw, 1.25rem); }
            .hero-section-container {
                height: 70vh;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .hero-section-container h1 {
                font-size: clamp(3rem, 8vw, 4rem);
                margin-bottom: 1.5rem;
            }
            .hero-section-container p {
                font-size: clamp(1.25rem, 4vw, 1.75rem);
                max-width: 85%;
            }
            .why-work h2 {
                font-size: clamp(3rem, 8vw, 4rem);
                margin-bottom: 1.5rem;
            }
            .why-work p {
                font-size: clamp(1.25rem, 4vw, 1.75rem);
                max-width: 85%;
            }
            .glass {
                background: rgba(255, 255, 255, 0.2);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                border: 1px solid rgba(255, 255, 255, 0.2);
            }
            nav .max-w-7xl {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }
        @media (max-width: 640px) {
            .grid-cols-4 { grid-template-columns: 1fr; }
            .text-9xl { font-size: clamp(2rem, 7vw, 2.5rem); }
            .text-8xl { font-size: clamp(1.5rem, 6vw, 2rem); }
            .text-7xl { font-size: clamp(1.5rem, 5vw, 1.75rem); }
            .text-5xl { font-size: clamp(1rem, 4vw, 1.25rem); }
            .hero-section-container {
                height: 100vh;
                padding: 0.5rem;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .hero-section-container h1 {
                font-size: clamp(3.8rem, 6vw, 3rem);
                margin-bottom: 1rem;
                line-height: 1.1;
            }
            .hero-section-container p {
                font-size: clamp(1.1rem, 4vw, 1.25rem);
                max-width: 90%;
                line-height: 1.3;
            }
            nav {
                padding: 0.5rem 0;
            }
            .logo-img {
                height: 2.5rem;
                width: auto;
                max-width: 100%;
                margin-left: 1rem;
            }
            .glass {
                background: rgba(255, 255, 255, 0.3);
                backdrop-filter: blur(6px);
                -webkit-backdrop-filter: blur(6px);
                border: 1px solid rgba(255, 255, 255, 0.3);
            }
            nav .max-w-7xl {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }
            .vision-mission-container h2 {
                font-size: clamp(4rem, 5vw, 2rem);
            }
            .vision-mission-container p {
                font-size: clamp(1.2rem, 2.5vw, 1.125rem);
            }
        }