/* Ajustes de integracion WordPress + Astra para la home de Colderman */

/* Ocultar header/footer nativos de Astra en home y en la página de cotización
   (usamos la misma integración que en home para mantener el header custom fijo) */
body.home .ast-primary-header-bar,
body.home .ast-mobile-header-wrap,
body.home .ast-above-header-wrap,
body.home .ast-below-header-wrap,
body.home .site-header,
body.home .ast-desktop-header-content,
body.home .ast-builder-menu-mobile,
body.home .main-header-bar-wrap,
body.home .ast-footer-overlay,
body.home .site-footer,
body.quote-page .ast-primary-header-bar,
body.quote-page .ast-mobile-header-wrap,
body.quote-page .ast-above-header-wrap,
body.quote-page .ast-below-header-wrap,
body.quote-page .site-header,
body.quote-page .ast-desktop-header-content,
body.quote-page .ast-builder-menu-mobile,
body.quote-page .main-header-bar-wrap,
body.quote-page .ast-footer-overlay,
body.quote-page .site-footer {
    display: none !important;
}

.cm-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.cm-home > .portada-catalogo {
    padding: 0 0 1rem;
}

.portada-catalogo>.cm-container {
    padding-top: 0;
}

.header__inner {
    min-height: 96px;
    padding: 0.75rem 1.25rem;
}

.header .brand__img--header {
    height: 48px;
}

.header__cta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.finder__field input[type="search"] {
    width: 100%;
    border: 1px solid #d4dee8;
    border-radius: 10px;
    min-height: 46px;
    padding: 0 0.9rem;
    outline: none;
    background: #fff;
    font-size: 0.94rem;
    color: #1e2d38;
    font-family: inherit;
    font-weight: 600;
}

.finder__field input[type="search"]:focus {
    border-color: #6f8799;
    box-shadow: 0 0 0 3px rgba(74, 111, 134, 0.14);
}

.brand-logo--image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    min-width: 170px;
}

.brand-logo--image img {
    max-width: 158px;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.28));
}

.cm-home>section.brands-strip {
    padding: 1.2rem 0;
}

.cm-home>section.benefits {
    padding: 2rem 0;
}

.portada-categorias ul {
    margin: 0;
    padding: 0;
    display: block;
    justify-content: flex-start;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
}

.portada-categorias a {
    min-height: 42px;
    padding: 0.62rem 0.65rem;
    gap: 0.45rem;
}

.portada-categorias__label {
    font-size: 0.85rem;
    flex: 1;
}

.portada-categorias__icon {
    width: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #6f8290;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.portada-categorias__arrow {
    margin-left: auto;
    color: #9aaab7;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.portada-categorias__more {
    display: none !important;
}

.mega-panel__dynamic[hidden] {
    display: none !important;
}

#mega-menu-panel.is-mega-open .hero-slider {
    display: none;
}

#mega-menu-panel.is-mega-open .mega-panel__dynamic {
    display: block;
}

.mega-panel__dynamic {
    min-height: 560px;
}

.mega-panel__dynamic .mega-panel__intro {
    margin-bottom: 1rem;
}

.mega-panel__dynamic .mega-panel__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1rem;
}

.mega-panel__dynamic .mega-panel__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 0.95rem;
}

.mega-panel__dynamic .mega-group {
    background: #fff;
    border: 1px solid #d3dce2;
    border-radius: 8px;
    padding: 0.82rem;
}

.mega-panel__dynamic .mega-group h4 {
    font-size: 0.95rem;
    margin: 0;
}

.mega-panel__dynamic .mega-group ul {
    margin-top: 0.4rem;
    display: grid;
    gap: 0.2rem;
}

.mega-panel__dynamic .mega-group li a {
    font-size: 0.84rem;
    color: #1d2226;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.15rem 0;
}

.mega-panel__dynamic .mega-panel__visual {
    margin: 0;
    border: 1px solid #d3dce2;
    background: #fff;
    min-height: 332px;
    overflow: hidden;
}

.mega-panel__dynamic .mega-panel__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

.product__img img,
.cm-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

#featured-products .product__img,
#featured-products .product__image-link,
#new-products .product__img,
#new-products .product__image-link,
#recommended-products .product__img,
#recommended-products .product__image-link,
#offer-products .product__img,
#offer-products .product__image-link,
#detail-similar-products .product__img,
#detail-similar-products .product__image-link {
    background: #ffffff !important;
}

.product__img,
.product__image-link {
    background: #ffffff;
}

#offer-products {
    margin-bottom: 2rem;
}

.product__img img {
    position: relative;
    z-index: 3;
    transform: translateY(-8px) scale(1);
    transition: transform 0.42s ease;
}

.product__image-link {
    position: relative;
    overflow: hidden;
}

.product__img {
    position: relative;
}

.product__img::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 58%;
    height: 14%;
    background: radial-gradient(ellipse at center, rgba(16, 36, 59, 0.34) 0%, rgba(16, 36, 59, 0.18) 52%, rgba(16, 36, 59, 0) 82%);
    transform: translateX(-50%) scale(1);
    transform-origin: center;
    opacity: 0.48;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.42s ease, opacity 0.42s ease;
}

