@font-face {
    font-family: "Eurostile LT Std Web";
    src: url("../fonts/eurostile/Eurostile-LT-Std-Oblique_16312.ttf") format("truetype");
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: "Eurostile LT Std Web";
    src: url("../fonts/eurostile/Eurostile-LT-Std-Demi-Oblique_16309.ttf") format("truetype");
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
}

:root {
    --movilson-2026-bg: #060b15;
    --movilson-2026-bg-soft: #101725;
    --movilson-2026-surface: #1e1e1e;
    --movilson-2026-surface-2: #3e3e3e;
    --movilson-2026-card: rgba(16, 23, 37, 0.88);
    --movilson-2026-card-strong: rgba(11, 15, 24, 0.96);
    --movilson-2026-line: rgba(255, 255, 255, 0.12);
    --movilson-2026-line-strong: rgba(0, 162, 255, 0.55);
    --movilson-2026-text: #fffff0;
    --movilson-2026-text-soft: #c8d1df;
    --movilson-2026-cyan: #00a2ff;
    --movilson-2026-cyan-deep: #08679d;
    --movilson-2026-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    --movilson-2026-glow: 0 24px 64px rgba(0, 162, 255, 0.24);
    --movilson-2026-radius-xl: 42px;
    --movilson-2026-radius-lg: 30px;
    --movilson-2026-radius-md: 22px;
    --movilson-2026-display: "Oxanium", "Bai Jamjuree", sans-serif;
    --movilson-2026-body: "Bai Jamjuree", sans-serif;
}

body {
    font-family: var(--movilson-2026-body) !important;
}

.movilson-minicart {
    top: 90px;
}

.movilson-header-2026,
.movilson-header-2026:not(.active),
.movilson-header-2026.active {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.33) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    box-shadow: none;
    backdrop-filter: blur(9.9px);
    -webkit-backdrop-filter: blur(9.9px);
}

.movilson-header-2026 .movilson-header-container {
    max-width: 1380px !important;
}

.movilson-header-2026 .navbar {
    min-height: 84px;
    align-items: center;
}

.movilson-header-2026 .navbar-brand {
    margin-right: 3rem !important;
}

.movilson-header-2026 .navbar-brand img,
.movilson-header-2026 .navbar-brand .movilson-logo-light {
    max-width: 230px;
    filter: brightness(0) invert(1);
}

.movilson-header-2026 .navbar-nav {
    gap: 0.9rem;
}

.movilson-header-2026 .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0 !important;
}

.movilson-header-2026 .navbar-nav .nav-link,
.movilson-header-2026 .movilson-header-button-cart span,
.movilson-header-2026 .custom-control-label {
    color: var(--movilson-2026-text) !important;
    font-family: var(--movilson-2026-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movilson-header-2026 .navbar-nav .nav-link {
    position: relative;
    padding: 0.45rem 0.2rem !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.movilson-header-2026 .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 162, 255, 0), rgba(0, 162, 255, 1), rgba(0, 162, 255, 0));
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.movilson-header-2026 .navbar-nav .nav-link.dropdown-toggle::after {
    display: block;
    margin: 0;
    border: 0 !important;
    vertical-align: initial;
}

.movilson-header-2026 .navbar-nav .nav-link:hover::after,
.movilson-header-2026 .navbar-nav .nav-link:focus::after,
.movilson-header-2026 .navbar-nav .nav-link:focus-visible::after,
.movilson-header-2026 .navbar-nav .nav-item.active .nav-link::after {
    transform: scaleX(1);
}

.movilson-header-2026 .movilson-header-toggle {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 0;
    padding: 0 0.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.movilson-header-2026 .movilson-header-actions {
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    margin-left: 1.25rem;
}

.movilson-header-2026 .movilson-header-toggle .custom-control {
    min-height: 1.5rem;
    padding-left: 2.5rem;
}

.movilson-header-2026 .movilson-header-toggle .custom-control-label {
    margin-bottom: 0;
    line-height: 1.5rem;
    white-space: nowrap;
}

.movilson-header-2026 .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--movilson-2026-cyan) !important;
    border-color: var(--movilson-2026-cyan) !important;
}

.movilson-header-2026 .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.18);
}

.movilson-header-2026 .movilson-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 40px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 999px;
    background: transparent !important;
    padding: 0 0.7rem !important;
}

.movilson-header-2026 .movilson-header-button:hover {
    background: rgba(0, 162, 255, 0.14) !important;
    border-color: rgba(0, 162, 255, 0.4) !important;
    text-decoration: none;
}

.movilson-header-2026 .movilson-header-button img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.movilson-header-2026 .movilson-header-button-cart {
    min-width: 0;
    padding: 0 0.8rem !important;
    gap: 0.45rem;
}

.movilson-header-2026 .movilson-header-button-cart:hover {
    background: rgba(0, 162, 255, 0.14) !important;
    color: #8bd8ff !important;
    text-decoration: none;
}

.movilson-header-2026 .movilson-header-button-cart:hover span {
    color: #8bd8ff;
}

.movilson-header-2026 .movilson-header-button-cart img {
    margin-left: 0 !important;
    filter: brightness(0) invert(1);
}

.movilson-header-2026 form.active {
    background: rgba(6, 11, 21, 0.94) !important;
    border-radius: 24px;
}

.movilson-header-2026 form .form-control {
    color: var(--movilson-2026-text);
    background: transparent !important;
}

.movilson-header-2026 form .form-control::placeholder {
    color: rgba(255, 255, 240, 0.72);
}

.movilson-menu-2026 {
    z-index: 1001;
}

.movilson-menu-2026 .movilson-menu-container {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background: rgba(8, 12, 22, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.movilson-menu-2026 .nav-link,
.movilson-menu-2026 h2 span,
.movilson-menu-2026 li a {
    color: var(--movilson-2026-text) !important;
}

.movilson-home-2026 {
    background:
        radial-gradient(circle at top center, rgba(0, 162, 255, 0.16), rgba(0, 162, 255, 0) 24%),
        linear-gradient(180deg, #0d0d0f 0%, #1f1f1f 34%, #171717 100%);
    color: var(--movilson-2026-text);
}

.movilson-home-2026 .movilson-hero {
    margin-top: -96px;
    padding-top: 96px;
    position: relative;
}

.movilson-home-2026 .movilson-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 260px;
    background: linear-gradient(180deg, rgba(4, 7, 15, 0), rgba(4, 7, 15, 0.95));
    pointer-events: none;
}

.movilson-home-2026 .movilson-hero-item {
    position: relative;
    overflow: hidden;
}

.movilson-home-2026 .movilson-hero-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 11, 21, 0.62) 0%, rgba(6, 11, 21, 0.54) 18%, rgba(6, 11, 21, 0.9) 100%),
        radial-gradient(circle at top right, rgba(0, 162, 255, 0.12), rgba(0, 162, 255, 0) 24%);
    z-index: 1;
}

.movilson-home-2026 .movilson-hero-item picture,
.movilson-home-2026 .movilson-hero-item img,
.movilson-home-2026 .movilson-hero-item video {
    display: block;
    width: 100%;
}

.movilson-home-2026 .movilson-hero-item img {
    min-height: 680px;
    max-height: 920px;
    object-fit: cover;
}

.movilson-home-2026 .movilson-hero-item video {
    height: clamp(680px, 56.25vw, 920px);
    object-fit: cover;
    object-position: center center;
    background: #060b15;
}

.movilson-home-2026 .movilson-hero .owl-dots {
    display: none !important;
}

.movilson-home-2026 .movilson-hero .owl-dot span {
    width: 56px !important;
    height: 6px !important;
    margin: 0 0.45rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

.movilson-home-2026 .movilson-hero .owl-dot.active span {
    background: linear-gradient(90deg, rgba(0, 162, 255, 0.2), rgba(0, 162, 255, 1)) !important;
}

.movilson-home-2026 .movilson-hero .owl-nav {
    display: none !important;
}

.movilson-home-2026 .movilson-hero .owl-nav button {
    width: 72px;
    height: 72px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(8, 12, 22, 0.5) !important;
    backdrop-filter: blur(12px);
    pointer-events: auto;
}

.movilson-home-2026 .movilson-hero .owl-nav button img {
    width: 26px !important;
    filter: brightness(0) invert(1);
}

.movilson-home-2026 .movilson-hero .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

.movilson-home-2026 .movilson-featured,
.movilson-home-2026 .movilson-categorias-home,
.movilson-home-2026 .movilson-marcas {
    position: relative;
    overflow: hidden;
}

.movilson-home-2026 .movilson-featured {
    padding: 5.75rem 0 6.5rem;
    background: #232323;
}

.movilson-home-2026 .movilson-featured::before,
.movilson-home-2026 .movilson-featured::after,
.movilson-home-2026 .movilson-marcas::before,
.movilson-home-2026 .movilson-marcas::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 160px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 160'%3E%3Cg fill='%2300A2FF' opacity='0.85'%3E%3Crect x='0' y='28' width='8' height='104' rx='4'/%3E%3Crect x='14' y='12' width='8' height='136' rx='4'/%3E%3Crect x='28' y='46' width='8' height='68' rx='4'/%3E%3Crect x='42' y='18' width='8' height='124' rx='4'/%3E%3Crect x='56' y='34' width='8' height='92' rx='4'/%3E%3Crect x='70' y='58' width='8' height='44' rx='4'/%3E%3Crect x='84' y='22' width='8' height='116' rx='4'/%3E%3Crect x='98' y='36' width='8' height='88' rx='4'/%3E%3Crect x='112' y='60' width='8' height='40' rx='4'/%3E%3Crect x='126' y='72' width='8' height='16' rx='4'/%3E%3Crect x='140' y='60' width='8' height='40' rx='4'/%3E%3Crect x='154' y='36' width='8' height='88' rx='4'/%3E%3Crect x='168' y='22' width='8' height='116' rx='4'/%3E%3Crect x='182' y='58' width='8' height='44' rx='4'/%3E%3Crect x='196' y='34' width='8' height='92' rx='4'/%3E%3Crect x='210' y='18' width='8' height='124' rx='4'/%3E%3Crect x='224' y='46' width='8' height='68' rx='4'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.76;
    pointer-events: none;
}

.movilson-home-2026 .movilson-featured::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: url("/bundles/appfrontend/img/featured-bg.png") center center / 100% 100% no-repeat;
    opacity: 1;
    z-index: 1;
}

.movilson-home-2026 .movilson-featured::after {
    display: none;
}

.movilson-home-2026 .movilson-marcas::before {
    display: none;
}

.movilson-home-2026 .movilson-marcas::after {
    display: none;
}

.movilson-home-2026 .movilson-section-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 3.5rem;
}

.movilson-home-2026 .movilson-section-heading .movilson-title {
    --mov-title-light-stroke: 3px;
    --mov-title-accent-stroke: 3px;
    --mov-title-accent-shift-x: -0.01em;
    --mov-title-accent-shift-y: 0.045em;
    position: relative;
    display: inline-block;
    margin-bottom: 0.55rem;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: clamp(3rem, 4.8vw, 5rem);
    font-style: oblique;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
        0.018em 0.018em 0 rgba(39, 48, 95, 0.96),
        0.034em 0.034em 0 rgba(39, 48, 95, 0.78),
        0.05em 0.05em 0 rgba(39, 48, 95, 0.54),
        0.066em 0.066em 0 rgba(39, 48, 95, 0.22);
    isolation: isolate;
}

.movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::before,
.movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::before {
    z-index: -2;
    color: transparent;
    transform: translate(-0.008em, -0.008em);
    -webkit-text-stroke: var(--mov-title-light-stroke) #d9dce2;
}

.movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::after {
    z-index: -1;
    color: transparent;
    transform: translate(var(--mov-title-accent-shift-x), var(--mov-title-accent-shift-y));
    -webkit-text-stroke: var(--mov-title-accent-stroke) #3caeff;
}

.movilson-home-2026 .movilson-section-heading .movilson-title--featured {
    --mov-title-light-stroke: 2px;
    --mov-title-accent-stroke: 3px;
    --mov-title-accent-shift-x: -0.008em;
    --mov-title-accent-shift-y: 0.052em;
    font-size: clamp(2rem, 3vw, 3rem);
    text-shadow:
        0.02em 0.02em 0 rgba(39, 48, 95, 0.96),
        0.036em 0.036em 0 rgba(39, 48, 95, 0.76),
        0.052em 0.052em 0 rgba(39, 48, 95, 0.48),
        0.068em 0.068em 0 rgba(39, 48, 95, 0.18);
}

.movilson-home-2026 .movilson-section-heading .movilson-title--categorias {
    --mov-title-light-stroke: 4px;
    --mov-title-accent-stroke: 4px;
    --mov-title-accent-shift-x: -0.012em;
    --mov-title-accent-shift-y: 0.056em;
    font-size: clamp(4.2rem, 6vw, 6rem);
    text-shadow:
        0.022em 0.022em 0 rgba(39, 48, 95, 0.98),
        0.04em 0.04em 0 rgba(39, 48, 95, 0.8),
        0.058em 0.058em 0 rgba(39, 48, 95, 0.56),
        0.078em 0.078em 0 rgba(39, 48, 95, 0.24);
}

.movilson-home-2026 .movilson-section-heading .movilson-title--marcas {
    --mov-title-light-stroke: 4px;
    --mov-title-accent-stroke: 4px;
    --mov-title-accent-shift-x: -0.01em;
    --mov-title-accent-shift-y: 0.054em;
    font-size: clamp(3.9rem, 5.4vw, 5.3125rem);
    text-shadow:
        0.02em 0.02em 0 rgba(39, 48, 95, 0.96),
        0.038em 0.038em 0 rgba(39, 48, 95, 0.78),
        0.056em 0.056em 0 rgba(39, 48, 95, 0.52),
        0.074em 0.074em 0 rgba(39, 48, 95, 0.22);
}

.movilson-footer-2026 h4 {
    margin-bottom: 0.9rem;
    font-family: var(--movilson-2026-display);
    font-size: clamp(2.4rem, 4vw, 5.25rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
        -4px 4px 0 rgba(0, 162, 255, 0.78),
        0 10px 20px rgba(0, 0, 0, 0.22);
}

.movilson-home-2026 .movilson-section-heading p,
.movilson-footer-2026 p,
.movilson-footer-2026 li,
.movilson-footer-2026 a,
.movilson-copyrights-2026 span {
    color: var(--movilson-2026-text-soft);
}

.movilson-home-2026 .movilson-section-heading p {
    margin: 0 auto;
    max-width: 860px;
    font-family: var(--movilson-2026-display);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 240, 0.82);
}

.movilson-home-2026 .movilson-featured-row,
.movilson-home-2026 .movilson-marcas-row {
    position: relative;
    z-index: 2;
}

.movilson-home-2026 .movilson-marcas-container {
    width: min(1628px, calc(100vw - 24px));
    max-width: none !important;
}

.movilson-home-2026 .movilson-marcas-row {
    margin-left: 0;
    margin-right: 0;
}

.movilson-home-2026 .movilson-marcas-col-1,
.movilson-home-2026 .movilson-marcas-col-2 {
    padding-left: 0;
    padding-right: 0;
}

.movilson-home-2026 .movilson-featured-col-2 {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.movilson-home-2026 .movilson-featured-owl .owl-stage-outer {
    overflow: hidden;
    padding: 26px 0 34px;
}

.movilson-home-2026 .movilson-featured-owl .owl-stage {
    display: flex;
    align-items: center;
}

.movilson-home-2026 .movilson-featured-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 356px;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: #464646;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.movilson-home-2026 .movilson-featured-item__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 1rem;
    border-radius: 14px;
    background: #222222;
    overflow: hidden;
    text-align: center;
}

.movilson-home-2026 .movilson-featured-item__equalizer {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.movilson-home-2026 .movilson-featured-item__equalizer-group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.38rem;
    width: 33%;
    height: 118px;
}

.movilson-home-2026 .movilson-featured-item__equalizer-group--right {
    transform: scaleX(-1);
}

.movilson-home-2026 .movilson-featured-item__bar {
    align-self: center;
    width: 4px;
    height: 86px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29b4ff 0%, #0d84d1 72%, rgba(13, 132, 209, 0.55) 100%);
    box-shadow: 0 0 12px rgba(0, 162, 255, 0.18);
    opacity: 0.88;
    transform: scaleY(0.22);
    transform-origin: center center;
    animation: movilson-featured-eq-bar calc(1.18s + (var(--bar-index) * 0.03s)) linear infinite;
    animation-delay: calc(var(--bar-index) * -0.11s);
    will-change: transform, opacity;
}

.movilson-home-2026 .movilson-featured-item__media img {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 190px;
    object-fit: contain;
    object-position: center center;
}

.movilson-home-2026 .movilson-featured-item__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.8rem 0.15rem 0 0.15rem;
}

.movilson-home-2026 .movilson-featured-item__caption {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-height: 3.6rem;
}

.movilson-home-2026 .movilson-featured-item h3 {
    margin: 0;
    color: var(--movilson-2026-text);
    font-family: var(--movilson-2026-display);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.movilson-home-2026 .movilson-featured-item__meta {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--movilson-2026-display);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.movilson-home-2026 .movilson-featured-item__price {
    margin: 0;
    color: #8bd8ff;
    font-family: var(--movilson-2026-display);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.movilson-home-2026 .movilson-featured-item__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 162, 255, 0.38);
    border-radius: 50%;
    background: rgba(0, 162, 255, 0.14);
    box-shadow: 0 0 18px rgba(0, 162, 255, 0.18);
}

.movilson-home-2026 .movilson-featured-item__cart img {
    filter: brightness(0) invert(1);
}

.movilson-home-2026 .movilson-featured-col-3 {
    margin-top: 2rem;
}

.movilson-home-2026 .movilson-featured-col-3 .movilson-btn {
    min-width: 130px;
    min-height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0, 162, 255, 0.55);
    background: rgba(8, 103, 157, 0.62);
    box-shadow: none;
    color: var(--movilson-2026-text);
    font-family: var(--movilson-2026-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
}

.movilson-home-2026 .movilson-featured-owl .owl-item {
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.movilson-home-2026 .movilson-featured-owl .owl-item.center {
    z-index: 2;
}

.movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item {
    transform: translateY(-8px) scale(1.06);
    border-color: rgba(0, 162, 255, 0.45);
    box-shadow:
        0 0 0 1px rgba(0, 162, 255, 0.18),
        0 0 18px rgba(0, 162, 255, 0.24),
        0 14px 24px rgba(0, 0, 0, 0.24);
    background: #3a3a3a;
}

.movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item__media {
    background:
        radial-gradient(circle at center, rgba(0, 162, 255, 0.24), rgba(0, 162, 255, 0) 62%),
        #222222;
}

.movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item__equalizer {
    opacity: 1;
}

.movilson-home-2026 .movilson-featured-owl .owl-item:not(.center) .movilson-featured-item {
    transform: translateY(14px) scale(0.82);
    opacity: 0.94;
}

.movilson-home-2026 .movilson-featured-owl .owl-item:not(.center) .movilson-featured-item__body {
    opacity: 0;
}

.movilson-home-2026 .movilson-featured .owl-nav {
    position: absolute;
    inset: 50% -3.8rem auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    transform: translateY(-42%);
    pointer-events: none;
}

.movilson-home-2026 .movilson-featured .owl-nav button {
    width: 42px;
    height: 42px;
    margin: 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 162, 255, 0.4) !important;
    background: rgba(58, 58, 58, 0.92) !important;
    box-shadow:
        0 0 0 1px rgba(0, 162, 255, 0.12),
        0 0 12px rgba(0, 162, 255, 0.18),
        0 8px 14px rgba(0, 0, 0, 0.18);
    pointer-events: auto;
}

.movilson-home-2026 .movilson-featured .owl-nav button img {
    width: 16px !important;
    filter: brightness(0) invert(1);
}

.movilson-home-2026 .movilson-featured .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

@keyframes movilson-featured-eq-bar {
    0% {
        opacity: 0.44;
        transform: scaleY(0.24);
    }

    14% {
        opacity: 0.82;
        transform: scaleY(calc(0.46 * var(--bar-scale)));
    }

    28% {
        opacity: 0.98;
        transform: scaleY(calc(0.9 * var(--bar-scale)));
    }

    42% {
        opacity: 0.72;
        transform: scaleY(calc(0.55 * var(--bar-scale)));
    }

    58% {
        opacity: 0.96;
        transform: scaleY(calc(1.08 * var(--bar-scale)));
    }

    72% {
        opacity: 0.62;
        transform: scaleY(calc(0.38 * var(--bar-scale)));
    }

    86% {
        opacity: 0.88;
        transform: scaleY(calc(0.76 * var(--bar-scale)));
    }

    100% {
        opacity: 0.44;
        transform: scaleY(0.24);
    }
}

@keyframes movilson-category-eq-bar {
    0% {
        clip-path: inset(30px 0 0);
    }

    8.33% {
        clip-path: inset(25px 0 0);
    }

    16.66% {
        clip-path: inset(20px 0 0);
    }

    25% {
        clip-path: inset(15px 0 0);
    }

    33.33% {
        clip-path: inset(10px 0 0);
    }

    41.66% {
        clip-path: inset(5px 0 0);
    }

    50% {
        clip-path: inset(0 0 0);
    }

    58.33% {
        clip-path: inset(5px 0 0);
    }

    66.66% {
        clip-path: inset(10px 0 0);
    }

    75% {
        clip-path: inset(15px 0 0);
    }

    83.33% {
        clip-path: inset(20px 0 0);
    }

    91.66% {
        clip-path: inset(25px 0 0);
    }

    100% {
        clip-path: inset(30px 0 0);
    }
}

.movilson-home-2026 .movilson-categorias-home {
    isolation: isolate;
    padding: 7rem 0 8rem;
    background: url("/bundles/appfrontend/img/back_gral_2.jpg") center center / cover no-repeat;
}

.movilson-home-2026 .movilson-categorias-home__media {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.movilson-home-2026 .movilson-categorias-home__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.96;
    filter: none;
}

.movilson-home-2026 .movilson-categorias-home-container {
    position: relative;
    z-index: 2;
}

.movilson-home-2026 .movilson-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1080px;
    margin: 0 auto;
}

.movilson-home-2026 .movilson-category-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: auto;
    min-height: 132px;
    padding: 0.5rem;
    border: 1px solid rgba(0, 162, 255, 0.24);
    border-radius: 24px;
    background: rgba(62, 62, 62, 0.9);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    grid-column: span 2;
}

.movilson-home-2026 .movilson-category-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 0 0 3px rgba(0, 174, 239, 0.82),
        0 9px 18px rgba(0, 162, 255, 0.58),
        0 22px 42px rgba(0, 105, 178, 0.42);
    border-color: rgba(30, 190, 255, 0.96);
    text-decoration: none;
}

.movilson-home-2026 .movilson-category-card:focus-visible {
    outline: none;
    transform: translateY(-5px);
    border-color: rgba(30, 190, 255, 0.96);
    box-shadow:
        0 0 0 3px rgba(0, 174, 239, 0.82),
        0 9px 18px rgba(0, 162, 255, 0.58),
        0 22px 42px rgba(0, 105, 178, 0.42);
}

