        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --azul-profundo: #0d2137;
            --azul-marino: #14365d;
            --azul-medio: #1e4a7a;
            --azul-claro: #2d5f8a;
            --naranja-civicus: #d4802a;
            --naranja-brillante: #e8923a;
            --naranja-hover: #c0721f;
            --dorado: #c9922a;
            --gris-texto: #5a6a7a;
            --gris-claro: #8a9aaa;
            --gris-bg: #f7f8fa;
            --blanco: #ffffff;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Source Sans 3', sans-serif;
            color: var(--azul-profundo);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* ========== NAVIGATION ========== */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: var(--azul-profundo);
            padding: 0 60px;
            transition: all 0.3s ease;
        }

        .navbar.scrolled {
            background: rgba(13, 33, 55, 0.98);
            box-shadow: 0 4px 30px rgba(0,0,0,0.15);
        }

        .navbar-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 16px;
            text-decoration: none;
        }

        .logo .wordmark {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--blanco);
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .logo .wordmark .accent {
            color: var(--naranja-civicus);
        }

        .logo .divider {
            width: 1.5px;
            height: 32px;
            background: linear-gradient(180deg, var(--naranja-civicus), rgba(255,255,255,0.3));
        }

        .logo .tagline {
            font-family: 'Source Sans 3', sans-serif;
            font-size: 0.65rem;
            color: rgba(255,255,255,0.6);
            line-height: 1.35;
            max-width: 120px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .nav-links a {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.85rem;
            font-weight: 500;
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            transition: color 0.3s ease;
            position: relative;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--naranja-civicus);
            transition: width 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--blanco);
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .nav-cta {
            background: var(--naranja-civicus);
            color: var(--blanco) !important;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 600 !important;
            transition: background 0.3s ease, transform 0.3s ease !important;
        }

        .nav-cta::after {
            display: none !important;
        }

        .nav-cta:hover {
            background: var(--naranja-hover);
            transform: translateY(-2px);
        }

        /* ========== HERO SECTION ========== */
        .hero {
            min-height: 100vh;
            background: linear-gradient(135deg, var(--azul-profundo) 0%, var(--azul-marino) 50%, var(--azul-medio) 100%);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: 120px 60px 80px;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
        }

        .hero-accent-shape {
            position: absolute;
            top: -200px;
            right: -200px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, var(--naranja-civicus) 0%, transparent 70%);
            opacity: 0.08;
            border-radius: 50%;
        }

        .hero-accent-shape-2 {
            position: absolute;
            bottom: -300px;
            left: -200px;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, var(--azul-claro) 0%, transparent 70%);
            opacity: 0.15;
            border-radius: 50%;
        }

        .hero-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-text {
            max-width: 600px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(212, 128, 42, 0.15);
            border: 1px solid rgba(212, 128, 42, 0.3);
            color: var(--naranja-brillante);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 10px 18px;
            border-radius: 30px;
            margin-bottom: 30px;
        }

        .hero-badge::before {
            content: '';
            width: 8px;
            height: 8px;
            background: var(--naranja-civicus);
            border-radius: 50%;
        }

        .hero h1 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--blanco);
            line-height: 1.15;
            margin-bottom: 25px;
            letter-spacing: -1px;
        }

        .hero h1 span {
            color: var(--naranja-civicus);
        }

        .hero-subtitle {
            font-size: 1.25rem;
            color: rgba(255,255,255,0.75);
            margin-bottom: 40px;
            line-height: 1.7;
        }

        .hero-cta-group {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--naranja-civicus);
            color: var(--blanco);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            padding: 16px 32px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 128, 42, 0.3);
        }

        .btn-primary:hover {
            background: var(--naranja-hover);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(212, 128, 42, 0.4);
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: transparent;
            color: var(--blanco);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            padding: 16px 32px;
            border-radius: 8px;
            text-decoration: none;
            border: 2px solid rgba(255,255,255,0.3);
            transition: all 0.3s ease;
        }

        .btn-secondary:hover {
            border-color: var(--blanco);
            background: rgba(255,255,255,0.1);
        }

        .hero-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .stat-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            background: rgba(255,255,255,0.08);
            transform: translateY(-5px);
        }

        .stat-number {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 3rem;
            font-weight: 800;
            color: var(--naranja-civicus);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.9rem;
            color: rgba(255,255,255,0.7);
            font-weight: 500;
        }

        /* ========== CLIENTS BAR ========== */
        .clients-bar {
            background: var(--blanco);
            padding: 50px 60px;
            border-bottom: 1px solid #e5e7eb;
        }

        .clients-bar-inner {
            max-width: 1400px;
            margin: 0 auto;
        }

        .clients-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--gris-claro);
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 30px;
        }

        .clients-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }

        .client-logo {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--gris-texto);
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .client-logo:hover {
            opacity: 1;
        }

        /* ========== IMPACT NUMBERS SECTION ========== */
        .impact-numbers {
            padding: 100px 60px;
            background: linear-gradient(135deg, var(--azul-profundo) 0%, var(--azul-marino) 100%);
            position: relative;
            overflow: hidden;
        }

        .impact-numbers::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .impact-inner {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .impact-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .impact-header .section-label {
            color: var(--naranja-civicus);
        }

        .impact-header .section-title {
            color: var(--blanco);
        }

        .impact-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 25px;
        }

        .impact-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .impact-card:hover {
            background: rgba(255,255,255,0.1);
            transform: translateY(-5px);
            border-color: var(--naranja-civicus);
        }

        .impact-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto 20px;
            background: rgba(212, 128, 42, 0.2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .impact-icon svg {
            width: 26px;
            height: 26px;
            stroke: var(--naranja-civicus);
        }

        .impact-number {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--blanco);
            line-height: 1;
            margin-bottom: 8px;
        }

        .impact-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--naranja-brillante);
            margin-bottom: 8px;
        }

        .impact-detail {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.6);
            line-height: 1.4;
        }

        /* ========== SERVICES SECTION ========== */
        .services {
            padding: 120px 60px;
            background: var(--gris-bg);
        }

        .services-inner {
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 70px;
        }

        .section-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--naranja-civicus);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .section-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--azul-profundo);
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .section-subtitle {
            font-size: 1.15rem;
            color: var(--gris-texto);
            max-width: 600px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .service-card {
            background: var(--blanco);
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--naranja-civicus), var(--dorado));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.1);
        }

        .service-card:hover::before {
            transform: scaleX(1);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--azul-marino), var(--azul-profundo));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
        }

        .service-icon::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: -4px;
            width: 20px;
            height: 20px;
            background: var(--naranja-civicus);
            border-radius: 6px;
            opacity: 0.8;
        }

        .service-icon svg {
            width: 28px;
            height: 28px;
            stroke: var(--blanco);
            stroke-width: 2;
            fill: none;
        }

        .service-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--azul-profundo);
            margin-bottom: 12px;
        }

        .service-desc {
            font-size: 0.95rem;
            color: var(--gris-texto);
            line-height: 1.6;
        }

        /* ========== TEAM SECTION ========== */
        .team {
            padding: 120px 60px;
            background: var(--blanco);
        }

        .team-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .team-card {
            background: var(--gris-bg);
            border-radius: 20px;
            padding: 35px;
            display: flex;
            gap: 25px;
            transition: all 0.3s ease;
        }

        .team-card:hover {
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            transform: translateY(-5px);
        }

        .team-photo {
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, var(--azul-marino), var(--azul-profundo));
            border-radius: 16px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--blanco);
            position: relative;
        }

        .team-photo::after {
            content: '';
            position: absolute;
            bottom: -5px;
            right: -5px;
            width: 22px;
            height: 22px;
            background: var(--naranja-civicus);
            border-radius: 6px;
        }

        .team-info h3 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--azul-profundo);
            margin-bottom: 5px;
        }

        .team-role {
            font-size: 0.85rem;
            color: var(--naranja-civicus);
            font-weight: 600;
            margin-bottom: 12px;
        }

        .team-bio {
            font-size: 0.85rem;
            color: var(--gris-texto);
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .team-credentials {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .credential-tag {
            background: var(--blanco);
            font-size: 0.65rem;
            color: var(--azul-marino);
            padding: 4px 8px;
            border-radius: 4px;
            font-weight: 500;
        }

        /* ========== CLIENTS SECTION ========== */
        .clients-section {
            padding: 120px 60px;
            background: var(--blanco);
        }

        .clients-section-inner {
            max-width: 1400px;
            margin: 0 auto;
        }

        .clients-categories {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .client-category {
            background: var(--gris-bg);
            border-radius: 20px;
            padding: 35px;
        }

        .category-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--azul-profundo);
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--naranja-civicus);
            display: inline-block;
        }

        .category-logos {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .client-item {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .client-name {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--azul-marino);
        }

        .client-desc {
            font-size: 0.8rem;
            color: var(--gris-texto);
            line-height: 1.4;
        }

        /* ========== PROJECTS SECTION ========== */
        .projects-section {
            padding: 120px 60px;
            background: linear-gradient(180deg, var(--gris-bg) 0%, var(--blanco) 100%);
        }

        .projects-inner {
            max-width: 1400px;
            margin: 0 auto;
        }

        .projects-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 50px;
        }

        .project-card {
            background: var(--blanco);
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

        .project-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, var(--naranja-civicus), var(--dorado));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .project-card:hover::before {
            opacity: 1;
        }

        .project-card.featured {
            grid-column: span 2;
            background: linear-gradient(135deg, var(--azul-profundo) 0%, var(--azul-marino) 100%);
        }

        .project-card.featured .project-tag {
            background: rgba(212, 128, 42, 0.3);
            color: var(--naranja-brillante);
        }

        .project-card.featured .project-title {
            color: var(--blanco);
            font-size: 1.4rem;
        }

        .project-card.featured .project-client {
            color: var(--naranja-brillante);
        }

        .project-card.featured .project-desc {
            color: rgba(255,255,255,0.8);
        }

        .project-card.featured .project-year {
            color: rgba(255,255,255,0.6);
        }

        .project-card.featured::before {
            display: none;
        }

        .project-tag {
            display: inline-block;
            background: rgba(212, 128, 42, 0.12);
            color: var(--naranja-civicus);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 6px 12px;
            border-radius: 20px;
            margin-bottom: 15px;
            align-self: flex-start;
        }

        .project-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--azul-profundo);
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .project-client {
            font-size: 0.85rem;
            color: var(--naranja-civicus);
            font-weight: 600;
            margin-bottom: 12px;
        }

        .project-desc {
            font-size: 0.9rem;
            color: var(--gris-texto);
            line-height: 1.6;
            flex-grow: 1;
            margin-bottom: 15px;
        }

        .project-year {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.75rem;
            color: var(--gris-claro);
            font-weight: 600;
            margin-top: auto;
        }

        .projects-cta {
            text-align: center;
            padding: 40px;
            background: var(--gris-bg);
            border-radius: 16px;
        }

        .projects-cta p {
            font-size: 1.05rem;
            color: var(--gris-texto);
            margin-bottom: 20px;
        }

        .btn-secondary-dark {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--azul-profundo);
            color: var(--blanco);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            padding: 14px 28px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-secondary-dark:hover {
            background: var(--azul-marino);
            transform: translateY(-2px);
        }

        /* ========== ABOUT SECTION ========== */
        .about {
            padding: 120px 60px;
            background: var(--gris-bg);
        }

        .about-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: center;
        }

        .about-visual {
            position: relative;
        }

        .about-image-main {
            background: linear-gradient(135deg, var(--azul-marino), var(--azul-profundo));
            border-radius: 20px;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .about-image-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .about-image-main .placeholder-text {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: rgba(255,255,255,0.3);
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .about-accent-card {
            position: absolute;
            bottom: -30px;
            right: -30px;
            background: var(--naranja-civicus);
            border-radius: 16px;
            padding: 30px;
            color: var(--blanco);
            box-shadow: 0 15px 40px rgba(212, 128, 42, 0.3);
        }

        .about-accent-card .number {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 3rem;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 5px;
        }

        .about-accent-card .label {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .about-content .section-label {
            text-align: left;
        }

        .about-content .section-title {
            text-align: left;
            font-size: 2.5rem;
            margin-bottom: 25px;
        }

        .about-text {
            font-size: 1.05rem;
            color: var(--gris-texto);
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .about-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 35px;
        }

        .about-feature {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .about-feature-icon {
            width: 24px;
            height: 24px;
            background: rgba(212, 128, 42, 0.15);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .about-feature-icon svg {
            width: 14px;
            height: 14px;
            stroke: var(--naranja-civicus);
            stroke-width: 3;
            fill: none;
        }

        .about-feature span {
            font-size: 0.95rem;
            color: var(--azul-profundo);
            font-weight: 500;
        }

        /* ========== CTA SECTION ========== */
        .cta-section {
            padding: 100px 60px;
            background: linear-gradient(135deg, var(--azul-profundo) 0%, var(--azul-marino) 100%);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, var(--naranja-civicus) 0%, transparent 70%);
            opacity: 0.1;
        }

        .cta-inner {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .cta-section .section-title {
            color: var(--blanco);
            margin-bottom: 20px;
        }

        .cta-section .section-subtitle {
            color: rgba(255,255,255,0.7);
            margin-bottom: 40px;
        }

        /* ========== FOOTER ========== */
        .footer {
            background: var(--azul-profundo);
            padding: 80px 60px 40px;
        }

        .footer-inner {
            max-width: 1400px;
            margin: 0 auto;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            padding-bottom: 60px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .footer-brand .logo {
            margin-bottom: 20px;
        }

        .footer-brand p {
            font-size: 0.95rem;
            color: rgba(255,255,255,0.6);
            line-height: 1.7;
            max-width: 300px;
        }

        .footer-column h4 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--blanco);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 25px;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column ul li a {
            font-size: 0.9rem;
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-column ul li a:hover {
            color: var(--naranja-civicus);
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 40px;
        }

        .footer-bottom p {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.4);
        }

        .footer-social {
            display: flex;
            gap: 15px;
        }

        .footer-social a {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .footer-social a:hover {
            background: var(--naranja-civicus);
        }

        .footer-social a svg {
            width: 18px;
            height: 18px;
            fill: var(--blanco);
        }

        /* ========== RESPONSIVE ========== */
        @media (max-width: 1200px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }

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

            .clients-categories {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .projects-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .project-card.featured {
                grid-column: span 2;
            }

            .impact-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 992px) {
            .impact-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .hero-content {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .hero h1 {
                font-size: 2.8rem;
            }

            .about-inner {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .about-visual {
                order: -1;
            }

            .about-image-main {
                height: 350px;
            }
        }

        @media (max-width: 768px) {
            .navbar {
                padding: 0 25px;
            }

            .nav-links {
                display: none;
            }

            .hero {
                padding: 120px 25px 60px;
            }

            .hero h1 {
                font-size: 2.2rem;
            }

            .hero-stats {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .services,
            .about,
            .team,
            .clients-section,
            .projects-section,
            .impact-numbers,
            .cta-section {
                padding: 80px 25px;
            }

            .section-title {
                font-size: 2rem;
            }

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

            .about-features {
                grid-template-columns: 1fr;
            }

            .team-card {
                flex-direction: column;
                text-align: center;
            }

            .team-photo {
                margin: 0 auto;
            }

            .team-credentials {
                justify-content: center;
            }

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

            .project-card.featured {
                grid-column: span 1;
            }

            .impact-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .impact-card {
                padding: 20px 15px;
            }

            .impact-number {
                font-size: 2.2rem;
            }

            .impact-label {
                font-size: 0.8rem;
            }

            .impact-detail {
                font-size: 0.7rem;
            }

            .footer {
                padding: 60px 25px 30px;
            }

            .footer-top {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .clients-bar {
                padding: 40px 25px;
            }

            .clients-logos {
                gap: 25px;
            }

            .client-logo {
                font-size: 0.85rem;
            }
        }

        /* ========== ANIMATIONS ========== */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-text {
            animation: fadeInUp 0.8s ease forwards;
        }

        .hero-stats {
            animation: fadeInUp 0.8s ease 0.2s forwards;
            opacity: 0;
            animation-fill-mode: forwards;
        }

        .stat-card {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .stat-card:nth-child(1) { animation-delay: 0.3s; }
        .stat-card:nth-child(2) { animation-delay: 0.4s; }
        .stat-card:nth-child(3) { animation-delay: 0.5s; }
        .stat-card:nth-child(4) { animation-delay: 0.6s; }