.product__image-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 55, 70, 0.52);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.product:hover .product__img img,
.product:focus-within .product__img img {
    transform: translateY(-10px) scale(1.08);
}

.product:hover .product__img::before,
.product:focus-within .product__img::before {
    transform: translateX(-50%) scale(1.12);
    opacity: 0.58;
}

.product:hover .product__image-link::after,
.product:focus-within .product__image-link::after {
    opacity: 1;
}

.products .product .product__quick {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    width: max-content;
    min-height: 42px;
    padding: 0.62rem 1rem;
    border-radius: 8px;
    background: #ffffff;
    color: var(--blue);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(11, 30, 48, 0.22);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, calc(-50% + 12px));
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}

.products .product:hover .product__quick,
.products .product:focus-within .product__quick {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    transition-delay: 0s;
}

.products .product .product__quick:hover {
    color: #1b2b38;
}

.product__body,
.product__sku,
.product__cat,
.product__title,
.product__title a,
.product__price--cta,
.product__badge {
    font-family: 'Poppins', system-ui, sans-serif;
}

.product__sku {
    font-size: 0.68rem;
    color: #7d8c99;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product__cat {
    font-size: 0.76rem;
    color: #4f6c82;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.product__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.product__title a {
    color: var(--dark);
}

.product__title a:hover {
    color: var(--blue-2);
}

.product__price--cta {
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.cm-category-card .product__img,
.product--category .product__img {
    height: 210px;
}

.tabs[data-tabs="featured"],
.tabs[data-tabs="new"] {
    gap: 0.6rem;
}

/* Ajuste fino de encabezados de seccion (alineacion image_1) */
.cm-home .section__head {
    margin-bottom: 1.8rem;
    padding-bottom: 0.68rem;
    border-bottom: 2px solid #dbe4eb;
    gap: 0.75rem;
}

.cm-home .section__head h2 {
    margin: 0;
    padding: 0 0 0.58rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.08rem, 2.95vw, 2.55rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0.005em;
    color: #10243b;
}

.cm-home .section__head h2::after {
    left: 0;
    bottom: -0.7rem;
    width: 60px;
    height: 3px;
    background: #f28c00;
}

.cm-home .section__head--new .section__title-wrap {
    padding-bottom: 0.58rem;
    gap: 0.08rem;
}

.cm-home .section__head--new .section__title-wrap::after {
    left: 0;
    bottom: -0.7rem;
    width: 60px;
    height: 3px;
    background: #f28c00;
}

.tabs[data-tabs="featured"] .tab,
.tabs[data-tabs="new"] .tab {
    appearance: none;
    -webkit-appearance: none;
    min-height: 40px;
    padding: 0.5rem 1.35rem;
    border-radius: 999px;
    border: 1px solid #c8d4df !important;
    background: #fff !important;
    color: #122a42 !important;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

.tabs[data-tabs="featured"] .tab:hover,
.tabs[data-tabs="new"] .tab:hover {
    background: #fff !important;
    border-color: #f28c00 !important;
    color: #f28c00 !important;
}

.tabs[data-tabs="featured"] .tab.active,
.tabs[data-tabs="featured"] .tab.active:hover,
.tabs[data-tabs="new"] .tab.active,
.tabs[data-tabs="new"] .tab.active:hover {
    background: #f28c00 !important;
    border-color: #f28c00 !important;
    color: #fff !important;
}

.tabs[data-tabs="featured"] .tab:focus,
.tabs[data-tabs="featured"] .tab:focus-visible,
.tabs[data-tabs="featured"] .tab:active,
.tabs[data-tabs="new"] .tab:focus,
.tabs[data-tabs="new"] .tab:focus-visible,
.tabs[data-tabs="new"] .tab:active {
    background: #fff !important;
    border-color: #c8d4df !important;
    color: #122a42 !important;
    outline: none;
    box-shadow: none;
}

.tabs[data-tabs="featured"] .tab.active:focus,
.tabs[data-tabs="featured"] .tab.active:focus-visible,
.tabs[data-tabs="featured"] .tab.active:active,
.tabs[data-tabs="new"] .tab.active:focus,
.tabs[data-tabs="new"] .tab.active:focus-visible,
.tabs[data-tabs="new"] .tab.active:active {
    background: #f28c00 !important;
    border-color: #f28c00 !important;
    color: #fff !important;
}

.product .product__actions {
    display: none !important;
}

#recommended-products .product .product__actions {
    display: flex !important;
}

/* ============================
   Sección Reseñas - Rediseño
   ============================ */

.cm-home .cm-reviews,
.cm-product-detail .cm-reviews,
.cm-quote-page .cm-reviews {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(8,16,24,.88), rgba(22,52,74,.78)),
                url('../images/Products/hero-cmp-maquinaria.png') center/cover no-repeat;
    color: #fff;
}

.cm-product-detail .cm-reviews {
    margin-top: 3rem;
}

.cm-home .section--reviews,
.cm-product-detail .section--reviews,
.cm-quote-page .section--reviews {
    background: linear-gradient(120deg, rgba(8,16,24,.88), rgba(22,52,74,.78)),
                url('../images/Products/hero-cmp-maquinaria.png') center/cover no-repeat;
}

