.studio-product-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;margin-top:8px}.studio-product-card{display:flex;flex-direction:column;min-width:0;background:#ffffffb8;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.7);border-radius:22px;box-shadow:0 14px 40px #0f50b41a,inset 0 1px #ffffffbf;overflow:hidden;will-change:transform}.studio-product-card.is-featured{border-color:#00d9ff6b;box-shadow:0 0 0 1px #0066ff0f,0 22px 56px #0066ff29,inset 0 1px #ffffffd9;transform:translateY(-4px)}.studio-product-card__media{position:relative;padding:12px 12px 0}.studio-product-card__mock{position:relative;display:block;width:100%;padding:0;margin:0;cursor:zoom-in;aspect-ratio:16 / 10;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.55);background:#0a0f1c;box-shadow:0 16px 36px #0f50b424,inset 0 1px #ffffff38;transition:transform .35s cubic-bezier(.22,.61,.36,1);font:inherit;color:inherit}.studio-product-card:hover .studio-product-card__mock{transform:scale(1.02)}.studio-product-card__zoom{position:absolute;right:10px;bottom:10px;z-index:2;padding:5px 9px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;color:#fff;background:#0a0f1c8c;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease}.studio-product-card__mock:hover .studio-product-card__zoom,.studio-product-card__mock:focus-visible .studio-product-card__zoom{opacity:1;transform:translateY(0)}.studio-product-card__mock img{display:block;width:100%;height:100%;object-fit:cover}.studio-product-card__reflect{position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.22) 0%,transparent 42%,transparent 100%);mix-blend-mode:soft-light}.studio-product-card__video{width:100%}.studio-product-card__video.product-video{opacity:1;transform:none;filter:none;transition:none}.studio-product-card__video .product-video-frame{aspect-ratio:16 / 10;border-radius:14px;border:1px solid rgba(255,255,255,.45);box-shadow:0 16px 36px #0f50b429,inset 0 1px #fff3}.studio-product-card__body{display:flex;flex-direction:column;flex:1;padding:18px 18px 20px;gap:10px}.studio-product-card__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.studio-product-card__head h3{margin:0;font-family:Syne,sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--text-primary)}.studio-product-card__badge{font-size:.62rem;font-weight:800;letter-spacing:.07em;padding:3px 8px;border-radius:999px;background:var(--grad);color:#fff}.studio-product-card__subtitle{margin:0;font-family:Syne,sans-serif;font-weight:700;font-size:.98rem;line-height:1.35;color:var(--text-primary)}.studio-product-card__bullets{list-style:none;margin:2px 0 4px;padding:0;display:flex;flex-direction:column;gap:6px;flex:1}.studio-product-card__bullets li{position:relative;padding-left:14px;font-size:.86rem;line-height:1.4;color:var(--text-secondary)}.studio-product-card__bullets li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--gradient-azure)}.studio-product-card__cta{align-self:flex-start;margin-top:4px;text-decoration:none}@media(max-width:1024px){.studio-product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-product-card#transmisiones{order:1}.studio-product-card#restream{order:2}.studio-product-card.is-featured{order:3;grid-column:1 / -1;transform:none;max-width:640px;justify-self:center;width:100%}}@media(max-width:720px){.studio-product-cards{grid-template-columns:1fr;gap:14px}.studio-product-card.is-featured{max-width:none}}.studio-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:clamp(16px,4vw,40px);background:radial-gradient(ellipse 70% 55% at 50% 40%,rgba(0,140,255,.16),transparent 65%),#0a0f1c9e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.studio-lightbox__panel{width:min(1120px,100%);max-height:min(92vh,900px);display:flex;flex-direction:column;background:#ffffffeb;border:1px solid rgba(255,255,255,.7);border-radius:22px;box-shadow:0 28px 80px #0a0f1c47,0 0 0 1px #0066ff0f;overflow:hidden}.studio-lightbox__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(226,232,240,.9)}.studio-lightbox__title{margin:0;font-family:Syne,sans-serif;font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--text-primary)}.studio-lightbox__close{width:36px;height:36px;border:1px solid rgba(226,232,240,.95);border-radius:999px;background:#ffffffe6;color:var(--text-primary);cursor:pointer;font-size:.95rem;line-height:1;transition:background .2s ease,transform .2s ease}.studio-lightbox__close:hover{background:#fff;transform:scale(1.04)}.studio-lightbox__frame{padding:14px;overflow:auto;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(0,217,255,.08),transparent 60%),#f4f7fc}.studio-lightbox__frame img{display:block;width:100%;height:auto;max-height:min(78vh,760px);object-fit:contain;border-radius:14px;border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 48px #0f50b424;background:#0a0f1c}@media(prefers-reduced-motion:reduce){.studio-product-card,.studio-product-card__mock,.studio-product-card__zoom{transition:none!important;transform:none!important}.studio-product-card__zoom{opacity:1}}[data-theme=dark] .studio-product-card{background:#131c31b8;border-color:#648cc859;box-shadow:0 14px 40px #0000004d,inset 0 1px #ffffff14}[data-theme=dark] .studio-product-card.is-featured{border-color:#00d9ff61;box-shadow:0 0 0 1px #0066ff1f,0 22px 56px #00000059,inset 0 1px #ffffff14}[data-theme=dark] .studio-lightbox__panel{background:#131c31f2;border-color:#648cc84d}[data-theme=dark] .studio-lightbox__bar{border-bottom-color:#648cc840}[data-theme=dark] .studio-lightbox__close{background:#131c31d9;border-color:#648cc84d}[data-theme=dark] .studio-lightbox__close:hover{background:#1a2744}[data-theme=dark] .studio-lightbox__frame{background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(0,217,255,.06),transparent 60%),#0f172a}
