/* CrazyPavos Core: componentes propios. WooCommerce general queda a cargo de Woodmart. */
.cp-core{
    --cp-purple:#7c4dff;
    --cp-purple-2:#a56cff;
    --cp-cyan:#22d3ee;
    --cp-yellow:#ffe455;
    --cp-text:#f7f8ff;
    --cp-muted:#aab0c5;
    --cp-card:#14182a;
    --cp-card-2:#1b2036;
    --cp-border:rgba(255,255,255,.11);
    color:var(--cp-text);
}
.cp-core *{box-sizing:border-box}
.cp-eyebrow{display:inline-block;color:var(--cp-cyan);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.cp-dual-price{display:flex;flex-direction:column;gap:3px}
.cp-vbucks-price{color:var(--cp-yellow);font-size:.82em;font-weight:800}
.cp-clp-pending{color:var(--cp-muted);font-size:.78em}
.cp-api-note{opacity:.8}

/* Tienda Fortnite: usa el loop nativo de WooCommerce/Woodmart */
.cp-shop-tools{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 24px}
.cp-shop-tools__search{flex:1 1 300px}
.cp-shop-tools__filter{flex:0 1 260px}
.cp-shop-tools input[type="search"],
.cp-shop-tools select{width:100%;min-height:46px;border:1px solid var(--cp-border);border-radius:12px;background:#fff;color:#1d2327;padding:0 14px}
.cp-shop-tools .button{min-height:46px}

/* Club */
.cp-club{position:relative;padding:24px;border:1px solid var(--cp-border);border-radius:22px;background:linear-gradient(145deg,rgba(124,77,255,.14),rgba(20,24,42,.96) 42%);box-shadow:0 24px 60px rgba(0,0,0,.22);overflow:hidden}
.cp-club:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-100px;top:-120px;background:rgba(34,211,238,.13);filter:blur(18px);pointer-events:none}
.cp-club__header{position:relative;z-index:1}
.cp-club__header h3{margin:.25em 0 .35em;color:var(--cp-text);font-size:clamp(1.45rem,3vw,2.15rem)}
.cp-club__header p{margin:0 0 20px;color:var(--cp-muted)}
.cp-club__months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.cp-club__month{appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;padding:16px;border:1px solid var(--cp-border);border-radius:18px;background:rgba(255,255,255,.045);color:var(--cp-text);cursor:pointer;transition:.2s ease}
.cp-club__month:hover{transform:translateY(-2px);border-color:rgba(165,108,255,.65);background:rgba(124,77,255,.10)}
.cp-club__month.is-selected{border-color:var(--cp-purple-2);background:linear-gradient(145deg,rgba(124,77,255,.28),rgba(255,255,255,.06));box-shadow:0 0 0 3px rgba(124,77,255,.13)}
.cp-club__month-number{font-size:2rem;font-weight:950;line-height:1}
.cp-club__month-label{margin:4px 0 10px;color:var(--cp-muted);font-size:.82rem}
.cp-club__month strong{color:var(--cp-yellow)}
.cp-club__customer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin:18px 0}
.cp-club__customer label{display:flex;flex-direction:column;gap:6px;color:var(--cp-muted);font-size:.78rem;font-weight:800}
.cp-club__customer label span{font-weight:500;opacity:.8}
.cp-club__customer input{width:100%;min-height:46px;padding:0 13px;border:1px solid var(--cp-border)!important;border-radius:12px!important;background:rgba(255,255,255,.055)!important;color:var(--cp-text)!important;box-shadow:none!important}
.cp-club__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}
.cp-club__confirm{min-width:240px}
.cp-club__status{margin:0;color:var(--cp-muted);font-size:.88rem}
.cp-club.is-complete .cp-club__status{color:#7cf2b6}
.cp-club__modal[hidden]{display:none!important}
.cp-club__modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px;background:rgba(4,5,12,.74);backdrop-filter:blur(8px)}
.cp-club__modal-card{position:relative;width:min(100%,520px);padding:28px;border:1px solid var(--cp-border);border-radius:22px;background:#101426;color:var(--cp-text);box-shadow:0 30px 90px rgba(0,0,0,.45)}
.cp-club__modal-card h3{color:var(--cp-text);margin:.35em 0}
.cp-club__modal-card p{color:var(--cp-muted)}
.cp-club__modal-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer}
.cp-club__modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}
html.cp-modal-open{overflow:hidden}

/* Creator */
.cp-creator-code{padding:20px;border:1px solid var(--cp-border);border-radius:18px;background:var(--cp-card)}
.cp-creator-code__row{display:flex;align-items:center;gap:10px;margin-top:8px}
.cp-creator-code__row strong{flex:1;font-size:clamp(1.5rem,4vw,2.3rem);letter-spacing:.08em}

/* FiboSearch: solo contenedor; el plugin conserva su propia lógica. */
.cp-fibosearch .dgwt-wcas-search-wrapp{max-width:none;margin:0}
.cp-fibosearch .dgwt-wcas-search-input{min-height:46px!important;border-radius:12px!important}

/* Woodmart helpers */
.crazypavos-woodmart .cp-core .button,
.crazypavos-woodmart .cp-core button.button{border-radius:12px}
.crazypavos-woodmart .cp-dual-price .amount{font-weight:800}

@media (max-width:900px){
    .cp-club__customer{grid-template-columns:1fr 1fr}
    .cp-club__customer label:last-child{grid-column:1/-1}
}
@media (max-width:600px){
    .cp-club{padding:18px;border-radius:18px}
    .cp-club__months{grid-template-columns:1fr;gap:9px}
    .cp-club__month{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;column-gap:8px;text-align:left}
    .cp-club__month-number{font-size:1.55rem}
    .cp-club__month-label{margin:0}
    .cp-club__customer{grid-template-columns:1fr}
    .cp-club__customer label:last-child{grid-column:auto}
    .cp-club__confirm{width:100%;min-width:0}
    .cp-club__modal-actions{flex-direction:column-reverse}
    .cp-club__modal-actions .button{width:100%}
    .cp-shop-tools__filter{flex:1 1 100%}
    .cp-shop-tools .button{width:100%}
}

