.kl-landing-hero {
    background-image: url('/wp-content/uploads/2025/04/25-04-CyberKlimaticBackground.webp');
    color: #fff;
    padding: 0 0 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: hidden;
}

body.admin-bar .kl-landing-hero {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .kl-landing-hero {
        top: 46px;
    }
}

.kl-landing-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.kl-landing-hero__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.kl-landing-hero__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.kl-landing-hero__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
}

.kl-landing-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 40px;
    background-color: #fff;
    color: #1d1d1b;
    font-weight: 600;
    text-transform: uppercase;
}

.kl-landing-hero__cta:hover {
    background-color: #f5f5f5;
    color: #e50404;
}

.kl-landing-products {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.kl-landing-products__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.kl-landing-products__header h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.kl-landing-products__header p {
    color: #4d4d4d;
    font-size: 18px;
}

.kl-landing-products__empty {
    text-align: center;
    font-size: 18px;
}

.kl-landing-products__grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.kl-landing-product {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.kl-landing-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.kl-landing-product__image {
    background-color: #fafafa;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kl-landing-product__placeholder {
    background-color: #ececec;
    color: #6d6d6d;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.kl-landing-product__body {
    padding: 24px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.kl-landing-product__title {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #1d1d1b;
}

.kl-landing-product__sku {
    color: #6d6d6d;
    font-size: 14px;
    margin: 0;
}

.kl-landing-product__regular > span,
.kl-landing-product__final > span {
    display: block;
    font-size: 13px;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kl-landing-product__regular strong {
    text-decoration: line-through;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 600;
}

.kl-landing-product__final strong,
.kl-landing-product__final .woocommerce-Price-amount {
    font-size: 26px !important;
    color: #e50404 !important;
    font-weight: 700;
}

.kl-landing-product__discount {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 600;
    color: #1d1d1b;
}

.kl-landing-product__discount span {
    font-size: 18px;
    color: #e50404;
}

.kl-landing-product__discount small {
    font-size: 13px;
    color: #4d4d4d;
}

.kl-landing-product__stock {
    font-size: 14px;
    color: #1d1d1b;
    margin: 0;
}

.kl-landing-product__cta {
    margin-top: auto;
    text-align: center;
    border-radius: 40px;
    padding: 12px 20px;
    font-weight: 600;
}

.kl-landing-product__cta--disabled {
    background-color: #d9d9d9;
    color: #6d6d6d;
    border-radius: 40px;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
}

.kl-landing-product--missing:after {
    content: "Verificar en tienda";
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: #fdc02f;
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 14px;
    border-radius: 40px;
}

.kl-landing-banner {
    padding: 70px 0;
    background: linear-gradient(120deg, #ffffff 0%, #fceaea 60%);
}

.kl-landing-banner__inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.kl-landing-banner__inner h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.kl-landing-banner__inner p {
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}

.kl-landing-banner__cta {
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    background-color: #e50404;
    color: #fff;
}

.kl-landing-banner__cta:hover {
    background-color: #1d1d1b;
    color: #fff;
}

@media (max-width: 991px) {
    .kl-landing-hero {
        padding: 10px 0 20px 0;
    }
    .kl-landing-hero__title {
        font-size: 38px;
    }
    .kl-landing-products {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .kl-landing-hero__title {
        font-size: 32px;
    }
    .kl-landing-hero__subtitle {
        font-size: 16px;
    }
    .kl-landing-products__header h2 {
        font-size: 28px;
    }
    .kl-landing-product__body {
        padding: 20px;
    }
    .kl-landing-product__final strong {
        font-size: 22px;
    }
    .kl-landing-banner {
        padding: 60px 0;
    }
    .kl-landing-banner__inner h2 {
        font-size: 26px;
    }
}