.movilson-home-2026 .movilson-category-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 84px;
    padding: 1rem 1rem;
    border-radius: 18px;
    background: rgba(34, 34, 34, 0.98);
}

.movilson-home-2026 .movilson-category-card__inner strong {
    position: relative;
    z-index: 2;
    max-width: 56%;
    color: #ffffff;
    font-family: var(--movilson-2026-display);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.25s ease;
}

.movilson-home-2026 .movilson-category-card__equalizer {
    position: absolute;
    left: 1rem;
    bottom: 0.7rem;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    width: 52%;
    height: 30px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.movilson-home-2026 .movilson-category-card__equalizer i {
    display: block;
    flex: 1 1 0;
    min-width: 3px;
    height: 100%;
    border-radius: 1px 1px 0 0;
    background: repeating-linear-gradient(
        to top,
        #00a9e8 0,
        #00a9e8 3px,
        transparent 3px,
        transparent 5px
    );
    opacity: 0.92;
    clip-path: inset(30px 0 0);
}

.movilson-home-2026 .movilson-category-card__equalizer i:nth-child(3n + 1) {
    animation-delay: -0.34s;
}

.movilson-home-2026 .movilson-category-card__equalizer i:nth-child(3n + 2) {
    animation-delay: -0.82s;
}

.movilson-home-2026 .movilson-category-card__equalizer i:nth-child(4n) {
    animation-delay: -1.18s;
}

.movilson-home-2026 .movilson-category-card__equalizer i:nth-child(5n) {
    animation-delay: -1.56s;
}

.movilson-home-2026 .movilson-category-card:hover .movilson-category-card__inner strong,
.movilson-home-2026 .movilson-category-card:focus-visible .movilson-category-card__inner strong {
    transform: translateY(-13px);
}

.movilson-home-2026 .movilson-category-card:hover .movilson-category-card__equalizer,
.movilson-home-2026 .movilson-category-card:focus-visible .movilson-category-card__equalizer {
    opacity: 1;
}

.movilson-home-2026 .movilson-category-card:hover .movilson-category-card__equalizer i,
.movilson-home-2026 .movilson-category-card:focus-visible .movilson-category-card__equalizer i {
    animation-name: movilson-category-eq-bar;
    animation-duration: 1.5s;
    animation-timing-function: steps(1, end);
    animation-iteration-count: infinite;
}

.movilson-home-2026 .movilson-category-card__media {
    position: absolute;
    right: 0.1rem;
    bottom: 0;
    z-index: 3;
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.movilson-home-2026 .movilson-category-card__media img {
    width: auto;
    max-width: 96%;
    max-height: 118%;
    object-fit: contain;
    filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.32));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.movilson-home-2026 .movilson-category-card:hover .movilson-category-card__media img,
.movilson-home-2026 .movilson-category-card:focus-visible .movilson-category-card__media img {
    transform: scale(1.04) translateY(-2px);
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}

@media (prefers-reduced-motion: reduce) {
    .movilson-home-2026 .movilson-category-card,
    .movilson-home-2026 .movilson-category-card__inner strong,
    .movilson-home-2026 .movilson-category-card__media img {
        transition: none;
    }

    .movilson-home-2026 .movilson-category-card:hover .movilson-category-card__equalizer i,
    .movilson-home-2026 .movilson-category-card:focus-visible .movilson-category-card__equalizer i {
        animation: none;
        opacity: 0.86;
        clip-path: inset(10px 0 0);
    }
}

.movilson-home-2026 .movilson-category-grid--home .movilson-category-card--7 {
    grid-column: 2 / span 2;
}

.movilson-home-2026 .movilson-category-grid--home .movilson-category-card--8 {
    grid-column: 4 / span 2;
}

.movilson-home-2026 .movilson-marcas {
    min-height: 620px;
    padding: 9rem 0 8rem !important;
    background-color: #1f1f1f !important;
    background-image: url("/bundles/appfrontend/img/marcas-bg.png") !important;
    background-position: center -2rem !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    border-top: 1px solid rgba(60, 174, 255, 0.34);
}

.movilson-home-2026 .movilson-marcas .movilson-section-heading {
    margin-bottom: 3rem;
}

.movilson-home-2026 .movilson-marcas-heading-shell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.movilson-about-2026 {
    position: relative;
    background: #1e1e1e;
    color: var(--movilson-2026-text);
    overflow: hidden;
}

.movilson-about-2026__hero {
    position: relative;
    height: 378px;
    min-height: 378px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #060912;
}

.movilson-about-2026__hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.movilson-about-2026__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(2, 5, 12, 0.08);
    pointer-events: none;
}

.movilson-about-2026__hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0;
}

.movilson-about-2026__hero h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
        -2px 3px 0 rgba(60, 174, 255, 0.95),
        2px 2px 0 rgba(35, 46, 88, 0.95),
        3px 3px 0 rgba(35, 46, 88, 0.65),
        0 12px 24px rgba(0, 0, 0, 0.28);
}

.movilson-about-2026__hero h1::after {
    display: none;
}

.movilson-about-2026__container {
    position: relative;
    max-width: 1226px !important;
    padding-top: 5.25rem;
    padding-bottom: 5.75rem;
}

.movilson-about-2026__container::before,
.movilson-about-2026__container::after {
    display: none;
}

.movilson-about-2026__intro {
    max-width: 1181px;
    margin: 0 auto 4.25rem;
    text-align: center;
}

.movilson-about-2026__intro p {
    margin-bottom: 1.15rem;
    color: #d9d9d9;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
}

.movilson-about-2026__intro-highlight {
    margin-bottom: 0;
    color: #d9d9d9 !important;
    font-size: 1rem !important;
}

.movilson-about-story {
    position: relative;
    display: grid;
    grid-template-columns: 588px minmax(0, 605px);
    align-items: center;
    gap: 33px;
    margin-bottom: 3.25rem;
}

.movilson-about-story--reverse {
    grid-template-columns: minmax(0, 605px) 588px;
}

.movilson-about-story--reverse .movilson-about-story__media {
    order: 2;
}

.movilson-about-story--reverse .movilson-about-story__copy {
    order: 1;
}

.movilson-about-story__media {
    position: relative;
    z-index: 1;
    width: 588px;
    height: 318px;
    padding: 0;
    border-radius: 30px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.movilson-about-story__media::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: -14px;
    left: 5%;
    z-index: 0;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
    filter: blur(18px);
    clip-path: inset(0 -32px -32px -32px);
    pointer-events: none;
}

.movilson-about-story__media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.movilson-about-story__copy {
    position: relative;
    z-index: 1;
    color: #d9d9d9;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.8125rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.18;
}

.movilson-about-story__copy p {
    margin-bottom: 0.625rem;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.movilson-about-story__copy p:last-child {
    margin-bottom: 0;
}

.movilson-about-story__copy a {
    color: #8bd8ff;
    font-style: normal;
    text-decoration: none;
}

.movilson-about-story__copy a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.movilson-about-story::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 771px;
    height: 294px;
    background: url("/bundles/appfrontend/img/about-wave-2026.svg") center / 100% 100% no-repeat;
    opacity: 0.9;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

.movilson-about-story--bomber::before,
.movilson-about-story--joy::before {
    right: calc(100% - 30px);
}

.movilson-about-story--blauline::before {
    left: calc(100% - 108px);
}

.movilson-about-story:last-child {
    margin-bottom: 0;
}

.movilson-home-2026 .movilson-marcas-col-2 {
    position: relative;
    display: block !important;
    width: min(1508px, 100%);
    margin: 0 auto;
    padding: 0 0.25rem;
    z-index: 2;
}

.movilson-home-2026 .movilson-marcas-col-2::before {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 50%;
    height: 138px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.76) 7%, rgba(31, 31, 31, 0.96) 15%, rgba(31, 31, 31, 1) 50%, rgba(31, 31, 31, 0.96) 85%, rgba(31, 31, 31, 0.76) 93%, rgba(31, 31, 31, 0) 100%);
    filter: blur(22px);
    opacity: 0.96;
    z-index: 0;
    pointer-events: none;
}

.movilson-home-2026 .movilson-marcas-col-2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0.7) 4%, rgba(31, 31, 31, 0) 10%, rgba(31, 31, 31, 0) 90%, rgba(31, 31, 31, 0.7) 96%, rgba(31, 31, 31, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.movilson-home-2026 .movilson-marcas-owl {
    position: relative;
    z-index: 1;
}

.movilson-home-2026 .movilson-marcas-owl .owl-stage-outer {
    overflow: hidden;
    padding: 0.72rem 0 1rem;
}

.movilson-home-2026 .movilson-marcas-owl .owl-stage {
    display: flex;
    align-items: center;
}

.movilson-home-2026 .movilson-marcas-owl .owl-item {
    opacity: 1;
}

.movilson-home-2026 .movilson-marcas-item {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex: 0 0 184px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 184px !important;
    max-width: 184px !important;
    height: 82px;
    min-height: 82px;
    margin: 0 !important;
    padding: 0.75rem 1.1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(79, 79, 79, 0.94) 0%, rgba(63, 63, 63, 0.92) 100%) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.movilson-home-2026 .movilson-marcas-item:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 162, 255, 0.42);
    background: linear-gradient(180deg, rgba(89, 89, 89, 0.96) 0%, rgba(71, 71, 71, 0.94) 100%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

.movilson-home-2026 .movilson-marcas-item img {
    display: block !important;
    width: auto !important;
    max-width: 132px !important;
    height: auto !important;
    max-height: 38px !important;
    margin: auto !important;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.16));
}

.movilson-home-2026 .movilson-marcas-item img.is-hidden {
    display: none;
}

.movilson-home-2026 .movilson-marcas-item__label {
    display: none;
    color: #ffffff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.045em;
    font-style: oblique;
    text-align: center;
    text-transform: uppercase;
}

.movilson-home-2026 .movilson-marcas-item.is-fallback .movilson-marcas-item__label {
    display: block;
}

.movilson-footer-2026 {
    position: relative;
    padding: 2.7rem 0 3rem !important;
    background: #282828 !important;
    border-top: 0;
}

.movilson-footer-2026 .movilson-footer-container,
.movilson-copyrights-2026 .movilson-copyrights-container {
    max-width: 1266px !important;
}

.movilson-footer-2026 .movilson-footer-row {
    align-items: flex-start;
    row-gap: 0;
}

.movilson-footer-2026 .movilson-footer-col-1,
.movilson-footer-2026 .movilson-footer-col-2,
.movilson-footer-2026 .movilson-footer-col-3,
.movilson-footer-2026 .movilson-footer-col-4 {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.movilson-footer-2026 h4 {
    margin: 0 0 0.9rem;
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: 0;
    text-shadow: none;
}

.movilson-footer-2026 p {
    margin: 0 0 1.45rem;
    font-size: 0.72rem;
    line-height: 1.4;
}

.movilson-footer-2026 p span {
    color: #0095c4;
}

.movilson-footer-2026 .newsletter .form-row {
    flex-wrap: nowrap;
    margin: 0;
}

.movilson-footer-2026 .newsletter .form-group {
    margin: 0;
    padding: 0 !important;
}

.movilson-footer-2026 .newsletter .form-group:first-child {
    flex: 1 1 auto;
    max-width: none;
}

.movilson-footer-2026 .newsletter .form-group:last-child {
    flex: 0 0 101px;
    max-width: 101px;
}

.movilson-footer-2026 .newsletter .form-control {
    width: 100%;
    height: 42px !important;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid #555555 !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    background: #202020 !important;
    color: var(--movilson-2026-text);
    box-shadow: none !important;
}

.movilson-footer-2026 .newsletter .form-control::placeholder {
    color: rgba(255, 255, 240, 0.72);
}

.movilson-footer-2026 .newsletter .btn {
    width: 100%;
    height: 42px !important;
    min-height: 42px;
    margin-left: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0095c4 !important;
    color: var(--movilson-2026-text);
    font-family: var(--movilson-2026-display);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.movilson-footer-2026 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.movilson-footer-2026 li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 24px;
}

.movilson-footer-2026 li + li {
    margin-top: 0.7rem;
}

.movilson-footer-2026 li a {
    font-size: 0.75rem;
    line-height: 1.35;
}

.movilson-footer-2026 .movilson-footer-col-2 li img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 0 !important;
    object-fit: contain;
    filter: none !important;
}

