/* ===================================================
           🎨 CONFIGURACIÓN RÁPIDA — EDITA AQUÍ
           No necesitas tocar el resto del CSS. Cambia estos
           valores y se actualiza todo el sitio.
           =================================================== */
        :root {
            /* --- Colores de marca (íconos, botones, acentos) --- */
            --color-red: #BF2326;
            --color-orange: #d37629;
            --color-teal: #60BB46;
            --color-yellow: #FABC3C;
            --color-dark: #0a0a0a;
            --color-cta-blue: #167abf;

            /* --- Colores de fondo por bloque/sección (degradados) --- */
            --hero-color-1: #1a0a0a;
            --hero-color-2: #7e0f00;
            --hero-color-3: #BF2326;
            --hero-color-4: #e8a03e;

            --analyze-color-1: #e8a03e;
            --analyze-color-2: #FABC3C;
            --analyze-color-3: #3ebce3;
            --analyze-color-4: #4a93e7;

            --questions-color-1: #4a93e7;
            --questions-color-2: #d4a843;
            --questions-color-3: #c4a050;

            --design-color-1: #c4a050;
            --design-color-2: #2ab5a8;
            --design-color-3: #5ca7b8;
            --design-color-4: #feda57;
            --design-color-5: #d4a843;

            --implement-color-1: #d4a843;
            --implement-color-2: #e8953a;
            --implement-color-3: #FABC3C;

            --evaluate-color-1: #FABC3C;
            --evaluate-color-2: #c44d2e;
            --evaluate-color-3: #8b1a1a;
            --evaluate-color-4: #05173a;
            --evaluate-color-5: #87CEEB;

            --final-color-1: #87CEEB;
            --final-color-2: #B0E0E6;
            --final-color-3: #90EE90;
            --final-color-4: #60BB46;

            --clients-color-1: #e8a03e;
            --clients-color-2: #167abf;
            --clients-color-3: #3ebce3;

            --team-color-1: #e8a03e;
            --team-color-2: #4a93e7;
            --team-color-3: #167abf;

            --works-color-1: #e8a03e;
            --works-color-2: #d37629;
            --works-color-3: #BF2326;

            /* --- Globo: tamaño y velocidad --- */
            --balloon-size: 460px;        /* tamaño máx. del globo (secciones de arriba) */
            --balloon-size-min: 240px;    /* tamaño mín. en pantallas chicas */
            --balloon-sway-speed: 5s;     /* vaivén del globo: menor = más rápido */
            --balloon-final-size: 400px;  /* tamaño del globo en la sección final */
            --balloon-final-size-min: 250px;
            --balloon-final-speed: 6s;    /* vaivén del globo final */

            /* --- Nubes: tamaño y viento --- */
            --cloud-scale: 2;   /* 1 = tamaño original. Ej: 1.5 = 50% más grandes */
            --wind-speed: 0.5;    /* 1 = velocidad original. Ej: 2 = el doble de rápido, 0.5 = mitad */

            /* --- Colores de las letras (títulos y párrafos) --- */
            --text-heading: #ffffff;         /* color de los títulos grandes (Carnaval Studios, We design and develop, etc.) */
            --text-body: rgba(255,255,255,0.9); /* color de párrafos/subtítulos sobre fondo oscuro */
            --questions-text: #ffffff;       /* color de las 4 preguntas: "What is the core of your business?" etc. */
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
            background: var(--color-dark);
        }

        /* ===== LANGUAGE SELECTOR ===== */
        .lang-bar {
            position: fixed;
            top: 20px; right: 20px;
            z-index: 3000;
            display: flex;
            gap: 4px;
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(15px);
            border-radius: 30px;
            padding: 4px;
            border: 1px solid rgba(255,255,255,0.2);
        }
        .lang-btn {
            padding: 8px 18px;
            border: none;
            background: transparent;
            color: rgba(255,255,255,0.7);
            font-family: 'Poppins', sans-serif;
            font-size: 0.8rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 25px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .lang-btn:hover { color: #fff; }
        .lang-btn.active {
            color: #fff;
            background: rgba(255,255,255,0.25);
        }

        /* ===== MENU BUTTON ===== */
        .menu-btn {
            position: fixed;
            top: 20px; left: 20px;
            z-index: 3000;
            background: transparent;
            border: 2px solid rgba(255,255,255,0.4);
            color: #fff;
            padding: 10px 28px;
            border-radius: 30px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
            cursor: pointer;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .menu-btn::before {
            content: '✦';
            font-size: 0.7rem;
        }
        .menu-btn:hover {
            background: rgba(255,255,255,0.1);
            border-color: #fff;
        }

        /* ===== FULLSCREEN MENU ===== */
        .fullscreen-menu {
            position: fixed;
            inset: 0;
            background: rgba(180, 60, 40, 0.98);
            z-index: 2500;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }
        .fullscreen-menu.active {
            opacity: 1;
            pointer-events: all;
        }
        .fullscreen-menu a {
            font-family: 'Poppins', sans-serif;
            font-size: clamp(1.5rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            transition: all 0.3s;
            position: relative;
        }
        .fullscreen-menu a:hover {
            color: var(--color-orange);
            transform: translateX(20px);
        }
        .fullscreen-menu a::after {
            content: '';
            position: absolute;
            bottom: -5px; left: 0;
            width: 0; height: 3px;
            background: var(--color-orange);
            transition: width 0.3s;
        }
        .fullscreen-menu a:hover::after { width: 100%; }
        .menu-close {
            position: absolute;
            top: 25px; right: 25px;
            background: none;
            border: none;
            font-size: 2.5rem;
            color: #fff;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .menu-close:hover { transform: rotate(90deg); }

        /* ===== FIXED BALLOON ===== */
        .balloon-container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100;
            width: clamp(var(--balloon-size-min), 32vw, var(--balloon-size));
            pointer-events: none;
            transition: transform 0.15s linear;
            will-change: transform;
        }
        .balloon-container img {
            width: 100%;
            height: auto;
            filter: drop-shadow(0 30px 60px rgba(0,0,0,0.4));
            animation: balloonSway var(--balloon-sway-speed) ease-in-out infinite;
        }
        @keyframes balloonSway {
            0%, 100% { transform: rotate(-2deg) translateY(0); }
            50% { transform: rotate(2deg) translateY(-20px); }
        }

        /* ===== PROGRESS DOTS ===== */
        .progress-dots {
            position: fixed;
            top: 50%; right: 30px;
            transform: translateY(-50%);
            z-index: 2000;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .progress-dot {
            width: 10px; height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            border: 2px solid transparent;
            transition: all 0.4s;
            cursor: pointer;
        }
        .progress-dot.active {
            background: var(--color-red);
            border-color: #fff;
            transform: scale(1.4);
        }

        /* ===== SECTION LABEL (top left) ===== */
        .section-label {
            position: absolute;
            top: 30px; left: 30px;
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: var(--text-heading);
            opacity: 0.85;
            z-index: 10;
        }
        .section-label::after {
            content: '';
            display: inline-block;
            width: 60px;
            height: 1px;
            background: currentColor;
            margin-left: 15px;
            vertical-align: middle;
            opacity: 0.5;
        }

        /* ===== SECTIONS ===== */
        .section {
            min-height: 100vh;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 6rem 2rem;
            overflow: hidden;
        }

        /* ===== HERO ===== */
        .hero-section {
            background: linear-gradient(180deg, var(--hero-color-1) 0%, var(--hero-color-2) 30%, var(--hero-color-3) 60%, var(--hero-color-4) 100%);
            position: relative;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at 50% 80%, rgba(255,200,100,0.3) 0%, transparent 60%);
        }
        .cloud {
            position: absolute;
            opacity: 0.6;
            filter: blur(1px);
        }
        .cloud img {
            width: 100%;
            height: auto;
            display: block;
            mix-blend-mode: screen; /* quita el fondo oscuro de la foto de nube */
        }
        .cloud-1 { top: 5%; left: 5%; width: calc(180px * var(--cloud-scale)); animation: cloudFloat calc(25s / var(--wind-speed)) ease-in-out infinite; }
        .cloud-2 { top: 25%; right: 10%; width: calc(140px * var(--cloud-scale)); animation: cloudFloat calc(30s / var(--wind-speed)) ease-in-out infinite reverse; }
        .cloud-3 { top: 60%; left: 15%; width: calc(200px * var(--cloud-scale)); animation: cloudFloat calc(35s / var(--wind-speed)) ease-in-out infinite; }
        .cloud-4 { top: 75%; right: 20%; width: calc(160px * var(--cloud-scale)); animation: cloudFloat calc(28s / var(--wind-speed)) ease-in-out infinite reverse; }
        @keyframes cloudFloat {
            0%, 100% { transform: translateX(0) translateY(0); }
            33% { transform: translateX(30px) translateY(-10px); }
            66% { transform: translateX(-20px) translateY(5px); }
        }

        .hero-content {
            position: relative;
            z-index: 10;
            text-align: left;
            width: 100%;
            max-width: 1200px;
            padding: 0 2rem;
            margin-top: -150px;
        }
        .hero-title {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 800;
            color: var(--text-heading);
            line-height: 1;
            letter-spacing: -0.02em;
            text-shadow: 0 4px 30px rgba(0,0,0,0.3);
        }
        .hero-subtitle {
            font-size: clamp(0.9rem, 2vw, 1.2rem);
            font-weight: 400;
            color: var(--text-body);
            margin-top: 1rem;
            max-width: 400px;
            line-height: 1.5;
        }

        /* ===== ANALYZE SECTION ===== */
        .analyze-section {
            background: linear-gradient(180deg, var(--analyze-color-1) 0%, var(--analyze-color-2) 40%, var(--analyze-color-3) 80%, var(--analyze-color-4) 100%);
            position: relative;
        }
        .analyze-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 150px;
            background: linear-gradient(to bottom, rgba(232,160,62,0.5), transparent);
        }
        .analyze-clouds {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }
        .analyze-cloud {
            position: absolute;
            background: rgba(255,255,255,0.25);
            border-radius: 100px;
            opacity: 0.6;
        }
        .analyze-cloud:nth-child(1) { width: 300px; height: 80px; top: 20%; left: 20%; }
        .analyze-cloud:nth-child(2) { width: 250px; height: 60px; top: 40%; right: 15%; }
        .analyze-cloud:nth-child(3) { width: 200px; height: 50px; top: 60%; left: 10%; }
        .analyze-cloud:nth-child(4) { width: 280px; height: 70px; top: 30%; left: 50%; }
        .analyze-cloud:nth-child(5) { width: 180px; height: 45px; top: 70%; right: 25%; }

        .analyze-header {
            position: relative;
            z-index: 10;
            text-align: left;
            width: 100%;
            max-width: 900px;
            margin-bottom: 3rem;
            padding: 0 2rem;
        }
        .analyze-header h2 {
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 0.02em;
        }
        .analyze-header p {
            font-size: clamp(0.9rem, 1.5vw, 1.1rem);
            color: var(--text-body);
            margin-top: 0.5rem;
            text-transform: lowercase;
        }

        .analyze-icons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 3rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 10;
            max-width: 1200px;
            width: 100%;
        }
        .analyze-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.8rem;
            transition: transform 0.4s;
        }
        .analyze-item:hover { transform: translateY(-10px); }
        .analyze-item .icon-3d {
            width: 100px; height: 100px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            position: relative;
        }
        .analyze-item .dot-line {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .analyze-item .dot {
            width: 10px; height: 10px;
            background: var(--color-orange);
            border-radius: 50%;
        }
        .analyze-item .line {
            width: 30px;
            height: 1px;
            background: rgba(255,255,255,0.5);
        }
        .analyze-item span {
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .keep-scrolling {
            position: absolute;
            bottom: 30px;
            left: 40px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--text-heading);
            font-size: 0.65rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            opacity: 0.85;
        }
        .keep-scrolling .dot-red {
            width: 8px; height: 8px;
            background: var(--color-red);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.3); opacity: 0.7; }
        }

        /* ===== QUESTIONS SECTION ===== */
        .questions-section {
            background: linear-gradient(180deg, var(--questions-color-1) 0%, var(--questions-color-2) 50%, var(--questions-color-3) 100%);
            position: relative;
        }
        .questions-content {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 1100px;
            padding: 0 2rem;
        }
        .question-item {
            font-size: clamp(1.2rem, 3vw, 2.2rem);
            font-weight: 700;
            color: var(--questions-text);
            text-shadow: 0 2px 12px rgba(0,0,0,0.35);
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            line-height: 1.3;
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.6s ease;
        }
        .question-item.visible {
            opacity: 1;
            transform: translateX(0);
        }
        .question-item:nth-child(2) { transition-delay: 0.15s; }
        .question-item:nth-child(3) { transition-delay: 0.3s; }
        .question-item:nth-child(4) { transition-delay: 0.45s; }

        /* ===== ANALYZE COLLAGE (imagen única de equipo) ===== */
        .questions-collage {
            width: 100%;
            max-width: 640px;
            margin: 3.5rem auto 0;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0,0,0,0.35);
        }
        .questions-collage img {
            width: 100%;
            display: block;
        }

        @media (max-width: 768px) {
            .questions-collage { max-width: 100%; border-radius: 20px; }
        }

        /* ===== DESIGN / SERVICES SECTION ===== */
        .design-section {
            background: linear-gradient(180deg, var(--design-color-1) 0%, var(--design-color-2) 30%, var(--design-color-3) 60%, var(--design-color-4) 80%, var(--design-color-5) 100%);
            position: relative;
            padding: 0 0 5rem;
            min-height: 100vh;
        }
        .design-header {
            position: relative;
            z-index: 10;
            text-align: left;
            width: 100%;
            max-width: 1000px;
            padding: 6rem 2rem 2rem;
        }
        .design-header h2 {
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            line-height: 1.2;
        }
        .design-header p {
            font-size: 0.9rem;
            color: var(--text-body);
            margin-top: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .services-showcase {
            position: relative;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3rem;
            padding: 2rem 1rem;
        }
        .services-circle {
            position: relative;
            width: 300px; height: 300px;
            flex-shrink: 0;
            background: transparent;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 20;
        }
        /* our services.png es vertical (proporción 2:3); el contenedor respeta esa
           proporción para que el ícono se vea grande de verdad, no angosto */
        .services-circle .books-icon {
            width: 160px; height: 240px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            margin-bottom: 0.5rem;
        }
        .services-circle h3 {
            font-size: 1.3rem;
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            text-align: center;
            line-height: 1.2;
        }

        /* Todos los íconos de servicios se muestran a la vez, sin scroll oculto */
        .services-scroll {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2.5rem 3rem;
            width: 100%;
        }

        .service-card {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            transition: transform 0.4s;
        }
        .service-card:hover { transform: translateY(-15px); }
        .service-card .svc-icon {
            width: 130px; height: 130px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            position: relative;
        }
        .service-card .svc-label {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .service-card .svc-label .dot {
            width: 10px; height: 10px;
            background: var(--color-orange);
            border-radius: 50%;
        }
        .service-card .svc-label span {
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            max-width: 120px;
            text-align: center;
            line-height: 1.3;
        }

        /* ===== IMPLEMENT SECTION ===== */
        .implement-section {
            background: linear-gradient(180deg, var(--implement-color-1) 0%, var(--implement-color-2) 50%, var(--implement-color-3) 100%);
            position: relative;
            overflow: hidden;
        }
        .implement-section::before {
            content: '';
            position: absolute;
            top: -100px; left: -10%;
            width: 50%; height: 300px;
            background: linear-gradient(135deg, rgba(230,57,70,0.6), rgba(244,162,97,0.3));
            border-radius: 50%;
            filter: blur(60px);
            transform: rotate(-20deg);
        }
        .implement-section::after {
            content: '';
            position: absolute;
            bottom: -50px; right: -5%;
            width: 40%; height: 200px;
            background: linear-gradient(135deg, rgba(230,57,70,0.5), rgba(244,162,97,0.2));
            border-radius: 50%;
            filter: blur(50px);
            transform: rotate(15deg);
        }

        .implement-title {
            font-size: clamp(3rem, 10vw, 7rem);
            font-weight: 900;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            position: relative;
            z-index: 10;
            text-align: center;
            width: 100%;
            margin-bottom: 2rem;
            text-shadow: 0 6px 30px rgba(0,0,0,0.25);
        }

        .implement-content {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 1200px;
            padding: 0 2rem;
        }
        .implement-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .implement-card {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.4s;
        }
        .implement-card:hover {
            background: rgba(255,255,255,0.25);
            transform: translateY(-5px);
        }
        .implement-card p {
            color: var(--text-body);
            font-size: 0.9rem;
            line-height: 1.7;
            font-weight: 500;
        }

        /* ===== EVALUATE SECTION ===== */
        .evaluate-section {
            background: linear-gradient(180deg, var(--evaluate-color-1) 0%, var(--evaluate-color-2) 30%, var(--evaluate-color-3) 60%, var(--evaluate-color-4) 80%, var(--evaluate-color-5) 100%);
            position: relative;
            padding: 0;
        }

        .evaluate-item {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            padding: 4rem 2rem;
        }

        .evaluate-title {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            position: relative;
            line-height: 1;
        }
        .evaluate-title.clip-text {
            background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800') center/cover;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .evaluate-title.white-text {
            color: var(--text-heading);
        }

        .evaluate-desc {
            font-size: clamp(0.9rem, 1.5vw, 1.1rem);
            color: var(--text-body);
            text-align: center;
            max-width: 600px;
            margin-top: 1.5rem;
            line-height: 1.7;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .sparkle {
            position: absolute;
            width: 30px; height: 30px;
            animation: sparkleRotate 4s linear infinite;
        }
        .sparkle::before, .sparkle::after {
            content: '';
            position: absolute;
            background: #fff;
        }
        .sparkle::before {
            width: 4px; height: 30px;
            left: 50%; top: 0;
            transform: translateX(-50%);
        }
        .sparkle::after {
            width: 30px; height: 4px;
            top: 50%; left: 0;
            transform: translateY(-50%);
        }
        @keyframes sparkleRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .dashed-line {
            position: absolute;
            width: 2px;
            height: 200px;
            border-left: 2px dashed rgba(255,255,255,0.3);
        }

        /* ===== CLIENTS SECTION ===== */
        .clients-section {
            background: linear-gradient(180deg, var(--clients-color-1) 0%, var(--clients-color-2) 50%, var(--clients-color-3) 100%);
            position: relative;
        }
        .clients-header {
            position: relative;
            z-index: 10;
            text-align: center;
            width: 100%;
            max-width: 900px;
            margin-bottom: 3rem;
            padding: 0 2rem;
        }
        .clients-header h2 {
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }
        .clients-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            max-width: 1100px;
            width: 100%;
            position: relative;
            z-index: 10;
        }
        .client-card {
            background: rgba(255,255,255,0.92);
            border-radius: 16px;
            padding: 1.5rem 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 170px;
            height: 100px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            transition: transform 0.3s;
        }
        .client-card:hover { transform: translateY(-6px); }
        .client-card img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        /* ===== TEAM SECTION ===== */
        .team-section {
            background: linear-gradient(180deg, var(--team-color-1) 0%, var(--team-color-2) 50%, var(--team-color-3) 100%);
            position: relative;
        }
        .team-header {
            position: relative;
            z-index: 10;
            text-align: center;
            width: 100%;
            max-width: 900px;
            margin-bottom: 3rem;
            padding: 0 2rem;
        }
        .team-header h2 {
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }
        .team-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2.5rem;
            max-width: 1100px;
            width: 100%;
            position: relative;
            z-index: 10;
        }
        .team-card {
            width: 240px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.6rem;
        }
        .team-photo {
            width: 140px; height: 140px;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.25);
        }
        .team-photo img { width: 100%; height: 100%; object-fit: cover; }
        .team-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-heading);
            text-transform: uppercase;
        }
        .team-card .team-location {
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--color-yellow);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .team-card p {
            font-size: 0.8rem;
            color: var(--text-body);
            line-height: 1.5;
        }
        .team-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 0.3rem;
        }
        .team-links a {
            color: var(--text-heading);
            text-decoration: none;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            border: 1px solid rgba(255,255,255,0.4);
            border-radius: 20px;
            padding: 0.3rem 0.8rem;
            transition: all 0.3s;
        }
        .team-links a:hover { background: rgba(255,255,255,0.2); }

        /* ===== OUR WORKS SECTION ===== */
        .works-section {
            background: linear-gradient(180deg, var(--works-color-1) 0%, var(--works-color-2) 50%, var(--works-color-3) 100%);
            position: relative;
        }
        .works-header {
            position: relative;
            z-index: 10;
            text-align: center;
            width: 100%;
            max-width: 900px;
            margin-bottom: 3rem;
            padding: 0 2rem;
        }
        .works-header h2 {
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }
        .works-header p {
            font-size: clamp(0.9rem, 1.5vw, 1.1rem);
            color: var(--text-body);
            margin-top: 0.5rem;
        }
        .works-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 2rem;
            max-width: 1100px;
            width: 100%;
            position: relative;
            z-index: 10;
        }
        .work-card {
            background: rgba(255,255,255,0.12);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 18px;
            overflow: hidden;
            transition: all 0.4s;
        }
        .work-card:hover { transform: translateY(-8px); background: rgba(255,255,255,0.18); }
        .work-card .work-thumb {
            width: 100%;
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5rem;
            background: rgba(0,0,0,0.15);
        }
        .work-card .work-thumb img { width: 100%; height: 100%; object-fit: cover; }
        .work-card .work-info { padding: 1.2rem 1.4rem; }
        .work-card h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-heading);
            text-transform: uppercase;
        }
        .work-card .work-category {
            font-size: 0.75rem;
            color: var(--color-yellow);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-top: 0.3rem;
        }

        @media (max-width: 768px) {
            .team-card { width: 100%; max-width: 280px; }
        }

        /* ===== SUBPAGE HERO (Clients / Team / Our Works) ===== */
        .subpage-balloon {
            position: relative;
            z-index: 10;
            width: clamp(200px, 26vw, 360px);
            margin: 0 auto 2rem;
            animation: balloonSway var(--balloon-sway-speed) ease-in-out infinite;
        }
        .subpage-balloon img {
            width: 100%;
            display: block;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
        }
        .subpage-hero-content {
            text-align: center;
            margin-top: 0;
        }

        /* ===== FINAL / LANDING SECTION ===== */
        .final-section {
            background: linear-gradient(180deg, var(--final-color-1) 0%, var(--final-color-2) 40%, var(--final-color-3) 60%, var(--final-color-4) 100%);
            position: relative;
            min-height: 100vh;
        }
        .final-section::before {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 50%;
            background: linear-gradient(to top, rgba(124,179,66,0.3), transparent);
        }
        .field-overlay {
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 40%;
            background: linear-gradient(to top, #7CB342, transparent);
        }

        .final-balloon {
            position: relative;
            z-index: 10;
            width: clamp(var(--balloon-final-size-min), 30vw, var(--balloon-final-size));
            animation: finalBalloon var(--balloon-final-speed) ease-in-out infinite;
        }
        @keyframes finalBalloon {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }
        .final-balloon img {
            width: 100%;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
        }

        /* ===== CTA / FOOTER SECTION ===== */
        .cta-section {
            background: var(--color-cta-blue);
            min-height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 4rem 2rem;
        }
        .cta-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            max-width: 1200px;
            flex-wrap: wrap;
            gap: 3rem;
        }
        .cta-text h2 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            color: var(--text-heading);
            text-transform: uppercase;
            line-height: 1.1;
        }
        .cta-footer {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.5);
            margin-top: 2rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }
        .cta-footer a {
            color: rgba(255,255,255,0.7);
            text-decoration: underline;
        }
        .back-to-top {
            width: 150px; height: 150px;
            background: var(--color-orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            cursor: pointer;
            transition: all 0.4s;
            border: none;
            text-decoration: none;
            text-align: center;
            line-height: 1.3;
        }
        .back-to-top:hover {
            transform: scale(1.1);
            background: var(--color-red);
            box-shadow: 0 15px 40px rgba(230,57,70,0.4);
        }

        /* ===== CONTACT FORM ===== */
        .contact-form-wrapper {
            width: 100%;
            max-width: 600px;
            margin: 3rem auto 0;
            position: relative;
            z-index: 10;
        }
        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .form-row {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .form-group {
            flex: 1;
            min-width: 200px;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .form-group label {
            color: #fff;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .form-group input,
        .form-group textarea {
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 10px;
            padding: 0.8rem 1rem;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 0.9rem;
            resize: vertical;
        }
        .form-group input::placeholder,
        .form-group textarea::placeholder { color: rgba(255,255,255,0.5); }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--color-orange);
            background: rgba(255,255,255,0.18);
        }
        .form-submit-btn {
            align-self: flex-start;
            background: var(--color-orange);
            border: none;
            color: #fff;
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 0.9rem 2.2rem;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .form-submit-btn:hover { background: var(--color-red); transform: translateY(-3px); }
        .form-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
        .form-status {
            font-size: 0.85rem;
            color: #fff;
            min-height: 1.2em;
        }
        .form-status.success { color: #8ee6a0; }
        .form-status.error { color: #ff9d9d; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .balloon-container { width: 190px; }
            .analyze-icons { gap: 1.5rem; }
            .analyze-item .icon-3d { width: 70px; height: 70px; font-size: 1.8rem; }
            .services-circle { width: 200px; height: 200px; }
            .services-circle .books-icon { width: 105px; height: 158px; }
            .services-scroll { gap: 1.5rem 2rem; }
            .service-card .svc-icon { width: 90px; height: 90px; font-size: 2rem; }
            .implement-grid { grid-template-columns: 1fr; }
            .implement-title { font-size: 3rem; }
            .cta-content { flex-direction: column; text-align: center; }
            .back-to-top { width: 120px; height: 120px; font-size: 0.8rem; }
            .progress-dots { right: 15px; }
            .hero-content { margin-top: -80px; }
        }
