html, body{
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900&display=swap');

.page-main {
    font-family: 'Montserrat', sans-serif;
}

.landing-topbar {
    padding: 15px 10px;
}

.landing-topbar__title {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
}

/* 0. Hero */
.landing-hero {
    padding: 0px 10px;
}

/* .landing-hero__header {
    margin-bottom: 40px;
} */

.landing-hero__main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.landing-hero__subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.text-highlight {
    background-color: #0b3bb8; 
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-style: italic;
    display: inline-block;
}

.landing-form-box {
    padding: 20px 0;
}

.landing-form__label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.text-danger {
    color: #ff3333;
}

.landing-form__input {
    border-radius: 8px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-left: 15px;
}

.landing-form__input:focus {
    border: 2px solid #0b3bb8;
}

.landing-form__terms {
    color: #ffffff;
    font-size: 12px;
}

.landing-form__terms input[type="checkbox"] {
    margin-right: 5px;
}

.landing-form__btn-submit {
    background-color: #1ccb3b; 
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.landing-form__btn-submit:hover,
.landing-form__btn-submit:focus {
    background-color: #15a02e; 
    outline: none;
}

.landing-hero__image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 1. Datebar */
.landing-date-section {
    padding: 0 10px; 
    background-color: #ffffff; 
}

.landing-datebar {
    padding: 20px 10px;
    border-radius: 8px; 
    margin-top: -30px; 
    position: relative;
    z-index: 10;
}

.landing-datebar__text {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
}

/* 2. Detalles */
.landing-details {
    padding: 60px 10px;
    background-color: #ffffff; 
}

.landing-details__title {
    color: #333333;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}

.landing-details__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-details__list li {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 28px;
    line-height: 1.45;
}

.landing-details__list li::before {
    content: "✓";
    position: absolute;
    left: -5px;
    top: 3px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.landing-details__image {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 3. Lo que aprenderás */
.landing-learn {
    padding: 50px 40px;
    border-radius: 6px;
}

.landing-learn__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    border-left: 5px solid #1ccb3b;
    padding-left: 15px;
    line-height: 1;
}

.landing-learn__list li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon-check {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    object-fit: contain;
}

/* 4. El problema no es tu producto */
.landing-problem {
    background-color: #ffffff;
    border: 1px solid #b2ebf2; 
    border-radius: 6px;
    padding: 40px;
    background: linear-gradient(to bottom, #ffffff 70%, #f0fcfe 100%);
}

.landing-problem__title {
    color: #333333;
    font-size: 20px;
    font-weight: 800;
    border-left: 5px solid #ed1f24;
    padding-left: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.landing-problem__subtitle {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing-problem__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-problem__list ul,
.landing-problem__list ol {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.landing-problem__list li::marker {
    content: "";
}

.landing-problem__list li {
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 22px;
}

.landing-problem__list li::before {
    content: "✖";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ed1f24;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}

.icon-x {
    color: #ed1f24; 
    font-weight: 900;
    font-size: 16px;
    margin-right: 10px;
}

.landing-problem__image {
    max-width: 100%;
    border-radius: 40px; 
}

/* 5. Los 3 Pasos */
.landing-steps__header {
    padding: 25px 20px;
    border-radius: 6px 6px 0 0; 
}

.landing-steps__main-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.landing-steps__body {
    background-color: #ffffff;
    border: 1px solid #b2ebf2; 
    border-top: none; 
    border-radius: 0 0 6px 6px;
    padding: 40px;
}

.landing-step-row {
    padding: 15px 0;
}

.landing-step__icon {
    width: 65px;
    height: auto;
}

.landing-step__title {
    color: #333333;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.landing-step__list ul,
.landing-step__list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-step__list li {
    position: relative;
    color: #555555;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 15px;
    line-height: 1.45;
}

.landing-step__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.landing-step__image {
    max-width: 100%;
    border-radius: 4px;
}

.landing-step__divider {
    border-top: 1px solid #e0e0e0;
    margin: 10px 0;
}

.landing-steps__action {
    margin-top: 30px;
}

.landing-btn-steps {
    background-color: #1ccb3b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.landing-btn-steps:hover {
    background-color: #15a02e;
    color: #ffffff;
    text-decoration: none;
}

/* 6. Módulos  */
.landing-modules__box {
    background-color: #eef2fa; 
    border: 1px solid #8ba4d5; 
    border-radius: 8px;
    padding: 30px 40px;
}

.landing-module-item {
    padding: 10px 0;
}

.landing-module-toggle {
    transition: all 0.3s ease;
}

.landing-module-toggle:hover .landing-module__title {
    color: #15a02e; 
}

.landing-module-toggle:hover .landing-module__details {
    color: #0b3bb8; 
}

.landing-module__title {
    color: #0b3bb8; 
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.landing-module__desc {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.landing-module__details {
    color: #555555;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.landing-module__divider {
    border-top: 1px solid #d1dceb;
    margin: 10px 0;
}

.uk-accordion-content {
    margin-top: 10px;
}

.landing-module__content-body {
    padding-left: 15px; 
}

.landing-module__sub-title {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin: 15px 0 8px 0;
}

.landing-module__sub-list {
    list-style-type: square; 
    margin: 0 0 15px 0;
}

.landing-module__sub-list li {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

/* 7. Tu guía en este proceso */
.landing-guide {
    padding: 50px 40px;
    border-radius: 6px;
}

.landing-guide__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    border-left: 5px solid #1ccb3b; 
    padding-left: 15px;
    line-height: 1;
}

.landing-guide__avatar {
    max-width: 200px;
    width: 100%;
    border-radius: 50%; 
    display: block;
    margin: 0 auto;
}

.landing-guide__name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.landing-guide__bio {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* 8. Preguntas Frecuentes */
.landing-faq__box {
    margin-top: 20px;
}

.landing-faq-item {
    border: 1px solid #4a81d4; 
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03); 
}

.landing-faq__question {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}

.landing-faq-item .landing-faq__answer {
    margin-top: 15px; 
    padding-left: 0;
}

.landing-faq__answer p {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .landing-hero__main-title {
        font-size: 28px;
    }
    
    .landing-hero__subtitle {
        font-size: 16px;
    }
    
    .landing-topbar__title {
        font-size: 22px;
    }
    
    .landing-datebar__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .landing-hero {
        padding: 30px 15px;
    }
    
    .landing-topbar {
        padding: 10px;
    }
    
    .landing-topbar__title {
        font-size: 18px;
    }

    .landing-hero__main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .landing-hero__subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .text-highlight {
        padding: 2px 5px;
    }

    .landing-form-box {
        padding: 10px 0;
    }

    .landing-form__btn-submit {
        font-size: 16px;
        padding: 12px 20px;
    }

    .landing-datebar {
        padding: 15px 10px;
    }

    .landing-datebar__text {
        font-size: 15px;
    }

    .landing-details {
        padding: 40px 0px 0px 0px;
    }

    .landing-details__title {
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .landing-details__list li {
        font-size: 14px;
    }

    .landing-learn,
    .landing-problem,
    .landing-steps__body {
        padding: 12px;
    }

    .landing-problem__image{
        border-radius: 20px;
    }
    
    .landing-step__icon {
        margin-bottom: 15px;
    }
    
    .landing-step__image {
        margin-top: 0px;
    }
    
    .landing-steps__action {
        text-align: center;
    }

    .landing-modules__box {
        padding: 20px;
    }

    .landing-module__details {
        display: block;
        margin-top: 5px;
        text-align: left;
    }

    .landing-module__content-body {
        padding-left: 0;
    }

    .landing-guide {
        padding: 30px 20px;
    }

    .landing-guide__avatar {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .landing-faq-item {
        padding: 15px; 
    }

    .landing-step__divider{
        display: none;
    }

    .landing-step__title{
        margin-top: 0px;
    }

    .landing-faq__title{
        margin: 0px;
    }
}

@media  (max-width: 638px) {

    .icono-oculto {
        display: none;
    }

    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 5px;
    }
}