:root { 

            --c-bright: #DE1600; 

            --c-primary: #B01200; 

            --c-medium: #8C0E00; 

            --c-dark: #630A00; 

            --c-deep: #3B0600; 

            --bg-main: #030712; 

            --bg-surface: rgba(255, 255, 255, 0.025); 

            --bg-surface-hover: rgba(255, 255, 255, 0.055); 

            --border-subtle: rgba(255, 255, 255, 0.07); 

            --border-active: rgba(222, 22, 0, 0.35); 

            --text-main: #f3f4f6; 

            --text-secondary: #d1d5db; 

            --text-muted: #9ca3af; 

            --glow-primary: rgba(222, 22, 0, 0.28); 

            --glow-secondary: rgba(176, 18, 0, 0.2); 

            --radius-sm: 0.6rem; 

            --radius-md: 0.9rem; 

            --radius-lg: 1.3rem; 

            --radius-xl: 1.8rem; 

            --radius-full: 99px; 

            --transition-fast: 0.2s cubic-bezier(0.22, 1, 0.36, 1); 

            --transition-smooth: 0.4s cubic-bezier(0.22, 1, 0.36, 1); 

            --font: 'Plus Jakarta Sans', system-ui, sans-serif; 

        } 

 

        *, 

        *::before, 

        *::after { 

            margin: 0; 

            padding: 0; 

            box-sizing: border-box; 

        } 

 

        html { 

            scroll-behavior: auto; 

            -webkit-text-size-adjust: 100%; 

        } 

        html.lenis { 

            height: auto; 

        } 

        .lenis.lenis-smooth { 

            scroll-behavior: auto; 

        } 

        .lenis.lenis-smooth [data-lenis-prevent] { 

            overscroll-behavior: contain; 

        } 

        .lenis.lenis-stopped { 

            overflow: hidden; 

        } 

 

        body { 

            font-family: var(--font); 

            background-color: var(--bg-main); 

            color: var(--text-main); 

            overflow-x: hidden; 

            -webkit-font-smoothing: antialiased; 

            -moz-osx-font-smoothing: grayscale; 

            line-height: 1.6; 

            letter-spacing: -0.01em; 

            cursor: none; 

        } 

        body.loaded { 

            cursor: auto; 

        } 

 

        /* Custom Scrollbar */ 

        ::-webkit-scrollbar { 

            width: 4px; 

        } 

        ::-webkit-scrollbar-track { 

            background: transparent; 

        } 

        ::-webkit-scrollbar-thumb { 

            background: rgba(255, 255, 255, 0.06); 

            border-radius: 99px; 

        }