.cm-home .section--reviews .cm-container,
.cm-quote-page .section--reviews .cm-container {
    background: transparent;
}

.cm-product-detail .section--reviews .cm-container {
    background: transparent;
}

.cm-reviews__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.cm-reviews__decor-dots {
    position: absolute;
    width: 110px;
    height: 110px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.35) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.6;
}

.cm-reviews__decor-dots--top {
    top: 20px;
    right: 6%;
}

.cm-reviews__decor-dots--bottom {
    bottom: 20px;
    left: 6%;
}

.cm-reviews__decor-wave {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.cm-reviews__decor-wave--left {
    top: 40%;
    left: -110px;
    width: 260px;
    height: 260px;
}

.cm-reviews__decor-wave--right {
    bottom: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
    border: 0;
}

.cm-reviews > .cm-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding-left: clamp(16px, 3vw, 34px);
    padding-right: clamp(16px, 3vw, 34px);
}

.cm-reviews__head {
    text-align: center;
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.cm-home .cm-reviews__eyebrow,
.cm-quote-page .cm-reviews__eyebrow,
.cm-faq-page .cm-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #b8c9dc;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cm-home .cm-reviews__eyebrow-line,
.cm-quote-page .cm-reviews__eyebrow-line,
.cm-faq-page .cm-reviews__eyebrow-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #f28c00;
    border-radius: 2px;
}

.cm-home .cm-reviews__title,
.cm-product-detail .cm-reviews__title,
.cm-quote-page .cm-reviews__title,
.cm-faq-page .cm-reviews__title {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.15rem, 4.2vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.cm-reviews__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 0 2.5rem;
}

.cm-reviews__body.home-reviews--slider {
    display: flex;
}

.cm-reviews .home-reviews-slider {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    position: relative;
}

.cm-reviews .home-reviews-slider__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.cm-reviews .home-reviews-slider__track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
    --reviews-columns: 3;
    padding: 0.5rem 0 1rem;
    align-items: stretch;
}

.cm-reviews .home-review-slide {
    display: flex;
    flex: 0 0 calc((100% - (var(--reviews-columns) - 1) * 1.5rem) / var(--reviews-columns));
}

.cm-reviews .home-review-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: #ffffff;
    border: 1px solid #e6ecf3;
    border-radius: 14px;
    padding: 1.5rem 1.6rem;
    box-shadow: 0 8px 24px rgba(16, 36, 59, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.cm-reviews .home-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(16, 36, 59, 0.12);
    border-color: #d4dce6;
}

.cm-reviews .home-review__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 0.75rem;
}

.cm-reviews .home-review__author {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.cm-reviews .home-review__avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6ecf3;
    background: #f0f4f8;
}

.cm-reviews .home-review__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-reviews .home-review__avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cm-color-dark);
    letter-spacing: 0.02em;
}

.cm-reviews .home-review__identity {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
    line-height: 1.2;
}

.cm-reviews .home-review__identity strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--cm-color-dark);
    text-transform: none;
    letter-spacing: 0.02em;
    overflow-wrap: break-word;
    word-break: normal;
}

.cm-reviews .home-review__identity span {
    font-size: 0.93rem;
    color: #6d8090;
}

.cm-reviews .home-review__source {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    color: #6d8090;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    padding-top: 0.2rem;
}

.cm-reviews .home-review__source-logo {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cm-reviews .home-review__source-logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.cm-reviews .home-review__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
    color: #f5a623;
    font-size: 0.95rem;
    flex-wrap: nowrap;
    margin-bottom: 0.7rem;
}

.cm-reviews .home-review__text {
    flex: 1;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #4f6270;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.cm-reviews .home-review-card {
    transform-origin: center center;
    will-change: transform;
}

.cm-reviews .home-review-slide.is-center {
    z-index: 3;
}

.cm-reviews .home-review-slide.is-center .home-review-card,
.cm-reviews .home-reviews-slider__track .home-review-slide.is-center .home-review-card {
    box-shadow: 0 22px 44px rgba(16, 36, 59, 0.28) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.06) !important;
    position: relative;
    z-index: 2;
}

.cm-reviews .home-reviews-slider__nav {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ffffff;
    background: var(--cm-color-primary);
    box-shadow: 0 8px 18px rgba(239, 139, 20, 0.32);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

.cm-reviews .home-reviews-slider__nav--side {
    position: relative;
    z-index: 2;
}

.cm-reviews .home-reviews-slider__nav:hover:not(:disabled) {
    transform: translateY(-2px);
    background: var(--cm-color-primary-dark);
    box-shadow: 0 12px 24px rgba(239, 139, 20, 0.4);
}

.cm-reviews .home-reviews-slider__nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.cm-reviews .home-reviews-slider.is-static .home-reviews-slider__nav--side {
    display: none;
}

.cm-reviews .home-reviews-slider__dots {
    position: absolute;
    bottom: -1.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
}

.cm-reviews .home-reviews-slider__dots button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.cm-reviews .home-reviews-slider__dots button.is-active {
    background: #ffffff;
    transform: scale(1.25);
}

.cm-reviews__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 0.5rem auto 0;
    padding: 0.7rem 1.4rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
    width: fit-content;
    max-width: 100%;
}

