.elementor-679 .elementor-element.elementor-element-02557ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-679 .elementor-element.elementor-element-db5b2f4{--display:flex;}.elementor-679 .elementor-element.elementor-element-3f2d893{width:100%;max-width:100%;}.elementor-679 .elementor-element.elementor-element-3f2d893 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-db5b2f4 */<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Kronis PMO - Operational workspace for multi-partner EU projects</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
        }
        
        /* Hero Section - Degradado corregido: azul/morado → naranja → verde */
        .hero {
            min-height: 100vh;
            background: linear-gradient(135deg, 
                #8B5CF6 0%,
                #6366F1 15%,
                #FFA500 40%,
                #FFB84D 55%,
                #22D17E 80%,
                #10B981 100%);
            position: relative;
            overflow: hidden;
            padding: 60px 20px;
            display: flex;
            align-items: center;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            bottom: -50px;
            left: -100px;
            width: 500px;
            height: 500px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            filter: blur(60px);
        }
        
        .hero::after {
            content: '';
            position: absolute;
            top: -100px;
            right: -150px;
            width: 600px;
            height: 600px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 50%;
            filter: blur(80px);
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .hero-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .logo {
            margin-bottom: 40px;
            max-width: 250px;
        }
        
        .logo img {
            width: 100%;
            height: auto;
        }
        
        .hero h1 {
            font-size: 56px;
            font-weight: 600;
            color: #0D17D9;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        
        .hero-subtitle {
            font-size: 20px;
            color: #0D17D9;
            margin-bottom: 16px;
            line-height: 1.6;
            font-weight: 400;
        }
        
        .hero-note {
            font-size: 16px;
            color: #0D17D9;
            opacity: 0.8;
            margin-bottom: 32px;
            font-weight: 400;
        }
        
        .cta-button {
            display: inline-block;
            background: #0D17D9;
            color: white;
            padding: 18px 48px;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(13, 23, 217, 0.3);
        }
        
        /* Pain Points Section */
        .pain-points {
            padding: 100px 20px;
            background: linear-gradient(135deg, #EEF2FF 0%, #FEF3C7 50%, #D1FAE5 100%);
        }
        
        .section-title {
            text-align: center;
            font-size: 42px;
            font-weight: 600;
            color: #0D17D9;
            margin-bottom: 60px;
        }
        
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            padding: 40px;
            transition: transform 0.3s ease;
        }
        
        .glass-card:hover {
            transform: translateY(-5px);
        }
        
        .glass-card.purple {
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.1));
        }
        
        .glass-card.orange {
            background: linear-gradient(135deg, rgba(255, 122, 54, 0.2), rgba(254, 202, 87, 0.1));
        }
        
        .glass-card.green {
            background: linear-gradient(135deg, rgba(34, 209, 126, 0.2), rgba(16, 185, 129, 0.1));
        }
        
        .card-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 24px;
        }
        
        .card-title {
            font-size: 24px;
            font-weight: 600;
            color: #0D17D9;
            margin-bottom: 16px;
        }
        
        .card-text {
            font-size: 16px;
            color: #0D17D9;
            line-height: 1.6;
            opacity: 0.9;
            font-weight: 400;
        }
        
        /* Problem Statement Section - Mismo degradado que How it Works */
        .problem-statement {
            padding: 80px 20px;
            background: linear-gradient(135deg, #0D17D9 0%, #3B82F6 50%, #60A5FA 100%);
            text-align: center;
        }
        
        .problem-statement h2 {
            font-size: 48px;
            font-weight: 600;
            color: white;
            margin-bottom: 24px;
        }
        
        .problem-statement p {
            font-size: 20px;
            color: white;
            margin-bottom: 16px;
            opacity: 0.95;
            font-weight: 400;
        }
        
        .problem-statement .highlight {
            font-weight: 700;
            margin-top: 32px;
        }
        
        /* Solution Section */
        .solution {
            padding: 100px 20px;
            background: linear-gradient(135deg, #D1FAE5 0%, #DBEAFE 50%, #FEE2E2 100%);
        }
        
        .solution-content {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 60px;
            align-items: center;
        }
        
        .solution h2 {
            font-size: 42px;
            font-weight: 600;
            color: #0D17D9;
            line-height: 1.3;
        }
        
        .features-box {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
            border-radius: 32px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            padding: 50px;
        }
        
        .feature-item {
            margin-bottom: 40px;
        }
        
        .feature-item:last-child {
            margin-bottom: 0;
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 16px;
        }
        
        .feature-title {
            font-size: 28px;
            font-weight: 600;
            color: #0D17D9;
            margin-bottom: 12px;
        }
        
        .feature-text {
            font-size: 16px;
            color: #0D17D9;
            line-height: 1.6;
            opacity: 0.9;
            font-weight: 400;
        }
        
        /* How it Works Section - Mismo degradado que Problem Statement */
        .how-it-works {
            padding: 100px 20px;
            background: linear-gradient(135deg, #0D17D9 0%, #3B82F6 50%, #60A5FA 100%);
        }
        
        .how-it-works .section-title {
            color: white;
        }
        
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        
        .step-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 32px;
            text-align: center;
        }
        
        .step-number {
            font-size: 32px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            opacity: 0.7;
        }
        
        .step-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 24px;
        }
        
        .step-text {
            font-size: 16px;
            color: white;
            line-height: 1.5;
            font-weight: 500;
        }
        
        /* Differentiation Section */
        .differentiation {
            padding: 100px 20px;
            background: linear-gradient(135deg, #EEF2FF 0%, #D1FAE5 50%, #FED7AA 100%);
        }
        
        .circles-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .circle-box {
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.6);
            padding: 60px 40px;
            aspect-ratio: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .circle-title {
            font-size: 32px;
            font-weight: 600;
            color: #0D17D9;
            margin-bottom: 24px;
            text-align: center;
        }
        
        .circle-list {
            list-style: none;
        }
        
        .circle-list li {
            font-size: 16px;
            color: #0D17D9;
            margin-bottom: 16px;
            line-height: 1.5;
            padding-left: 28px;
            position: relative;
            font-weight: 400;
        }
        
        .circle-list.with-checks li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #22D17E;
            font-weight: 700;
            font-size: 20px;
        }
        
        .kronis-logo-small {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 24px;
        }
        
        .kronis-logo-small img {
            max-width: 200px;
            height: auto;
        }
        
        /* Early Release Section */
        .early-release {
            padding: 100px 20px;
            background: linear-gradient(135deg, #D1FAE5 0%, #DBEAFE 50%, #FED7AA 100%);
        }
        
        .early-release-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .early-release h2 {
            font-size: 42px;
            font-weight: 600;
            color: #0D17D9;
            margin-bottom: 24px;
        }
        
        .early-release h2 .highlight {
            font-weight: 800;
        }
        
        .early-release p {
            font-size: 18px;
            color: #0D17D9;
            margin-bottom: 20px;
            line-height: 1.6;
            font-weight: 400;
        }
        
        .early-release .tagline {
            font-size: 22px;
            font-weight: 600;
            color: #0D17D9;
            margin-top: 32px;
        }
        
        /* Final CTA Section */
        .final-cta {
            padding: 100px 20px;
            background: linear-gradient(135deg, #0D17D9 0%, #3B82F6 100%);
            text-align: center;
        }
        
        .final-cta h2 {
            font-size: 48px;
            font-weight: 600;
            color: white;
            margin-bottom: 20px;
        }
        
        .final-cta p {
            font-size: 20px;
            color: white;
            margin-bottom: 40px;
            opacity: 0.95;
            font-weight: 400;
        }
        
        .final-cta .cta-button {
            background: rgba(13, 23, 217, 0.9);
            margin-bottom: 20px;
        }
        
        .final-cta .cta-note {
            font-size: 16px;
            color: white;
            opacity: 0.8;
        }
        
        /* Footer */
        footer {
            padding: 60px 20px 40px;
            background: #FFFFFF;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto 40px;
        }
        
        .footer-brand {
            display: flex;
            flex-direction: column;
        }
        
        .footer-logo {
            max-width: 200px;
            margin-bottom: 16px;
        }
        
        .footer-logo img {
            width: 100%;
            height: auto;
        }
        
        .footer-tagline {
            font-size: 16px;
            color: #0D17D9;
            line-height: 1.5;
            font-weight: 400;
        }
        
        .footer-column h4 {
            font-size: 14px;
            font-weight: 700;
            color: #0D17D9;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #0D17D9;
            text-decoration: none;
            font-size: 16px;
            transition: opacity 0.3s ease;
            font-weight: 400;
        }
        
        .footer-links a:hover {
            opacity: 0.7;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #EBEBEB;
        }
        
        .footer-copyright {
            font-size: 14px;
            color: #0D17D9;
            opacity: 0.7;
            font-weight: 400;
        }
        
        /* Responsive */
        @media (max-width: 968px) {
            .hero h1 {
                font-size: 42px;
            }
            
            .cards-grid {
                grid-template-columns: 1fr;
            }
            
            .solution-content {
                grid-template-columns: 1fr;
            }
            
            .steps-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .circles-container {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }
        
        @media (max-width: 640px) {
            .hero h1 {
                font-size: 32px;
            }
            
            .section-title {
                font-size: 32px;
            }
            
            .steps-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>/* End custom CSS */
/* Start custom CSS *//* Ocultar todo header y footer del tema */
header {
    display: none !important;
}

footer:not(footer:last-of-type) {
    display: none !important;
}

.site-header,
#masthead,
.site-footer,
#colophon {
    display: none !important;
}/* End custom CSS */