/* ============ MOUSE GLOW ============ */ 

        #mouse-glow { 

            position: fixed; 

            pointer-events: none; 

            z-index: 9998; 

            width: 320px; 

            height: 320px; 

            border-radius: 50%; 

            background: radial-gradient(circle, rgba(222, 22, 0, 0.07) 0%, transparent 70%); 

            transform: translate(-50%, -50%); 

            transition: opacity 0.3s ease; 

            will-change: left, top; 

            opacity: 0; 

        } 

        body.loaded #mouse-glow { 

            opacity: 1; 

        } 

 

        /* ============ BACKGROUND NOISE ============ */ 

        .bg-noise { 

            position: fixed; 

            inset: 0; 

            z-index: 0; 

            pointer-events: none; 

            opacity: 0.025; 

            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"); 

            background-size: 200px 200px; 

        } 

 

        /* ============ ORBS DE FUNDO ============ */ 

        .bg-orbs { 

            position: fixed; 

            inset: 0; 

            pointer-events: none; 

            z-index: 0; 

        } 

        .bg-orb { 

            position: absolute; 

            border-radius: 50%; 

            filter: blur(150px); 

            opacity: 0.25; 

            will-change: transform; 

        } 

        .bg-orb--1 { 

            top: -18%; 

            left: -14%; 

            width: 58vw; 

            height: 58vw; 

            background: var(--glow-primary); 

        } 

        .bg-orb--2 { 

            bottom: 28%; 

            right: -12%; 

            width: 42vw; 

            height: 42vw; 

            background: var(--glow-secondary); 

        } 

        .bg-orb--3 { 

            top: 50%; 

            left: 35%; 

            width: 30vw; 

            height: 30vw; 

            background: rgba(140, 14, 0, 0.1); 

        } 

 

        /* ============ PARTICLES CANVAS ============ */ 

        #particleCanvas { 

            position: fixed; 

            inset: 0; 

            z-index: 0; 

            pointer-events: none; 

        } 

 

        /* ============ HEADER ============ */ 

        .header { 

            position: fixed; 

            top: 0; 

            left: 0; 

            width: 100%; 

            z-index: 1000; 

            transition: var(--transition-smooth); 

            padding: 0.55rem 0; 

        } 

        .header--scrolled { 

            background: rgba(3, 7, 18, 0.78); 

            backdrop-filter: blur(22px); 

            -webkit-backdrop-filter: blur(22px); 

            border-bottom: 1px solid rgba(255, 255, 255, 0.06); 

            padding: 0.3rem 0; 

        } 

        .header__container { 

            max-width: 1320px; 

            margin: 0 auto; 

            padding: 0 2rem; 

            display: flex; 

            justify-content: space-between; 

            align-items: center; 

            gap: 1.5rem; 

        } 

        .logo { 

            display: flex; 

            align-items: center; 

            gap: 0.45rem; 

            text-decoration: none; 

            color: #fff; 

            font-weight: 800; 

            font-size: 1.35rem; 

            letter-spacing: -0.04em; 

            z-index: 1001; 

            transition: var(--transition-fast); 

            white-space: nowrap; 

            position: relative; 

        } 

        .logo__symbol { 

            font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace; 

            font-weight: 900; 

            font-size: 1.3rem; 

            background: linear-gradient(135deg, #ff3b2b, var(--c-bright), var(--c-primary)); 

            -webkit-background-clip: text; 

            background-clip: text; 

            color: transparent; 

            letter-spacing: -0.06em; 

            animation: logoGlow 3s ease-in-out infinite; 

            filter: drop-shadow(0 0 8px rgba(222, 22, 0, 0.5)); 

        } 

        @keyframes logoGlow { 

            0%, 

            100% { 

                filter: drop-shadow(0 0 8px rgba(222, 22, 0, 0.5)) brightness(1); 

            } 

            50% { 

                filter: drop-shadow(0 0 18px rgba(222, 22, 0, 0.8)) brightness(1.3); 

            } 

        } 

        .nav__links { 

            display: flex; 

            list-style: none; 

            gap: 1.8rem; 

            align-items: center; 

        } 

        .nav__link { 

            text-decoration: none; 

            color: var(--text-muted); 

            font-weight: 500; 

            font-size: 0.9rem; 

            transition: var(--transition-fast); 

            position: relative; 

        } 

        .nav__link::after { 

            content: ''; 

            position: absolute; 

            bottom: -5px; 

            left: 0; 

            width: 0; 

            height: 1.5px; 

            background: var(--c-bright); 

            border-radius: 1px; 

            transition: width 0.3s ease; 

        } 

        .nav__link:hover { 

            color: #fff; 

        } 

        .nav__link:hover::after { 

            width: 100%; 

        } 

        .nav__btn { 

            display: inline-flex; 

            align-items: center; 

            gap: 0.4rem; 

            padding: 0.6rem 1.35rem; 

            background: linear-gradient(135deg, var(--c-primary), var(--c-dark)); 

            color: #fff; 

            font-weight: 600; 

            font-size: 0.85rem; 

            border-radius: var(--radius-full); 

            border: 1px solid var(--c-medium); 

            transition: var(--transition-smooth); 

            cursor: pointer; 

            white-space: nowrap; 

            text-decoration: none; 

            box-shadow: 0 4px 18px rgba(222, 22, 0, 0.25); 

            position: relative; 

            overflow: hidden; 

        } 

        .nav__btn:hover { 

            transform: translateY(-2px); 

            box-shadow: 0 8px 32px rgba(222, 22, 0, 0.42); 

            filter: brightness(1.15); 

        } 

        .nav__toggle { 

            display: none; 

            background: rgba(255, 255, 255, 0.04); 

            border: 1px solid var(--border-subtle); 

            color: #fff; 

            width: 40px; 

            height: 40px; 

            border-radius: var(--radius-sm); 

            cursor: pointer; 

            align-items: center; 

            justify-content: center; 

            font-size: 1.2rem; 

            transition: var(--transition-fast); 

            z-index: 1001; 

        } 

 

        /* ============ BUTTONS ============ */ 

        .btn { 

            display: inline-flex; 

            align-items: center; 

            gap: 0.5rem; 

            padding: 0.85rem 1.8rem; 

            border-radius: var(--radius-full); 

            font-weight: 600; 

            font-size: 0.95rem; 

            text-decoration: none; 

            transition: var(--transition-smooth); 

            cursor: pointer; 

            border: 1px solid transparent; 

            letter-spacing: -0.02em; 

            font-family: var(--font); 

            position: relative; 

            overflow: hidden; 

        } 

        .btn--primary { 

            background: linear-gradient(135deg, var(--c-bright), var(--c-dark)); 

            color: #fff; 

            box-shadow: 0 4px 18px rgba(222, 22, 0, 0.25); 

            border-color: var(--c-medium); 

        } 

        .btn--primary:hover { 

            transform: translateY(-3px); 

            box-shadow: 0 8px 32px rgba(222, 22, 0, 0.42); 

            filter: brightness(1.2); 

        } 

        .btn--outline { 

            background: rgba(255, 255, 255, 0.02); 

            color: #fff; 

            border-color: rgba(255, 255, 255, 0.18); 

        } 

        .btn--outline:hover { 

            background: rgba(255, 255, 255, 0.07); 

            border-color: rgba(255, 255, 255, 0.35); 

            transform: translateY(-2px); 

        } 

 

        /* ============ SECTIONS ============ */ 

        .section { 

            padding: 7rem 2rem; 

            max-width: 1320px; 

            margin: 0 auto; 

            position: relative; 

            z-index: 2; 

        } 

        .section__header { 

            text-align: center; 

            max-width: 680px; 

            margin: 0 auto 4rem auto; 

        } 

        .section__label { 

            display: inline-block; 

            font-size: 0.78rem; 

            font-weight: 700; 

            letter-spacing: 0.1em; 

            text-transform: uppercase; 

            color: var(--c-bright); 

            margin-bottom: 0.8rem; 

            background: rgba(222, 22, 0, 0.08); 

            padding: 0.35rem 1rem; 

            border-radius: var(--radius-full); 

            border: 1px solid rgba(222, 22, 0, 0.15); 

        } 

        .section__title { 

            font-size: 2.8rem; 

            font-weight: 800; 

            letter-spacing: -0.04em; 

            margin-bottom: 1rem; 

            line-height: 1.15; 

        } 

        .section__title span { 

            background: linear-gradient(135deg, #fff 30%, var(--c-bright)); 

            -webkit-background-clip: text; 

            background-clip: text; 

            color: transparent; 

        } 

        .section__sub { 

            font-size: 1.08rem; 

            color: var(--text-muted); 

            line-height: 1.7; 

        } 

 

        /* ============ HERO ============ */ 

        .hero { 

            min-height: 92vh; 

            display: flex; 

            align-items: center; 

            position: relative; 

            padding: 7rem 2rem 5rem; 

            overflow: hidden; 

        } 

        .hero__container { 

            max-width: 1320px; 

            margin: 0 auto; 

            width: 100%; 

            display: grid; 

            grid-template-columns: 1.1fr 0.9fr; 

            gap: 3rem; 

            align-items: center; 

            position: relative; 

            z-index: 3; 

        } 

        .hero__badge { 

            display: inline-flex; 

            align-items: center; 

            gap: 0.5rem; 

            background: rgba(222, 22, 0, 0.07); 

            border: 1px solid rgba(222, 22, 0, 0.18); 

            color: #ff6b5b; 

            padding: 0.4rem 1.1rem; 

            border-radius: var(--radius-full); 

            font-size: 0.8rem; 

            font-weight: 600; 

            margin-bottom: 1.5rem; 

        } 

        .hero__badge .dot { 

            width: 7px; 

            height: 7px; 

            background: #4ade80; 

            border-radius: 50%; 

            animation: pulseDot 2s ease-in-out infinite; 

        } 

        @keyframes pulseDot { 

            0%, 

            100% { 

                box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); 

            } 

            50% { 

                box-shadow: 0 0 0 11px rgba(74, 222, 128, 0); 

            } 

        } 

        .hero__title { 

            font-size: 3.8rem; 

            font-weight: 900; 

            line-height: 1.08; 

            margin-bottom: 1.3rem; 

            letter-spacing: -0.05em; 

        } 

        .hero__title .highlight { 

            background: linear-gradient(135deg, #fff 25%, #ff5c4a, var(--c-bright)); 

            -webkit-background-clip: text; 

            background-clip: text; 

            color: transparent; 

        } 

        .hero__typing { 

            display: inline-block; 

            width: min(7.8em, 100%); 

            text-align: left; 

            vertical-align: baseline; 

            white-space: nowrap; 

            transition: opacity 0.22s ease; 

        }

        .hero__typing--hidden { 

            opacity: 0; 

        } 

        .hero__typing::after { 

            content: ""; 

            display: inline-block; 

            width: 3px; 

            height: 0.92em; 

            margin-left: 4px; 

            vertical-align: -0.08em; 

            background: var(--c-bright); 

            animation: cursorBlink 0.8s step-end infinite; 

        } 

        .hero__typing--static::after { 

            display: none; 

        } 

        @keyframes cursorBlink { 

            50% { 

                opacity: 0; 

            } 

        } 

        .hero__subtitle { 

            font-size: 1.15rem; 

            color: var(--text-muted); 

            margin-bottom: 2.5rem; 

            max-width: 520px; 

            line-height: 1.7; 

        } 

        .hero__actions { 

            display: flex; 

            gap: 1rem; 

            flex-wrap: wrap; 

        } 

        .hero__card { 

            background: rgba(255, 255, 255, 0.025); 

            border: 1px solid var(--border-subtle); 

            border-radius: var(--radius-xl); 

            padding: 2.5rem; 

            backdrop-filter: blur(12px); 

            -webkit-backdrop-filter: blur(12px); 

            position: relative; 

            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.04); 

            transition: var(--transition-smooth); 

            transform-style: preserve-3d; 

            perspective: 1000px; 

        } 

        .hero__card:hover { 

            border-color: var(--border-active); 

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(222, 22, 0, 0.12); 

        } 

        .hero__card-watermark { 

            font-size: 4.5rem; 

            color: rgba(222, 22, 0, 0.02); 

            position: absolute; 

            right: 1.5rem; 

            top: 0.8rem; 

            font-weight: 900; 

            font-family: 'SF Mono', 'Fira Code', monospace; 

            pointer-events: none; 

        } 

        .hero__stats { 

            display: grid; 

            grid-template-columns: 1fr 1fr; 

            gap: 1rem; 

            margin-top: 1.75rem; 

        } 

        .hero__stat { 

            background: rgba(255, 255, 255, 0.02); 

            border: 1px solid var(--border-subtle); 

            padding: 1.1rem; 

            border-radius: var(--radius-md); 

            transition: var(--transition-fast); 

        } 

        .hero__stat-num { 

            font-size: 1.9rem; 

            font-weight: 800; 

            color: #fff; 

            margin-bottom: 0.15rem; 

            letter-spacing: -0.03em; 

        } 

        .hero__stat-num span { 

            color: var(--c-bright); 

        } 

        .hero__stat-lbl { 

            font-size: 0.82rem; 

            color: var(--text-muted); 

            font-weight: 500; 

        } 

 

        /* ============ SERVIÇOS ============ */ 

        .services-grid { 

            display: grid; 

            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 

            gap: 1.5rem; 

        } 

        .service-card { 

            background: rgba(255, 255, 255, 0.025); 

            padding: 2.5rem 2rem; 

            border-radius: var(--radius-lg); 

            border: 1px solid var(--border-subtle); 

            transition: var(--transition-smooth); 

            position: relative; 

            overflow: hidden; 

            backdrop-filter: blur(6px); 

            -webkit-backdrop-filter: blur(6px); 

            transform-style: preserve-3d; 

            perspective: 800px; 

            cursor: default; 

        } 

        .service-card::before { 

            content: ''; 

            position: absolute; 

            width: 90px; 

            height: 90px; 

            background: radial-gradient(circle, rgba(222, 22, 0, 0.1) 0%, transparent 70%); 

            top: -20px; 

            right: -20px; 

            opacity: 0; 

            transition: opacity 0.5s ease; 

            pointer-events: none; 

        } 

        .service-card:hover::before { 

            opacity: 1; 

        } 

        .service-card:hover { 

            border-color: var(--border-active); 

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(222, 22, 0, 0.12); 

        } 

        .service-card__icon { 

            width: 50px; 

            height: 50px; 

            background: rgba(255, 255, 255, 0.03); 

            border: 1px solid var(--border-subtle); 

            border-radius: var(--radius-sm); 

            display: flex; 

            align-items: center; 

            justify-content: center; 

            font-size: 1.35rem; 

            color: var(--c-bright); 

            margin-bottom: 1.5rem; 

            transition: var(--transition-smooth); 

        } 

        .service-card:hover .service-card__icon { 

            color: #fff; 

            background: var(--c-primary); 

            border-color: var(--c-primary); 

            box-shadow: 0 0 22px rgba(222, 22, 0, 0.3); 

        } 

        .service-card h3 { 

            font-size: 1.25rem; 

            font-weight: 700; 

            margin-bottom: 0.6rem; 

            letter-spacing: -0.02em; 

        } 

        .service-card p { 

            color: var(--text-muted); 

            font-size: 0.9rem; 

            line-height: 1.6; 

        } 

 

        /* ============ PORTFÓLIO ============ */ 

        .portfolio-filter { 

            display: flex; 

            justify-content: center; 

            gap: 0.5rem; 

            margin-bottom: 3rem; 

            flex-wrap: wrap; 

        } 

        .filter-btn { 

            background: rgba(255, 255, 255, 0.02); 

            border: 1px solid var(--border-subtle); 

            padding: 0.55rem 1.4rem; 

            font-weight: 600; 

            font-size: 0.84rem; 

            border-radius: var(--radius-full); 

            cursor: pointer; 

            transition: var(--transition-fast); 

            color: var(--text-muted); 

            font-family: var(--font); 

        } 

        .filter-btn.active { 

            background: #fff; 

            color: var(--bg-main); 

            border-color: #fff; 

            font-weight: 700; 

        } 

        .portfolio-grid { 

            display: grid; 

            grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); 

            gap: 1.5rem; 

            transition: opacity 0.3s ease; 

        } 

        .project-card { 

            background: rgba(255, 255, 255, 0.025); 

            border-radius: var(--radius-lg); 

            overflow: hidden; 

            border: 1px solid var(--border-subtle); 

            transition: var(--transition-smooth); 

            cursor: pointer; 

            position: relative; 

            transform-style: preserve-3d; 

            perspective: 800px; 

            backdrop-filter: blur(6px); 

            -webkit-backdrop-filter: blur(6px); 

        } 

        .project-card:hover { 

            border-color: var(--border-active); 

            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(222, 22, 0, 0.12); 

        } 

        .project-card__img { 

            height: 200px; 

            display: flex; 

            align-items: center; 

            justify-content: center; 

            background: linear-gradient(145deg, #0a0f1a 0%, #040810 100%); 

            position: relative; 

            overflow: hidden; 

        } 

        .project-card__img .icon { 

            font-size: 3.5rem; 

            opacity: 0.65; 

            transition: var(--transition-smooth); 

        } 

        .project-card:hover .project-card__img .icon { 

            transform: scale(1.12); 

            opacity: 0.9; 

        } 

        .project-card__tag { 

            position: absolute; 

            top: 0.7rem; 

            right: 0.7rem; 

            background: rgba(0, 0, 0, 0.55); 

            border: 1px solid rgba(255, 255, 255, 0.13); 

            color: #fff; 

            font-size: 0.68rem; 

            font-weight: 700; 

            padding: 0.22rem 0.65rem; 

            border-radius: var(--radius-full); 

            z-index: 3; 

            letter-spacing: 0.04em; 

            text-transform: uppercase; 

            backdrop-filter: blur(6px); 

        } 

        .project-card__info { 

            padding: 1.4rem; 

        } 

        .project-card__info h3 { 

            font-size: 1.15rem; 

            font-weight: 700; 

            margin-bottom: 0.35rem; 

        } 

        .project-card__info p { 

            color: var(--text-muted); 

            font-size: 0.85rem; 

            margin-bottom: 1rem; 

        } 

        .project-card__techs span { 

            display: inline-flex; 

            background: rgba(255, 255, 255, 0.025); 

            border: 1px solid var(--border-subtle); 

            padding: 0.25rem 0.6rem; 

            border-radius: 5px; 

            font-weight: 600; 

            font-size: 0.68rem; 

            color: var(--text-muted); 

            margin: 0.15rem; 

        } 

 

        /* ============ DEPOIMENTOS ============ */ 

        .testimonials-grid { 

            display: grid; 

            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 

            gap: 1.5rem; 

        } 

        .testimonial-card { 

            background: rgba(255, 255, 255, 0.025); 

            border: 1px solid var(--border-subtle); 

            border-radius: var(--radius-lg); 

            padding: 2rem; 

            transition: var(--transition-smooth); 

            backdrop-filter: blur(6px); 

            -webkit-backdrop-filter: blur(6px); 

            transform-style: preserve-3d; 

            perspective: 800px; 

        } 

        .testimonial-card:hover { 

            border-color: var(--border-active); 

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5); 

        } 

        .testimonial-card__stars { 

            color: #f59e0b; 

            margin-bottom: 1rem; 

        } 

        .testimonial-card__text { 

            color: var(--text-secondary); 

            font-size: 0.92rem; 

            line-height: 1.65; 

            margin-bottom: 1.25rem; 

            font-style: italic; 

        } 

 

        /* ============ SOBRE ============ */ 

        .about-grid { 

            display: grid; 

            grid-template-columns: 1fr 1fr; 

            gap: 3rem; 

            align-items: start; 

        } 

        .founder-card { 

            background: rgba(255, 255, 255, 0.025); 

            border: 1px solid var(--border-subtle); 

            border-radius: var(--radius-lg); 

            padding: 1.75rem; 

            text-align: center; 

            transition: var(--transition-smooth); 

            backdrop-filter: blur(6px); 

            -webkit-backdrop-filter: blur(6px); 

            transform-style: preserve-3d; 

            perspective: 800px; 

        } 

        .founder-card:hover { 

            border-color: var(--border-active); 

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5); 

        } 

        .founder-card__avatar { 

            width: 75px; 

            height: 75px; 

            border-radius: 50%; 

            margin: 0 auto 1rem; 

            display: flex; 

            align-items: center; 

            justify-content: center; 

            font-size: 1.6rem; 

            font-weight: 800; 

            color: #fff; 

            background: linear-gradient(135deg, var(--c-dark), var(--c-deep)); 

            border: 2px solid rgba(255, 255, 255, 0.1); 

        } 

 

        /* ============ CONTATO ============ */ 

        .contact-container { 

            background: rgba(255, 255, 255, 0.015); 

            border-radius: var(--radius-xl); 

            padding: 3.5rem; 

            border: 1px solid var(--border-subtle); 

            backdrop-filter: blur(12px); 

            -webkit-backdrop-filter: blur(12px); 

            display: grid; 

            grid-template-columns: 1fr 1fr; 

            gap: 3.5rem; 

            box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35); 

        } 

        .contact-form input, 

        .contact-form textarea { 

            padding: 0.95rem 1.15rem; 

            border-radius: var(--radius-md); 

            border: 1px solid var(--border-subtle); 

            font-family: inherit; 

            background: rgba(0, 0, 0, 0.4); 

            color: #fff; 

            font-size: 0.9rem; 

            transition: var(--transition-fast); 

            width: 100%; 

            margin-bottom: 0.9rem; 

            resize: vertical; 

        } 

        .contact-form input:focus, 

        .contact-form textarea:focus { 

            outline: none; 

            border-color: var(--c-primary); 

            box-shadow: 0 0 0 3px rgba(176, 18, 0, 0.07); 

        } 

        .contact-form button { 

            border: none; 

            padding: 0.95rem; 

            border-radius: var(--radius-md); 

            font-weight: 700; 

            font-size: 0.93rem; 

            cursor: pointer; 

            background: #fff; 

            color: var(--bg-main); 

            width: 100%; 

            font-family: var(--font); 

            transition: var(--transition-smooth); 

        } 

        .contact-form button:hover { 

            background: #e5e7eb; 

        } 

 

        /* ============ FOOTER ============ */ 

        .footer { 

            background: #010409; 

            border-top: 1px solid var(--border-subtle); 

            padding: 3rem 2rem; 

            position: relative; 

            z-index: 2; 

            text-align: center; 

            color: #4b5563; 

            font-size: 0.85rem; 

        } 

 

        /* ============ WHATSAPP FLOAT ============ */ 

        .whatsapp-float { 

            position: fixed; 

            bottom: 1.4rem; 

            left: 1.4rem; 

            z-index: 1100; 

            width: 50px; 

            height: 50px; 

            background: #25D366; 

            border-radius: 50%; 

            display: flex; 

            align-items: center; 

            justify-content: center; 

            font-size: 1.35rem; 

            color: #fff; 

            box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35); 

            transition: transform 0.3s ease; 

            text-decoration: none; 

        } 

        .whatsapp-float:hover { 

            transform: scale(1.1); 

        } 

 

        /* ============ CHATBOT ============ */ 

        .chatbot { 

            position: fixed; 

            bottom: 1.5rem; 

            right: 1.5rem; 

            z-index: 1100; 

        } 

        .chatbot__toggle { 

            width: 52px; 

            height: 52px; 

            background: #fff; 

            border-radius: 50%; 

            display: flex; 

            align-items: center; 

            justify-content: center; 

            font-size: 1.3rem; 

            cursor: pointer; 

            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); 

            color: var(--bg-main); 

            transition: var(--transition-smooth); 

            border: none; 

            position: relative; 

        } 

        .chatbot__toggle:hover { 

            background: var(--c-bright); 

            color: #fff; 

            transform: scale(1.08); 

        } 

        .chatbot__window { 

            position: absolute; 

            bottom: 68px; 

            right: 0; 

            width: 380px; 

            background: #0b0f19; 

            border-radius: var(--radius-lg); 

            box-shadow: 0 22px 55px rgba(0, 0, 0, 0.7); 

            display: none; 

            flex-direction: column; 

            height: 480px; 

            overflow: hidden; 

            border: 1px solid var(--border-subtle); 

            backdrop-filter: blur(16px); 

            -webkit-backdrop-filter: blur(16px); 

        } 

        .chatbot__window.active { 

            display: flex; 

        } 

        .chatbot__header { 

            background: rgba(255, 255, 255, 0.025); 

            border-bottom: 1px solid var(--border-subtle); 

            color: #fff; 

            padding: 1rem 1.2rem; 

            font-weight: 700; 

            font-size: 0.88rem; 

            display: flex; 

            align-items: center; 

            gap: 0.6rem; 

        } 

        .chatbot__messages { 

            flex: 1; 

            padding: 1rem; 

            overflow-y: auto; 

            background: #070a12; 

            display: flex; 

            flex-direction: column; 

            gap: 0.7rem; 

        } 

        .msg--user { 

            background: var(--c-primary); 

            color: #fff; 

            align-self: flex-end; 

            padding: 0.65rem 0.95rem; 

            border-radius: var(--radius-md); 

            border-bottom-right-radius: 2px; 

            font-size: 0.84rem; 

            max-width: 84%; 

        } 

        .msg--bot { 

            background: rgba(255, 255, 255, 0.04); 

            color: #e5e7eb; 

            border: 1px solid var(--border-subtle); 

            align-self: flex-start; 

            padding: 0.65rem 0.95rem; 

            border-radius: var(--radius-md); 

            border-bottom-left-radius: 2px; 

            font-size: 0.84rem; 

            max-width: 84%; 

        } 

        .chatbot__input-area { 

            display: flex; 

            border-top: 1px solid var(--border-subtle); 

            padding: 0.65rem; 

            background: #0b0f19; 

            gap: 0.45rem; 

        } 

        .chatbot__input-area input { 

            flex: 1; 

            padding: 0.6rem 0.95rem; 

            border: 1px solid var(--border-subtle); 

            border-radius: var(--radius-full); 

            outline: none; 

            font-size: 0.84rem; 

            background: rgba(0, 0, 0, 0.3); 

            color: #fff; 

            font-family: var(--font); 

        } 

        .chatbot__input-area button { 

            background: #fff; 

            border: none; 

            color: var(--bg-main); 

            width: 34px; 

            height: 34px; 

            border-radius: 50%; 

            cursor: pointer; 

        } 

 

        /* ============ REVEAL CLASSES ============ */ 

        .reveal { 

            opacity: 0; 

            transform: translateY(35px); 

            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); 

        } 

        .reveal.visible { 

            opacity: 1; 

            transform: translateY(0); 

        } 

        .reveal--left { 

            opacity: 0; 

            transform: translateX(-40px); 

            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); 

        } 

        .reveal--left.visible { 

            opacity: 1; 

            transform: translateX(0); 

        } 

        .reveal--right { 

            opacity: 0; 

            transform: translateX(40px); 

            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); 

        } 

        .reveal--right.visible { 

            opacity: 1; 

            transform: translateX(0); 

        } 

        .reveal--scale { 

            opacity: 0; 

            transform: scale(0.9); 

            transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); 

        } 

        .reveal--scale.visible { 

            opacity: 1; 

            transform: scale(1); 

        } 

 

        /* ============ RESPONSIVO ============ */ 

        @media (max-width: 1100px) { 

            .hero__container { 

                grid-template-columns: 1fr; 

                text-align: center; 

            } 

            .hero__title { 

                font-size: 2.8rem; 

            } 

            .hero__typing { 

                display: block; 

                width: 100%; 

                min-height: 1.08em; 

                text-align: center; 

                white-space: nowrap; 

            } 

            .hero__subtitle { 

                margin: 0 auto 2rem auto; 

                max-width: 450px; 

            } 

            .hero__actions { 

                justify-content: center; 

            } 

            .hero__card { 

                max-width: 480px; 

                margin: 0 auto; 

                width: 100%; 

            } 

            .about-grid { 

                grid-template-columns: 1fr; 

            } 

            .contact-container { 

                grid-template-columns: 1fr; 

                padding: 2.5rem; 

            } 

            .section__title { 

                font-size: 2.2rem; 

            } 

            .section { 

                padding: 4.5rem 1.5rem; 

            } 

        } 

        @media (max-width: 768px) { 

            .nav__toggle { 

                display: flex; 

            } 

            .nav__links { 

                position: fixed; 

                top: 0; 

                left: -100%; 

                width: 100%; 

                height: 100vh; 

                background: rgba(3, 7, 18, 0.96); 

                backdrop-filter: blur(20px); 

                flex-direction: column; 

                padding: 6rem 2rem 3rem; 

                gap: 1.8rem; 

                transition: left 0.4s ease; 

                align-items: center; 

                z-index: 1000; 

            } 

            .nav__links.active { 

                left: 0; 

            } 

            .hero { 

                min-height: auto; 

                padding: 5rem 1rem 3.5rem; 

            } 

            .hero__title { 

                font-size: 2rem; 

            } 

            .section { 

                padding: 3.5rem 1rem; 

            } 

            .section__title { 

                font-size: 1.8rem; 

            } 

            .portfolio-grid { 

                grid-template-columns: 1fr; 

            } 

            .services-grid { 

                grid-template-columns: 1fr 1fr; 

            } 

            .chatbot__window { 

                width: calc(100vw - 1.5rem); 

                right: -0.3rem; 

                bottom: 62px; 

                height: 440px; 

            } 

            #mouse-glow { 

                display: none; 

            } 

            body { 

                cursor: auto; 

            } 

        } 

        @media (max-width: 480px) { 

            .hero__title { 

                font-size: 1.6rem; 

            } 

            .hero__actions { 

                flex-direction: column; 

                gap: 0.6rem; 

            } 

            .services-grid { 

                grid-template-columns: 1fr; 

            } 

            .section__title { 

                font-size: 1.5rem; 

            } 

            .hero__stats { 

                grid-template-columns: 1fr; 

            } 

        }