.cm-reviews__footer-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.cm-reviews__footer-item i {
    color: #ffffff;
    font-size: 1rem;
}

.cm-reviews__footer-item strong {
    color: #ffffff;
    font-weight: 700;
}

.cm-reviews__footer-item:nth-child(3) i {
    color: #ffffff;
}

.cm-reviews__footer-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
    .cm-reviews .home-review-card {
        padding: 1.3rem 1.3rem;
    }
}

@media (max-width: 768px) {
    .cm-reviews__head {
        margin-bottom: 2rem;
    }

    .cm-reviews__body {
        padding: 1.2rem 0 2rem;
    }

    .cm-reviews .home-reviews-slider__nav--side {
        display: none;
    }

    .cm-reviews .home-review-card {
        padding: 1.2rem 1.2rem;
    }

    .cm-reviews .home-review__identity strong {
        font-size: 1.02rem;
    }

    .cm-reviews .home-review__identity span {
        font-size: 0.82rem;
    }

    .cm-reviews__footer {
        font-size: 0.82rem;
        padding: 0.6rem 1rem;
        gap: 0.5rem;
    }
}

@media (max-width: 560px) {
    .cm-reviews__decor-dots {
        width: 80px;
        height: 80px;
    }

    .cm-reviews__decor-wave--left {
        width: 200px;
        height: 200px;
    }
}

.cm-reviews-source {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.cm-reviews-source.is-processed {
    display: none;
}

.cm-reviews-source.is-fallback-visible {
    position: static;
    width: auto;
    height: auto;
    margin-top: 1rem;
    clip: auto;
    clip-path: none;
    overflow: visible;
    white-space: normal;
}

.cm-home>section.cm-trust.trust {
    padding: 2.05rem 0 2.15rem;
}

.cm-trust .trust__grid {
    gap: 0.8rem;
    align-items: start;
}

.cm-trust .trust__stat {
    padding: 0.4rem 0.45rem;
}

.cm-trust .trust__value {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.08em;
    line-height: 1;
}

.cm-trust .trust__num {
    font-size: clamp(2.7rem, 3.5vw, 3.45rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.cm-trust .trust__suffix {
    font-size: clamp(2rem, 2.45vw, 2.35rem);
    font-weight: 900;
    color: #f28c00;
    transform: translateY(-0.08rem);
}

.cm-trust .trust__stat p {
    margin-top: 0.42rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #d7e1eb;
    opacity: 1;
    line-height: 1.35;
}

.cm-home>section.cm-newsletter.newsletter {
    padding: 48px 0;
}

.cm-newsletter .newsletter__inner {
    gap: 32px;
    align-items: center;
}

.cm-newsletter h2 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 6px;
    color: #ffffff;
}

.cm-newsletter p {
    font-size: 16.5px;
    line-height: 1.35;
    margin: 0;
    opacity: 0.85;
}

.cm-newsletter-feedback {
    margin: 0.55rem 0 0;
    min-height: 1.2rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #e6edf5;
}

.cm-newsletter-feedback.is-success {
    color: #b9f5d6;
}

.cm-newsletter-feedback.is-error {
    color: #ffd4d4;
}

.cm-location .map-card__info {
    padding: 19px;
    gap: 13px;
}

.cm-location .map-card__list {
    margin: 2px 0 0;
    padding: 9px 11px;
    gap: 7px;
    list-style: none;
    width: 100%;
    justify-self: stretch;
}

.cm-location .map-card__list li {
    margin: 0;
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 10px;
    padding: 2px 0;
    font-size: 14.9px;
    line-height: 1.4;
    align-items: start;
}

.cm-location .map-card__list li+li {
    padding-top: 7px;
}

.cm-location .map-card__list i {
    margin-top: 2px;
}

.cm-location .map-card__list strong {
    color: #203a4d;
    font-weight: 700;
}

.cm-location .map-card__list-item--emails>div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.cm-location .map-card__emails {
    margin-top: 2px;
}



.cm-how-to-buy .howto__step h3 {
    margin-bottom: 0.48rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: #183652;
}

@media (max-width: 768px) {
    .cm-reviews .home-review-slide {
        flex-basis: 100%;
    }

    .cm-reviews .review-proof {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        margin-top: -0.35rem;
    }

    .cm-reviews .review-badges {
        width: 100%;
        align-items: flex-start;
        margin-left: 0;
    }

    .cm-home>section.cm-trust.trust {
        padding: 1.45rem 0 1.6rem;
    }

    .cm-trust .trust__stat {
        padding: 0.3rem;
    }

    .cm-trust .trust__num {
        font-size: 2.28rem;
    }

    .cm-trust .trust__suffix {
        font-size: 1.62rem;
    }

    .cm-trust .trust__stat p {
        font-size: 0.9rem;
    }

    .cm-how-to-buy .howto__step h3 {
        font-size: 1.16rem;
    }

    .gia-strip__track {
        gap: 1rem;
        padding: 0.62rem 0;
    }

    .gia-strip__item {
        font-size: 0.74rem;
        padding: 0 0.7rem;
        gap: 0.55rem;
    }

    .gia-strip__lead {
        font-size: 0.86rem;
    }
}

.promo {
    background: #ffffff;
    color: #1a2d3f;
    padding: 0 !important;
}

.promo>.cm-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.promo-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
    min-height: 620px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

.promo-showcase--no-right {
    grid-template-columns: 1fr;
}

.promo-showcase__left {
    position: relative;
    background: #0f1b2b;
}

.promo-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.35rem 3.2rem;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    transition: opacity 0.7s ease, transform 1.4s ease, visibility 0s linear 0.7s;
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.promo-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(98deg, rgba(17, 20, 25, 0.9) 0%, rgba(17, 20, 25, 0.8) 42%, rgba(17, 20, 25, 0.54) 100%);
}

.promo-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.7s ease, transform 1.4s ease, visibility 0s linear 0s;
}