.movilson-footer-2026 li a:hover,
.movilson-footer-2026 .movilson-social a:hover {
    color: #8bd8ff !important;
}

.movilson-footer-2026 .movilson-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: auto;
    padding-top: 0.2rem;
}

.movilson-footer-2026 .movilson-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.movilson-footer-2026 .movilson-social img {
    width: 24px;
    max-height: 24px;
    filter: none !important;
}

.movilson-footer-2026 .movilson-footer-col-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.movilson-footer-2026 .movilson-footer-col-4 img {
    width: 66px;
    max-width: 66px;
}

.movilson-copyrights-2026 {
    padding: 0 !important;
    background: #1b1b1b !important;
    border-top: 0;
}

.movilson-copyrights-2026 .movilson-copyrights-row {
    min-height: 80px;
    align-items: center;
}

.movilson-copyrights-2026 span {
    font-size: 0.72rem;
    color: #d7dce4;
}

.movilson-copyrights-2026 .movilson-copyrights-col-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.movilson-copyrights-2026 .movilson-powered-by {
    display: block;
    width: 175px;
    height: auto;
    filter: none;
}

.movilson-wsp {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1199.98px) {
    .movilson-header-2026 .navbar {
        min-height: 84px;
    }

    .movilson-header-2026 .navbar-brand img,
    .movilson-header-2026 .navbar-brand .movilson-logo-light {
        max-width: 178px;
    }

    .movilson-home-2026 .movilson-featured-owl .owl-item:not(.center) .movilson-featured-item,
    .movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item {
        transform: none;
    }

    .movilson-home-2026 .movilson-featured-owl .owl-item:not(.center) .movilson-featured-item__body {
        opacity: 1;
    }

    .movilson-home-2026 .movilson-featured {
        background: #232323;
    }

    .movilson-home-2026 .movilson-featured::before {
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .movilson-header-2026,
    .movilson-header-2026:not(.active),
    .movilson-header-2026.active {
        background: #5a5a5d !important;
    }

    .movilson-header-2026 .navbar {
        min-height: 78px;
    }

    .movilson-header-2026 .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 0 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .movilson-header-2026 .navbar-nav {
        gap: 0.2rem;
    }

    .movilson-header-2026 .navbar-nav .nav-link {
        padding: 0.7rem 0 !important;
    }

    .movilson-home-2026 .movilson-hero {
        margin-top: 0;
        padding-top: 0;
    }

    .movilson-home-2026 .movilson-hero-item img,
    .movilson-home-2026 .movilson-hero-item video {
        min-height: 420px;
    }

    .movilson-home-2026 .movilson-hero-item video {
        height: 420px;
    }

    .movilson-home-2026 .movilson-hero .owl-dots {
        bottom: 1.5rem;
    }

    .movilson-home-2026 .movilson-section-heading {
        margin-bottom: 2.5rem;
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title {
        font-size: clamp(2.75rem, 10vw, 4rem);
        line-height: 0.92;
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title--featured {
        font-size: clamp(1.7rem, 6.7vw, 2.5rem);
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title--categorias {
        font-size: clamp(3.6rem, 12vw, 4.8rem);
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title--marcas {
        font-size: clamp(3.2rem, 10.5vw, 4.4rem);
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::before {
        transform: translate(-0.006em, -0.006em);
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title--featured[data-text]::after {
        -webkit-text-stroke: 2px #3caeff;
    }

    .movilson-home-2026 .movilson-section-heading .movilson-title--categorias[data-text]::after,
    .movilson-home-2026 .movilson-section-heading .movilson-title--marcas[data-text]::after {
        -webkit-text-stroke: 3px #3caeff;
    }

    .movilson-home-2026 .movilson-section-heading p {
        letter-spacing: 0.16em;
        font-size: 0.74rem;
    }

    .movilson-home-2026 .movilson-featured,
    .movilson-home-2026 .movilson-categorias-home,
    .movilson-home-2026 .movilson-marcas,
    .movilson-footer-2026 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .movilson-home-2026 .movilson-marcas {
        min-height: auto;
        padding: 4.5rem 0 4rem !important;
        background-position: center 3rem !important;
    }

    .movilson-home-2026 .movilson-categorias-home {
        padding-top: 5.25rem;
        padding-bottom: 5.75rem;
    }

    .movilson-home-2026 .movilson-featured-item {
        min-height: 372px;
    }

    .movilson-home-2026 .movilson-featured-item__body {
        padding-top: 0.8rem;
    }

    .movilson-home-2026 .movilson-featured-item h3,
    .movilson-home-2026 .movilson-category-card__inner strong {
        font-size: 1rem;
    }

    .movilson-home-2026 .movilson-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .movilson-home-2026 .movilson-category-card {
        min-height: 144px;
        border-radius: 24px;
        grid-column: span 1;
    }

    .movilson-home-2026 .movilson-category-card__inner {
        min-height: 92px;
        padding: 1rem 1rem;
    }

    .movilson-home-2026 .movilson-category-card__media {
        width: 44%;
    }

    .movilson-home-2026 .movilson-category-grid--home .movilson-category-card--7,
    .movilson-home-2026 .movilson-category-grid--home .movilson-category-card--8 {
        grid-column: span 1;
    }

    .movilson-home-2026 .movilson-marcas-item {
        flex-basis: 164px !important;
        width: 164px !important;
        max-width: 164px !important;
        height: 74px;
        min-height: 74px;
    }

    .movilson-about-2026__hero {
        height: 260px;
        min-height: 260px;
        padding-top: 0;
    }

    .movilson-about-2026__container {
        padding-top: 3rem;
        padding-bottom: 4.5rem;
    }

    .movilson-about-story,
    .movilson-about-story--reverse {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        margin-bottom: 2rem;
    }

    .movilson-about-story--reverse .movilson-about-story__media,
    .movilson-about-story--reverse .movilson-about-story__copy {
        order: initial;
    }

    .movilson-about-story__media {
        width: min(588px, 100%);
        height: auto;
        aspect-ratio: 588 / 318;
        margin: 0 auto;
    }

    .movilson-about-story::before {
        width: 520px;
        height: 198px;
        opacity: 0.48;
    }

    .movilson-about-story--bomber::before,
    .movilson-about-story--joy::before {
        right: calc(100% - 80px);
    }

    .movilson-about-story--blauline::before {
        left: calc(100% - 80px);
    }

    .movilson-footer-2026 .movilson-footer-col-1,
    .movilson-footer-2026 .movilson-footer-col-2,
    .movilson-footer-2026 .movilson-footer-col-3,
    .movilson-footer-2026 .movilson-footer-col-4 {
        padding: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .movilson-header-2026 .navbar-brand {
        margin-right: 1rem !important;
    }

    .movilson-header-2026 .navbar-brand img,
    .movilson-header-2026 .navbar-brand .movilson-logo-light {
        max-width: 148px;
    }

    .movilson-home-2026 .movilson-hero-item img,
    .movilson-home-2026 .movilson-hero-item video {
        min-height: 360px;
    }

    .movilson-home-2026 .movilson-hero-item video {
        height: 360px;
    }

    .movilson-home-2026 .movilson-hero .owl-dot span {
        width: 34px !important;
    }

    .movilson-home-2026 .movilson-featured-item {
        padding: 0.65rem;
        border-radius: 18px;
    }

    .movilson-home-2026 .movilson-featured-item__media {
        min-height: 220px;
    }

    .movilson-home-2026 .movilson-featured-owl .owl-stage-outer {
        padding: 0;
    }

    .movilson-home-2026 .movilson-featured-col-3 .movilson-btn {
        width: 100%;
    }

    .movilson-home-2026 .movilson-category-card {
        min-height: 132px;
        padding: 0.45rem;
    }

    .movilson-home-2026 .movilson-category-card__inner strong {
        max-width: 56%;
        font-size: 0.92rem;
    }

    .movilson-home-2026 .movilson-marcas-item {
        flex-basis: 148px !important;
        width: 148px !important;
        max-width: 148px !important;
        height: 68px;
        min-height: 68px;
        border-radius: 16px;
    }

    .movilson-home-2026 .movilson-marcas-item img {
        max-width: 116px !important;
        max-height: 32px !important;
    }

    .movilson-home-2026 .movilson-marcas .movilson-section-heading {
        margin-bottom: 1.1rem;
    }

    .movilson-about-2026__hero {
        height: 210px;
        min-height: 210px;
        padding-top: 0;
    }

    .movilson-about-2026__hero h1 {
        font-size: 2.1rem;
    }

    .movilson-about-2026__intro {
        margin-bottom: 2.5rem;
    }

    .movilson-about-2026__intro p {
        font-size: 0.875rem;
    }

    .movilson-about-story__copy {
        font-size: 0.75rem;
        line-height: 1.25;
    }

    .movilson-about-story__media {
        border-radius: 24px;
    }

    .movilson-about-story__media img {
        border-radius: 22px;
    }

    .movilson-copyrights-2026 .movilson-copyrights-col-1,
    .movilson-copyrights-2026 .movilson-copyrights-col-2 {
        text-align: center;
    }

    .movilson-copyrights-2026 .movilson-copyrights-col-2 {
        justify-content: center;
    }
}

/* Private area hero 2026 */
.movilson-private-hero-2026 {
    position: relative;
    display: flex;
    width: 100%;
    height: 378px;
    min-height: 378px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #060912;
}

.movilson-private-hero-2026 video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.movilson-private-hero-2026__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 5, 12, 0.08);
    pointer-events: none;
}

.movilson-private-hero-2026 h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        1px 1px 0 rgba(0, 162, 255, 0.95),
        2px 2px 0 rgba(35, 46, 88, 0.95),
        3px 3px 0 rgba(35, 46, 88, 0.65),
        0 12px 24px rgba(0, 0, 0, 0.28);
}

@media (max-width: 991.98px) {
    .movilson-private-hero-2026 {
        height: 260px;
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .movilson-private-hero-2026 {
        height: 210px;
        min-height: 210px;
    }

    .movilson-private-hero-2026 h1 {
        padding-inline: 20px;
        font-size: 2.1rem;
    }
}

/* Login modal 2026 */
#login_modal .modal-dialog {
    width: calc(100% - 32px);
    max-width: 802px !important;
    margin-inline: auto;
}

#login_modal .modal-content,
#login_modal .modal-body {
    border: 0 !important;
    border-radius: 40px !important;
    background: #3e3e3e !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

#login_modal .modal-content {
    width: 100%;
}

#login_modal .modal-body {
    min-height: 379px;
    padding: 0 !important;
}

#login_modal .modal-row {
    display: flex;
    width: 100%;
    min-height: 379px;
    flex-wrap: nowrap;
    margin: 0;
}

#login_modal .modal-col-1,
#login_modal .modal-col-2 {
    width: 50%;
    max-width: none;
    flex: 0 0 50%;
}

#login_modal .modal-col-1 {
    position: relative;
    z-index: 0;
    display: flex !important;
    min-height: 379px;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 130px 24px 35px !important;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
    background: #060912 !important;
    text-align: center;
}

