:root {
    --leosoftec-boscan-primary: #c43b5a;
    --leosoftec-boscan-primary-dark: #982b45;
    --leosoftec-boscan-primary-soft: #f2c2ce;
    --leosoftec-boscan-ink: #171820;
    --leosoftec-boscan-deep: #20222b;
    --leosoftec-boscan-muted: #6d707b;
    --leosoftec-boscan-soft: #f4f5f7;
    --leosoftec-boscan-border: #e4e5e9;
}

/* =========================================================
   INTEGRACIÓN CON EL TEMA / FULL BLEED
   La página administrada por Leosoftec utiliza Elementor Full Width
   (elementor_header_footer): conserva header/footer del tema y evita
   que el template interno pinte el banner de título. Estos selectores
   quedan además como respaldo para temas que inyecten breadcrumbs.
   ========================================================= */
body.leosoftec-landing-servicios-page {
    overflow-x: hidden;
}

body.leosoftec-landing-servicios-page .page-header,
body.leosoftec-landing-servicios-page .entry-header,
body.leosoftec-landing-servicios-page .page-title,
body.leosoftec-landing-servicios-page .page-title-area,
body.leosoftec-landing-servicios-page .page-title-section,
body.leosoftec-landing-servicios-page .page-title-wrapper,
body.leosoftec-landing-servicios-page .page-title-wrap,
body.leosoftec-landing-servicios-page .titlebar,
body.leosoftec-landing-servicios-page .title-bar,
body.leosoftec-landing-servicios-page .page-title-bar,
body.leosoftec-landing-servicios-page .page-banner,
body.leosoftec-landing-servicios-page .page-banner-area,
body.leosoftec-landing-servicios-page .inner-banner,
body.leosoftec-landing-servicios-page .sub-banner,
body.leosoftec-landing-servicios-page .breadcrumb-area,
body.leosoftec-landing-servicios-page .breadcrumb-section,
body.leosoftec-landing-servicios-page .breadcrumb-wrapper,
body.leosoftec-landing-servicios-page .breadcrumbs,
body.leosoftec-landing-servicios-page .breadcumb-area,
body.leosoftec-landing-servicios-page .breadcumb-wrapper,
body.leosoftec-landing-servicios-page .elementor-page-title {
    display: none !important;
}

body.leosoftec-landing-servicios-page .site-main,
body.leosoftec-landing-servicios-page .content-area,
body.leosoftec-landing-servicios-page .site-content,
body.leosoftec-landing-servicios-page article.page,
body.leosoftec-landing-servicios-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.leosoftec-landing-servicios-page .entry-content > .elementor {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
}

/* El slider debe tocar ambos bordes del viewport aunque el tema envuelva
   Elementor dentro de un contenedor boxed. */
.leosoftec-slider-section {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.leosoftec-slider-section > .elementor-container,
.leosoftec-slider-section > .elementor-container > .elementor-column,
.leosoftec-slider-section .elementor-widget-wrap,
.leosoftec-slider-section .elementor-widget-leosoftec-services-slider,
.leosoftec-slider-section .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   HERO / SLIDER DE SERVICIOS
   ========================================================= */
/* Full-bleed directamente sobre el widget. Esto no depende de que el tema
   respete la clase de la sección Elementor y corrige wrappers boxed de 1200/1300px. */
body.leosoftec-landing-servicios-page .leosoftec-service-slider {
    position: relative !important;
    left: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

body.leosoftec-landing-servicios-page .elementor-widget-leosoftec-services-slider,
body.leosoftec-landing-servicios-page .elementor-widget-leosoftec-services-slider > .elementor-widget-container,
body.leosoftec-landing-servicios-page .leosoftec-slider-section,
body.leosoftec-landing-servicios-page .leosoftec-slider-section > .elementor-container,
body.leosoftec-landing-servicios-page .leosoftec-slider-section .elementor-column,
body.leosoftec-landing-servicios-page .leosoftec-slider-section .elementor-widget-wrap {
    overflow: visible !important;
}

.leosoftec-service-slider {
    position: relative;
    width: 100%;
    min-height: 640px;
    overflow: hidden;
    background: #171923;
    color: #fff;
    isolation: isolate;
}

.leosoftec-service-slider__viewport {
    position: relative;
    min-height: 640px;
}

.leosoftec-service-slide {
    position: absolute;
    inset: 0;
    min-height: 640px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.012);
    transition: opacity 1.15s cubic-bezier(.22,.61,.36,1), visibility 1.15s cubic-bezier(.22,.61,.36,1), transform 1.45s cubic-bezier(.22,.61,.36,1);
    background:
        radial-gradient(circle at 78% 20%, rgba(196,59,90,.25), transparent 25%),
        linear-gradient(112deg, #171923 0%, #20232d 48%, #30323d 100%);
}

.leosoftec-service-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    z-index: 2;
}

.leosoftec-service-slide::before,
.leosoftec-service-slide::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.leosoftec-service-slide::before {
    width: 480px;
    height: 480px;
    left: -280px;
    top: -230px;
    border: 1px solid rgba(255,255,255,.075);
    transform: rotate(45deg);
}

.leosoftec-service-slide::after {
    width: 230px;
    height: 230px;
    left: -138px;
    bottom: -145px;
    border: 1px solid rgba(255,255,255,.08);
    transform: rotate(45deg);
}

.leosoftec-service-slide__visual {
    position: absolute;
    z-index: 0;
    inset: 0 0 0 auto;
    width: 63%;
    overflow: hidden;
}

.leosoftec-service-slide__photo {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(24,26,35,.04), rgba(24,26,35,.13)),
        var(--ls-slide-image, linear-gradient(135deg, #4e2633, #ba3952));
    background-size: cover;
    background-position: center;
    clip-path: ellipse(72% 96% at 75% 50%);
    transform: scale(1.035);
    transition: transform 6.5s cubic-bezier(.2,.65,.25,1);
}

.leosoftec-service-slide.is-active .leosoftec-service-slide__photo {
    transform: scale(1.09);
}

.leosoftec-service-slide.no-image .leosoftec-service-slide__photo {
    background-image:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,.14), transparent 22%),
        radial-gradient(circle at 75% 65%, rgba(255,255,255,.08), transparent 30%),
        linear-gradient(135deg, #46202b 0%, #9d3048 52%, #d85b78 100%);
}

.leosoftec-service-slide__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, #1a1c25 0%, rgba(26,28,37,.76) 17%, rgba(26,28,37,.06) 47%, rgba(26,28,37,.16) 100%);
    pointer-events: none;
}

.leosoftec-service-slide__visual::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 52%;
    height: 42%;
    right: -7%;
    bottom: -9%;
    border-radius: 50% 0 0 0;
    background: rgba(27,29,38,.80);
    border: 1px solid rgba(255,255,255,.07);
}

.leosoftec-service-slide__rings {
    position: absolute;
    z-index: 4;
    width: 430px;
    height: 430px;
    right: -235px;
    top: 80px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.015);
}

.leosoftec-service-slide__monogram {
    display: none;
    position: absolute;
    right: 9vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: clamp(150px, 18vw, 280px);
    font-weight: 800;
    line-height: 1;
    color: rgba(255,255,255,.13);
    letter-spacing: -.08em;
}

.leosoftec-service-slide.no-image .leosoftec-service-slide__monogram {
    display: block;
}

.leosoftec-service-slide__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(19,21,29,.98) 0%, rgba(19,21,29,.91) 38%, rgba(19,21,29,.25) 65%, rgba(19,21,29,.08) 100%);
}

.leosoftec-service-slide__inner {
    position: relative;
    z-index: 6;
    width: min(1200px, calc(100% - 120px));
    min-height: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.leosoftec-service-slide__copy {
    width: min(590px, 52%);
    padding: 68px 0 92px;
}

.leosoftec-service-slide__copy > * {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .8s cubic-bezier(.22,.61,.36,1);
}

.leosoftec-service-slide.is-active .leosoftec-service-slide__copy > * {
    opacity: 1;
    transform: translateY(0);
}

.leosoftec-service-slide.is-active .leosoftec-service-slide__copy > *:nth-child(2) { transition-delay: .08s; }
.leosoftec-service-slide.is-active .leosoftec-service-slide__copy > *:nth-child(3) { transition-delay: .14s; }
.leosoftec-service-slide.is-active .leosoftec-service-slide__copy > *:nth-child(4) { transition-delay: .20s; }
.leosoftec-service-slide.is-active .leosoftec-service-slide__copy > *:nth-child(5) { transition-delay: .26s; }

.leosoftec-service-slide__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .16em;
    color: #f1a8b8;
    text-transform: uppercase;
}

.leosoftec-service-slide__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: var(--leosoftec-boscan-primary);
}

.leosoftec-service-slide__number {
    display: block;
    margin-top: 0;
    font-size: 12px;
    letter-spacing: .14em;
    color: rgba(255,255,255,.56);
}

.leosoftec-service-slide h1 {
    margin: 12px 0 20px;
    max-width: 690px;
    color: #fff !important;
    font-size: clamp(43px, 5vw, 72px) !important;
    line-height: .99 !important;
    font-weight: 750 !important;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.leosoftec-service-slide p {
    max-width: 650px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.88) !important;
    font-size: 18px;
    line-height: 1.55;
}

.leosoftec-service-slide__button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 162px;
    padding: 14px 19px;
    border-radius: 5px;
    background: var(--leosoftec-boscan-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 750;
    box-shadow: 0 12px 28px rgba(151,39,66,.25);
    transition: background .2s ease, transform .2s ease;
}

.leosoftec-service-slide__button:hover {
    background: var(--leosoftec-boscan-primary-dark);
    color: #fff !important;
    transform: translateY(-2px);
}

.leosoftec-service-slide__button span {
    margin-left: auto;
}