.promo-slide__content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.promo-slide__eyebrow {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4.4vw, 4.1rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.42em;
    color: #ffffff;
    background: var(--cm-color-primary);
    display: inline-block;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.promo-slide h2 {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4.4vw, 4.1rem);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    display: inline;
    border-radius: 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.promo-slide p {
    margin: 0 0 1.85rem;
    max-width: 62ch;
    font-size: 1.03rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.82);
}

.promo-slide__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.72rem 1.85rem;
    border-radius: 0;
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    background: #ef2459;
}

.promo-slide__cta:hover {
    color: #ffffff;
    filter: brightness(1.05);
}

.promo-slider__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.2rem;
    right: 1.2rem;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.promo-slider__nav {
    width: 44px;
    height: 44px;
    border: 0;
    background: rgba(35, 39, 46, 0.95);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    pointer-events: auto;
}

.promo-slider__nav:hover {
    background: #ef8b14;
}

.promo-showcase__right {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    background: #f7f8fa;
}

.promo-deal__visual {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #efeff1;
}

.promo-deal__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-deal__countdown {
    position: relative;
    background: #2a2e35;
    padding: 2.9rem 1.1rem 1.3rem;
    color: #ffffff;
}

.promo-deal__hot {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 360px);
    background: #ef8b14;
    color: #ffffff;
    border-radius: 0;
    padding: 0.86rem 1rem;
    text-align: center;
}

.promo-deal__hot strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 1.03rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.promo-deal__hot span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.34;
    color: rgba(255, 255, 255, 0.82);
}

.promo-deal__countdown .promo__counter {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.promo-deal__countdown .promo__counter>div {
    background: transparent;
    border: 0;
    padding: 0;
    min-width: 0;
    text-align: center;
}

.promo-deal__countdown .promo__counter span {
    display: block;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
}

.promo-deal__countdown .promo__counter small {
    display: block;
    margin-top: 0.28rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.promo__body {
    width: min(1280px, calc(100% - 48px));
    margin: 1.35rem auto 0;
}

.promo__head-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-bottom: 0.95rem;
}

.promo__head-inline h3 {
    margin: 0;
    color: #1f3449;
    font-size: 2rem;
    line-height: 0.98;
}

@media (max-width: 1120px) {
    .promo {
        padding-top: 1rem;
    }

    .promo-showcase {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .promo-showcase__left {
        min-height: 390px;
    }

    .promo-showcase__right {
        grid-template-rows: 280px auto;
    }

    .promo-deal__hot {
        top: -24px;
    }

    .promo__body {
        width: min(1280px, calc(100% - 32px));
    }
}

@media (max-width: 720px) {
    .promo-slide {
        padding: 2.5rem 1.5rem 2.8rem;
    }

    .promo-slide__eyebrow {
        letter-spacing: 0.22em;
        font-size: 0.78rem;
    }

    .promo-slide h2 {
        font-size: 1.82rem;
    }

    .promo-showcase__right {
        grid-template-rows: 210px auto;
    }

    .promo-deal__countdown {
        padding: 2.45rem 0.8rem 1rem;
    }

    .promo-deal__hot {
        width: min(95%, 320px);
        padding: 0.75rem 0.85rem;
    }

    .promo-deal__hot strong {
        font-size: 0.9rem;
    }

    .promo-deal__hot span {
        font-size: 0.75rem;
    }

    .promo-deal__countdown .promo__counter span {
        font-size: 1.55rem;
    }

    .promo-deal__countdown .promo__counter small {
        font-size: 0.63rem;
    }

    .promo__body {
        width: calc(100% - 24px);
    }

    .promo__head-inline h3 {
        font-size: 1.4rem;
    }
}

.cm-category-card__body {
    padding: 0.8rem 1rem 1rem;
}

.cm-category-card__body h3 {
    font-size: 0.95rem;
    color: #223746;
}

.cm-category-card__body p {
    font-size: 0.76rem;
    color: #758594;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.55rem;
    font-size: 1rem;
}

.footer p {
    margin: 1rem 0;
    font-size: 1rem;
    opacity: 0.85;
}

.footer .socials {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.footer .socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.footer .socials a:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-3px);
}

.footer__bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* ============================================================
   FRANJA GIA DATA TECHNOLOGY
   ============================================================ */
.cm-home>section.gia-strip {
    padding: 0;
}

.gia-strip {
    background:
        radial-gradient(circle at 14% 50%, rgba(60, 130, 246, 0.32), transparent 46%),
        radial-gradient(circle at 84% 20%, rgba(168, 85, 247, 0.2), transparent 50%),
        linear-gradient(110deg, #071326 0%, #0d2142 48%, #1a2052 100%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(5, 10, 18, 0.65);
    position: relative;
    overflow: hidden;
}

.gia-strip::before,
.gia-strip::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 1;
    pointer-events: none;
}

.gia-strip::before {
    left: 0;
    background: linear-gradient(90deg, rgba(7, 19, 38, 0.92), transparent);
}

.gia-strip::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(26, 32, 82, 0.92), transparent);
}