/* Club Fortnite: landing panorámica con planes visuales (v1.0.19) */
body.cp-assisted-immersive-product .cp-assisted-experience--club{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    border-width:0;
    border-radius:0;
    background:#05060b;
    box-shadow:none;
}
.cp-assisted-experience--club .cp-assisted-experience__visual{
    min-height:clamp(520px,42vw,720px);
    padding:clamp(34px,5vw,82px) max(32px,calc((100vw - 1180px)/2));
    align-items:center;
    border-radius:0;
    background-position:center center;
}
.cp-assisted-experience--club .cp-assisted-experience__visual:before{
    display:none;
}
.cp-assisted-experience--club .cp-assisted-experience__visual:after{display:none}
.cp-assisted-experience--club .cp-assisted-experience__visual-content:not(.screen-reader-text){
    width:min(470px,100%);
    margin-top:16%;
}
.cp-assisted-experience--club .cp-assisted-experience__visual-content:not(.screen-reader-text) h1{
    font-size:clamp(2.6rem,4vw,4.6rem);
}
.cp-club-includes{
    position:relative;
    padding:clamp(54px,6vw,90px) max(24px,calc((100vw - 1180px)/2));
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 8%,rgba(124,77,255,.24),transparent 32%),
        radial-gradient(circle at 90% 92%,rgba(165,108,255,.14),transparent 28%),
        #080914;
}
.cp-club-includes__head{
    width:min(720px,100%);
    margin:0 auto 34px;
    text-align:center;
}
.cp-club-includes__head h2{
    margin:.18em 0 .28em;
    color:#fff;
    font-size:clamp(2rem,4vw,3.6rem);
    letter-spacing:-.035em;
}
.cp-club-includes__head p{
    margin:0;
    color:#b7b1c8;
    font-size:1rem;
}
.cp-club-pass-carousel{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.cp-club-pass-card{
    overflow:hidden;
    border:1px solid rgba(174,139,255,.22);
    border-radius:20px;
    background:linear-gradient(160deg,rgba(124,77,255,.18),rgba(17,17,29,.98) 54%);
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.cp-club-pass-card:hover{
    transform:translateY(-6px);
    border-color:#9b6cff;
    box-shadow:0 24px 60px rgba(82,40,170,.28);
}
.cp-club-pass-card__media{
    display:grid;
    place-items:center;
    aspect-ratio:1/1;
    padding:24px;
    background:radial-gradient(circle at 50% 42%,rgba(181,129,255,.34),rgba(70,31,145,.82) 72%);
}
.cp-club-pass-card:nth-child(2) .cp-club-pass-card__media{background:radial-gradient(circle at 50% 42%,rgba(69,205,255,.3),rgba(47,35,139,.85) 72%)}
.cp-club-pass-card:nth-child(3) .cp-club-pass-card__media{background:radial-gradient(circle at 50% 42%,rgba(171,102,255,.38),rgba(42,22,112,.9) 72%)}
.cp-club-pass-card:nth-child(4) .cp-club-pass-card__media{background:radial-gradient(circle at 50% 42%,rgba(214,86,255,.38),rgba(78,18,153,.9) 72%)}
.cp-club-pass-card__media img{
    width:88%;
    height:88%;
    object-fit:contain;
    filter:drop-shadow(0 18px 25px rgba(0,0,0,.34));
}
.cp-club-pass-card__body{padding:20px 20px 22px}
.cp-club-pass-card__body h3{
    margin:0 0 7px;
    color:#fff;
    font-size:1.18rem;
}
.cp-club-pass-card__body p{
    min-height:2.8em;
    margin:0 0 15px;
    color:#aaa5b8;
    font-size:.84rem;
    line-height:1.45;
}
.cp-club-pass-card__body span{
    color:#c7adff;
    font-size:.75rem;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.cp-club-pass-carousel__hint{
    display:none;
    margin:12px 0 0;
    color:#9f98b2;
    font-size:.78rem;
    text-align:right;
}
.cp-club-extra-benefits{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:24px;
}
.cp-club-extra-benefits article{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:112px;
    padding:16px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:16px;
    background:rgba(255,255,255,.035);
}
.cp-club-extra-benefits img{
    width:76px;
    height:76px;
    flex:0 0 76px;
    object-fit:contain;
}
.cp-club-extra-benefits article:nth-child(2) img{padding:7px}
.cp-club-extra-benefits article div{display:flex;flex-direction:column;gap:5px}
.cp-club-extra-benefits strong{color:#fff;font-size:.9rem;line-height:1.25}
.cp-club-extra-benefits article div span{color:#9f9aad;font-size:.76rem;line-height:1.35}
.cp-club-includes__cta{
    display:flex;
    width:max-content;
    margin:34px auto 0;
    padding:14px 26px;
    border-radius:999px;
    background:linear-gradient(135deg,#7c4dff,#a56cff);
    color:#fff!important;
    font-weight:900;
    text-decoration:none!important;
    box-shadow:0 14px 34px rgba(124,77,255,.3);
    transition:transform .2s ease,box-shadow .2s ease;
}
.cp-club-includes__cta:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(124,77,255,.42)}
.cp-assisted-experience--club .cp-assisted-experience__interaction{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto;
    padding:clamp(42px,5vw,72px) 0 64px;
    border:0;
    border-radius:0;
    background:transparent;
}
.cp-assisted-experience--club .cp-assisted-experience__interaction-head{
    margin:0 auto 30px;
    text-align:center;
}
.cp-assisted-experience--club .cp-assisted-experience__options{
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:stretch;
    gap:22px;
}
.cp-assisted-experience--club .cp-club-plan{
    display:flex;
    min-height:520px;
    padding:0 0 22px;
    align-items:stretch;
    justify-content:flex-start;
    border-radius:17px!important;
    background:#111118!important;
    text-align:left;
}
.cp-assisted-experience--club .cp-club-plan:hover,
.cp-assisted-experience--club .cp-club-plan.is-selected{
    transform:translateY(-4px);
}
.cp-assisted-experience--club .cp-club-plan--featured{
    border-color:#9b6cff!important;
    box-shadow:0 0 0 1px rgba(155,108,255,.58),0 16px 48px rgba(73,38,150,.18)!important;
}
.cp-club-plan__image{
    display:block;
    width:100%;
    height:230px;
    flex:0 0 230px;
    border-radius:16px 16px 0 0;
    background-size:cover;
    background-position:center 24%;
}
.cp-club-plan__ribbon{
    position:absolute;
    z-index:4;
    top:12px;
    right:12px;
    padding:6px 11px;
    border-radius:999px;
    background:linear-gradient(135deg,#7c4dff,#a56cff);
    color:#fff;
    font-size:.72rem;
    font-weight:950;
}
.cp-assisted-experience--club .cp-club-plan .cp-assisted-experience__option-index{
    display:none;
}
.cp-assisted-experience--club .cp-club-plan .cp-assisted__option-label,
.cp-assisted-experience--club .cp-club-plan > strong,
.cp-assisted-experience--club .cp-club-plan__features,
.cp-assisted-experience--club .cp-club-plan .cp-assisted-experience__option-action{
    margin-left:22px;
    margin-right:22px;
}
.cp-assisted-experience--club .cp-club-plan .cp-assisted__option-label{
    margin-top:18px;
    color:#ddd7c9;
    font-size:.78rem;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.cp-assisted-experience--club .cp-club-plan > strong{
    margin-top:8px;
    color:#d8c5ff;
    font-size:1.5rem;
}
.cp-club-plan__features{
    display:flex;
    flex-direction:column;
    gap:9px;
    margin-top:18px;
    color:#aaa6ad;
    font-size:.82rem;
    line-height:1.35;
}
.cp-assisted-experience--club .cp-club-plan .cp-assisted-experience__option-action{
    display:flex;
    justify-content:center;
    margin-top:auto;
    padding:13px 18px;
    border-radius:8px;
    background:linear-gradient(135deg,#7c4dff,#a56cff);
    color:#fff;
    box-shadow:0 10px 26px rgba(124,77,255,.24);
}
.cp-assisted-experience--club .cp-assisted-experience__form{
    width:min(900px,100%);
    margin:38px auto 0;
    padding:26px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:#0d1019;
}
@media(max-width:900px){
    .cp-club-pass-carousel{
        display:flex;
        margin-right:-24px;
        padding-right:24px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        scrollbar-width:thin;
        scrollbar-color:#7c4dff transparent;
    }
    .cp-club-pass-card{width:min(76vw,310px);min-width:min(76vw,310px);scroll-snap-align:start}
    .cp-club-pass-carousel__hint{display:block}
    .cp-assisted-experience--club .cp-assisted-experience__options{grid-template-columns:1fr}
    .cp-assisted-experience--club .cp-club-plan{min-height:0}
}
@media(max-width:600px){
    .cp-assisted-experience--club .cp-assisted-experience__visual{
        min-height:520px;
        padding:28px 20px;
        align-items:flex-end;
        background-position:62% top;
    }
    .cp-assisted-experience--club .cp-assisted-experience__visual-content:not(.screen-reader-text){margin-top:0}
    .cp-club-includes{padding:48px 18px}
    .cp-club-includes__head{text-align:left}
    .cp-club-extra-benefits{grid-template-columns:1fr}
    .cp-club-extra-benefits article{min-height:96px}
    .cp-assisted-experience--club .cp-assisted-experience__interaction{width:calc(100% - 28px);padding:38px 0}
    .cp-assisted-experience--club .cp-club-plan{display:flex;padding-left:0;min-height:0}
    .cp-club-plan__image{height:190px;flex-basis:190px}
    .cp-assisted-experience--club .cp-assisted-experience__form{padding:18px 14px}
}

/* Compra asistida genérica (v1.0.7) */
.cp-assisted__options{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.cp-assisted__option{min-height:112px;gap:10px}
.cp-assisted__option-label{font-size:1rem;font-weight:900;text-align:center}
.cp-assisted-price-label{font-weight:800}
.cp-assisted-loop-button{white-space:nowrap}
@media (max-width:600px){
    .cp-assisted__options{grid-template-columns:1fr}
    .cp-assisted__option{min-height:82px;display:flex;flex-direction:row;justify-content:space-between;text-align:left}
    .cp-assisted__option-label{text-align:left}
}

/* Compra asistida: experiencia inmersiva (v1.0.9) */
body.cp-assisted-immersive-product .product-image-summary{
    padding-top:clamp(18px,3vw,42px)!important;
    padding-bottom:clamp(32px,5vw,72px)!important;
}
body.cp-assisted-immersive-product .product-image-summary > .container,
body.cp-assisted-immersive-product .product-image-summary > .container-fluid,
body.cp-assisted-immersive-product .product-image-summary .product-image-summary-inner{
    width:100%!important;
    max-width:1440px!important;
}
body.cp-assisted-immersive-product .product-image-summary .product-image-summary-inner > .row,
body.cp-assisted-immersive-product .product-image-summary .row.product-image-summary-wrap{
    display:block!important;
    margin-left:0!important;
    margin-right:0!important;
}
body.cp-assisted-immersive-product .product-image-summary .product-images,
body.cp-assisted-immersive-product .product-image-summary .woocommerce-product-gallery,
body.cp-assisted-immersive-product .product-image-summary .product-gallery,
body.cp-assisted-immersive-product .product-image-summary .wd-gallery-images,
body.cp-assisted-immersive-product .product-image-summary .product-thumbnails,
body.cp-assisted-immersive-product .product-image-summary .summary,
body.cp-assisted-immersive-product .product-image-summary .entry-summary{
    display:none!important;
}
body.cp-assisted-immersive-product .product-image-summary .cp-assisted-experience{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    flex:0 0 100%!important;
    padding:0!important;
    margin:0!important;
}
.cp-assisted-experience{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.11);
    border-radius:30px;
    background:#0e1223;
    box-shadow:0 34px 100px rgba(0,0,0,.32);
}
.cp-assisted-experience__visual{
    position:relative;
    min-height:clamp(500px,58vw,760px);
    display:flex;
    align-items:flex-end;
    padding:clamp(28px,5vw,72px);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    isolation:isolate;
    overflow:hidden;
    border-radius:29px 29px 20px 20px;
}
.cp-assisted-experience__visual:after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:45%;
    z-index:-1;
    pointer-events:none;
    background:linear-gradient(180deg,transparent,rgba(4,6,17,.88));
}
.cp-assisted-experience__visual-content{
    width:min(720px,100%);
    color:#fff;
    text-shadow:0 2px 24px rgba(0,0,0,.38);
}
.cp-assisted-experience__visual-content h1{
    margin:.12em 0 .2em;
    color:#fff;
    font-size:clamp(2.6rem,6vw,5.5rem);
    line-height:.94;
    letter-spacing:-.045em;
}
.cp-assisted-experience__badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:10px;
    padding:9px 14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(7,10,24,.56);
    color:#ffe41f;
    font-weight:900;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.cp-assisted-experience__short{
    width:min(620px,100%);
    margin-top:14px;
    color:rgba(255,255,255,.82);
    font-size:1rem;
}
.cp-assisted-experience__short p{margin:0}
.cp-assisted-experience__interaction{
    position:relative;
    z-index:3;
    /* Pequeña separación visual respecto a la imagen inmersiva. */
    margin-top:12px;
    padding:clamp(24px,4vw,54px);
    background:
        radial-gradient(circle at 88% 0%,rgba(34,211,238,.11),transparent 28%),
        linear-gradient(145deg,#11162a,#0d1324 58%,#102334);
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px 20px 28px 28px;
}
.cp-assisted-experience__interaction-head{
    max-width:860px;
    margin-bottom:24px;
}
.cp-assisted-experience__interaction-head h2{
    margin:.2em 0 .28em;
    color:#fff;
    font-size:clamp(1.8rem,3.4vw,3rem);
}
.cp-assisted-experience__interaction-head p{
    margin:0;
    color:var(--cp-muted);
}
.cp-assisted-experience__options{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
    gap:14px;
    margin:22px 0 28px;
    counter-reset:cp-assisted-option;
}
.cp-assisted-experience__option{
    position:relative;
    min-height:170px;
    padding:22px 20px 18px;
    align-items:flex-start;
    justify-content:flex-end;
    text-align:left;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:22px!important;
    background:linear-gradient(155deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
    overflow:hidden;
    transform:translateY(0);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.cp-assisted-experience__option:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(135deg,rgba(139,92,246,.18),transparent 48%);
    opacity:0;
    transition:.22s ease;
}
.cp-assisted-experience__option:hover{
    transform:translateY(-5px);
    border-color:rgba(165,108,255,.75)!important;
    box-shadow:0 16px 40px rgba(0,0,0,.22);
}
.cp-assisted-experience__option:hover:after,
.cp-assisted-experience__option.is-selected:after{opacity:1}
.cp-assisted-experience__option.is-selected{
    transform:translateY(-5px);
    border-color:#a56cff!important;
    background:linear-gradient(155deg,rgba(124,77,255,.27),rgba(255,255,255,.045))!important;
    box-shadow:0 0 0 3px rgba(124,77,255,.15),0 18px 45px rgba(0,0,0,.25)!important;
}
.cp-assisted-experience__option-index{
    position:absolute;
    left:18px;
    top:16px;
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:rgba(255,255,255,.72);
    font-size:.8rem;
    font-weight:900;
}
.cp-assisted-experience__option .cp-assisted__option-label{
    position:relative;
    z-index:1;
    margin-top:34px;
    color:#fff;
    font-size:1.18rem;
    text-align:left;
}
.cp-assisted-experience__option strong{
    position:relative;
    z-index:1;
    display:block;
    margin-top:8px;
    color:var(--cp-yellow);
    font-size:1.05rem;
}
.cp-assisted-experience__option-action{
    position:relative;
    z-index:1;
    display:inline-flex;
    margin-top:16px;
    color:var(--cp-cyan);
    font-size:.75rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.cp-assisted-experience__option.is-selected .cp-assisted-experience__option-action:before{
    content:"✓ ";
}
.cp-assisted-experience__option.is-selected .cp-assisted-experience__option-action{
    color:#b9f7ff;
}
.cp-assisted-experience__form{
    padding-top:4px;
}
.cp-assisted-experience__form .cp-club__customer{
    margin-top:0;
}
.cp-assisted-experience__form .cp-club__actions{
    margin-bottom:0;
}

@media (max-width:900px){
    .cp-assisted-experience__visual{
        min-height:520px;
        background-position:center 20%;
    }
    .cp-assisted-experience__options{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* ==========================================================
   v1.0.68 · CONTENCIÓN DEL CATÁLOGO FORTNITE
   ========================================================== */
body.woocommerce .cp-ref-shop{
    container:cp-shop/inline-size!important;
    contain:layout inline-size!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
}
body.woocommerce .cp-ref-shop .cp-ref-section,
body.woocommerce .cp-ref-shop .cp-ref-grid,
body.woocommerce .cp-ref-shop .cp-ref-card{
    width:100%;
    max-width:100%!important;
    min-width:0!important;
}

@media (max-width:600px){
    .cp-assisted-experience{border-radius:20px}
    .cp-assisted-experience__visual{
        min-height:420px;
        padding:22px;
        background-position:center top;
    }
    .cp-assisted-experience__visual-content h1{
        font-size:clamp(2.25rem,13vw,3.6rem);
    }
    .cp-assisted-experience__interaction{
        margin-top:10px;
        padding:22px 16px 24px;
        border-radius:16px 16px 19px 19px;
    }
    .cp-assisted-experience__options{
        grid-template-columns:1fr;
        gap:10px;
    }
    .cp-assisted-experience__option{
        min-height:116px;
        padding:18px 18px 16px 74px;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
    }
    .cp-assisted-experience__option-index{
        left:18px;
        top:50%;
        transform:translateY(-50%);
    }
    .cp-assisted-experience__option .cp-assisted__option-label{
        margin-top:0;
        text-align:left;
    }
    .cp-assisted-experience__option-action{
        margin-top:7px;
    }
}

/* ==========================================================
   ENVÍO DE REGALO · POPUP DE INICIO
   ========================================================== */
.cp-gift-popup{
    position:fixed;
    inset:0;
    z-index:999999;
    display:grid;
    place-items:center;
    padding:18px;
}
.cp-gift-popup[hidden]{display:none!important}
.cp-gift-popup__backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,5,14,.48);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
}
.cp-gift-popup__panel{
    position:relative;
    z-index:1;
    display:flex;
    gap:18px;
    width:min(520px,100%);
    padding:24px 24px 22px;
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 100% 0%,rgba(34,211,238,.12),transparent 38%),
        linear-gradient(145deg,rgba(17,22,42,.98),rgba(10,16,32,.98));
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    box-shadow:0 22px 60px rgba(0,0,0,.38);
    animation:cpGiftPopupIn .22s ease-out;
}
@keyframes cpGiftPopupIn{
    from{opacity:0;transform:translateY(8px) scale(.985)}
    to{opacity:1;transform:none}
}
.cp-gift-popup__icon{
    flex:0 0 auto;
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    margin-top:2px;
    border:1px solid rgba(124,77,255,.32);
    border-radius:14px;
    background:rgba(124,77,255,.13);
    font-size:1.45rem;
}
.cp-gift-popup__content{min-width:0;flex:1}
.cp-gift-popup__close{
    position:absolute;
    top:10px;
    right:10px;
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    color:rgba(255,255,255,.66);
    font-size:24px;
    line-height:1;
    cursor:pointer;
}
.cp-gift-popup__close:hover{background:rgba(255,255,255,.08);color:#fff}
.cp-gift-popup__eyebrow{
    display:block;
    margin:0 38px 6px 0;
    color:var(--cp-cyan,#22d3ee);
    font-size:.69rem;
    font-weight:900;
    letter-spacing:.12em;
}
.cp-gift-popup h2{
    margin:0 36px 9px 0;
    color:#fff;
    font-size:clamp(1.35rem,4vw,1.65rem);
    line-height:1.15;
}
.cp-gift-popup__lead{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:.94rem;
    line-height:1.55;
}
.cp-gift-popup__lead strong{color:#fff}
.cp-gift-popup__hint{
    margin:12px 0 0;
    color:rgba(255,255,255,.60);
    font-size:.79rem;
    line-height:1.45;
}
.cp-gift-popup__hint strong{color:rgba(255,255,255,.84)}
.cp-gift-popup__actions{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:17px;
}
.cp-gift-popup__cta,
.cp-gift-popup__secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 16px;
    border-radius:11px;
    font-size:.88rem;
    font-weight:850;
    text-decoration:none!important;
    cursor:pointer;
}
.cp-gift-popup__cta{
    flex:0 1 auto;
    border:1px solid #8b5cf6;
    background:linear-gradient(135deg,#7c4dff,#995dff);
    color:#fff!important;
    box-shadow:0 8px 20px rgba(124,77,255,.20);
}
.cp-gift-popup__cta:hover{transform:translateY(-1px);color:#fff!important}
.cp-gift-popup__secondary{
    flex:0 0 auto;
    border:1px solid rgba(255,255,255,.11);
    background:rgba(255,255,255,.045);
    color:rgba(255,255,255,.76);
}
html.cp-gift-popup-open,
html.cp-gift-popup-open body{overflow:hidden!important}

/* ==========================================================
   ENVÍO DE REGALO · CONFIRMACIÓN CHECKOUT
   ========================================================== */
.cp-gift-checkout-confirmation{
    margin:18px 0 20px;
    padding:18px;
    border:1px solid rgba(124,77,255,.32);
    border-radius:16px;
    background:linear-gradient(145deg,rgba(124,77,255,.09),rgba(34,211,238,.045));
}
.cp-gift-checkout-confirmation__heading{
    display:flex;
    align-items:center;
    gap:11px;
    margin-bottom:14px;
}
.cp-gift-checkout-confirmation__icon{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    background:rgba(124,77,255,.14);
    font-size:21px;
}
.cp-gift-checkout-confirmation__heading strong{
    display:block;
    color:inherit;
    font-size:1rem;
}
.cp-gift-checkout-confirmation__heading span:not(.cp-gift-checkout-confirmation__icon){
    display:block;
    margin-top:2px;
    opacity:.68;
    font-size:.82rem;
}
.cp-gift-checkout-confirmation__label{
    display:flex;
    align-items:flex-start;
    gap:11px;
    margin:0;
    cursor:pointer;
    line-height:1.55;
}
.cp-gift-checkout-confirmation__label input{
    width:19px!important;
    height:19px!important;
    min-width:19px;
    margin:3px 0 0!important;
    accent-color:#7c4dff;
}
.cp-gift-checkout-confirmation__label span{font-size:.9rem}
.cp-gift-checkout-confirmation__link{
    display:inline-flex;
    margin:12px 0 0 30px;
    font-size:.84rem;
    font-weight:800;
    text-decoration:none!important;
}

@media (max-width:600px){
    .cp-gift-popup{padding:12px;place-items:end center}
    .cp-gift-popup__panel{
        gap:12px;
        padding:20px 16px 16px;
        border-radius:18px;
    }
    .cp-gift-popup__icon{width:40px;height:40px;border-radius:12px;font-size:1.2rem}
    .cp-gift-popup h2{font-size:1.3rem}
    .cp-gift-popup__lead{font-size:.88rem;line-height:1.48}
    .cp-gift-popup__hint{font-size:.75rem}
    .cp-gift-popup__actions{flex-direction:column}
    .cp-gift-popup__cta,
    .cp-gift-popup__secondary{width:100%;flex:0 0 auto}
    .cp-gift-checkout-confirmation{padding:15px 14px}
    .cp-gift-checkout-confirmation__link{margin-left:30px}
}

/* ==========================================================
   CHECKOUT BLOCKS · CRAZYPAVOS (v1.0.13)
   Da soporte visual al bloque moderno de Checkout de WooCommerce.
   ========================================================== */
body.woocommerce-checkout.crazypavos-core-active{
    --cp-checkout-bg:#090d19;
    --cp-checkout-card:#121729;
    --cp-checkout-card-2:#171d32;
    --cp-checkout-text:#f7f8ff;
    --cp-checkout-muted:#aab0c5;
    --cp-checkout-border:rgba(255,255,255,.11);
    --cp-checkout-purple:#7c4dff;
    --cp-checkout-purple-2:#9b66ff;
    --cp-checkout-cyan:#22d3ee;
}

body.woocommerce-checkout.crazypavos-core-active .wp-block-woocommerce-checkout,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout{
    color:var(--cp-checkout-text)!important;
}

/* Cada etapa del checkout vuelve a sentirse como una tarjeta CrazyPavos. */
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step{
    margin-bottom:14px!important;
    padding:20px!important;
    border:1px solid var(--cp-checkout-border)!important;
    border-radius:18px!important;
    background:
        radial-gradient(circle at 100% 0%,rgba(34,211,238,.045),transparent 34%),
        linear-gradient(145deg,rgba(18,23,41,.98),rgba(12,16,30,.98))!important;
    box-shadow:none!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step__heading,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step__title,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-title,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout h1,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout h2,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout h3{
    color:var(--cp-checkout-text)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step__description,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step__container,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkbox__label,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-radio-control__label,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-formatted-money-amount,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-product-name,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-order-summary-item__description{
    color:var(--cp-checkout-text)!important;
}

/* Campos de texto y combos de WooCommerce Blocks. */
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-text-input input,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control input,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-form .wc-block-components-combobox-control input,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-textarea,
body.woocommerce-checkout.crazypavos-core-active textarea.wc-block-components-textarea,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-select__select{
    min-height:50px!important;
    border:1px solid var(--cp-checkout-border)!important;
    border-radius:13px!important;
    outline:0!important;
    background:var(--cp-checkout-card-2)!important;
    color:var(--cp-checkout-text)!important;
    -webkit-text-fill-color:var(--cp-checkout-text)!important;
    box-shadow:none!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-text-input input:focus,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-textarea:focus,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-select__select:focus{
    border-color:rgba(155,102,255,.85)!important;
    box-shadow:0 0 0 3px rgba(124,77,255,.13)!important;
}

/* Evita que Chrome pinte autofill celeste/blanco sobre el diseño oscuro. */
body.woocommerce-checkout.crazypavos-core-active input:-webkit-autofill,
body.woocommerce-checkout.crazypavos-core-active input:-webkit-autofill:hover,
body.woocommerce-checkout.crazypavos-core-active input:-webkit-autofill:focus,
body.woocommerce-checkout.crazypavos-core-active textarea:-webkit-autofill,
body.woocommerce-checkout.crazypavos-core-active select:-webkit-autofill{
    -webkit-text-fill-color:var(--cp-checkout-text)!important;
    -webkit-box-shadow:0 0 0 1000px var(--cp-checkout-card-2) inset!important;
    box-shadow:0 0 0 1000px var(--cp-checkout-card-2) inset!important;
    caret-color:var(--cp-checkout-text)!important;
    transition:background-color 9999s ease-out 0s!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-text-input label,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control label,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-form label,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-address-form__address_2-toggle{
    color:var(--cp-checkout-muted)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-combobox-control .components-form-token-field__suggestion{
    background:#121729!important;
    color:var(--cp-checkout-text)!important;
}

/* Checkboxes y radios. */
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkbox__input,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-radio-control__input{
    accent-color:var(--cp-checkout-purple)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkbox__input{
    border-color:rgba(255,255,255,.28)!important;
    background:#171d32!important;
}

/* El campo obligatorio de las 3 cuentas queda destacado como acción de compra. */
body.woocommerce-checkout.crazypavos-core-active [id*="crazypavos-gift-accounts-confirmed"],
body.woocommerce-checkout.crazypavos-core-active [for*="crazypavos-gift-accounts-confirmed"]{
    scroll-margin-top:120px;
}

body.woocommerce-checkout.crazypavos-core-active .wp-block-woocommerce-checkout-order-information-block,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__additional-fields{
    position:relative;
}

body.woocommerce-checkout.crazypavos-core-active .wp-block-woocommerce-checkout-order-information-block .wc-block-components-checkbox,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__additional-fields .wc-block-components-checkbox{
    margin-top:10px!important;
    padding:16px!important;
    border:1px solid rgba(124,77,255,.38)!important;
    border-radius:14px!important;
    background:linear-gradient(145deg,rgba(124,77,255,.12),rgba(34,211,238,.05))!important;
}

/* Pago, avisos y resumen. */
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__payment-method,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-totals-wrapper,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-order-summary{
    border-color:var(--cp-checkout-border)!important;
    background:transparent!important;
    color:var(--cp-checkout-text)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-notice-banner,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__no-payment-methods-notice{
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:14px!important;
    background:#171d32!important;
    color:var(--cp-checkout-text)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-notice-banner.is-error{
    border-color:rgba(239,68,68,.38)!important;
    background:rgba(127,29,29,.22)!important;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-components-notice-banner__content,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-notice-banner a{
    color:var(--cp-checkout-text)!important;
}

/* Botón final. */
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-button.wc-block-components-checkout-place-order-button{
    min-height:52px!important;
    border:0!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,var(--cp-checkout-purple),var(--cp-checkout-purple-2))!important;
    color:#fff!important;
    font-weight:900!important;
    box-shadow:0 12px 30px rgba(124,77,255,.22)!important;
}
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-place-order-button:hover{
    filter:brightness(1.07);
    transform:translateY(-1px);
}
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-place-order-button:disabled{
    opacity:.48!important;
    filter:saturate(.65);
    transform:none;
}

body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__terms,
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__terms a,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-return-to-cart-button{
    color:var(--cp-checkout-muted)!important;
}
body.woocommerce-checkout.crazypavos-core-active .wc-block-checkout__terms a:hover,
body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-return-to-cart-button:hover{
    color:#fff!important;
}

@media (max-width:700px){
    body.woocommerce-checkout.crazypavos-core-active .wc-block-components-checkout-step{
        padding:16px!important;
        border-radius:15px!important;
    }
}

/* ==========================================================
   COMPRA ASISTIDA · UNA SOLA OPCIÓN (v1.0.14)
   Si no hay alternativas, la opción se selecciona automáticamente
   y se presenta como resumen compacto, no como botón de selección.
   ========================================================== */
.cp-assisted--single-option .cp-assisted__header p{
    margin-bottom:14px;
}
.cp-assisted__single-option{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    width:100%;
    margin:14px 0 20px;
    padding:16px 18px;
    border:1px solid rgba(165,108,255,.46);
    border-radius:16px;
    background:
        radial-gradient(circle at 0% 50%,rgba(124,77,255,.17),transparent 42%),
        rgba(255,255,255,.04);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 10px 28px rgba(0,0,0,.12);
}
.cp-assisted__single-meta{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
}
.cp-assisted__single-kicker{
    color:var(--cp-cyan);
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.cp-assisted__single-label{
    color:var(--cp-text);
    font-size:1.08rem;
    font-weight:900;
    line-height:1.25;
}
.cp-assisted__single-price{
    flex:0 0 auto;
    color:var(--cp-yellow);
    font-size:1.08rem;
    font-weight:950;
    white-space:nowrap;
}
.cp-assisted__single-price .amount{
    color:inherit!important;
    font:inherit!important;
}
.cp-assisted--single-option .cp-assisted__customer{
    margin-top:14px;
}

/* Variante dentro del layout inmersivo. */
.cp-assisted-experience--single-option .cp-assisted-experience__interaction-head{
    margin-bottom:14px;
}
.cp-assisted-experience__single-option{
    margin:16px 0 24px;
    padding:18px 20px;
    border-radius:18px;
    background:
        radial-gradient(circle at 0% 50%,rgba(124,77,255,.22),transparent 38%),
        linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
}
.cp-assisted-experience__single-option .cp-assisted__single-label{
    font-size:1.18rem;
}
.cp-assisted-experience__single-option .cp-assisted__single-price{
    font-size:1.18rem;
}

@media (max-width:600px){
    .cp-assisted__single-option{
        align-items:flex-start;
        gap:10px;
        padding:14px 15px;
        margin:12px 0 18px;
    }
    .cp-assisted__single-label{
        font-size:1rem;
    }
    .cp-assisted__single-price{
        font-size:1rem;
    }
}

/* ==========================================================
   ENVÍO DE REGALO · ENLACE EN CHECKOUT BLOCKS
   ========================================================== */
.cp-gift-checkout-block-link{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px 9px;
    margin:8px 0 2px 32px;
    padding:10px 12px;
    border:1px solid rgba(34,211,238,.18);
    border-radius:12px;
    background:rgba(34,211,238,.055);
    color:#aab0c5;
    font-size:.82rem;
    line-height:1.45;
}
.cp-gift-checkout-block-link__text{
    color:#aab0c5;
}
.cp-gift-checkout-block-link__anchor{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#22d3ee!important;
    font-weight:850;
    text-decoration:none!important;
}
.cp-gift-checkout-block-link__anchor::after{
    content:"→";
    transition:transform .18s ease;
}
.cp-gift-checkout-block-link__anchor:hover{
    color:#7ee9fa!important;
}
.cp-gift-checkout-block-link__anchor:hover::after{
    transform:translateX(3px);
}
.cp-gift-checkout-block-link__anchor:focus-visible{
    outline:2px solid #a56cff;
    outline-offset:3px;
    border-radius:4px;
}
@media(max-width:600px){
    .cp-gift-checkout-block-link{
        margin-left:0;
        padding:10px 11px;
    }
}

/* ==========================================================
   v1.0.17 · CHECKBOX "3 CUENTAS" CORREGIDO
   WooCommerce Blocks puede usar un wrapper exterior y un
   <label> interior. El wrapper conserva la tarjeta; el grid
   se aplica únicamente al label real.
   ========================================================== */
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox-wrap{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    box-sizing:border-box!important;
}

/* El layout checkbox + texto vive en el LABEL, no en el wrapper. */
body.woocommerce-checkout.crazypavos-core-active
label.cp-gift-account-confirmation-checkbox,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox-wrap
> label.cp-gift-account-confirmation-checkbox{
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:12px!important;
    row-gap:0!important;

    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;

    margin:0!important;
    padding:0!important;

    cursor:pointer!important;
    box-sizing:border-box!important;
}

/* Compatibilidad por si una versión de Blocks usa el mismo nodo como wrapper y label. */
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox-wrap.cp-gift-account-confirmation-checkbox{
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:12px!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
}

body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
.cp-gift-account-confirmation-checkbox__input,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
input.wc-block-components-checkbox__input[type="checkbox"]{
    -webkit-appearance:none!important;
    appearance:none!important;
    box-sizing:border-box!important;

    position:relative!important;
    inset:auto!important;

    display:block!important;
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:start!important;

    width:22px!important;
    min-width:22px!important;
    max-width:22px!important;

    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;

    flex:0 0 22px!important;

    margin:1px 0 0!important;
    padding:0!important;

    border:1px solid rgba(255,255,255,.30)!important;
    border-radius:6px!important;

    background:#171d32!important;
    background-image:none!important;

    box-shadow:none!important;
    outline:0!important;

    opacity:1!important;
    cursor:pointer!important;
}

body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
.cp-gift-account-confirmation-checkbox__input:checked,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
input.wc-block-components-checkbox__input[type="checkbox"]:checked{
    border-color:#a56cff!important;
    background:linear-gradient(135deg,#7c4dff,#a56cff)!important;
}

body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
.cp-gift-account-confirmation-checkbox__input:focus-visible,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
input.wc-block-components-checkbox__input[type="checkbox"]:focus-visible{
    outline:2px solid #22d3ee!important;
    outline-offset:3px!important;
}

/* Tick centrado en el checkbox. */
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
.cp-gift-account-confirmation-checkbox__mark,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
svg.wc-block-components-checkbox__mark{
    position:relative!important;
    inset:auto!important;

    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:center!important;

    width:13px!important;
    min-width:13px!important;
    max-width:13px!important;

    height:13px!important;
    min-height:13px!important;
    max-height:13px!important;

    margin:5px 0 0!important;
    padding:0!important;

    pointer-events:none!important;
}

/* El texto ocupa SIEMPRE toda la segunda columna. */
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox
.wc-block-components-checkbox__label{
    display:block!important;

    grid-column:2!important;
    grid-row:1!important;
    align-self:start!important;
    justify-self:stretch!important;

    width:100%!important;
    max-width:none!important;
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;

    color:var(--cp-checkout-text,#f7f8ff)!important;
    line-height:1.5!important;
    text-align:left!important;
}

/* Enlace alineado con la columna del texto. */
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox-wrap + .cp-gift-checkout-block-link,
body.woocommerce-checkout.crazypavos-core-active
.cp-gift-account-confirmation-checkbox + .cp-gift-checkout-block-link{
    margin-left:34px!important;
}

/* ==========================================================
   v1.0.31 · TARJETAS FORTNITE SIN SUPERPOSICIÓN
   La imagen queda en una fila propia sobre la información.
   ========================================================== */
body.woocommerce .products li.product.cp-fortnite-product-card .product-wrapper{
    position:relative!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    min-height:clamp(500px,36vw,650px)!important;
    overflow:hidden!important;
    isolation:isolate;
    border-radius:24px!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card .product-element-top{
    position:relative!important;
    z-index:1!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
/* También protege las tarjetas generadas por el snippet, incluso si un
   producto antiguo todavía no tiene la clase de importación del plugin. */
body.woocommerce .cp-lote-productos.products li.product .product-element-top,
body.woocommerce .cp-lote-productos .products li.product .product-element-top{
    position:relative!important;
    inset:auto!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card .product-image-link{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:8px!important;
    overflow:hidden!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card .product-image-link img,
body.woocommerce .products li.product.cp-fortnite-product-card img.attachment-woocommerce_thumbnail{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center top!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    transition:transform .25s ease!important;
}
/* Los personajes usan el encuadre grande de la tienda de Fortnite. */
body.woocommerce .products li.product.cp-fortnite-product-card--character .product-image-link img,
body.woocommerce .products li.product.cp-fortnite-product-card--character img.attachment-woocommerce_thumbnail{
    transform:scale(1.34)!important;
    transform-origin:50% 4%!important;
}
/* Objetos, pistas y vehículos conservan más aire para no cortarse. */
body.woocommerce .products li.product.cp-fortnite-product-card--item .product-image-link img,
body.woocommerce .products li.product.cp-fortnite-product-card--item img.attachment-woocommerce_thumbnail{
    transform:scale(1.04)!important;
    transform-origin:center center!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card:hover .product-image-link img{
    transform:scale(1.38)!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card--item:hover .product-image-link img{
    transform:scale(1.08)!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card .product-information{
    position:relative!important;
    z-index:3!important;
    inset:auto!important;
    width:100%!important;
    margin:0!important;
    padding:16px!important;
    background:inherit!important;
    overflow:hidden!important;
}
body.woocommerce .products li.product.cp-fortnite-product-card .product-element-top:before,
body.woocommerce .products li.product.cp-fortnite-product-card .product-element-top:after,
body.woocommerce .products li.product.cp-fortnite-product-card .product-image-link:before,
body.woocommerce .products li.product.cp-fortnite-product-card .product-image-link:after{
    content:none!important;
    display:none!important;
}
@media(max-width:768px){
    body.woocommerce .products li.product.cp-fortnite-product-card .product-wrapper{
        min-height:470px!important;
        border-radius:18px!important;
    }
    body.woocommerce .products li.product.cp-fortnite-product-card .product-information{
        padding:12px!important;
    }
}
@media(max-width:420px){
    body.woocommerce .products li.product.cp-fortnite-product-card .product-wrapper{
        min-height:390px!important;
    }
    body.woocommerce .products li.product.cp-fortnite-product-card--character .product-image-link img,
    body.woocommerce .products li.product.cp-fortnite-product-card--character img.attachment-woocommerce_thumbnail{
        transform:scale(1.25)!important;
    }
}

@media(max-width:600px){
    body.woocommerce-checkout.crazypavos-core-active
    label.cp-gift-account-confirmation-checkbox,
    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox-wrap
    > label.cp-gift-account-confirmation-checkbox,
    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox-wrap.cp-gift-account-confirmation-checkbox{
        grid-template-columns:20px minmax(0,1fr)!important;
        column-gap:10px!important;
    }

    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox
    .cp-gift-account-confirmation-checkbox__input,
    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox
    input.wc-block-components-checkbox__input[type="checkbox"]{
        width:20px!important;
        min-width:20px!important;
        max-width:20px!important;
        height:20px!important;
        min-height:20px!important;
        max-height:20px!important;
        flex-basis:20px!important;
    }

    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox-wrap + .cp-gift-checkout-block-link,
    body.woocommerce-checkout.crazypavos-core-active
    .cp-gift-account-confirmation-checkbox + .cp-gift-checkout-block-link{
        margin-left:30px!important;
    }
}

/* ==========================================================
   v1.0.68 · TIENDA FORTNITE · LAYOUT NATIVO DEL CORE
   - 4 columnas XL / 3 columnas LG-MD / 2 columnas móvil.
   - Spans calculados por PHP; CSS sólo compone la cuadrícula.
   - Imagen directa full-size dentro de la tarjeta.
   - Sin scale() ni zoom de imagen en hover.
   ========================================================== */
.cp-ref-shop,.cp-ref-shop *{box-sizing:border-box}
.cp-ref-shop{
    container:cp-shop/inline-size;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:clamp(14px,2vw,28px);
    overflow:hidden!important;
    border-radius:18px;
    background:#07080c;
    color:#fff;
}
body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering,
body.woocommerce .cp-ref-shop ~ ul.products,
body.woocommerce .cp-ref-shop ~ .products,
body.woocommerce .woocommerce-pagination{display:none!important}

.cp-ref-filters{
    display:grid;
    grid-template-columns:minmax(240px,1fr) minmax(190px,.36fr) auto auto;
    gap:10px;
    align-items:center;
    margin:0 0 clamp(28px,3vw,44px);
}
.cp-ref-filters__search{position:relative}
.cp-ref-filters__search svg{position:absolute;top:50%;left:16px;width:18px;transform:translateY(-50%);fill:none;stroke:#a9a9b4;stroke-linecap:round;stroke-width:2;pointer-events:none}
.cp-ref-filters input,.cp-ref-filters select,.cp-ref-filters button,.cp-ref-filters__clear{min-height:46px;margin:0!important;border:1px solid rgba(255,255,255,.12);border-radius:10px;font:800 13px/1 Arial,sans-serif}
.cp-ref-filters input,.cp-ref-filters select{width:100%;background:#14151a;color:#fff;outline:0;box-shadow:none}
.cp-ref-filters input{padding:0 16px 0 46px}.cp-ref-filters select{padding:0 38px 0 14px;color-scheme:dark}
.cp-ref-filters select option,.cp-ref-filters select optgroup{background:#14151a!important;color:#f4f5fb!important}
.cp-ref-filters input:focus,.cp-ref-filters select:focus{border-color:#4dd9d2;box-shadow:0 0 0 3px rgba(77,217,210,.16)}
.cp-ref-filters button,.cp-ref-filters__clear{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;text-decoration:none!important}
.cp-ref-filters button{border:0;background:#fff;color:#08080c;cursor:pointer}.cp-ref-filters__clear{color:#fff!important;background:#1c1d23}

.cp-ref-section{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 clamp(34px,4vw,60px)}
.cp-ref-section:last-child{margin-bottom:0}
.cp-ref-section__header{display:flex;align-items:center;gap:10px;min-height:28px;margin:0 0 12px}
.cp-ref-section__line{width:3px;height:22px;border-radius:4px;background:rgba(255,255,255,.2)}
.cp-ref-section__header h2{margin:0;color:#fff;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(17px,1.45vw,22px);font-weight:900;letter-spacing:.045em;line-height:1;text-transform:uppercase}
.cp-ref-section__count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 8px;border-radius:999px;background:#1c1d23;color:#aaaab5;font:800 12px/1 Arial,sans-serif}
.cp-ref-section--jam-tracks{margin-top:clamp(10px,2vw,24px)}
.cp-ref-section--jam-tracks .cp-ref-section__line{background:#7c4dff}

.cp-ref-grid{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:10px!important;
    align-items:stretch!important;
}
.cp-ref-card{
    --cp-ref-a:#126d6b;
    --cp-ref-b:#0d5859;
    --cp-ref-c:#073a3e;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:450px!important;
    min-height:450px!important;
    overflow:hidden!important;
    isolation:isolate;
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:10px!important;
    background:
        radial-gradient(circle at 50% 0%,rgba(255,255,255,.10),transparent 34%),
        linear-gradient(145deg,var(--cp-ref-a) 0%,var(--cp-ref-b) 58%,var(--cp-ref-c) 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 7px 18px rgba(0,0,0,.12)!important;
    transition:border-color .2s ease,box-shadow .2s ease!important;
}
.cp-ref-card:hover{border-color:rgba(255,255,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.2)!important}
.cp-span-1{grid-column:span 1!important}
.cp-span-2{grid-column:span 2!important}
.cp-span-3{grid-column:span 3!important}
.cp-ref-card--solo{grid-column:1/-1!important}

/* La imagen es hija visual directa de la tarjeta: no existe una caja de media interna. */
.cp-ref-card__media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    max-width:none!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    object-fit:cover!important;
    object-position:center 5%!important;
    transform:none!important;
    transition:none!important;
}
.cp-ref-card--fit-cover .cp-ref-card__media{object-fit:cover!important;object-position:center 5%!important}
.cp-ref-card--fit-contain .cp-ref-card__media{object-fit:contain!important;object-position:center 5%!important}
.cp-ref-card--fit-scale-down .cp-ref-card__media{object-fit:scale-down!important;object-position:center center!important}
.cp-ref-card--character .cp-ref-card__media{object-fit:cover!important;object-position:center 5%!important}
.cp-ref-card--bundle .cp-ref-card__media{object-fit:cover!important;object-position:center 5%!important}

/*
 * Los atuendos usan el mismo comportamiento visual de la tienda de referencia:
 * el canvas completo llena la tarjeta con cover y se posiciona cerca del borde
 * superior. En renders cuadrados dentro de tarjetas verticales esto evita el
 * efecto de personaje diminuto causado por contain y el recorte sucede
 * principalmente en los laterales. Sin scale(), zoom ni cambio de asset.
 */
.cp-ref-card:hover .cp-ref-card__media{transform:none!important}

.cp-ref-card:before{position:absolute;inset:0;z-index:1;content:"";pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 34%);mix-blend-mode:soft-light}
.cp-ref-card__hitarea{position:absolute!important;inset:0!important;z-index:2!important;display:block!important;text-decoration:none!important}
.cp-ref-card__saving,.cp-ref-card__discount{position:absolute;top:10px;z-index:5;display:inline-flex;align-items:center;min-height:26px;border-radius:6px;font:900 11px/1 Arial,sans-serif}
.cp-ref-card__saving{left:10px;padding:0 12px;background:#fff;color:#202126;letter-spacing:.03em}
.cp-ref-card__discount{right:10px;padding:0 9px;background:#ffad00;color:#171106}
.cp-ref-card__info{
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    z-index:3!important;
    min-height:146px;
    padding:72px 68px 16px 16px!important;
    color:#fff!important;
    background:linear-gradient(to top,rgba(2,5,8,.94) 0%,rgba(2,5,8,.74) 38%,rgba(2,5,8,.28) 72%,rgba(2,5,8,0) 100%);
    text-shadow:0 2px 6px rgba(0,0,0,.66);
    pointer-events:none;
}
.cp-ref-card__info h3{margin:0 0 7px!important;color:#fff!important;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif!important;font-size:clamp(17px,1.18vw,22px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:.01em!important}
.cp-ref-card__info h3 a{position:relative;z-index:4;color:#fff!important;text-decoration:none!important;pointer-events:auto}
.cp-ref-card__vbucks{display:flex;align-items:center;gap:6px;min-height:19px;margin-bottom:4px;color:#fff;font:900 14px/1 Arial,sans-serif}
.cp-ref-vcoin{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:2px solid currentColor;border-radius:50%;font:900 8px/1 Arial,sans-serif}
.cp-ref-card__vbucks del{color:rgba(255,255,255,.48);font-size:11px;text-decoration-thickness:2px}
.cp-ref-card__clp{min-height:22px;color:#fff;font:900 clamp(17px,1.3vw,22px)/1.05 Arial,sans-serif;letter-spacing:.015em}
.cp-ref-card__clp .woocommerce-Price-amount{color:inherit!important}
.cp-ref-card__cart{position:absolute!important;right:12px!important;bottom:12px!important;z-index:5!important;display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:50%!important;background:rgba(8,18,20,.62)!important;color:#fff!important;box-shadow:0 6px 18px rgba(0,0,0,.22)!important;backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease!important}
.cp-ref-card__cart:hover{background:#fff!important;color:#111!important;transform:translateY(-2px)}
.cp-ref-card__cart svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.cp-ref-card__cart.loading{opacity:.55;pointer-events:none}
.cp-ref-card__cart.added:after{position:absolute;top:-4px;right:-2px;display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:#48dd7b;color:#07130b;content:"✓";font:900 11px/1 Arial,sans-serif}
.cp-ref-empty{display:flex;flex-direction:column;gap:5px;padding:42px 24px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#121217;text-align:center}.cp-ref-empty span{color:#aaaab5}

/* LG: tres columnas, manteniendo la composición semántica. */
@container cp-shop (max-width:1199px){
    .cp-ref-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
    .cp-ref-card{height:450px!important;min-height:450px!important}
    .cp-span-lg-1{grid-column:span 1!important}
    .cp-span-lg-2{grid-column:span 2!important}
    .cp-span-lg-3{grid-column:span 3!important}
}
/* MD */
@container cp-shop (max-width:991px){
    .cp-ref-card{height:420px!important;min-height:420px!important}
    .cp-ref-filters{grid-template-columns:1fr 1fr}.cp-ref-filters__search{grid-column:1/-1}
}
/* SM: dos columnas. Los spans anchos ocupan la fila; personajes/items vuelven a una columna. */
@container cp-shop (max-width:767px){
    .cp-ref-shop{padding:12px;border-radius:14px}
    .cp-ref-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
    .cp-ref-card{height:380px!important;min-height:380px!important}
    .cp-span-sm-1{grid-column:span 1!important}
    .cp-span-sm-2{grid-column:span 2!important}
    .cp-ref-card__info{min-height:132px;padding:62px 56px 12px 12px!important}
    .cp-ref-card__info h3{font-size:16px!important}.cp-ref-card__vbucks{font-size:13px}.cp-ref-card__clp{font-size:17px}
    .cp-ref-card__cart{right:8px!important;bottom:8px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}
}
/* Móvil pequeño: conserva 2 columnas y reduce altura, no cambia a una sola. */
@container cp-shop (max-width:560px){
    .cp-ref-filters{grid-template-columns:1fr}.cp-ref-filters__search,.cp-ref-filters__category{grid-column:1}
    .cp-ref-card{height:300px!important;min-height:300px!important}
    .cp-ref-card__info{min-height:116px;padding:52px 48px 10px 10px!important}
    .cp-ref-card__info h3{font-size:14px!important;line-height:1.08!important;margin-bottom:5px!important}
    .cp-ref-card__vbucks{gap:4px;font-size:12px}.cp-ref-card__clp{font-size:15px}
    .cp-ref-card__saving{left:7px;top:7px;max-width:70%;padding:0 8px;font-size:9px}
    .cp-ref-card__discount{right:7px;top:7px;font-size:10px}
    .cp-ref-card__cart{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}
    .cp-ref-card__cart svg{width:19px;height:19px}
}
@media(max-width:760px){.cp-ref-filters{grid-template-columns:1fr 1fr}.cp-ref-filters__search{grid-column:1/-1}}
@media(max-width:480px){.cp-ref-filters{grid-template-columns:1fr}.cp-ref-filters__search,.cp-ref-filters__category{grid-column:1}}
@media(prefers-reduced-motion:reduce){.cp-ref-card,.cp-ref-card__cart{transition:none!important}}

/* ================================================================
   CRAZYPAVOS · PORTADA V2 (v1.0.48)
   Shortcode: [crazypavos_home]
   ================================================================ */
.cp-home{
    --cp-home-bg:#070811;
    --cp-home-card:#0d0f1a;
    --cp-home-card-2:#111421;
    --cp-home-line:rgba(255,255,255,.09);
    --cp-home-muted:#9ba3bf;
    --cp-home-text:#f7f7fb;
    --cp-home-purple:#8b4dff;
    --cp-home-purple-2:#b45cff;
    --cp-home-yellow:#ffd84a;
    width:min(1420px,calc(100vw - 32px));
    margin:22px auto 64px;
    color:var(--cp-home-text);
    font-family:inherit;
}
.cp-home *{box-sizing:border-box}
.cp-home a{text-decoration:none}
.cp-home h1,.cp-home h2,.cp-home h3,.cp-home p{margin-top:0}
.cp-home h1,.cp-home h2,.cp-home h3{color:var(--cp-home-text);letter-spacing:-.035em}
.cp-home-kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-bottom:13px;
    color:#b693ff;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.13em;
}
.cp-home-kicker:before{content:"";width:18px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--cp-home-purple),var(--cp-home-purple-2))}

.cp-home-button{
    min-height:46px;
    padding:0 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border:1px solid var(--cp-home-line);
    border-radius:12px;
    font-size:13px;
    font-weight:900;
    transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.cp-home-button:hover{transform:translateY(-2px)}
.cp-home-button--primary{color:#fff!important;background:linear-gradient(135deg,#7546ff,#a853ff);box-shadow:0 12px 32px rgba(125,68,255,.2)}
.cp-home-button--primary:hover{box-shadow:0 16px 38px rgba(125,68,255,.3)}
.cp-home-button--ghost{color:#f6f4ff!important;background:rgba(255,255,255,.035)}
.cp-home-button--ghost:hover{border-color:rgba(168,99,255,.5);background:rgba(139,77,255,.09)}

.cp-home-hero{
    position:relative;
    min-height:510px;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
    overflow:hidden;
    border:1px solid var(--cp-home-line);
    border-radius:28px;
    background:
        radial-gradient(circle at 13% 15%,rgba(135,73,255,.22),transparent 32%),
        linear-gradient(135deg,#0d0f1c 0%,#0a0b14 54%,#151027 100%);
    box-shadow:0 32px 80px rgba(0,0,0,.28);
}
.cp-home-hero:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:linear-gradient(135deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:28px 28px;
    mask-image:linear-gradient(90deg,#000,transparent 70%);
}
.cp-home-hero__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:68px 30px 68px 66px}
.cp-home-hero h1{max-width:650px;margin-bottom:22px;font-size:clamp(42px,4.4vw,70px);line-height:.98;font-weight:900}
.cp-home-hero h1 span{display:block;color:#a65cff}
.cp-home-hero__copy>p{max-width:650px;margin-bottom:28px;color:#aeb5cd;font-size:16px;line-height:1.7}
.cp-home-hero__actions{display:flex;flex-wrap:wrap;gap:10px}
.cp-home-hero__trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:29px;color:#c1c6d8;font-size:12px;font-weight:800}
.cp-home-hero__trust span{display:inline-flex;align-items:center;gap:7px}
.cp-home-hero__trust i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;font-style:normal;color:#c4a4ff;background:rgba(139,77,255,.13);border:1px solid rgba(172,117,255,.2)}
.cp-home-hero__visual{position:relative;min-height:100%;display:flex;align-items:flex-end;justify-content:center;isolation:isolate}
.cp-home-hero__visual:before{content:"";position:absolute;inset:8% 4% 0 0;border-radius:50% 0 0 0;background:radial-gradient(circle at 54% 45%,rgba(171,90,255,.31),transparent 54%);filter:blur(4px)}
.cp-home-hero__visual img{position:relative;z-index:2;width:100%;height:500px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 32px rgba(0,0,0,.5));transform:scale(1.06);transform-origin:center bottom}
.cp-home-hero__visual--empty:after{content:"CP";position:absolute;inset:0;display:grid;place-items:center;font-size:180px;font-weight:1000;color:rgba(255,255,255,.03)}
.cp-home-hero__orb{position:absolute;border-radius:50%;filter:blur(15px);opacity:.7}
.cp-home-hero__orb--one{width:270px;height:270px;right:8%;top:8%;background:rgba(157,58,255,.25)}
.cp-home-hero__orb--two{width:210px;height:210px;left:8%;bottom:4%;background:rgba(58,91,255,.18)}
.cp-home-hero__visual-label{position:absolute;z-index:3;right:24px;bottom:20px;padding:8px 11px;border-radius:9px;color:#d6caec;background:rgba(6,7,13,.72);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(8px);font-size:9px;font-weight:900;letter-spacing:.12em}

.cp-home-gift-alert{
    min-height:62px;
    margin:12px 0 46px;
    padding:12px 18px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:14px;
    border:1px solid rgba(146,88,255,.22);
    border-radius:15px;
    color:#c4c9d9!important;
    background:linear-gradient(90deg,rgba(123,72,255,.07),rgba(78,47,136,.055));
    transition:border-color .2s ease,background .2s ease;
}
.cp-home-gift-alert:hover{border-color:rgba(166,92,255,.42);background:linear-gradient(90deg,rgba(123,72,255,.12),rgba(78,47,136,.08))}
.cp-home-gift-alert__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(139,77,255,.12);font-size:16px}
.cp-home-gift-alert__copy{font-size:12.5px;line-height:1.55}
.cp-home-gift-alert__copy strong,.cp-home-gift-alert__copy b{color:#f7f4ff}
.cp-home-gift-alert__link{color:#bb8cff;font-size:12px;font-weight:900;white-space:nowrap}

.cp-home-section{margin:0 0 54px}
.cp-home-section__header{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.cp-home-section__header>div{max-width:780px}
.cp-home-section__header h2{margin-bottom:0;font-size:clamp(29px,3vw,46px);line-height:1.05;font-weight:900}
.cp-home-section__header p{max-width:520px;margin-bottom:2px;color:var(--cp-home-muted);font-size:13px;line-height:1.65}
.cp-home-section__header>div>p{max-width:680px;margin:10px 0 0}
.cp-home-section__header--action{align-items:flex-end}
.cp-home-text-link{display:inline-flex;align-items:center;gap:12px;padding:12px 14px;border-radius:11px;color:#e9e6f4!important;border:1px solid var(--cp-home-line);background:rgba(255,255,255,.025);font-size:12px;font-weight:900;white-space:nowrap}
.cp-home-text-link:hover{border-color:rgba(164,97,255,.42);background:rgba(139,77,255,.07)}

.cp-home-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cp-home-service{min-height:220px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--cp-home-line);border-radius:18px;color:inherit!important;background:linear-gradient(155deg,#0d0f18,#0a0b12);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.cp-home-service:hover{transform:translateY(-4px);border-color:rgba(162,96,255,.35);background:linear-gradient(155deg,#111321,#0b0c14)}
.cp-home-service__icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:30px;border:1px solid rgba(255,255,255,.09);border-radius:12px;color:#bd91ff;background:rgba(139,77,255,.09);font-size:13px;font-weight:1000;letter-spacing:-.04em}
.cp-home-service__icon--image{overflow:hidden;padding:0}
.cp-home-service__icon--image img{display:block;width:22px;height:22px;object-fit:contain}
.cp-home-service__icon--image.is-brand{border-color:transparent;background:transparent}
.cp-home-service__icon--image.is-brand img{width:100%;height:100%;border-radius:12px}
.cp-home-service>strong{font-size:19px;font-weight:900;letter-spacing:-.025em}
.cp-home-service p{min-height:44px;margin:8px 0 22px;color:#969eb7;font-size:12.5px;line-height:1.55}
.cp-home-service__action{margin-top:auto;color:#d8c7ff;font-size:12px;font-weight:900}

.cp-home-gift-flow{
    margin:0 0 58px;
    padding:30px;
    display:grid;
    grid-template-columns:minmax(240px,.86fr) minmax(0,1.9fr) auto;
    align-items:center;
    gap:28px;
    border:1px solid var(--cp-home-line);
    border-radius:22px;
    background:radial-gradient(circle at 86% 20%,rgba(119,67,255,.13),transparent 35%),linear-gradient(135deg,#10121e,#0b0c14);
}
.cp-home-gift-flow__intro h2{margin:0 0 10px;font-size:27px;line-height:1.05;font-weight:900}
.cp-home-gift-flow__intro p{margin:0;color:#929bb5;font-size:12.5px;line-height:1.6}
.cp-home-gift-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.cp-home-gift-step{min-height:112px;padding:15px;display:flex;gap:12px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06)}
.cp-home-gift-step>span{flex:0 0 34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#c8a8ff;background:rgba(139,77,255,.1);border:1px solid rgba(162,99,255,.18);font-size:11px;font-weight:900}
.cp-home-gift-step strong{display:block;margin:2px 0 5px;font-size:12px}
.cp-home-gift-step p{margin:0;color:#8e96ae;font-size:11px;line-height:1.5}
.cp-home-gift-flow__button{white-space:nowrap}

.cp-home-products{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}
.cp-home-product{grid-column:span 3;overflow:hidden;border:1px solid var(--cp-home-line);border-radius:18px;background:#0d0f19;box-shadow:0 15px 30px rgba(0,0,0,.13);transition:transform .22s ease,border-color .22s ease}
.cp-home-product:hover{transform:translateY(-4px);border-color:rgba(155,95,255,.38)}
.cp-home-product--large{grid-column:span 6}
.cp-home-product__media{position:relative;height:235px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 30%,color-mix(in srgb,var(--cp-home-card-a) 76%,white 8%),transparent 58%),linear-gradient(135deg,var(--cp-home-card-a),var(--cp-home-card-b));}
.cp-home-product--large .cp-home-product__media{height:330px}
.cp-home-product__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(7,8,14,.14))}
.cp-home-product__media img{position:relative;z-index:1;width:94%;height:94%;object-fit:contain;object-position:center bottom;transition:transform .28s ease;filter:drop-shadow(0 18px 24px rgba(0,0,0,.25))}
.cp-home-product:hover .cp-home-product__media img{transform:scale(1.035)}
.cp-home-product__badge{position:absolute;z-index:3;left:14px;top:14px;padding:7px 10px;border-radius:99px;color:#fff;background:linear-gradient(135deg,#7444e9,#9c51ff);font-size:9px;font-weight:1000;letter-spacing:.05em;max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cp-home-product__body{padding:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.cp-home-product__meta{min-width:0}
.cp-home-product h3{margin:0 0 10px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;line-height:1.1;font-weight:900}
.cp-home-product--large h3{font-size:20px}
.cp-home-product__price{display:block;margin-bottom:4px;color:#fff;font-size:13px;font-weight:900}
.cp-home-product__price .amount{color:inherit!important}
.cp-home-product__vbucks{display:block;color:var(--cp-home-yellow);font-size:10.5px;font-weight:900}
.cp-home-product__button{flex:0 0 auto;min-height:39px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;border-radius:10px;color:#fff!important;background:linear-gradient(135deg,#7546ff,#a853ff);font-size:10.5px;font-weight:900}

.cp-home-club{
    position:relative;
    min-height:390px;
    margin:0 0 58px;
    padding:46px 40% 46px 42px;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr);
    align-items:center;
    gap:28px;
    border:1px solid rgba(170,104,255,.19);
    border-radius:26px;
    background:radial-gradient(circle at 60% 30%,rgba(135,75,255,.24),transparent 37%),linear-gradient(135deg,#17102e,#271249 55%,#170c2e);
}
.cp-home-club:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,17,.15),transparent 50%,rgba(14,7,28,.03));pointer-events:none;z-index:1}
.cp-home-club__content,.cp-home-club__plans{position:relative;z-index:3}
.cp-home-club__content h2{margin:0 0 12px;font-size:clamp(34px,4vw,54px);line-height:1;font-weight:900}
.cp-home-club__content>p{max-width:620px;margin-bottom:20px;color:#c1b6da;font-size:13px;line-height:1.65}
.cp-home-club__benefits{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:24px;color:#d8d0e8;font-size:11px;font-weight:800}
.cp-home-club__benefits span{padding:7px 10px;border-radius:99px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07)}
.cp-home-club__plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.cp-home-club-plan{position:relative;min-height:122px;padding:18px 13px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:14px;color:#fff!important;background:rgba(9,8,17,.34);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(7px)}
.cp-home-club-plan:hover{border-color:rgba(220,184,255,.35);background:rgba(9,8,17,.48)}
.cp-home-club-plan--featured{border-color:rgba(187,129,255,.36);background:rgba(129,66,225,.16)}
.cp-home-club-plan small{position:absolute;top:11px;left:11px;color:#d5b5ff;font-size:7px;font-weight:1000;letter-spacing:.08em}
.cp-home-club-plan>span{margin-bottom:5px;color:#e6def2;font-size:11px;font-weight:800}
.cp-home-club-plan>strong{font-size:16px;font-weight:900}
.cp-home-club-plan .amount{color:inherit!important}
.cp-home-club__art{position:absolute;z-index:2;right:0;top:0;width:39%;height:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 22%,#000 100%)}
.cp-home-club__art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(37,17,70,.82),transparent 35%)}
.cp-home-club__art img{width:100%;height:100%;object-fit:cover;object-position:76% center;transform:scale(1.08)}

.cp-home-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cp-home-benefit{min-height:154px;padding:22px;display:flex;align-items:flex-start;gap:14px;border:1px solid var(--cp-home-line);border-radius:17px;background:linear-gradient(155deg,#0d0f18,#0a0b12)}
.cp-home-benefit__icon{flex:0 0 39px;height:39px;display:grid;place-items:center;border-radius:11px;color:#c09aff;background:rgba(139,77,255,.09);border:1px solid rgba(162,99,255,.17);font-size:15px;font-weight:900}
.cp-home-benefit strong{display:block;margin:2px 0 8px;font-size:14px}
.cp-home-benefit p{margin:0;color:#929ab2;font-size:11.5px;line-height:1.55}

.cp-home-final-cta{min-height:175px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:34px;border:1px solid rgba(154,91,255,.22);border-radius:22px;background:radial-gradient(circle at 78% 20%,rgba(158,79,255,.22),transparent 34%),linear-gradient(135deg,#10111b,#151027)}
.cp-home-final-cta h2{margin:0 0 8px;font-size:30px;line-height:1.05;font-weight:900}
.cp-home-final-cta p{max-width:780px;margin:0;color:#a5acc1;font-size:12.5px;line-height:1.6}
.cp-home-final-cta .cp-home-button{white-space:nowrap}
.cp-home-empty{padding:30px;border:1px dashed rgba(255,255,255,.12);border-radius:16px;color:#9ba3bb;text-align:center;background:rgba(255,255,255,.02)}

@media (max-width:1180px){
    .cp-home-hero{grid-template-columns:1fr .85fr;min-height:470px}
    .cp-home-hero__copy{padding-left:44px}
    .cp-home-hero__visual img{height:450px}
    .cp-home-gift-flow{grid-template-columns:1fr}
    .cp-home-gift-flow__button{justify-self:start}
    .cp-home-club{padding-right:34%;grid-template-columns:1fr}
    .cp-home-club__plans{max-width:600px}
    .cp-home-club__art{width:34%}
}
@media (max-width:960px){
    .cp-home{width:min(100% - 24px,1420px);margin-top:12px}
    .cp-home-hero{grid-template-columns:1fr;min-height:auto}
    .cp-home-hero__copy{padding:50px 34px 24px}
    .cp-home-hero h1{max-width:760px}
    .cp-home-hero__visual{min-height:350px}
    .cp-home-hero__visual img{height:360px;max-width:680px}
    .cp-home-services{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cp-home-products{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cp-home-product,.cp-home-product--large{grid-column:auto}
    .cp-home-product__media,.cp-home-product--large .cp-home-product__media{height:290px}
    .cp-home-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cp-home-club{padding:38px 32px;min-height:500px;grid-template-columns:1fr;align-items:start}
    .cp-home-club__content,.cp-home-club__plans{max-width:68%}
    .cp-home-club__art{width:44%;mask-image:linear-gradient(90deg,transparent,#000 28%)}
    .cp-home-section__header{align-items:flex-start;flex-direction:column;gap:8px}
}
@media (max-width:680px){
    .cp-home{width:calc(100vw - 18px);margin-bottom:40px}
    .cp-home-hero{border-radius:20px}
    .cp-home-hero__copy{padding:38px 22px 18px}
    .cp-home-hero h1{font-size:39px;line-height:1.01}
    .cp-home-hero__copy>p{font-size:14px;line-height:1.6}
    .cp-home-hero__actions{display:grid;grid-template-columns:1fr 1fr}
    .cp-home-button{padding:0 12px;font-size:11px}
    .cp-home-hero__trust{gap:9px 14px;margin-top:22px}
    .cp-home-hero__visual{min-height:265px}
    .cp-home-hero__visual img{height:280px;transform:scale(1.02)}
    .cp-home-hero__visual-label{right:12px;bottom:12px;font-size:7px}
    .cp-home-gift-alert{grid-template-columns:auto 1fr;margin-bottom:36px;padding:12px}
    .cp-home-gift-alert__copy{font-size:11px}
    .cp-home-gift-alert__link{grid-column:2;font-size:10px}
    .cp-home-section{margin-bottom:40px}
    .cp-home-section__header h2{font-size:32px}
    .cp-home-section__header p{font-size:12px}
    .cp-home-services{grid-template-columns:1fr 1fr;gap:8px}
    .cp-home-service{min-height:190px;padding:17px}
    .cp-home-service__icon{margin-bottom:22px}
    .cp-home-service>strong{font-size:16px}
    .cp-home-service p{font-size:10.5px}
    .cp-home-gift-flow{padding:21px 17px;border-radius:18px}
    .cp-home-gift-flow__intro h2{font-size:24px}
    .cp-home-gift-steps{grid-template-columns:1fr}
    .cp-home-gift-step{min-height:auto}
    .cp-home-products{grid-template-columns:1fr 1fr;gap:8px}
    .cp-home-product__media,.cp-home-product--large .cp-home-product__media{height:200px}
    .cp-home-product__body{padding:12px;display:block}
    .cp-home-product h3,.cp-home-product--large h3{font-size:13px}
    .cp-home-product__price{font-size:11px}
    .cp-home-product__vbucks{font-size:9px}
    .cp-home-product__button{width:100%;margin-top:11px;justify-content:center}
    .cp-home-product__badge{left:9px;top:9px;font-size:7px;padding:6px 8px}
    .cp-home-club{min-height:610px;padding:27px 20px 240px;border-radius:20px}
    .cp-home-club__content,.cp-home-club__plans{max-width:none}
    .cp-home-club__content h2{font-size:38px}
    .cp-home-club__plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
    .cp-home-club-plan{min-height:105px;padding:14px 8px}
    .cp-home-club-plan>strong{font-size:13px}
    .cp-home-club-plan small{font-size:6px}
    .cp-home-club__art{top:auto;bottom:0;width:100%;height:245px;mask-image:linear-gradient(180deg,transparent 0,#000 30%,#000 100%)}
    .cp-home-club__art:after{background:linear-gradient(180deg,#1a0d31,transparent 43%)}
    .cp-home-club__art img{object-position:70% 45%}
    .cp-home-benefit-grid{grid-template-columns:1fr}
    .cp-home-benefit{min-height:auto}
    .cp-home-final-cta{padding:27px 21px;align-items:flex-start;flex-direction:column}
    .cp-home-final-cta h2{font-size:27px}
    .cp-home-final-cta .cp-home-button{width:100%}
}
@media (max-width:420px){
    .cp-home-hero__actions{grid-template-columns:1fr}
    .cp-home-services{grid-template-columns:1fr}
    .cp-home-service{min-height:165px}
    .cp-home-service__icon{margin-bottom:18px}
    .cp-home-products{grid-template-columns:1fr}
    .cp-home-product__media,.cp-home-product--large .cp-home-product__media{height:275px}
}

/* =========================================================
   Home modular v1.0.49
   ========================================================= */
.cp-home.cp-home-module{
    width:min(1280px,calc(100vw - 32px));
    margin:0 auto 30px;
}
.cp-home-module .cp-home-section{margin-bottom:0}
.cp-home-module--services{margin-top:34px!important}
.cp-home-module--gift{margin-bottom:36px!important}
.cp-home-module--showcase{margin-bottom:48px!important}
.cp-home-module--club{margin-bottom:42px!important}
.cp-home-module--benefits{margin-bottom:42px!important}
.cp-home-module--cta{margin-bottom:58px!important}

.cp-home-module .cp-home-section__header{margin-bottom:20px}
.cp-home-module .cp-home-section__header h2{font-size:clamp(30px,2.8vw,44px)}
.cp-home-module .cp-home-section__header p{max-width:470px}

/* Accesos rápidos: deliberadamente simples y sin imágenes. */
.cp-home-module .cp-home-services{gap:10px}
.cp-home-module .cp-home-service{
    min-height:176px;
    padding:20px;
    border-radius:16px;
    background:linear-gradient(155deg,#0d0f18,#090a10);
}
.cp-home-module .cp-home-service__icon{
    width:38px;
    height:38px;
    margin-bottom:18px;
    border-radius:10px;
    font-size:11px;
}
.cp-home-module .cp-home-service__icon--image img{width:18px;height:18px}
.cp-home-module .cp-home-service__icon--image.is-brand img{width:100%;height:100%;border-radius:10px}
.cp-home-module .cp-home-service>strong{font-size:17px}
.cp-home-module .cp-home-service p{
    min-height:38px;
    margin:7px 0 14px;
    font-size:11.5px;
}
.cp-home-module .cp-home-service__action{font-size:11px}

/* Aviso + proceso de regalos. */
.cp-home-module .cp-home-gift-alert{
    min-height:58px;
    margin:0 0 10px;
    border-radius:14px;
}
.cp-home-module .cp-home-gift-flow{
    margin:0;
    padding:25px;
    border-radius:19px;
    grid-template-columns:minmax(220px,.8fr) minmax(0,1.9fr) auto;
    gap:22px;
}
.cp-home-module .cp-home-gift-flow__intro h2{font-size:25px}
.cp-home-module .cp-home-gift-step{min-height:100px;padding:13px}

/* Showcase: 2 lotes grandes + 4 tarjetas compactas con limit=6. */
.cp-home-module .cp-home-products{gap:10px}
.cp-home-module .cp-home-product{border-radius:16px}
.cp-home-module .cp-home-product__media{height:220px}
.cp-home-module .cp-home-product--large .cp-home-product__media{height:305px}
.cp-home-module .cp-home-product__body{padding:14px}
.cp-home-module .cp-home-product h3{font-size:15px}
.cp-home-module .cp-home-product--large h3{font-size:19px}
.cp-home-showcase__footer{display:none;margin-top:14px;justify-content:flex-end}

/* Club compacto: una sola imagen, precio inicial y CTA. */
.cp-home-module .cp-home-club--compact{
    min-height:300px;
    margin:0;
    padding:36px 37% 36px 38px;
    grid-template-columns:minmax(0,1fr) 185px;
    gap:24px;
    border-radius:22px;
}
.cp-home-module .cp-home-club--compact .cp-home-club__content h2{
    font-size:clamp(34px,3.6vw,49px);
}
.cp-home-module .cp-home-club--compact .cp-home-club__content>p{
    max-width:650px;
    margin-bottom:17px;
}
.cp-home-module .cp-home-club--compact .cp-home-club__benefits{margin-bottom:0}
.cp-home-club__pricebox{
    position:relative;
    z-index:3;
    min-height:170px;
    padding:18px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    background:rgba(7,7,15,.34);
    backdrop-filter:blur(8px);
}
.cp-home-club__pricebox>span{
    color:#bda8da;
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.cp-home-club__pricebox>strong{
    margin:3px 0 0;
    color:#fff;
    font-size:24px;
    line-height:1;
    font-weight:950;
}
.cp-home-club__pricebox>strong .amount{color:inherit!important}
.cp-home-club__pricebox>small{margin:5px 0 15px;color:#a89eb9;font-size:10px;font-weight:700}
.cp-home-club__pricebox .cp-home-button{width:100%;min-height:42px;padding:0 12px;font-size:11px}
.cp-home-module .cp-home-club--compact .cp-home-club__art{width:36%}

/* Beneficios más compactos. */
.cp-home-module .cp-home-benefit-grid{gap:10px}
.cp-home-module .cp-home-benefit{min-height:132px;padding:18px}
.cp-home-module .cp-home-benefit strong{font-size:13px}
.cp-home-module .cp-home-benefit p{font-size:11px}

.cp-home-module .cp-home-final-cta{
    min-height:160px;
    padding:30px 34px;
    border-radius:20px;
}
.cp-home-module .cp-home-final-cta p strong{color:#f4efff}

@media (max-width:1180px){
    .cp-home-module .cp-home-gift-flow{grid-template-columns:1fr}
    .cp-home-module .cp-home-gift-flow__button{justify-self:start}
    .cp-home-module .cp-home-club--compact{
        padding-right:31%;
        grid-template-columns:1fr 175px;
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__art{width:30%}
}
@media (max-width:960px){
    .cp-home.cp-home-module{width:min(100% - 24px,1280px)}
    .cp-home-module .cp-home-club--compact{
        min-height:360px;
        padding:32px 32px;
        grid-template-columns:minmax(0,1fr) 175px;
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__content{max-width:64%}
    .cp-home-module .cp-home-club--compact .cp-home-club__art{width:36%}
}
@media (max-width:680px){
    .cp-home.cp-home-module{width:calc(100vw - 18px);margin-bottom:24px!important}
    .cp-home-module--services{margin-top:22px!important}
    .cp-home-module .cp-home-section__header h2{font-size:30px}
    .cp-home-module .cp-home-services{grid-template-columns:1fr 1fr}
    .cp-home-module .cp-home-service{min-height:168px;padding:16px}
    .cp-home-module .cp-home-service__icon{margin-bottom:14px}
    .cp-home-module .cp-home-service>strong{font-size:15px}
    .cp-home-module .cp-home-service p{font-size:10.5px}
    .cp-home-module .cp-home-gift-alert{grid-template-columns:auto 1fr;padding:11px}
    .cp-home-module .cp-home-gift-alert__link{grid-column:2}
    .cp-home-module .cp-home-gift-flow{padding:19px 16px}
    .cp-home-module .cp-home-products{grid-template-columns:1fr 1fr;gap:8px}
    .cp-home-module .cp-home-product,.cp-home-module .cp-home-product--large{grid-column:auto}
    .cp-home-module .cp-home-product__media,.cp-home-module .cp-home-product--large .cp-home-product__media{height:195px}
    .cp-home-module .cp-home-product__body{padding:11px;display:block}
    .cp-home-module .cp-home-product__button{width:100%;margin-top:10px;justify-content:center}
    .cp-home-module .cp-home-section__header--action .cp-home-text-link{display:none}
    .cp-home-showcase__footer{display:flex}
    .cp-home-module .cp-home-club--compact{
        min-height:540px;
        padding:25px 19px 225px;
        display:block;
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__content{max-width:none}
    .cp-home-club__pricebox{width:170px;min-height:145px;margin-top:18px;padding:14px}
    .cp-home-club__pricebox>strong{font-size:21px}
    .cp-home-module .cp-home-club--compact .cp-home-club__art{
        top:auto;
        bottom:0;
        width:100%;
        height:215px;
        mask-image:linear-gradient(180deg,transparent 0,#000 28%,#000 100%);
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__art:after{background:linear-gradient(180deg,#1a0d31,transparent 44%)}
    .cp-home-module .cp-home-benefit-grid{grid-template-columns:1fr}
    .cp-home-module .cp-home-final-cta{padding:25px 20px}
}
@media (max-width:420px){
    .cp-home-module .cp-home-services{grid-template-columns:1fr}
    .cp-home-module .cp-home-service{min-height:145px}
    .cp-home-module .cp-home-products{grid-template-columns:1fr}
    .cp-home-module .cp-home-product__media,.cp-home-module .cp-home-product--large .cp-home-product__media{height:265px}
}

/* ==== Home v1.0.50 refinements ==== */
.cp-home-module--hero{margin-top:26px!important}
.cp-home-hero{
    position:relative;
    overflow:hidden;
    min-height:440px;
    padding:42px;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
    gap:24px;
    border:1px solid rgba(179,133,255,.14);
    border-radius:28px;
    background:
        radial-gradient(circle at 10% 90%, rgba(180,84,255,.18), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(150,79,255,.16), transparent 32%),
        linear-gradient(135deg,#161230 0%,#0a0e24 48%,#171434 100%);
    box-shadow:0 22px 60px rgba(0,0,0,.30);
}
.cp-home-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,.045) 0,rgba(255,255,255,0) 30%,rgba(255,255,255,.03) 65%,rgba(255,255,255,0) 100%);
    pointer-events:none;
}
.cp-home-hero__content,.cp-home-hero__visual{position:relative;z-index:2}
.cp-home-hero__content{display:flex;flex-direction:column;justify-content:center}
.cp-home-hero__content h1{margin:0 0 14px;font-size:clamp(40px,4.9vw,68px);line-height:.96;font-weight:950;letter-spacing:-.03em}
.cp-home-hero__content p{max-width:640px;margin:0 0 20px;color:#c5bddb;font-size:15px;line-height:1.7}
.cp-home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}
.cp-home-hero__actions .cp-home-button{min-height:50px;padding:0 20px;font-size:12px}
.cp-home-hero__chips,.cp-home-hero__trust{display:flex;flex-wrap:wrap;gap:10px}
.cp-home-hero__chips{margin-bottom:16px}
.cp-home-hero__chips span,
.cp-home-hero__trust li{
    list-style:none;
    padding:9px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.05);
    color:#efe7ff;
    font-size:11px;
    font-weight:800;
}
.cp-home-hero__trust{padding:0;margin:0}
.cp-home-hero__visual{display:flex;flex-direction:column;justify-content:center;gap:12px}
.cp-home-hero-card{
    position:relative;
    display:block;
    overflow:hidden;
    padding:16px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    backdrop-filter:blur(10px);
    color:#fff!important;
    box-shadow:0 18px 42px rgba(0,0,0,.25);
}
.cp-home-hero-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.cp-home-hero-card__eyebrow{color:#d7b7ff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.cp-home-hero-card__price{color:#fff;font-size:11px;font-weight:900}
.cp-home-hero-card__media{
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:18px;
    background:radial-gradient(circle at 50% 28%,rgba(185,131,255,.28),transparent 58%),linear-gradient(145deg,rgba(67,74,120,.8),rgba(18,20,34,.85));
}
.cp-home-hero-card__media img{display:block;width:100%;height:100%;padding:18px;object-fit:contain;object-position:center center;filter:drop-shadow(0 18px 26px rgba(0,0,0,.25))}
.cp-home-hero-card__body{padding:14px 2px 4px}
.cp-home-hero-card__body strong{display:block;margin-bottom:6px;font-size:24px;line-height:1.05}
.cp-home-hero-card__body p{margin:0 0 10px;color:#c9c3de;font-size:13px;line-height:1.6}
.cp-home-hero-card__meta{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#f5ecff;font-size:10px;font-weight:900}
.cp-home-hero-note{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(9,10,18,.46);backdrop-filter:blur(8px)}
.cp-home-hero-note__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgba(154,95,255,.16);font-size:18px}
.cp-home-hero-note strong{display:block;margin-bottom:4px;font-size:14px}
.cp-home-hero-note p{margin:0;color:#b8b1cb;font-size:12px;line-height:1.6}
.cp-home-hero-note p b{color:#fff}

/* Showcase fixes: force image containment and cleaner spacing. */
.cp-home-module .cp-home-product{overflow:hidden;background:linear-gradient(180deg,rgba(11,13,22,.98),rgba(8,10,16,.98))}
.cp-home-module .cp-home-product__media{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
.cp-home-module .cp-home-product__media:after{background:linear-gradient(180deg,transparent 58%,rgba(7,8,14,.18))}
.cp-home-module .cp-home-product__media img{display:block!important;width:100%!important;height:100%!important;padding:18px 20px 12px!important;object-fit:contain!important;object-position:center center!important;transform:none!important}
.cp-home-module .cp-home-product--large .cp-home-product__media img{padding:22px 28px 16px!important}
.cp-home-module .cp-home-product__body{gap:12px;border-top:1px solid rgba(255,255,255,.05)}
.cp-home-module .cp-home-product__meta{min-width:0}
.cp-home-module .cp-home-product__meta h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cp-home-module .cp-home-product__button{min-width:132px;justify-content:center}

/* Club: move price box below the image on the right side. */
.cp-home-module .cp-home-club--compact{
    min-height:0;
    padding:34px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,320px);
    gap:26px;
    align-items:center;
}
.cp-home-module .cp-home-club--compact .cp-home-club__content{max-width:none}
.cp-home-club__aside{position:relative;z-index:3;display:flex;flex-direction:column;gap:14px}
.cp-home-module .cp-home-club--compact .cp-home-club__art{
    position:relative;
    top:auto;
    right:auto;
    width:100%!important;
    height:188px;
    overflow:hidden;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.09);
    background:linear-gradient(135deg,rgba(130,67,225,.14),rgba(255,255,255,.03));
    mask-image:none;
}
.cp-home-module .cp-home-club--compact .cp-home-club__art:after{background:linear-gradient(180deg,rgba(25,13,49,.06),rgba(25,13,49,.24))}
.cp-home-module .cp-home-club--compact .cp-home-club__art img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:none}
.cp-home-club__pricebox{width:100%;min-height:0;padding:17px 18px}
.cp-home-club__pricebox .cp-home-button{margin-top:4px}

@media (max-width:1180px){
    .cp-home-hero{grid-template-columns:1fr;min-height:0;padding:34px}
    .cp-home-hero__visual{max-width:720px}
    .cp-home-module .cp-home-club--compact{grid-template-columns:minmax(0,1fr) 280px}
}
@media (max-width:960px){
    .cp-home-hero{padding:30px 26px}
    .cp-home-hero__content h1{font-size:48px}
    .cp-home-module .cp-home-club--compact{grid-template-columns:1fr}
    .cp-home-club__aside{max-width:360px}
}
@media (max-width:680px){
    .cp-home-module--hero{margin-top:20px!important}
    .cp-home-hero{padding:24px 18px;border-radius:22px}
    .cp-home-hero__content h1{font-size:38px}
    .cp-home-hero__content p{font-size:13px}
    .cp-home-hero__chips span,.cp-home-hero__trust li{font-size:10px}
    .cp-home-hero-card__media{height:210px}
    .cp-home-module .cp-home-product__media,.cp-home-module .cp-home-product--large .cp-home-product__media{height:215px}
    .cp-home-module .cp-home-product__media img,.cp-home-module .cp-home-product--large .cp-home-product__media img{padding:14px!important}
    .cp-home-module .cp-home-club--compact{padding:26px 18px}
    .cp-home-club__aside{max-width:none}
    .cp-home-module .cp-home-club--compact .cp-home-club__art{height:170px}
}

/* ==== Home v1.0.51: menos ruido visual + Club integrado ==== */
.cp-home-module--hero{margin-top:22px!important}
.cp-home-hero{
    min-height:385px;
    padding:38px 42px;
    grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);
    gap:34px;
}
.cp-home-hero__content h1{
    max-width:720px;
    margin-bottom:16px;
    font-size:clamp(42px,4.2vw,62px);
    line-height:.98;
}
.cp-home-hero__content>p{
    max-width:590px;
    margin-bottom:24px;
    font-size:14px;
}
.cp-home-hero__actions{margin-bottom:0}
.cp-home-hero__visual{gap:0}
.cp-home-hero-card{padding:14px;border-radius:22px}
.cp-home-hero-card__top{margin-bottom:10px}
.cp-home-hero-card__media{height:235px;border-radius:16px}
.cp-home-hero-card__media img{padding:14px 18px 10px;object-fit:contain!important;object-position:center center!important}
.cp-home-hero-card__body{padding:12px 2px 2px}
.cp-home-hero-card__body strong{margin:0;font-size:21px}
.cp-home-hero-card__details{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;color:#bfb7d2;font-size:10.5px;font-weight:800}
.cp-home-hero-card__details span:last-child{color:#d8b9ff}

/* Las imágenes de destacados deben verse completas, no recortadas por el card. */
.cp-home-module .cp-home-product__media{
    background:radial-gradient(circle at 50% 38%,color-mix(in srgb,var(--cp-home-card-a) 65%,white 9%),transparent 60%),linear-gradient(135deg,var(--cp-home-card-a),var(--cp-home-card-b));
}
.cp-home-module .cp-home-product__media img,
.cp-home-module .cp-home-product--large .cp-home-product__media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    padding:10px 16px!important;
    max-width:100%!important;
    max-height:100%!important;
}
.cp-home-module .cp-home-product--large .cp-home-product__media img{padding:12px 20px!important}

/* Club: conserva el look anterior. Imagen integrada a la derecha y precio justo debajo. */
.cp-home-module .cp-home-club--compact{
    min-height:300px;
    padding:34px 34px 34px 38px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,36%);
    gap:26px;
    align-items:stretch;
}
.cp-home-module .cp-home-club--compact .cp-home-club__content{
    max-width:none;
    align-self:center;
}
.cp-home-club__aside{
    position:relative;
    z-index:3;
    min-width:0;
    display:grid;
    grid-template-rows:1fr auto;
    gap:12px;
    align-self:stretch;
}
.cp-home-module .cp-home-club--compact .cp-home-club__art{
    position:relative;
    top:auto;
    right:auto;
    width:calc(100% + 34px)!important;
    height:auto;
    min-height:170px;
    margin:-34px -34px 0 0;
    overflow:hidden;
    border:0;
    border-radius:0 22px 0 18px;
    background:transparent;
    mask-image:linear-gradient(90deg,transparent 0,#000 22%,#000 100%);
}
.cp-home-module .cp-home-club--compact .cp-home-club__art:after{
    background:linear-gradient(90deg,rgba(38,17,72,.72),transparent 34%);
}
.cp-home-module .cp-home-club--compact .cp-home-club__art img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:72% center;
    transform:scale(1.03);
}
.cp-home-club__pricebox{
    justify-self:end;
    width:min(100%,220px);
    min-height:0;
    padding:14px 15px;
    border-radius:14px;
    background:rgba(16,8,34,.9);
    border:1px solid rgba(255,255,255,.09);
    backdrop-filter:blur(10px);
}
.cp-home-club__pricebox>strong{font-size:22px}
.cp-home-club__pricebox>small{margin-bottom:11px}
.cp-home-club__pricebox .cp-home-button{min-height:39px}

@media (max-width:1180px){
    .cp-home-hero{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);padding:34px}
    .cp-home-module .cp-home-club--compact{grid-template-columns:minmax(0,1fr) 34%}
}
@media (max-width:960px){
    .cp-home-hero{grid-template-columns:1fr;min-height:0}
    .cp-home-hero__visual{max-width:680px}
    .cp-home-module .cp-home-club--compact{grid-template-columns:1fr}
    .cp-home-club__aside{max-width:430px;margin-left:auto;width:100%}
    .cp-home-module .cp-home-club--compact .cp-home-club__art{width:100%!important;margin:0;border-radius:18px;mask-image:none}
}
@media (max-width:680px){
    .cp-home-hero{padding:25px 19px}
    .cp-home-hero__content h1{font-size:39px}
    .cp-home-hero__content>p{font-size:13px}
    .cp-home-hero-card__media{height:210px}
    .cp-home-module .cp-home-club--compact{padding:25px 19px}
    .cp-home-club__aside{max-width:none;margin:0}
    .cp-home-module .cp-home-club--compact .cp-home-club__art{min-height:175px}
    .cp-home-club__pricebox{width:100%}
}

/* ==== v1.0.52: Club CTA clean, sin tarjeta flotante ==== */
.cp-home-module .cp-home-club--compact .cp-home-club__aside{
    gap:8px;
}
.cp-home-module .cp-home-club--compact .cp-home-club__pricebox{
    width:100%;
    min-height:0;
    padding:8px 2px 0;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
        "label button"
        "price button"
        "term button";
    column-gap:18px;
    row-gap:0;
    align-items:center;
    justify-self:stretch;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    backdrop-filter:none;
}
.cp-home-module .cp-home-club--compact .cp-home-club__pricebox>span{
    grid-area:label;
    margin:0 0 2px;
    color:#a99abb;
    font-size:9px;
    line-height:1.1;
    letter-spacing:.10em;
}
.cp-home-module .cp-home-club--compact .cp-home-club__pricebox>strong{
    grid-area:price;
    margin:0;
    font-size:25px;
    line-height:1;
}
.cp-home-module .cp-home-club--compact .cp-home-club__pricebox>small{
    grid-area:term;
    margin:5px 0 0;
    color:#9b92aa;
    font-size:9px;
}
.cp-home-module .cp-home-club--compact .cp-home-club__pricebox .cp-home-button{
    grid-area:button;
    width:auto;
    min-width:138px;
    min-height:42px;
    margin:0;
    padding:0 18px;
    border-radius:12px;
    justify-content:center;
    box-shadow:0 8px 24px rgba(117,70,255,.16);
}
@media (max-width:680px){
    .cp-home-module .cp-home-club--compact .cp-home-club__pricebox{
        grid-template-columns:1fr auto;
        padding-top:10px;
        column-gap:12px;
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__pricebox .cp-home-button{
        min-width:125px;
        padding:0 14px;
    }
}
@media (max-width:420px){
    .cp-home-module .cp-home-club--compact .cp-home-club__pricebox{
        grid-template-columns:1fr;
        grid-template-areas:
            "label"
            "price"
            "term"
            "button";
        gap:0;
    }
    .cp-home-module .cp-home-club--compact .cp-home-club__pricebox .cp-home-button{
        width:100%;
        margin-top:12px;
    }
}

/* ==== Home v1.0.53 hero featured without boxed card ==== */
.cp-home-hero__visual--featured{
    position:relative;
    min-height:100%;
    display:flex;
    align-items:stretch;
    justify-content:stretch;
}
.cp-home-hero-feature{
    position:relative;
    width:100%;
    min-height:100%;
    padding:18px 18px 12px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.cp-home-hero-feature:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:28px;
    background:radial-gradient(circle at 65% 38%,rgba(188,145,255,.20),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
    pointer-events:none;
}
.cp-home-hero-feature__top,
.cp-home-hero-feature__art,
.cp-home-hero-feature__meta{position:relative;z-index:2}
.cp-home-hero-feature__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding:0 6px}
.cp-home-hero-feature__eyebrow{color:#dcc0ff;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.cp-home-hero-feature__price{color:#fff;font-size:13px;font-weight:900}
.cp-home-hero-feature__art{
    flex:1 1 auto;
    min-height:290px;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    overflow:hidden;
    border-radius:22px;
}
.cp-home-hero-feature__art img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
    filter:drop-shadow(0 28px 34px rgba(0,0,0,.34));
}
.cp-home-hero-feature__meta{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:14px;
    padding:10px 6px 4px;
}
.cp-home-hero-feature__copy{min-width:0}
.cp-home-hero-feature__copy strong{display:block;margin:0 0 4px;font-size:24px;line-height:1.06;color:#fff}
.cp-home-hero-feature__copy span{display:block;color:#cfc7de;font-size:11px;font-weight:800}
.cp-home-hero-feature__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    white-space:nowrap;
    color:#e2c6ff!important;
    font-size:12px;
    font-weight:900;
}
.cp-home-hero-feature__link:hover{color:#fff!important}

/* Neutralize previous boxed card styling in hero */
.cp-home-module--hero .cp-home-hero-card,
.cp-home-module--hero .cp-home-hero-note{display:none!important}

@media (max-width:1180px){
    .cp-home-hero-feature__art{min-height:260px}
}
@media (max-width:960px){
    .cp-home-hero-feature{padding:8px 0 0}
    .cp-home-hero-feature:before{display:none}
    .cp-home-hero-feature__top{padding:0 0 0 4px}
    .cp-home-hero-feature__art{min-height:250px}
    .cp-home-hero-feature__meta{padding:8px 4px 0}
}
@media (max-width:680px){
    .cp-home-hero-feature__top{margin-bottom:4px}
    .cp-home-hero-feature__eyebrow,.cp-home-hero-feature__price{font-size:10px}
    .cp-home-hero-feature__art{min-height:210px}
    .cp-home-hero-feature__copy strong{font-size:20px}
    .cp-home-hero-feature__meta{align-items:center;flex-wrap:wrap}
}

/* ==== Home v1.0.54 hero dynamic background ==== */
.cp-home-module--hero .cp-home-hero{
    background:
        radial-gradient(circle at 82% 24%, var(--cp-hero-glow-a, rgba(138,84,255,.28)) 0%, transparent 28%),
        radial-gradient(circle at 86% 68%, var(--cp-hero-glow-b, rgba(16,21,47,.48)) 0%, transparent 40%),
        linear-gradient(135deg, color-mix(in srgb, var(--cp-hero-accent-b, #10152f) 34%, #171022 66%) 0%, #0a0e24 46%, color-mix(in srgb, var(--cp-hero-accent-a, #8a54ff) 18%, #0e1223 82%) 100%);
}
.cp-home-module--hero .cp-home-hero__visual--featured{align-items:flex-end}
.cp-home-module--hero .cp-home-hero-feature{
    padding:12px 10px 4px;
    background:none!important;
    border:none!important;
    box-shadow:none!important;
}
.cp-home-module--hero .cp-home-hero-feature:before{display:none!important}
.cp-home-module--hero .cp-home-hero-feature__top{padding:0 10px 10px}
.cp-home-module--hero .cp-home-hero-feature__art{
    min-height:360px;
    border-radius:0;
    background:none!important;
    overflow:visible;
}
.cp-home-module--hero .cp-home-hero-feature__art img{
    object-fit:contain;
    object-position:center bottom;
    filter:drop-shadow(0 28px 34px rgba(0,0,0,.32));
}
.cp-home-module--hero .cp-home-hero-feature__meta{
    padding:12px 10px 8px;
    border-top:none;
}
.cp-home-module--hero .cp-home-hero-feature__copy strong{font-size:26px}
.cp-home-module--hero .cp-home-hero-feature__copy span{font-size:12px;color:#ddd4ea}
.cp-home-module--hero .cp-home-hero-feature__link{color:#f0d4ff!important}

@supports not (background: color-mix(in srgb, red 50%, black 50%)) {
    .cp-home-module--hero .cp-home-hero{
        background:
            radial-gradient(circle at 82% 24%, var(--cp-hero-glow-a, rgba(138,84,255,.28)) 0%, transparent 28%),
            radial-gradient(circle at 86% 68%, var(--cp-hero-glow-b, rgba(16,21,47,.48)) 0%, transparent 40%),
            linear-gradient(135deg, #171022 0%, #0a0e24 46%, #121630 100%);
    }
}
@media (max-width:1180px){
    .cp-home-module--hero .cp-home-hero-feature__art{min-height:310px}
}
@media (max-width:960px){
    .cp-home-module--hero .cp-home-hero-feature{padding:6px 0 0}
    .cp-home-module--hero .cp-home-hero-feature__art{min-height:280px}
    .cp-home-module--hero .cp-home-hero-feature__top,.cp-home-module--hero .cp-home-hero-feature__meta{padding-left:0;padding-right:0}
}
@media (max-width:680px){
    .cp-home-module--hero .cp-home-hero-feature__art{min-height:230px}
    .cp-home-module--hero .cp-home-hero-feature__copy strong{font-size:22px}
}


/* ==== Fortnite Hub (v1.0.55) ==== */
.cp-home-module--fortnite-hub{margin-top:clamp(28px,4vw,44px)}
.cp-fortnite-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.cp-fortnite-hub-card{position:relative;border-radius:28px;overflow:hidden;background:#11172b;border:1px solid rgba(255,255,255,.08);min-height:610px;box-shadow:0 24px 60px rgba(0,0,0,.28)}
.cp-fortnite-hub-card__inner{display:flex;flex-direction:column;height:100%;color:#fff;text-decoration:none}
.cp-fortnite-hub-card__media{position:relative;min-height:390px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(3,6,18,.1))}
.cp-fortnite-hub-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,22,.04) 0%,rgba(8,10,22,.12) 42%,rgba(8,10,22,.82) 100%)}
.cp-fortnite-hub-card__media.is-transparent{padding:20px 24px 0;align-items:center}
.cp-fortnite-hub-card__media img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01)}
.cp-fortnite-hub-card__media.is-transparent img{height:auto;max-height:320px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(0,0,0,.35))}
.cp-fortnite-hub-card__badge{position:absolute;z-index:2;top:22px;right:22px;padding:10px 16px;border-radius:14px;background:rgba(115,43,196,.92);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.cp-fortnite-hub-card__body{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;padding:20px 26px 28px;margin-top:auto}
.cp-fortnite-hub-card__eyebrow{font-size:14px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8f63ff}
.cp-fortnite-hub-card__body h3{margin:0;font-size:24px;line-height:1.1;color:#fff}
.cp-fortnite-hub-card__body p{margin:0;color:rgba(236,238,250,.86);font-size:16px;line-height:1.65}
.cp-fortnite-hub-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-weight:800;color:#fff}
.cp-fortnite-hub-card--tienda{background:linear-gradient(180deg,#0d1024 0%,#080a16 100%)}
.cp-fortnite-hub-card--club{background:linear-gradient(180deg,#25143e 0%,#120e27 100%)}
.cp-fortnite-hub-card--pavos{background:linear-gradient(180deg,#10344a 0%,#0b1522 100%)}
.cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media{background:linear-gradient(135deg,#11162a 0%,#181d48 38%,#2f0f5f 72%,#150f2d 100%)}
.cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{background:linear-gradient(135deg,#33205b 0%,#6d2b8f 38%,#f07ca5 78%,#e2dd52 100%)}
.cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media{background:radial-gradient(circle at 50% 14%,rgba(255,255,255,.15),transparent 36%),linear-gradient(180deg,#2d6788 0%,#102c42 100%)}
.cp-fortnite-hub__footnote{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:18px 22px;border-radius:22px;background:linear-gradient(135deg,rgba(29,18,54,.92),rgba(10,12,28,.92));border:1px solid rgba(255,255,255,.08);color:#eef0fb}
.cp-fortnite-hub__footnote span{line-height:1.65}
@media (max-width:1180px){.cp-fortnite-hub__grid{grid-template-columns:1fr 1fr}.cp-fortnite-hub-card--pavos{grid-column:1 / -1;min-height:0}.cp-fortnite-hub-card{min-height:560px}}
@media (max-width:860px){.cp-fortnite-hub__grid{grid-template-columns:1fr}.cp-fortnite-hub-card{min-height:0}.cp-fortnite-hub-card__media{min-height:320px}.cp-fortnite-hub__footnote{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.cp-fortnite-hub-card{border-radius:22px}.cp-fortnite-hub-card__media{min-height:280px}.cp-fortnite-hub-card__body{padding:18px 18px 22px}.cp-fortnite-hub-card__body h3{font-size:22px}.cp-fortnite-hub-card__body p{font-size:15px}}

/* ==== Fortnite Hub v1.0.56 image fill refinements ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media img{
    transform:scale(1.18);
    object-position:center 44%;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    transform:scale(1.16);
    object-position:58% 42%;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    min-height:420px;
}
@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media img{transform:scale(1.13);object-position:center 46%}
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{transform:scale(1.12);object-position:58% 44%}
}
@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{min-height:300px}
}


/* ==== Creator Code promo (v1.0.57) ==== */
.cp-creator-promo{
    position:relative;
    overflow:hidden;
    margin-top:24px;
    padding:24px 26px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    border:1px solid rgba(181,120,255,.22);
    border-radius:22px;
    background:
        radial-gradient(circle at 86% 22%,rgba(157,76,255,.18),transparent 34%),
        linear-gradient(135deg,rgba(22,15,43,.98),rgba(9,11,24,.98));
    box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.cp-creator-promo:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-90px;
    bottom:-130px;
    border-radius:50%;
    background:rgba(149,73,255,.12);
    filter:blur(6px);
    pointer-events:none;
}
.cp-creator-promo__copy,
.cp-creator-promo__code{position:relative;z-index:2}
.cp-creator-promo__copy{max-width:720px}
.cp-creator-promo__copy h3{
    margin:5px 0 7px;
    color:#fff;
    font-size:clamp(22px,2vw,30px);
    line-height:1.1;
    font-weight:900;
}
.cp-creator-promo__copy p{
    margin:0;
    color:#bfc4d9;
    font-size:13px;
    line-height:1.65;
}
.cp-creator-promo__copy p strong{color:#fff}
.cp-creator-promo__code{
    min-width:310px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.09);
    background:rgba(5,7,15,.46);
}
.cp-creator-promo__code>span{
    flex:1;
    padding:0 12px;
    color:#fff;
    font-size:19px;
    font-weight:950;
    letter-spacing:.08em;
}
.cp-creator-promo__code button{
    min-height:46px;
    padding:0 16px;
    border:0;
    border-radius:11px;
    color:#fff;
    background:linear-gradient(135deg,#7745ff,#a84dff);
    font-size:11px;
    font-weight:900;
    cursor:pointer;
    white-space:nowrap;
}
.cp-creator-promo__code button:hover{filter:brightness(1.08)}
.cp-creator-promo--compact{
    margin:0 0 18px;
    padding:15px 18px;
    border-radius:16px;
}
.cp-creator-promo--compact .cp-home-kicker{display:none}
.cp-creator-promo--compact .cp-creator-promo__copy h3{
    margin:0 0 3px;
    font-size:15px;
}
.cp-creator-promo--compact .cp-creator-promo__copy p{
    font-size:11.5px;
}
.cp-creator-promo--compact .cp-creator-promo__code{
    min-width:265px;
    border-radius:12px;
}
.cp-creator-promo--compact .cp-creator-promo__code>span{
    font-size:15px;
}
.cp-creator-promo--compact .cp-creator-promo__code button{
    min-height:38px;
    padding:0 13px;
    font-size:10px;
}
@media (max-width:860px){
    .cp-creator-promo{align-items:flex-start;flex-direction:column}
    .cp-creator-promo__code{width:100%;min-width:0}
    .cp-creator-promo--compact{gap:12px}
}
@media (max-width:520px){
    .cp-creator-promo{padding:20px 16px}
    .cp-creator-promo__code{display:grid;grid-template-columns:1fr}
    .cp-creator-promo__code>span{padding:8px 10px;text-align:center}
    .cp-creator-promo__code button{width:100%}
}


/* ==== Fortnite Hub v1.0.58 full image cover ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    position:relative;
    height:420px;
    min-height:420px;
    overflow:hidden;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media img,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    padding:0!important;
    margin:0!important;
    object-fit:cover!important;
    transform:none!important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media img{
    object-position:center center!important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    object-position:58% center!important;
}
@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
        height:340px;
        min-height:340px;
    }
}
@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
        height:290px;
        min-height:290px;
    }
}

/* ==== Fortnite Hub v1.0.59 image tuning ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    object-position:center center !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    align-items:flex-end;
    padding:26px 24px 8px;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
    max-height:292px;
    object-position:center bottom;
}
@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        padding:22px 22px 6px;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        max-height:260px;
    }
}
@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        padding:18px 18px 4px;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        max-height:230px;
    }
}

/* ==== Fortnite Hub v1.0.60 final image alignment ==== */
/* Club: show the complete artwork instead of cropping it with cover. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    height:420px;
    min-height:420px;
    padding:0!important;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        radial-gradient(circle at 70% 38%,rgba(255,184,211,.20),transparent 34%),
        linear-gradient(135deg,#8d62cc 0%,#c27acb 42%,#f3a5b9 72%,#f7d676 100%);
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    padding:0!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:scale(.94)!important;
    filter:none!important;
}

/* PaVos: use exactly the same visual area height as the other two cards. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    height:420px!important;
    min-height:420px!important;
    padding:0 24px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:scale(.86)!important;
    margin:0!important;
    padding:0!important;
}

@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        height:340px!important;
        min-height:340px!important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{transform:scale(.93)!important}
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{transform:scale(.84)!important}
}

@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        height:290px!important;
        min-height:290px!important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{transform:scale(.92)!important}
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{transform:scale(.82)!important}
}

/* ==== Fortnite Hub v1.0.61 final club + pavos tuning ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    min-height:420px !important;
}

.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    padding:0 !important;
    align-items:stretch !important;
    justify-content:stretch !important;
    overflow:hidden;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:52% 42% !important;
    transform:none !important;
}

.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    padding:18px 18px 0 !important;
    align-items:flex-start !important;
    justify-content:center !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
    width:88% !important;
    max-width:390px !important;
    max-height:none !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center top !important;
    transform:translateY(-4px) !important;
    margin:0 auto !important;
}

@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        min-height:360px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        width:80% !important;
        max-width:320px !important;
    }
}
@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        min-height:300px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        padding:14px 14px 0 !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        width:82% !important;
        max-width:280px !important;
        transform:translateY(0) !important;
    }
}


/* ==== Fortnite Hub v1.0.62 club artwork + pavos alignment fix ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub__grid{
    align-items:stretch;
}

.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    height:420px !important;
    min-height:420px !important;
}

/* Club: use the square artwork reference and show it complete, without cropping or showing the wide hero text. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:
        radial-gradient(circle at 80% 24%,rgba(255,214,120,.18),transparent 24%),
        linear-gradient(135deg,#6b58ca 0%,#b06dd1 42%,#f0a3b7 72%,#f2d083 100%) !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:scale(.98) !important;
    filter:none !important;
}

/* PaVos: same visual area height and centered asset so it lines up with the other cards. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    padding:0 18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:scale(.88) !important;
}

@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        height:360px !important;
        min-height:360px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
        transform:scale(.98) !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        transform:scale(.86) !important;
    }
}

@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        height:300px !important;
        min-height:300px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        padding:0 14px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
        transform:scale(.99) !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        transform:scale(.84) !important;
    }
}


/* ==== Fortnite Hub v1.0.63 generated Club artwork + true PaVos alignment ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub__grid{
    align-items:stretch !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card{
    display:flex !important;
    height:100% !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card__inner{
    width:100% !important;
    height:100% !important;
    display:flex !important;
    flex-direction:column !important;
}

/* All three cards start their content at exactly the same vertical point. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    flex:0 0 420px !important;
    width:100% !important;
    height:420px !important;
    min-height:420px !important;
    box-sizing:border-box !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card__body{
    flex:1 1 auto !important;
    width:100% !important;
    box-sizing:border-box !important;
}

/* Club: generated 4:3 artwork fills the media panel. It has extra breathing room,
   so cover can be used without cutting either character awkwardly. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media{
    padding:0 !important;
    overflow:hidden !important;
    display:block !important;
    background:#b274d1 !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:cover !important;
    object-position:center 48% !important;
    transform:none !important;
    filter:none !important;
}

/* PaVos: the source asset is pre-trimmed to remove the large transparent top/bottom
   padding. Center the visible pile and size it from its actual artwork bounds. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
    padding:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:112% !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
}

@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        flex-basis:360px !important;
        height:360px !important;
        min-height:360px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        width:108% !important;
    }
}

@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--tienda .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media,
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent{
        flex-basis:300px !important;
        height:300px !important;
        min-height:300px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--club .cp-fortnite-hub-card__media img{
        object-position:center 47% !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media.is-transparent img{
        width:106% !important;
    }
}


/* ==== Fortnite Hub v1.0.64 body/content alignment ==== */
/*
 * The media panels were already the same height. The remaining visual
 * misalignment came from the base rule `margin-top:auto` on __body:
 * cards with less text (PaVos) received a larger automatic top margin.
 */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card__body{
    margin-top:0 !important;
    flex:1 1 auto !important;
    display:flex !important;
    flex-direction:column !important;
}

/* Keep the first text line at exactly the same vertical position. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card__eyebrow{
    margin-top:0 !important;
}

/* Put the CTA at the bottom of each body without pushing the whole body down. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card__link{
    margin-top:auto !important;
    padding-top:6px;
}

/* Explicitly neutralize any inherited/specific PaVos body spacing. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__body{
    margin-top:0 !important;
    padding-top:20px !important;
}

@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__body{
        padding-top:18px !important;
    }
}


/* ==== Fortnite Hub v1.0.65 · nueva imagen PaVos ==== */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media{
    position:relative !important;
    flex:0 0 420px !important;
    width:100% !important;
    height:420px !important;
    min-height:420px !important;
    padding:0 !important;
    overflow:hidden !important;
    display:block !important;
    background:#3f91c3 !important;
}
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
    filter:none !important;
}

/* Keep body start aligned with Tienda and Club. */
.cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__body{
    margin-top:0 !important;
    padding-top:20px !important;
}

@media (max-width:860px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media{
        flex-basis:360px !important;
        height:360px !important;
        min-height:360px !important;
    }
}
@media (max-width:640px){
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__media{
        flex-basis:300px !important;
        height:300px !important;
        min-height:300px !important;
    }
    .cp-home-module--fortnite-hub .cp-fortnite-hub-card--pavos .cp-fortnite-hub-card__body{
        padding-top:18px !important;
    }
}