.leosoftec-service-slider__controls {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 34px;
    width: min(1200px, calc(100% - 120px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
}

.leosoftec-service-slider__arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.leosoftec-service-slider__arrow:hover {
    background: var(--leosoftec-boscan-primary);
    border-color: var(--leosoftec-boscan-primary);
}

.leosoftec-service-slider__dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.leosoftec-service-slider__dot {
    width: 38px;
    height: 18px;
    padding: 7px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.leosoftec-service-slider__dot span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: rgba(255,255,255,.28);
    transition: background .25s ease, width .25s ease;
}

.leosoftec-service-slider__dot.is-active span {
    background: var(--leosoftec-boscan-primary);
}

/* =========================================================
   SECCIONES GENERALES
   ========================================================= */
.leosoftec-boscan-section {
    padding: 100px 7vw;
}

.leosoftec-boscan-section > .elementor-container,
.leosoftec-boscan-contact > .elementor-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.leosoftec-section-title .elementor-heading-title {
    margin: 0;
    color: var(--leosoftec-boscan-ink);
    font-size: clamp(38px, 4.5vw, 62px) !important;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.leosoftec-large-copy,
.leosoftec-section-copy {
    color: var(--leosoftec-boscan-muted);
    font-size: 19px;
    line-height: 1.65;
}

.leosoftec-large-copy p,
.leosoftec-section-copy p {
    color: inherit;
    margin: 0;
}

/* =========================================================
   SOMOS MÁS QUE CONTABILIDAD
   ========================================================= */
.leosoftec-statement-section {
    background: #fff;
}

.leosoftec-statement-section > .elementor-container {
    align-items: stretch;
}

.leosoftec-more-visual-column .elementor-widget-wrap,
.leosoftec-more-visual-column .elementor-widget-html,
.leosoftec-more-visual-column .elementor-widget-container {
    height: 100%;
}

.leosoftec-more-visual {
    position: relative;
    min-height: 430px;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    padding: 54px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(150deg, #181a22 0%, #242732 58%, #31343f 100%);
    box-shadow: 0 24px 55px rgba(28,30,39,.12);
    color: #fff;
}

.leosoftec-more-visual::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -118px;
    bottom: -125px;
    border-radius: 50%;
    background: linear-gradient(145deg, #a9304a, #d55472);
}

.leosoftec-more-visual__pattern {
    position: absolute;
    inset: 0;
    opacity: .25;
    background:
        linear-gradient(135deg, transparent 44%, rgba(255,255,255,.05) 45%, transparent 46%) 0 0 / 100px 100px,
        linear-gradient(45deg, transparent 44%, rgba(255,255,255,.035) 45%, transparent 46%) 0 0 / 100px 100px;
}

.leosoftec-more-visual__kicker {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #f09caf;
}

.leosoftec-more-visual strong {
    position: relative;
    z-index: 2;
    font-size: clamp(42px, 4.5vw, 64px);
    line-height: .95;
    letter-spacing: -.05em;
    font-weight: 750;
}

.leosoftec-more-visual strong em {
    color: #fff;
    font-style: normal;
}

.leosoftec-more-visual__line {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 6px;
    margin-top: 30px;
    border-radius: 20px;
    background: var(--leosoftec-boscan-primary);
}

.leosoftec-more-visual__seal {
    position: absolute;
    z-index: 3;
    right: 26px;
    bottom: 22px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.23);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.leosoftec-more-visual__seal span {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
}

.leosoftec-more-copy-column > .elementor-widget-wrap {
    align-content: center;
    padding-left: 34px !important;
}

.leosoftec-more-copy {
    margin-top: 22px;
    max-width: 670px;
}

.leosoftec-more-accent {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.leosoftec-more-accent > span {
    display: block;
    width: 70px;
    height: 4px;
    border-radius: 20px;
    background: var(--leosoftec-boscan-primary);
}

.leosoftec-more-accent small {
    color: #8a8d95;
    font-size: 13px;
}

/* =========================================================
   CATÁLOGOS: INTRO VISUAL INSPIRADA EN LA REFERENCIA
   ========================================================= */
.leosoftec-catalog-intro-section {
    background: #f5f6f7;
    padding-top: 110px;
    padding-bottom: 95px;
}

.leosoftec-catalog-intro-section > .elementor-container {
    align-items: center;
}

.leosoftec-catalog-mockup {
    position: relative;
    width: min(440px, 92%);
    height: 350px;
    margin: 0 auto;
    perspective: 1000px;
}

.leosoftec-catalog-sheet {
    position: absolute;
    width: 245px;
    height: 315px;
    left: 50%;
    top: 50%;
    padding: 28px 26px;
    border-radius: 4px;
    box-shadow: 0 24px 34px rgba(20,22,29,.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.leosoftec-catalog-sheet span {
    font-size: 10px;
    letter-spacing: .15em;
    font-weight: 800;
}

.leosoftec-catalog-sheet strong {
    margin-top: auto;
    font-size: 22px;
    line-height: 1.03;
    letter-spacing: -.03em;
}

.leosoftec-catalog-sheet--back {
    transform: translate(-82%, -47%) rotate(-18deg);
    background: #272a33;
    color: #fff;
}

.leosoftec-catalog-sheet--middle {
    transform: translate(-50%, -52%) rotate(-7deg);
    background: #fff;
    color: #252730;
}

.leosoftec-catalog-sheet--middle::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -90px;
    top: 20px;
    border-radius: 50%;
    background: #f2c3ce;
}

.leosoftec-catalog-sheet--front {
    transform: translate(-18%, -48%) rotate(9deg);
    background: linear-gradient(155deg, #a82e49 0%, #c74361 58%, #e27e94 100%);
    color: #fff;
}

.leosoftec-catalog-sheet--front::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -120px;
    top: -115px;
    border-radius: 50%;
    border: 35px solid rgba(255,255,255,.10);
}

.leosoftec-catalog-sheet--front i {
    position: absolute;
    top: 45px;
    right: 28px;
    font-size: 76px;
    font-style: normal;
    font-weight: 800;
    color: rgba(255,255,255,.20);
}

.leosoftec-catalog-copy-column > .elementor-widget-wrap {
    padding-left: 34px !important;
}

.leosoftec-catalog-copy {
    max-width: 650px;
    margin-top: 20px;
}

.leosoftec-catalog-jump {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    padding: 13px 20px;
    border-radius: 6px;
    background: var(--leosoftec-boscan-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 750;
    transition: transform .2s ease, background .2s ease;
}

.leosoftec-catalog-jump:hover {
    background: var(--leosoftec-boscan-primary-dark);
    transform: translateY(-2px);
}

.leosoftec-catalog-list-section {
    background: #fff;
    padding-top: 80px;
}

.leosoftec-catalog-list-title .elementor-heading-title {
    margin: 0 0 28px;
    color: var(--leosoftec-boscan-ink);
    font-size: clamp(28px, 3vw, 38px) !important;
    letter-spacing: -.035em;
}

/* =========================================================
   GRID DE CATÁLOGOS + GRID LEGACY DE SERVICIOS
   ========================================================= */
.leosoftec-services-grid,
.leosoftec-catalogs-grid {
    display: grid;
    grid-template-columns: repeat(var(--ls-cols, 4), minmax(0, 1fr));
    gap: 24px;
}

.leosoftec-service-card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none !important;
    color: #fff !important;
    background-image: var(--ls-card-image, linear-gradient(145deg, #2b2d36, #4a4d58));
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 38px rgba(23,24,32,.10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.leosoftec-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(23,24,32,.18);
}

.leosoftec-service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20,21,28,.12), rgba(69,18,31,.94));
}

.leosoftec-service-card__content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 28px;
}

.leosoftec-service-card__eyebrow,
.leosoftec-catalog-card__eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 700;
    color: #f0a5b5;
    margin-bottom: 9px;
}

.leosoftec-service-card h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.leosoftec-service-card p {
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.leosoftec-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: 18px;
    border-radius: 50%;
    background: #fff;
    color: var(--leosoftec-boscan-primary);
    font-size: 20px;
}

.leosoftec-catalogs-grid {
    margin-top: 4px;
}

.leosoftec-catalog-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--leosoftec-boscan-border);
    box-shadow: 0 12px 30px rgba(23,24,32,.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.leosoftec-catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(23,24,32,.12);
}

.leosoftec-catalog-card__media {
    display: block;
    height: 290px;
    overflow: hidden;
    background: linear-gradient(145deg, #eeeef1, #dadce1);
}

.leosoftec-catalog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.leosoftec-catalog-card:hover .leosoftec-catalog-card__media img {
    transform: scale(1.035);
}

.leosoftec-catalog-card__placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: 800;
    color: #c4c5ca;
    background:
        radial-gradient(circle at 75% 25%, rgba(196,59,90,.16), transparent 28%),
        linear-gradient(145deg, #f2f2f4, #e1e2e6);
}

.leosoftec-catalog-card__body {
    padding: 25px;
}

.leosoftec-catalog-card__eyebrow {
    color: var(--leosoftec-boscan-primary);
}

.leosoftec-catalog-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

.leosoftec-catalog-card h3 a {
    color: var(--leosoftec-boscan-ink);
    text-decoration: none;
}

.leosoftec-catalog-card p {
    margin: 0 0 20px;
    color: var(--leosoftec-boscan-muted);
    line-height: 1.55;
}

.leosoftec-catalog-card__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 750;
    text-decoration: none !important;
}

.leosoftec-admin-warning {
    display: block;
    color: #a00;
    margin-top: 10px;
}

.leosoftec-empty-state {
    padding: 20px 22px;
    border: 1px dashed #c9c9cf;
    border-radius: 12px;
    background: #fff;
    color: #60636c;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.leosoftec-boscan-contact {
    position: relative;
    overflow: hidden;
    padding: 84px 7vw;
    background: linear-gradient(118deg, #20222b 0%, #282a34 54%, #3b2630 100%);
    color: #fff;
}

.leosoftec-boscan-contact::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -170px;
    top: -265px;
    border-radius: 50%;
    border: 85px solid rgba(196,59,90,.18);
}

.leosoftec-boscan-contact .elementor-heading-title,
.leosoftec-boscan-contact .elementor-widget-text-editor,
.leosoftec-boscan-contact .elementor-widget-text-editor p {
    color: #fff;
}

.leosoftec-contact-title .elementor-heading-title {
    font-size: clamp(36px, 4.4vw, 57px) !important;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.leosoftec-light-button .elementor-button {
    background: var(--leosoftec-boscan-primary) !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 15px 22px !important;
    font-weight: 750;
}

.leosoftec-contact-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    padding: 27px;
    border-radius: 16px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.13);
    backdrop-filter: blur(8px);
}

.leosoftec-contact-data small {
    display: block;
    color: rgba(255,255,255,.62);
    margin-bottom: 5px;
}

.leosoftec-contact-data a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 650;
}

.leosoftec-social-links {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.leosoftec-social-links a {
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.20);
    font-size: 12px;
}

/* =========================================================
   VISOR PDF
   ========================================================= */
.leosoftec-pdf-page {
    background: #f5f5f7;
    min-height: 80vh;
    padding: 42px 18px 60px;
}

.leosoftec-pdf-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.leosoftec-pdf-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.leosoftec-pdf-toolbar h1 {
    margin: 6px 0 0;
    color: var(--leosoftec-boscan-ink);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
}

.leosoftec-pdf-back {
    color: var(--leosoftec-boscan-primary) !important;
    text-decoration: none !important;
    font-weight: 700;
}

.leosoftec-pdf-open {
    background: var(--leosoftec-boscan-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 9px;
    white-space: nowrap;
}

.leosoftec-pdf-viewer-wrap {
    height: calc(100vh - 190px);
    min-height: 640px;
    overflow: hidden;
    border-radius: 14px;
    background: #2b2d33;
    box-shadow: 0 14px 40px rgba(0,0,0,.12);
}

.leosoftec-pdf-viewer {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.leosoftec-pdf-fallback {
    margin: 14px 0 0;
    color: #686b74;
    font-size: 13px;
}

.leosoftec-pdf-missing {
    padding: 70px 24px;
    text-align: center;
    border: 1px dashed #c8c9cd;
    border-radius: 14px;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .leosoftec-service-slider,
    .leosoftec-service-slider__viewport,
    .leosoftec-service-slide,
    .leosoftec-service-slide__inner {
        min-height: 590px;
    }

    .leosoftec-service-slide__inner,
    .leosoftec-service-slider__controls {
        width: min(100% - 70px, 1080px);
    }

    .leosoftec-service-slide__copy {
        width: 58%;
    }

    .leosoftec-service-slide__visual {
        width: 62%;
    }

    .leosoftec-services-grid,
    .leosoftec-catalogs-grid {
        grid-template-columns: repeat(var(--ls-cols-tablet, 2), minmax(0, 1fr));
    }

    .leosoftec-more-copy-column > .elementor-widget-wrap,
    .leosoftec-catalog-copy-column > .elementor-widget-wrap {
        padding-left: 18px !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-service-slider,
    .leosoftec-service-slider__viewport,
    .leosoftec-service-slide,
    .leosoftec-service-slide__inner {
        min-height: 620px;
    }

    .leosoftec-service-slide__visual {
        width: 100%;
        opacity: .52;
    }

    .leosoftec-service-slide__photo {
        clip-path: none;
    }

    .leosoftec-service-slide__visual::before {
        background: linear-gradient(180deg, rgba(20,22,30,.55) 0%, rgba(20,22,30,.72) 35%, rgba(20,22,30,.97) 80%);
    }

    .leosoftec-service-slide__shade {
        background: linear-gradient(180deg, rgba(17,19,27,.34), rgba(17,19,27,.87) 55%, rgba(17,19,27,.98));
    }

    .leosoftec-service-slide__inner {
        width: calc(100% - 42px);
        align-items: flex-end;
    }

    .leosoftec-service-slide__copy {
        width: 100%;
        padding: 94px 0 104px;
    }

    .leosoftec-service-slide h1 {
        font-size: clamp(38px, 11vw, 54px) !important;
    }

    .leosoftec-service-slide p {
        font-size: 16px;
        line-height: 1.5;
    }

    .leosoftec-service-slider__controls {
        width: calc(100% - 42px);
        bottom: 28px;
    }

    .leosoftec-service-slider__dot {
        width: 24px;
    }

    .leosoftec-boscan-section,
    .leosoftec-boscan-contact {
        padding-left: 22px;
        padding-right: 22px;
    }

    .leosoftec-statement-section,
    .leosoftec-catalog-intro-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .leosoftec-more-copy-column > .elementor-widget-wrap,
    .leosoftec-catalog-copy-column > .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-top: 34px !important;
    }

    .leosoftec-more-visual {
        min-height: 350px;
        padding: 38px 30px;
    }

    .leosoftec-catalog-mockup {
        height: 300px;
    }

    .leosoftec-catalog-sheet {
        width: 205px;
        height: 270px;
    }

    .leosoftec-catalog-sheet--back {
        transform: translate(-76%, -46%) rotate(-17deg);
    }

    .leosoftec-catalog-sheet--front {
        transform: translate(-24%, -48%) rotate(8deg);
    }

    .leosoftec-services-grid,
    .leosoftec-catalogs-grid {
        grid-template-columns: repeat(var(--ls-cols-mobile, 1), minmax(0, 1fr));
    }

    .leosoftec-catalog-list-section {
        padding-top: 64px;
    }

    .leosoftec-contact-data {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .leosoftec-social-links {
        grid-column: 1;
    }

    .leosoftec-pdf-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .leosoftec-pdf-viewer-wrap {
        height: 72vh;
        min-height: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .leosoftec-service-slide,
    .leosoftec-service-slide__photo,
    .leosoftec-service-slide__button,
    .leosoftec-catalog-card,
    .leosoftec-catalog-card__media img {
        transition: none !important;
    }
}

/* =========================================================
   1.1.4 · SOMOS MÁS QUE CONTABILIDAD + SERVICIOS
   Propuesta Boscan: mensaje editorial + mismos servicios del slider
   ========================================================= */
.leosoftec-more-services-section {
    position: relative;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 0% 100%, rgba(199,57,88,.055) 0, rgba(199,57,88,0) 24%),
        #fff;
}

.leosoftec-more-services-section::before,
.leosoftec-more-services-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(199,57,88,.12);
    border-radius: 50%;
}

.leosoftec-more-services-section::before {
    width: 220px;
    height: 220px;
    left: -138px;
    bottom: -110px;
}

.leosoftec-more-services-section::after {
    width: 310px;
    height: 310px;
    left: -184px;
    bottom: -160px;
}

.leosoftec-more-services-section > .elementor-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1340px;
    align-items: center;
}

.leosoftec-more-message-column > .elementor-widget-wrap {
    padding-right: 32px !important;
    align-content: center;
}

.leosoftec-more-message {
    max-width: 410px;
}

.leosoftec-more-message__kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--leosoftec-boscan-primary);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
}

.leosoftec-more-message h2 {
    margin: 0;
    color: #111927;
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: .96;
    font-weight: 780;
    letter-spacing: -.052em;
}

.leosoftec-more-message h2 mark {
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-top: 4px;
    padding: 2px 10px 6px 0;
    color: inherit;
    background: transparent;
}

.leosoftec-more-message h2 mark::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -12px;
    right: -4px;
    bottom: 4px;
    height: 58%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(199,57,88,.08), rgba(199,57,88,.18));
}

.leosoftec-more-message__line {
    display: block;
    width: 74px;
    height: 5px;
    margin: 28px 0 28px;
    border-radius: 99px;
    background: var(--leosoftec-boscan-primary);
}

.leosoftec-more-message p {
    max-width: 395px;
    margin: 0;
    color: #616978;
    font-size: 17px;
    line-height: 1.72;
}

.leosoftec-more-message__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.leosoftec-more-message__arrow {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--leosoftec-boscan-primary);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(199,57,88,.20);
}

.leosoftec-more-message__footer small {
    color: #697180;
    font-size: 13px;
    line-height: 1.55;
}

.leosoftec-more-services-column > .elementor-widget-wrap {
    padding-left: 12px !important;
}

.leosoftec-feature-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.leosoftec-feature-service-card {
    --ls-feature-fallback: linear-gradient(150deg, #242a36 0%, #161b27 56%, #5b1e31 100%);
    position: relative;
    min-width: 0;
    min-height: 520px;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #161b27;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 18px 38px rgba(20,24,33,.10);
    isolation: isolate;
    transition: transform .28s ease, box-shadow .28s ease;
}

.leosoftec-feature-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px rgba(20,24,33,.17);
}

.leosoftec-feature-service-card__image {
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image: var(--ls-feature-image, var(--ls-feature-fallback));
    background-size: cover;
    background-position: center top;
    transform: scale(1.015);
    transition: transform .45s ease;
}

.leosoftec-feature-service-card:hover .leosoftec-feature-service-card__image {
    transform: scale(1.055);
}

.leosoftec-feature-service-card__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11,17,28,.20) 0%, rgba(13,20,34,.48) 37%, rgba(15,22,39,.94) 67%, rgba(59,20,38,.98) 100%),
        linear-gradient(135deg, rgba(9,16,29,.25), rgba(199,57,88,.12));
}

.leosoftec-feature-service-card__icon {
    position: absolute;
    top: 30px;
    left: 24px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(145deg, rgba(177,45,73,.94), rgba(211,69,98,.88));
    box-shadow: 0 8px 22px rgba(73,14,28,.25);
    backdrop-filter: blur(8px);
}

.leosoftec-feature-service-card__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.leosoftec-feature-service-card__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 24px 30px;
}

.leosoftec-feature-service-card__content small {
    display: block;
    margin-bottom: 11px;
    color: #ee6f8c;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.leosoftec-feature-service-card__content strong {
    display: block;
    min-height: 66px;
    color: #fff;
    font-size: clamp(19px, 1.55vw, 25px);
    line-height: 1.08;
    font-weight: 740;
    letter-spacing: -.035em;
}

.leosoftec-feature-service-card__content i {
    display: block;
    width: 44px;
    height: 4px;
    margin: 18px 0 17px;
    border-radius: 99px;
    background: var(--leosoftec-boscan-primary);
}