.gia-strip__viewport {
    overflow: hidden;
}

.gia-strip__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.gia-strip__track {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    min-width: max-content;
    padding: 0.82rem 0;
    animation: giaTicker 60s linear infinite;
}

.gia-strip:hover .gia-strip__track {
    animation-play-state: paused;
}

.gia-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0 0.9rem;
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 600;
}

.gia-strip__item+.gia-strip__item {
    padding-left: 1.4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.gia-strip__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #e7edf7;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.gia-strip__brand i {
    font-size: 0.72rem;
    color: #66a7ff;
}

.gia-strip__lead {
    font-weight: 900;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #a78bfa 5%, #7c6cff 55%, #56a6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gia-strip__text {
    color: #eef3ff;
    opacity: 0.96;
}

.gia-strip__text strong {
    font-weight: 800;
    background: linear-gradient(90deg, #8ab7ff, #8f86ff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@keyframes giaTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .header__inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .header__cta {
        margin-left: 0;
    }
}

@media (max-width: 860px) {
    .portada-main {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .portada-categorias {
        border-right: 0;
        border-bottom: 1px solid #dbe4eb;
    }

    .hero-slider,
    .mega-panel,
    .mega-panel--hero {
        min-height: 340px;
    }

    .mega-panel__dynamic {
        min-height: 340px;
    }

    .mega-panel__dynamic .mega-panel__layout {
        grid-template-columns: 1fr;
    }

    .mega-panel__dynamic .mega-panel__columns {
        grid-template-columns: 1fr;
    }

    .finder {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.75rem;
    }

    .finder__field {
        border-right: 0;
        padding: 0;
    }
}

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
body.detail-page {
    background: #f2f6fa;
    color: #1f2d37;
}

/* Igualar a la home: contenedor de Astra a ancho completo */
body.detail-page .site-content > .ast-container,
body.detail-page .ast-woocommerce-container {
    max-width: 100%;
    padding: 0;
}

body.detail-page #primary,
body.detail-page .site-main {
    padding: 0;
    margin: 0;
}

body.detail-page .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Reaplicar padding al contenido del detalle para que respire dentro del ancho 100% */
body.detail-page .detail-shell {
    padding: 2.2rem 0 0;
}

body.detail-page .detail-shell > .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.detail-empty {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px dashed #d8e1e8;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    color: #5b6b78;
    font-size: 0.95rem;
}

.detail-showcase #detail-similar-products {
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .detail-showcase #detail-similar-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .detail-showcase #detail-similar-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .detail-showcase #detail-similar-products {
        grid-template-columns: 1fr;
    }
}

.detail-thumb {
    cursor: pointer;
}

.detail-thumb img {
    width: 100%;
    height: 52px;
    object-fit: contain;
    display: block;
}

/* Ficha tecnica (dentro de .detail-content): hereda estilos base */
.detail-content .detail-specs {
    margin-top: 0.4rem;
    border-top: 1px solid #d8e1e8;
    padding-top: 0.9rem;
}

.detail-content .detail-specs h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #243746;
    font-weight: 700;
}

.detail-content .detail-specs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.detail-content .detail-specs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #d9e2ea;
    color: #5b6b78;
}

.detail-content .detail-specs li:last-child {
    border-bottom: 0;
}

.detail-content .detail-specs li > span {
    font-size: 0.88rem;
    color: #678;
    font-weight: 500;
}

.detail-content .detail-specs li > strong {
    font-size: 0.9rem;
    color: #263643;
    text-align: right;
    font-weight: 600;
}

.detail-content .detail-specs-empty {
    margin: 0;
    padding: 0.25rem 0 0;
    color: #5f6f7c;
    font-size: 0.9rem;
    line-height: 1.45;
}