/* ============ AJUSTES KD SOLUTIONS 2026 ============ */
img, picture, video, canvas, svg {
    max-width: 100%;
}

html {
    overflow-x: hidden;
}

body {
    min-width: 320px;
}

.contact-list {
    list-style: none;
    color: #d1d5db;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
}

.contact-list i {
    color: var(--c-bright);
    width: 1.1rem;
    flex: 0 0 auto;
}

.contact-list a {
    color: inherit;
    text-decoration: none;
}

.contact-list a:hover {
    color: #fff;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.founder-card h4 {
    color: #fff;
    font-size: 1.05rem;
    margin-top: 0.9rem;
}

.founder-card__photo {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 0 6px rgba(222, 22, 0, 0.08), 0 0 28px rgba(222, 22, 0, 0.16);
    background: #111827;
}

.founder-card__role {
    color: var(--c-bright);
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 0.25rem;
}

.founder-card__bio {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.55;
    margin-top: 0.65rem;
}

.form-feedback {
    font-size: 0.85rem;
    min-height: 1.4rem;
    margin-top: 0.5rem;
}

.form-feedback a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

.contact-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.chatbot__header {
    gap: 0.65rem;
}

.chatbot__header strong,
.chatbot__header small {
    display: block;
}

.chatbot__header small {
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1.2;
}