.leosoftec-feature-service-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(255,255,255,.84);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1180px) {
    .leosoftec-more-services-section > .elementor-container {
        max-width: 1100px;
    }

    .leosoftec-feature-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .leosoftec-feature-service-card {
        min-height: 390px;
    }

    .leosoftec-feature-service-card__content strong {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .leosoftec-more-services-section {
        padding-top: 70px;
        padding-bottom: 74px;
    }

    .leosoftec-more-message-column > .elementor-widget-wrap,
    .leosoftec-more-services-column > .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .leosoftec-more-message {
        max-width: none;
    }

    .leosoftec-more-message h2 {
        font-size: clamp(42px, 13.3vw, 58px);
    }

    .leosoftec-more-message p {
        max-width: none;
        font-size: 16px;
    }

    .leosoftec-more-services-column {
        margin-top: 42px;
    }

    .leosoftec-feature-services {
        display: flex;
        gap: 15px;
        width: auto;
        margin-right: -22px;
        padding-right: 22px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .leosoftec-feature-services::-webkit-scrollbar {
        display: none;
    }

    .leosoftec-feature-service-card {
        flex: 0 0 min(79vw, 315px);
        min-height: 430px;
        scroll-snap-align: start;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .leosoftec-more-services-section > .elementor-container {
        flex-wrap: wrap;
    }

    .leosoftec-more-message-column,
    .leosoftec-more-services-column {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .leosoftec-more-message-column > .elementor-widget-wrap,
    .leosoftec-more-services-column > .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .leosoftec-more-message {
        max-width: 720px;
    }

    .leosoftec-more-message h2 br {
        display: none;
    }

    .leosoftec-more-services-column {
        margin-top: 42px;
    }
}


/* =========================================================
   CATÁLOGOS – SECCIÓN EN CARDS CLICQUEABLES (v1.1.5)
   ========================================================= */
.leosoftec-catalog-showcase-section {
    padding-top: 72px;
}

.leosoftec-section-intro.leosoftec-catalog-section-intro {
    max-width: 880px;
    margin-bottom: 34px;
}

.leosoftec-catalog-section-intro .leosoftec-section-intro__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--leosoftec-boscan-primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
    margin-bottom: 14px;
}

.leosoftec-catalog-section-intro .leosoftec-section-intro__kicker::after {
    content: "";
    width: 26px;
    height: 2px;
    background: rgba(196,59,90,.55);
    border-radius: 999px;
}

.leosoftec-catalog-section-intro h2 {
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.045em;
    color: var(--leosoftec-boscan-ink);
}

.leosoftec-catalog-section-intro p {
    margin: 0;
    max-width: 820px;
    font-size: 18px;
    line-height: 1.55;
    color: var(--leosoftec-boscan-muted);
}

.leosoftec-catalogs-grid--showcase {
    gap: 28px;
}

.leosoftec-catalog-card--showcase {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(18, 24, 38, .08);
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 24, 34, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.leosoftec-catalog-card--showcase:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(22, 24, 34, .14);
    border-color: rgba(196,59,90,.18);
}

.leosoftec-catalog-card__link {
    display: block;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 284px;
    height: 284px;
    padding: 20px;
    isolation: isolate;
    background: linear-gradient(145deg, #f0f0f3, #dadce1);
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.leosoftec-catalog-card--showcase:hover .leosoftec-catalog-card__media img {
    transform: scale(1.05);
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 80% 18%, rgba(196,59,90,.30), transparent 36%),
        linear-gradient(180deg, rgba(11,18,34,.10) 0%, rgba(12,18,36,.62) 58%, rgba(13,18,34,.94) 100%);
}

.leosoftec-catalog-card__brand,
.leosoftec-catalog-card__cover-copy {
    position: relative;
    z-index: 2;
}

.leosoftec-catalog-card__brand {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.leosoftec-catalog-card__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(11, 18, 34, .52);
    border: 1px solid rgba(255,255,255,.22);
    color: #f05b82;
    font-size: 16px;
    font-weight: 900;
}

.leosoftec-catalog-card__brand strong {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .03em;
}

.leosoftec-catalog-card__brand small {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    color: rgba(255,255,255,.82);
    letter-spacing: .03em;
}

.leosoftec-catalog-card__cover-copy {
    width: 100%;
}

.leosoftec-catalog-card__cover-kicker {
    display: inline-block;
    color: rgba(255,255,255,.96);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.leosoftec-catalog-card__cover-copy h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.04;
    color: #fff;
    letter-spacing: -.03em;
}

.leosoftec-catalog-card__cover-line {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    margin: 12px 0 11px;
    background: #f05b82;
}

.leosoftec-catalog-card__cover-copy p {
    margin: 0;
    max-width: 95%;
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 1.45;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__placeholder {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 80% 20%, rgba(196,59,90,.16), transparent 30%),
        linear-gradient(145deg, #ececf0, #d9dbe1);
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px 24px 24px;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__eyebrow {
    margin-bottom: 0;
}

.leosoftec-catalog-card--showcase h4 {
    margin: 0;
    font-size: 23px;
    line-height: 1.12;
    letter-spacing: -.035em;
    color: var(--leosoftec-boscan-ink);
}

.leosoftec-catalog-card--showcase p {
    margin: 0;
    color: var(--leosoftec-boscan-muted);
    line-height: 1.58;
}

.leosoftec-catalog-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 14px;
    color: var(--leosoftec-boscan-primary);
    font-weight: 780;
}

.leosoftec-catalog-card__button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(196,59,90,.11);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.leosoftec-catalog-card--showcase:hover .leosoftec-catalog-card__button-arrow {
    transform: translateX(4px);
    background: var(--leosoftec-boscan-primary);
    color: #fff;
}

.leosoftec-catalog-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 38px;
    color: #353946;
    text-align: center;
}

.leosoftec-catalog-support__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid rgba(196,59,90,.26);
    color: var(--leosoftec-boscan-primary);
    font-size: 14px;
    line-height: 1;
}

.leosoftec-catalog-support p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
}

.leosoftec-catalog-support a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 760;
    text-decoration: none !important;
    border-bottom: 1px dotted rgba(196,59,90,.55);
}

@media (max-width: 1024px) {
    .leosoftec-catalog-card--showcase .leosoftec-catalog-card__media {
        min-height: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .leosoftec-catalog-showcase-section {
        padding-top: 58px;
    }

    .leosoftec-catalog-section-intro h2 {
        font-size: 42px;
    }

    .leosoftec-catalogs-grid--showcase {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(78vw, 1fr);
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card--showcase {
        scroll-snap-align: start;
    }

    .leosoftec-catalog-support {
        align-items: flex-start;
        text-align: left;
    }
}


/* =========================================================
   CATÁLOGOS – AJUSTE FINO PROPUESTA APROBADA (v1.1.6)
   ========================================================= */
.leosoftec-catalog-card--showcase {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(18,24,38,.08);
    background: #fff;
    box-shadow: 0 14px 34px rgba(22,24,34,.08);
    transform: none !important;
    transition: none;
}

.leosoftec-catalog-card--showcase:hover {
    transform: none !important;
    box-shadow: 0 14px 34px rgba(22,24,34,.08);
    border-color: rgba(18,24,38,.08);
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__link {
    display: block;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 82%;
    overflow: hidden;
    background: linear-gradient(145deg, #eff0f3, #dadee4);
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media img,
.leosoftec-catalog-card--showcase .leosoftec-catalog-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media img {
    object-fit: cover;
    transition: none;
    transform: none !important;
}

.leosoftec-catalog-card--showcase:hover .leosoftec-catalog-card__media img {
    transform: none !important;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 290px;
    padding: 24px 22px 22px;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__eyebrow {
    margin-bottom: 0;
    color: var(--leosoftec-boscan-primary);
}

.leosoftec-catalog-card--showcase h4 {
    margin: 0;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--leosoftec-boscan-ink);
    text-transform: uppercase;
}

.leosoftec-catalog-card--showcase p {
    margin: 0;
    color: var(--leosoftec-boscan-muted);
    line-height: 1.7;
    font-size: 15px;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    color: var(--leosoftec-boscan-primary);
    font-weight: 780;
}

.leosoftec-catalog-card__button-label {
    line-height: 1.2;
}

.leosoftec-catalog-card--showcase .leosoftec-catalog-card__button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5dfe5;
    color: var(--leosoftec-boscan-primary);
    transition: background .22s ease, color .22s ease;
}

.leosoftec-catalog-card--showcase:hover .leosoftec-catalog-card__button-arrow,
.leosoftec-catalog-card--showcase:focus-within .leosoftec-catalog-card__button-arrow {
    background: var(--leosoftec-boscan-primary);
    color: #fff;
    transform: none;
}

@media (max-width: 1024px) {
    .leosoftec-catalog-card--showcase .leosoftec-catalog-card__body {
        min-height: 270px;
    }

    .leosoftec-catalog-card--showcase h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .leosoftec-catalog-card--showcase .leosoftec-catalog-card__body {
        min-height: 0;
        padding: 22px 20px 20px;
    }

    .leosoftec-catalog-card--showcase h4 {
        font-size: 20px;
    }
}


/* =========================================================
   CATÁLOGOS – ALINEACIÓN UNIFORME DE CTA (v1.1.7)
   ========================================================= */
.leosoftec-catalogs-grid--showcase {
    align-items: stretch;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card--showcase {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
    display: grid;
    grid-template-rows: auto minmax(90px, auto) minmax(120px, 1fr) auto;
    align-content: start;
    flex: 1 1 auto;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__button {
    align-self: end;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        grid-template-rows: auto minmax(78px, auto) minmax(120px, 1fr) auto;
    }
}

@media (max-width: 767px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        grid-template-rows: auto auto auto auto;
    }
}


/* =========================================================
   CATÁLOGOS – REDUCCIÓN DE ESPACIO INTERNO CTA (v1.1.8)
   ========================================================= */
.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
    grid-template-rows: auto minmax(74px, auto) minmax(84px, 1fr) auto;
    gap: 10px;
    padding: 22px 22px 18px;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card--showcase h4 {
    margin-bottom: 0;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card--showcase p {
    line-height: 1.6;
}

.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__button {
    padding-top: 8px;
}

@media (max-width: 1024px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        grid-template-rows: auto minmax(68px, auto) minmax(84px, 1fr) auto;
    }
}

@media (max-width: 767px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        padding: 20px 18px 18px;
        gap: 9px;
    }
}


/* =========================================================
   VISOR PDF – TEMPLATE FORZADO / COMPATIBILIDAD TEMA (v1.1.9)
   ========================================================= */
body.single-leosoftec_catalog .page-header,
body.single-leosoftec_catalog .entry-header,
body.single-leosoftec_catalog .page-title,
body.single-leosoftec_catalog .breadcrumb-area,
body.single-leosoftec_catalog .breadcrumbs,
body.single-leosoftec_catalog .titlebar,
body.single-leosoftec_catalog .page-banner,
body.single-leosoftec_catalog .inner-banner,
body.single-leosoftec_catalog .sub-header,
body.single-leosoftec_catalog .page-heading {
    display: none !important;
}

body.single-leosoftec_catalog #leosoftec-catalog-viewer {
    width: 100%;
    max-width: none;
    margin: 0;
}

.leosoftec-pdf-heading {
    min-width: 0;
}

.leosoftec-pdf-eyebrow {
    display: block;
    margin-top: 14px;
    color: var(--leosoftec-boscan-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.leosoftec-pdf-fallback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--leosoftec-boscan-border);
}

.leosoftec-pdf-fallback a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 750;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .leosoftec-pdf-page {
        padding: 28px 14px 42px;
    }

    .leosoftec-pdf-fallback {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   VISOR PDF – PROPUESTA MINIMAL SOLO VISOR + VOLVER (v1.1.10)
   ========================================================= */
.leosoftec-pdf-page--minimal {
    position: relative;
    background:
        radial-gradient(circle at left center, rgba(196,59,90,.05), transparent 24%),
        radial-gradient(circle at right center, rgba(196,59,90,.04), transparent 22%),
        #faf9fb;
    padding: 52px 18px 74px;
}

.leosoftec-pdf-shell--minimal {
    width: min(1180px, 100%);
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.leosoftec-pdf-back--standalone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.2;
}

.leosoftec-pdf-viewer-wrap--minimal {
    width: min(1080px, 100%);
    margin: 0 auto;
    min-height: 620px;
    height: calc(100vh - 250px);
    max-height: 760px;
    background: #fff;
    border: 1px solid rgba(18,24,38,.10);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(26, 29, 37, .10);
}

.leosoftec-pdf-page--minimal .leosoftec-pdf-fallback,
.leosoftec-pdf-page--minimal .leosoftec-pdf-open,
.leosoftec-pdf-page--minimal .leosoftec-pdf-toolbar,
.leosoftec-pdf-page--minimal .leosoftec-pdf-heading,
.leosoftec-pdf-page--minimal .leosoftec-pdf-eyebrow {
    display: none !important;
}

@media (max-width: 1024px) {
    .leosoftec-pdf-viewer-wrap--minimal {
        min-height: 560px;
        height: calc(100vh - 230px);
    }
}

@media (max-width: 767px) {
    .leosoftec-pdf-page--minimal {
        padding: 28px 14px 42px;
    }

    .leosoftec-pdf-shell--minimal {
        gap: 18px;
    }

    .leosoftec-pdf-back--standalone {
        font-size: 15px;
    }

    .leosoftec-pdf-viewer-wrap--minimal {
        width: 100%;
        min-height: 440px;
        height: calc(100vh - 210px);
        max-height: 620px;
        border-radius: 12px;
    }
}


/* =========================================================
   VISOR PDF NATIVO RESPONSIVE 100% (v1.1.12)
   ========================================================= */
.leosoftec-pdf-page--native {
    width: 100%;
    max-width: none;
    min-height: 78vh;
    padding: 26px 22px 42px;
    background: #faf9fb;
}

.leosoftec-pdf-shell--native {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
}

.leosoftec-native-pdf-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(18,24,38,.10);
    border-radius: 10px;
    background: #e7e7e9;
    box-shadow: 0 10px 28px rgba(26,29,37,.08);
}

.leosoftec-native-pdf {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 205px);
    height: calc(100svh - 205px);
    min-height: 620px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

@media (max-width: 1024px) {
    .leosoftec-pdf-page--native {
        padding: 20px 12px 30px;
    }

    .leosoftec-pdf-shell--native {
        gap: 14px;
    }

    .leosoftec-native-pdf {
        width: 100% !important;
        height: calc(100vh - 175px);
        height: calc(100svh - 175px);
        min-height: 560px;
    }
}

@media (max-width: 767px) {
    .leosoftec-pdf-page--native {
        padding: 15px 6px 22px;
    }

    .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
        margin-left: 6px;
        font-size: 13px;
    }

    .leosoftec-native-pdf-wrap {
        width: 100%;
        border-radius: 6px;
    }

    .leosoftec-native-pdf {
        width: 100% !important;
        height: calc(100vh - 145px);
        height: calc(100svh - 145px);
        min-height: 500px;
    }
}


/* =========================================================
   VISOR PDF NATIVO – CENTRADO REAL 100% VIEWPORT (v1.1.13)
   El tema de Boscan limita el contenido dentro de .wf-wrap /
   .wf-container-main. Solo el visor rompe ese ancho, sin
   alterar header/footer ni el botón de regreso.
   ========================================================= */
body.single-leosoftec_catalog {
    overflow-x: hidden;
}

body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box;
}

body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

body.single-leosoftec_catalog .leosoftec-native-pdf-wrap {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

body.single-leosoftec_catalog .leosoftec-native-pdf {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

/* El botón mantiene una lectura cómoda aunque el PDF sea full width. */
body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
    margin-left: clamp(10px, 3vw, 34px);
}

@supports (width: 100dvw) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        width: 100dvw !important;
        max-width: 100dvw !important;
        margin-left: -50dvw !important;
        margin-right: -50dvw !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf-wrap,
    body.single-leosoftec_catalog .leosoftec-native-pdf {
        width: 100dvw !important;
        max-width: 100dvw !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf-wrap {
        margin-left: -50dvw !important;
        margin-right: -50dvw !important;
    }
}

@media (max-width: 767px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        padding-left: 0;
        padding-right: 0;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        gap: 12px;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
        margin-left: 12px;
        margin-right: 12px;
    }
}


/* =========================================================
   VISOR PDF NATIVO – DESKTOP/TABLET CONTENIDO, MOBILE FULL (v1.1.14)
   ========================================================= */
@media (min-width: 768px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: clamp(16px, 2.2vw, 24px) !important;
        padding-right: clamp(16px, 2.2vw, 24px) !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        width: min(1180px, 100%) !important;
        max-width: 1180px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: 14px;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf-wrap {
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left: 1px solid rgba(18,24,38,.10) !important;
        border-right: 1px solid rgba(18,24,38,.10) !important;
        border-radius: 10px !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf {
        width: 100% !important;
        max-width: 100% !important;
        height: min(78vh, 980px) !important;
        height: min(78svh, 980px) !important;
        min-height: 720px !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        width: min(980px, 100%) !important;
        max-width: 980px !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf {
        height: min(72vh, 860px) !important;
        height: min(72svh, 860px) !important;
        min-height: 620px !important;
    }
}


/* =========================================================
   SERVICIOS DESTACADOS – CARRUSEL ESCALABLE DESDE 5 ITEMS (v1.1.15)
   ========================================================= */
.leosoftec-feature-services-shell {
    position: relative;
    width: 100%;
    min-width: 0;
}

.leosoftec-feature-services-viewport {
    width: 100%;
    min-width: 0;
}

.leosoftec-feature-services-shell.is-static .leosoftec-feature-services-viewport {
    overflow: visible;
}

.leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services-viewport::-webkit-scrollbar {
    display: none;
}

.leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services {
    --ls-feature-visible: 4;
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    width: 100%;
}

.leosoftec-feature-services-shell.is-carousel .leosoftec-feature-service-card {
    flex: 0 0 calc((100% - (16px * (var(--ls-feature-visible) - 1))) / var(--ls-feature-visible));
    width: calc((100% - (16px * (var(--ls-feature-visible) - 1))) / var(--ls-feature-visible));
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

.leosoftec-feature-services__nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17,25,39,.10);
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: var(--leosoftec-boscan-primary);
    box-shadow: 0 9px 24px rgba(20,24,33,.14);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.leosoftec-feature-services__nav:hover:not(:disabled) {
    background: var(--leosoftec-boscan-primary);
    color: #fff;
}

.leosoftec-feature-services__nav:disabled {
    opacity: .28;
    cursor: default;
}

.leosoftec-feature-services__prev {
    left: -18px;
}

.leosoftec-feature-services__next {
    right: -18px;
}

@media (max-width: 1180px) and (min-width: 768px) {
    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services {
        --ls-feature-visible: 2;
        gap: 18px;
    }

    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-service-card {
        flex-basis: calc((100% - 18px) / 2);
        width: calc((100% - 18px) / 2);
    }
}

@media (max-width: 767px) {
    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services-viewport {
        margin-right: -22px;
        padding-right: 22px;
    }

    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services {
        --ls-feature-visible: 1;
        width: auto;
        gap: 15px;
        margin-right: 0;
        padding-right: 0;
        overflow: visible;
    }

    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-service-card {
        flex: 0 0 min(79vw, 315px);
        width: min(79vw, 315px);
    }

    .leosoftec-feature-services__nav {
        display: none;
    }
}


/* =========================================================
   SECCIÓN FINAL – CONECTA CON BOSCAN (v1.1.16)
   ========================================================= */
.leosoftec-connect-section:not(.leosoftec-connect-section-native).leosoftec-boscan-contact {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #fbfafb !important;
    color: var(--leosoftec-boscan-ink) !important;
}

.leosoftec-connect-section:not(.leosoftec-connect-section-native).leosoftec-boscan-contact::before {
    display: none !important;
}

.leosoftec-connect-section:not(.leosoftec-connect-section-native) > .elementor-container,
.leosoftec-connect-section:not(.leosoftec-connect-section-native) > .elementor-container > .elementor-column,
.leosoftec-connect-section:not(.leosoftec-connect-section-native) .elementor-widget-wrap,
.leosoftec-connect-section:not(.leosoftec-connect-section-native) .elementor-widget-html,
.leosoftec-connect-section:not(.leosoftec-connect-section-native) .elementor-widget-container {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    margin: 0 !important;
}

.leosoftec-connect-boscan {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 92px clamp(24px, 6vw, 88px) 48px;
    background: radial-gradient(circle at 8% 100%, rgba(196,59,90,.055), transparent 24%), #fbfafb;
}

.leosoftec-connect-boscan__grid {
    position: relative;
    z-index: 2;
    width: min(1360px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, .96fr) minmax(320px, .9fr) minmax(320px, .9fr);
    gap: clamp(28px, 3.2vw, 48px);
    align-items: stretch;
}

.leosoftec-connect-boscan__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: clamp(10px, 2vw, 30px);
}

.leosoftec-connect-boscan__kicker {
    color: var(--leosoftec-boscan-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.leosoftec-connect-boscan__line {
    display: block;
    width: 62px;
    height: 2px;
    margin: 16px 0 24px;
    border-radius: 999px;
    background: rgba(196,59,90,.60);
}

.leosoftec-connect-boscan__intro h2 {
    margin: 0;
    font-size: clamp(54px, 5.1vw, 78px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 650;
    color: #111722;
}

.leosoftec-connect-boscan__intro h2 strong {
    color: var(--leosoftec-boscan-primary);
    font-weight: 700;
}

.leosoftec-connect-boscan__intro > p {
    max-width: 520px;
    margin: 28px 0;
    color: #666b77;
    font-size: 18px;
    line-height: 1.55;
}

.leosoftec-connect-boscan__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 5px;
    background: linear-gradient(135deg, #d63a62, #bf3154);
    box-shadow: 0 12px 26px rgba(196,59,90,.20);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease;
}

.leosoftec-connect-boscan__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(196,59,90,.27);
}

.leosoftec-connect-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 28px 26px 22px;
    border: 1px solid rgba(22,26,36,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 34px rgba(25,28,38,.07);
}

.leosoftec-connect-card__header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8eb;
}

.leosoftec-connect-card__icon,
.leosoftec-connect-row__icon,
.leosoftec-connect-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #fae7ec;
    color: var(--leosoftec-boscan-primary);
}

.leosoftec-connect-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.leosoftec-connect-card__header h3 {
    margin: 1px 0 5px;
    color: #131823;
    font-size: 24px;
    line-height: 1.06;
    letter-spacing: -.03em;
}

.leosoftec-connect-card__header p {
    margin: 0;
    color: #747985;
    font-size: 15px;
    line-height: 1.45;
}

.leosoftec-connect-card__rows {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.leosoftec-connect-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 15px;
    min-height: 112px;
    padding: 16px 0;
    border-bottom: 1px solid #ededf0;
    color: #171c26 !important;
    text-decoration: none !important;
}

.leosoftec-connect-row:last-child {
    border-bottom: 0;
}

.leosoftec-connect-row__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-size: 19px;
}

.leosoftec-connect-row small {
    display: block;
    margin-bottom: 4px;
    color: #1b202a;
    font-size: 14px;
    font-weight: 650;
}

.leosoftec-connect-row strong {
    color: var(--leosoftec-boscan-primary);
    font-size: 17px;
    font-weight: 650;
}

.leosoftec-connect-socials {
    padding-top: 10px;
}

.leosoftec-connect-social {
    display: grid;
    grid-template-columns: 42px 1fr 18px;
    align-items: center;
    gap: 12px;
    min-height: 69px;
    border-bottom: 1px solid #ededf0;
    color: #171c26 !important;
    text-decoration: none !important;
    transition: color .18s ease;
}

.leosoftec-connect-social:last-child {
    border-bottom: 0;
}

.leosoftec-connect-social__icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
}