/* Despacho y cobertura: check icons */
.detail-panel__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.detail-panel__bullets li {
    padding: 0.25rem 0;
    line-height: 1.5;
    color: #2c3a45;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.detail-panel__bullets li i {
    color: #25d366;
    font-size: 0.85rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.detail-panel--shipping .detail-panel__bullets li {
    color: #fff;
}

.detail-panel--shipping .detail-panel__bullets li i {
    color: #25d366;
}

.detail-panel--shipping {
    display: flex;
    flex-direction: column;
}

.detail-panel--shipping h2 i {
    margin-right: 0.5rem;
}

.detail-panel__seals {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
}

.detail-panel__seal--seguridad {
    height: 36px;
    width: auto;
}
.detail-panel__seal--calidad {
    height: 48px;
    width: auto;
}

.detail-panel__seal--logo {
    height: 44px;
}

.detail-panel__logo img {
    max-width: 80px;
    height: auto;
    opacity: 0.85;
}

/* ============================================================
   PRODUCT SEARCH RESULTS
   ============================================================ */
body.cm-search-page {
    background: #f2f6fa;
    color: #1f2d37;
}

body.cm-search-page .site-content > .ast-container,
body.cm-search-page .ast-woocommerce-container {
    max-width: 100%;
    padding: 0;
}

body.cm-search-page #primary,
body.cm-search-page .site-main {
    padding: 0;
    margin: 0;
}

/* ============================================================
   QUOTE / COTIZACION PAGE
   ============================================================ */
body.quote-page,
.cm-quote-page {
    background: #f2f6fa;
    color: #1f2d37;
}

/* Evitar overflow horizontal causado por 100vw; usar max-width y centrado
   para comportarse como full-width sin provocar desplazamiento lateral */
.cm-quote-page {
    box-sizing: border-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow-x: hidden;
}

/* Igualar a la home/producto: contenedor de Astra a ancho completo */
body.quote-page .site-content > .ast-container,
body.quote-page .ast-woocommerce-container {
    max-width: 100%;
    padding: 0;
    display: block;
}

body.quote-page #primary,
body.quote-page .site-main {
    padding: 0;
    margin: 0;
}

body.quote-page #primary,
#primary.cm-quote-page {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

body.quote-page #secondary {
    display: none !important;
}

.cm-quote-page {
    padding: 0;
}

/* Override del .container generico (que en la home es 1280px) */
body.quote-page .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.cm-search-results-page {
    background: #f2f6fa;
}

.cm-search-results {
    padding-top: 1.6rem;
}

.cm-search-results__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
}

.cm-search-results__head h1 {
    margin: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    color: #10243b;
}

.cm-search-results__summary {
    margin: 0;
    font-size: 0.95rem;
    color: #4c6174;
}

.cm-search-results__finder {
    margin: 0 0 1.35rem;
}

.cm-search-results__pagination {
    margin-top: 1.3rem;
}

.cm-search-results__pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cm-search-results__pagination a,
.cm-search-results__pagination span {
    min-width: 38px;
    min-height: 38px;
    padding: 0.35rem 0.7rem;
    border: 1px solid #d4e0ea;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d2f43;
    background: #fff;
    font-weight: 700;
    font-size: 0.88rem;
}

.cm-search-results__pagination .current {
    background: var(--cm-color-primary);
    border-color: var(--cm-color-primary);
    color: #fff;
}

.cm-search-results__subhead {
    display: grid;
    gap: 0.25rem;
    margin: 0 0 0.9rem;
}

.cm-search-results__subhead h2 {
    margin: 0;
    font-size: clamp(1.2rem, 1.7vw, 1.5rem);
    color: #10243b;
}

.cm-search-results__subhead span {
    font-size: 0.9rem;
    color: #4c6174;
}

.cm-search-results__exact,
.cm-search-results__related,
.cm-search-results__recommended {
    margin-top: 0.5rem;
}

.cm-search-results__related,
.cm-search-results__recommended {
    margin-top: 1.45rem;
}

.cm-search-results__exact .product {
    border: 1px solid #b8d4ea;
    box-shadow: 0 14px 28px rgba(21, 61, 92, 0.14);
}

.cm-search-results__exact .product__badge {
    background: #0f9d58;
}

.product .product__price--value {
    font-size: 1.06rem;
    color: #1d5d84;
    font-weight: 800;
}

.cm-search-results__empty {
    border: 1px dashed #cddceb;
    border-radius: 12px;
    padding: 2rem 1.2rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 44, 64, 0.08);
    display: grid;
    justify-items: center;
    gap: 0.65rem;
}

.cm-search-empty__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef5fb, #dbe8f3);
    color: #305e81;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.cm-search-results__empty h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    color: #11283f;
}

.cm-search-results__empty p {
    margin: 0;
    max-width: 66ch;
    color: #50657a;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cm-search-results__subhead h2 {
        font-size: 1.18rem;
    }

    .cm-search-results__finder {
        margin-bottom: 1rem;
    }

    .cm-search-results__empty {
        padding: 1.5rem 0.95rem;
    }
}

/* ============================================================
   COTIZACION FORM
   ============================================================ */
.cot-hero {
    background: linear-gradient(135deg, #f6b046 0%, #f28c00 42%, #273846 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
    text-align: center;
}

.cot-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: .5rem;
}

.cot-hero p {
    opacity: .85;
    font-size: 1.02rem;
    max-width: 560px;
    margin: 0 auto;
}

.cot-layout {
    padding: 2.5rem 0 3rem;
}

.cot-layout__inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start;
}

.cot-form-card {
    background: #fff;
    border: 1px solid #d9e1e7;
    border-radius: 16px;
    padding: 2rem 2.2rem;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

.cot-form-card h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #1e2d38;
}

.cot-field {
    margin-bottom: 1.1rem;
}

.cot-field label {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    color: #5b6a74;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .3rem;
}

