:root {
    --jlp-max-width: 1440px;
    --jlp-purple: #9b18c8;
    --jlp-blue: #69a5ff;
    --jlp-text: #171717;
    --jlp-light: #f4f4f4;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 116px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: clip;
    background: #ffffff;
    color: var(--jlp-text);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* =========================================================
   METHOD FLOW
   ========================================================= */

.jlp-method-flow {
    position: relative;
    width: 100%;
    margin: 0;
}

.jlp-method-flow__ribbon {
    position: absolute;
    top: 8px;
    right: 22px;
    z-index: 30;
    width: clamp(118px, 10.4vw, 150px);
    height: auto;
    pointer-events: none;
    user-select: none;
}

/* =========================================================
   HERO
   ========================================================= */

.jlp-hero {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: visible;
}

.jlp-hero__image {
    width: 100%;
    aspect-ratio: 1440 / 570;
    overflow: hidden;
}

.jlp-hero__photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* =========================================================
   SERVICES
   ========================================================= */

.jlp-services {
    position: relative;
    width: min(100%, var(--jlp-max-width));
    margin: 0 auto;
    background: transparent;
}

.jlp-services__content {
    width: 100%;
    padding: 26px 190px 18px 42px;
}

.jlp-services__title {
    margin: 0 0 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
}

.jlp-services__copy {
    width: min(100%, 760px);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.03vw, 16px);
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: .25px;
    color: #181818;
}

.jlp-services__copy p { margin: 0; }

.jlp-services__tags {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.jlp-services__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 14px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #252525;
}

.jlp-services__tag--blue { background: #b8d5ff; }
.jlp-services__tag--purple { background: #d8a6ed; }

/* =========================================================
   AUTOMATION
   ========================================================= */

.jlp-automation {
    position: relative;
    width: min(100%, var(--jlp-max-width));
    margin: 0 auto;
    background: transparent;
    padding: 0 190px 34px 42px;
}

.jlp-automation__visuals {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
    align-items: end;
    gap: clamp(28px, 4vw, 64px);
}

.jlp-automation__desktop-wrap,
.jlp-automation__phone-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.jlp-automation__desktop {
    width: min(100%, 685px);
    display: block;
}

.jlp-automation__phone {
    width: min(100%, 300px);
    display: block;
}

.jlp-automation__copy {
    display: grid;
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.5fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: center;
    margin-top: 18px;
}

.jlp-automation__heading,
.jlp-automation__description {
    font-family: Arial, Helvetica, sans-serif;
    color: #171717;
}

.jlp-automation__heading { text-align: center; }

.jlp-automation__heading h3 {
    margin: 0;
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 700;
}

.jlp-automation__description {
    max-width: 670px;
    text-align: center;
}

.jlp-automation__description p {
    margin: 0;
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.25;
}

.jlp-automation__cta-area {
    position: relative;
    margin-top: 28px;
}

.jlp-automation__cta {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 22px;
    background: #5ba9f8;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .22);
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(18px, 1.75vw, 27px);
    letter-spacing: 1px;
    color: #ffffff;
}

.jlp-automation__cta strong {
    font-style: italic;
    font-weight: 700;
}

.jlp-automation__contact-pill {
    position: absolute;
    right: 10px;
    top: -20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 13px;
    border-radius: 999px;
    background: #8bc0ef;
    color: #243040;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.jlp-automation__back-top {
    position: absolute;
    left: 118px;
    bottom: -35px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #9fcdf4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
}

/* =========================================================
   TEAM
   ========================================================= */

.jlp-team {
    width: 100%;
    background: #ffffff;
}

.jlp-team__container {
    width: min(100%, var(--jlp-max-width));
    margin: 0 auto;
    padding: 72px 52px 96px;
}

.jlp-team__title {
    margin: 0 0 42px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 2.7vw, 40px);
    font-style: italic;
    font-weight: 800;
    line-height: 1.05;
    color: #101010;
}

.jlp-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4.5vw, 68px);
    align-items: start;
}

.jlp-team__card {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

.jlp-team__image-wrap {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 6px;
}

.jlp-team__image {
    width: auto;
    max-width: 100%;
    height: 286px;
    display: block;
    object-fit: contain;
}

.jlp-team__card:nth-child(2) .jlp-team__image { height: 272px; }

.jlp-team__role {
    min-height: 31px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(20px, 1.65vw, 25px);
    font-style: italic;
    font-weight: 800;
    line-height: 1.05;
    color: #111111;
}

.jlp-team__description {
    max-width: 285px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1vw, 15.5px);
    font-weight: 400;
    line-height: 1.18;
    color: #171717;
}

/* =========================================================
   CONTACT
   ========================================================= */

.jlp-contact {
    width: 100%;
    background: var(--jlp-light);
}

.jlp-contact__container {
    width: min(100%, var(--jlp-max-width));
    margin: 0 auto;
    padding: 72px 24px 82px;
}

.jlp-contact__heading {
    margin-bottom: 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1a1a;
}

.jlp-contact__heading h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.05;
}

.jlp-contact__heading p {
    margin: 8px 0 0;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.3;
}

.jlp-contact__form {
    width: min(100%, 390px);
    margin: 0 auto;
    padding: 24px 24px 22px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .05);
    font-family: Arial, Helvetica, sans-serif;
}

.jlp-contact__field { margin-bottom: 16px; }

.jlp-contact__field label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #292929;
}