.leosoftec-connect-social span:nth-child(2) {
    font-size: 15px;
    font-weight: 650;
}

.leosoftec-connect-social b {
    font-size: 24px;
    font-weight: 400;
    color: #30343c;
    transition: transform .18s ease, color .18s ease;
}

.leosoftec-connect-social:hover {
    color: var(--leosoftec-boscan-primary) !important;
}

.leosoftec-connect-social:hover b {
    transform: translateX(3px);
    color: var(--leosoftec-boscan-primary);
}

.leosoftec-connect-boscan__separator {
    position: relative;
    z-index: 2;
    width: min(1320px, 90%);
    margin: 64px auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
}

.leosoftec-connect-boscan__separator span {
    height: 1px;
    background: rgba(196,59,90,.45);
}

.leosoftec-connect-boscan__separator i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid var(--leosoftec-boscan-primary);
    border-radius: 50%;
    color: var(--leosoftec-boscan-primary);
    font-size: 22px;
    font-weight: 850;
    font-style: normal;
}

.leosoftec-connect-boscan__rings {
    position: absolute;
    z-index: 0;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(196,59,90,.08);
    border-radius: 50%;
    pointer-events: none;
}

.leosoftec-connect-boscan__rings::before,
.leosoftec-connect-boscan__rings::after {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px solid rgba(196,59,90,.08);
    border-radius: 50%;
}

.leosoftec-connect-boscan__rings::after {
    inset: 72px;
}

.leosoftec-connect-boscan__rings--top {
    top: -175px;
    right: -110px;
}

.leosoftec-connect-boscan__rings--bottom {
    left: -190px;
    bottom: -190px;
}

@media (max-width: 1100px) {
    .leosoftec-connect-boscan {
        padding-top: 74px;
    }
    .leosoftec-connect-boscan__grid {
        grid-template-columns: 1fr 1fr;
    }
    .leosoftec-connect-boscan__intro {
        grid-column: 1 / -1;
        max-width: 760px;
        padding-right: 0;
        padding-bottom: 12px;
    }
    .leosoftec-connect-boscan__intro h2 br {
        display: none;
    }
    .leosoftec-connect-card {
        min-height: 470px;
    }
}

@media (max-width: 767px) {
    .leosoftec-connect-boscan {
        padding: 58px 18px 34px;
    }
    .leosoftec-connect-boscan__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .leosoftec-connect-boscan__intro {
        grid-column: auto;
        padding-bottom: 10px;
    }
    .leosoftec-connect-boscan__intro h2 {
        font-size: clamp(48px, 14vw, 62px);
    }
    .leosoftec-connect-boscan__intro > p {
        margin-top: 22px;
        font-size: 16px;
    }
    .leosoftec-connect-boscan__cta {
        width: 100%;
    }
    .leosoftec-connect-card {
        min-height: 0;
        padding: 22px 18px 16px;
        border-radius: 16px;
    }
    .leosoftec-connect-card__header h3 {
        font-size: 21px;
    }
    .leosoftec-connect-row {
        min-height: 92px;
    }
    .leosoftec-connect-social {
        min-height: 62px;
    }
    .leosoftec-connect-boscan__separator {
        width: 100%;
        margin-top: 38px;
        gap: 14px;
    }
    .leosoftec-connect-boscan__separator i {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }
}


/* =========================================================
   ELEMENTOR NATIVO – CONTENIDO EDITORIAL (v1.1.17)
   La landing ya no usa widgets HTML para encabezados, párrafos,
   CTA, datos de contacto ni enlaces sociales.
   ========================================================= */
.leosoftec-native-editorial-section .elementor-widget-heading,
.leosoftec-native-editorial-section .elementor-widget-text-editor,
.leosoftec-native-editorial-section .elementor-widget-divider,
.leosoftec-native-editorial-section .elementor-widget-button {
    margin-bottom: 0;
}

/* Somos más que contabilidad */
.leosoftec-more-message-column-native > .elementor-widget-wrap {
    align-content: center;
}

.leosoftec-more-kicker-native .elementor-heading-title {
    margin: 0;
    color: var(--leosoftec-boscan-primary);
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .17em;
}

.leosoftec-more-title-native {
    margin-top: 14px;
}

.leosoftec-more-title-native .elementor-heading-title {
    position: relative;
    z-index: 1;
    max-width: 440px;
    margin: 0;
    color: #111827;
    font-size: clamp(42px, 4.8vw, 66px) !important;
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
}

.leosoftec-more-title-native .elementor-heading-title::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -10px;
    bottom: .02em;
    width: min(95%, 430px);
    height: .62em;
    border-radius: 999px;
    background: rgba(196,59,90,.12);
}

.leosoftec-more-divider-native {
    width: 76px;
    margin-top: 26px;
    margin-bottom: 26px !important;
}

.leosoftec-more-divider-native .elementor-divider {
    padding: 0 !important;
}

.leosoftec-more-divider-native .elementor-divider-separator {
    width: 76px !important;
    border-top: 4px solid var(--leosoftec-boscan-primary) !important;
    border-radius: 999px;
}

.leosoftec-more-copy-native .elementor-widget-container,
.leosoftec-more-copy-native p {
    color: #667085;
    font-size: 17px;
    line-height: 1.72;
}

.leosoftec-more-copy-native p,
.leosoftec-more-footer-native p {
    margin: 0;
}

.leosoftec-more-footer-native {
    position: relative;
    margin-top: 28px;
    min-height: 58px;
    padding-left: 78px;
    display: flex;
    align-items: center;
}

.leosoftec-more-footer-native::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--leosoftec-boscan-primary);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(196,59,90,.20);
}

.leosoftec-more-footer-native .elementor-widget-container,
.leosoftec-more-footer-native p {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

/* Semántica de cards dinámicos */
.leosoftec-feature-service-card__content h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.03;
    letter-spacing: -.035em;
    font-weight: 760;
}

.leosoftec-feature-service-card__eyebrow {
    display: block;
    color: #f18da6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.leosoftec-feature-service-card__description {
    margin: 0 !important;
}

/* Encabezado catálogos nativo */
.leosoftec-catalog-kicker-native .elementor-heading-title {
    color: var(--leosoftec-boscan-primary);
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: .09em;
}

.leosoftec-catalog-kicker-native {
    position: relative;
    display: inline-block;
    width: fit-content;
    padding-right: 36px;
}

.leosoftec-catalog-kicker-native::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(196,59,90,.55);
}

.leosoftec-catalog-heading-native {
    margin-top: 12px;
}

.leosoftec-catalog-heading-native .elementor-heading-title {
    color: var(--leosoftec-boscan-ink);
    font-size: clamp(38px, 5vw, 68px) !important;
    line-height: .98;
    letter-spacing: -.045em;
}

.leosoftec-catalog-description-native {
    max-width: 850px;
    margin-top: 18px;
    margin-bottom: 34px !important;
}

.leosoftec-catalog-description-native p {
    margin: 0;
    color: var(--leosoftec-boscan-muted);
    font-size: 18px;
    line-height: 1.55;
}

.leosoftec-catalog-support-native {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 38px auto 0;
    padding-left: 38px;
    text-align: center;
}

.leosoftec-catalog-support-native::before {
    content: "▣";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(196,59,90,.26);
    border-radius: 8px;
    color: var(--leosoftec-boscan-primary);
    font-size: 13px;
}

.leosoftec-catalog-support-native p {
    margin: 0;
    color: #353946;
    font-size: 15px;
}

.leosoftec-catalog-support-native a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 760;
    text-decoration: none !important;
    border-bottom: 1px dotted rgba(196,59,90,.55);
}

/* Sección contacto final construida con columnas/widgets nativos */
.leosoftec-connect-section-native {
    position: relative;
    overflow: hidden;
    padding: 96px 6vw 82px;
    background:
        radial-gradient(circle at 8% 88%, rgba(196,59,90,.08), transparent 24%),
        radial-gradient(circle at 95% 10%, rgba(196,59,90,.06), transparent 22%),
        #fff;
    color: #141821;
}

.leosoftec-connect-section-native::before,
.leosoftec-connect-section-native::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(196,59,90,.08);
    pointer-events: none;
}

.leosoftec-connect-section-native::before {
    right: -180px;
    top: -180px;
    box-shadow: 0 0 0 34px rgba(196,59,90,.025), 0 0 0 68px rgba(196,59,90,.018);
}

.leosoftec-connect-section-native::after {
    left: -220px;
    bottom: -230px;
    box-shadow: 0 0 0 34px rgba(196,59,90,.025), 0 0 0 68px rgba(196,59,90,.018);
}

.leosoftec-connect-section-native > .elementor-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
}

.leosoftec-connect-intro-column-native > .elementor-widget-wrap {
    align-content: center;
    padding-right: 38px;
}

.leosoftec-connect-kicker-native .elementor-heading-title {
    color: var(--leosoftec-boscan-primary);
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: .02em;
}

.leosoftec-connect-divider-native {
    width: 72px;
    margin-top: 14px;
    margin-bottom: 24px !important;
}

.leosoftec-connect-divider-native .elementor-divider {
    padding: 0 !important;
}

.leosoftec-connect-divider-native .elementor-divider-separator {
    width: 72px !important;
    border-top: 2px solid rgba(196,59,90,.55) !important;
}

.leosoftec-connect-heading-native .elementor-heading-title,
.leosoftec-connect-heading-accent-native .elementor-heading-title {
    margin: 0;
    font-size: clamp(48px, 5.4vw, 78px) !important;
    font-weight: 750;
    line-height: .95;
    letter-spacing: -.055em;
}

.leosoftec-connect-heading-native .elementor-heading-title {
    color: #111820;
}

.leosoftec-connect-heading-accent-native {
    margin-top: 0;
}

.leosoftec-connect-heading-accent-native .elementor-heading-title {
    color: var(--leosoftec-boscan-primary);
}

.leosoftec-connect-copy-native {
    max-width: 470px;
    margin-top: 26px;
}

.leosoftec-connect-copy-native p {
    margin: 0;
    color: #666c78;
    font-size: 18px;
    line-height: 1.55;
}

.leosoftec-connect-cta-native {
    margin-top: 28px;
}

.leosoftec-connect-cta-native .elementor-button {
    background: var(--leosoftec-boscan-primary) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 16px 28px !important;
    font-weight: 750;
    box-shadow: 0 12px 28px rgba(196,59,90,.16);
}

.leosoftec-connect-card-native > .elementor-widget-wrap {
    align-content: flex-start;
    height: 100%;
    padding: 30px 28px !important;
    border: 1px solid rgba(18,24,38,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 36px rgba(22,24,34,.07);
}

.leosoftec-connect-card-title-native .elementor-heading-title {
    color: #141821;
    font-size: 25px !important;
    font-weight: 740;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.leosoftec-connect-card-subtitle-native {
    margin-top: 8px;
}

.leosoftec-connect-card-subtitle-native p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.4;
}

.leosoftec-connect-card-divider-native,
.leosoftec-connect-row-divider-native {
    margin: 20px 0 !important;
}

.leosoftec-connect-card-divider-native .elementor-divider,
.leosoftec-connect-row-divider-native .elementor-divider {
    padding: 0 !important;
}

.leosoftec-connect-card-divider-native .elementor-divider-separator,
.leosoftec-connect-row-divider-native .elementor-divider-separator {
    width: 100% !important;
    border-top: 1px solid #eceef2 !important;
}

.leosoftec-connect-label-native {
    position: relative;
    padding-left: 54px;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.leosoftec-connect-label-native::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #faedf1;
    color: var(--leosoftec-boscan-primary);
    font-size: 18px;
    font-weight: 800;
}

.leosoftec-connect-label-mail-native::before { content: "✉"; }
.leosoftec-connect-label-phone-native::before { content: "☎"; }
.leosoftec-connect-label-support-native::before { content: "◉"; }

.leosoftec-connect-label-native .elementor-heading-title {
    color: #151a23;
    font-size: 15px !important;
    font-weight: 650;
}

.leosoftec-connect-value-native {
    margin-top: -15px;
    padding-left: 54px;
}

.leosoftec-connect-value-native p {
    margin: 0;
}

.leosoftec-connect-value-native a {
    color: var(--leosoftec-boscan-primary) !important;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 700;
}

.leosoftec-social-row-native {
    width: 100%;
    border-bottom: 1px solid #eceef2;
}

.leosoftec-social-row-native:last-child {
    border-bottom: 0;
}

.leosoftec-social-row-native .elementor-button-wrapper {
    width: 100%;
}

.leosoftec-social-row-native .elementor-button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 58px;
    padding: 10px 42px 10px 54px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #171b24 !important;
    text-align: left;
    font-size: 16px;
    font-weight: 650;
    box-shadow: none !important;
}

.leosoftec-social-row-native .elementor-button::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #faedf1;
    color: var(--leosoftec-boscan-primary);
    font-weight: 800;
}

.leosoftec-social-row-native .elementor-button::after {
    content: "›";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #222831;
    font-size: 28px;
    font-weight: 400;
}

.leosoftec-social-linkedin-native .elementor-button::before { content: "in"; }
.leosoftec-social-instagram-native .elementor-button::before { content: "◎"; }
.leosoftec-social-youtube-native .elementor-button::before { content: "▶"; font-size: 13px; }
.leosoftec-social-tiktok-native .elementor-button::before { content: "♪"; }
.leosoftec-social-facebook-native .elementor-button::before { content: "f"; }

.leosoftec-social-row-native .elementor-button:hover {
    color: var(--leosoftec-boscan-primary) !important;
}

