@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;border:0 solid #e5e7eb}
html{-webkit-text-size-adjust:100%;font-family:Inter,system-ui,sans-serif;line-height:1.5}
body{min-height:100vh;background:#fff;font-family:Inter,system-ui,sans-serif;color:#111827;-webkit-font-smoothing:antialiased}
img,svg,video{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
button{font:inherit;color:inherit;background:none;cursor:pointer}
ul{list-style:none}
a{color:inherit;text-decoration:none}

/* ---------- container ---------- */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{max-width:640px}}
@media(min-width:768px){.container{max-width:768px}}
@media(min-width:1024px){.container{max-width:1024px}}
@media(min-width:1280px){.container{max-width:1280px}}
@media(min-width:1536px){.container{max-width:1536px}}
.max-w-6xl{max-width:72rem;margin-left:auto;margin-right:auto}
.max-w-4xl{max-width:56rem;margin-left:auto;margin-right:auto}
.max-w-3xl{max-width:48rem;margin-left:auto;margin-right:auto}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e7eb;background:#fff}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}
.header-left{display:flex;align-items:center;gap:2rem}
.brand{font-weight:700;font-size:1.25rem;line-height:1.75rem;color:#111827}
.main-nav{display:none;align-items:center;gap:1.5rem;font-size:.875rem;line-height:1.25rem}
@media(min-width:768px){.main-nav{display:flex}}
.main-nav a{color:#111827;opacity:.7;transition:opacity .15s}
.main-nav a:hover{opacity:.85}
.main-nav a.active{opacity:1;font-weight:500;border-bottom:2px solid #111827;padding-bottom:.25rem}
.header-actions{display:flex;align-items:center;gap:1rem}
.icon-btn{padding:.5rem;color:#111827;opacity:.7;transition:opacity .15s}
.icon-btn:hover{opacity:.85}
.icon-btn svg{width:1.25rem;height:1.25rem}
.cart-btn{position:relative}
.cart-badge{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background:#111827;color:#fff;font-size:.75rem;line-height:1rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}

/* ---------- breadcrumb ---------- */
.breadcrumb{padding-top:.75rem;padding-bottom:.75rem}
.breadcrumb nav{font-size:.875rem;line-height:1.25rem;color:#6b7280}
.breadcrumb .sep{margin:0 .5rem}
.breadcrumb .current{color:#111827}

/* ---------- product ---------- */
.product-section{padding-top:1rem;padding-bottom:1rem}
.product-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.product-grid>*{min-width:0}
@media(min-width:1024px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}

.gallery{display:flex;flex-direction:column;gap:1rem}
.gallery-main{position:relative;aspect-ratio:1/1;background:#f3f4f6;border-radius:.5rem;overflow:hidden}
.gallery-viewport{overflow:hidden;height:100%}
.gallery-track{display:flex;height:100%;transition:transform .35s cubic-bezier(.25,.8,.5,1)}
.gallery-slide{min-width:0;flex:0 0 100%;height:100%}
.gallery-slide img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}
.wish-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;background:#fff;border-radius:9999px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);z-index:10;transition:background .15s}
.wish-btn:hover{background:#f3f4f6}
.wish-btn svg{width:1.25rem;height:1.25rem;color:#4b5563}
.thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}
.thumb{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid #e5e7eb;flex-shrink:0;transition:border-color .15s}
@media(min-width:640px){.thumb{width:5rem;height:5rem}}
.thumb:hover{border-color:#9ca3af}
.thumb.is-active{border-color:#111827}
.thumb img{width:100%;height:100%;object-fit:cover}

.product-info{display:flex;flex-direction:column;gap:1.5rem}
.product-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:#111827}
@media(min-width:1024px){.product-title{font-size:1.875rem;line-height:2.25rem}}
.product-benefit{margin-top:1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;color:#0f172a}
/* ---------- destaques + urgência (mesmo bloco da oferta OneBlade) ---------- */
.ob-destaques{margin-top:1rem}
.ob-destaques ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}
.ob-destaques li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;line-height:1.35;color:#374151}
.ob-destaques li svg{width:18px;height:18px;flex-shrink:0;color:#10b981}
.ob-destaques li strong{font-weight:600;color:#111827}
.ob-urgencia{margin-top:1.25rem}
.ob-urg-vendido{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;color:#22c55e}
.ob-urg-ponto{width:10px;height:10px;border-radius:50%;background:#22c55e;flex-shrink:0}
.ob-urg-pack{display:flex;align-items:center;gap:.6rem;margin-top:.7rem;font-size:1rem;color:#374151}
.ob-urg-pack svg{width:20px;height:20px;flex-shrink:0;color:#6b7280}
.ob-urg-pack strong{font-weight:700;color:#111827}
.ob-urg-stock{margin-top:.9rem;padding:.9rem 1.1rem;border:1px solid #e5e7eb;border-radius:.75rem}
.ob-urg-stock-titulo{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;color:#dc2626;letter-spacing:.03em;margin-bottom:.35rem}
.ob-urg-pulso{position:relative;width:10px;height:10px;border-radius:50%;background:#dc2626;flex-shrink:0;animation:obPulsoNucleo 1.4s ease-in-out infinite;will-change:opacity}
.ob-urg-pulso::after{content:"";position:absolute;inset:0;border-radius:50%;background:#dc2626;animation:obPulsoAnel 1.4s ease-out infinite;will-change:transform,opacity;pointer-events:none}
@keyframes obPulsoNucleo{0%,100%{opacity:1}50%{opacity:.4}}
@keyframes obPulsoAnel{0%{opacity:.55;transform:scale(1)}80%,100%{opacity:0;transform:scale(2.8)}}
@media (prefers-reduced-motion: reduce){
  .ob-urg-pulso::after{animation:none;opacity:0}
  .ob-urg-pulso{animation-duration:2.2s}
}
.ob-urg-stock p{font-size:1rem;color:#111827;margin:0}
.ob-urg-stock strong{font-weight:700;color:#dc2626}

.price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-top:1rem}
.price-sale{font-size:1.5rem;line-height:2rem;font-weight:700;color:#000}
.price-base{font-size:1.125rem;line-height:1.75rem;color:#9ca3af;text-decoration:line-through}
.price-badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;font-size:.875rem;line-height:1.25rem;font-weight:700;background:#dcfce7;color:#15803d}
.buy-btn{width:100%;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;color:#fff;background:#000;transition:opacity .15s}
.buy-btn:hover{opacity:.9}
.payments{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:5px;padding-top:.75rem}
/* mismas fichas que el otro proyecto: sprite SVG 48x32, todas del mismo tamaño */
.payments svg{flex:0 0 38px;width:38px;height:25px}
.footer-grid .payments{flex-wrap:wrap;justify-content:flex-start;max-width:158px;gap:6px}
.footer-grid .payments svg{flex:0 0 34px;width:34px;height:23px}
.cart-pay.payments{flex-wrap:nowrap;gap:5px;justify-content:center}
.cart-pay.payments svg{flex:1 1 0;min-width:0;max-width:40px;height:auto;aspect-ratio:48/32}


/* Miniaturas en bucle bajo los iconos de pago: rellenan el hueco que la
   columna de la ficha deja al lado de la galería. Solo en escritorio — en
   móvil no hay hueco que rellenar y serían vídeos de más que bajar. */
.mini-videos{display:none}
@media(min-width:1024px){
  .mini-videos{
    display:flex;
    gap:14px;
    justify-content:center;
    margin-top:1.15rem;
  }
  .mini-video{
    position:relative;
    flex:0 0 auto;
    width:120px;height:213px;
    border-radius:.75rem;
    overflow:hidden;
    background:#000;
    border:1px solid rgba(255,255,255,.12);
    padding:0;
    cursor:pointer;
    transition:transform .2s ease,border-color .2s ease;
  }
  .mini-video:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.35)}
  .mini-video video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
  .mini-video__sound{
    position:absolute;right:.4rem;bottom:.4rem;
    width:1.6rem;height:1.6rem;border-radius:9999px;
    background:rgba(0,0,0,.55);backdrop-filter:blur(4px);
    color:#fff;display:flex;align-items:center;justify-content:center;
    pointer-events:none;
  }
  .mini-video__sound svg{width:.85rem;height:.85rem}
  .mini-video__sound .ico-sound{display:none}
  .mini-video[aria-pressed="true"] .ico-mute{display:none}
  .mini-video[aria-pressed="true"] .ico-sound{display:block}
}

/* ---------- banner (mismo efecto de aislpc: zoom-out + fade-up) ---------- */
.hero-banner{padding:8px 16px 24px}
.hero-banner__inner{position:relative;max-width:1600px;margin:0 auto;border-radius:16px;overflow:hidden;background:#0b1220}
.hero-banner__media{display:block;width:100%}
.hero-banner__media img{width:100%;height:100%;display:block;object-fit:cover;transform:none;transition:transform 1.6s cubic-bezier(.16,.68,.4,1);will-change:transform}
.has-anim .hero-banner__media img{transform:scale(1.14)}
.has-anim .hero-banner__media.is-in img{transform:scale(1)}
.hero-banner__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,0) 55%)}
.hero-banner__content{position:absolute;inset:0;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 24px}
.hero-banner__box{text-align:center;color:#fff;max-width:640px}
.hero-banner__eyebrow{font-size:clamp(11px,1.1vw,15px);font-weight:500;letter-spacing:.28em;text-transform:uppercase;line-height:1;margin-bottom:clamp(10px,1.6vw,22px)}
.hero-banner__title{font-size:clamp(38px,6.2vw,86px);font-weight:700;line-height:1;letter-spacing:-.02em;margin-bottom:clamp(10px,1.4vw,20px)}
.hero-banner__title .word,
.pack-title .word{display:inline-block;white-space:pre}
.hero-banner__text{font-size:clamp(13px,1.5vw,21px);line-height:1.4;color:rgba(255,255,255,.94)}

/* Estado inicial de lo que se anima; se libera al entrar en pantalla. Va
   colgado de .has-anim, que solo pone el JS: si el script no corre, el texto
   se ve igual en vez de quedarse invisible. */
.has-anim [data-animate="fade-up"],
.has-anim .word{opacity:0;transform:translateY(28px);transition:opacity .7s ease-out,transform .7s cubic-bezier(.16,.68,.4,1);transition-delay:var(--delay,0ms)}
.has-anim [data-animate="fade-up"].is-in,
.has-anim .word.is-in{opacity:1;transform:none}

@media(max-width:767px){
  .hero-banner{padding:4px 16px 20px}
  .hero-banner__overlay{background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.35))}
}
@media (prefers-reduced-motion: reduce){
  .has-anim .hero-banner__media img,
  .hero-banner__media img{transform:none;transition:none}
  .has-anim [data-animate="fade-up"],
  .has-anim .word{opacity:1;transform:none;transition:none}
}

/* ---------- description ---------- */
.description-section{padding-top:1.5rem;padding-bottom:1.5rem}
.description-box{padding-top:1rem;border-top:1px solid #e5e7eb}
.description-box h3{font-weight:600;color:#111827;margin-bottom:.75rem;font-size:1.125rem;line-height:1.75rem}
@media(min-width:1024px){.description-box h3{font-size:1.25rem;line-height:1.75rem}}

/* ---------- videos ---------- */
.videos-section{background:#fff;padding-top:2rem;padding-bottom:2rem}
@media(min-width:1024px){.videos-section{padding-top:3rem;padding-bottom:3rem}}
.videos-rel{position:relative}
.videos-viewport{overflow:hidden}
.videos-track{
  display:flex;align-items:center;justify-content:center;
  margin-left:-.75rem;
  transition:transform .4s cubic-bezier(.25,.8,.5,1);
}
@media(min-width:1024px){.videos-track{margin-left:-1.25rem}}
.video-slide{min-width:0;padding-left:.75rem;flex:0 0 72%}
@media(min-width:640px){.video-slide{flex:0 0 42%}}
@media(min-width:768px){.video-slide{flex:0 0 30%}}
@media(min-width:1024px){.video-slide{flex:0 0 25%;padding-left:1.25rem}}
.video-card{
  position:relative;aspect-ratio:9/16;width:100%;
  border-radius:1rem;overflow:hidden;background:#000;
  box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;
  transition:transform .5s,opacity .5s;
  transform:scale(.88);opacity:.6;
  cursor:pointer;
}
.video-card.is-active{transform:scale(1);opacity:1}
/* cuando los cuatro caben en fila no hay “destacado”: todos iguales */
.videos-rel.is-static .video-card{transform:none;opacity:1}
.video-card video{width:100%;height:100%;object-fit:cover;display:block}

/* botón de sonido */
.video-sound{
  position:absolute;right:.6rem;bottom:.6rem;z-index:2;
  width:2.25rem;height:2.25rem;border-radius:9999px;
  background:rgba(0,0,0,.55);backdrop-filter:blur(4px);
  color:#fff;display:flex;align-items:center;justify-content:center;
  transition:background .15s,transform .15s;
}
.video-sound:hover{background:rgba(0,0,0,.75);transform:scale(1.06)}
.video-sound svg{width:1.05rem;height:1.05rem}
.video-sound .ico-sound{display:none}
.video-sound[aria-pressed="true"] .ico-mute{display:none}
.video-sound[aria-pressed="true"] .ico-sound{display:block}

/* indicador de pausa: solo aparece con el vídeo parado */
.video-state{
  position:absolute;inset:0;z-index:1;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .2s;pointer-events:none;
  background:rgba(0,0,0,.25);
}
.video-card.is-paused .video-state{opacity:1}
.video-state svg{
  width:3.25rem;height:3.25rem;color:#fff;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.5));
  margin-left:.25rem;
}

.video-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:10;
  height:2.5rem;width:2.5rem;border-radius:9999px;background:#fff;
  box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  outline:1px solid rgba(0,0,0,.05);
  display:flex;align-items:center;justify-content:center;transition:transform .15s;
}
.video-arrow:hover{transform:translateY(-50%) scale(1.05)}
.video-arrow svg{height:1.25rem;width:1.25rem;color:#1f2937}
.video-arrow.prev{left:.25rem}
.video-arrow.next{right:.25rem}
@media(min-width:640px){.video-arrow.prev{left:.5rem}.video-arrow.next{right:.5rem}}
@media(min-width:1024px){.video-arrow{height:3rem;width:3rem}.video-arrow.prev{left:1rem}.video-arrow.next{right:1rem}.video-arrow svg{height:1.5rem;width:1.5rem}}
.video-dots{display:flex;justify-content:center;gap:.375rem;margin-top:1.25rem}
.video-dots button{height:.375rem;width:.375rem;border-radius:9999px;background:#d1d5db;transition:all .2s}
.video-dots button:hover{background:#9ca3af}
.video-dots button.is-active{width:2rem;background:#111827}
/* sin carrusel: fuera flechas y puntos */
.videos-rel.is-static .video-arrow{display:none}
.videos-rel.is-static ~ .video-dots{display:none}

/* ---------- faq ---------- */
.faq-section{padding-top:3rem;padding-bottom:3rem}
.faq-section h2{font-size:1.5rem;line-height:2rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:center}
.faq-list{display:flex;flex-direction:column;gap:.75rem}
.faq-item{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}
.faq-q{width:100%;padding:1rem;display:flex;align-items:center;justify-content:space-between;text-align:left;background:#fff;transition:background .15s;gap:1rem}
.faq-q:hover{background:#f9fafb}
.faq-q span{font-weight:500;color:#111827}
.faq-q svg{height:1.25rem;width:1.25rem;color:#6b7280;flex-shrink:0}
.faq-a{padding:0 1rem 1rem;background:#fff}
.faq-a p{color:#4b5563}

/* ---------- floating cta ---------- */
.floating-cta{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:40;transition:transform .3s,opacity .3s;transform:translateY(100%);opacity:0;pointer-events:none}
.floating-cta.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}
@media(min-width:1024px){.floating-cta{display:none}}
.floating-cta button{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;color:#fff;background:#000}

/* ---------- contenido del paquete (mismo diseño de aislpc.com) ---------- */
.pack-section{background:#111;padding:72px 20px}
.pack-wrap{max-width:1400px;margin:0 auto}
.pack-title{
  text-align:center;
  color:#8a2be2;
  font-size:clamp(32px,4.4vw,58px);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.02em;
  margin-bottom:clamp(36px,4vw,64px);
}
.pack-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:clamp(40px,3.5vw,60px);
}
.pack-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(16px,1.6vw,24px)}
.pack-card__media{
  width:100%;
  aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center;
}
.pack-card__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pack-card__label{
  color:#fff;
  font-size:clamp(15px,1.4vw,21px);
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.01em;
}

@media(max-width:1023px){
  .pack-grid{grid-template-columns:repeat(2,1fr);gap:36px}
}
@media(max-width:639px){
  .pack-section{padding:48px 16px}
  .pack-grid{gap:28px 20px}
  .pack-card__label{font-size:14px}
}

/* ---------- barra de servicios (mismo diseño de aislpc.com) ---------- */
.service-section{background:#000;padding:56px 20px}
.service-wrap{max-width:1600px;margin:0 auto}
.service-card{
  --icon-color:#ff9b00;
  background:#2a2b28;
  border-radius:40px;
  padding:24px 48px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}
.service-item{display:flex;align-items:center;gap:22px;min-width:0}
.service-icon{
  width:60px;height:60px;min-width:60px;
  border-radius:18px;
  background:color-mix(in srgb,var(--icon-color) 22%,transparent);
  color:var(--icon-color);
  display:flex;align-items:center;justify-content:center;
}
.service-icon svg{width:52%;height:52%;display:block}
.service-content h3{margin:0 0 7px;font-size:15px;line-height:1.2;font-weight:700;color:#fff}
.service-content p{margin:0;font-size:11px;line-height:1.45;color:#ffffffb8}

@media(max-width:1200px){
  .service-card{padding:34px 42px;gap:28px}
  .service-item{gap:16px}
}
@media(max-width:900px){
  .service-card{grid-template-columns:repeat(2,1fr);padding:30px}
}
@media(max-width:640px){
  .service-section{padding:40px 14px}
  .service-card{
    grid-template-columns:repeat(2,1fr);
    gap:12px;padding:14px;border-radius:16px;
    background:#171717;border:none;box-shadow:none;
  }
  .service-item{
    flex-direction:column;align-items:center;justify-content:center;
    text-align:center;min-height:130px;padding:18px 12px;gap:12px;
    background:rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.05);
    border-radius:18px;
    transition:transform .25s ease,border-color .25s ease,background .25s ease;
  }
  .service-item:active{transform:scale(.97)}
  .service-icon{
    width:52px;height:52px;min-width:52px;border-radius:16px;
    background:color-mix(in srgb,var(--icon-color) 16%,transparent);
  }
  .service-content{width:100%}
  .service-content h3{margin:0;font-size:12px;line-height:1.3}
  .service-content p{margin-top:5px;font-size:10.5px}
}

/* ---------- footer ---------- */
.site-footer{background:#111827;color:#fff}
.footer-inner{padding-top:3rem;padding-bottom:3rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.footer-grid h4{font-weight:600;margin-bottom:1rem}
.footer-contact{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;line-height:1.25rem;color:#9ca3af}
.footer-contact span{color:#fff}
.footer-links{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;line-height:1.25rem;color:#9ca3af}
.footer-links button{text-align:left;transition:color .15s}
.footer-links button:hover{color:#fff}
.footer-links .plain{cursor:default}
.footer-bottom{border-top:1px solid #1f2937;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}
@media(min-width:768px){.footer-bottom{flex-direction:row}}
.footer-bottom p{font-size:.875rem;line-height:1.25rem;color:#9ca3af}
.footer-social{display:flex;align-items:center;gap:1rem}
.footer-social svg{height:1.25rem;width:1.25rem;fill:#9ca3af}

/* ---------- modal ---------- */
.modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}
.modal[hidden]{display:none}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}
.modal-panel{position:relative;background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:42rem;width:100%;max-height:80vh;overflow:hidden;animation:zoomIn .2s ease-out}
@keyframes zoomIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb}
.modal-head h2{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#111827}
.modal-close{padding:.5rem;border-radius:9999px;transition:background .15s}
.modal-close:hover{background:#f3f4f6}
.modal-close svg{height:1.25rem;width:1.25rem;color:#6b7280}
.modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(80vh - 80px);color:#374151;font-size:.875rem;line-height:1.7142857}
.modal-body h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.75rem}
.modal-body h4{font-weight:600;color:#111827;margin:1.25rem 0 .5rem}
.modal-body p{margin-bottom:.75rem}
.modal-body ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}
.modal-body li{margin-bottom:.25rem}

/* ---------- cart drawer ---------- */
.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:70;transition:opacity .3s;opacity:0;pointer-events:none}
.cart-backdrop.is-open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;background:#fff;z-index:80;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;transition:transform .3s ease-out;transform:translateX(100%)}
@media(min-width:640px){.cart-drawer{max-width:28rem}}
.cart-drawer.is-open{transform:translateX(0)}
.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff}
.cart-head .ttl{display:flex;align-items:center;gap:.5rem}
.cart-head svg{height:1.25rem;width:1.25rem;color:#111827}
.cart-head h2{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:#111827}
.cart-added{padding:.75rem 1.25rem;background:#f0fdf4;border-bottom:1px solid #dcfce7;display:flex;align-items:center;gap:.5rem}
.cart-added .dot{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:9999px;background:#22c55e;display:flex;align-items:center;justify-content:center}
.cart-added .dot svg{height:1rem;width:1rem;color:#fff;stroke-width:3}
.cart-added p{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#166534}
.cart-ship{padding:.75rem 1.25rem;background:#f9fafb;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:.5rem}
.cart-ship svg{height:1rem;width:1rem;color:#374151;flex-shrink:0}
.cart-ship p{font-size:.75rem;line-height:1rem;color:#374151}
.cart-body{flex:1;overflow-y:auto;padding:1rem 1.25rem}
.cart-line{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}
.cart-line img{width:6rem;height:6rem;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb;flex-shrink:0}
.cart-line .info{flex:1;min-width:0}
.cart-line h3{font-weight:500;color:#111827;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem}
.cart-line .prices{margin-top:.5rem;text-align:right}
.cart-line .prices .old{font-size:.75rem;color:#9ca3af;text-decoration:line-through;line-height:1.1}
.cart-line .prices .now{font-size:.875rem;font-weight:600;color:#111827;line-height:1.1}
.cart-totals{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}
.cart-totals .row{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.25rem;color:#374151}
.cart-totals .row b{font-weight:500}
.cart-totals .free{color:#16a34a;font-weight:500}
.cart-totals .total{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:1rem;line-height:1.5rem;font-weight:600;color:#111827}
.cart-foot{border-top:1px solid #e5e7eb;padding:1rem 1.25rem;background:#fff;display:flex;flex-direction:column;gap:.75rem}
.cart-checkout{width:100%;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;color:#fff;background:#000;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:opacity .15s,transform .1s}
.cart-checkout:hover{opacity:.9}
.cart-checkout:active{transform:scale(.98)}
.cart-checkout svg{height:1rem;width:1rem}
.cart-secure{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;line-height:1rem;color:#6b7280;padding-top:.25rem}
.cart-secure svg{height:.75rem;width:.75rem}
.cart-pay{display:flex;align-items:center;justify-content:center;gap:.375rem;flex-wrap:wrap;padding-top:.25rem}
.no-scroll{overflow:hidden}

/* ---------- order bump del carrito (misma idea que en la otra oferta) ---------- */
.bump{
  display:flex;align-items:center;gap:.75rem;
  margin-top:1rem;padding:.85rem;
  border:2px dashed #f59e0b;border-radius:.75rem;background:#fffbeb;
  cursor:pointer;position:relative;
  transition:border-color .15s ease,background-color .15s ease;
}
.bump:hover{background:#fef3c7}
.bump--marcado{border-style:solid;border-color:#059669;background:#ecfdf5}
/* la casilla va dibujada a mano para verse igual en todos los navegadores */
.bump__check{position:absolute;opacity:0;pointer-events:none}
.bump__marca{
  flex-shrink:0;width:22px;height:22px;
  border:2px solid #d97706;border-radius:.35rem;background:#fff;position:relative;
}
.bump--marcado .bump__marca{border-color:#059669;background:#059669}
.bump--marcado .bump__marca::after{
  content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;
  border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);
}
.bump__foto{
  flex-shrink:0;width:56px;height:56px;object-fit:contain;
  border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:2px;
}
.bump__texto{flex:1;min-width:0}
.bump__titulo{display:block;font-size:.875rem;font-weight:700;color:#111827;line-height:1.25}
.bump__sub{display:block;font-size:.72rem;color:#6b7280;line-height:1.35;margin-top:.15rem}
.bump__precios{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;margin-top:.3rem}
.bump__precio{font-size:.95rem;font-weight:700;color:#111827}
