/* =========================================================
   QENKI® DESIGN TOKENS
   Fuente de verdad visual
   ========================================================= */

:root {
    --qenki-green: #2d5855;
    --qenki-lime: #d1fe17;
    --qenki-hover: #E8E5DA;
    --qenki-dark-bg: #2d5855;
    --qenki-off-white: #E8E5DA;
}

@font-face {
    font-family: 'BasierCircle';
    src: url('css/fonts/BasierCircle-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'FuturaStd';
    src: url('css/fonts/FuturaStd-Bold.woff2') format('woff2');
}

/* =========================================================
   QENKI® COLOR UTILITIES
   Sustituyen a Tailwind CDN
   ========================================================= */

.bg-QenkiGreen {
    background-color: var(--qenki-green);
}

.bg-QenkiLime {
    background-color: var(--qenki-lime);
}

.bg-QenkidarkBg {
    background-color: var(--qenki-dark-bg);
}

.text-QenkiGreen {
    color: var(--qenki-green);
}

.text-QenkiLime {
    color: var(--qenki-lime);
}

.text-QenkiOffWhite {
    color: var(--qenki-off-white);
}

.border-QenkiLime {
    border-color: var(--qenki-lime);
}

/* Compatibilidad con clases Tailwind tipo hover:bg-* */
.hover\:bg-QenkiHover:hover {
    background-color: var(--qenki-hover);
}

.hover\:text-QenkiLime:hover {
    color: var(--qenki-lime);
}

/* =========================================================
   FONTS
   ========================================================= */

@font-face {
    font-family: 'BasierCircle';
    src: url('css/fonts/BasierCircle-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('css/fonts/FuturaStd-Bold.woff2') format('woff2');
    font-display: swap;
}

/* Forzar que los precios tachados usen Futura y se vean profesionales */
.line-through,
.price-old {
    font-family: 'FuturaStd', sans-serif !important;
    letter-spacing: 0.5px;
    /* Un poco de aire para que sea legible */
    font-weight: 700;
    /* Que sea negrita pero menos que el precio actual */
}

/* Versión GRANDE */
.price-old-lg {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: line-through !important;
    /* Línea de tachado */
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Versión MEDIANA */
.price-old-md {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: line-through !important;
    /* Línea de tachado */
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Versión PEQUEÑA */
.price-old-sm {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: line-through !important;
    /* Línea de tachado */
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========================================================
   BASE
   ========================================================= */

body {
    background-color: var(--qenki-dark-bg);
    color: #ffffff;
    font-family: 'BasierCircle', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
.btn {
    font-family: 'FuturaStd', sans-serif;
}

/* =========================================================
   GLASS / CARDS
   ========================================================= */

.glass {
    background: rgba(45, 88, 85, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bento-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
}

.bento-card:hover {
    border-color: var(--qenki-lime);
    transform: translateY(-4px);
}

/* =========================================================
   CAROUSEL
   ========================================================= */

.carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    aspect-ratio: 1 / 1;
    touch-action: pan-y;
    background: #ffffff;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
    pointer-events: none;
}

/* Dots */

.carousel-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(45, 88, 85, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.dot.active {
    background: var(--qenki-green);
    width: 24px;
}

/* =========================================================
   PACKS
   ========================================================= */

.pack-image-container {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.pack-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pack-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg,
        rgba(255, 255, 255, 0.02),
        rgba(209, 254, 23, 0.05));
    color: rgba(209, 254, 23, 0.2);
    font-size: 2rem;
}

/* MANTENER ESTADO NORMAL */
.bento-card a.w-full.mt-3 {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    transition: all 0.3s ease-in-out !important;
}

/* LA SUMA: Mientras la tarjeta hace zoom, el botón se ilumina */
article.group:hover a.w-full.mt-3 {
    background-color: #d1fe17 !important;
    /* Lima Qenki */
    color: #2d5855 !important;
    /* Verde Qenki */
}

/* PLUS: Si tocas el botón directamente, un brillo extra */
article.group a.w-full.mt-3:hover {
    background-color: #ffffff !important;
    color: #2d5855 !important;
}

/* =========================================================
   FULL BLEED HEADERS
   ========================================================= */

.full-bleed-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    margin-bottom: 4rem;
    border-radius: 3.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-text-side {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-image-side {
    width: 100%;
    height: 100%;
    background-size: 160%;
    background-position: center 100%;
}

/* Responsive */

@media (max-width: 1024px) {
    .full-bleed-header {
        grid-template-columns: 1fr;
        border-radius: 2rem;
        min-height: auto;
        overflow: visible;
    }

    .header-text-side {
        padding: 3rem 2rem;
        order: 1;
        height: auto;
    }

    .header-image-side {
        height: 350px;
        order: 2;
    }
}

.qenki-hero-gradient{
position:absolute;
inset:0;
pointer-events:none;

background:linear-gradient(
to bottom,
rgba(45,88,85,0) 0%,
rgba(45,88,85,0.15) 35%,
rgba(45,88,85,0.45) 60%,
rgba(45,88,85,0.85) 85%,
rgba(45,88,85,1) 100%
);
}

/* =========================================================
   FORMS
   ========================================================= */

.input-qenki {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 1.2rem;
    color: white;
    outline: none;
}

/* =========================================================
   ACCORDION
   ========================================================= */

.accordion-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
    padding: 1rem 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
}

/* =========================================================
   IMAGES QOnly
   ========================================================= */

/* Parallax image base */
.js-parallax-img {
    transform: translateY(0);
    transition: transform 0.1s linear;
}

/* =========================================================
   IMPACT BLOCK
   ========================================================= */

.impact-block {

    margin-top: 20px;
    padding-top: 24px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

}

.impact-intro {

    font-size: 13px;
    line-height: 1.4;

    color: rgba(255, 255, 255, 0.75);

    font-family: 'BasierCircle';

}

.impact-highlight {

    margin-top: 16px;

    display: flex;
    flex-direction: column;
    gap: 4px;

}

.impact-number {

    font-family: 'FuturaStd';

    font-size: 72px;

    line-height: 0.9;

    color: var(--qenki-pistachio);

    letter-spacing: -2px;

}

.impact-label {

    font-family: 'FuturaStd';

    font-size: 11px;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: var(--qenki-pistachio);

}

@media (min-width:1024px) {

    .impact-number {
        font-size: 88px;
    }

}