.chatbot__status {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    flex: 0 0 auto;
}

.chatbot__close {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-subtle);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
}

.chatbot__quick {
    display: flex;
    gap: 0.45rem;
    padding: 0 0.9rem 0.75rem;
    flex-wrap: wrap;
}

.chatbot__quick button {
    border: 1px solid rgba(222, 22, 0, 0.25);
    border-radius: var(--radius-full);
    background: rgba(222, 22, 0, 0.08);
    color: #ffb4aa;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    cursor: pointer;
}

.chatbot__quick button:hover {
    background: rgba(222, 22, 0, 0.16);
    color: #fff;
}

@supports not ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
    .header--scrolled,
    .contact-container,
    .founder-card,
    .service-card,
    .project-card,
    .testimonial-card,
    .chatbot__window {
        background: rgba(3, 7, 18, 0.94);
    }
}

@media (max-width: 768px) {
    .header__container {
        padding: 0 1rem;
    }

    .nav__btn {
        display: none;
    }

    .contact-container {
        padding: 1.5rem;
        border-radius: var(--radius-lg);
    }

    .founders-grid {
        grid-template-columns: 1fr;
    }

    .founder-card__photo {
        width: 116px;
        height: 116px;
    }
}

@media (max-width: 480px) {
    .hero__badge,
    .btn,
    .filter-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .contact-container h3 {
        font-size: 1.65rem !important;
    }

    .chatbot {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .chatbot__window {
        right: -0.25rem;
        width: calc(100vw - 1rem);
        max-height: min(460px, calc(100vh - 6rem));
    }
}

.botcheck {
    display: none !important;
}


/* ============ MOBILE STABILITY PATCH ============ */
@media (max-width: 768px), (pointer: coarse) {
    html {
        scroll-behavior: auto;
        overscroll-behavior-y: none;
    }

    body.mobile-stable {
        overflow-x: clip;
        touch-action: pan-y;
    }

    body.mobile-stable #particleCanvas,
    body.mobile-stable #mouse-glow {
        display: none !important;
    }

    body.mobile-stable .bg-orb {
        transform: none !important;
        will-change: auto;
        filter: blur(110px);
        opacity: 0.18;
    }

    body.mobile-stable [data-3d],
    body.mobile-stable #heroCard3D,
    body.mobile-stable .project-card,
    body.mobile-stable .service-card,
    body.mobile-stable .testimonial-card,
    body.mobile-stable .founder-card {
        transform: none !important;
        transform-style: flat;
        perspective: none;
        will-change: auto;
    }

    .nav__links {
        height: 100dvh;
        overscroll-behavior: contain;
    }

    .hero {
        min-height: auto;
    }

    .chatbot__window {
        max-height: min(460px, calc(100dvh - 6rem));
    }
}

@media (max-width: 768px), (pointer: coarse) {
    .hero__typing,
    .hero__typing--static {
        display: block;
        width: 100%;
        min-height: 1.08em;
        text-align: center;
        white-space: nowrap;
    }

    .hero__typing::after {
        display: inline-block;
    }

    .hero__typing--static::after {
        display: none;
    }
}

.founder-card__photo.is-hidden {
    display: none;
}

.founder-card__fallback {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    background: radial-gradient(circle at 35% 25%, rgba(222, 22, 0, 0.35), rgba(17, 24, 39, 0.98) 62%);
    border: 2px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 0 6px rgba(222, 22, 0, 0.08), 0 0 28px rgba(222, 22, 0, 0.16);
}

.founder-card__fallback.is-visible {
    display: flex;
}
/* ============ MOBILE MENU RIGHT PATCH ============ */
@media (max-width: 768px) {
    .header__container {
        padding-right: 0.75rem;
    }

    .nav__toggle {
        margin-left: auto;
        margin-right: 0;
        flex: 0 0 40px;
    }

    .nav__links {
        left: auto;
        right: -100%;
        transition: right 0.4s ease;
    }

    .nav__links.active {
        left: auto;
        right: 0;
    }
}
