/* =========================================================
   INTERSÉEB STORE — V2
   Capa visual complementaria sobre style.css
========================================================= */

:root {
    --store-blue: #0A6EFF;
    --store-cyan: #00BFFF;
    --store-bg: #030a16;
    --store-card: rgba(10, 20, 38, .76);
    --store-border: rgba(255,255,255,.09);
}

html { scroll-behavior: smooth; }
body.tienda-page { overflow-x: hidden; }

.tienda-page .navbar { z-index: 5000; }
.tienda-page .menu a.active { color: #60a5fa; }

.store-hero {
    position: relative;
    min-height: 760px;
    padding: 150px clamp(20px, 6vw, 90px) 100px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: clamp(35px, 7vw, 100px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.store-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 15% 25%, rgba(10,111,255,.18), transparent 34%),
        radial-gradient(circle at 82% 40%, rgba(0,191,255,.12), transparent 28%),
        linear-gradient(180deg, #041022, #020916 88%);
}

.store-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .25;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.store-hero-content { max-width: 760px; position: relative; z-index: 2; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color:#62a7ff; font-size:11px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.store-hero h1 { margin:18px 0 24px; font-size:clamp(44px,6vw,78px); line-height:1.02; letter-spacing:-.045em; font-weight:800; color:#fff; }
.store-hero h1 span { color:#48a0ff; text-shadow:0 0 35px rgba(10,111,255,.28); }
.store-hero p { max-width:690px; margin:0; color:rgba(255,255,255,.68); font-size:clamp(15px,1.6vw,18px); line-height:1.75; }
.store-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.btn-store-primary,.btn-store-secondary { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 20px; border-radius:14px; text-decoration:none; font-weight:800; font-size:14px; transition:.25s ease; }
.btn-store-primary { background:linear-gradient(135deg,#1478ff,#0a6eff); color:#fff; box-shadow:0 12px 35px rgba(10,111,255,.26); }
.btn-store-secondary { border:1px solid rgba(255,255,255,.13); color:#fff; background:rgba(255,255,255,.045); backdrop-filter:blur(12px); }
.btn-store-primary:hover,.btn-store-secondary:hover { transform:translateY(-3px); }
.btn-store-secondary:hover { border-color:rgba(0,191,255,.4); background:rgba(0,191,255,.07); }
.store-trust-row { display:flex; flex-wrap:wrap; gap:18px 26px; margin-top:30px; color:rgba(255,255,255,.48); font-size:12px; font-weight:600; }
.store-trust-row span { display:flex; align-items:center; gap:7px; }
.store-trust-row i { color:#46a2ff; }

.store-hero-feature { position:relative; min-height:550px; padding:26px; border:1px solid rgba(255,255,255,.1); border-radius:34px; background:linear-gradient(145deg, rgba(14,28,54,.86), rgba(6,14,28,.72)); box-shadow:0 28px 80px rgba(0,0,0,.28); backdrop-filter:blur(24px); overflow:hidden; }
.store-hero-feature::before { content:""; position:absolute; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(10,111,255,.22), transparent 68%); right:-90px; top:-80px; pointer-events:none; }
.feature-topline { display:flex; justify-content:space-between; align-items:center; gap:15px; position:relative; z-index:2; }
.feature-badge { display:inline-flex; padding:7px 11px; border-radius:999px; background:rgba(10,111,255,.14); border:1px solid rgba(10,111,255,.3); color:#60a5fa; font-size:10px; font-weight:900; letter-spacing:.13em; }
.feature-stock { color:#58df91; font-size:11px; font-weight:700; display:flex; align-items:center; gap:7px; }
.feature-device-wrap { position:relative; height:290px; display:flex; justify-content:center; align-items:center; }
.feature-device-wrap img { position:relative; z-index:2; width:min(88%,390px); height:250px; object-fit:contain; filter:drop-shadow(0 30px 25px rgba(0,0,0,.35)); animation:floatStoreDevice 5s ease-in-out infinite; }
.feature-ring { position:absolute; border:1px solid rgba(10,111,255,.22); border-radius:50%; }
.ring-one { width:270px; height:270px; animation:spinSlow 18s linear infinite; }
.ring-two { width:210px; height:210px; border-style:dashed; opacity:.55; animation:spinSlowReverse 14s linear infinite; }
.feature-content { position:relative; z-index:3; }
.feature-category { color:#56a2ff; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.feature-content h2 { margin:9px 0 14px; font-size:clamp(23px,2.7vw,31px); line-height:1.15; color:#fff; }
.feature-specs { display:flex; flex-wrap:wrap; gap:7px; }
.feature-specs span { padding:7px 9px; border-radius:9px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.65); font-size:10px; font-weight:700; }
.feature-price { margin:22px 0; display:flex; align-items:end; gap:8px; }
.feature-price small { color:rgba(255,255,255,.45); font-size:11px; padding-bottom:7px; }
.feature-price strong { color:#fff; font-size:34px; line-height:1; }
.feature-price span { color:rgba(255,255,255,.45); font-size:11px; padding-bottom:5px; }
.feature-buy { width:100%; height:49px; border:0; border-radius:13px; background:linear-gradient(135deg,#1282ff,#0a6eff); color:#fff; font-size:13px; font-weight:800; cursor:pointer; box-shadow:0 12px 30px rgba(10,111,255,.2); transition:.25s ease; }
.feature-buy:hover { transform:translateY(-2px); box-shadow:0 18px 38px rgba(10,111,255,.28); }
.store-hero-glow { position:absolute; width:260px; height:260px; border-radius:50%; filter:blur(80px); opacity:.28; pointer-events:none; z-index:-1; }
.glow-a { left:-100px; bottom:0; background:#0A6EFF; }
.glow-b { right:15%; top:8%; background:#00BFFF; }

.store-category-bar { position:sticky; top:0; z-index:1000; padding:12px clamp(15px,4vw,70px); border-top:1px solid rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.07); background:rgba(3,10,22,.78); backdrop-filter:blur(18px); }
.store-category-inner { max-width:1280px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.store-filter-group { display:flex; flex-wrap:wrap; gap:8px; }
.store-filter { border:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.03); color:rgba(255,255,255,.63); border-radius:11px; padding:10px 13px; font-size:12px; font-weight:700; cursor:pointer; transition:.2s ease; }
.store-filter:hover { color:#fff; border-color:rgba(10,111,255,.35); }
.store-filter.active { color:#fff; background:rgba(10,111,255,.15); border-color:rgba(10,111,255,.45); box-shadow:0 0 20px rgba(10,111,255,.1); }
.store-search { display:flex; align-items:center; gap:9px; width:min(300px,36vw); height:42px; padding:0 13px; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:rgba(255,255,255,.035); }
.store-search i { color:#5aa5ff; font-size:13px; }
.store-search input { width:100%; border:0; outline:0; background:transparent; color:#fff; font-family:inherit; font-size:12px; }
.store-search input::placeholder { color:rgba(255,255,255,.36); }

.store-section { max-width:1280px; margin:0 auto; padding:90px clamp(18px,4vw,35px) 80px; }
.store-section-heading { display:flex; justify-content:space-between; align-items:end; gap:25px; margin-bottom:35px; }
.store-section-heading h2 { margin:8px 0 0; color:#fff; font-size:clamp(28px,4vw,44px); line-height:1.1; letter-spacing:-.025em; }
.store-section-heading > p { margin:0; color:rgba(255,255,255,.4); font-size:12px; font-weight:700; }
.store-products-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; align-items:stretch; }
.product-card { display:flex; flex-direction:column; min-width:0; border-radius:24px; overflow:hidden; background:linear-gradient(145deg,rgba(11,24,45,.82),rgba(5,12,24,.88)); border:1px solid var(--store-border); box-shadow:0 15px 45px rgba(0,0,0,.17); transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease; }
.product-card:hover { transform:translateY(-7px); border-color:rgba(10,111,255,.32); box-shadow:0 22px 55px rgba(0,0,0,.25),0 0 30px rgba(10,111,255,.07); }
.product-card-featured { border-color:rgba(0,191,255,.2); }
.product-media { position:relative; height:230px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:radial-gradient(circle at center, rgba(10,111,255,.11), rgba(255,255,255,.02) 48%, transparent 75%); }
.product-media::after { content:""; position:absolute; inset:auto 10% 0; height:1px; background:linear-gradient(90deg,transparent,rgba(10,111,255,.42),transparent); }
.product-media img { width:82%; height:190px; object-fit:contain; transition:transform .45s ease; filter:drop-shadow(0 18px 18px rgba(0,0,0,.24)); }
.product-card:hover .product-media img { transform:scale(1.06) translateY(-3px); }
.product-ribbon { position:absolute; top:14px; left:14px; z-index:2; padding:7px 9px; border-radius:999px; font-size:9px; font-weight:900; letter-spacing:.08em; }
.ribbon-yellow { color:#222; background:#ffc928; }
.ribbon-blue { color:#b8d8ff; background:rgba(10,111,255,.14); border:1px solid rgba(10,111,255,.27); }
.ribbon-gradient { color:#fff; background:linear-gradient(135deg,#0a6eff,#00bfff); }
.product-category { position:absolute; right:14px; top:14px; z-index:2; padding:7px 9px; border-radius:999px; background:rgba(0,0,0,.24); border:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.52); font-size:9px; font-weight:800; letter-spacing:.08em; }
.product-body { display:flex; flex:1; flex-direction:column; padding:20px; }
.product-body h3 { margin:0 0 8px; color:#fff; font-size:18px; line-height:1.25; }
.product-summary { min-height:43px; margin:0; color:rgba(255,255,255,.48); font-size:12px; line-height:1.55; }
.product-meta { display:flex; flex-wrap:wrap; gap:6px; margin-top:15px; }
.product-meta span { display:inline-flex; align-items:center; gap:6px; padding:7px 9px; border-radius:9px; background:rgba(255,255,255,.035); color:rgba(255,255,255,.57); font-size:9px; font-weight:700; }
.product-meta i { color:#54a4ff; }
.product-footer { display:flex; justify-content:space-between; align-items:end; gap:10px; margin-top:20px; }
.product-price { display:flex; align-items:end; gap:5px; flex-wrap:wrap; }
.product-price small { flex-basis:100%; color:rgba(255,255,255,.32); font-size:9px; font-weight:700; }
.product-price strong { color:#fff; font-size:22px; line-height:1; }
.product-price span { color:rgba(255,255,255,.38); font-size:9px; padding-bottom:2px; }
.product-stock { color:#49d98b; font-size:9px; font-weight:800; white-space:nowrap; }
.product-stock.low { color:#f5b63a; }
.product-stock i { font-size:7px; margin-right:4px; }
.product-actions { display:grid; grid-template-columns:1fr 48px; gap:8px; margin-top:18px; }
.product-actions button { min-height:43px; border-radius:11px; font-family:inherit; font-size:11px; font-weight:800; cursor:pointer; transition:.2s ease; }
.product-actions .btn-producto { border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.035); color:#fff; }
.product-actions .btn-producto:hover { background:rgba(10,111,255,.11); border-color:rgba(10,111,255,.3); }
.product-actions .btn-buy { border:0; background:linear-gradient(135deg,#0a6eff,#0788ff); color:#fff; box-shadow:0 10px 22px rgba(10,111,255,.17); }
.product-actions .btn-buy:hover { transform:translateY(-2px); }
.empty-store { text-align:center; padding:70px 15px; color:rgba(255,255,255,.55); }
.empty-store i { font-size:42px; color:#398fff; margin-bottom:15px; }
.empty-store h3 { color:#fff; margin:0 0 8px; }
.empty-store p { margin:0 0 20px; }

.store-help-section { max-width:1280px; margin:0 auto; padding:10px 35px 100px; }
.store-help-card { position:relative; display:grid; grid-template-columns:auto 1fr auto; gap:25px; align-items:center; padding:35px; border-radius:28px; border:1px solid rgba(10,111,255,.2); background:linear-gradient(120deg,rgba(10,111,255,.13),rgba(0,191,255,.05) 45%,rgba(255,255,255,.025)); overflow:hidden; }
.store-help-card::after { content:""; position:absolute; width:260px; height:260px; right:-120px; top:-120px; border-radius:50%; background:radial-gradient(circle,rgba(0,191,255,.16),transparent 70%); }
.help-icon { width:60px; height:60px; display:grid; place-items:center; border-radius:18px; background:rgba(37,211,102,.11); border:1px solid rgba(37,211,102,.18); color:#44d889; font-size:26px; }
.store-help-card h2 { margin:7px 0 8px; color:#fff; font-size:clamp(22px,3vw,32px); line-height:1.15; }
.store-help-card p { margin:0; color:rgba(255,255,255,.48); font-size:13px; }
.store-help-card .btn-store-primary { position:relative; z-index:2; white-space:nowrap; }

@keyframes floatStoreDevice { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-10px); } }
@keyframes spinSlow { to { transform:rotate(360deg); } }
@keyframes spinSlowReverse { to { transform:rotate(-360deg); } }

@media (max-width: 1050px) {
    .store-hero { grid-template-columns:1fr; padding-top:120px; }
    .store-hero-content { max-width:850px; }
    .store-hero-feature { width:min(620px,100%); justify-self:center; }
    .store-products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 800px) {
    .store-category-inner { align-items:stretch; flex-direction:column; }
    .store-search { width:100%; }
    .store-section-heading { align-items:start; flex-direction:column; }
    .store-help-card { grid-template-columns:auto 1fr; }
    .store-help-card .btn-store-primary { grid-column:1 / -1; width:100%; }
}

@media (max-width: 620px) {
    .store-hero { min-height:auto; padding:110px 16px 55px; }
    .store-hero h1 { font-size:44px; }
    .store-hero-actions { flex-direction:column; }
    .btn-store-primary,.btn-store-secondary { width:100%; }
    .store-trust-row { display:grid; grid-template-columns:1fr; gap:9px; }
    .store-hero-feature { min-height:0; padding:20px; border-radius:24px; }
    .feature-device-wrap { height:220px; }
    .feature-device-wrap img { height:185px; }
    .feature-ring.ring-one { width:210px; height:210px; }
    .feature-ring.ring-two { width:160px; height:160px; }
    .feature-price strong { font-size:30px; }
    .store-category-bar { padding:10px 12px; }
    .store-filter-group { display:grid; grid-template-columns:repeat(2,1fr); }
    .store-filter { width:100%; }
    .store-section { padding:65px 14px; }
    .store-products-grid { grid-template-columns:1fr; gap:16px; }
    .product-media { height:220px; }
    .product-body { padding:18px; }
    .store-help-section { padding:0 14px 70px; }
    .store-help-card { grid-template-columns:1fr; text-align:center; padding:26px 18px; }
    .help-icon { margin:auto; }
}

@media (prefers-reduced-motion: reduce) {
    .feature-device-wrap img,.ring-one,.ring-two { animation:none !important; }
    .product-card,.product-media img,.btn-store-primary,.btn-store-secondary,.btn-buy { transition:none !important; }
}
