.elementor-46932 .elementor-element.elementor-element-ba05078:not(.elementor-motion-effects-element-type-background), .elementor-46932 .elementor-element.elementor-element-ba05078 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-46932 .elementor-element.elementor-element-ba05078{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-ba05078 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-46932 .elementor-element.elementor-element-75cd404 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-f0a0689{padding:80px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-baae76b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-1e72d40{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-500e885 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-f3e93c2{padding:0px 0px 80px 0px;}.elementor-46932 .elementor-element.elementor-element-5f10257 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-43c0c3e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-f21b523 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-fa2a182{margin-top:0px;margin-bottom:0px;padding:80px 0px 20px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-46932 .elementor-element.elementor-element-ba05078{margin-top:5px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-fa2a182{padding:80px 0px 20px 0px;}}@media(max-width:767px){.elementor-46932 .elementor-element.elementor-element-ba05078{margin-top:-25px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-46932 .elementor-element.elementor-element-fa2a182{padding:80px 0px 20px 0px;}}/* Start custom CSS for html, class: .elementor-element-536176b */.chef-landing-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .chef-landing-wrapper {
        font-family: Arial, sans-serif;
        color: #333333;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
    }

    .chef-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 1;
    }

    /* ======================== */
    /* HERO SECTION             */
    /* ======================== */
    .chef-hero {
        background: linear-gradient(135deg, #F97316, #EA580C);
        color: #FFFFFF;
        padding: 100px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .chef-hero::before {
        content: '';
        position: absolute;
        top: -50px;
        left: -50px;
        width: 200px;
        height: 200px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 45%;
        transform: rotate(45deg);
        animation: floatShape 6s ease-in-out infinite;
    }

    .chef-hero::after {
        content: '';
        position: absolute;
        bottom: -80px;
        right: -80px;
        width: 300px;
        height: 300px;
        background: rgba(255, 255, 255, 0.07);
        border-radius: 50%;
    }

    .chef-hero-content {
        max-width: 800px;
        margin: 0 auto;
    }

    .chef-hero-icon {
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .chef-hero-pretitle {
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        opacity: 0.8;
    }

    .chef-hero h1 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
        margin: 1.5rem 0 2rem;
        color: #FFFFFF;
    }

    .chef-hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2.5rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        opacity: 0.9;
    }

    .chef-hero-buttons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .chef-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 14px 28px;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .chef-btn-principal {
        background-color: #FFFFFF;
        color: #F97316;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .chef-btn-principal:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        color: #F97316;
        text-decoration: none;
    }

    .chef-btn-secundario {
        background-color: transparent;
        color: #FFFFFF;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .chef-btn-secundario:hover {
        background-color: #FFFFFF;
        color: #EA580C;
        border-color: #FFFFFF;
        text-decoration: none;
    }

    /* ======================== */
    /* PROBLEMA / SOLUCION      */
    /* ======================== */
    .chef-problem-section {
        padding: 80px 0;
        background-color: #f8f9fa;
    }

    .chef-section-title {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding-bottom: 0.75rem;
        border-bottom: 3px solid #FDE68A;
    }

    .chef-section-subtitle {
        text-align: center;
        font-size: 1.05rem;
        line-height: 1.8;
        color: black;
        max-width: 800px;
        margin: 0 auto 3rem auto;
    }

    .chef-highlights-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 1000px;
        margin: 0 auto;
    }

    .chef-highlight-card {
        background-color: #FFFFFF;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid #e9ecef;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .chef-highlight-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(234, 88, 12, 0.1);
        border-color: #F97316;
    }

    .chef-highlight-icon {
        color: #F97316;
        margin-bottom: 1rem;
    }

    .chef-highlight-card h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #333;
    }

    .chef-highlight-card p {
        font-size: 0.95rem;
        color: #6c757d;
        line-height: 1.6;
    }

    /* ======================== */
    /* ADSENSE PLACEHOLDER      */
    /* ======================== */
   .chef-ad-wrapper {
    background-color: #FFFFFF;
    padding: 20px 10px; /* Reducimos padding en general */
    text-align: center;
    overflow: hidden; /* Seguridad extra */
    width: 100%;
}

.chef-ad-placeholder {
    max-width: 100%; /* Que nunca se pase del ancho del padre */
    margin: 0 auto;
    min-height: 100px; /* Un pelín más para que quepa el mínimo de Adsense */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px dashed #e9ecef;
    color: #6c757d;
    font-size: 0.85rem;
}

/* Para pantallas grandes, recuperamos padding */
@media (min-width: 768px) {
    .chef-ad-wrapper {
        padding: 40px 20px;
    }
}

    /* ======================== */
    /* CONTENT SECTIONS (ALT)   */
    /* ======================== */
    .chef-content-section {
        padding: 80px 0;
        background-color: #ffffff;
    }

    .chef-content-blocks {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .chef-content-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .chef-content-block.reversed {
        /* Default column on mobile, row-reverse on desktop */
    }

    .chef-content-icon-area {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2.5rem;
        border-radius: 16px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .chef-content-icon-area svg {
        color: #F97316;
    }

    .chef-content-text h2 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #333;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding-bottom: 0.75rem;
        border-bottom: 3px solid #FDE68A;
    }

    .chef-content-text p {
        font-size: 1rem;
        line-height: 1.8;
        color: #6c757d;
    }

    /* ======================== */
    /* COMO FUNCIONA            */
    /* ======================== */
    .chef-how-section {
        padding: 80px 0;
        background-color: #f8f9fa;
    }

    .chef-how-title {
        text-align: center;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 3.5rem;
        color: #333;
    }

    .chef-steps-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 1000px;
        margin: 0 auto;
    }

    .chef-step-card {
        background-color: #FFFFFF;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid #e9ecef;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .chef-step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(234, 88, 12, 0.1);
        border-color: #F97316;
    }

    .chef-step-number {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #F97316;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .chef-step-card .step-icon {
        color: #F97316;
        margin-bottom: 1rem;
    }

    .chef-step-card p {
        font-size: 1rem;
        color: #6c757d;
        line-height: 1.6;
    }

    /* CTA grande con pulse */
    .chef-mid-cta {
        text-align: center;
        margin-top: 3.5rem;
    }

    @keyframes chefPulse {
        0% { box-shadow: 0 5px 20px rgba(249, 115, 22, 0.4); }
        50% { box-shadow: 0 8px 30px rgba(249, 115, 22, 0.6); }
        100% { box-shadow: 0 5px 20px rgba(249, 115, 22, 0.4); }
    }

    @keyframes floatShape {
        0%, 100% { transform: rotate(45deg) translateY(0); }
        50% { transform: rotate(45deg) translateY(-15px); }
    }

    .chef-btn-cta-grande {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        background: linear-gradient(45deg, #fb923c, #f97316);
        color: #FFFFFF;
        padding: 18px 36px;
        border-radius: 8px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transform: scale(1.05);
        animation: chefPulse 2.5s infinite;
        transition: all 0.3s ease;
    }

    .chef-btn-cta-grande:hover {
        transform: scale(1.1) translateY(-3px);
        box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
        color: #FFFFFF;
        text-decoration: none;
    }

/* ======================== */
/* FAQ RESPONSIVE           */
/* ======================== */
.chef-faq-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.chef-faq-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #333;
}

.chef-faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.chef-faq-item {
    border-radius: 12px;
    border: 1px solid #e9ecef;
    background-color: #f8f9fa;
    overflow: hidden;
    transition: all 0.3s ease;
}

.chef-faq-item:hover {
    border-color: #F97316; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.chef-faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    /* Forzar salto de línea */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.chef-faq-question span {
    flex: 1;
    display: block;
}

.chef-faq-chevron {
    flex-shrink: 0;
    margin-top: 4px;
    transition: transform 0.3s ease;
    color: #000000;
}

.chef-faq-item.active .chef-faq-chevron {
    transform: rotate(180deg);
}

.chef-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.chef-faq-item.active .chef-faq-answer {
    max-height: 1000px;
}

.chef-faq-answer-inner {
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
    margin-top: 1em;
}

/* ========================================== */
/* AJUSTES PARA MÓVIL (PANTALLAS < 768px)      */
/* ========================================== */
@media (max-width: 767px) {
    .chef-faq-section {
        padding: 40px 15px;
    }

    .chef-faq-title {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .chef-faq-question {
        padding: 1em;
        font-size: 1rem;
        line-height: 1.4;
    }

    .chef-faq-answer-inner {
        padding: 0 1rem 1.25rem 1rem;
        font-size: 0.95rem;
    }
}


    /* ======================== */
    /* FINAL CTA                */
    /* ======================== */
    .chef-final-cta-section {
        padding: 80px 0;
        background-color: #f8f9fa;
        text-align: center;
    }

    .chef-final-cta-section h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #333;
    }

    .chef-final-cta-section p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: black;
        max-width: 600px;
        margin: 0 auto 2.5rem auto;
    }

    /* ======================== */
    /* RESPONSIVE               */
    /* ======================== */
    @media (max-width: 767px) {
        .chef-hero {
            padding: 80px 15px;
        }
        .chef-hero h1 {
            font-size: 2.2rem;
        }
        .chef-problem-section,
        .chef-content-section,
        .chef-how-section,
        .chef-faq-section,
        .chef-final-cta-section {
            padding: 80px 0;
        }
        .chef-section-title {
            font-size: 1.6rem;
        }
        .chef-how-title,
        .chef-faq-title {
            font-size: 1.6rem;
        }
        .chef-content-text h2 {
            font-size: 1.3rem;
        }
        .chef-ad-wrapper {
            padding: 30px 10px;
        }
        .chef-content-icon-area {
            padding: 1.5rem;
        }
        .chef-content-icon-area svg {
            width: 48px;
            height: 48px;
        }
    }

    @media (min-width: 768px) {
        .chef-highlights-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        .chef-steps-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        .chef-content-block {
            flex-direction: row;
            gap: 4rem;
        }
        .chef-content-block.reversed {
            flex-direction: row-reverse;
        }
        .chef-content-text {
            flex: 1;
        }
    }/* End custom CSS */