.cot-field input,
.cot-field select,
.cot-field textarea {
    width: 100%;
    border: 1.5px solid #d8e3eb;
    border-radius: 8px;
    padding: .6rem .85rem;
    font-family: inherit;
    font-size: .94rem;
    color: #1e2d38;
    background: #fafcfd;
    outline: none;
    transition: border-color .18s;
}

.cot-field input:focus,
.cot-field select:focus,
.cot-field textarea:focus {
    border-color: var(--blue);
    background: #fff;
}

.cot-field textarea {
    resize: vertical;
    min-height: 90px;
}

.cot-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
}

.cot-items-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.cot-items-head h3 {
    font-size: .9rem;
    font-weight: 700;
    color: #1e2d38;
}

.cot-add-row {
    background: none;
    border: 1.5px dashed #bcc8d0;
    color: var(--blue);
    border-radius: 8px;
    padding: .45rem 1rem;
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    transition: background .18s, border-color .18s;
}

.cot-add-row:hover {
    background: #f0f6fb;
    border-color: var(--blue);
}

.cot-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: .6rem;
}

.cot-items-table th {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #8896a0;
    padding: .4rem .5rem;
    text-align: left;
    border-bottom: 1.5px solid #e5edf2;
}

.cot-items-table td {
    padding: .38rem .5rem;
    vertical-align: middle;
}

.cot-items-table input,
.cot-items-table select {
    width: 100%;
    border: 1px solid #d8e3eb;
    border-radius: 6px;
    padding: .35rem .5rem;
    font-size: .85rem;
    background: #fafcfd;
}

.cot-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: #bcc8d0;
    font-size: .9rem;
    padding: .2rem .3rem;
    transition: color .18s;
}

.cot-remove:hover {
    color: #e53e3e;
}

.cot-submit {
    width: 100%;
    margin-top: 1.2rem;
    font-size: 1rem;
    padding: .85rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.cot-note {
    font-size: .78rem;
    color: #8896a0;
    text-align: center;
    margin-top: .6rem;
}

.cot-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.cot-info-card {
    background: #f9fbfc;
    border: 1px solid #d9e1e7;
    border-radius: 14px;
    padding: 1.4rem 1.6rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.cot-info-card h3 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .8rem;
    color: #1e2d38;
}

.cot-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.cot-contact-list li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .88rem;
    color: #4a5568;
}

.cot-contact-list li i {
    color: var(--blue);
    width: 16px;
    text-align: center;
}

.cot-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: #25d366;
    color: #fff;
    border-radius: 10px;
    padding: .75rem 1rem;
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: background .2s;
    margin-top: .4rem;
}

.cot-wa-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

.cot-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
}

.cot-steps li {
    counter-increment: step;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .86rem;
    color: #4a5568;
    padding: .5rem 0;
    border-bottom: 1px solid #f0f4f7;
}

.cot-steps li:last-child {
    border-bottom: none;
}

.cot-steps li::before {
    content: counter(step);
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 800;
    margin-top: .05rem;
}

.cot-success {
    display: none;
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.cot-success i {
    font-size: 3rem;
    color: #25d366;
    margin-bottom: .8rem;
}

.cot-success h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.cot-success p {
    color: #6b7c88;
    font-size: .9rem;
}

@media (max-width: 860px) {
    .cot-hero h1 {
        font-size: 2rem;
    }

    .cot-layout__inner {
        grid-template-columns: 1fr;
    }

    .cot-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   FAQ / PREGUNTAS FRECUENTES
   ============================================================ */
body.faq-page {
    background: #f2f6fa;
    color: #1f2d37;
}

.cm-faq {
    padding: 3.5rem 0 4rem;
}

.cm-faq__head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.cm-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #6f8799;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.cm-faq__eyebrow-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #f28c00;
    border-radius: 2px;
}

.cm-faq__head h1 {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.15rem, 4.2vw, 3.2rem);
    font-weight: 900;
    color: #10243b;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.cm-faq__subtitle {
    margin: 0.8rem auto 0;
    max-width: 620px;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #5b6b78;
}

.cm-faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.cm-faq-item {
    background: #fff;
    border: 1px solid #d8e1e8;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

.cm-faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cm-faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    color: #1a2d3f;
    text-align: left;
    line-height: 1.4;
}

.cm-faq-item__question i {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #8f9eaa;
    transition: transform 0.25s ease, color 0.25s ease;
}

.cm-faq-item__question[aria-expanded="true"] i {
    transform: rotate(180deg);
    color: #f28c00;
}

.cm-faq-item__answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.cm-faq-item__answer > div {
    padding: 0 1.4rem 1.1rem;
    font-size: 0.93rem;
    line-height: 1.65;
    color: #4f6270;
}

.cm-faq-item__answer a {
    color: #e87a00;
    font-weight: 600;
    text-decoration: underline;
}

.cm-faq-item__answer a:hover {
    color: #c46600;
}

.cm-faq__footer {
    text-align: center;
    margin-top: 2.5rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #d8e1e8;
    border-radius: 12px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.cm-faq__footer p {
    margin: 0;
    font-size: 0.95rem;
    color: #4f6270;
}

.cm-faq__footer a {
    color: #e87a00;
    font-weight: 700;
    text-decoration: underline;
}

.cm-faq__footer a:hover {
    color: #c46600;
}