#login_modal .modal-col-1::before {
    content: none !important;
}

#login_modal .movilson-login-2026__video,
#login_modal .movilson-login-2026__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#login_modal .movilson-login-2026__video {
    z-index: -2;
    object-fit: cover;
    object-position: 25% center;
    transform: scale(2);
    transform-origin: 25% center;
    pointer-events: none;
}

#login_modal .movilson-login-2026__overlay {
    z-index: -1;
    display: block;
    background: rgba(2, 5, 12, 0.08);
    pointer-events: none;
}

#login_modal .modal-col-1 > img {
    position: relative;
    z-index: 1;
    width: min(100%, 276px);
    height: auto;
    margin: 0 0 28px !important;
    filter: brightness(0) invert(1);
}

#login_modal .modal-col-1 h3 {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 2rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    text-shadow:
        1px 1px 0 rgba(0, 162, 255, 0.95),
        2px 2px 0 rgba(35, 46, 88, 0.95),
        3px 3px 0 rgba(35, 46, 88, 0.65);
}

#login_modal .modal-col-1 h3 span {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit;
    line-height: inherit;
}

#login_modal .modal-col-2 {
    display: flex;
    min-height: 379px;
    align-items: flex-start;
    padding: 50px 39px 36px !important;
    background: #3e3e3e !important;
}

#login_modal .modal-col-2 .tab-content,
#login_modal .modal-col-2 .tab-pane {
    width: 100%;
}

#login_modal .movilson-login-2026__login-title {
    display: none;
}

#login_modal #login-form {
    margin: 0;
}

#login_modal #login-form .form-group {
    margin: 0 0 31px;
}

#login_modal #login-form .form-group:last-child {
    margin-bottom: 17px;
}

body #login_modal input.form-control,
body.movilson-theme-dark #login_modal input.form-control,
body:not(.movilson-theme-dark) #login_modal input.form-control {
    width: 100%;
    height: 50px !important;
    padding: 11px 10px !important;
    border: 1px solid #fffff0 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: #1e1e1e !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.25rem;
    line-height: 1.2;
}

body #login_modal input.form-control::placeholder,
body.movilson-theme-dark #login_modal input.form-control::placeholder,
body:not(.movilson-theme-dark) #login_modal input.form-control::placeholder {
    color: #666 !important;
    opacity: 1;
}

body #login_modal input.form-control:focus {
    border-color: #00a2ff !important;
    box-shadow: 0 0 0 2px rgba(0, 162, 255, 0.2) !important;
}

#login_modal .modal-col-2 .movilson-btn {
    width: 100%;
    min-height: 50px;
    padding: 10px 18px !important;
    border: 1px solid rgba(0, 162, 255, 0.7) !important;
    border-radius: 9px !important;
    background: #08679d !important;
    color: #fffff0 !important;
    font-family: var(--movilson-2026-display);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

#login_modal .modal-col-2 .movilson-btn:hover,
#login_modal .modal-col-2 .movilson-btn:focus {
    background: #087dbb !important;
}

#login_modal .modal-col-2 p,
#login_modal .modal-col-2 p small {
    margin: 0 0 15px;
    color: #fff !important;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-align: center;
}

#login_modal .modal-col-2 p + p {
    margin-bottom: 0;
}

#login_modal .modal-col-2 p a,
#login_modal .modal-col-2 p a:hover,
#login_modal .modal-col-2 p a:focus {
    color: #00a2ff !important;
    text-decoration: underline;
}

#login_modal #reset h4 {
    margin: 12px 0 30px;
    color: #fff !important;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 1.35rem;
    font-style: oblique;
    font-weight: 700;
    text-align: center;
}

#login_modal #reset .form-group {
    margin-bottom: 25px;
}

#login_modal .modal-body > button[data-dismiss="modal"] {
    display: none;
}

@media (max-width: 767.98px) {
    #login_modal .modal-dialog {
        max-width: 405px !important;
    }

    #login_modal .modal-content,
    #login_modal .modal-body {
        border-radius: 28px !important;
    }

    #login_modal .modal-row {
        min-height: 0;
    }

    #login_modal .modal-col-1 {
        display: none !important;
    }

    #login_modal .modal-col-2 {
        width: 100%;
        min-height: 0;
        max-width: 100%;
        flex-basis: 100%;
        padding: 38px 28px 32px !important;
    }
}

@media (max-width: 399.98px) {
    #login_modal .modal-dialog {
        width: calc(100% - 20px);
    }

    #login_modal .modal-col-2 {
        padding-inline: 20px !important;
    }
}

/* Light theme ------------------------------------------------------------ */
body:not(.movilson-theme-dark) {
    --movilson-2026-bg: #f4f7fa;
    --movilson-2026-bg-soft: #eaf0f5;
    --movilson-2026-surface: #ffffff;
    --movilson-2026-surface-2: #e4eaf0;
    --movilson-2026-card: rgba(255, 255, 255, 0.94);
    --movilson-2026-card-strong: #ffffff;
    --movilson-2026-line: rgba(16, 30, 44, 0.14);
    --movilson-2026-text: #18212b;
    --movilson-2026-text-soft: #526170;
    --movilson-2026-shadow: 0 24px 60px rgba(33, 55, 77, 0.14);
}

body:not(.movilson-theme-dark) .movilson-header-2026,
body:not(.movilson-theme-dark) .movilson-header-2026:not(.active),
body:not(.movilson-theme-dark) .movilson-header-2026.active {
    background: rgba(255, 255, 255, 0.88) !important;
    border-bottom-color: rgba(16, 30, 44, 0.14);
    box-shadow: 0 8px 28px rgba(24, 42, 60, 0.08);
}

body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-brand img,
body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-brand .movilson-logo-light,
body:not(.movilson-theme-dark) .movilson-header-2026 .movilson-header-button img,
body:not(.movilson-theme-dark) .movilson-header-2026 .movilson-header-button-cart img {
    filter: brightness(0);
}

body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-brand img,
body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-brand .movilson-logo-light {
    filter: none;
}

body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-toggler > img {
    filter: brightness(0) !important;
    opacity: 1;
}