.jlp-contact__control {
    width: 100%;
    min-height: 38px;
    padding: 9px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    outline: none;
    background: #ffffff;
    color: #202020;
    font: inherit;
    font-size: 12px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.jlp-contact__control::placeholder { color: #b8b8b8; }

.jlp-contact__control:focus {
    border-color: #77a7f8;
    box-shadow: 0 0 0 3px rgba(119, 167, 248, .14);
}

.jlp-contact__select { cursor: pointer; }

.jlp-contact__textarea {
    min-height: 96px;
    resize: vertical;
}

.jlp-contact__submit {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 0;
    border-radius: 4px;
    background: #252525;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease;
}

.jlp-contact__submit:hover:not(:disabled) {
    opacity: .92;
    transform: translateY(-1px);
}

.jlp-contact__submit:disabled {
    opacity: .62;
    cursor: wait;
}

.jlp-contact__field .validation-message {
    display: block;
    margin-top: 5px;
    color: #a51f1f;
    font-size: 10px;
    line-height: 1.25;
}

.jlp-contact__status {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}

.jlp-contact__status--success {
    background: #edf8ef;
    color: #1f6b2c;
}

.jlp-contact__status--error {
    background: #fff0f0;
    color: #8d2020;
}

/* =========================================================
   RESPONSIVE: TABLET / LAPTOP
   ========================================================= */

@media (max-width: 1100px) {
    html { scroll-padding-top: 104px; }

    .jlp-method-flow__ribbon {
        right: 12px;
        width: clamp(95px, 10vw, 116px);
    }

    .jlp-services__content {
        padding: 28px 135px 18px 32px;
    }

    .jlp-automation {
        padding: 0 135px 32px 32px;
    }

    .jlp-automation__visuals {
        grid-template-columns: minmax(0, 1.25fr) minmax(185px, .6fr);
        gap: 32px;
    }

    .jlp-automation__phone { width: min(100%, 245px); }
    .jlp-automation__copy { gap: 30px; }
}

@media (max-width: 900px) {
    .jlp-team__container {
        padding: 66px 34px 92px;
    }

    .jlp-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 38px;
    }

    .jlp-team__card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .jlp-team__image-wrap { height: 270px; }
    .jlp-team__image { height: 258px; }
    .jlp-team__card:nth-child(2) .jlp-team__image { height: 246px; }
}

/* =========================================================
   RESPONSIVE: MOBILE / SMALL TABLET
   ========================================================= */

@media (max-width: 768px) {
    html { scroll-padding-top: 96px; }

    .jlp-hero__image { aspect-ratio: 16 / 9; }
    .jlp-hero__photo { object-position: 42% center; }

    .jlp-method-flow__ribbon {
        top: 5px;
        right: 5px;
        width: clamp(58px, 13vw, 76px);
    }

    .jlp-services__content {
        padding: 26px 82px 18px 22px;
    }

    .jlp-services__title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .jlp-services__copy {
        font-size: 13px;
        line-height: 1.35;
    }

    .jlp-services__tags {
        gap: 10px;
        margin-top: 18px;
    }

    .jlp-services__tag {
        min-height: 27px;
        padding: 6px 11px;
        font-size: 10px;
    }

    .jlp-automation {
        padding: 10px 76px 36px 20px;
    }

    .jlp-automation__visuals {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .jlp-automation__desktop { width: min(100%, 560px); }
    .jlp-automation__phone { width: min(52vw, 220px); }

    .jlp-automation__copy {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 26px;
    }

    .jlp-automation__heading,
    .jlp-automation__description {
        text-align: left;
    }

    .jlp-automation__cta {
        min-height: 54px;
        flex-direction: column;
        gap: 1px;
        padding: 11px 18px;
        font-size: clamp(14px, 4vw, 20px);
    }

    .jlp-automation__contact-pill {
        right: 5px;
        top: -18px;
        font-size: 8px;
    }

    .jlp-automation__back-top {
        left: 28px;
        bottom: -31px;
        width: 42px;
        height: 42px;
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .jlp-team__container {
        padding: 54px 20px 74px;
    }

    .jlp-team__title {
        margin-bottom: 36px;
        font-size: clamp(25px, 8vw, 32px);
    }

    .jlp-team__grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .jlp-team__card,
    .jlp-team__card:last-child {
        grid-column: auto;
        max-width: 320px;
    }

    .jlp-team__image-wrap {
        height: 248px;
        margin-bottom: 4px;
    }

    .jlp-team__image { height: 238px; }
    .jlp-team__card:nth-child(2) .jlp-team__image { height: 228px; }

    .jlp-team__role {
        min-height: auto;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .jlp-team__description {
        max-width: 285px;
        font-size: 13px;
        line-height: 1.25;
    }

    .jlp-contact__container {
        padding: 64px 16px 76px;
    }

    .jlp-contact__heading { margin-bottom: 28px; }
    .jlp-contact__heading h2 { font-size: 34px; }
    .jlp-contact__heading p { font-size: 14px; }

    .jlp-contact__form {
        width: min(100%, 360px);
        padding: 20px 18px;
    }

    .jlp-contact__field { margin-bottom: 14px; }
    .jlp-contact__textarea { min-height: 110px; }
}

@media (max-width: 480px) {
    .jlp-hero__image { aspect-ratio: 4 / 3; }
    .jlp-hero__photo { object-position: 37% center; }

    .jlp-method-flow__ribbon {
        top: 4px;
        right: 3px;
        width: clamp(52px, 14vw, 62px);
    }

    .jlp-services__content {
        padding: 24px 68px 16px 16px;
    }

    .jlp-services__title { font-size: 15px; }
    .jlp-services__copy { font-size: 12px; }
    .jlp-services__tags { flex-wrap: wrap; }

    .jlp-services__tag {
        min-height: 25px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .jlp-automation {
        padding: 8px 64px 34px 16px;
    }

    .jlp-automation__phone { width: min(55vw, 190px); }

    .jlp-automation__heading h3 { font-size: 13px; }
    .jlp-automation__description p { font-size: 12px; }

    .jlp-automation__cta {
        border-radius: 18px;
        font-size: 14px;
    }

    .jlp-automation__back-top { left: 18px; }
}


/* =========================================================
   SERVICES - FIGMA COMPACT DESKTOP
   La versión en español cabe como una sola pantalla.
   ========================================================= */

@media (min-width: 1101px) {

    .jlp-services {
        flex: 0 0 auto;
    }

    .jlp-services__content {
        padding: 20px 190px 10px 38px;
    }

    .jlp-services__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .jlp-services__copy {
        width: min(100%, 650px);
        font-size: 14px;
        line-height: 1.18;
    }

    .jlp-services__tags {
        margin-top: 12px;
        gap: 10px;
    }

    .jlp-services__tag {
        min-height: 25px;
        padding: 6px 11px;
        font-size: 10px;
    }

    .jlp-automation {
        flex: 1 1 auto;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 4px 190px 22px 38px;
        min-height: 0;
    }

    .jlp-automation__visuals {
        flex: 1 1 auto;
        min-height: 0;

        grid-template-columns: minmax(0, 1.38fr) minmax(220px, .62fr);
        align-items: end;

        gap: clamp(28px, 4vw, 58px);
    }

    .jlp-automation__desktop-wrap,
    .jlp-automation__phone-wrap {
        min-height: 0;
    }

    .jlp-automation__desktop {
        width: min(100%, 600px);
        max-height: 350px;
        object-fit: contain;
    }

    .jlp-automation__phone {
        width: min(100%, 245px);
        max-height: 350px;
        object-fit: contain;
    }

    .jlp-automation__copy {
        flex: 0 0 auto;

        grid-template-columns: minmax(190px, .72fr) minmax(0, 1.5fr);
        gap: clamp(30px, 5vw, 72px);

        margin-top: 10px;
    }

    .jlp-automation__heading h3 {
        font-size: 14px;
    }

    .jlp-automation__description {
        max-width: 620px;
    }

    .jlp-automation__description p {
        font-size: 14px;
        line-height: 1.18;
    }

    .jlp-automation__cta-area {
        flex: 0 0 auto;
        margin-top: 14px;
    }

    .jlp-automation__cta {
        min-height: 52px;
        padding: 10px 24px;

        border-radius: 20px;

        font-size: clamp(18px, 1.55vw, 24px);
    }

    .jlp-automation__contact-pill {
        top: -16px;
        min-height: 24px;
        padding: 5px 11px;
        font-size: 9px;
    }

    .jlp-automation__back-top {
        left: 100px;
        bottom: -27px;

        width: 42px;
        height: 42px;

        font-size: 24px;
    }
}

/* En alturas medianas reducimos un poco más los mockups
   para garantizar que el bloque siga cabiendo. */
@media (min-width: 1101px) and (min-height: 760px) and (max-height: 860px) {

    .jlp-services__content {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .jlp-automation__desktop {
        max-height: 300px;
    }

    .jlp-automation__phone {
        max-height: 300px;
    }

    .jlp-automation__copy {
        margin-top: 7px;
    }

    .jlp-automation__cta-area {
        margin-top: 10px;
    }

    .jlp-automation__cta {
        min-height: 48px;
    }
}


/* =========================================================
   AJUSTE SERVICIOS + EQUIPO 17
   - Más escala visual en Servicios
   - CTA más grande y centrado
   - Sin flecha de regreso
   - Gestora de proyectos con mayor tamaño
   ========================================================= */

/* La flecha ya no existe en el componente; esta regla también
   evita que reaparezca si queda markup antiguo en caché. */
.jlp-automation__back-top {
    display: none !important;
}


/* =========================================================
   DESKTOP: SERVICIOS
   ========================================================= */

@media (min-width: 1101px) {

    /* Texto superior más grande y con mayor presencia. */
    .jlp-services__content {
        padding: 22px 190px 12px 38px;
    }

    .jlp-services__title {
        margin-bottom: 12px;
        font-size: clamp(21px, 1.5vw, 24px);
    }

    .jlp-services__copy {
        width: min(100%, 820px);
        font-size: clamp(15.5px, 1.08vw, 17px);
        line-height: 1.25;
    }

    .jlp-services__tags {
        margin-top: 14px;
        gap: 12px;
    }

    .jlp-services__tag {
        min-height: 29px;
        padding: 7px 13px;
        font-size: 11px;
    }

    /* No distribuimos el contenido con space-between.
       Así evitamos el gran hueco entre Servicios y los mockups. */
    .jlp-automation {
        justify-content: flex-start;
        padding: 8px 180px 22px 38px;
    }

    .jlp-automation__visuals {
        flex: 0 0 auto;
        min-height: 0;

        grid-template-columns: minmax(0, 1.42fr) minmax(250px, .58fr);
        align-items: end;

        gap: clamp(36px, 4.5vw, 72px);
        margin-top: 6px;
    }

    /* Mockups más grandes para aprovechar la pantalla. */
    .jlp-automation__desktop {
        width: min(100%, 730px);
        max-height: 405px;
        object-fit: contain;
    }

    .jlp-automation__phone {
        width: min(100%, 295px);
        max-height: 405px;
        object-fit: contain;
    }

    .jlp-automation__copy {
        flex: 0 0 auto;

        grid-template-columns: minmax(220px, .75fr) minmax(0, 1.55fr);
        gap: clamp(34px, 5vw, 78px);

        margin-top: 14px;
    }

    .jlp-automation__heading h3 {
        font-size: clamp(16px, 1.2vw, 19px);
    }

    .jlp-automation__description {
        max-width: 720px;
    }

    .jlp-automation__description p {
        font-size: clamp(15px, 1.12vw, 17px);
        line-height: 1.22;
    }

    .jlp-automation__cta-area {
        margin-top: 18px;
    }

    /* CTA: frase grande, centrada y con más peso visual. */
    .jlp-automation__cta {
        min-height: 68px;

        justify-content: center;
        gap: 10px;

        padding: 14px 28px;

        font-size: clamp(25px, 2vw, 33px);
        line-height: 1.05;
        letter-spacing: 1.1px;
        text-align: center;
    }

    .jlp-automation__cta span,
    .jlp-automation__cta strong {
        display: inline;
    }

    .jlp-automation__contact-pill {
        top: -17px;
        min-height: 26px;
        padding: 5px 12px;
        font-size: 9px;
    }
}


/* En laptops de altura media mantenemos la sección dentro de una pantalla,
   pero sin volverla demasiado pequeña. */
@media (min-width: 1101px) and (min-height: 760px) and (max-height: 860px) {

    .jlp-services__content {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .jlp-services__title {
        font-size: 21px;
    }

    .jlp-services__copy {
        font-size: 15px;
    }

    .jlp-automation {
        padding-top: 2px;
    }

    .jlp-automation__desktop {
        max-height: 335px;
    }

    .jlp-automation__phone {
        max-height: 335px;
    }

    .jlp-automation__copy {
        margin-top: 9px;
    }

    .jlp-automation__cta-area {
        margin-top: 12px;
    }

    .jlp-automation__cta {
        min-height: 58px;
        font-size: clamp(22px, 1.75vw, 28px);
    }
}


/* =========================================================
   EQUIPO
   ========================================================= */

/* El asset central tiene menos peso visual de origen.
   Lo ampliamos para que se perciba al mismo nivel que los laterales. */
@media (min-width: 901px) {

    .jlp-team__image-wrap {
        height: 315px;
    }

    .jlp-team__image {
        height: 286px;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 315px;
    }
}


/* Tablet: misma corrección proporcional. */
@media (min-width: 601px) and (max-width: 900px) {

    .jlp-team__image-wrap {
        height: 282px;
    }

    .jlp-team__image {
        height: 258px;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 280px;
    }
}


/* Móvil: los tres siguen apilados, pero la imagen central no queda pequeña. */
@media (max-width: 600px) {

    .jlp-team__image-wrap {
        height: 260px;
    }

    .jlp-team__image {
        height: 238px;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 258px;
    }
}


/* =========================================================
   AJUSTE CTA CENTRADO 18
   La barra azul se centra respecto a toda la sección,
   no respecto al contenido con padding asimétrico.
   ========================================================= */

@media (min-width: 1101px) {

    .jlp-automation__cta-area {
        /*
         * .jlp-automation tiene:
         * padding-left: 38px;
         * padding-right: 180px;
         *
         * El contenido quedaba 142px más corto del lado derecho.
         * Recuperamos exactamente esa diferencia para que el CTA
         * tenga el mismo margen visual a izquierda y derecha.
         */
        width: calc(100% + 142px);
        margin-left: 0;
        margin-right: 0;
    }

    .jlp-automation__cta {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .jlp-automation__cta span,
    .jlp-automation__cta strong {
        text-align: center;
    }

    .jlp-automation__contact-pill {
        right: 10px;
    }
}


/* Tablet y móvil:
   el CTA se mantiene centrado dentro del ancho disponible. */
@media (max-width: 1100px) {

    .jlp-automation__cta-area {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .jlp-automation__cta {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;
    }
}


/* =========================================================
   AJUSTE EQUIPO MISMA ESCALA 19
   Los tres personajes tienen el mismo peso visual.
   ========================================================= */

/* Desktop */
@media (min-width: 901px) {

    .jlp-team__image-wrap {
        height: 315px;
    }

    /* Igualamos la altura renderizada de las tres imágenes.
       En la versión anterior la imagen central estaba a 315px
       y las laterales a 286px, por eso la gestora se veía mayor. */
    .jlp-team__image,
    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 315px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* Tablet */
@media (min-width: 601px) and (max-width: 900px) {

    .jlp-team__image-wrap {
        height: 280px;
    }

    .jlp-team__image,
    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 280px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .jlp-team__image-wrap {
        height: 258px;
    }

    .jlp-team__image,
    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 258px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}


/* =========================================================
   AJUSTE EQUIPO CENTRO 320 20
   El personaje del centro se aumenta un poco porque,
   aun con el mismo alto CSS, visualmente se percibe menor.
   ========================================================= */

/* Desktop */
@media (min-width: 901px) {

    .jlp-team__image-wrap {
        height: 320px;
    }

    .jlp-team__image {
        height: 315px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 320px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* Tablet */
@media (min-width: 601px) and (max-width: 900px) {

    .jlp-team__image-wrap {
        height: 286px;
    }

    .jlp-team__image {
        height: 280px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 286px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .jlp-team__image-wrap {
        height: 264px;
    }

    .jlp-team__image {
        height: 258px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .jlp-team__card:nth-child(2) .jlp-team__image {
        height: 264px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}


/* =========================================================
   SERVICIOS INTERACTIVO + REORDEN 21
   ========================================================= */

.jlp-services__selector {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.jlp-services__selector .jlp-services__tag {
    appearance: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        filter .18s ease;
}

.jlp-services__selector .jlp-services__tag:hover {
    transform: translateY(-1px);
    filter: saturate(1.08);
}

.jlp-services__selector .jlp-services__tag.is-active {
    border-color: rgba(45, 45, 45, .38);
    box-shadow: 0 4px 11px rgba(0, 0, 0, .12);
    transform: translateY(-1px);
}

.jlp-services__definition {
    width: min(100%, 790px);
    min-height: 96px;
    margin-top: 15px;

    display: grid;
    grid-template-columns: 7px 1fr;

    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 14px;

    background: rgba(255, 255, 255, .84);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
}

.jlp-services__definition-accent {
    width: 100%;
    height: 100%;
}

.jlp-services__definition-accent--blue {
    background: #79a7ff;
}

.jlp-services__definition-accent--purple {
    background: #bb73db;
}

.jlp-services__definition-content {
    padding: 15px 18px;
}

.jlp-services__definition-content h3 {
    margin: 0 0 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #171717;
}

.jlp-services__definition-content p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #262626;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1101px) {

    /* El ribbon METHOD / tu solución gana presencia y ocupa
       parte del espacio que antes quedaba vacío a la derecha. */
    .jlp-method-flow__ribbon {
        right: 12px;
        width: clamp(165px, 12.5vw, 192px);
    }

    .jlp-services__content {
        padding: 20px 225px 8px 38px;
    }

    .jlp-services__title {
        margin-bottom: 9px;
        font-size: clamp(24px, 1.65vw, 28px);
    }

    .jlp-services__copy {
        width: min(100%, 890px);
        font-size: clamp(16px, 1.08vw, 18px);
        line-height: 1.25;
    }

    .jlp-services__selector {
        margin-top: 13px;
    }

    .jlp-services__selector .jlp-services__tag {
        min-height: 33px;
        padding: 7px 15px;
        font-size: 11px;
    }

    .jlp-services__definition {
        width: min(100%, 840px);
        min-height: 90px;
        margin-top: 13px;
    }

    .jlp-services__definition-content {
        padding: 13px 17px;
    }

    .jlp-services__definition-content h3 {
        font-size: 17px;
    }

    .jlp-services__definition-content p {
        font-size: 14.5px;
        line-height: 1.25;
    }

    /*
       Después de agregar la definición, subimos y ampliamos
       los mockups para mantener la pantalla compacta.
    */
    .jlp-automation {
        padding: 0 215px 18px 38px;
    }

    .jlp-automation__visuals {
        grid-template-columns: minmax(0, 1.46fr) minmax(270px, .54fr);
        gap: clamp(34px, 4vw, 64px);
        margin-top: 0;
    }

    .jlp-automation__desktop {
        width: min(100%, 770px);
        max-height: 380px;
    }

    .jlp-automation__phone {
        width: min(100%, 315px);
        max-height: 380px;
    }

    .jlp-automation__copy {
        grid-template-columns: minmax(230px, .72fr) minmax(0, 1.58fr);
        gap: clamp(34px, 4.7vw, 72px);
        margin-top: 9px;
    }

    .jlp-automation__heading h3 {
        font-size: clamp(17px, 1.2vw, 20px);
    }

    .jlp-automation__description p {
        font-size: clamp(15.5px, 1.08vw, 17.5px);
    }

    /* Barra azul más grande, siempre centrada. */
    .jlp-automation__cta-area {
        width: calc(100% + 177px);
        margin-top: 13px;
    }

    .jlp-automation__cta {
        min-height: 80px;
        padding: 15px 28px;

        border-radius: 23px;

        font-size: clamp(30px, 2.25vw, 39px);
        line-height: 1;
        letter-spacing: 1.15px;

        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .jlp-automation__cta span,
    .jlp-automation__cta strong {
        text-align: center;
    }

    .jlp-automation__contact-pill {
        top: -17px;
        right: 10px;
    }
}


/* Desktop con menos altura:
   mantenemos la interacción pero comprimimos sólo lo necesario. */
@media (min-width: 1101px) and (min-height: 760px) and (max-height: 900px) {

    .jlp-services__content {
        padding-top: 13px;
    }

    .jlp-services__definition {
        min-height: 80px;
        margin-top: 10px;
    }

    .jlp-services__definition-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .jlp-automation__desktop,
    .jlp-automation__phone {
        max-height: 300px;
    }

    .jlp-automation__copy {
        margin-top: 6px;
    }

    .jlp-automation__cta-area {
        margin-top: 8px;
    }

    .jlp-automation__cta {
        min-height: 64px;
        font-size: clamp(25px, 1.9vw, 31px);
    }
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 1100px) {

    .jlp-services__definition {
        width: 100%;
        min-height: auto;
    }

    .jlp-services__definition-content p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {

    .jlp-services__selector {
        flex-wrap: wrap;
    }

    .jlp-services__definition {
        margin-top: 13px;
    }

    .jlp-services__definition-content {
        padding: 13px 14px;
    }

    .jlp-services__definition-content h3 {
        font-size: 15px;
    }

    .jlp-automation__cta {
        text-align: center;
    }
}

@media (max-width: 480px) {

    .jlp-services__definition {
        border-radius: 11px;
    }

    .jlp-services__definition-content h3 {
        font-size: 14px;
    }

    .jlp-services__definition-content p {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* =========================================================
   SERVICIOS DISEÑO FINAL 22
   Referencia: diseño aprobado recibido el 27/08/2026
   ========================================================= */

/* La pantalla de Servicios usa un fondo gris muy claro
   y un cuerpo central limpio, como en el diseño. */
.jlp-screen--solutions {
    background: #f3f3f3;
}

.jlp-services {
    width: 100%;
    margin: 0;
    background: #ffffff;
}

.jlp-services__content {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 42px 210px 34px 64px;
}

.jlp-services__title {
    margin: 0 0 18px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 800;
    line-height: 1.05;

    color: #111111;
}

.jlp-services__copy {
    width: min(100%, 960px);

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.18vw, 19px);
    line-height: 1.35;

    color: #202020;
}

.jlp-services__copy p {
    margin: 0;
}


/* =========================================================
   SELECTOR DE SERVICIO
   ========================================================= */

.jlp-services__selector {
    width: min(100%, 1040px);
    margin-top: 28px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
}

.jlp-services__service-button {
    min-height: 52px;
    padding: 10px 20px;

    border: 2px solid transparent;
    border-radius: 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 800;

    color: #181818;

    cursor: pointer;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        filter .18s ease;
}

.jlp-services__service-button--blue {
    background: #9ccdf8;
}

.jlp-services__service-button--purple {
    background: #c184dc;
}

.jlp-services__service-button:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
}

.jlp-services__service-button.is-active {
    border-color: rgba(25, 25, 25, .34);
    box-shadow: 0 5px 13px rgba(0, 0, 0, .13);
}


/* =========================================================
   PANEL GRIS DE DEFINICIÓN
   ========================================================= */

.jlp-services__definition-panel {
    width: min(100%, 1040px);
    min-height: 315px;
    margin-top: 26px;

    display: flex;
    align-items: center;

    padding: clamp(28px, 3.2vw, 46px);

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #dedede 0%,
            #d5d5d5 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .55),
        0 6px 18px rgba(0, 0, 0, .07);
}

.jlp-services__definition-inner {
    width: min(100%, 760px);
}

.jlp-services__definition-label {
    display: inline-flex;

    margin-bottom: 12px;
    padding: 6px 11px;

    border-radius: 999px;

    background: rgba(255, 255, 255, .72);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;

    color: #525252;
}

.jlp-services__definition-inner h3 {
    margin: 0 0 13px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 800;
    line-height: 1.08;

    color: #171717;
}

.jlp-services__definition-inner p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.42;

    color: #272727;
}


/* =========================================================
   METHOD / TU SOLUCIÓN
   Más grande para igualar el diseño nuevo.
   ========================================================= */

.jlp-method-flow__ribbon {
    top: 8px;
    right: 18px;

    width: clamp(150px, 12vw, 184px);
}


/* =========================================================
   AUTOMATIZACIÓN
   ========================================================= */

.jlp-automation {
    width: 100%;
    margin: 0;

    padding: 0;

    background: #f6f2ef;
}

.jlp-automation__benefits {
    width: min(100%, 1440px);
    min-height: 150px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(250px, .72fr) 1px minmax(0, 1.6fr);
    align-items: center;
    gap: clamp(34px, 4vw, 58px);

    padding: 26px 210px 26px 76px;
}

.jlp-automation__heading {
    text-align: center;
}

.jlp-automation__heading h3 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 1.9vw, 31px);
    font-weight: 800;
    line-height: 1.08;

    color: #161616;
}

.jlp-automation__divider {
    width: 1px;
    height: 84px;

    background: rgba(0, 0, 0, .13);
}

.jlp-automation__description {
    max-width: 720px;

    text-align: left;
}

.jlp-automation__description p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.32;

    color: #252525;
}


/* =========================================================
   CTA
   ========================================================= */

.jlp-automation__cta-area {
    position: relative;

    width: min(calc(100% - 110px), 1330px);
    margin: 18px auto 38px;
}

.jlp-automation__cta {
    width: 100%;
    min-height: 88px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 16px 30px;

    border-radius: 28px;

    background:
        linear-gradient(
            90deg,
            #61acf7 0%,
            #4e9ff3 100%
        );

    box-shadow: 0 7px 12px rgba(0, 0, 0, .20);

    text-decoration: none;
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 2.3vw, 38px);
    line-height: 1;
    letter-spacing: 1.15px;

    color: #ffffff;
}

.jlp-automation__cta strong {
    font-style: italic;
    font-weight: 800;
}

.jlp-automation__contact-pill {
    position: absolute;
    top: -21px;
    right: 24px;
    z-index: 2;

    min-height: 34px;
    padding: 7px 15px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: #9dccf4;

    color: #202c39;
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
}


/* La flecha se mantiene eliminada, aunque hubiera CSS antiguo. */
.jlp-automation__back-top {
    display: none !important;
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1100px) {

    .jlp-services__content {
        padding: 34px 150px 30px 34px;
    }

    .jlp-services__selector {
        gap: 24px;
    }

    .jlp-services__definition-panel {
        min-height: 270px;
    }

    .jlp-method-flow__ribbon {
        right: 10px;
        width: clamp(125px, 13vw, 150px);
    }

    .jlp-automation__benefits {
        grid-template-columns: minmax(190px, .72fr) 1px minmax(0, 1.55fr);

        padding: 24px 145px 24px 34px;
        gap: 28px;
    }

    .jlp-automation__cta-area {
        width: calc(100% - 60px);
    }

    .jlp-automation__cta {
        min-height: 72px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .jlp-services__content {
        padding: 30px 92px 28px 24px;
    }

    .jlp-services__selector {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .jlp-services__definition-panel {
        min-height: 240px;

        padding: 28px 24px;
    }

    .jlp-method-flow__ribbon {
        width: 92px;
        right: 4px;
    }

    .jlp-automation__benefits {
        min-height: auto;

        grid-template-columns: 1fr;
        gap: 18px;

        padding: 28px 88px 28px 24px;
    }

    .jlp-automation__divider {
        width: 100%;
        height: 1px;
    }

    .jlp-automation__description {
        max-width: 100%;

        text-align: center;
    }

    .jlp-automation__cta-area {
        width: calc(100% - 36px);

        margin-bottom: 28px;
    }

    .jlp-automation__cta {
        min-height: 68px;

        flex-direction: column;
        gap: 2px;

        font-size: clamp(20px, 5vw, 28px);
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 480px) {

    .jlp-services__content {
        padding: 24px 68px 24px 16px;
    }

    .jlp-services__title {
        font-size: 24px;
    }

    .jlp-services__copy {
        font-size: 14px;
    }

    .jlp-services__service-button {
        min-height: 46px;

        font-size: 15px;
    }

    .jlp-services__definition-panel {
        min-height: 220px;

        margin-top: 18px;
        padding: 22px 18px;

        border-radius: 17px;
    }

    .jlp-services__definition-inner h3 {
        font-size: 21px;
    }

    .jlp-services__definition-inner p {
        font-size: 14px;
    }

    .jlp-method-flow__ribbon {
        width: 68px;
    }

    .jlp-automation__benefits {
        padding: 24px 64px 24px 16px;
    }

    .jlp-automation__heading h3 {
        font-size: 22px;
    }

    .jlp-automation__description p {
        font-size: 14px;
    }

    .jlp-automation__cta-area {
        width: calc(100% - 24px);

        margin-top: 14px;
    }

    .jlp-automation__cta {
        min-height: 62px;

        padding: 12px 14px;

        border-radius: 20px;

        font-size: 19px;
    }

    .jlp-automation__contact-pill {
        right: 10px;
        top: -17px;

        min-height: 29px;

        font-size: 9px;
    }
}


/* =========================================================
   SERVICIOS CARRUSEL + MODAL 23
   ========================================================= */

/*
 * El panel grande deja de ser una definición.
 * Ahora es un carrusel independiente.
 */
.jlp-services__definition-panel {
    display: none !important;
}


/* =========================================================
   BOTONES
   ========================================================= */

.jlp-services__service-button {
    cursor: pointer;
}

.jlp-services__service-button:focus-visible {
    outline: 3px solid rgba(77, 142, 245, .38);
    outline-offset: 3px;
}


/* =========================================================
   CARRUSEL
   ========================================================= */

.jlp-services__carousel {
    width: min(100%, 1040px);
    margin-top: 26px;
}

.jlp-services__carousel-stage {
    position: relative;

    width: 100%;
    min-height: 315px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #dedede 0%,
            #d4d4d4 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .55),
        0 6px 18px rgba(0, 0, 0, .07);
}

.jlp-services__carousel-image {
    width: 100%;
    height: 100%;

    position: absolute;
    inset: 0;

    display: block;

    object-fit: cover;
    object-position: center;
}

.jlp-services__carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, .86);
    box-shadow: 0 4px 11px rgba(0, 0, 0, .15);

    color: #2b2b2b;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 1;

    cursor: pointer;

    transition:
        transform .18s ease,
        background .18s ease;
}

.jlp-services__carousel-arrow:hover {
    background: #ffffff;
}

.jlp-services__carousel-arrow--prev {
    left: 18px;
}

.jlp-services__carousel-arrow--next {
    right: 18px;
}

.jlp-services__carousel-dots {
    min-height: 30px;
    margin-top: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.jlp-services__carousel-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #b5b5b5;

    cursor: pointer;

    transition:
        width .18s ease,
        border-radius .18s ease,
        background .18s ease;
}

.jlp-services__carousel-dot.is-active {
    width: 25px;

    border-radius: 999px;

    background: #789ff3;
}


/* =========================================================
   MODAL / VENTANITA DE INFORMACIÓN
   ========================================================= */

.jlp-services__modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 5000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(0, 0, 0, .38);
    backdrop-filter: blur(4px);
}

.jlp-services__modal {
    position: relative;

    width: min(100%, 620px);

    padding: 38px 42px 36px;

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, .26);

    animation: jlp-service-modal-in .18s ease-out;
}

@keyframes jlp-service-modal-in {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.jlp-services__modal-close {
    position: absolute;
    top: 14px;
    right: 16px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f0f0f0;

    color: #222222;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1;

    cursor: pointer;
}

.jlp-services__modal-close:hover {
    background: #e5e5e5;
}

.jlp-services__modal-label {
    display: inline-flex;

    margin-bottom: 13px;
    padding: 7px 11px;

    border-radius: 999px;

    background: #edf2fb;

    color: #49576b;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
}

.jlp-services__modal h3 {
    margin: 0 0 16px;

    max-width: 510px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(25px, 2.1vw, 32px);
    font-weight: 800;
    line-height: 1.08;

    color: #171717;
}

.jlp-services__modal p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;

    color: #313131;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .jlp-services__carousel-stage {
        min-height: 260px;
    }

    .jlp-services__carousel-arrow {
        width: 40px;
        height: 40px;

        font-size: 29px;
    }

    .jlp-services__carousel-arrow--prev {
        left: 12px;
    }

    .jlp-services__carousel-arrow--next {
        right: 12px;
    }

    .jlp-services__modal {
        padding: 34px 28px 30px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 480px) {

    .jlp-services__carousel {
        margin-top: 18px;
    }

    .jlp-services__carousel-stage {
        min-height: 220px;

        border-radius: 17px;
    }

    .jlp-services__carousel-arrow {
        width: 36px;
        height: 36px;

        font-size: 25px;
    }

    .jlp-services__carousel-arrow--prev {
        left: 8px;
    }

    .jlp-services__carousel-arrow--next {
        right: 8px;
    }

    .jlp-services__modal-backdrop {
        padding: 14px;
    }

    .jlp-services__modal {
        padding: 34px 20px 26px;

        border-radius: 18px;
    }

    .jlp-services__modal h3 {
        font-size: 23px;
    }

    .jlp-services__modal p {
        font-size: 14px;
        line-height: 1.45;
    }
}


/* =========================================================
   SERVICIOS TITULO + FLECHAS 24
   ========================================================= */

/* Título centrado igual que las demás secciones principales. */
.jlp-services__title {
    width: 100%;
    text-align: center;
}


/* =========================================================
   ICONOS DE FLECHA DEL CARRUSEL
   ========================================================= */

.jlp-services__carousel-arrow {
    color: transparent;
    font-size: 0;
}

.jlp-services__carousel-arrow-icon {
    position: relative;

    width: 13px;
    height: 13px;

    display: block;

    border-top: 3px solid #202020;
    border-right: 3px solid #202020;

    transform-origin: center;
}

.jlp-services__carousel-arrow--prev
.jlp-services__carousel-arrow-icon {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.jlp-services__carousel-arrow--next
.jlp-services__carousel-arrow-icon {
    transform: rotate(45deg);
    margin-right: 4px;
}

/* El círculo conserva el mismo tamaño y queda más limpio. */
.jlp-services__carousel-arrow {
    width: 46px;
    height: 46px;

    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 0, 0, .06);

    box-shadow:
        0 4px 12px rgba(0, 0, 0, .14);
}

.jlp-services__carousel-arrow:hover {
    background: #ffffff;

    transform: translateY(-50%) scale(1.06);
}

.jlp-services__carousel-arrow:focus-visible {
    outline: 3px solid rgba(103, 153, 245, .38);
    outline-offset: 3px;
}


/* Tablet */
@media (max-width: 768px) {

    .jlp-services__carousel-arrow {
        width: 42px;
        height: 42px;
    }

    .jlp-services__carousel-arrow-icon {
        width: 12px;
        height: 12px;

        border-top-width: 3px;
        border-right-width: 3px;
    }
}


/* Móvil */
@media (max-width: 480px) {

    .jlp-services__carousel-arrow {
        width: 38px;
        height: 38px;
    }

    .jlp-services__carousel-arrow-icon {
        width: 10px;
        height: 10px;

        border-top-width: 2.5px;
        border-right-width: 2.5px;
    }
}


/* =========================================================
   SERVICIOS DOS IMAGENES 25
   Aplicación web fija por defecto; Página web reemplaza imagen.
   ========================================================= */

/* Se eliminan definitivamente las estructuras anteriores. */
.jlp-services__carousel,
.jlp-services__carousel-stage,
.jlp-services__carousel-dots,
.jlp-services__carousel-arrow,
.jlp-services__modal-backdrop,
.jlp-services__definition-panel {
    display: none !important;
}


/* =========================================================
   SELECTOR
   ========================================================= */

.jlp-services__selector {
    width: min(100%, 1040px);
    margin: 28px auto 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
}

.jlp-services__service-button {
    min-height: 54px;
    padding: 10px 20px;

    border: 2px solid transparent;
    border-radius: 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 800;

    color: #181818;

    cursor: pointer;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        filter .18s ease;
}

.jlp-services__service-button--blue {
    background: #9cc4f6;
}

.jlp-services__service-button--purple {
    background: #bd70db;
}

.jlp-services__service-button:hover {
    transform: translateY(-1px);
    filter: saturate(1.06);
}

.jlp-services__service-button.is-active {
    border-color: rgba(30, 30, 30, .45);
    box-shadow:
        0 5px 12px rgba(0, 0, 0, .14),
        inset 0 0 0 1px rgba(255, 255, 255, .35);

    transform: translateY(-1px);
}

.jlp-services__service-button:focus-visible {
    outline: 3px solid rgba(83, 144, 245, .38);
    outline-offset: 3px;
}


/* =========================================================
   IMAGEN DEL SERVICIO
   ========================================================= */

.jlp-services__showcase {
    width: min(100%, 1040px);
    margin: 26px auto 0;

    overflow: hidden;

    border-radius: 20px;

    background: #f2f2f2;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, .08);
}

.jlp-services__showcase-image {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;

    transition:
        opacity .18s ease,
        transform .18s ease;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.jlp-services__title {
    width: 100%;
    text-align: center;
}


/* =========================================================
   LAPTOP / TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .jlp-services__selector,
    .jlp-services__showcase {
        width: min(100%, 920px);
    }
}

@media (max-width: 768px) {

    .jlp-services__selector {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .jlp-services__showcase {
        margin-top: 18px;

        border-radius: 16px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 480px) {

    .jlp-services__selector {
        margin-top: 20px;
    }

    .jlp-services__service-button {
        min-height: 47px;

        font-size: 15px;
    }

    .jlp-services__showcase {
        margin-top: 15px;

        border-radius: 13px;
    }
}


/* =========================================================
   SERVICIOS CENTRADO FINAL 27
   - Título con el mismo estilo visual de ¿QUIÉNES SOMOS?
   - Texto, botones e imagen centrados respecto a toda la pantalla
   - Corrige el desplazamiento causado por paddings asimétricos
   ========================================================= */

.jlp-services {
    width: 100%;
    margin: 0;
    background: #ffffff;
}

/* En desktop reservamos el mismo espacio a ambos lados.
   Así el contenido queda centrado en la página, aunque METHOD / tu solución
   siga ocupando el lateral derecho. */
.jlp-services__content {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 48px 210px 34px;
}

/* Igualamos tipografía con .jlp-team__title */
.jlp-services__title {
    width: 100%;
    margin: 0 0 22px;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 2.7vw, 40px);
    font-style: italic;
    font-weight: 800;
    line-height: 1.05;

    color: #101010;
}

/* Texto centrado debajo del título */
.jlp-services__copy {
    width: min(100%, 960px);
    margin: 0 auto;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.18vw, 19px);
    font-weight: 400;
    line-height: 1.35;

    color: #202020;
}

.jlp-services__copy p {
    margin: 0;
}

/* Selector centrado en el eje real de la página */
.jlp-services__selector {
    width: min(100%, 1040px);
    margin: 28px auto 0;
}

/* Imagen centrada en el mismo eje que título, texto y botones */
.jlp-services__showcase {
    width: min(100%, 1040px);
    margin: 26px auto 0;
}

.jlp-services__showcase-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;

    object-fit: contain;
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1100px) {

    .jlp-services__content {
        padding: 38px 150px 30px;
    }

    .jlp-services__title {
        font-size: clamp(27px, 3.5vw, 36px);
    }

    .jlp-services__copy,
    .jlp-services__selector,
    .jlp-services__showcase {
        width: min(100%, 920px);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .jlp-services__content {
        padding: 32px 92px 28px;
    }

    .jlp-services__title {
        margin-bottom: 18px;
        font-size: clamp(26px, 6vw, 34px);
    }

    .jlp-services__copy {
        font-size: 14px;
        line-height: 1.4;
    }

    .jlp-services__selector {
        margin-top: 22px;
    }

    .jlp-services__showcase {
        margin-top: 18px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 480px) {

    .jlp-services__content {
        padding: 28px 68px 24px;
    }

    .jlp-services__title {
        margin-bottom: 16px;
        font-size: clamp(25px, 8vw, 32px);
    }

    .jlp-services__copy {
        font-size: 13px;
        line-height: 1.4;
    }

    .jlp-services__selector {
        margin-top: 20px;
    }

    .jlp-services__showcase {
        margin-top: 15px;
    }
}


/* =========================================================
   SERVICIOS IMAGEN RESPONSIVE FINAL 29
   Desktop/Laptop = horizontal
   Tablet/Móvil = vertical
   ========================================================= */

.jlp-services__picture {
    width: 100%;
    display: block;
}

.jlp-services__showcase {
    width: min(100%, 1040px);
    margin: 26px auto 0;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .08);
}

.jlp-services__showcase-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}


/* =========================================================
   TABLET
   Desde 900px se usa automáticamente la versión vertical.
   Reducimos el ancho para que la infografía vertical no se
   vea excesivamente grande en tablet.
   ========================================================= */

@media (max-width: 900px) {

    .jlp-services__showcase {
        width: min(100%, 700px);
        margin-left: auto;
        margin-right: auto;
    }

    .jlp-services__showcase-image {
        width: 100%;
        height: auto;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .jlp-services__showcase {
        width: 100%;
        border-radius: 16px;
        margin-top: 18px;
    }
}

@media (max-width: 480px) {

    .jlp-services__showcase {
        border-radius: 13px;
        margin-top: 15px;
    }
}


/* =========================================================
   SERVICIOS CENTRADO ABSOLUTO 30
   Un único eje central para toda la pantalla de Servicios.
   ========================================================= */

/* ---------------------------------------------------------
   SERVICIOS
   --------------------------------------------------------- */

.jlp-services {
    width: 100%;
    margin: 0;
}

.jlp-services__content {
    width: min(100%, 1440px);
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-left: 48px;
    padding-right: 48px;
}

.jlp-services__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jlp-services__copy {
    width: min(100%, 960px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jlp-services__selector {
    width: min(100%, 1040px);
    margin-left: auto;
    margin-right: auto;
}

.jlp-services__showcase {
    width: min(100%, 1040px);
    margin-left: auto;
    margin-right: auto;
}

.jlp-services__picture,
.jlp-services__showcase-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------------
   AUTOMATIZA TUS PROCESOS
   --------------------------------------------------------- */

.jlp-automation {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.jlp-automation__benefits {
    width: min(100%, 1200px);
    margin-left: auto;
    margin-right: auto;

    grid-template-columns: minmax(250px, .8fr) 1px minmax(0, 1.45fr);
    gap: 42px;

    padding-left: 48px;
    padding-right: 48px;
}

.jlp-automation__heading {
    width: 100%;
    text-align: center;
}

.jlp-automation__description {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.jlp-automation__cta-area {
    width: min(calc(100% - 96px), 1200px);
    margin-left: auto;
    margin-right: auto;
}

.jlp-automation__cta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    justify-content: center;
    text-align: center;
}

.jlp-automation__contact-pill {
    right: 18px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jlp-services__content {
        padding-left: 32px;
        padding-right: 32px;
    }

    .jlp-services__selector {
        width: min(100%, 700px);
    }

    .jlp-services__showcase {
        width: min(100%, 700px);
    }

    .jlp-automation__benefits {
        width: min(100%, 760px);
        padding-left: 32px;
        padding-right: 32px;
    }

    .jlp-automation__cta-area {
        width: min(calc(100% - 64px), 760px);
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .jlp-services__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .jlp-services__selector,
    .jlp-services__showcase {
        width: 100%;
    }

    .jlp-automation__benefits {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;

        padding-left: 20px;
        padding-right: 20px;
    }

    .jlp-automation__divider {
        width: min(100%, 320px);
        height: 1px;
        margin: 0 auto;
    }

    .jlp-automation__heading,
    .jlp-automation__description {
        text-align: center;
    }

    .jlp-automation__cta-area {
        width: calc(100% - 40px);
    }

    .jlp-automation__contact-pill {
        right: 10px;
    }
}

@media (max-width: 480px) {

    .jlp-services__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jlp-automation__benefits {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jlp-automation__cta-area {
        width: calc(100% - 32px);
    }
}


/* =========================================================
   CONTACTO JLP PREMIUM 31
   Formulario con identidad visual JLP Method
   ========================================================= */

.jlp-contact {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(155, 24, 200, .07), transparent 26%),
        radial-gradient(circle at 88% 82%, rgba(105, 165, 255, .10), transparent 28%),
        #f6f6f8;
}

.jlp-contact__container {
    position: relative;
    z-index: 1;
    padding-top: 68px;
    padding-bottom: 86px;
}

.jlp-contact__heading {
    margin-bottom: 32px;
}

.jlp-contact__heading h2 {
    color: #151515;
    letter-spacing: -.7px;
}

.jlp-contact__heading h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--jlp-purple) 0%,
        var(--jlp-blue) 100%
    );
}

.jlp-contact__heading p {
    margin-top: 12px;
    color: #555c68;
}


/* =========================================================
   TARJETA DEL FORMULARIO
   ========================================================= */

.jlp-contact__form {
    position: relative;

    width: min(100%, 470px);
    margin: 0 auto;
    padding: 34px 34px 32px;

    border: 1px solid rgba(119, 121, 140, .15);
    border-radius: 22px;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            rgba(155, 24, 200, .55),
            rgba(105, 165, 255, .58)
        ) border-box;

    box-shadow:
        0 22px 50px rgba(31, 39, 58, .10),
        0 4px 14px rgba(31, 39, 58, .06);

    font-family: Arial, Helvetica, sans-serif;
}

.jlp-contact__form::before {
    content: "";

    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;

    height: 4px;

    border-radius: 0 0 999px 999px;

    background: linear-gradient(
        90deg,
        var(--jlp-purple) 0%,
        #a64cda 40%,
        var(--jlp-blue) 100%
    );
}


/* =========================================================
   CAMPOS
   ========================================================= */

.jlp-contact__field {
    margin-bottom: 20px;
}

.jlp-contact__field label {
    display: block;

    margin-bottom: 8px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1px;

    color: #252938;
}

.jlp-contact__control {
    width: 100%;
    min-height: 48px;

    padding: 12px 14px;

    border: 1px solid #d9dce5;
    border-radius: 11px;

    outline: none;

    background: #fbfbfd;

    color: #202333;

    font: inherit;
    font-size: 13px;

    box-shadow:
        inset 0 1px 2px rgba(19, 23, 35, .025);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        transform .2s ease;
}

.jlp-contact__control:hover {
    border-color: #c7cbd8;
    background: #ffffff;
}

.jlp-contact__control::placeholder {
    color: #aeb3c0;
}

.jlp-contact__control:focus {
    border-color: #8d7feb;

    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(132, 126, 235, .12),
        0 5px 14px rgba(105, 165, 255, .08);
}

.jlp-contact__select {
    cursor: pointer;
    color: #303441;
}

.jlp-contact__textarea {
    min-height: 128px;
    resize: vertical;
    line-height: 1.45;
}


/* =========================================================
   VALIDACIONES
   ========================================================= */

.jlp-contact__field .validation-message {
    display: block;

    margin-top: 7px;

    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;

    color: #b4234d;
}


/* =========================================================
   BOTÓN
   ========================================================= */

.jlp-contact__submit {
    position: relative;

    width: 100%;
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 4px;
    padding: 12px 18px;

    border: 0;
    border-radius: 12px;

    background:
        linear-gradient(
            100deg,
            var(--jlp-purple) 0%,
            #8b56e8 48%,
            var(--jlp-blue) 100%
        );

    box-shadow:
        0 10px 22px rgba(119, 92, 224, .24);

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .35px;

    cursor: pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.jlp-contact__submit:hover:not(:disabled) {
    opacity: 1;
    transform: translateY(-2px);

    filter: saturate(1.08);

    box-shadow:
        0 14px 27px rgba(119, 92, 224, .30);
}

.jlp-contact__submit:active:not(:disabled) {
    transform: translateY(0);
}

.jlp-contact__submit:focus-visible {
    outline: 3px solid rgba(105, 165, 255, .32);
    outline-offset: 3px;
}

.jlp-contact__submit:disabled {
    opacity: .62;
    cursor: wait;
    filter: grayscale(.12);
}


/* =========================================================
   MENSAJES DE ESTADO
   ========================================================= */

.jlp-contact__status {
    margin-top: 18px;
    padding: 13px 15px;

    border: 1px solid transparent;
    border-radius: 11px;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.jlp-contact__status--success {
    border-color: #cbe8d2;
    background: #effaf2;
    color: #216d37;
}

.jlp-contact__status--error {
    border-color: #f0c9d2;
    background: #fff2f5;
    color: #96304a;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .jlp-contact__container {
        padding-top: 58px;
        padding-bottom: 72px;
    }

    .jlp-contact__form {
        width: min(100%, 450px);
        padding: 30px 28px 28px;
        border-radius: 20px;
    }

    .jlp-contact__form::before {
        left: 28px;
        right: 28px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .jlp-contact__container {
        padding: 52px 16px 66px;
    }

    .jlp-contact__heading {
        margin-bottom: 26px;
    }

    .jlp-contact__heading h2 {
        font-size: 34px;
    }

    .jlp-contact__heading h2::after {
        width: 60px;
        height: 3px;
        margin-top: 11px;
    }

    .jlp-contact__heading p {
        margin-top: 10px;
        font-size: 14px;
    }

    .jlp-contact__form {
        width: min(100%, 390px);

        padding: 27px 20px 23px;

        border-radius: 18px;

        box-shadow:
            0 16px 36px rgba(31, 39, 58, .10),
            0 3px 10px rgba(31, 39, 58, .05);
    }

    .jlp-contact__form::before {
        left: 20px;
        right: 20px;
    }

    .jlp-contact__field {
        margin-bottom: 17px;
    }

    .jlp-contact__field label {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .jlp-contact__control {
        min-height: 46px;
        padding: 11px 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .jlp-contact__textarea {
        min-height: 118px;
    }

    .jlp-contact__submit {
        min-height: 48px;
        border-radius: 11px;
    }
}


/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 390px) {

    .jlp-contact__container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jlp-contact__form {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jlp-contact__form::before {
        left: 16px;
        right: 16px;
    }
}


/* =========================================================
   CONTACTO LINEA DEBAJO 32
   La línea decorativa queda debajo del subtítulo.
   ========================================================= */

/* Quitamos la línea que estaba justo debajo de "Contáctanos". */
.jlp-contact__heading h2::after {
    display: none !important;
}

/* El subtítulo queda unido visualmente al título. */
.jlp-contact__heading p {
    margin-top: 12px;
}

/* Nueva línea debajo de toda la frase. */
.jlp-contact__heading p::after {
    content: "";

    display: block;

    width: 74px;
    height: 4px;

    margin: 16px auto 0;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--jlp-purple) 0%,
            var(--jlp-blue) 100%
        );
}


/* Móvil */
@media (max-width: 600px) {

    .jlp-contact__heading p::after {
        width: 60px;
        height: 3px;

        margin-top: 13px;
    }
}


/* =========================================================
   METHOD SOLO DESKTOP 33
   METHOD / tu solución:
   - PC / laptop: visible
   - Tablet / móvil: oculto
   ========================================================= */

/* En desktop se mantiene visible. */
@media (min-width: 1025px) {
    .jlp-method-flow__ribbon {
        display: block;
    }
}

/* Tablet y móvil: ocultar completamente la imagen. */
@media (max-width: 1024px) {
    .jlp-method-flow__ribbon {
        display: none !important;
    }
}


/* =========================================================
   RECUPERAR EL ESPACIO AL OCULTAR METHOD
   ========================================================= */

@media (max-width: 1024px) {

    .jlp-services__content {
        padding-left: 32px;
        padding-right: 32px;
    }

    .jlp-automation__benefits {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 600px) {

    .jlp-services__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .jlp-automation__benefits {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {

    .jlp-services__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jlp-automation__benefits {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* =========================================================
   HERO CARRUSEL FINAL 34
   - 4 imágenes
   - Cambio automático cada 5 segundos
   - Flechas manuales
   - Indicadores inferiores
   - Transición suave
   - METHOD sigue oculto en tablet/móvil según ajuste 33
   ========================================================= */

.jlp-hero__image {
    position: relative;
    isolation: isolate;

    background: #111722;
}

/* Todas las imágenes ocupan exactamente el mismo escenario. */
.jlp-hero__slide {
    position: absolute;
    inset: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    opacity: 0;
    visibility: hidden;

    object-fit: cover;
    object-position: center;

    transform: scale(1.012);

    transition:
        opacity .75s ease,
        visibility .75s ease,
        transform 5.5s ease;

    pointer-events: none;
    user-select: none;
}

/* Imagen visible. */
.jlp-hero__slide.is-active {
    z-index: 2;

    opacity: 1;
    visibility: visible;

    transform: scale(1);
}


/* =========================================================
   FLECHAS
   ========================================================= */

.jlp-hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 8;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    transform: translateY(-50%);

    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;

    background: rgba(255, 255, 255, .82);

    box-shadow:
        0 7px 22px rgba(0, 0, 0, .18);

    cursor: pointer;

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.jlp-hero__arrow:hover {
    background: rgba(255, 255, 255, .96);

    transform:
        translateY(-50%)
        scale(1.06);

    box-shadow:
        0 9px 26px rgba(0, 0, 0, .22);
}

.jlp-hero__arrow:focus-visible {
    outline: 3px solid rgba(105, 165, 255, .78);
    outline-offset: 3px;
}

.jlp-hero__arrow--prev {
    left: 24px;
}

/*
 * En PC METHOD / tu solución está en el lateral derecho.
 * Dejamos la flecha derecha antes de ese ribbon para que
 * nunca se pisen visualmente.
 */
.jlp-hero__arrow--next {
    right: clamp(175px, 12.5vw, 215px);
}

.jlp-hero__arrow-icon {
    width: 14px;
    height: 14px;

    display: block;

    border-top: 3px solid #292d3c;
    border-right: 3px solid #292d3c;
}

.jlp-hero__arrow--prev .jlp-hero__arrow-icon {
    margin-left: 5px;
    transform: rotate(-135deg);
}

.jlp-hero__arrow--next .jlp-hero__arrow-icon {
    margin-right: 5px;
    transform: rotate(45deg);
}


/* =========================================================
   PUNTOS
   ========================================================= */

.jlp-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 8;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 8px 11px;

    transform: translateX(-50%);

    border-radius: 999px;

    background: rgba(15, 19, 31, .30);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.jlp-hero__dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: 0;
    border-radius: 999px;

    background: rgba(255, 255, 255, .62);

    cursor: pointer;

    transition:
        width .22s ease,
        background .22s ease,
        transform .22s ease;
}

.jlp-hero__dot:hover {
    background: #ffffff;
    transform: scale(1.12);
}

.jlp-hero__dot.is-active {
    width: 28px;

    background:
        linear-gradient(
            90deg,
            var(--jlp-purple) 0%,
            var(--jlp-blue) 100%
        );
}

.jlp-hero__dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}


/* =========================================================
   TABLET
   METHOD ya está oculto a 1024px o menos, así que la
   flecha derecha puede volver al borde normal.
   ========================================================= */

@media (max-width: 1024px) {

    .jlp-hero__arrow--next {
        right: 20px;
    }

    .jlp-hero__arrow--prev {
        left: 20px;
    }
}


/* =========================================================
   MÓVIL / TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 768px) {

    .jlp-hero__arrow {
        width: 42px;
        height: 42px;
    }

    .jlp-hero__arrow--prev {
        left: 13px;
    }

    .jlp-hero__arrow--next {
        right: 13px;
    }

    .jlp-hero__arrow-icon {
        width: 12px;
        height: 12px;

        border-top-width: 2.5px;
        border-right-width: 2.5px;
    }

    .jlp-hero__dots {
        bottom: 12px;
        gap: 7px;
        padding: 7px 9px;
    }

    .jlp-hero__dot {
        width: 8px;
        height: 8px;
    }

    .jlp-hero__dot.is-active {
        width: 23px;
    }
}


/* =========================================================
   TELÉFONO
   ========================================================= */

@media (max-width: 480px) {

    .jlp-hero__arrow {
        width: 36px;
        height: 36px;

        background: rgba(255, 255, 255, .78);
    }

    .jlp-hero__arrow--prev {
        left: 9px;
    }

    .jlp-hero__arrow--next {
        right: 9px;
    }

    .jlp-hero__arrow-icon {
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .jlp-hero__dots {
        bottom: 10px;
    }
}


/* Personas que prefieren menos movimiento. */
@media (prefers-reduced-motion: reduce) {

    .jlp-hero__slide {
        transition:
            opacity .15s linear,
            visibility .15s linear;
        transform: none;
    }

    .jlp-hero__arrow,
    .jlp-hero__dot {
        transition: none;
    }
}


/* =========================================================
   HERO MULTIFORMATO FINAL 36
   ========================================================= */

.jlp-hero__picture {
    position: static;
}

.jlp-hero__slide {
    object-fit: cover;
    object-position: center !important;
}

@media (max-width: 768px) {
    .jlp-hero__photo,
    .jlp-hero__slide {
        object-position: center !important;
    }
}

@media (max-width: 480px) {
    .jlp-hero__photo,
    .jlp-hero__slide {
        object-position: center !important;
    }
}

/* iPad Pro y tablets grandes horizontales:
   ocultar METHOD / tu solución igual que en tablet normal. */
@media (min-width: 1025px) and (max-width: 1366px)
       and (orientation: landscape)
       and (pointer: coarse) {

    .jlp-method-flow__ribbon {
        display: none !important;
    }

    .jlp-hero__arrow--next {
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .jlp-hero__arrow--prev {
        left: 20px;
    }

    .jlp-hero__arrow--next {
        right: 20px;
    }
}
