/*=================================== Hero ========================================*/

.neone-em-hero {
    background: var(--dark);
    border-radius: 10px;
    padding: 150px 0px 100px;
}

.neone-em-hero__etiqueta {
    font-size: .9rem;
    color: var(--white);
    margin-bottom: 16px;
}

.neone-em-hero__titulo {
    font-family: var(--font-display);
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
}

.neone-em-hero__acento {
    color: var(--yellow);
}

.neone-em-hero__parrafo {
    color: rgba(255,255,255,.6);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 600px;
}

@media (max-width: 767px) {
    .neone-em-hero { padding: 80px 0 56px; }
}

/*=================================== Features ========================================*/

.neone-em-feat__etiqueta {
    font-size: .9rem;
    margin-bottom: 16px;
}

.neone-em-feat__etiqueta .border-top{
    border-top: 1px solid #D3CCC5;;
}

.neone-em-feat__titulo {
    font-family: var(--font-display);
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 0;
}

.neone-em-feat__acento {
    color: var(--yellow);
}

.neone-em-feature {
    padding: 8px 0;
}

.neone-em-feature__titulo {
    font-family: var(--font-display);
    color: var(--dark);
    margin-bottom: 12px;
}

.neone-em-feature__texto {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/*=================================== Proceso ========================================*/

.neone-em-proceso {
    background: var(--dark);
    border-radius: 10px
}

.neone-em-proceso__titulo {
    font-family: var(--font-display);
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.neone-em-proceso__parrafo {
    color: rgba(255,255,255,.55);
    line-height: 1.7;
    margin-bottom: 0;
}

.neone-em-paso {
    height: 100%;
    padding: 30px;
    border: 1px dashed rgba(255, 255, 255, 0.20);
    border-radius: 10px;
}

.neone-em-paso__num {
    display: block;
    font-family: var(--font-display);
    color: var(--yellow);
    line-height: 1;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.neone-em-paso__titulo {
    font-family: var(--font-display);
    color: var(--white);
    margin-bottom: 12px;
}

.neone-em-paso__texto {
    color: rgba(255,255,255,.55);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .neone-em-proceso__inner { padding: 40px 32px; }
}

@media (max-width: 575px) {
    .neone-em-proceso__inner { padding: 32px 20px; border-radius: 20px; }
    .neone-em-proceso { padding: 48px 0; }
}

/*=================================== Stats ========================================*/

.neone-em-stats {
    background: var(--yellow);
}

.neone-em-stats__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.neone-em-stats__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.neone-em-stats__numero {
    font-size: 3rem;
    font-family: var(--font-display);
    color: var(--dark);
    line-height: 1;
}

.neone-em-stats__label {
    color: rgba(34,38,42,.65);
}

@media (max-width: 767px) {
    .neone-em-stats__inner { gap: 24px; justify-content: flex-start; }
}

/*=================================== Contacto ========================================*/

.neone-em-cont__titulo {
    font-family: var(--font-display);
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

.neone-em-cont__parrafo {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 28px;
}

.neone-em-cont__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.neone-em-cont__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--dark);
    line-height: 1.5;
}

.neone-em-cont__bullets li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yellow);
    flex-shrink: 0;
    margin-top: 6px;
}

.neone-em-cont__label-direct {
    margin-bottom: 16px;
}

.neone-em-cont__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.neone-em-cont__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1.5px solid var(--border);
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    transition: border-color .2s, color .2s;
}

.neone-em-cont__link:hover {
    border-color: var(--dark);
    color: var(--dark);
}

.neone-em-cont__form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px;
    min-height: 400px;
}

/*=================================== CTA Final ========================================*/

.neone-cta-final {
    background: var(--dark);
}