body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-nav .nav-link,
body:not(.movilson-theme-dark) .movilson-header-2026 .movilson-header-button-cart span,
body:not(.movilson-theme-dark) .movilson-header-2026 .custom-control-label {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-header.movilson-header-2026 .navbar-nav .nav-link,
body:not(.movilson-theme-dark) .movilson-header.movilson-header-2026 .movilson-header-button-cart span,
body:not(.movilson-theme-dark) .movilson-header.movilson-header-2026 .custom-control-label {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-header-2026 .movilson-header-toggle {
    border-left-color: rgba(16, 30, 44, 0.14);
}

body:not(.movilson-theme-dark) .movilson-header-2026 .custom-control-label::before,
body:not(.movilson-theme-dark) .movilson-header-2026 .movilson-header-button {
    border-color: rgba(16, 30, 44, 0.18) !important;
    background-color: rgba(16, 30, 44, 0.05);
}

body:not(.movilson-theme-dark) .movilson-header-2026 form.active {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 14px 36px rgba(24, 42, 60, 0.14);
}

body:not(.movilson-theme-dark) .movilson-header-2026 form .form-control,
body:not(.movilson-theme-dark) .movilson-header-2026 form .form-control::placeholder {
    color: #526170;
}

body:not(.movilson-theme-dark) .movilson-menu-2026 .movilson-menu-container {
    border-color: rgba(16, 30, 44, 0.14);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 60px rgba(24, 42, 60, 0.16);
}

body:not(.movilson-theme-dark) .movilson-menu-2026 .nav-link,
body:not(.movilson-theme-dark) .movilson-menu-2026 h2 span,
body:not(.movilson-theme-dark) .movilson-menu-2026 li a {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-home-2026 {
    background: #f4f7fa;
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-hero::after {
    background: linear-gradient(180deg, rgba(244, 247, 250, 0), rgba(244, 247, 250, 0.94));
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-hero-item::before {
    background:
        linear-gradient(180deg, rgba(245, 249, 252, 0.12) 0%, rgba(245, 249, 252, 0.08) 34%, rgba(244, 247, 250, 0.68) 100%),
        radial-gradient(circle at top right, rgba(0, 162, 255, 0.1), rgba(0, 162, 255, 0) 26%);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured {
    background: #edf2f6;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured::before {
    background: url("/bundles/appfrontend/img/featured-bg-light.png") center calc(50% + 28px) / 100% auto no-repeat;
    opacity: 1;
    filter: none;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-section-heading .movilson-title {
    color: #222a33;
    text-shadow: none;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::before {
    background: transparent !important;
    -webkit-text-stroke-color: #ffffff;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-section-heading .movilson-title[data-text]::after {
    background: transparent !important;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-section-heading p {
    color: #526170;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item {
    border-color: rgba(24, 42, 60, 0.12);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(73, 105, 130, 0.16);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__media {
    background: #f1f4f7;
}

/* El tema legacy pinta cualquier primer div de la card; el gris debe quedar solo en la imagen. */
body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__body,
body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__caption {
    background: transparent !important;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item h3 {
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__meta {
    color: #6d7985;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__price {
    color: #0878b6;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-item__cart img {
    filter: none;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item {
    background: #ffffff;
    box-shadow:
        0 0 0 1px rgba(0, 162, 255, 0.2),
        0 12px 28px rgba(73, 105, 130, 0.18);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured-owl .owl-item.center .movilson-featured-item__media {
    background:
        radial-gradient(circle at center, rgba(0, 162, 255, 0.16), rgba(0, 162, 255, 0) 62%),
        #f1f4f7;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured .owl-nav button {
    background: rgba(255, 255, 255, 0.96) !important;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-featured .owl-nav button img {
    filter: none;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-category-card {
    border-color: rgba(0, 126, 190, 0.25);
    background: rgba(220, 230, 238, 0.94);
    box-shadow: 0 10px 22px rgba(73, 105, 130, 0.16);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-category-card__inner {
    background: rgba(255, 255, 255, 0.97);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-category-card__inner strong {
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas {
    background-color: #e9eff4 !important;
    background-image: url("/bundles/appfrontend/img/marcas-bg-light.png") !important;
    background-position: center 3.75rem !important;
    background-size: 100% auto !important;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas::before {
    display: none;
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas-col-2::before {
    background: linear-gradient(90deg, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 0.8) 10%, #f4f7fa 50%, rgba(244, 247, 250, 0.8) 90%, rgba(244, 247, 250, 0) 100%);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas-col-2::after {
    background: linear-gradient(90deg, #f4f7fa 0%, rgba(244, 247, 250, 0.72) 4%, rgba(244, 247, 250, 0) 10%, rgba(244, 247, 250, 0) 90%, rgba(244, 247, 250, 0.72) 96%, #f4f7fa 100%);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas-item {
    border-color: rgba(24, 42, 60, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #edf2f6 100%) !important;
    box-shadow: 0 8px 18px rgba(73, 105, 130, 0.14);
}

body:not(.movilson-theme-dark) .movilson-home-2026 .movilson-marcas-item:hover {
    background: #ffffff !important;
}

body:not(.movilson-theme-dark) .movilson-about-2026 {
    background: linear-gradient(180deg, #f4f7fa 0%, #eaf0f5 100%);
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-about-2026__intro p,
body:not(.movilson-theme-dark) .movilson-about-story__copy p {
    color: #42515f;
}

body:not(.movilson-theme-dark) .movilson-about-2026__intro-highlight {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-about-story__media {
    background: transparent;
    box-shadow: none;
}

body:not(.movilson-theme-dark) .movilson-about-story__media::after {
    background: linear-gradient(180deg, rgba(55, 77, 96, 0), rgba(55, 77, 96, 0.3));
}

body:not(.movilson-theme-dark) .movilson-about-story__copy a {
    color: #0878b6;
}

body:not(.movilson-theme-dark) .movilson-footer-2026 {
    background: #edf1f4 !important;
    border-top: 1px solid rgba(24, 42, 60, 0.1);
}

body:not(.movilson-theme-dark) .movilson-footer-2026 h4,
body:not(.movilson-theme-dark) .movilson-footer-2026 p,
body:not(.movilson-theme-dark) .movilson-footer-2026 li,
body:not(.movilson-theme-dark) .movilson-footer-2026 a,
body:not(.movilson-theme-dark) .movilson-copyrights-2026 span {
    color: #263442;
}

body:not(.movilson-theme-dark) .movilson-footer-2026 .newsletter .form-control {
    border-color: #c7d0d9 !important;
    background: #ffffff !important;
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-footer-2026 .newsletter .form-control::placeholder {
    color: #7a8793;
}

body:not(.movilson-theme-dark) .movilson-footer-2026 .newsletter .btn {
    color: #ffffff;
}

body:not(.movilson-theme-dark) .movilson-footer-2026 .movilson-social img {
    filter: brightness(0) !important;
}

body:not(.movilson-theme-dark) .movilson-copyrights-2026 {
    background: #dde4ea !important;
    border-top: 1px solid rgba(24, 42, 60, 0.1);
}

body:not(.movilson-theme-dark) .movilson-copyrights-2026 .movilson-powered-by {
    filter: invert(1);
}

/* Products archive 2026 */
.movilson-products-2026 {
    position: relative;
    isolation: isolate;
    min-height: 1655px;
    padding: 266px 0 0;
    overflow: hidden;
    background: #060914;
}

.movilson-products-2026__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.movilson-products-2026__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 6, 15, 0.1);
}

.movilson-products-2026__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.movilson-products-2026__container {
    position: relative;
    z-index: 1;
    max-width: 1360px !important;
}

.movilson-products-2026__title {
    margin: 0 0 126px;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3.62rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px 0 rgba(0, 87, 145, 0.9);
}

.movilson-products-2026__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 51px 19px;
}

.movilson-products-2026__group-title {
    grid-column: 1 / -1;
    margin: 4px 0 -28px;
    color: #fff;
    font-family: var(--movilson-2026-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movilson-products-card {
    min-width: 0;
    height: 312px;
    margin: 0;
    padding: 27px 28px 22px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 11px;
    background: #3d3d3d;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.movilson-products-card.is-featured,
.movilson-products-card:hover,
.movilson-products-card:focus-within {
    border-color: #00a7f4;
    box-shadow: 0 0 26px rgba(0, 166, 244, 0.58), 0 18px 34px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
}

.movilson-products-card__link,
.movilson-products-card__link:hover,
.movilson-products-card__link:focus {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none;
}

.movilson-products-card__media {
    position: relative;
    display: flex;
    width: 100%;
    height: 227px;
    flex: 0 0 227px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 11px;
    background: #1e1e1e;
    transition: background 0.22s ease;
}

.movilson-products-card__equalizer {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.movilson-products-card__equalizer-group {
    display: flex;
    width: 34%;
    height: 96px;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
}

.movilson-products-card__equalizer-group--right {
    transform: scaleX(-1);
}

.movilson-products-card__bar {
    align-self: center;
    width: 3px;
    height: 70px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29b4ff 0%, #0d84d1 72%, rgba(13, 132, 209, 0.55) 100%);
    box-shadow: 0 0 12px rgba(0, 162, 255, 0.18);
    opacity: 0.88;
    transform: scaleY(0.22);
    transform-origin: center center;
    animation: movilson-featured-eq-bar calc(1.18s + (var(--bar-index) * 0.03s)) linear infinite;
    animation-delay: calc(var(--bar-index) * -0.11s);
    will-change: transform, opacity;
}

.movilson-products-card:hover .movilson-products-card__media,
.movilson-products-card:focus-within .movilson-products-card__media {
    background: radial-gradient(circle at center, rgba(0, 155, 232, 0.18) 0%, rgba(0, 155, 232, 0.05) 42%, #1e1e1e 76%);
}

.movilson-products-card:hover .movilson-products-card__equalizer,
.movilson-products-card:focus-within .movilson-products-card__equalizer {
    opacity: 1;
}

.movilson-products-card__media picture {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.movilson-products-card__media img {
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.movilson-products-card__name {
    display: -webkit-box;
    margin-top: 14px;
    overflow: hidden;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.78rem;
    font-style: oblique;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movilson-products-card__price {
    margin-top: 4px;
    color: #3bc4ff;
    font-size: 0.72rem;
}

.movilson-products-2026__empty {
    color: #fff;
    text-align: center;
}

.movilson-products-2026__pagination {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

.movilson-products-2026__pagination:empty {
    display: none;
}

body:not(.movilson-theme-dark) .movilson-products-2026 {
    background: #060914;
}

body:not(.movilson-theme-dark) .movilson-products-card {
    background: #fff;
    box-shadow: 0 14px 32px rgba(25, 53, 72, 0.2);
}

body:not(.movilson-theme-dark) .movilson-products-card__media {
    background: #f0f4f7;
}

body:not(.movilson-theme-dark) .movilson-products-card:hover .movilson-products-card__media,
body:not(.movilson-theme-dark) .movilson-products-card:focus-within .movilson-products-card__media {
    background: radial-gradient(circle at center, rgba(0, 167, 244, 0.2) 0%, rgba(0, 167, 244, 0.06) 44%, #f0f4f7 76%);
}

body:not(.movilson-theme-dark) .movilson-products-card__link,
body:not(.movilson-theme-dark) .movilson-products-card__link:hover,
body:not(.movilson-theme-dark) .movilson-products-card__link:focus,
body:not(.movilson-theme-dark) .movilson-products-card__name {
    color: #18212b !important;
}

/* Product detail 2026 */
.movilson-product-detail-2026 {
    overflow: hidden;
    background: #1e1e1e;
    color: #fff;
}

.movilson-product-detail-2026__intro {
    padding: 223px 0 154px;
}

.movilson-product-detail-2026__container,
.movilson-product-related-2026__container {
    max-width: 1410px !important;
}

.movilson-product-detail-2026__layout {
    display: grid;
    min-height: 698px;
    grid-template-columns: 667px minmax(0, 1fr);
    column-gap: 106px;
    transform: translateX(-17px);
}

.movilson-product-detail-2026__gallery {
    position: relative;
    height: 648px;
    margin-top: 50px;
    overflow: hidden;
    border: 3px solid #009ee9;
    border-radius: 40px;
    background: #232323;
    box-shadow: 0 0 66px -9px #008edf, 0 16px 19px 4px #000;
}

.movilson-product-detail-2026__slider,
.movilson-product-detail-2026__slider .owl-stage-outer,
.movilson-product-detail-2026__slider .owl-stage,
.movilson-product-detail-2026__slider .owl-item,
.movilson-product-detail-2026__slide,
.movilson-product-detail-2026__slide a {
    height: 100%;
}

.movilson-product-detail-2026__slider {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.movilson-product-detail-2026__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.movilson-product-detail-2026__slide img {
    width: 78% !important;
    height: 78%;
    object-fit: contain;
}

.movilson-product-detail-2026__gallery .owl-nav {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: none;
    z-index: 3;
}

.movilson-product-detail-2026__gallery .owl-prev,
.movilson-product-detail-2026__gallery .owl-next {
    position: absolute;
    top: 50% !important;
    display: flex !important;
    width: 50px !important;
    height: 50px !important;
    align-items: center;
    justify-content: center;
    margin: -25px 0 0 !important;
    border: 1px solid rgba(211, 211, 211, 0) !important;
    border-radius: 13px !important;
    background: #3e3e3e !important;
    box-shadow: 0 4px 8px rgba(36, 229, 255, 0.22) !important;
    pointer-events: auto;
    transform: none !important;
}

.movilson-product-detail-2026__gallery .owl-prev {
    left: 47px !important;
    right: auto !important;
}

.movilson-product-detail-2026__gallery .owl-next {
    right: 47px !important;
    left: auto !important;
}

.movilson-product-detail-2026__gallery .owl-next img {
    transform: none !important;
}

.movilson-product-detail-2026__gallery .owl-prev img {
    transform: rotate(180deg) !important;
}

.movilson-product-detail-2026__gallery .owl-prev img,
.movilson-product-detail-2026__gallery .owl-next img {
    width: 24px !important;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(92%) saturate(2021%) hue-rotate(164deg) brightness(100%);
}

.movilson-product-detail-2026__side {
    display: grid;
    grid-template-columns: 97px minmax(0, 1fr);
    column-gap: 51px;
}

.movilson-product-detail-2026__thumbs {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    gap: 41px;
}

.movilson-product-detail-2026__thumb {
    display: flex;
    width: 97px;
    height: 97px;
    flex: 0 0 97px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 16px;
    background: #232323;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.movilson-product-detail-2026__thumb.is-active,
.movilson-product-detail-2026__thumb:hover {
    border-color: #009ee9;
    box-shadow: 0 0 18px rgba(0, 158, 233, 0.28);
}

.movilson-product-detail-2026__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.movilson-product-detail-2026__info {
    min-width: 0;
}

.movilson-product-detail-2026__code {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 13px;
    border-radius: 6px;
    background: #d9d9d9;
    color: #3e3e3e;
    font-family: var(--movilson-2026-display);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.movilson-product-detail-2026__info h1 {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #005b8f;
}

.movilson-product-detail-2026__description,
.movilson-product-detail-2026__description p,
.movilson-product-detail-2026__description li,
.movilson-product-detail-2026__description td,
.movilson-product-detail-2026__description th {
    color: #fff !important;
    font-family: "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
}

.movilson-product-detail-2026__description p,
.movilson-product-detail-2026__description ul,
.movilson-product-detail-2026__description table {
    margin: 0;
}

.movilson-product-detail-2026__description table {
    width: 100% !important;
}

.movilson-product-detail-2026__description td,
.movilson-product-detail-2026__description th {
    height: auto !important;
    padding: 0 8px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.movilson-product-detail-2026__purchase {
    margin-top: 28px;
}

.movilson-product-related-2026 {
    padding-bottom: 361px;
    background: #1e1e1e;
}

.movilson-product-related-2026__heading {
    display: flex;
    width: 100%;
    height: 322px;
    align-items: center;
    justify-content: center;
    background: url("/bundles/appfrontend/img/featured-bg.png") center center / 100% 100% no-repeat;
}

.movilson-product-related-2026__heading h2 {
    margin: 0;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #005b8f;
}

.movilson-product-related-2026__container {
    margin-top: 69px;
}

.movilson-product-related-2026__grid {
    display: grid;
    width: 1341px;
    grid-template-columns: repeat(4, 321px);
    gap: 51px 19px;
    transform: translateX(-13px);
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026,
body:not(.movilson-theme-dark) .movilson-product-related-2026 {
    background: #eaf1f6;
    color: #18212b;
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__thumb {
    background: #f9fbfd;
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-prev,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-next {
    border-color: rgba(0, 167, 244, 0.5) !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(25, 67, 92, 0.18) !important;
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-prev:hover,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-next:hover {
    background: #e8f7ff !important;
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-prev img,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__gallery .owl-next img {
    filter: brightness(0) saturate(100%);
}

body:not(.movilson-theme-dark) .movilson-product-detail-2026__info h1,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__description,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__description p,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__description li,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__description td,
body:not(.movilson-theme-dark) .movilson-product-detail-2026__description th,
body:not(.movilson-theme-dark) .movilson-product-related-2026__heading h2 {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-product-related-2026__heading {
    background-image: url("/bundles/appfrontend/img/featured-bg-light.png");
}

body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card {
    background: #fff;
}

body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card__media {
    background: #f0f4f7;
}

body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card:hover .movilson-products-card__media,
body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card:focus-within .movilson-products-card__media {
    background: radial-gradient(circle at center, rgba(0, 167, 244, 0.2) 0%, rgba(0, 167, 244, 0.06) 44%, #f0f4f7 76%);
}

body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card__link,
body:not(.movilson-theme-dark) .movilson-product-related-2026 .movilson-products-card__name {
    color: #18212b !important;
}

/* Catalogs 2026 */
.movilson-catalogs-2026 {
    overflow: hidden;
    background: #1e1e1e;
}

.movilson-catalogs-2026__hero {
    position: relative;
    display: flex;
    height: 481px;
    min-height: 481px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #060912;
}

.movilson-catalogs-2026__hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.movilson-catalogs-2026__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 5, 12, 0.08);
    pointer-events: none;
}

.movilson-catalogs-2026__hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 3px 0 rgba(60, 174, 255, 0.95), 2px 2px 0 rgba(35, 46, 88, 0.95), 0 12px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(51px);
}

.movilson-catalogs-2026__body {
    position: relative;
    min-height: 1179px;
    padding: 95px 0 120px;
    background: linear-gradient(180deg, #1e1e1e 0%, #1e1e1e 44%, #171717 100%);
}

.movilson-catalogs-2026__container {
    max-width: 1371px !important;
}

.movilson-catalogs-2026__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px 19px;
}

.movilson-catalog-card-2026 {
    display: flex;
    width: 100%;
    height: 517px;
    flex-direction: column;
    margin: 0;
    padding: 41px 26px 27px;
    border-radius: 23px;
    background: #3e3e3e;
    box-shadow: 0 16px 19px 4px rgba(0, 0, 0, 0.34);
}

.movilson-catalog-card-2026__cover {
    display: block;
    width: 100%;
    height: 382px;
    flex: 0 0 382px;
    border-radius: 23px;
    object-fit: cover;
}

.movilson-catalog-card-2026__cover-link {
    display: block;
    width: 100%;
    height: 382px;
    flex: 0 0 382px;
    overflow: hidden;
    border-radius: 23px;
}

.movilson-catalog-card-2026__cover-link .movilson-catalog-card-2026__cover {
    height: 100%;
    transition: transform 0.3s ease;
}

.movilson-catalog-card-2026__cover-link:hover .movilson-catalog-card-2026__cover,
.movilson-catalog-card-2026__cover-link:focus .movilson-catalog-card-2026__cover {
    transform: scale(1.015);
}

.movilson-catalog-card-2026__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 27px;
}

.movilson-catalog-card-2026__button,
.movilson-catalog-card-2026__button:hover,
.movilson-catalog-card-2026__button:focus {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
    border-radius: 10px;
    color: #fff !important;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.72rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(14.4px);
    -webkit-backdrop-filter: blur(14.4px);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.movilson-catalog-card-2026__button--view {
    background: #1e1e1e;
}

.movilson-catalog-card-2026__button--download {
    border: 1px solid transparent;
    background: rgba(8, 103, 157, 0.42);
}

.movilson-catalog-card-2026__button--view:hover {
    background: #111;
}

.movilson-catalog-card-2026__button--download:hover {
    background: rgba(0, 158, 233, 0.62);
    box-shadow: 0 0 14px rgba(0, 158, 233, 0.25);
}

.movilson-catalog-card-2026__button img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

body:not(.movilson-theme-dark) .movilson-catalogs-2026,
body:not(.movilson-theme-dark) .movilson-catalogs-2026__body {
    background: linear-gradient(180deg, #edf3f7 0%, #e3ebf1 100%);
}

body:not(.movilson-theme-dark) .movilson-catalog-card-2026 {
    background: #fff;
    box-shadow: 0 16px 28px rgba(41, 66, 86, 0.18);
}

@media (max-width: 1199.98px) {
    .movilson-catalogs-2026__container {
        max-width: 1040px !important;
    }

    .movilson-catalogs-2026__body {
        min-height: 0;
    }

    .movilson-catalogs-2026__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .movilson-catalogs-2026__hero {
        height: 260px;
        min-height: 260px;
    }

    .movilson-catalogs-2026__hero h1 {
        font-size: 2.35rem;
        transform: none;
    }

    .movilson-catalogs-2026__body {
        min-height: 0;
        padding: 58px 0 96px;
    }

    .movilson-catalogs-2026__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .movilson-catalog-card-2026 {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 18px 12px 14px;
    }

    .movilson-catalog-card-2026__cover {
        height: auto;
        aspect-ratio: 270 / 382;
        flex-basis: auto;
        border-radius: 14px;
    }

    .movilson-catalog-card-2026__cover-link {
        height: auto;
        aspect-ratio: 270 / 382;
        flex-basis: auto;
        border-radius: 14px;
    }

    .movilson-catalog-card-2026__cover-link .movilson-catalog-card-2026__cover {
        height: 100%;
        aspect-ratio: auto;
    }

    .movilson-catalog-card-2026__actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 14px;
    }

    .movilson-catalog-card-2026__button,
    .movilson-catalog-card-2026__button:hover,
    .movilson-catalog-card-2026__button:focus {
        font-size: 0.65rem;
    }
}

@media (max-width: 399.98px) {
    .movilson-catalogs-2026__grid {
        grid-template-columns: 1fr;
    }

    .movilson-catalog-card-2026 {
        width: 100%;
        max-width: 321px;
        margin-inline: auto;
        padding: 28px 20px 22px;
    }

    .movilson-catalog-card-2026__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

/* Catalog detail 2026 */
.movilson-catalog-detail-2026 {
    overflow: hidden;
    background: #1e1e1e;
}

.movilson-catalog-detail-2026__hero {
    position: relative;
    display: flex;
    height: 481px;
    min-height: 481px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #060912;
}

.movilson-catalog-detail-2026__hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.movilson-catalog-detail-2026__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 5, 12, 0.08);
    pointer-events: none;
}

.movilson-catalog-detail-2026__hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 3rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 3px 0 rgba(60, 174, 255, 0.95), 2px 2px 0 rgba(35, 46, 88, 0.95), 0 12px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(51px);
}

.movilson-catalog-detail-2026__body {
    min-height: 1168px;
    padding: 64px 0 250px;
    background: #1e1e1e;
}

.movilson-catalog-detail-2026__container {
    max-width: 1180px !important;
}

.movilson-catalog-detail-2026__toolbar {
    display: flex;
    width: min(980px, 100%);
    min-height: 126px;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
}

.movilson-catalog-detail-2026__actions {
    display: flex;
    align-items: center;
    gap: 17px;
}

.movilson-catalog-detail-2026__back,
.movilson-catalog-detail-2026__back:hover,
.movilson-catalog-detail-2026__back:focus {
    display: inline-flex;
    height: 56px;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.72rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.movilson-catalog-detail-2026__back svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 0.2s ease;
}

.movilson-catalog-detail-2026__back:hover svg {
    transform: translateX(-3px);
}

.movilson-catalog-detail-2026__download,
.movilson-catalog-detail-2026__download:hover,
.movilson-catalog-detail-2026__download:focus {
    display: inline-flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 24px;
    border-radius: 10px;
    background: #075f8d;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    color: #fff !important;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.72rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.movilson-catalog-detail-2026__download:hover {
    background: #008fcf;
    box-shadow: 0 0 18px rgba(0, 166, 244, 0.32);
}

.movilson-catalog-detail-2026__download img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
}

.movilson-catalog-detail-2026__hint {
    position: relative;
    display: flex;
    width: 278px;
    min-height: 118px;
    align-items: flex-start;
    gap: 5px;
    padding-top: 16px;
    color: #fff;
}

.movilson-catalog-detail-2026__hint strong {
    display: block;
    width: 214px;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.64rem;
    font-style: oblique;
    font-weight: 700;
    line-height: 1.25;
}

.movilson-catalog-detail-2026__hint svg {
    position: absolute;
    top: 35px;
    right: 5px;
    width: 72px;
    height: 78px;
    overflow: visible;
    fill: none;
    stroke: #009ee2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.movilson-catalog-detail-2026__viewer {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 720px;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
    overflow: hidden;
    border-radius: 18px;
}

.movilson-catalog-detail-2026__book {
    width: 980px;
    height: 690px;
    min-height: 0;
    visibility: visible;
    margin: 0;
}

.movilson-catalog-detail-2026__book .stf__parent,
.movilson-catalog-detail-2026__book .stf__wrapper {
    margin-inline: auto;
}

.movilson-catalog-detail-2026__nav {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: inline-flex;
    width: 46px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(0, 174, 239, 0.5);
    border-radius: 12px;
    background: rgba(55, 58, 61, 0.94);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    color: #00aeef;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.movilson-catalog-detail-2026__nav--prev {
    left: 8px;
}

.movilson-catalog-detail-2026__nav--next {
    right: 8px;
}

.movilson-catalog-detail-2026__nav svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.movilson-catalog-detail-2026__nav:hover:not(:disabled),
.movilson-catalog-detail-2026__nav:focus-visible:not(:disabled) {
    background: #075f8d;
    box-shadow: 0 0 20px rgba(0, 174, 239, 0.34);
    color: #fff;
}

.movilson-catalog-detail-2026__nav:disabled {
    opacity: 0.28;
    cursor: default;
}

.movilson-catalog-detail-2026__counter {
    margin: 12px 0 0;
    color: #aab4c2;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
}

.movilson-catalog-detail-2026__cover-page,
.movilson-catalog-detail-2026__page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.movilson-catalog-detail-2026__cover-page img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.movilson-catalog-detail-2026__page {
    position: relative;
    padding: 18px 24px 26px;
    color: #263145;
}

.movilson-catalog-detail-2026__brand {
    display: block;
    width: 100%;
    height: 52px;
    object-fit: contain;
}

.movilson-catalog-detail-2026__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 18px;
    margin-top: 14px;
}

.movilson-catalog-detail-2026__product {
    min-width: 0;
    margin: 0;
}

.movilson-catalog-detail-2026__product-image {
    display: flex;
    height: 170px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.movilson-catalog-detail-2026__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.movilson-catalog-detail-2026__product h2 {
    margin: 5px 0 2px;
    overflow: hidden;
    color: #040a3c;
    font-family: Arial, sans-serif;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.movilson-catalog-detail-2026__product > span {
    display: block;
    color: #469dcc;
    font-size: 0.64rem;
}

.movilson-catalog-detail-2026__description {
    display: -webkit-box;
    margin-top: 3px;
    overflow: hidden;
    color: #646464;
    font-size: 0.58rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movilson-catalog-detail-2026__description p {
    margin: 0;
}

.movilson-catalog-detail-2026__page-number {
    position: absolute;
    right: 12px;
    bottom: 8px;
    color: #a8a8a8;
    font-size: 0.62rem;
    font-weight: 700;
}

body:not(.movilson-theme-dark) .movilson-catalog-detail-2026,
body:not(.movilson-theme-dark) .movilson-catalog-detail-2026__body {
    background: #e8f0f5;
}

body:not(.movilson-theme-dark) .movilson-catalog-detail-2026__back,
body:not(.movilson-theme-dark) .movilson-catalog-detail-2026__hint {
    color: #18212b !important;
}

body:not(.movilson-theme-dark) .movilson-catalog-detail-2026__nav {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(24, 42, 60, 0.16);
}

body:not(.movilson-theme-dark) .movilson-catalog-detail-2026__counter {
    color: #435263;
}

@media (max-width: 767.98px) {
    .movilson-catalog-detail-2026__hero {
        height: 260px;
        min-height: 260px;
    }

    .movilson-catalog-detail-2026__hero h1 {
        font-size: 2.35rem;
        transform: none;
    }

    .movilson-catalog-detail-2026__body {
        min-height: 0;
        padding: 46px 0 110px;
    }

    .movilson-catalog-detail-2026__toolbar {
        min-height: 174px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2px;
    }

    .movilson-catalog-detail-2026__hint {
        width: 250px;
        min-height: 96px;
        padding-top: 8px;
    }

    .movilson-catalog-detail-2026__hint svg {
        top: 23px;
        right: 7px;
        width: 58px;
        height: 64px;
    }

    .movilson-catalog-detail-2026__viewer {
        min-height: 520px;
        padding: 0 12px;
        border-radius: 12px;
    }

    .movilson-catalog-detail-2026__book {
        width: 100%;
        height: 520px;
    }

    .movilson-catalog-detail-2026__nav {
        top: auto;
        bottom: 12px;
        width: 42px;
        height: 46px;
        transform: none;
    }

    .movilson-catalog-detail-2026__page {
        padding: 12px 14px 22px;
    }
}

@media (max-width: 1199.98px) {
    .movilson-product-detail-2026__intro {
        padding: 150px 0 120px;
    }

    .movilson-product-detail-2026__layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        column-gap: 50px;
        transform: none;
    }

    .movilson-product-detail-2026__side {
        grid-template-columns: 78px minmax(0, 1fr);
        column-gap: 28px;
    }

    .movilson-product-detail-2026__thumb {
        width: 78px;
        height: 78px;
        flex-basis: 78px;
    }

    .movilson-product-detail-2026__thumbs {
        gap: 24px;
    }

    .movilson-product-related-2026__grid {
        width: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .movilson-product-detail-2026__intro {
        padding: 72px 0 94px;
    }

    .movilson-product-detail-2026__layout {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 34px;
    }

    .movilson-product-detail-2026__gallery {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-top: 0;
        border-radius: 24px;
    }

    .movilson-product-detail-2026__gallery .owl-prev,
    .movilson-product-detail-2026__gallery .owl-next {
        display: none !important;
    }

    .movilson-product-detail-2026__side {
        display: flex;
        flex-direction: column;
    }

    .movilson-product-detail-2026__thumbs {
        margin: 0 0 28px;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
    }

    .movilson-product-detail-2026__thumb {
        width: 70px;
        height: 70px;
        flex-basis: 70px;
        border-radius: 11px;
    }

    .movilson-product-detail-2026__info h1 {
        font-size: 2.35rem;
    }

    .movilson-product-detail-2026__description,
    .movilson-product-detail-2026__description p,
    .movilson-product-detail-2026__description li,
    .movilson-product-detail-2026__description td,
    .movilson-product-detail-2026__description th {
        font-size: 0.78rem;
        line-height: 1.7;
    }

    .movilson-product-related-2026 {
        padding-bottom: 110px;
    }

    .movilson-product-related-2026__heading {
        height: 220px;
        background-size: auto 100%;
    }

    .movilson-product-related-2026__heading h2 {
        max-width: 70%;
        font-size: 2rem;
    }

    .movilson-product-related-2026__container {
        margin-top: 45px;
    }

    .movilson-product-related-2026__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }
}

@media (max-width: 1199.98px) {
    .movilson-products-2026__container {
        max-width: 980px !important;
    }

    .movilson-products-2026__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .movilson-products-2026 {
        min-height: 0;
        padding: 92px 0 100px;
    }

    .movilson-products-2026__title {
        margin-bottom: 66px;
        font-size: clamp(2.2rem, 11vw, 3.15rem);
    }

    .movilson-products-2026__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .movilson-products-card {
        height: 235px;
        padding: 12px 12px 14px;
        border-radius: 9px;
    }

    .movilson-products-card__media {
        height: 174px;
        flex-basis: 174px;
        border-radius: 8px;
    }

    .movilson-products-card__equalizer {
        padding-inline: 7px;
    }

    .movilson-products-card__equalizer-group {
        height: 72px;
        gap: 2px;
    }

    .movilson-products-card__bar {
        width: 2px;
        height: 54px;
    }

    .movilson-products-card__name {
        margin-top: 10px;
        font-size: 0.65rem;
    }

    .movilson-products-2026__group-title {
        margin-bottom: 0;
        font-size: 0.95rem;
    }
}

@media (max-width: 399.98px) {
    .movilson-products-2026__grid {
        grid-template-columns: 1fr;
    }

    .movilson-products-card {
        max-width: 321px;
        width: 100%;
        height: 285px;
        margin-inline: auto;
    }

    .movilson-products-card__media {
        height: 220px;
        flex-basis: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .movilson-products-card,
    .movilson-products-card__media,
    .movilson-products-card__equalizer {
        transition: none;
    }

    .movilson-products-card__bar {
        animation: none;
        opacity: 0.78;
        transform: scaleY(var(--bar-scale));
    }
}

@media (max-width: 991.98px) {
    body:not(.movilson-theme-dark) .movilson-header-2026 .navbar-collapse {
        border-top-color: rgba(16, 30, 44, 0.14);
    }
}

/* Contact 2026 */
.movilson-contact-2026 {
    position: relative;
    isolation: isolate;
    min-height: 1221px;
    padding: 158px 0 120px;
    overflow: hidden;
    background: #060914;
    color: #fff;
}

.movilson-contact-2026__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.movilson-contact-2026__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 6, 15, 0.1);
}

.movilson-contact-2026__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.movilson-contact-2026__container {
    position: relative;
    z-index: 1;
    max-width: 1360px !important;
}

.movilson-contact-2026__title,
.movilson-contact-2026 h2 {
    color: #fff !important;
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-style: oblique;
    font-weight: 700;
    text-shadow: 0 3px 0 rgba(0, 87, 145, 0.9);
}

.movilson-contact-2026__title {
    margin: 0 0 143px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.movilson-contact-2026__layout {
    display: grid;
    grid-template-columns: 430px minmax(0, 736px);
    justify-content: center;
    gap: 54px;
    transform: translateX(-50px);
}

.movilson-contact-2026 h2 {
    margin: 0 0 62px;
    font-size: 2.25rem;
    line-height: 1.15;
}

.movilson-contact-2026__details h2 {
    text-align: center;
}

.movilson-contact-2026__details address {
    margin: 0 0 0 20px;
    color: #fff;
    font-style: normal;
}

.movilson-contact-2026__details address p {
    margin: 0 0 15px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.movilson-contact-2026__details address a,
.movilson-contact-2026__details address a:hover,
.movilson-contact-2026__details address a:focus {
    color: #fff !important;
    text-decoration: underline;
}

.movilson-contact-2026__form-column h2 {
    white-space: nowrap;
}

.movilson-contact-2026__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 18px;
}

.movilson-contact-2026__field--message {
    grid-column: 1 / -1;
}

.movilson-contact-2026__field input.form-control,
.movilson-contact-2026__field textarea.form-control {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 240, 0.9) !important;
    border-radius: 9px;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.05rem;
    line-height: 1.25;
}

body.movilson-theme-dark .movilson-contact-2026 .movilson-contact-2026__field input.form-control,
body.movilson-theme-dark .movilson-contact-2026 .movilson-contact-2026__field textarea.form-control {
    background: transparent !important;
}

.movilson-contact-2026__field textarea.form-control {
    height: 138px;
    min-height: 138px;
    resize: vertical;
}

.movilson-contact-2026__field input.form-control::placeholder,
.movilson-contact-2026__field textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.94) !important;
    opacity: 1;
}

.movilson-contact-2026__field input.form-control:focus,
.movilson-contact-2026__field textarea.form-control:focus {
    border-color: #21b5ff !important;
    box-shadow: 0 0 0 2px rgba(0, 162, 255, 0.18) !important;
}

.movilson-contact-2026__form ul,
.movilson-contact-2026__field ul,
.movilson-contact-2026__recaptcha ul,
.movilson-contact-2026__optin ul {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    color: #ff8b8b;
    font-size: 0.8rem;
}

.movilson-contact-2026__required {
    margin: 17px 0 21px;
    color: #fff;
    font-size: 0.875rem;
}

.movilson-contact-2026__optin {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    color: #fff;
}

.movilson-contact-2026__optin .checkbox {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.movilson-contact-2026__optin input[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin: 0 12px 0 0;
    flex: 0 0 23px;
    accent-color: #009fe3;
}

.movilson-contact-2026__optin label {
    margin: 2px 0 0;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

.movilson-contact-2026__recaptcha {
    min-height: 97px;
    margin-bottom: 31px;
}

.movilson-contact-2026__submit {
    display: inline-flex;
    min-width: 125px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 18px;
    border: 1px solid rgba(0, 162, 255, 0.7);
    border-radius: 10px;
    background: rgba(8, 103, 157, 0.72);
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.movilson-contact-2026__submit span {
    font-family: "Eurostile LT Std Web", "Eurostile LT Std", var(--movilson-2026-display);
    font-size: 0.75rem;
    font-style: oblique;
    font-weight: 700;
}

.movilson-contact-2026__submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.movilson-contact-2026__submit:hover,
.movilson-contact-2026__submit:focus {
    border-color: #28baff;
    background: #08679d;
    color: #fff;
    transform: translateY(-1px);
}

.movilson-contact-2026__success {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    background: rgba(4, 7, 18, 0.34);
}

.movilson-contact-2026__success h2 {
    margin-bottom: 18px;
    text-transform: uppercase;
}

.movilson-contact-2026__success p {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
}

@media (max-width: 1399.98px) {
    .movilson-contact-2026__container {
        max-width: 960px !important;
    }

    .movilson-contact-2026__layout {
        grid-template-columns: 300px minmax(0, 610px);
        gap: 42px;
        transform: none;
    }

    .movilson-contact-2026 h2 {
        font-size: 1.75rem;
    }

    .movilson-contact-2026__details address {
        margin-left: 0;
    }

    .movilson-contact-2026__details address p {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .movilson-contact-2026 {
        min-height: 0;
        padding: 100px 0 110px;
    }

    .movilson-contact-2026__title {
        margin-bottom: 85px;
    }

    .movilson-contact-2026__layout {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .movilson-contact-2026__details,
    .movilson-contact-2026__form-column {
        width: min(100%, 736px);
        margin-inline: auto;
    }

    .movilson-contact-2026__details h2 {
        text-align: left;
    }

    .movilson-contact-2026 h2 {
        margin-bottom: 35px;
    }

    .movilson-contact-2026__form-column h2 {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .movilson-contact-2026 {
        padding: 78px 0 90px;
    }

    .movilson-contact-2026__title {
        margin-bottom: 65px;
        font-size: 2.35rem;
    }

    .movilson-contact-2026 h2 {
        font-size: 1.55rem;
    }

    .movilson-contact-2026__fields {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .movilson-contact-2026__field--message {
        grid-column: auto;
    }

    .movilson-contact-2026__field input.form-control,
    .movilson-contact-2026__field textarea.form-control {
        font-size: 0.9rem;
    }

    .movilson-contact-2026__required {
        font-size: 0.75rem;
    }

    .movilson-contact-2026__optin label {
        font-size: 0.85rem;
    }

    .movilson-contact-2026__recaptcha {
        max-width: 100%;
        overflow-x: auto;
    }
}