@media (max-width: 1024px) {
    .leosoftec-more-title-native .elementor-heading-title {
        font-size: 48px !important;
    }

    .leosoftec-connect-section-native {
        padding: 72px 4vw 64px;
    }

    .leosoftec-connect-intro-column-native,
    .leosoftec-connect-card-native {
        width: 100% !important;
    }

    .leosoftec-connect-intro-column-native > .elementor-widget-wrap {
        padding-right: 0;
        padding-bottom: 34px;
    }

    .leosoftec-connect-card-native > .elementor-widget-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .leosoftec-more-title-native .elementor-heading-title {
        font-size: 42px !important;
    }

    .leosoftec-more-title-native .elementor-heading-title::after {
        left: -5px;
        width: 100%;
    }

    .leosoftec-more-footer-native {
        padding-left: 66px;
    }

    .leosoftec-more-footer-native::before {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .leosoftec-catalog-description-native p {
        font-size: 16px;
    }

    .leosoftec-catalog-support-native {
        margin-left: 0;
        padding-left: 36px;
        text-align: left;
    }

    .leosoftec-connect-section-native {
        padding: 58px 18px 50px;
    }

    .leosoftec-connect-heading-native .elementor-heading-title,
    .leosoftec-connect-heading-accent-native .elementor-heading-title {
        font-size: 52px !important;
    }

    .leosoftec-connect-card-native > .elementor-widget-wrap {
        padding: 26px 22px !important;
    }
}


/* =========================================================
   ELEMENTOR NATIVO – CORRECCIÓN DE COLISIONES Y PROPORCIONES (v1.1.18)
   ========================================================= */

/* ---------- SOMOS MÁS QUE CONTABILIDAD ---------- */
.leosoftec-more-services-section .leosoftec-more-message-column-native,
.leosoftec-more-services-section .leosoftec-more-services-column {
    min-width: 0 !important;
}

.leosoftec-more-services-column .elementor-widget-leosoftec-services-feature-cards,
.leosoftec-more-services-column .elementor-widget-leosoftec-services-feature-cards > .elementor-widget-container,
.leosoftec-more-services-column .leosoftec-feature-services-shell,
.leosoftec-more-services-column .leosoftec-feature-services-viewport {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

@media (min-width: 1181px) {
    .leosoftec-more-services-section > .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .leosoftec-more-services-section .leosoftec-more-message-column-native {
        flex: 0 0 34% !important;
        width: 34% !important;
        max-width: 34% !important;
    }

    .leosoftec-more-services-section .leosoftec-more-services-column {
        flex: 0 0 66% !important;
        width: 66% !important;
        max-width: 66% !important;
    }

    .leosoftec-more-services-section .leosoftec-more-message-column-native > .elementor-widget-wrap {
        width: 100% !important;
        padding-right: 38px !important;
    }

    .leosoftec-more-services-section .leosoftec-more-services-column > .elementor-widget-wrap {
        width: 100% !important;
        padding-left: 12px !important;
    }

    .leosoftec-feature-services-shell.is-static .leosoftec-feature-services {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 16px !important;
        width: 100% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .leosoftec-more-services-section > .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .leosoftec-more-services-section .leosoftec-more-message-column-native {
        flex: 0 0 38% !important;
        width: 38% !important;
        max-width: 38% !important;
    }

    .leosoftec-more-services-section .leosoftec-more-services-column {
        flex: 0 0 62% !important;
        width: 62% !important;
        max-width: 62% !important;
    }
}

/* Evita que el heading aumente el ancho intrínseco de la columna. */
.leosoftec-more-title-native,
.leosoftec-more-title-native .elementor-widget-container,
.leosoftec-more-title-native .elementor-heading-title,
.leosoftec-more-copy-native,
.leosoftec-more-copy-native .elementor-widget-container {
    max-width: 100% !important;
    min-width: 0 !important;
}

.leosoftec-more-title-native .elementor-heading-title {
    overflow-wrap: normal;
    word-break: normal;
}

/* ---------- CONECTA CON BOSCAN ---------- */
.leosoftec-connect-section-native.leosoftec-boscan-contact {
    padding: 92px clamp(24px, 6vw, 86px) 78px !important;
    background:
        radial-gradient(circle at 8% 88%, rgba(196,59,90,.07), transparent 24%),
        radial-gradient(circle at 95% 8%, rgba(196,59,90,.05), transparent 22%),
        #fbfafb !important;
    color: #141821 !important;
}

.leosoftec-connect-section-native.leosoftec-boscan-contact::before,
.leosoftec-connect-section-native.leosoftec-boscan-contact::after {
    display: block !important;
}

.leosoftec-connect-section-native > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(300px, 1.08fr) minmax(270px, .88fr) minmax(310px, 1fr) !important;
    gap: clamp(24px, 2.6vw, 38px) !important;
    align-items: stretch !important;
    width: min(1320px, 100%) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.leosoftec-connect-section-native > .elementor-container > .elementor-column {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
}

.leosoftec-connect-intro-column-native {
    display: flex !important;
    align-items: center !important;
}

.leosoftec-connect-intro-column-native > .elementor-widget-wrap,
.leosoftec-connect-intro-column-native .elementor-widget-wrap {
    width: 100% !important;
    align-content: center !important;
    padding: 0 24px 0 0 !important;
    margin: 0 !important;
}

.leosoftec-connect-card-native {
    position: relative !important;
    overflow: hidden !important;
    padding: 30px 28px 24px !important;
    border: 1px solid rgba(22,26,36,.08) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 14px 36px rgba(22,24,34,.07) !important;
}

.leosoftec-connect-card-native > .elementor-widget-wrap,
.leosoftec-connect-card-native .elementor-widget-wrap {
    width: 100% !important;
    height: 100% !important;
    align-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Icono principal de cada tarjeta sin convertir el contenido en HTML. */
.leosoftec-connect-card-native::before {
    content: "◉";
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fae7ec;
    color: var(--leosoftec-boscan-primary);
    font-size: 19px;
    font-weight: 800;
}

.leosoftec-connect-social-card-native::before {
    content: "✦";
}

.leosoftec-connect-card-title-native,
.leosoftec-connect-card-subtitle-native {
    padding-left: 66px;
}

.leosoftec-connect-card-title-native .elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.08 !important;
}

.leosoftec-connect-card-subtitle-native {
    min-height: 42px;
}

.leosoftec-connect-card-divider-native {
    margin-top: 22px !important;
    margin-bottom: 10px !important;
}

.leosoftec-connect-row-divider-native {
    margin: 14px 0 !important;
}

.leosoftec-connect-label-native {
    width: 100% !important;
    margin-top: 5px !important;
}

.leosoftec-connect-value-native {
    width: 100% !important;
    margin-top: -11px !important;
}

.leosoftec-social-row-native.elementor-widget-button {
    width: 100% !important;
    margin: 0 !important;
}

.leosoftec-social-row-native.elementor-widget-button .elementor-widget-container,
.leosoftec-social-row-native.elementor-widget-button .elementor-button-wrapper {
    width: 100% !important;
}

.leosoftec-social-row-native.elementor-widget-button .elementor-button {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 58px !important;
    padding: 10px 38px 10px 54px !important;
}

.leosoftec-social-row-native.elementor-widget-button .elementor-button-text {
    flex: 1 1 auto;
    text-align: left;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .leosoftec-connect-section-native > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .leosoftec-connect-intro-column-native {
        grid-column: 1 / -1;
        max-width: 760px !important;
    }

    .leosoftec-connect-intro-column-native > .elementor-widget-wrap,
    .leosoftec-connect-intro-column-native .elementor-widget-wrap {
        padding-right: 0 !important;
        padding-bottom: 18px !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-connect-section-native.leosoftec-boscan-contact {
        padding: 66px 20px 56px !important;
    }

    .leosoftec-connect-section-native > .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .leosoftec-connect-intro-column-native,
    .leosoftec-connect-card-native {
        width: 100% !important;
        max-width: 100% !important;
    }

    .leosoftec-connect-intro-column-native > .elementor-widget-wrap,
    .leosoftec-connect-intro-column-native .elementor-widget-wrap {
        padding: 0 0 10px !important;
    }

    .leosoftec-connect-card-native {
        padding: 26px 22px 22px !important;
        border-radius: 16px !important;
    }

    .leosoftec-connect-card-native::before {
        top: 24px;
        left: 22px;
        width: 46px;
        height: 46px;
    }

    .leosoftec-connect-card-title-native,
    .leosoftec-connect-card-subtitle-native {
        padding-left: 62px;
    }
}


/* =========================================================
   ELEMENTOR NATIVO – RECONSTRUCCIÓN ROBUSTA DE DOS SECCIONES (v1.1.19)
   ========================================================= */

/* ---------------------------------------------------------
   SOMOS MÁS QUE CONTABILIDAD
   En desktop usamos CSS Grid sobre el container de Elementor
   para que el heading nunca pueda estrangular los servicios.
   --------------------------------------------------------- */
@media (min-width: 1025px) {
    .leosoftec-more-services-section {
        padding-top: 78px !important;
        padding-bottom: 82px !important;
    }

    .leosoftec-more-services-section > .elementor-container {
        display: grid !important;
        grid-template-columns: minmax(360px, 410px) minmax(0, 1fr) !important;
        column-gap: clamp(34px, 3.2vw, 54px) !important;
        align-items: center !important;
        width: min(1360px, calc(100% - 56px)) !important;
        max-width: 1360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .leosoftec-more-services-section > .elementor-container > .elementor-column,
    .leosoftec-more-services-section .leosoftec-more-message-column-native,
    .leosoftec-more-services-section .leosoftec-more-services-column {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
        margin: 0 !important;
    }

    .leosoftec-more-message-column-native > .elementor-widget-wrap,
    .leosoftec-more-message-column-native .elementor-widget-wrap {
        width: 100% !important;
        padding: 0 !important;
        align-content: center !important;
    }

    .leosoftec-more-services-column > .elementor-widget-wrap,
    .leosoftec-more-services-column .elementor-widget-wrap {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .leosoftec-more-title-native,
    .leosoftec-more-title-native .elementor-widget-container {
        width: 100% !important;
        max-width: 410px !important;
        min-width: 0 !important;
    }

    .leosoftec-more-title-native .elementor-heading-title {
        width: 100% !important;
        max-width: 410px !important;
        white-space: normal !important;
        overflow: visible !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        font-size: clamp(48px, 4.15vw, 64px) !important;
        line-height: .96 !important;
    }

    .leosoftec-more-copy-native,
    .leosoftec-more-copy-native .elementor-widget-container,
    .leosoftec-more-footer-native {
        max-width: 395px !important;
    }

    .leosoftec-more-services-column .elementor-widget-leosoftec-services-feature-cards,
    .leosoftec-more-services-column .elementor-widget-leosoftec-services-feature-cards > .elementor-widget-container,
    .leosoftec-more-services-column .leosoftec-feature-services-shell,
    .leosoftec-more-services-column .leosoftec-feature-services-viewport,
    .leosoftec-more-services-column .leosoftec-feature-services {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .leosoftec-feature-services-shell.is-static .leosoftec-feature-services {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services {
        --ls-feature-visible: 4 !important;
        display: flex !important;
        gap: 16px !important;
    }

    .leosoftec-feature-services-shell.is-static .leosoftec-feature-service-card,
    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-service-card {
        min-width: 0 !important;
        min-height: 500px !important;
    }

    .leosoftec-feature-service-card__content h3 {
        font-size: clamp(18px, 1.42vw, 23px) !important;
        line-height: 1.06 !important;
    }
}

/* Tablet: editorial arriba, servicios 2 por vista. */
@media (min-width: 768px) and (max-width: 1024px) {
    .leosoftec-more-services-section > .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        width: min(920px, calc(100% - 42px)) !important;
        max-width: 920px !important;
        margin: 0 auto !important;
    }

    .leosoftec-more-message-column-native,
    .leosoftec-more-services-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        margin: 0 !important;
    }

    .leosoftec-more-message-column-native > .elementor-widget-wrap,
    .leosoftec-more-services-column > .elementor-widget-wrap {
        padding: 0 !important;
    }

    .leosoftec-more-title-native .elementor-heading-title {
        max-width: 650px !important;
        white-space: normal !important;
        font-size: 52px !important;
    }

    .leosoftec-feature-services-shell.is-static .leosoftec-feature-services {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    .leosoftec-feature-services-shell.is-carousel .leosoftec-feature-services {
        --ls-feature-visible: 2 !important;
    }
}

/* ---------------------------------------------------------
   CONECTA CON BOSCAN
   La tarjeta real es el widget-wrap de cada columna Elementor.
   --------------------------------------------------------- */
.leosoftec-connect-section-native.leosoftec-boscan-contact {
    padding: 88px clamp(22px, 5.6vw, 82px) 74px !important;
    background:
        radial-gradient(circle at 5% 100%, rgba(196,59,90,.065), transparent 27%),
        radial-gradient(circle at 100% 0%, rgba(196,59,90,.045), transparent 24%),
        #fcfbfc !important;
}

.leosoftec-connect-section-native > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(330px, 1.12fr) minmax(290px, .88fr) minmax(330px, 1fr) !important;
    gap: clamp(24px, 2.35vw, 36px) !important;
    align-items: stretch !important;
    width: min(1340px, 100%) !important;
    max-width: 1340px !important;
    margin: 0 auto !important;
}

.leosoftec-connect-section-native > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
}

.leosoftec-connect-intro-column-native {
    display: flex !important;
    align-items: center !important;
}

.leosoftec-connect-intro-column-native > .elementor-widget-wrap,
.leosoftec-connect-intro-column-native .elementor-widget-wrap {
    width: 100% !important;
    padding: 0 32px 0 0 !important;
    margin: 0 !important;
    align-content: center !important;
}

/* El fondo, borde y sombra pertenecen al wrapper interior real de Elementor. */
.leosoftec-connect-card-native {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.leosoftec-connect-card-native > .elementor-widget-wrap,
.leosoftec-connect-card-native .elementor-widget-wrap {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 500px !important;
    padding: 32px 30px 26px !important;
    margin: 0 !important;
    align-content: flex-start !important;
    border: 1px solid rgba(24,28,38,.085) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(24,27,36,.075) !important;
    overflow: hidden !important;
}

/* Anulamos el pseudo icono colocado sobre la columna en 1.1.18. */
.leosoftec-connect-card-native::before {
    display: none !important;
}

.leosoftec-connect-card-native > .elementor-widget-wrap::before,
.leosoftec-connect-card-native .elementor-widget-wrap::before {
    content: "◉";
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fae7ec;
    color: var(--leosoftec-boscan-primary);
    font-size: 18px;
    font-weight: 800;
}

.leosoftec-connect-social-card-native > .elementor-widget-wrap::before,
.leosoftec-connect-social-card-native .elementor-widget-wrap::before {
    content: "✦";
}

.leosoftec-connect-card-title-native,
.leosoftec-connect-card-subtitle-native {
    padding-left: 70px !important;
    width: 100% !important;
}

.leosoftec-connect-card-title-native .elementor-heading-title {
    color: #151922 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    font-weight: 760 !important;
}

.leosoftec-connect-card-subtitle-native {
    min-height: 48px !important;
    margin-top: 7px !important;
}

.leosoftec-connect-card-subtitle-native .elementor-widget-container,
.leosoftec-connect-card-subtitle-native p {
    color: #697180 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.leosoftec-connect-card-divider-native {
    margin: 20px 0 8px !important;
}

.leosoftec-connect-row-divider-native {
    margin: 12px 0 !important;
}

.leosoftec-connect-label-native {
    margin-top: 3px !important;
    padding-left: 58px !important;
    min-height: 44px !important;
}

.leosoftec-connect-label-native::before {
    width: 44px !important;
    height: 44px !important;
    border-radius: 11px !important;
}

.leosoftec-connect-value-native {
    margin-top: -12px !important;
    padding-left: 58px !important;
}

.leosoftec-connect-value-native a {
    font-size: 17px !important;
}

.leosoftec-social-row-native.elementor-widget-button {
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #eceef2 !important;
}

.leosoftec-social-row-native.elementor-widget-button:last-child {
    border-bottom: 0 !important;
}

.leosoftec-social-row-native.elementor-widget-button .elementor-button {
    min-height: 60px !important;
    padding: 10px 42px 10px 56px !important;
}

/* Desktop menor / tablet grande: intro arriba, dos tarjetas debajo. */
@media (min-width: 768px) and (max-width: 1120px) {
    .leosoftec-connect-section-native > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: min(940px, 100%) !important;
    }

    .leosoftec-connect-intro-column-native {
        grid-column: 1 / -1 !important;
        max-width: 760px !important;
    }

    .leosoftec-connect-intro-column-native > .elementor-widget-wrap,
    .leosoftec-connect-intro-column-native .elementor-widget-wrap {
        padding: 0 0 18px !important;
    }

    .leosoftec-connect-card-native > .elementor-widget-wrap,
    .leosoftec-connect-card-native .elementor-widget-wrap {
        min-height: 480px !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-connect-section-native.leosoftec-boscan-contact {
        padding: 66px 20px 56px !important;
    }

    .leosoftec-connect-section-native > .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .leosoftec-connect-intro-column-native,
    .leosoftec-connect-card-native {
        width: 100% !important;
        max-width: 100% !important;
    }

    .leosoftec-connect-intro-column-native > .elementor-widget-wrap,
    .leosoftec-connect-intro-column-native .elementor-widget-wrap {
        padding: 0 0 10px !important;
    }

    .leosoftec-connect-card-native > .elementor-widget-wrap,
    .leosoftec-connect-card-native .elementor-widget-wrap {
        min-height: 0 !important;
        padding: 26px 22px 22px !important;
        border-radius: 17px !important;
    }

    .leosoftec-connect-card-native > .elementor-widget-wrap::before,
    .leosoftec-connect-card-native .elementor-widget-wrap::before {
        top: 24px;
        left: 22px;
        width: 46px;
        height: 46px;
    }

    .leosoftec-connect-card-title-native,
    .leosoftec-connect-card-subtitle-native {
        padding-left: 62px !important;
    }
}


/* =========================================================
   CONECTA CON BOSCAN – 2 COLUMNAS + 2 PANELES APILADOS (v1.1.20)
   ========================================================= */
.leosoftec-connect-section-two-column-native.leosoftec-boscan-contact {
    padding: 82px clamp(22px, 5.2vw, 76px) 72px !important;
    background:
        radial-gradient(circle at 3% 100%, rgba(196,59,90,.06), transparent 27%),
        radial-gradient(circle at 100% 0%, rgba(196,59,90,.04), transparent 24%),
        #fcfbfc !important;
}

.leosoftec-connect-section-two-column-native > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(340px, 40%) minmax(0, 60%) !important;
    gap: clamp(34px, 4vw, 64px) !important;
    align-items: center !important;
    width: min(1320px, 100%) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.leosoftec-connect-section-two-column-native > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-intro-column-native > .elementor-widget-wrap {
    width: 100% !important;
    padding: 0 !important;
    align-content: center !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panels-column-native > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Cada panel es una Inner Section nativa de Elementor. */
.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-native {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(24,28,38,.085) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 14px 38px rgba(24,27,36,.065) !important;
    overflow: hidden !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-native > .elementor-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-column-native {
    width: 100% !important;
    max-width: 100% !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-column-native > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    width: 100% !important;
    padding: 26px 28px 26px !important;
    margin: 0 !important;
    align-items: stretch !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-title-native,
.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-subtitle-native,
.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-divider-native {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-title-native .elementor-heading-title {
    margin: 0 !important;
    color: #141923 !important;
    font-size: clamp(22px, 1.8vw, 28px) !important;
    line-height: 1.08 !important;
    font-weight: 780 !important;
    letter-spacing: -.025em !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-subtitle-native {
    margin-top: -3px !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-subtitle-native p {
    margin: 0 !important;
    color: #697180 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-divider-native {
    margin: 5px 0 4px !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-panel-divider-native .elementor-divider-separator {
    width: 100% !important;
    border-top-color: #eceef2 !important;
}

/* Datos de contacto: 3 elementos cómodos, sin crear 3 columnas principales. */
.leosoftec-connect-section-two-column-native .leosoftec-connect-item-native.elementor-widget-button,
.leosoftec-connect-section-two-column-native .leosoftec-connect-social-native.elementor-widget-button {
    width: 100% !important;
    margin: 0 !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-item-native .elementor-button,
.leosoftec-connect-section-two-column-native .leosoftec-connect-social-native .elementor-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 13px 14px 13px 42px !important;
    border: 1px solid #f0e7ea !important;
    border-radius: 12px !important;
    background: #fff8fa !important;
    color: #242935 !important;
    box-shadow: none !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 680 !important;
    line-height: 1.25 !important;
    transition: border-color .2s ease, background .2s ease, color .2s ease !important;
}

.leosoftec-connect-section-two-column-native .leosoftec-connect-item-native .elementor-button::before,
.leosoftec-connect-section-two-column-native .leosoftec-connect-social-native .elementor-button::before {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--leosoftec-boscan-primary);
    font-weight: 850;
    font-size: 13px;
}

.leosoftec-connect-item-mail-native .elementor-button::before { content: "✉"; }
.leosoftec-connect-item-sales-native .elementor-button::before { content: "☎"; }
.leosoftec-connect-item-support-native .elementor-button::before { content: "◉"; }
.leosoftec-connect-social-linkedin-native .elementor-button::before { content: "in"; font-size: 11px !important; }
.leosoftec-connect-social-instagram-native .elementor-button::before { content: "◎"; }
.leosoftec-connect-social-youtube-native .elementor-button::before { content: "▶"; font-size: 10px !important; }
.leosoftec-connect-social-tiktok-native .elementor-button::before { content: "♪"; }
.leosoftec-connect-social-facebook-native .elementor-button::before { content: "f"; }

.leosoftec-connect-section-two-column-native .leosoftec-connect-item-native .elementor-button:hover,
.leosoftec-connect-section-two-column-native .leosoftec-connect-social-native .elementor-button:hover {
    border-color: rgba(196,59,90,.24) !important;
    background: #fff2f5 !important;
    color: var(--leosoftec-boscan-primary) !important;
}

/* Redes: máximo 3 columnas internas, nunca 5 columnas estrechas. */
.leosoftec-connect-section-two-column-native .leosoftec-connect-social-panel-column-native > .elementor-widget-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Tablet: dos bloques principales pasan a una sola columna. */
@media (max-width: 1050px) {
    .leosoftec-connect-section-two-column-native > .elementor-container {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        width: min(900px, 100%) !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-intro-column-native {
        max-width: 700px !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-panels-column-native > .elementor-widget-wrap {
        gap: 28px !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-connect-section-two-column-native.leosoftec-boscan-contact {
        padding: 56px 18px 46px !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-panel-column-native > .elementor-widget-wrap {
        grid-template-columns: 1fr !important;
        padding: 22px 20px !important;
        gap: 9px !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-social-panel-column-native > .elementor-widget-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-social-panel-title-native,
    .leosoftec-connect-section-two-column-native .leosoftec-connect-panel-title-native,
    .leosoftec-connect-section-two-column-native .leosoftec-connect-panel-subtitle-native,
    .leosoftec-connect-section-two-column-native .leosoftec-connect-panel-divider-native {
        grid-column: 1 / -1 !important;
    }

    .leosoftec-connect-section-two-column-native .leosoftec-connect-item-native .elementor-button,
    .leosoftec-connect-section-two-column-native .leosoftec-connect-social-native .elementor-button {
        min-height: 52px !important;
        font-size: 12.5px !important;
    }
}

@media (max-width: 460px) {
    .leosoftec-connect-section-two-column-native .leosoftec-connect-social-panel-column-native > .elementor-widget-wrap {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   CONECTA CON BOSCAN – REESTRUCTURA NATIVA ELEMENTOR (v1.1.22)
   ========================================================= */
.leosoftec-connect-section-v122.leosoftec-boscan-contact {
    padding: 88px clamp(22px, 5vw, 78px) 76px !important;
    background:
        radial-gradient(circle at 2% 98%, rgba(196,59,90,.05), transparent 28%),
        radial-gradient(circle at 98% 0%, rgba(196,59,90,.04), transparent 26%),
        #fcfbfc !important;
}

.leosoftec-connect-section-v122 > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(320px, 38%) minmax(0, 62%) !important;
    gap: clamp(34px, 4vw, 62px) !important;
    align-items: start !important;
    width: min(1320px, 100%) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.leosoftec-connect-section-v122 > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-intro-column-native > .elementor-widget-wrap {
    align-content: start !important;
    width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
}

.leosoftec-connect-help-native {
    width: 100% !important;
    margin: 0 0 18px !important;
    text-align: center !important;
}

.leosoftec-connect-help-native p {
    margin: 0 !important;
    color: #2c3240 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.leosoftec-connect-help-native a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 760 !important;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panels-column-native > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    padding: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-native {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(24,28,38,.08) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(20,25,35,.07) !important;
    overflow: hidden !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-native > .elementor-container,
.leosoftec-connect-section-v122 .leosoftec-connect-info-grid-native > .elementor-container,
.leosoftec-connect-section-v122 .leosoftec-connect-social-row-native > .elementor-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-contact-panel-column-native > .elementor-widget-wrap,
.leosoftec-connect-section-v122 .leosoftec-connect-social-panel-column-native > .elementor-widget-wrap {
    width: 100% !important;
    padding: 28px 30px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-title-native,
.leosoftec-connect-section-v122 .leosoftec-connect-panel-subtitle-native,
.leosoftec-connect-section-v122 .leosoftec-connect-panel-divider-native,
.leosoftec-connect-section-v122 .leosoftec-connect-info-grid-native,
.leosoftec-connect-section-v122 .leosoftec-connect-social-row-native {
    width: 100% !important;
    margin: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-title-native .elementor-heading-title {
    margin: 0 !important;
    color: #141923 !important;
    font-size: clamp(24px, 2vw, 32px) !important;
    line-height: 1.05 !important;
    font-weight: 780 !important;
    letter-spacing: -.03em !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-subtitle-native {
    margin-top: 8px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-subtitle-native p {
    margin: 0 !important;
    color: #6c7484 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-divider-native {
    margin: 18px 0 22px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-panel-divider-native .elementor-divider-separator {
    width: 100% !important;
    border-top-color: #eceef3 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-grid-native,
.leosoftec-connect-section-v122 .leosoftec-connect-social-row-native {
    padding: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-grid-native > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native:not(:last-child) {
    border-right: 1px solid #eef0f4 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native > .elementor-widget-wrap,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native .elementor-widget-wrap {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    justify-content: center !important;
    min-height: 110px !important;
    padding: 8px 10px 8px 74px !important;
    gap: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native > .elementor-widget-wrap::before,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fff3f6;
    box-shadow: inset 0 0 0 1px rgba(196,59,90,.08);
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native > .elementor-widget-wrap::after,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-native .elementor-widget-wrap::after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leosoftec-boscan-primary);
    font-weight: 800;
    font-size: 18px;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-item-mail-native > .elementor-widget-wrap::after,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-mail-native .elementor-widget-wrap::after { content: "✉"; }
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-sales-native > .elementor-widget-wrap::after,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-sales-native .elementor-widget-wrap::after { content: "☎"; }
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-support-native > .elementor-widget-wrap::after,
.leosoftec-connect-section-v122 .leosoftec-connect-info-item-support-native .elementor-widget-wrap::after { content: "◉"; }

.leosoftec-connect-section-v122 .leosoftec-connect-info-label-native {
    margin: 0 0 6px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-label-native .elementor-heading-title {
    margin: 0 !important;
    color: #1a202c !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 740 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-value-native p {
    margin: 0 !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-info-value-native a {
    color: inherit !important;
    text-decoration: none !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-row-top-native > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-row-bottom-native {
    margin-top: 18px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-row-bottom-native > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-tile-column-native {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-tile-column-native > .elementor-widget-wrap,
.leosoftec-connect-section-v122 .leosoftec-connect-social-tile-column-native .elementor-widget-wrap {
    padding: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native {
    width: 100% !important;
    margin: 0 !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 74px !important;
    padding: 16px 58px 16px 18px !important;
    border: 1px solid #f0e6ea !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(26, 31, 45, .04) !important;
    color: #171d2a !important;
    text-align: left !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 24px rgba(196,59,90,.10) !important;
    border-color: rgba(196,59,90,.22) !important;
    color: var(--leosoftec-boscan-primary) !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #141923;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button-icon {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: #fff3f6 !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 16px !important;
}

.leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button-text {
    color: inherit !important;
    font-size: 19px !important;
    line-height: 1.28 !important;
    font-weight: 720 !important;
}

@media (max-width: 1100px) {
    .leosoftec-connect-section-v122 > .elementor-container {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        width: min(920px, 100%) !important;
    }

    .leosoftec-connect-help-native {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-connect-section-v122.leosoftec-boscan-contact {
        padding: 56px 18px 48px !important;
    }

    .leosoftec-connect-section-v122 .leosoftec-connect-contact-panel-column-native > .elementor-widget-wrap,
    .leosoftec-connect-section-v122 .leosoftec-connect-social-panel-column-native > .elementor-widget-wrap {
        padding: 22px 20px !important;
    }

    .leosoftec-connect-section-v122 .leosoftec-connect-info-grid-native > .elementor-container,
    .leosoftec-connect-section-v122 .leosoftec-connect-social-row-top-native > .elementor-container,
    .leosoftec-connect-section-v122 .leosoftec-connect-social-row-bottom-native > .elementor-container {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .leosoftec-connect-section-v122 .leosoftec-connect-info-item-native:not(:last-child) {
        border-right: 0 !important;
        border-bottom: 1px solid #eef0f4 !important;
    }

    .leosoftec-connect-section-v122 .leosoftec-connect-info-item-native > .elementor-widget-wrap,
    .leosoftec-connect-section-v122 .leosoftec-connect-info-item-native .elementor-widget-wrap {
        min-height: 96px !important;
        padding: 10px 10px 10px 70px !important;
    }

    .leosoftec-connect-help-native p,
    .leosoftec-connect-section-v122 .leosoftec-connect-panel-subtitle-native p,
    .leosoftec-connect-section-v122 .leosoftec-connect-social-button-native .elementor-button-text,
    .leosoftec-connect-section-v122 .leosoftec-connect-info-value-native p {
        font-size: 15px !important;
    }
}


/* =========================================================
   CONECTA CON BOSCAN – PROPUESTA APROBADA / ELEMENTOR NATIVO (v1.1.23)
   ========================================================= */
.ls-contact23-section {
    position: relative;
    overflow: hidden;
    padding: 88px clamp(24px, 5vw, 78px) 78px !important;
    background:
        radial-gradient(circle at 0% 100%, rgba(196,59,90,.065), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(196,59,90,.045), transparent 26%),
        #fcfbfc !important;
}

.ls-contact23-section > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(330px, 40%) minmax(0, 60%) !important;
    gap: clamp(42px, 5vw, 72px) !important;
    align-items: center !important;
    width: min(1360px, 100%) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
}

.ls-contact23-section > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
}

.ls-contact23-intro > .elementor-widget-wrap,
.ls-contact23-intro .elementor-widget-wrap {
    width: 100% !important;
    padding: 0 !important;
    align-content: center !important;
}

.ls-contact23-kicker {
    margin: 0 0 8px !important;
}

.ls-contact23-kicker .elementor-heading-title {
    margin: 0 !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .035em !important;
}

.ls-contact23-kicker-line {
    width: 82px !important;
    margin: 4px 0 34px !important;
}

.ls-contact23-kicker-line .elementor-divider {
    padding: 0 !important;
}

.ls-contact23-kicker-line .elementor-divider-separator {
    width: 76px !important;
    border-top: 2px solid var(--leosoftec-boscan-primary) !important;
}

.ls-contact23-title,
.ls-contact23-title-accent {
    margin: 0 !important;
}

.ls-contact23-title .elementor-heading-title,
.ls-contact23-title-accent .elementor-heading-title {
    margin: 0 !important;
    font-size: clamp(54px, 5.3vw, 78px) !important;
    line-height: .92 !important;
    font-weight: 780 !important;
    letter-spacing: -.055em !important;
}

.ls-contact23-title .elementor-heading-title {
    color: #111822 !important;
}

.ls-contact23-title-accent {
    margin-top: 12px !important;
}

.ls-contact23-title-accent .elementor-heading-title {
    color: var(--leosoftec-boscan-primary) !important;
}

.ls-contact23-copy {
    max-width: 520px !important;
    margin: 32px 0 30px !important;
}

.ls-contact23-copy p {
    margin: 0 !important;
    color: #667080 !important;
    font-size: 19px !important;
    line-height: 1.62 !important;
}

.ls-contact23-cta {
    width: fit-content !important;
    margin: 0 !important;
}

.ls-contact23-cta .elementor-button {
    min-height: 58px !important;
    padding: 16px 22px !important;
    border-radius: 8px !important;
    background: var(--leosoftec-boscan-primary) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(196,59,90,.18) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

.ls-contact23-panels > .elementor-widget-wrap,
.ls-contact23-panels .elementor-widget-wrap {
    width: 100% !important;
    padding: 0 !important;
}

.ls-contact23-help {
    width: 100% !important;
    margin: 0 0 22px !important;
    text-align: center !important;
}

.ls-contact23-help p {
    margin: 0 !important;
    color: #2d3441 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.ls-contact23-help a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 770 !important;
    text-decoration: underline dotted !important;
    text-underline-offset: 4px !important;
}

.ls-contact23-card {
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 1px solid rgba(22,27,37,.075) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(22,27,37,.075) !important;
    overflow: hidden !important;
}

.ls-contact23-card:last-child {
    margin-bottom: 0 !important;
}

.ls-contact23-card > .elementor-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.ls-contact23-card-column {
    width: 100% !important;
    max-width: 100% !important;
}

.ls-contact23-card-column > .elementor-widget-wrap,
.ls-contact23-card-column .elementor-widget-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 30px 30px !important;
}

.ls-contact23-contact-card-column > .elementor-widget-wrap,
.ls-contact23-contact-card-column .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
}

.ls-contact23-social-card-column > .elementor-widget-wrap,
.ls-contact23-social-card-column .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
    row-gap: 18px !important;
}

.ls-contact23-card-title,
.ls-contact23-card-subtitle,
.ls-contact23-card-divider {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ls-contact23-card-title .elementor-heading-title {
    margin: 0 !important;
    color: #141a24 !important;
    font-size: clamp(26px, 2.2vw, 34px) !important;
    line-height: 1.06 !important;
    font-weight: 780 !important;
    letter-spacing: -.035em !important;
}

.ls-contact23-card-subtitle {
    margin-top: 7px !important;
}

.ls-contact23-card-subtitle p {
    margin: 0 !important;
    color: #697383 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
}

.ls-contact23-card-divider {
    margin: 26px 0 30px !important;
}

.ls-contact23-card-divider .elementor-divider {
    padding: 0 !important;
}

.ls-contact23-card-divider .elementor-divider-separator {
    width: 100% !important;
    border-top-color: #eceef2 !important;
}

/* Icon Box – datos de contacto */
.ls-contact23-info-box.elementor-widget-icon-box {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
}

.ls-contact23-info-box.elementor-widget-icon-box:first-of-type {
    padding-left: 0 !important;
}

.ls-contact23-info-box.elementor-widget-icon-box:last-of-type {
    padding-right: 0 !important;
}

.ls-contact23-info-box:not(:last-child) {
    border-right: 1px solid #eef0f3 !important;
}

.ls-contact23-info-box .elementor-widget-container {
    height: 100% !important;
}

.ls-contact23-info-box .elementor-icon-box-wrapper {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 16px !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 92px !important;
    text-align: left !important;
}

.ls-contact23-info-box .elementor-icon-box-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
}

.ls-contact23-info-box .elementor-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 15px !important;
    background: #fff2f5 !important;
    color: var(--leosoftec-boscan-primary) !important;
    fill: var(--leosoftec-boscan-primary) !important;
    font-size: 22px !important;
}

.ls-contact23-info-box .elementor-icon-box-content {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
}

.ls-contact23-info-box .elementor-icon-box-title {
    margin: 0 0 5px !important;
    color: #242a36 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 650 !important;
}

.ls-contact23-info-box .elementor-icon-box-description {
    margin: 0 !important;
    color: #111822 !important;
    font-size: 19px !important;
    line-height: 1.28 !important;
    font-weight: 760 !important;
}

.ls-contact23-info-box a {
    text-decoration: none !important;
}

/* Icon Box – redes sociales */
.ls-contact23-social-box.elementor-widget-icon-box {
    grid-column: span 2 !important;
    width: 100% !important;
    margin: 0 !important;
}

.ls-contact23-social-tiktok.elementor-widget-icon-box {
    grid-column: 2 / span 2 !important;
}

.ls-contact23-social-facebook.elementor-widget-icon-box {
    grid-column: 4 / span 2 !important;
}

.ls-contact23-social-box .elementor-widget-container {
    height: 100% !important;
}

.ls-contact23-social-box .elementor-icon-box-wrapper {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 78px !important;
    padding: 12px 18px !important;
    border: 1px solid #eceef2 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(21,26,36,.035) !important;
    text-align: left !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.ls-contact23-social-box .elementor-icon-box-wrapper::after {
    content: "›";
    grid-column: 3 !important;
    justify-self: end !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.ls-contact23-social-box:hover .elementor-icon-box-wrapper {
    transform: translateY(-2px) !important;
    border-color: rgba(196,59,90,.22) !important;
    box-shadow: 0 14px 24px rgba(196,59,90,.09) !important;
}

.ls-contact23-social-box .elementor-icon-box-icon {
    grid-column: 1 !important;
    margin: 0 !important;
}

.ls-contact23-social-box .elementor-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 13px !important;
    background: #fff2f5 !important;
    color: var(--leosoftec-boscan-primary) !important;
    fill: var(--leosoftec-boscan-primary) !important;
    font-size: 19px !important;
}

.ls-contact23-social-box .elementor-icon-box-content {
    grid-column: 2 !important;
    min-width: 0 !important;
}

.ls-contact23-social-box .elementor-icon-box-title {
    margin: 0 !important;
    color: #171d28 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 720 !important;
}

.ls-contact23-social-box .elementor-icon-box-description {
    display: none !important;
}

.ls-contact23-social-box a {
    color: inherit !important;
    text-decoration: none !important;
}

@media (max-width: 1100px) {
    .ls-contact23-section > .elementor-container {
        grid-template-columns: 1fr !important;
        width: min(940px, 100%) !important;
        gap: 54px !important;
    }

    .ls-contact23-intro {
        max-width: 680px !important;
    }

    .ls-contact23-help {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .ls-contact23-section {
        padding: 66px 20px 56px !important;
    }

    .ls-contact23-title .elementor-heading-title,
    .ls-contact23-title-accent .elementor-heading-title {
        font-size: clamp(48px, 15vw, 64px) !important;
    }

    .ls-contact23-copy p {
        font-size: 17px !important;
    }

    .ls-contact23-card-column > .elementor-widget-wrap,
    .ls-contact23-card-column .elementor-widget-wrap {
        padding: 22px 20px 24px !important;
    }

    .ls-contact23-contact-card-column > .elementor-widget-wrap,
    .ls-contact23-contact-card-column .elementor-widget-wrap {
        grid-template-columns: 1fr !important;
    }

    .ls-contact23-info-box.elementor-widget-icon-box {
        padding: 14px 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #eef0f3 !important;
    }

    .ls-contact23-info-box.elementor-widget-icon-box:last-child {
        border-bottom: 0 !important;
    }

    .ls-contact23-social-card-column > .elementor-widget-wrap,
    .ls-contact23-social-card-column .elementor-widget-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ls-contact23-social-box.elementor-widget-icon-box,
    .ls-contact23-social-tiktok.elementor-widget-icon-box,
    .ls-contact23-social-facebook.elementor-widget-icon-box {
        grid-column: span 1 !important;
    }

    .ls-contact23-social-facebook.elementor-widget-icon-box {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 480px) {
    .ls-contact23-social-card-column > .elementor-widget-wrap,
    .ls-contact23-social-card-column .elementor-widget-wrap {
        grid-template-columns: 1fr !important;
    }

    .ls-contact23-social-box.elementor-widget-icon-box,
    .ls-contact23-social-facebook.elementor-widget-icon-box {
        grid-column: 1 !important;
    }
}


/* =========================================================
   CONECTA CON BOSCAN – FIDELIDAD PROPUESTA / ELEMENTOR NATIVO (v1.1.25)
   ========================================================= */
.ls-contact24-section {
    position: relative;
    overflow: hidden;
    padding: 108px clamp(28px, 5.2vw, 88px) 102px !important;
    background:
        radial-gradient(circle at -2% 102%, rgba(196,59,90,.07), transparent 25%),
        radial-gradient(circle at 104% -4%, rgba(196,59,90,.045), transparent 23%),
        #fcfbfc !important;
}

.ls-contact24-section::before {
    content: "";
    position: absolute;
    left: -92px;
    bottom: -122px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196,59,90,.05) 0 45%, transparent 46%);
    pointer-events: none;
}

.ls-contact24-section::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -110px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 16px, rgba(196,59,90,.055) 17px 18px);
    opacity: .55;
    pointer-events: none;
}

.ls-contact24-section > .elementor-container {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(330px, 38%) minmax(0, 62%) !important;
    gap: clamp(56px, 5.4vw, 92px) !important;
    align-items: center !important;
    width: min(1340px, 100%) !important;
    max-width: 1340px !important;
    margin: 0 auto !important;
}

.ls-contact24-section > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
}

.ls-contact24-intro > .elementor-widget-wrap,
.ls-contact24-panels > .elementor-widget-wrap {
    width: 100% !important;
    padding: 0 !important;
}

.ls-contact24-intro > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0 !important;
}

.ls-contact24-kicker {
    margin: 0 !important;
}

.ls-contact24-kicker .elementor-heading-title {
    margin: 0 !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: .055em !important;
    font-weight: 760 !important;
}

.ls-contact24-kicker-line {
    width: 78px !important;
    margin: 18px 0 50px !important;
}

.ls-contact24-kicker-line .elementor-divider {
    padding: 0 !important;
}

.ls-contact24-kicker-line .elementor-divider-separator {
    width: 78px !important;
    border-top-width: 3px !important;
    border-top-color: var(--leosoftec-boscan-primary) !important;
}

.ls-contact24-title,
.ls-contact24-title-accent {
    margin: 0 !important;
}

.ls-contact24-title .elementor-heading-title,
.ls-contact24-title-accent .elementor-heading-title {
    margin: 0 !important;
    font-size: clamp(54px, 5vw, 76px) !important;
    line-height: .95 !important;
    letter-spacing: -.055em !important;
    font-weight: 780 !important;
}

.ls-contact24-title .elementor-heading-title {
    color: #121923 !important;
}

.ls-contact24-title-accent {
    margin-top: 12px !important;
}

.ls-contact24-title-accent .elementor-heading-title {
    color: var(--leosoftec-boscan-primary) !important;
}

.ls-contact24-copy {
    max-width: 510px !important;
    margin: 40px 0 42px !important;
}

.ls-contact24-copy p {
    margin: 0 !important;
    color: #687282 !important;
    font-size: 19px !important;
    line-height: 1.63 !important;
}

.ls-contact24-cta {
    width: fit-content !important;
    margin: 0 !important;
}

.ls-contact24-cta .elementor-button {
    min-height: 62px !important;
    padding: 17px 24px !important;
    border-radius: 8px !important;
    background: var(--leosoftec-boscan-primary) !important;
    color: #fff !important;
    box-shadow: 0 13px 26px rgba(196,59,90,.18) !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 740 !important;
}

.ls-contact24-panels > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
}

.ls-contact24-help {
    display: none !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    text-align: center !important;
}

.ls-contact24-help p {
    margin: 0 !important;
    color: #262d39 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.ls-contact24-help a {
    color: var(--leosoftec-boscan-primary) !important;
    font-weight: 760 !important;
    text-decoration: underline dotted !important;
    text-underline-offset: 4px !important;
}

/* Tarjetas reales */
.ls-contact24-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(25,30,40,.075) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 42px rgba(20,25,35,.07) !important;
    overflow: hidden !important;
}

.ls-contact24-card > .elementor-container,
.ls-contact24-card-inner,
.ls-contact24-card-inner > .elementor-widget-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.ls-contact24-card-inner > .elementor-widget-wrap {
    padding: 40px 44px 40px !important;
}

.ls-contact24-card-title,
.ls-contact24-card-subtitle,
.ls-contact24-card-divider,
.ls-contact24-info-row,
.ls-contact24-social-row {
    width: 100% !important;
}

.ls-contact24-card-title {
    margin: 0 !important;
}

.ls-contact24-card-title .elementor-heading-title {
    margin: 0 !important;
    color: #121923 !important;
    font-size: clamp(28px, 2.25vw, 36px) !important;
    line-height: 1.07 !important;
    letter-spacing: -.035em !important;
    font-weight: 780 !important;
}

.ls-contact24-card-subtitle {
    margin: 12px 0 0 !important;
}

.ls-contact24-card-subtitle p {
    margin: 0 !important;
    color: #6b7483 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
}

.ls-contact24-card-divider {
    margin: 26px 0 30px !important;
}

.ls-contact24-card-divider .elementor-divider {
    padding: 0 !important;
}

.ls-contact24-card-divider .elementor-divider-separator {
    width: 100% !important;
    border-top-color: #eceef2 !important;
}

/* Fila de contacto: columnas reales de Elementor */
.ls-contact24-info-row {
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.ls-contact24-info-row > .elementor-container {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.ls-contact24-info-col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.ls-contact24-info-col:not(:last-child) {
    border-right: 1px solid #eef0f3 !important;
}

.ls-contact24-info-col > .elementor-widget-wrap {
    display: flex !important;
    align-content: center !important;
    height: 100% !important;
    min-height: 122px !important;
    padding: 10px 26px !important;
}

.ls-contact24-info-col:first-child > .elementor-widget-wrap {
    padding-left: 0 !important;
}

.ls-contact24-info-col:last-child > .elementor-widget-wrap {
    padding-right: 0 !important;
}

.ls-contact24-info-box {
    width: 100% !important;
    margin: 0 !important;
}

.ls-contact24-info-box .elementor-widget-container,
.ls-contact24-info-box .elementor-icon-box-wrapper {
    height: 100% !important;
}

.ls-contact24-info-box .elementor-icon-box-wrapper {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 16px !important;
    text-align: left !important;
}

.ls-contact24-info-box .elementor-icon-box-icon {
    margin: 0 !important;
}

.ls-contact24-info-box .elementor-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 15px !important;
    background: #fff2f5 !important;
    color: var(--leosoftec-boscan-primary) !important;
    fill: var(--leosoftec-boscan-primary) !important;
    font-size: 22px !important;
}

.ls-contact24-info-box .elementor-icon-box-title {
    margin: 0 0 5px !important;
    color: #5f6877 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 560 !important;
}

.ls-contact24-info-box .elementor-icon-box-description {
    margin: 0 !important;
    color: #111822 !important;
    font-size: 19px !important;
    line-height: 1.28 !important;
    font-weight: 760 !important;
}

.ls-contact24-info-box a {
    text-decoration: none !important;
}

/* Redes: 3 arriba + 2 abajo, usando columnas reales. */
.ls-contact24-social-row {
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.ls-contact24-social-row-bottom {
    margin-top: 18px !important;
}

.ls-contact24-social-row > .elementor-container {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 18px !important;
}

.ls-contact24-social-col {
    width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.ls-contact24-social-spacer-col {
    width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    min-width: 0 !important;
}

.ls-contact24-social-col > .elementor-widget-wrap {
    padding: 0 !important;
}

.ls-contact24-social-box {
    width: 100% !important;
    margin: 0 !important;
}

.ls-contact24-social-box .elementor-widget-container {
    height: 100% !important;
}

.ls-contact24-social-box .elementor-icon-box-wrapper {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 84px !important;
    padding: 15px 18px !important;
    border: 1px solid #eceef2 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(20,25,35,.05) !important;
    text-align: left !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.ls-contact24-social-box .elementor-icon-box-wrapper::after {
    content: "→";
    grid-column: 3 !important;
    justify-self: end !important;
    color: var(--leosoftec-boscan-primary) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 720 !important;
}

.ls-contact24-social-box:hover .elementor-icon-box-wrapper {
    transform: translateY(-2px) !important;
    border-color: rgba(196,59,90,.22) !important;
    box-shadow: 0 13px 24px rgba(196,59,90,.08) !important;
}

.ls-contact24-social-box .elementor-icon-box-icon {
    grid-column: 1 !important;
    margin: 0 !important;
}

.ls-contact24-social-box .elementor-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 13px !important;
    background: #fff2f5 !important;
    color: var(--leosoftec-boscan-primary) !important;
    fill: var(--leosoftec-boscan-primary) !important;
    font-size: 19px !important;
}

.ls-contact24-social-box .elementor-icon-box-content {
    grid-column: 2 !important;
    min-width: 0 !important;
}

.ls-contact24-social-box .elementor-icon-box-title {
    margin: 0 !important;
    color: #171d28 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 720 !important;
}

.ls-contact24-social-box .elementor-icon-box-description {
    display: none !important;
}

.ls-contact24-social-box a {
    color: inherit !important;
    text-decoration: none !important;
}

@media (max-width: 1120px) {
    .ls-contact24-section > .elementor-container {
        grid-template-columns: 1fr !important;
        width: min(940px, 100%) !important;
        gap: 54px !important;
        align-items: start !important;
    }

    .ls-contact24-intro {
        max-width: 650px !important;
    }

    .ls-contact24-help {
    display: none !important;
        text-align: left !important;
    }
}

@media (max-width: 820px) {
    .ls-contact24-info-row > .elementor-container {
        flex-wrap: wrap !important;
    }

    .ls-contact24-info-col {
        width: 100% !important;
        max-width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid #eef0f3 !important;
    }

    .ls-contact24-info-col:last-child {
        border-bottom: 0 !important;
    }

    .ls-contact24-info-col > .elementor-widget-wrap,
    .ls-contact24-info-col:first-child > .elementor-widget-wrap,
    .ls-contact24-info-col:last-child > .elementor-widget-wrap {
        min-height: 102px !important;
        padding: 16px 0 !important;
    }

    .ls-contact24-social-row > .elementor-container {
        flex-wrap: wrap !important;
        gap: 14px !important;
    }

    .ls-contact24-social-col,
    .ls-contact24-social-spacer-col {
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
    }

    .ls-contact24-social-spacer-col {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .ls-contact24-section {
        padding: 66px 20px 56px !important;
    }

    .ls-contact24-title .elementor-heading-title,
    .ls-contact24-title-accent .elementor-heading-title {
        font-size: clamp(48px, 15vw, 64px) !important;
    }

    .ls-contact24-copy p {
        font-size: 17px !important;
    }

    .ls-contact24-card-inner > .elementor-widget-wrap {
        padding: 30px 24px 30px !important;
    }
}

@media (max-width: 520px) {
    .ls-contact24-social-col {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* =========================================================
   MODAL CONTACTO – TEMPLATE ELEMENTOR (v1.1.26)
   ========================================================= */
body.leosoftec-modal-open {
    overflow: hidden !important;
}

.leosoftec-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.leosoftec-contact-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.leosoftec-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 18, 28, .64);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.leosoftec-contact-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(var(--leosoftec-modal-width, 680px), calc(100vw - 48px));
    max-height: min(90vh, 900px);
    max-height: min(90dvh, 900px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 34px;
    border: 1px solid rgba(23, 28, 38, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(11, 16, 28, .26);
    transform: translateY(18px) scale(.985);
    transition: transform .24s ease;
    outline: none;
}

.leosoftec-contact-modal.is-open .leosoftec-contact-modal__dialog {
    transform: translateY(0) scale(1);
}

.leosoftec-contact-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(196, 59, 90, .14);
    border-radius: 50%;
    background: #fff3f6;
    color: var(--leosoftec-boscan-primary, #c43b5a);
    cursor: pointer;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.leosoftec-contact-modal__close:hover,
.leosoftec-contact-modal__close:focus-visible {
    background: var(--leosoftec-boscan-primary, #c43b5a);
    color: #fff;
    transform: rotate(4deg);
    outline: none;
}

.leosoftec-contact-modal__header {
    padding-right: 44px;
    margin-bottom: 24px;
}

.leosoftec-contact-modal__header h2 {
    margin: 0 0 8px;
    color: #121923;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 780;
}

.leosoftec-contact-modal__header p {
    margin: 0;
    max-width: 560px;
    color: #687282;
    font-size: 16px;
    line-height: 1.55;
}

.leosoftec-contact-modal__content,
.leosoftec-contact-modal__content > .elementor,
.leosoftec-contact-modal__content .elementor-section-wrap {
    width: 100%;
}

.leosoftec-contact-modal__content .elementor-section:first-child {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .leosoftec-contact-modal {
        align-items: flex-end;
        padding: 12px;
    }

    .leosoftec-contact-modal__dialog {
        width: 100%;
        max-height: 92vh;
        max-height: 92dvh;
        padding: 28px 20px 22px;
        border-radius: 20px;
    }

    .leosoftec-contact-modal__header {
        padding-right: 38px;
        margin-bottom: 18px;
    }

    .leosoftec-contact-modal__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
}


/* =========================================================
   PDF RESPONSIVE MÓVIL/TABLET – PÁGINAS AJUSTADAS (v1.1.28)
   Desktop conserva visor nativo; <=1024 px renderiza páginas
   centradas al ancho disponible, sin controles personalizados.
   ========================================================= */
.leosoftec-responsive-pdf {
    display: none;
}

@media (max-width: 1024px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 18px 0 30px !important;
        background: #f5f5f7 !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        width: 100% !important;
        max-width: 100% !important;
        gap: 14px !important;
        padding: 0 !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
        margin: 0 18px !important;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px 12px !important;
        box-sizing: border-box;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__status {
        padding: 22px 12px;
        color: #6c7280;
        font-size: 14px;
        text-align: center;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__status[hidden] {
        display: none !important;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__pages {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__page {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 4px 16px rgba(22, 26, 35, .08);
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__page canvas {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf-wrap {
        display: none !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-render-failed .leosoftec-responsive-pdf {
        display: none !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-render-failed .leosoftec-native-pdf-wrap {
        display: block !important;
        position: relative !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-render-failed .leosoftec-native-pdf {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    body.single-leosoftec_catalog .leosoftec-responsive-pdf {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__pages {
        gap: 10px;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__page {
        box-shadow: none;
    }
}


/* PDF responsive – carga progresiva/lazy (v1.1.30) */
@media (max-width: 1024px) {
    body.single-leosoftec_catalog .leosoftec-responsive-pdf__page[data-pdf-page-pending="1"] {
        position: relative;
        background: #fff;
        overflow: hidden;
    }

    body.single-leosoftec_catalog .leosoftec-responsive-pdf__page[data-pdf-page-pending="1"]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(110deg, transparent 25%, rgba(246,246,248,.7) 45%, transparent 65%);
        transform: translateX(-100%);
        animation: leosoftecPdfPageLoading 1.4s ease-in-out infinite;
        pointer-events: none;
    }
}

@keyframes leosoftecPdfPageLoading {
    to { transform: translateX(100%); }
}


/* =========================================================
   VISOR PDF NATIVO IFRAME ÚNICO (v1.1.31)
   Sin PDF.js, sin canvas, sin estados de carga personalizados.
   ========================================================= */
body.single-leosoftec_catalog .leosoftec-responsive-pdf {
    display: none !important;
}

body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 26px 18px 42px !important;
    background: #faf9fb !important;
    box-sizing: border-box !important;
}

body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
    width: min(1180px, 100%) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}

body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
    margin: 0 !important;
}

body.single-leosoftec_catalog .leosoftec-native-pdf-wrap--iframe-only {
    position: relative !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(18,24,38,.10) !important;
    border-radius: 10px !important;
    background: #e7e7e9 !important;
    box-shadow: 0 10px 28px rgba(26,29,37,.08) !important;
    box-sizing: border-box !important;
}

body.single-leosoftec_catalog .leosoftec-native-pdf--iframe-only {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: min(78vh, 980px) !important;
    height: min(78svh, 980px) !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        padding: 20px 12px 30px !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        width: min(940px, 100%) !important;
        max-width: 940px !important;
        gap: 14px !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf--iframe-only {
        height: calc(100vh - 190px) !important;
        height: calc(100svh - 190px) !important;
        min-height: 560px !important;
    }
}

@media (max-width: 767px) {
    body.single-leosoftec_catalog #leosoftec-catalog-viewer.leosoftec-pdf-page--native {
        padding: 15px 0 22px !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-shell--native {
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-page--native .leosoftec-pdf-back--standalone {
        margin: 0 14px !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf-wrap--iframe-only {
        width: 100% !important;
        max-width: 100% !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }

    body.single-leosoftec_catalog .leosoftec-native-pdf--iframe-only {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 150px) !important;
        height: calc(100svh - 150px) !important;
        min-height: 520px !important;
    }
}


/* =========================================================
   VISOR PDF NATIVO HÍBRIDO iOS / RESTO DE NAVEGADORES (v1.1.32)
   - iPhone/iPad: <embed type="application/pdf"> con URL limpia.
   - Resto: iframe nativo existente.
   No usa PDF.js, canvas ni JavaScript de renderizado.
   ========================================================= */
body.single-leosoftec_catalog .leosoftec-native-pdf-wrap--ios {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(18,24,38,.10) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(26,29,37,.08) !important;
    box-sizing: border-box !important;
}

body.single-leosoftec_catalog .leosoftec-native-pdf--ios {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: min(78vh, 980px) !important;
    height: min(78svh, 980px) !important;
    min-height: 680px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    body.single-leosoftec_catalog .leosoftec-native-pdf--ios {
        height: calc(100vh - 190px) !important;
        height: calc(100svh - 190px) !important;
        min-height: 560px !important;
    }
}

@media (max-width: 767px) {
    /*
     * En iOS evitamos clipping, radios y transformaciones alrededor del PDF.
     * Los elementos reemplazados de WebKit son más estables ocupando el
     * viewport disponible sin un ancestro con overflow:hidden.
     */
    body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf-wrap--ios {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf--ios {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 150px) !important;
        height: calc(100svh - 150px) !important;
        min-height: 520px !important;
        border: 0 !important;
    }
}


/* =========================================================
   VISOR PDF iOS – CORRECCIÓN DE DESPLAZAMIENTO HEREDADO (v1.1.33)
   Neutraliza reglas antiguas de full-viewport (left:50%) que
   desplazaban el <embed> hacia la mitad derecha en móvil.
   ========================================================= */
body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf-wrap--ios {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf--ios {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf-wrap--ios,
    body.single-leosoftec_catalog .leosoftec-pdf-page--ios-native .leosoftec-native-pdf--ios {
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/* =========================================================
   AJUSTES DE PRESENTACIÓN – SERVICIOS + CONTABILIDAD (v1.1.34)
   - Alinea etiqueta, título, divisor y descripción de todas las cards.
   - Da aire al título editorial y centra el acento rosa de CONTABILIDAD.
   - Oculta el kicker BOSCAN y el callout/flecha en layouts antiguos hasta
     que el usuario aplique la nueva estructura Elementor.
   ========================================================= */

/* Compatibilidad visual inmediata con una landing aún no regenerada. */
.leosoftec-more-kicker-native,
.leosoftec-more-footer-native {
    display: none !important;
}

.leosoftec-more-title-native {
    margin-top: 0 !important;
}

/* El título deja de rozar el bloque de servicios y el acento queda centrado. */
.leosoftec-more-title-native .elementor-heading-title::after {
    left: 50% !important;
    right: auto !important;
    width: min(92%, 372px) !important;
    max-width: 372px !important;
    transform: translateX(-50%) !important;
    height: .56em !important;
}

/* La zona inferior de cada card tiene exactamente la misma retícula vertical. */
.leosoftec-feature-service-card__content {
    height: 224px !important;
    min-height: 224px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 24px 28px !important;
}

.leosoftec-feature-service-card__eyebrow {
    flex: 0 0 auto !important;
    min-height: 12px !important;
    margin: 0 0 12px !important;
    line-height: 12px !important;
}

.leosoftec-feature-service-card__content h3 {
    flex: 0 0 74px !important;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.leosoftec-feature-service-card__content i {
    flex: 0 0 4px !important;
    width: 44px !important;
    height: 4px !important;
    margin: 14px 0 15px !important;
}

.leosoftec-feature-service-card__description {
    flex: 0 0 61px !important;
    height: 61px !important;
    min-height: 61px !important;
    max-height: 61px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

@media (min-width: 1025px) {
    .leosoftec-more-services-section > .elementor-container {
        grid-template-columns: minmax(350px, 390px) minmax(0, 1fr) !important;
        column-gap: clamp(48px, 4vw, 64px) !important;
    }

    .leosoftec-more-title-native,
    .leosoftec-more-title-native .elementor-widget-container,
    .leosoftec-more-title-native .elementor-heading-title {
        max-width: 390px !important;
    }

    .leosoftec-more-title-native .elementor-heading-title {
        font-size: clamp(48px, 3.85vw, 58px) !important;
        line-height: .98 !important;
        letter-spacing: -.05em !important;
    }

    .leosoftec-more-copy-native,
    .leosoftec-more-copy-native .elementor-widget-container {
        max-width: 380px !important;
    }
}

@media (max-width: 1024px) {
    .leosoftec-more-title-native .elementor-heading-title::after {
        width: min(88%, 350px) !important;
    }
}

@media (max-width: 767px) {
    .leosoftec-more-title-native .elementor-heading-title::after {
        left: 50% !important;
        width: min(90%, 330px) !important;
        transform: translateX(-50%) !important;
    }

    .leosoftec-feature-service-card__content {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}

/* =========================================================
   AJUSTE VISUAL v1.1.35 – SOMOS MÁS QUE CONTABILIDAD
   Elimina por completo el fondo/acento rosa detrás del título.
   La línea divisora inferior permanece sin cambios.
   ========================================================= */
.leosoftec-more-title-native .elementor-heading-title::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

/* =========================================================
   CATÁLOGOS – SIN ETIQUETA SUPERIOR (v1.1.36)
   La tarjeta ahora contiene: título, descripción y CTA.
   ========================================================= */
.leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
    grid-template-rows: minmax(74px, auto) minmax(84px, 1fr) auto;
}

@media (max-width: 1024px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        grid-template-rows: minmax(68px, auto) minmax(84px, 1fr) auto;
    }
}

@media (max-width: 767px) {
    .leosoftec-catalogs-grid--showcase .leosoftec-catalog-card__body {
        grid-template-rows: auto auto auto;
    }
}

/* =========================================================
   CATÁLOGOS – PORTADA ESTANDARIZADA (v1.1.37)
   El origen de cada portada se recorta en WordPress a 1200×984 (50:41).
   El contenedor usa exactamente la misma proporción para no cortar contenido.
   ========================================================= */
.leosoftec-catalog-card--showcase .leosoftec-catalog-card__media {
    height: auto;
    min-height: 0;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 50 / 41;
}


/* =========================================================
   SLIDER – SIN ETIQUETA SUPERIOR (v1.1.38)
   ========================================================= */
.leosoftec-service-slide__eyebrow { display: none !important; }

/* =========================================================
   MODAL DETALLE DE SERVICIO – CARDS CLICKEABLES (v1.1.39)
   ========================================================= */
body.leosoftec-service-modal-open {
    overflow: hidden !important;
}

.leosoftec-feature-service-card[data-leosoftec-service-open] {
    cursor: pointer;
}

.leosoftec-feature-service-card[data-leosoftec-service-open]:focus-visible {
    outline: 3px solid rgba(199, 57, 88, .45);
    outline-offset: 4px;
}

.leosoftec-service-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.leosoftec-service-detail-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.leosoftec-service-detail-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 16, 27, .72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.leosoftec-service-detail-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, .92fr) minmax(0, 1.08fr);
    width: min(980px, calc(100vw - 48px));
    max-height: min(90vh, 820px);
    max-height: min(90dvh, 820px);
    overflow: hidden;
    border: 1px solid rgba(17, 25, 39, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 34px 100px rgba(8, 13, 24, .34);
    transform: translateY(18px) scale(.985);
    transition: transform .24s ease;
    outline: none;
}

.leosoftec-service-detail-modal.is-open .leosoftec-service-detail-modal__dialog {
    transform: translateY(0) scale(1);
}

.leosoftec-service-detail-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(199, 57, 88, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: var(--leosoftec-boscan-primary, #c73958);
    box-shadow: 0 8px 20px rgba(20, 24, 33, .10);
    cursor: pointer;
    font-size: 29px;
    line-height: 1;
    font-weight: 400;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.leosoftec-service-detail-modal__close:hover,
.leosoftec-service-detail-modal__close:focus-visible {
    background: var(--leosoftec-boscan-primary, #c73958);
    color: #fff;
    transform: rotate(4deg);
    outline: none;
}

.leosoftec-service-detail-modal__media {
    min-width: 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(145deg, #f8edf0 0%, #f4f5f7 100%);
    overflow: hidden;
}

.leosoftec-service-detail-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 680px;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
}

.leosoftec-service-detail-modal.has-no-image .leosoftec-service-detail-modal__dialog {
    grid-template-columns: minmax(0, 1fr);
    width: min(720px, calc(100vw - 48px));
}

.leosoftec-service-detail-modal__content {
    min-width: 0;
    overflow-y: auto;
    padding: 58px 54px 52px;
    background: #fff;
}

.leosoftec-service-detail-modal__eyebrow {
    display: block;
    margin: 0 0 14px;
    color: var(--leosoftec-boscan-primary, #c73958);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.leosoftec-service-detail-modal__content h2 {
    margin: 0;
    padding-right: 34px;
    color: #111827;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 800;
}

.leosoftec-service-detail-modal__divider {
    display: block;
    width: 54px;
    height: 4px;
    margin: 24px 0 26px;
    border-radius: 999px;
    background: var(--leosoftec-boscan-primary, #c73958);
}

.leosoftec-service-detail-modal__description {
    color: #5f6878;
    font-size: 17px;
    line-height: 1.72;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .leosoftec-service-detail-modal__dialog {
        grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    }

    .leosoftec-service-detail-modal__media {
        min-height: 440px;
        padding: 18px;
    }

    .leosoftec-service-detail-modal__content {
        padding: 52px 36px 40px;
    }
}

@media (max-width: 767px) {
    .leosoftec-service-detail-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .leosoftec-service-detail-modal__dialog {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 94vh;
        max-height: 94dvh;
        border-radius: 22px 22px 16px 16px;
        overflow-y: auto;
    }

    .leosoftec-service-detail-modal__media {
        flex: 0 0 auto;
        width: 100%;
        min-height: 0;
        height: auto;
        max-height: 38vh;
        max-height: 38dvh;
        padding: 14px;
    }

    .leosoftec-service-detail-modal__media img {
        width: 100%;
        height: auto;
        max-height: 34vh;
        max-height: 34dvh;
        object-fit: contain;
    }

    .leosoftec-service-detail-modal__content {
        flex: 1 1 auto;
        overflow: visible;
        padding: 30px 24px 32px;
    }

    .leosoftec-service-detail-modal__content h2 {
        padding-right: 32px;
        font-size: clamp(29px, 9vw, 39px);
    }

    .leosoftec-service-detail-modal__description {
        font-size: 16px;
        line-height: 1.65;
    }

    .leosoftec-service-detail-modal__close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
    }
}


/* =========================================================
   CARDS DE SERVICIOS – INTERACCIÓN ESTABLE (v1.1.40)
   La tarjeta completa sigue siendo clickeable, pero se eliminan
   transformaciones/zoom de hover y touch para evitar parpadeos,
   saltos y recortes dentro del viewport horizontal en móvil.
   ========================================================= */
.leosoftec-feature-service-card[data-leosoftec-service-open],
.leosoftec-feature-service-card[data-leosoftec-service-open]:hover,
.leosoftec-feature-service-card[data-leosoftec-service-open]:active,
.leosoftec-feature-service-card[data-leosoftec-service-open]:focus {
    transform: none !important;
    box-shadow: 0 18px 38px rgba(20,24,33,.10) !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.leosoftec-feature-service-card[data-leosoftec-service-open] {
    transition: none !important;
}

.leosoftec-feature-service-card[data-leosoftec-service-open] .leosoftec-feature-service-card__image,
.leosoftec-feature-service-card[data-leosoftec-service-open]:hover .leosoftec-feature-service-card__image,
.leosoftec-feature-service-card[data-leosoftec-service-open]:active .leosoftec-feature-service-card__image,
.leosoftec-feature-service-card[data-leosoftec-service-open]:focus .leosoftec-feature-service-card__image {
    transform: scale(1.015) !important;
    transition: none !important;
}

/* El foco visual se conserva únicamente para navegación real por teclado. */
.leosoftec-feature-service-card[data-leosoftec-service-open]:focus:not(:focus-visible) {
    outline: none !important;
}

@media (hover: none), (pointer: coarse) {
    .leosoftec-feature-service-card[data-leosoftec-service-open],
    .leosoftec-feature-service-card[data-leosoftec-service-open] * {
        -webkit-tap-highlight-color: transparent;
    }
}

/* ==========================================================
 * Elementor widget: CTA Servicios Home
 * ========================================================== */
.leosoftec-home-services-cta {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.leosoftec-home-services-cta__inner {
    width: min(100%, 1220px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(56px, 6vw, 96px);
}

.leosoftec-home-services-cta__copy,
.leosoftec-home-services-cta__visual {
    min-width: 0;
}

.leosoftec-home-services-cta__eyebrow {
    position: relative;
    display: inline-block;
    margin: 0 0 48px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #cc3459;
}

.leosoftec-home-services-cta__eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: #cc3459;
}

.leosoftec-home-services-cta__title {
    margin: 0;
    max-width: 620px;
    color: #121a25;
    font-size: clamp(44px, 4vw, 62px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.045em;
}

.leosoftec-home-services-cta__description {
    margin: 30px 0 0;
    max-width: 650px;
    color: #626b78;
    font-size: 19px;
    line-height: 1.72;
    font-weight: 400;
}

.leosoftec-home-services-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 48px;
}

.leosoftec-home-services-cta__primary,
.leosoftec-home-services-cta__secondary {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.leosoftec-home-services-cta__primary {
    gap: 25px;
    min-width: 292px;
    padding: 16px 28px 16px 32px;
    border: 0;
    border-radius: 3px;
    background: #cc3459;
    color: #fff !important;
}

.leosoftec-home-services-cta__secondary {
    position: relative;
    justify-content: flex-start;
    gap: 24px;
    min-width: 260px;
    padding: 16px 10px 16px 4px;
    color: #181f29 !important;
}

.leosoftec-home-services-cta__secondary::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 8px;
    bottom: 8px;
    height: 2px;
    border-radius: 99px;
    background: #cc3459;
    opacity: .14;
}

.leosoftec-home-services-cta__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    transform: translateY(-1px);
}

.leosoftec-home-services-cta__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leosoftec-home-services-cta__visual img {
    display: block;
    width: 100%;
    max-width: 765px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
    .leosoftec-home-services-cta__primary:hover {
        color: #fff !important;
        opacity: .92;
    }

    .leosoftec-home-services-cta__secondary:hover {
        color: #cc3459 !important;
    }
}

@media (max-width: 1024px) {
    .leosoftec-home-services-cta__inner {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        gap: 42px;
    }

    .leosoftec-home-services-cta__eyebrow {
        margin-bottom: 36px;
    }

    .leosoftec-home-services-cta__title {
        font-size: clamp(38px, 5vw, 50px);
    }

    .leosoftec-home-services-cta__description {
        margin-top: 24px;
        font-size: 17px;
    }

    .leosoftec-home-services-cta__actions {
        margin-top: 36px;
    }

    .leosoftec-home-services-cta__primary,
    .leosoftec-home-services-cta__secondary {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .leosoftec-home-services-cta__inner {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .leosoftec-home-services-cta__eyebrow {
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 12px;
    }

    .leosoftec-home-services-cta__title {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.1;
    }

    .leosoftec-home-services-cta__description {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.65;
    }

    .leosoftec-home-services-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 32px;
    }

    .leosoftec-home-services-cta__primary,
    .leosoftec-home-services-cta__secondary {
        width: 100%;
        min-height: 56px;
    }

    .leosoftec-home-services-cta__primary {
        justify-content: space-between;
    }

    .leosoftec-home-services-cta__secondary {
        justify-content: space-between;
        padding-left: 2px;
        padding-right: 2px;
    }

    .leosoftec-home-services-cta__secondary::after {
        left: 0;
        right: 0;
    }

    .leosoftec-home-services-cta__visual img {
        width: min(100%, 620px);
    }
}


/* =========================================================
   AJUSTES DE REVISIÓN CLIENTE – v1.1.42
   ========================================================= */

/* Slider principal: el contador 01 / 04 ya no se muestra.
   La regla también cubre cachés que conserven temporalmente el markup anterior. */
.leosoftec-service-slide__number {
    display: none !important;
}

/* Catálogos: el subtítulo se desplaza sutilmente hacia la izquierda y
   se elimina la línea decorativa que podía aparecer al extremo derecho. */
.leosoftec-catalog-kicker-native {
    padding-right: 0 !important;
    transform: translateX(-10px) !important;
}

.leosoftec-catalog-kicker-native::after {
    content: none !important;
    display: none !important;
}

/* Cards de servicios: la palabra “Acompañamiento” debe verse completa.
   Solo se compactan los títulos que contienen esa palabra larga. */
.leosoftec-feature-service-card__content h3.leosoftec-feature-service-card__title--longword {
    font-size: clamp(15.5px, 1.05vw, 18px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

@media (max-width: 767px) {
    .leosoftec-catalog-kicker-native {
        transform: translateX(-4px) !important;
    }

    .leosoftec-feature-service-card__content h3.leosoftec-feature-service-card__title--longword {
        font-size: 18px !important;
    }
}
