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

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: rgba(46, 52, 57, 0.85);
            background-color: #FFFFFF;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ===== NAVBAR ===== */
        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            height: 90px;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(242, 200, 17, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 40px;
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .navbar.scrolled {
            background: rgba(255, 255, 255, 0.97);
            backdrop-filter: blur(15px);
            box-shadow: 0 4px 30px rgba(242, 200, 17, 0.1);
            height: 76px;
            padding: 0 40px;
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            z-index: 1001;
        }

        .logo-svg {
            display: flex;
            align-items: center;
        }

        .logo-svg svg, .logo-svg img {
            height: 58px;
            width: auto;
        }

        .navbar.scrolled .logo-svg svg, .navbar.scrolled .logo-svg img {
            height: 50px;
            transition: height 0.3s ease;
        }

        .logo8-nav .flow {
            stroke-dasharray: 80;
            stroke-dashoffset: 80;
            animation: l8-flowDraw 1s ease-out forwards;
        }

        .logo8-nav .flow:nth-child(1) {
            animation-delay: 0.1s;
        }

        .logo8-nav .flow:nth-child(2) {
            animation-delay: 0.3s;
        }

        .logo8-nav .flow:nth-child(3) {
            animation-delay: 0.5s;
        }

        .logo8-nav .f-dot {
            animation: l8-nodeAppear 0.3s ease-out forwards;
            opacity: 0;
            transform: scale(0);
        }

        .logo8-nav .f-dot:nth-child(4) {
            animation-delay: 0.7s;
        }

        .logo8-nav .f-dot:nth-child(5) {
            animation-delay: 0.85s;
        }

        .logo8-nav .f-dot:nth-child(6) {
            animation-delay: 1.0s;
        }

        .logo8-nav .f-text {
            animation: l8-fadeUp 0.6s ease-out forwards;
            opacity: 0;
        }

        .logo8-nav .f-text:nth-child(7) {
            animation-delay: 1.15s;
        }

        .logo8-nav .f-text:nth-child(8) {
            animation-delay: 1.35s;
        }

        .logo8-nav .f-dot-end {
            animation: l8-nodeAppear 0.3s ease-out 1.5s forwards;
            opacity: 0;
            transform: scale(0);
        }

        .logo8-nav .particle {
            animation: l8-particleFlow 2.5s ease-in-out 2.5s infinite;
            opacity: 0;
        }

        .logo8-nav .particle:nth-child(10) {
            animation-delay: 2.7s;
        }

        .logo8-nav .particle:nth-child(11) {
            animation-delay: 2.9s;
        }

        @keyframes l8-flowDraw {
            to {
                stroke-dashoffset: 0;
            }
        }

        @keyframes l8-nodeAppear {
            0% {
                opacity: 0;
                transform: scale(0);
            }
            70% {
                transform: scale(1.3);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes l8-fadeUp {
            0% {
                opacity: 0;
                transform: translateY(12px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes l8-particleFlow {
            0% {
                opacity: 0;
                offset-distance: 0%;
            }
            15% {
                opacity: 1;
            }
            85% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                offset-distance: 100%;
            }
        }

        /* ── FD Logo — Pulso Digital ── */
        .fd-logo-anim .fd-node-1 { transform-box:fill-box; transform-origin:center; animation:fdaPulse 2s ease-in-out 0s infinite; }
        .fd-logo-anim .fd-node-2 { transform-box:fill-box; transform-origin:center; animation:fdaPulse 2s ease-in-out 0.35s infinite; }
        .fd-logo-anim .fd-node-3 { transform-box:fill-box; transform-origin:center; animation:fdaPulse 2s ease-in-out 0.7s infinite; }
        .fd-logo-anim .fd-f { animation:fdaGlow 3.5s ease-in-out 0s infinite; }
        .fd-logo-anim .fd-d { animation:fdaGlow 3.5s ease-in-out 1.75s infinite; }
        .fd-logo-anim .fd-tdot-nav { animation:fdaTravNav 2.4s linear infinite; }
        .fd-logo-anim .fd-tdot-ft  { animation:fdaTravFt  2.4s linear infinite; }
        @keyframes fdaPulse { 0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.5);opacity:1} }
        @keyframes fdaGlow  { 0%,100%{opacity:.75} 50%{opacity:1} }
        @keyframes fdaTravNav {
            0%   { transform:translate(14px,70px); opacity:0; }
            8%   { opacity:.9; }
            92%  { opacity:.9; }
            100% { transform:translate(60px,14px); opacity:0; }
        }
        @keyframes fdaTravFt {
            0%   { transform:translate(16px,80px); opacity:0; }
            8%   { opacity:.9; }
            92%  { opacity:.9; }
            100% { transform:translate(68px,15px); opacity:0; }
        }

        /* Logo animado (navbar + footer): entrada + brillo ambar respirando */
        .logo-anim {
            animation: logoIntro 0.9s cubic-bezier(.2,.8,.2,1) both,
                       logoGlow 3.2s ease-in-out 1s infinite;
        }
        @keyframes logoIntro {
            0%   { opacity: 0; transform: scale(0.88) translateY(6px); }
            100% { opacity: 1; transform: scale(1) translateY(0); }
        }
        @keyframes logoGlow {
            0%, 100% { filter: drop-shadow(0 0 0px rgba(242, 200, 17, 0)); }
            50%      { filter: drop-shadow(0 0 7px rgba(242, 200, 17, 0.55)); }
        }
        @media (prefers-reduced-motion: reduce) {
            .logo-anim { animation: none; }
        }

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

        .nav-links a {
            color: rgba(46, 52, 57, 0.85);
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: color 0.3s ease;
            letter-spacing: 0.5px;
        }

        .nav-links a:hover {
            color: #F2C811;
        }

        .nav-social {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-left: 30px;
            border-left: 1px solid rgba(242, 200, 17, 0.2);
            padding-left: 30px;
        }

        .nav-social a {
            color: rgba(46, 52, 57, 0.6);
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .nav-social a:hover {
            color: #F2C811;
        }

        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 6px;
        }

        .hamburger span {
            width: 25px;
            height: 2px;
            background: #F2C811;
            transition: all 0.3s ease;
        }

        /* ===== HERO SECTION ===== */
        .hero {
            margin-top: 90px;
            min-height: 100vh;
            background: linear-gradient(135deg, #FFFFFF 0%, rgba(242, 200, 17, 0.06) 45%, rgba(46, 52, 57, 0.05) 100%);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(242, 200, 17, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            top: 50%;
            left: 10%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }

        .hero::after {
            content: '';
            position: absolute;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(185, 128, 13, 0.03) 0%, transparent 70%);
            border-radius: 50%;
            bottom: -200px;
            right: -100px;
            pointer-events: none;
        }

        .hero .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 60px;
            position: relative;
            z-index: 2;
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .hero-content h1 {
            font-size: 64px;
            font-weight: 700;
            line-height: 1.2;
            margin-top: 20px;
            margin-bottom: 20px;
            color: #2E3439;
            letter-spacing: -1px;
        }

        .hero-content h1 .highlight {
            color: #F2C811;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(242, 200, 17, 0.1);
            border: 1px solid rgba(242, 200, 17, 0.3);
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 14px;
            color: #F2C811;
            margin-bottom: 20px;
            animation: pulse-badge 2s ease-in-out infinite;
        }

        @keyframes pulse-badge {
            0%, 100% {
                background: rgba(242, 200, 17, 0.1);
            }
            50% {
                background: rgba(242, 200, 17, 0.15);
            }
        }

        .pulse-dot {
            width: 8px;
            height: 8px;
            background: #F2C811;
            border-radius: 50%;
            animation: pulse-dot 2s ease-in-out infinite;
        }

        @keyframes pulse-dot {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.5);
                opacity: 0.5;
            }
        }

        .hero-subtitle {
            font-size: 18px;
            color: rgba(46, 52, 57, 0.65);
            margin-bottom: 40px;
            line-height: 1.8;
            max-width: 500px;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #F2C811;
            color: #2E3439;
            padding: 14px 32px;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .cta-button:hover {
            background: #CBA50D;
            transform: translateX(4px);
        }

        .hero-microcopy {
            margin-top: 16px;
            font-size: 13px;
            color: rgba(46, 52, 57, 0.55);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hero-microcopy i {
            color: #F2C811;
        }

        .hero-visual {
            position: relative;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* ===== ANIMATED SVG VISUALIZATION ===== */
        .data-viz {
            width: 100%;
            height: 100%;
            filter: drop-shadow(0 20px 60px rgba(242, 200, 17, 0.2));
        }

        /* ===== FLOATING PARTICLES ===== */
        .particle-bg {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #F2C811;
            border-radius: 50%;
            pointer-events: none;
        }

        /* ===== TRUST BAR ===== */
        .trust-bar {
            background: #FFFFFF;
            padding: 28px 0;
            border-bottom: 1px solid rgba(242, 200, 17, 0.15);
        }

        .trust-bar-label {
            text-align: center;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(46, 52, 57, 0.45);
            margin-bottom: 18px;
        }

        .trust-bar-items {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px 36px;
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #2E3439;
        }

        .trust-item i {
            color: #F2C811;
            font-size: 17px;
        }

        /* ===== SERVICES SECTION ===== */
        .services {
            background: #2E3439;
            padding: 100px 0;
            position: relative;
        }

        .section-title {
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 60px;
            color: #FFFFFF;
            letter-spacing: -0.5px;
        }

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

        .service-card {
            background: #FFFFFF;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            position: relative;
            border-top: 4px solid transparent;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 4px;
            background: #F2C811;
            transition: width 0.4s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(242, 200, 17, 0.15);
        }

        .service-card:hover::before {
            width: 100%;
        }

        .service-icon {
            width: 70px;
            height: 70px;
            background: #F2C811;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
            color: #2E3439;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-icon {
            background: #CBA50D;
            transform: scale(1.1);
        }

        .service-category {
            color: #F2C811;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .service-card h3 {
            font-size: 20px;
            color: #2E3439;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .service-card p {
            color: rgba(46, 52, 57, 0.65);
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .service-problem {
            color: #2E3439 !important;
            font-weight: 600;
            font-size: 14px !important;
            margin-bottom: 10px !important;
            font-style: italic;
        }

        .service-card-featured {
            border: 2px solid #F2C811;
        }

        .service-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            background: #F2C811;
            color: #2E3439;
            font-size: 10.5px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 5px 12px;
            border-radius: 20px;
            white-space: nowrap;
        }

        .service-link {
            color: #F2C811;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: gap 0.3s ease;
        }

        .service-link:hover {
            gap: 12px;
        }

        /* ===== WHY FREEDATA SECTION ===== */
        .why-section {
            background: #FFFFFF;
            padding: 100px 0;
            position: relative;
        }

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

        .why-subtitle {
            color: #F2C811;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .why-heading {
            font-size: 42px;
            color: #2E3439;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.5px;
        }

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

        .pillar-card {
            background: #FFFFFF;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
        }

        .pillar-card:hover {
            transform: translateY(-10px);
            background: #FFFFFF;
        }

        .pillar-icon {
            width: 60px;
            height: 60px;
            background: #F2C811;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 24px;
            color: #2E3439;
        }

        .pillar-card h3 {
            font-size: 18px;
            color: #2E3439;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .pillar-card p {
            color: rgba(46, 52, 57, 0.65);
            font-size: 14px;
            line-height: 1.6;
        }

        /* ===== PROCESO / COMO TRABAJAMOS ===== */
        .process-section {
            background: #FAFAFA;
            padding: 100px 0;
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
            position: relative;
        }

        .process-card {
            background: #FFFFFF;
            border-radius: 12px;
            padding: 35px 25px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            position: relative;
        }

        .process-number {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #F2C811;
            color: #2E3439;
            font-weight: 800;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .process-card h3 {
            font-size: 17px;
            color: #2E3439;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .process-card p {
            font-size: 13.5px;
            color: rgba(46, 52, 57, 0.6);
            line-height: 1.6;
        }

        /* ===== DASHBOARD REAL (PUBLISH TO WEB) ===== */
        .live-dashboard-section {
            background: #FFFFFF;
            padding: 100px 0;
        }

        .live-dashboard-desc {
            max-width: 680px;
            margin: 0 auto;
            text-align: center;
            font-size: 16px;
            color: rgba(46, 52, 57, 0.65);
            line-height: 1.7;
        }

        .live-dashboard-desc strong {
            color: #2E3439;
        }

        .live-dashboard-frame {
            max-width: 960px;
            margin: 45px auto 0;
            position: relative;
            width: 100%;
            aspect-ratio: 8 / 5;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(46, 52, 57, 0.15);
            border: 1px solid rgba(46, 52, 57, 0.1);
            background: #f5f5f5;
        }

        .live-dashboard-frame iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .live-dashboard-cta {
            text-align: center;
            margin-top: 40px;
        }

        /* ===== TRAINING / CAPACITACIONES ===== */
        .training {
            padding: 100px 0;
            background: #2E3439;
            position: relative;
            overflow: hidden;
        }

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

        .training-header .section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(242, 200, 17, 0.12);
            border: 1px solid rgba(242, 200, 17, 0.3);
            color: #F2C811;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            padding: 8px 20px;
            border-radius: 50px;
            margin-bottom: 20px;
        }

        .training-header h2 {
            font-size: 2.6rem;
            font-weight: 900;
            color: #FFFFFF;
            margin-bottom: 14px;
            letter-spacing: 1px;
        }

        .training-header h2 span {
            color: #CBA50D;
        }

        .training-header p {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.65);
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .training-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: start;
        }

        /* Left: Course cards */
        .training-courses {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .course-card {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 32px 30px;
            border: 1px solid rgba(46, 52, 57, 0.12);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .course-card::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, #F2C811, #CBA50D);
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.4s ease;
        }

        .course-card:hover::before {
            transform: scaleY(1);
        }

        .course-card:hover {
            transform: translateX(6px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.07);
            border-color: rgba(242, 200, 17, 0.2);
        }

        .course-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }

        .course-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 20px;
        }

        .course-badge.personas {
            background: rgba(242, 200, 17, 0.12);
            color: #CBA50D;
        }

        .course-badge.empresas {
            background: rgba(46, 52, 57, 0.06);
            color: #2E3439;
        }

        .course-badge.avanzado {
            background: rgba(185, 128, 13, 0.12);
            color: #CBA50D;
        }

        .course-duration {
            font-size: 0.8rem;
            color: rgba(46, 52, 57, 0.5);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .course-card h4 {
            font-size: 1.15rem;
            font-weight: 800;
            color: #2E3439;
            margin-bottom: 10px;
        }

        .course-card p {
            font-size: 0.9rem;
            color: rgba(46, 52, 57, 0.6);
            line-height: 1.65;
            margin-bottom: 16px;
        }

        .course-modules {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .course-modules span {
            font-size: 0.72rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 6px;
            background: #FFFFFF;
            color: rgba(46, 52, 57, 0.75);
            letter-spacing: 0.5px;
        }

        /* Right: Benefits + CTA */
        .training-info {
            position: sticky;
            top: 120px;
        }

        .training-audiences {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 32px;
        }

        .audience-card {
            background: #FFFFFF;
            border-radius: 14px;
            padding: 28px 22px;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
            outline: none;
        }

        .audience-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.15);
        }

        .audience-card.active {
            border-color: #F2C811;
            background: #FCF7EC;
            transform: translateY(-4px);
        }

        .audience-card.active h5 {
            color: #2E3439;
        }

        .audience-card.active p {
            color: rgba(46, 52, 57, 0.65);
        }

        .audience-card.active .audience-icon {
            background: rgba(242, 200, 17,0.25);
        }

        .course-card {
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .course-card.hidden {
            display: none;
        }

        .audience-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(242, 200, 17, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
            font-size: 1.2rem;
            color: #F2C811;
        }

        .audience-card h5 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #2E3439;
            margin-bottom: 6px;
        }

        .audience-card p {
            font-size: 0.78rem;
            color: rgba(46,52,57,0.55);
            line-height: 1.5;
        }

        .training-features {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 32px;
        }

        .training-feature {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 18px;
            background: #FFFFFF;
            border-radius: 12px;
            border: 1px solid rgba(46, 52, 57, 0.12);
        }

        .training-feature .feat-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: rgba(242, 200, 17, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            color: #CBA50D;
            flex-shrink: 0;
        }

        .training-feature .feat-text {
            font-size: 0.88rem;
            font-weight: 600;
            color: #2E3439;
        }

        .training-cta-box {
            background: #FFFFFF;
            border-radius: 16px;
            padding: 32px;
            text-align: center;
        }

        .training-cta-box h4 {
            color: #2E3439;
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .training-cta-box p {
            color: rgba(46,52,57,0.6);
            font-size: 0.85rem;
            margin-bottom: 20px;
        }

        .btn-training {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #F2C811;
            color: #2E3439;
            padding: 14px 32px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .btn-training:hover {
            background: #CBA50D;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(242, 200, 17, 0.3);
        }

        @media (max-width: 1024px) {
            .training-layout { grid-template-columns: 1fr; }
            .training-info { position: static; }
        }

        @media (max-width: 768px) {
            .training { padding: 70px 0; }
            .training-header h2 { font-size: 2rem; }
            .training-audiences { grid-template-columns: 1fr; }
        }

        /* ===== METRICS SECTION ===== */
        .achievements {
            background: #FFFFFF;
            padding: 80px 0;
            position: relative;
            border-top: 1px solid rgba(46, 52, 57, 0.1);
            border-bottom: 1px solid rgba(46, 52, 57, 0.1);
        }

        .achievements .section-title {
            color: #2E3439;
        }

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

        .achievement-card {
            text-align: center;
            padding: 10px;
        }

        .achievement-icon {
            width: 60px;
            height: 60px;
            background: rgba(242, 200, 17, 0.12);
            color: #F2C811;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin: 0 auto 18px;
        }

        .achievement-card h4 {
            font-size: 15px;
            color: #2E3439;
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .achievement-card p {
            font-size: 13px;
            color: rgba(46, 52, 57, 0.6);
            line-height: 1.6;
        }

        /* ===== TEAM SECTION ===== */
        .team {
            background: #2E3439;
            padding: 100px 0;
            position: relative;
        }

        .team-title {
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 60px;
            color: #FFFFFF;
            letter-spacing: -0.5px;
        }

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

        .team-card {
            background: #FFFFFF;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            position: relative;
            border: 1px solid rgba(46, 52, 57, 0.1);
            box-shadow: 0 4px 20px rgba(46, 52, 57, 0.05);
            transition: all 0.4s ease;
            overflow: hidden;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(242, 200, 17, 0.15) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            border-radius: 12px;
            pointer-events: none;
        }

        .team-card:hover {
            transform: translateY(-12px);
            border-color: rgba(242, 200, 17, 0.4);
            box-shadow: 0 20px 60px rgba(242, 200, 17, 0.15);
        }

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

        .team-avatar {
            width: 130px;
            height: 130px;
            background: linear-gradient(135deg, #F2C811 0%, #CBA50D 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 36px;
            color: #2E3439;
            font-weight: 700;
            letter-spacing: 2px;
            overflow: hidden;
            border: 3px solid #F2C811;
            box-shadow: 0 4px 20px rgba(242, 200, 17,0.2);
        }

        .team-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .team-name {
            font-size: 18px;
            color: #2E3439;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .team-role {
            color: #F2C811;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .team-description {
            color: rgba(46, 52, 57, 0.6);
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .team-social {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .team-social a {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(242, 200, 17, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F2C811;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .team-social a:hover {
            background: #F2C811;
            color: #2E3439;
            transform: scale(1.1);
        }

        /* ===== VALUES SECTION ===== */
        .values {
            background: #FFFFFF;
            padding: 100px 0;
            position: relative;
        }

        .values-title {
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 60px;
            color: #2E3439;
            letter-spacing: -0.5px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 30px;
            text-align: center;
        }

        .value-item {
            padding: 20px;
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            transition: background 0.3s ease;
        }

        .value-item:hover {
            background: rgba(242, 200, 17, 0.06);
        }

        .value-icon {
            width: 80px;
            height: 80px;
            background: rgba(242, 200, 17, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 32px;
            color: #F2C811;
            transition: all 0.3s ease;
        }

        .value-item:hover .value-icon {
            background: rgba(242, 200, 17, 0.3);
            transform: scale(1.1);
        }

        .value-item h3 {
            font-size: 16px;
            color: #2E3439;
            font-weight: 600;
        }

        .value-desc {
            font-size: 13px;
            color: rgba(46, 52, 57, 0.75);
            line-height: 1.5;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
            margin-top: 0;
        }

        .value-item:hover .value-desc {
            max-height: 100px;
            opacity: 1;
            margin-top: 10px;
        }

        /* ===== CTA AGENDAR SECTION ===== */
        .cta-agendar {
            background: #FFFFFF;
            padding: 60px 0;
            position: relative;
        }

        .cta-agendar .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .cta-agendar-content h2 {
            font-size: 48px;
            color: #2E3439;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .cta-agendar-content p {
            color: rgba(46, 52, 57, 0.65);
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .cta-button-dark {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #2E3439;
            color: white;
            padding: 16px 36px;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .cta-button-dark:hover {
            background: #2E3439;
            transform: translateX(4px);
        }

        .cta-agendar-button {
            text-align: right;
        }

        .cta-agendar-microcopy {
            margin-top: 14px;
            font-size: 13px;
            color: rgba(46, 52, 57, 0.5);
            text-align: right;
        }

        /* ===== ABOUT SECTION ===== */
        .about {
            background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 100%);
            padding: 100px 0;
            position: relative;
            text-align: center;
        }

        .about .container {
            max-width: 700px;
        }

        .about h2 {
            font-size: 56px;
            color: #F2C811;
            font-weight: 700;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        .about p {
            font-size: 16px;
            color: rgba(46, 52, 57, 0.7);
            line-height: 1.9;
            margin-bottom: 40px;
        }

        .cta-button-pill {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: transparent;
            color: #F2C811;
            padding: 14px 40px;
            border: 2px solid #F2C811;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .cta-button-pill:hover {
            background: #F2C811;
            color: #2E3439;
        }

        /* ===== FAQ SECTION ===== */
        .faq-section {
            background: #FFFFFF;
            padding: 100px 0;
        }

        .faq-list {
            max-width: 800px;
            margin: 50px auto 0;
        }

        .faq-item {
            border-bottom: 1px solid rgba(46, 52, 57, 0.12);
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 22px 4px;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            color: #2E3439;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
        }

        .faq-question i {
            color: #F2C811;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 16px;
        }

        .faq-question.active i {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease, padding 0.35s ease;
        }

        .faq-answer p {
            padding: 0 4px 22px;
            color: rgba(46, 52, 57, 0.65);
            font-size: 14.5px;
            line-height: 1.7;
        }

        /* ===== COMMUNITY SECTION ===== */
        .community {
            background: #2E3439;
            padding: 80px 0;
            position: relative;
        }

        .community-card {
            background: #FFFFFF;
            border: 1px solid rgba(46, 52, 57, 0.15);
            box-shadow: 0 4px 20px rgba(46, 52, 57, 0.06);
            padding: 60px;
            border-radius: 12px;
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        .community-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(242, 200, 17, 0.2);
            border: 1px solid rgba(242, 200, 17, 0.4);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 12px;
            color: #F2C811;
            margin-bottom: 20px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .community-card h2 {
            font-size: 36px;
            color: #2E3439;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .community-card p {
            color: rgba(46, 52, 57, 0.7);
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .community-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #F2C811;
            color: #2E3439;
            padding: 14px 40px;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
        }

        .community-cta:hover {
            background: #CBA50D;
            transform: translateY(-2px);
        }

        .community-note {
            color: rgba(46, 52, 57, 0.55);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
        }

        /* ===== CONTACT SECTION ===== */
        .contact {
            background: #FFFFFF;
            padding: 100px 0;
            position: relative;
        }

        .contact-title {
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #2E3439;
            letter-spacing: -0.5px;
        }

        .contact-subtitle {
            text-align: center;
            color: rgba(46, 52, 57, 0.65);
            font-size: 16px;
            margin-bottom: 50px;
        }

        .contact-form {
            max-width: 600px;
            margin: 0 auto;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-row.full {
            grid-template-columns: 1fr;
        }

        .contact-form label {
            color: #2E3439;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .contact-form input,
        .contact-form textarea {
            padding: 14px 16px;
            border: 1px solid rgba(46, 52, 57, 0.35);
            border-radius: 6px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            background: #FFFFFF;
            color: #2E3439;
            transition: all 0.3s ease;
        }

        .contact-form input:focus,
        .contact-form textarea:focus {
            outline: none;
            border-color: #F2C811;
            box-shadow: 0 0 0 3px rgba(242, 200, 17, 0.1);
        }

        .contact-form textarea {
            resize: vertical;
            min-height: 120px;
        }

        .contact-submit {
            width: 100%;
            padding: 16px;
            background: #2E3439;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            margin-top: 20px;
        }

        .contact-submit:hover {
            background: #2E3439;
            transform: translateY(-2px);
        }

        /* ===== FOOTER ===== */
        .footer {
            background: #2E3439;
            border-top: 1px solid rgba(242, 200, 17, 0.15);
            padding: 60px 0 30px;
            position: relative;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-bottom: 40px;
            align-items: start;
        }

        .footer-logo-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .footer-logo-svg {
            display: flex;
            align-items: center;
        }

        .footer-logo-svg svg, .footer-logo-svg img {
            height: 65px;
            width: auto;
        }

        .footer-logo-svg .flow {
            stroke-dasharray: 80;
            stroke-dashoffset: 0;
        }

        .footer-logo-svg .f-dot,
        .footer-logo-svg .f-dot-end {
            opacity: 1;
            transform: scale(1);
        }

        .footer-logo-svg .f-text {
            opacity: 1;
            transform: translateY(0);
        }

        .footer-logo-svg .particle {
            animation: l8-particleFlow 2.5s ease-in-out infinite;
            opacity: 0;
        }

        .footer-logo-svg .particle:nth-child(10) {
            animation-delay: 0.3s;
        }

        .footer-logo-svg .particle:nth-child(11) {
            animation-delay: 0.6s;
        }

        .footer-tagline {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            line-height: 1.7;
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .footer-contact-item i {
            color: #F2C811;
            margin-top: 4px;
            font-size: 18px;
        }

        .footer-contact-label {
            font-size: 12px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 4px;
        }

        .footer-contact-value {
            color: rgba(255, 255, 255, 0.8);
            font-size: 15px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-contact-value:hover {
            color: #F2C811;
        }

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

        .footer-social a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(242, 200, 17, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F2C811;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-social a:hover {
            background: #F2C811;
            color: #2E3439;
            transform: translateY(-3px);
        }

        .footer-bottom {
            border-top: 1px solid rgba(242, 200, 17, 0.15);
            padding-top: 30px;
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 13px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
        }

        .visit-counter {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(242, 200, 17, 0.08);
            border: 1px solid rgba(242, 200, 17, 0.15);
            border-radius: 30px;
            padding: 6px 16px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.55);
            letter-spacing: 0.5px;
        }

        .visit-counter i {
            color: #F2C811;
            font-size: 11px;
        }

        .visit-counter-number {
            color: #F2C811;
            font-weight: 700;
            font-size: 13px;
        }

        /* ===== WHATSAPP BUTTON ===== */
        .whatsapp-button {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            font-size: 28px;
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
            transition: all 0.3s ease;
            z-index: 999;
        }

        .whatsapp-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
        }

        /* ===== FADE UP ANIMATION ===== */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
        }

        .fade-up.visible {
            animation: fadeUpAnim 0.7s ease-out forwards;
        }

        @keyframes fadeUpAnim {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .nav-links {
                gap: 25px;
            }

            .hero .container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .hero-content h1 {
                font-size: 48px;
            }

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

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

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

            .cta-agendar .container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cta-agendar-button {
                text-align: left;
            }

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

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

            .navbar.scrolled {
                height: 76px;
                padding: 0 20px;
            }

            .nav-links {
                display: none;
            }

            .nav-social {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .nav-links.active {
                display: flex;
                position: absolute;
                top: 76px;
                left: 0;
                right: 0;
                background: rgba(255, 255, 255, 0.97);
                flex-direction: column;
                padding: 30px;
                gap: 20px;
                border-bottom: 1px solid rgba(242, 200, 17, 0.1);
                z-index: 999;
            }

            .nav-social.active {
                display: flex;
                border: none;
                padding: 20px 30px;
                position: absolute;
                top: auto;
                bottom: 0;
                background: rgba(255, 255, 255, 0.97);
            }

            .hero {
                margin-top: 76px;
                min-height: 90vh;
            }

            .hero .container {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .hero-content h1 {
                font-size: 36px;
            }

            .hero-visual {
                height: 350px;
            }

            .section-title,
            .team-title,
            .values-title,
            .contact-title {
                font-size: 36px;
                margin-bottom: 40px;
            }

            .services-grid,
            .pillars-grid,
            .team-grid,
            .values-grid {
                grid-template-columns: 1fr;
            }

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

            .form-row {
                grid-template-columns: 1fr;
            }

            .cta-agendar-content h2 {
                font-size: 32px;
            }

            .about h2 {
                font-size: 36px;
            }

            .community-card {
                padding: 40px;
            }

            .community-card h2 {
                font-size: 28px;
            }

            .whatsapp-button {
                bottom: 20px;
                right: 20px;
                width: 55px;
                height: 55px;
                font-size: 24px;
            }

            .hero-subtitle {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .hero-content h1 {
                font-size: 28px;
            }

            .section-title,
            .team-title,
            .values-title,
            .contact-title {
                font-size: 28px;
            }

            .cta-agendar-content h2 {
                font-size: 24px;
            }

            .about h2 {
                font-size: 28px;
            }

            .achievements,
            .process-section {
                padding: 50px 0;
            }

            .achievements-grid,
            .process-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .services,
            .why-section,
            .process-section,
            .live-dashboard-section,
            .team,
            .values,
            .cta-agendar,
            .about,
            .community,
            .contact,
            .footer {
                padding: 60px 0;
            }

            .service-card,
            .pillar-card,
            .team-card {
                padding: 30px 20px;
            }

            .navbar {
                height: 68px;
                padding: 0 15px;
            }

            .logo-svg svg, .logo-svg img {
                height: 44px;
            }

            .navbar.scrolled {
                height: 68px;
                padding: 0 15px;
            }

            .navbar.scrolled .logo-svg svg, .navbar.scrolled .logo-svg img {
                height: 38px;
            }

            .nav-links.active {
                top: 68px;
                padding: 20px;
            }

            .hero {
                margin-top: 68px;
            }

            .hero-visual {
                height: 280px;
            }

            .cta-button {
                font-size: 14px;
                padding: 12px 24px;
            }

            .form-row {
                margin-bottom: 15px;
            }

            .community-card {
                padding: 30px;
            }

            .footer-content {
                gap: 30px;
            }

            .footer-logo-svg svg, .footer-logo-svg img {
                height: 50px;
            }
        }
        /* ===== POWER BI SHOWCASE (AMSO style) ===== */
        .pbi-showcase {
            background: #2E3439;
            padding: 80px 0 0;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .pbi-showcase::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(242, 200, 17,0.04) 0%, transparent 65%);
            pointer-events: none;
        }

        .pbi-showcase-text {
            position: relative;
            z-index: 2;
            margin-bottom: 50px;
        }

        .pbi-showcase-text h2 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #FFFFFF;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .pbi-showcase-text h2 span {
            color: #F2C811;
        }

        .pbi-showcase-text p {
            font-size: 1.05rem;
            color: rgba(255,255,255,0.6);
            max-width: 620px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .showcase-disclaimer {
            font-size: 0.8rem !important;
            color: rgba(242, 200, 17, 0.75) !important;
            margin-top: 14px !important;
        }

        .pbi-showcase-visual {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            min-height: 520px;
        }

        /* Character SVG */
        .pbi-character {
            position: absolute;
            left: -20px;
            bottom: 0;
            z-index: 3;
            width: 170px;
            animation: charFadeIn 1s ease-out 0.3s forwards;
            opacity: 0;
        }

        @keyframes charFadeIn {
            0% { opacity: 0; transform: translateX(-30px); }
            100% { opacity: 1; transform: translateX(0); }
        }

        /* Monitor mockup */
        .pbi-monitor {
            position: relative;
            z-index: 2;
            width: 820px;
            animation: monitorSlideUp 0.8s ease-out 0.5s forwards;
            opacity: 0;
            transform: translateY(40px);
        }

        @keyframes monitorSlideUp {
            to { opacity: 1; transform: translateY(0); }
        }

        .monitor-frame {
            background: #1a1a1a;
            border-radius: 12px 12px 0 0;
            border: 2px solid #333;
            border-bottom: none;
            padding: 12px 14px;
            box-shadow: 0 -10px 60px rgba(242,200,17,0.06);
        }

        .monitor-topbar {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid #2a2a2a;
        }

        .monitor-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        .monitor-dot.red { background: #ff5f57; }
        .monitor-dot.yellow { background: #ffbd2e; }
        .monitor-dot.green { background: #28c840; }

        .monitor-url {
            margin-left: 12px;
            background: #111;
            border-radius: 4px;
            padding: 3px 14px;
            font-size: 0.65rem;
            color: rgba(255,255,255,0.3);
            font-family: 'Space Grotesk', monospace;
        }

        .monitor-dashboard {
            background: #111;
            border-radius: 6px;
            padding: 18px;
            min-height: 340px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: auto 1fr;
            gap: 12px;
        }

        .dash-kpi {
            background: #1a1a1a;
            border-radius: 8px;
            padding: 14px;
            border: 1px solid #222;
        }

        .dash-kpi .kpi-label {
            font-size: 0.55rem;
            color: rgba(255,255,255,0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 6px;
        }

        .dash-kpi .kpi-value {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            color: #F2C811;
        }

        .dash-kpi .kpi-change {
            font-size: 0.6rem;
            color: #28c840;
            margin-top: 4px;
        }

        .dash-chart {
            background: #1a1a1a;
            border-radius: 8px;
            padding: 14px;
            border: 1px solid #222;
            position: relative;
            overflow: hidden;
        }

        .dash-chart .chart-title {
            font-size: 0.55rem;
            color: rgba(255,255,255,0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .dash-bars {
            display: flex;
            align-items: flex-end;
            gap: 6px;
            height: 80px;
        }

        .dash-bars .bar {
            flex: 1;
            border-radius: 3px 3px 0 0;
            animation: dashBarGrow 0.8s ease-out forwards;
            transform-origin: bottom;
            transform: scaleY(0);
        }

        @keyframes dashBarGrow {
            to { transform: scaleY(1); }
        }

        .dash-donut {
            width: 80px;
            height: 80px;
            margin: 0 auto;
        }

        .dash-line-chart {
            height: 80px;
            display: flex;
            align-items: flex-end;
        }

        .monitor-stand {
            width: 120px;
            height: 30px;
            background: linear-gradient(to bottom, #333, #222);
            margin: 0 auto;
            clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
        }

        .monitor-base {
            width: 180px;
            height: 8px;
            background: #333;
            margin: 0 auto;
            border-radius: 0 0 4px 4px;
        }

        /* Phone mockup */
        .pbi-phone {
            position: absolute;
            right: 20px;
            bottom: 30px;
            z-index: 4;
            width: 120px;
            animation: phoneSlideIn 0.8s ease-out 1s forwards;
            opacity: 0;
            transform: translateY(30px) translateX(20px);
        }

        @keyframes phoneSlideIn {
            to { opacity: 1; transform: translateY(0) translateX(0); }
        }

        .phone-frame {
            background: #1a1a1a;
            border-radius: 16px;
            border: 2px solid #333;
            padding: 10px 8px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
        }

        .phone-notch {
            width: 40px;
            height: 4px;
            background: #333;
            border-radius: 2px;
            margin: 0 auto 8px;
        }

        .phone-screen {
            background: #111;
            border-radius: 8px;
            padding: 10px;
            min-height: 160px;
        }

        .phone-kpi {
            display: flex;
            gap: 6px;
            margin-bottom: 8px;
        }

        .phone-kpi-item {
            flex: 1;
            background: #1a1a1a;
            border-radius: 6px;
            padding: 8px 6px;
            text-align: center;
        }

        .phone-kpi-item .val {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 0.65rem;
            font-weight: 700;
            color: #F2C811;
        }

        .phone-kpi-item .lbl {
            font-size: 0.35rem;
            color: rgba(255,255,255,0.25);
            text-transform: uppercase;
        }

        .phone-chart {
            background: #1a1a1a;
            border-radius: 6px;
            padding: 8px;
            height: 60px;
            display: flex;
            align-items: flex-end;
            gap: 3px;
        }

        .phone-chart .pbar {
            flex: 1;
            border-radius: 2px 2px 0 0;
            animation: dashBarGrow 0.8s ease-out forwards;
            transform-origin: bottom;
            transform: scaleY(0);
        }

        /* Floating data particles around showcase */
        .showcase-particles {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 1;
        }

        .s-particle {
            position: absolute;
            width: 3px;
            height: 3px;
            background: #F2C811;
            border-radius: 50%;
            opacity: 0.15;
            animation: sFloat 5s ease-in-out infinite;
        }

        @keyframes sFloat {
            0%, 100% { transform: translateY(0); opacity: 0.15; }
            50% { transform: translateY(-20px); opacity: 0.4; }
        }

        @keyframes donutFill {
            to { stroke-dasharray: 110 190; }
        }

        @keyframes donutFill2 {
            to { stroke-dasharray: 55 190; }
        }

        @media (max-width: 1024px) {
            .pbi-showcase-visual { max-width: 700px; }
            .pbi-monitor { width: 520px; }
            .pbi-character { width: 150px; }
        }

        @media (max-width: 768px) {
            .pbi-showcase { padding: 60px 0 0; }
            .pbi-showcase-text h2 { font-size: 1.8rem; }
            .pbi-character { display: none; }
            .pbi-monitor { width: 95%; }
            .pbi-phone { right: 5px; width: 90px; bottom: 10px; }
            .pbi-showcase-visual { min-height: 320px; }
        }

    /* ===== LEAD CAPTURE POPUP ===== */
    .popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.65);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }
    .popup-overlay.active {
        opacity: 1;
        pointer-events: all;
    }
    .popup-box {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 44px 40px 36px;
        max-width: 460px;
        width: 92%;
        position: relative;
        transform: translateY(30px) scale(0.97);
        transition: transform 0.4s ease;
        box-shadow: 0 24px 60px rgba(0,0,0,0.18);
    }
    .popup-overlay.active .popup-box {
        transform: translateY(0) scale(1);
    }
    .popup-close {
        position: absolute;
        top: 16px; right: 18px;
        background: none; border: none;
        font-size: 22px; color: rgba(46, 52, 57, 0.5);
        cursor: pointer; line-height: 1;
        transition: color 0.2s;
    }
    .popup-close:hover { color: #2E3439; }
    .popup-logo-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 18px;
    }
    .popup-logo-dot {
        width: 10px; height: 10px;
        background: #F2C811;
        border-radius: 50%;
    }
    .popup-box h2 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #2E3439;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    .popup-box p.popup-sub {
        font-size: 14px;
        color: rgba(46, 52, 57, 0.65);
        margin-bottom: 24px;
        line-height: 1.5;
    }
    .popup-form .popup-field {
        margin-bottom: 14px;
    }
    .popup-form label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #2E3439;
        margin-bottom: 5px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .popup-form input {
        width: 100%;
        padding: 11px 14px;
        border: 1.5px solid rgba(46, 52, 57, 0.15);
        border-radius: 10px;
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        outline: none;
        transition: border-color 0.2s;
        box-sizing: border-box;
    }
    .popup-form input:focus {
        border-color: #F2C811;
    }
    .popup-submit {
        width: 100%;
        background: #F2C811;
        color: #2E3439;
        font-weight: 700;
        font-size: 15px;
        border: none;
        border-radius: 12px;
        padding: 14px;
        cursor: pointer;
        margin-top: 6px;
        transition: background 0.2s, transform 0.1s;
        font-family: 'Space Grotesk', sans-serif;
        letter-spacing: 0.02em;
    }
    .popup-submit:hover { background: #CBA50D; transform: translateY(-1px); }
    .popup-submit:active { transform: translateY(0); }
    .popup-skip {
        display: block;
        text-align: center;
        font-size: 12px;
        color: rgba(46, 52, 57, 0.5);
        margin-top: 14px;
        cursor: pointer;
        text-decoration: underline;
        background: none; border: none;
    }
    .popup-skip:hover { color: rgba(46, 52, 57, 0.75); }
    .popup-success {
        text-align: center;
        padding: 20px 0 10px;
    }
    .popup-success i {
        font-size: 48px;
        color: #F2C811;
        margin-bottom: 16px;
        display: block;
    }
    .popup-success h3 {
        font-size: 20px;
        font-weight: 700;
        color: #2E3439;
        margin-bottom: 8px;
    }
    .popup-success p {
        font-size: 14px;
        color: rgba(46, 52, 57, 0.65);
    }

    /* ===== LEAD MAGNET INLINE SECTION ===== */
    .lead-magnet {
        background: #FFFFFF;
        padding: 70px 0;
        position: relative;
        overflow: hidden;
    }
    .lead-magnet::before {
        content: '';
        position: absolute;
        top: -60px; left: -60px;
        width: 300px; height: 300px;
        background: radial-gradient(circle, rgba(242, 200, 17,0.12) 0%, transparent 70%);
        pointer-events: none;
    }
    .lead-magnet-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }
    .lead-magnet-text h2 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #2E3439;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    .lead-magnet-text h2 span { color: #F2C811; }
    .lead-magnet-text p {
        font-size: 15px;
        color: rgba(46,52,57,0.65);
        line-height: 1.6;
    }
    .lead-magnet-form {
        background: #FFFFFF;
        border: 1px solid rgba(46,52,57,0.12);
        border-radius: 18px;
        padding: 32px 28px;
        box-shadow: 0 4px 20px rgba(46,52,57,0.06);
    }
    .lead-magnet-form .lm-field {
        margin-bottom: 12px;
    }
    .lead-magnet-form label {
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: rgba(46,52,57,0.65);
        margin-bottom: 5px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .lead-magnet-form input {
        width: 100%;
        padding: 11px 14px;
        background: #FFFFFF;
        border: 1.5px solid rgba(46,52,57,0.2);
        border-radius: 10px;
        font-size: 14px;
        color: #2E3439;
        font-family: 'Inter', sans-serif;
        outline: none;
        transition: border-color 0.2s;
        box-sizing: border-box;
    }
    .lead-magnet-form input::placeholder { color: rgba(46,52,57,0.35); }
    .lead-magnet-form input:focus { border-color: #F2C811; }
    .lm-submit {
        width: 100%;
        background: #F2C811;
        color: #2E3439;
        font-weight: 700;
        font-size: 14px;
        border: none;
        border-radius: 10px;
        padding: 13px;
        cursor: pointer;
        margin-top: 8px;
        transition: background 0.2s, transform 0.1s;
        font-family: 'Space Grotesk', sans-serif;
    }
    .lm-submit:hover { background: #CBA50D; transform: translateY(-1px); }
    @media (max-width: 768px) {
        .lead-magnet-inner { grid-template-columns: 1fr; gap: 30px; }
    }

    /* ===== CALENDLY INTEGRATION ===== */
    .calendly-inline-widget {
        min-width: 320px;
        height: 700px;
        border-radius: 16px;
        overflow: hidden;
    }

    .calendly-section {
        padding: 80px 0 60px;
        background: #2E3439;
    }

    .calendly-section .section-title {
        text-align: center;
        font-size: 2rem;
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }

    .calendly-section .section-subtitle {
        text-align: center;
        color: rgba(255, 255, 255, 0.65);
        font-size: 1rem;
        margin-bottom: 40px;
    }

    /* ===== RESPONSIVE MÓVIL — SECCIONES NUEVAS ===== */

    /* --- 768px: tablets y teléfonos grandes --- */
    @media (max-width: 768px) {
        /* Why section */
        .why-heading {
            font-size: 28px;
        }
        .why-section {
            padding: 60px 0;
        }

        /* Capacitaciones */
        .training-layout {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        .training-info {
            position: static;
        }
        .training-header h2 {
            font-size: 2rem;
        }
        .training-header p {
            font-size: 0.95rem;
        }
        .training-audiences {
            grid-template-columns: repeat(2, 1fr);
        }
        .audience-card {
            padding: 18px 14px;
        }

        /* Power BI Showcase */
        .pbi-showcase .container {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        .pbi-showcase-text h2 {
            font-size: 2rem;
        }
        .pbi-showcase-text p {
            font-size: 0.95rem;
        }
        .pbi-visual {
            height: 280px;
        }

        /* Lead Magnet */
        .lead-magnet {
            padding: 50px 0;
        }
        .lead-magnet-inner {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        .lm-left h2 {
            font-size: 1.6rem;
        }

        /* Calendly */
        .calendly-section {
            padding: 50px 0 40px;
        }
        .calendly-section .section-title {
            font-size: 1.6rem;
        }
        .calendly-inline-widget {
            height: 580px !important;
        }
    }

    /* --- 480px: teléfonos pequeños --- */
    @media (max-width: 480px) {
        /* Why section */
        .why-heading {
            font-size: 24px;
        }

        /* Capacitaciones */
        .training-header h2 {
            font-size: 1.6rem;
        }
        .training-audiences {
            grid-template-columns: 1fr;
        }
        .course-card {
            padding: 18px 16px;
        }

        /* Power BI Showcase */
        .pbi-showcase-text h2 {
            font-size: 1.6rem;
        }
        .pbi-visual {
            height: 220px;
        }

        /* Lead Magnet */
        .lm-left h2 {
            font-size: 1.3rem;
        }
        .lm-subtitle {
            font-size: 0.9rem;
        }

        /* Calendly */
        .calendly-section .section-title {
            font-size: 1.4rem;
        }
        .calendly-inline-widget {
            height: 520px !important;
        }

        /* Servicios: single column already applied, but ensure icon is comfy */
        .service-icon {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }

        /* General section spacing */
        .calendly-section,
        .lead-magnet,
        .pbi-showcase,
        .why-section {
            padding: 50px 0;
        }
    }

    
/* ===== PAGE HERO (subpaginas) ===== */
.page-hero {
    background: #2E3439;
    padding: 160px 0 70px;
    text-align: center;
}

.page-hero-breadcrumb {
    font-size: 13px;
    color: rgba(242, 200, 17, 0.8);
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.page-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.page-hero-breadcrumb a:hover {
    color: #F2C811;
}

.page-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    max-width: 780px;
    margin: 0 auto 20px;
    line-height: 1.25;
}

.page-hero p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 620px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ===== CONTENIDO DE PAGINA DE SERVICIO ===== */
.content-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.content-section.alt {
    background: #FAFAFA;
}

.content-section .content-inner {
    max-width: 800px;
    margin: 0 auto;
}

.content-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    color: #2E3439;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-section p {
    font-size: 16px;
    color: rgba(46, 52, 57, 0.7);
    line-height: 1.8;
    margin-bottom: 18px;
}

.content-section ul {
    margin: 0 0 20px 20px;
}

.content-section ul li {
    font-size: 16px;
    color: rgba(46, 52, 57, 0.7);
    line-height: 1.8;
    margin-bottom: 8px;
}

.content-section strong {
    color: #2E3439;
}

@media (max-width: 768px) {
    .page-hero {
        padding: 130px 0 50px;
    }
    .page-hero h1 {
        font-size: 30px;
    }
    .content-section {
        padding: 60px 0;
    }
}

/* ===== BLOG ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}
.blog-card {
    background: #FFFFFF;
    border: 1px solid rgba(46, 52, 57, 0.08);
    border-radius: 14px;
    padding: 28px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(46, 52, 57, 0.08);
}
.blog-card-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #CBA50D;
    background: rgba(242, 200, 17, 0.12);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}
.blog-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 19px;
    color: #2E3439;
    margin-bottom: 10px;
    line-height: 1.35;
}
.blog-card p {
    font-size: 14px;
    color: rgba(46, 52, 57, 0.65);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}
.blog-card-meta {
    font-size: 12px;
    color: rgba(46, 52, 57, 0.45);
    margin-bottom: 14px;
}
.blog-card-readmore {
    font-size: 13px;
    font-weight: 600;
    color: #2E3439;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-card:hover .blog-card-readmore {
    color: #CBA50D;
}
.article-meta-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
.article-source-note {
    font-size: 13px;
    color: rgba(46, 52, 57, 0.4);
    font-style: italic;
    margin-top: -6px;
    margin-bottom: 26px;
}
.article-cta-box {
    background: #FAFAFA;
    border-left: 3px solid #F2C811;
    padding: 26px 28px;
    border-radius: 8px;
    margin: 36px 0;
}
.article-cta-box p {
    margin-bottom: 14px !important;
}
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}
.article-tags span {
    font-size: 12px;
    color: #CBA50D;
    background: rgba(242, 200, 17, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
}
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(46, 52, 57, 0.55);
    text-decoration: none;
    margin-bottom: 24px;
}
.blog-back-link:hover {
    color: #CBA50D;
}
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
