:root{--bg:#050a11;--panel:#0a121d;--panel2:#0d1825;--line:#17283b;--text:#f5f9ff;--muted:#8798ab;--blue:#148cff;--cyan:#17d9ef;--green:#27d980}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;background:rgba(5,10,17,.84);backdrop-filter:blur(20px);z-index:50}.brand img{width:250px;height:58px;object-fit:cover;object-position:center}.header nav{display:flex;gap:30px}.header a{color:#b5c1cf;text-decoration:none;font-size:14px}.header nav a:hover{color:white}.header-cta{border:1px solid #225d96!important;padding:12px 18px;border-radius:9px;background:#0b1a29}
.hero{min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:70px 6% 80px;position:relative;background:radial-gradient(circle at 76% 40%,rgba(0,144,255,.14),transparent 28%),linear-gradient(180deg,#050b13,#060c14)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#1b91ff,transparent);opacity:.45}.hero-copy{max-width:730px;z-index:2}.eyebrow,.kicker{color:#47b9ff;font-size:12px;font-weight:800;letter-spacing:2.2px}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow i{width:7px;height:7px;background:var(--cyan);border-radius:50%;box-shadow:0 0 16px var(--cyan)}h1,h2,h3{font-family:"Space Grotesk",Inter,sans-serif}.hero h1{font-size:clamp(54px,5vw,82px);line-height:.98;letter-spacing:-3.5px;margin:25px 0}.hero h1 span{display:block;background:linear-gradient(90deg,#168fff,#22d6ed);-webkit-background-clip:text;color:transparent}.hero-copy>p{max-width:650px;color:#9babbc;font-size:18px;line-height:1.75}.hero-actions{display:flex;gap:12px;margin:34px 0}.btn{border:0;text-decoration:none;padding:15px 21px;border-radius:10px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:15px;cursor:pointer}.primary{background:linear-gradient(135deg,#087df0,#14b9e8);color:white;box-shadow:0 12px 35px rgba(10,135,244,.18)}.ghost{color:#dce7f3;border:1px solid #22364b;background:#0a1420}.trust{display:flex;gap:24px;color:#8ea0b3;font-size:13px;flex-wrap:wrap}.trust b{color:var(--cyan)}.hero-visual{height:590px;position:relative;display:flex;align-items:center;justify-content:center}.hero-visual>img{width:92%;height:82%;object-fit:cover;border-radius:26px;filter:saturate(.85) contrast(1.06);mask-image:linear-gradient(to right,transparent 0,#000 14%,#000 90%,transparent 100%);position:relative;z-index:2}.orb{position:absolute;width:420px;height:420px;background:#078cff;border-radius:50%;filter:blur(130px);opacity:.14}.float-card{position:absolute;z-index:3;background:rgba(8,19,31,.8);border:1px solid #24425f;backdrop-filter:blur(15px);padding:15px 18px;border-radius:13px;min-width:160px;box-shadow:0 20px 50px rgba(0,0,0,.3)}.float-card small{display:block;color:#47b9ff;font-size:9px;letter-spacing:1.5px}.float-card strong{display:block;margin:5px 0;font-size:15px}.float-card span{color:#7f92a7;font-size:11px}.fc1{left:1%;bottom:16%}.fc2{right:0;top:20%}
.brands{padding:32px 6%;border-bottom:1px solid #101e2c;background:#071019;overflow:hidden}.brands>p{text-align:center;color:#53677b;font-size:10px;letter-spacing:2px;font-weight:800;margin:0 0 24px}.brand-track{display:flex;justify-content:space-around;align-items:center;gap:28px;white-space:nowrap}.brand-track span{font-family:"Space Grotesk";font-size:20px;font-weight:700;color:#aab9c8}.brand-track i{width:4px;height:4px;background:#1a8fe9;border-radius:50%}
.categories,.catalog,.tech-zone,.how{padding:100px 6%}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-head h2,.tech-zone h2,.how h2{font-size:clamp(36px,4vw,54px);letter-spacing:-2px;margin:10px 0 0}.section-head>p{max-width:480px;color:var(--muted);line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.category-grid button{min-height:185px;text-align:left;background:linear-gradient(145deg,#09131f,#0b1622);border:1px solid #15283b;border-radius:15px;padding:25px;color:white;cursor:pointer;transition:.25s}.category-grid button:hover{transform:translateY(-5px);border-color:#178ce8;background:#0d1b29}.category-grid span{display:block;color:#188ef0;font:700 12px "Space Grotesk";margin-bottom:35px}.category-grid b{display:block;font:600 19px "Space Grotesk";margin-bottom:10px}.category-grid small{color:#7f91a5;line-height:1.55;font-size:13px}
.catalog{background:#071019}.catalog-tools{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.search{position:relative;flex:1;max-width:560px}.search span{position:absolute;left:16px;top:10px;font-size:25px;color:#65798d}.search input{width:100%;height:48px;background:#0a1521;border:1px solid #1a2b3d;border-radius:10px;color:white;padding:0 18px 0 48px;outline:none}.search input:focus{border-color:#168ff0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:#0a1521;border:1px solid #1a2b3d;color:#8fa0b2;border-radius:9px;padding:0 15px;cursor:pointer}.filters button.active,.filters button:hover{background:#0c70cc;border-color:#168ff0;color:white}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:linear-gradient(180deg,#0b1622,#09111b);border:1px solid #17293b;border-radius:18px;overflow:hidden;position:relative;transition:.3s}.product:hover{transform:translateY(-6px);border-color:#1b6ca9;box-shadow:0 24px 50px rgba(0,0,0,.24)}.product-media{height:235px;background:radial-gradient(circle at 50% 40%,#142c43,#08111a 65%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:86%;height:86%;object-fit:contain}.product-body{padding:22px}.product-brand{font-size:10px;letter-spacing:2px;color:#3ca9fa;font-weight:800;margin:0 0 8px}.product h3{font-size:20px;margin:0 0 10px;min-height:50px}.desc{color:#7f91a5;font-size:13px;line-height:1.6;min-height:63px}.specs{display:flex;gap:6px;flex-wrap:wrap;margin:18px 0}.specs span{border:1px solid #1c3043;background:#0c1824;color:#9fb0c1;font-size:10px;padding:6px 8px;border-radius:6px}.price{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:4px 10px;border-top:1px solid #142536;padding-top:17px}.price del{color:#617488;font-size:13px}.price strong{font:700 27px "Space Grotesk";grid-row:1/3;grid-column:2;justify-self:end}.price em{font-style:normal;color:#2fdb8a;font-size:9px;font-weight:800;letter-spacing:.7px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.actions button{height:41px;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer}.detail{background:#0d1a27;border:1px solid #1c3a56;color:#c7d6e4}.buy{background:linear-gradient(135deg,#0c79df,#12b5e2);border:0;color:white}.ribbon{position:absolute;z-index:5;top:22px;left:-47px;width:190px;padding:8px 0;transform:rotate(-45deg);background:linear-gradient(90deg,#0878ee,#12cbe9);text-align:center;font-size:9px;font-weight:900;letter-spacing:1.1px;box-shadow:0 6px 20px rgba(0,113,255,.25)}.glyph{width:112px;height:112px;border:1px solid #1d8bd7;border-radius:25px;display:grid;place-items:center;font:700 30px "Space Grotesk";color:#dff5ff;background:linear-gradient(145deg,#0c3d67,#0a1724);box-shadow:0 0 50px rgba(12,145,234,.18)}.empty{display:none;text-align:center;color:#7e91a5;padding:60px}
.tech-zone{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:radial-gradient(circle at 15% 60%,rgba(0,126,255,.13),transparent 30%)}.tech-copy h2 span{color:#279ef5}.tech-copy>p:not(.kicker){color:#8799ac;line-height:1.75;max-width:600px;margin-bottom:30px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metrics div{background:#09131e;border:1px solid #15283a;border-radius:14px;padding:25px}.metrics b{display:block;color:#148ff4;font-size:11px;margin-bottom:30px}.metrics strong{display:block;font:600 17px "Space Grotesk";margin-bottom:8px}.metrics span{color:#7e91a5;font-size:12px;line-height:1.5}.how{text-align:center;background:#071019}.steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:45px auto 0;gap:15px;text-align:left}.steps div{padding:30px;border-top:1px solid #1d90e5;background:#09131e}.steps span{color:#1c99f4;font-size:11px}.steps h3{font-size:22px}.steps p{color:#7f91a5;font-size:13px}
footer{padding:60px 6% 35px;border-top:1px solid #132131;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;position:relative}.footer-brand img{width:280px;height:72px;object-fit:cover}.footer-brand p{color:#71859a}footer>div:not(.footer-brand):not(.developed){display:flex;flex-direction:column;gap:12px}footer b{font-size:13px}footer a,footer span{color:#75889b;text-decoration:none;font-size:12px}.developed{grid-column:1/-1;border-top:1px solid #111f2d;padding-top:25px;color:#536679;font-size:11px}.developed strong{color:#71879c}
.chat{position:fixed;right:25px;bottom:25px;z-index:70}.chat-fab{width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#0c83ee,#15d0e7);color:white;font-size:24px;cursor:pointer;box-shadow:0 10px 35px rgba(0,129,255,.35)}.chat-panel{position:absolute;right:0;bottom:72px;width:310px;background:#0a1420;border:1px solid #1c3349;border-radius:15px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}.chat-panel.open{opacity:1;visibility:visible;transform:none}.chat-head{padding:16px;background:linear-gradient(135deg,#0b67b9,#0aa9ca);display:flex;justify-content:space-between}.chat-head div{display:flex;flex-direction:column}.chat-head small{font-size:9px;margin-top:4px}.chat-head button{background:none;border:0;color:white;font-size:22px}.chat-body{padding:16px}.chat-body p{font-size:13px;color:#b9c8d6}.chat-body button{width:100%;margin-top:7px;padding:10px;text-align:left;background:#0d1b29;border:1px solid #1a354d;color:#d7e3ee;border-radius:8px;cursor:pointer}.modal{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:80;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(540px,100%);background:#0b1622;border:1px solid #1b3852;border-radius:18px;padding:35px;position:relative}.modal-card h2{font-size:34px}.modal-card>p:not(.kicker){color:#8295a8;line-height:1.7}.modal-close{position:absolute;right:15px;top:12px;background:none;border:0;color:white;font-size:25px;cursor:pointer}
@media(max-width:1100px){.header nav{display:none}.hero{grid-template-columns:1fr}.hero-visual{height:480px}.products{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.tech-zone{grid-template-columns:1fr}}
@media(max-width:650px){.header{padding:0 4%;height:72px}.brand img{width:195px;height:48px}.header-cta{display:none}.hero{padding:55px 5%;min-height:auto}.hero h1{font-size:49px;letter-spacing:-2.4px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-visual{height:390px}.fc2{display:none}.brands{padding-left:0;padding-right:0}.brand-track{justify-content:flex-start;overflow:auto;padding:0 25px}.categories,.catalog,.tech-zone,.how{padding:75px 5%}.section-head{display:block}.category-grid,.products,.metrics,.steps{grid-template-columns:1fr}.catalog-tools{flex-direction:column}.filters button{height:38px}.product-media{height:260px}footer{grid-template-columns:1fr}.developed{grid-column:1}.trust{gap:12px}.chat{right:15px;bottom:15px}}

/* ===== TIENDA V3 / DISEÑO APROBADO ===== */
.hero-mini-benefits{display:flex;gap:28px;margin:28px 0 8px;flex-wrap:wrap}.hero-mini-benefits span{color:#d4e2ef;font-size:12px;line-height:1.35}.hero-side-copy{position:absolute;right:0;top:16%;z-index:4;text-align:right}.hero-side-copy strong{font:700 25px/1.15 "Space Grotesk";color:#78caff}.hero-side-copy span{display:block;margin-top:25px;color:#8ab0cc;font-size:11px;line-height:1.8;letter-spacing:1px}
.brands{padding:0 3%;background:#07111b}.brand-logos{display:grid;grid-template-columns:repeat(10,1fr);min-height:74px}.brand-logo{border-right:1px solid #173047;display:flex;align-items:center;justify-content:center;gap:8px;color:#e7f0f8;font-size:14px}.brand-logo:first-child{border-left:1px solid #173047}.brand-logo span{font-size:24px}.brand-logo.microsoft span{color:#22a8ff}.brand-logo.adobe span{color:#ff3131}.brand-logo.autodesk span{color:#48b8f4}.brand-logo.eset b{color:#54d8d5;border:2px solid #54d8d5;border-radius:5px;padding:2px 6px}.brand-logo.corel span{color:#25b9f1}.brand-logo.mcafee span{color:#e83636}.brand-logo.kaspersky b{color:#1dd8b6}.brand-logo.canva b{color:#2fd9ee;font-style:italic}
.catalog{padding-top:45px}.store-layout{display:grid;grid-template-columns:260px 1fr;gap:26px}.store-sidebar{display:flex;flex-direction:column;gap:16px}.side-box{background:#09131e;border:1px solid #193148;border-radius:14px;padding:16px}.side-box h3{font-size:15px;margin:0 0 14px}.side-box button{width:100%;border:0;background:transparent;color:#b4c3d1;text-align:left;padding:11px 10px;border-radius:7px;cursor:pointer;display:flex;justify-content:space-between;font-size:12px}.side-box button:hover,.side-box button.active{background:#0a3c69;color:white;border:1px solid #0d76c8}.filters-side label{display:block;color:#9fb0c0;font-size:12px;margin:11px 2px}.filters-side input{accent-color:#168ff0;margin-right:8px}.store-main .products{grid-template-columns:repeat(3,1fr)}.store-main .catalog-tools{margin-top:0}.offer{background:linear-gradient(90deg,#ef3939,#ff7a23)}
.box-art{width:72%;height:82%;background:linear-gradient(145deg,#fff,#edf2f7);color:#0c1721;border-radius:8px;padding:20px;display:flex;flex-direction:column;justify-content:center;box-shadow:12px 14px 30px rgba(0,0,0,.28);transform:perspective(500px) rotateY(-5deg)}.box-art small{font-size:9px;color:#394957}.box-art b{font:700 28px "Space Grotesk";margin:8px 0}.box-art span{font-size:13px;line-height:1.2}.box-art em{font-style:normal;margin-top:auto;font-weight:800;font-size:12px}.office21 b,.a1 b,.nitro b{color:#f05b22}.m365 b{color:#111}.family b{color:#158a75}.visio b{color:#0865c4}.project b{color:#138847}.powerbi{background:linear-gradient(145deg,#ffd847,#f0a90c)}.powerbi b{color:#111}.powerbi.pro{background:linear-gradient(145deg,#ffdc45,#171717);color:white}.nitro{background:linear-gradient(145deg,#fff,#f6f6f6)}
@media(max-width:1250px){.brand-logos{grid-template-columns:repeat(5,1fr)}.brand-logo{min-height:62px}.store-main .products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.store-layout{grid-template-columns:1fr}.store-sidebar{display:none}.store-main .products{grid-template-columns:repeat(2,1fr)}.hero-side-copy{display:none}}
@media(max-width:600px){.brand-logos{display:flex;overflow:auto}.brand-logo{min-width:140px}.store-main .products{grid-template-columns:1fr}.hero-mini-benefits{gap:14px}}

/* ===== PANEL PUBLICO V4.1 ===== */
.stats-panel{width:94%;margin:22px auto 28px;padding:24px 30px;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(115deg,#02070d,#071422);border:1px solid #17334a;border-radius:24px;overflow:hidden}
.stats-panel__item{min-width:0;display:flex;align-items:center;justify-content:center;gap:22px;padding:10px 26px;position:relative}
.stats-panel__item:not(:last-child)::after{content:"";position:absolute;right:0;top:8%;width:1px;height:84%;background:#2a3b4d}
.stats-panel__icon{width:58px;height:58px;display:grid;place-items:center;border:2px solid #12b8ff;border-radius:18px;color:#12b8ff;font-size:28px;font-weight:800}
.stats-panel__item>div:last-child{display:flex;flex-direction:column;gap:5px}
.stats-panel strong{color:#49ccff;font:800 36px/1 "Space Grotesk",sans-serif;white-space:nowrap}
.stats-panel span{color:#f3f7fb;font-size:15px;line-height:1.3}
@media(max-width:1000px){.stats-panel{grid-template-columns:repeat(2,1fr)}.stats-panel__item:nth-child(2)::after{display:none}.stats-panel__item{padding:18px 24px}}
@media(max-width:600px){.stats-panel{width:92%;grid-template-columns:1fr;padding:12px 18px}.stats-panel__item{justify-content:flex-start;padding:18px 8px}.stats-panel__item:not(:last-child)::after{top:auto;bottom:0;width:100%;height:1px}.stats-panel strong{font-size:30px}}


/* ===== CONTADORES ANIMADOS V4.2 ===== */
.stats-panel__item{transition:transform .35s ease,border-color .35s ease,background .35s ease}
.stats-panel--activo .stats-panel__item{animation:statsEntrada .62s ease both}
.stats-panel--activo .stats-panel__item:nth-child(2){animation-delay:.08s}
.stats-panel--activo .stats-panel__item:nth-child(3){animation-delay:.16s}
.stats-panel--activo .stats-panel__item:nth-child(4){animation-delay:.24s}
.contador-animado{display:inline-block;min-width:88px;font-variant-numeric:tabular-nums;transform-origin:left center}
.contador-en-marcha{animation:contadorPulso .55s ease-in-out infinite alternate}
.contador-finalizado{animation:contadorFinal .45s ease both}
.stats-panel--activo .stats-panel__icon{animation:iconoEntrada .7s ease both}
@keyframes statsEntrada{from{opacity:.35;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes contadorPulso{from{transform:scale(1);filter:brightness(1)}to{transform:scale(1.045);filter:brightness(1.22)}}
@keyframes contadorFinal{0%{transform:scale(1)}55%{transform:scale(1.09)}100%{transform:scale(1)}}
@keyframes iconoEntrada{0%{transform:scale(.82);opacity:.5}65%{transform:scale(1.08);opacity:1}100%{transform:scale(1)}}
@media (prefers-reduced-motion: reduce){.stats-panel__item,.stats-panel__icon,.contador-animado{animation:none!important;transition:none!important}}


/* =========================================================
   V4.3 — PRODUCTO MODELO: OFFICE 2024 PROFESSIONAL PLUS
   ========================================================= */
.products-single{
  grid-template-columns:minmax(300px,420px) !important;
  justify-content:start;
}
.product-model{max-width:420px}
.price-single{grid-template-columns:1fr!important}
.price-single strong{
  grid-row:auto!important;
  grid-column:auto!important;
  justify-self:start!important;
  color:#43c7ff;
}
.price-single em{font-size:10px}
.actions a{
  height:41px;
  border-radius:8px;
  font-weight:700;
  font-size:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.product-detail-link{
  background:#0d1a27;
  border:1px solid #1c3a56;
  color:#c7d6e4;
}

.product-page{
  margin:0;
  min-height:100%;
  background:#050b13;
  color:#edf7ff;
  font-family:"Inter",Arial,sans-serif;
}
.product-page-header{
  min-height:82px;
  padding:12px 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #173047;
  background:#050c14;
}
.product-page-brand img{width:270px;max-width:60vw;height:55px;object-fit:cover}
.back-button{
  border:1px solid #1d4b6c;
  background:#0a1622;
  color:#d7e8f5;
  padding:11px 16px;
  border-radius:9px;
  cursor:pointer;
}
.product-detail-shell{
  width:min(1180px,92%);
  margin:0 auto;
  padding:46px 0 80px;
}
.product-detail-hero{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);
  gap:46px;
  align-items:start;
}
.product-detail-gallery{
  position:relative;
  background:linear-gradient(180deg,#0b1622,#08121c);
  border:1px solid #18334a;
  border-radius:22px;
  padding:28px;
}
.product-detail-badge{
  position:absolute;
  z-index:2;
  top:18px;
  left:18px;
  padding:7px 12px;
  border-radius:999px;
  background:#ef3a3a;
  color:white;
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
}
.product-detail-image{
  min-height:420px;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 50% 40%,#153149,#07111a 68%);
  border-radius:16px;
  overflow:hidden;
}
.product-detail-image img{
  width:82%;
  max-height:380px;
  object-fit:contain;
  border-radius:12px;
}
.gallery-note{
  margin:16px 0 0;
  color:#7690a5;
  text-align:center;
  font-size:12px;
}
.product-detail-summary h1{
  margin:7px 0 8px;
  font:700 clamp(30px,4vw,48px)/1.05 "Space Grotesk",Arial,sans-serif;
  letter-spacing:-1.8px;
}
.product-reference{font-size:11px;color:#657f94;letter-spacing:1px}
.availability{
  display:inline-flex;
  margin:18px 0;
  color:#4ee38e;
  font-size:12px;
  font-weight:700;
}
.product-detail-price{
  padding:20px 0;
  border-top:1px solid #172a3a;
  border-bottom:1px solid #172a3a;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:3px 14px;
  align-items:end;
}
.product-detail-price span,
.product-detail-price small{color:#71899e;font-size:11px}
.product-detail-price strong{
  grid-row:1/3;
  grid-column:2;
  justify-self:end;
  font:800 42px/1 "Space Grotesk",sans-serif;
  color:#43c7ff;
}
.quick-specs{
  margin:22px 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.quick-specs div{
  padding:13px 14px;
  border:1px solid #173047;
  border-radius:10px;
  background:#09141f;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.quick-specs b{font-size:10px;color:#698096;text-transform:uppercase;letter-spacing:.8px}
.quick-specs span{font-size:13px;color:#e7f3fc}
.quantity-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:17px;
  border:1px solid #1a334a;
  border-radius:13px;
  background:#08131e;
}
.quantity-box>div:first-child>span{display:block;margin-bottom:8px;font-size:10px;color:#8095a8;font-weight:700}
.quantity-control{display:flex;align-items:center;gap:12px}
.quantity-control button{
  width:34px;height:34px;border-radius:50%;border:1px solid #24455f;
  background:#0c1a27;color:white;font-size:18px;cursor:pointer;
}
.quantity-control button:disabled{opacity:.35;cursor:not-allowed}
.quantity-control strong{min-width:24px;text-align:center}
.quantity-total{text-align:right}
.quantity-total small{display:block;color:#738a9d;font-size:10px}
.quantity-total strong{font:800 22px "Space Grotesk";color:#43c7ff}
.product-whatsapp{width:100%;margin-top:15px;border:0;cursor:pointer;font-size:14px}
.purchase-trust{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-top:16px;
  color:#8fa7ba;
  font-size:11px;
}
.activation-condition{
  margin-top:16px;
  color:#657e92;
  font-size:10px;
  line-height:1.6;
}
.product-detail-content{
  display:grid;
  gap:18px;
  margin-top:40px;
}
.detail-card{
  background:linear-gradient(180deg,#0a1520,#071019);
  border:1px solid #173047;
  border-radius:18px;
  padding:28px;
}
.detail-card h2{
  margin:4px 0 15px;
  font:700 25px/1.2 "Space Grotesk",Arial,sans-serif;
}
.detail-card>p:not(.kicker){
  color:#9ab0c2;
  font-size:13px;
  line-height:1.8;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.feature-grid div{
  padding:13px 15px;
  border:1px solid #172d40;
  background:#08131d;
  border-radius:10px;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.feature-grid b{color:#4bbcf4;font-size:11px}
.feature-grid span{color:#c5d4df;font-size:12px;line-height:1.45}
.apps-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
}
.apps-grid span{
  min-height:72px;
  display:grid;
  place-items:center;
  border:1px solid #17364f;
  border-radius:11px;
  background:#091725;
  color:#d9ecf8;
  font-weight:700;
  font-size:12px;
}
.activation-steps{
  display:grid;
  gap:13px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
  counter-reset:activation;
}
.activation-steps li{
  counter-increment:activation;
  position:relative;
  padding:16px 18px 16px 58px;
  border:1px solid #173149;
  border-radius:12px;
  background:#08131e;
  color:#9db2c2;
  font-size:12px;
  line-height:1.6;
}
.activation-steps li::before{
  content:counter(activation);
  position:absolute;
  left:15px;
  top:14px;
  width:29px;height:29px;border-radius:50%;
  display:grid;place-items:center;
  background:#0b76c9;
  color:white;font-weight:800;
}
.activation-steps b{display:block;color:#e7f5ff;margin-bottom:2px}
.official-note{
  margin-top:18px;
  padding:16px;
  background:#071b2b;
  border:1px solid #17527b;
  border-radius:11px;
  color:#91aabc;
  font-size:11px;
  line-height:1.7;
}
.official-note a{display:inline-block;margin-left:5px;color:#4dc9ff;text-decoration:none}
.download-card{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:30px;
}
.download-path code{color:#52caff}
.download-action{
  min-width:270px;
  display:flex;
  flex-direction:column;
  gap:9px;
}
.download-status{
  color:#f1b84a;
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
}
.download-disabled{
  border:1px solid #2b4559;
  background:#0c1822!important;
  color:#708699!important;
  cursor:not-allowed!important;
  opacity:.7;
}
.download-action small{color:#647d91;font-size:10px;line-height:1.5}
.product-page-footer{
  border-top:1px solid #173047;
  padding:25px 5%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  background:#050c14;
  color:#637d90;
  font-size:11px;
}
.product-page-footer img{width:210px;height:45px;object-fit:cover}

@media(max-width:850px){
  .product-detail-hero{grid-template-columns:1fr}
  .apps-grid{grid-template-columns:repeat(4,1fr)}
  .download-card{grid-template-columns:1fr}
  .download-action{min-width:0}
}
@media(max-width:600px){
  .product-page-header{padding:10px 4%}
  .product-page-brand img{width:190px;height:42px}
  .back-button{font-size:10px;padding:9px 10px}
  .product-detail-shell{width:92%;padding-top:24px}
  .product-detail-gallery{padding:16px}
  .product-detail-image{min-height:300px}
  .product-detail-summary h1{font-size:34px}
  .quick-specs,.feature-grid{grid-template-columns:1fr}
  .apps-grid{grid-template-columns:repeat(2,1fr)}
  .detail-card{padding:20px}
  .quantity-box{align-items:flex-end}
  .product-page-footer{flex-direction:column;align-items:flex-start}
}


/* =========================================================
   V4.4 — AJUSTES FINALES DEL PRODUCTO MODELO OFFICE
   ========================================================= */

.offer-price del{
  color:#6f8497;
  font-size:12px;
}
.offer-price strong{
  color:#43c7ff;
}
.offer-price em{
  color:#5de69b;
  font-weight:800;
}

.product-detail-price-offer{
  grid-template-columns:1fr auto;
  gap:10px 20px;
  align-items:end;
}
.old-price-wrap,
.current-price-wrap{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.old-price-wrap span,
.current-price-wrap span{
  color:#70899d;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.old-price-wrap del{
  color:#74889a;
  font-size:18px;
}
.current-price-wrap{
  align-items:flex-end;
}
.current-price-wrap strong{
  font:800 42px/1 "Space Grotesk",sans-serif;
  color:#43c7ff;
}
.current-price-wrap small{
  color:#6e879b;
  font-size:10px;
}
.save-pill{
  grid-column:1/-1;
  justify-self:start;
  display:inline-flex;
  padding:7px 10px;
  border:1px solid rgba(78,227,142,.28);
  border-radius:999px;
  background:rgba(78,227,142,.09);
  color:#5de69b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.5px;
}

.delivery-highlight{
  margin:18px 0 5px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
  background:linear-gradient(135deg,#071d2e,#0a1722);
  border:1px solid #17527b;
  border-radius:13px;
}
.delivery-highlight__icon{
  flex:0 0 auto;
  width:45px;height:45px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#0a3453;
  font-size:22px;
}
.delivery-highlight b{
  display:block;
  margin-bottom:4px;
  color:#eaf7ff;
  font-size:13px;
}
.delivery-highlight span{
  color:#89a3b7;
  font-size:11px;
  line-height:1.5;
}

.delivery-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.delivery-process-grid>div{
  position:relative;
  padding:18px;
  min-height:155px;
  background:#08131e;
  border:1px solid #173149;
  border-radius:12px;
}
.delivery-number{
  display:block;
  margin-bottom:18px;
  color:#3fc8ff;
  font:800 25px/1 "Space Grotesk",sans-serif;
}
.delivery-process-grid b{
  display:block;
  margin-bottom:7px;
  color:#eaf6ff;
  font-size:13px;
}
.delivery-process-grid p{
  margin:0;
  color:#7f98aa;
  font-size:11px;
  line-height:1.6;
}

.apps-grid-icons{
  grid-template-columns:repeat(7,1fr);
}
.app-tile{
  min-width:0;
  min-height:125px;
  padding:15px 9px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#08131e;
  border:1px solid #17364f;
  border-radius:13px;
}
.app-tile img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.app-tile span{
  color:#dcebf6;
  font-size:11px;
  font-weight:700;
}
.apps-note{
  margin:15px 0 0!important;
  color:#617d91!important;
  font-size:10px!important;
}

.back-button{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

@media(max-width:1000px){
  .delivery-process-grid{grid-template-columns:repeat(2,1fr)}
  .apps-grid-icons{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:600px){
  .product-detail-price-offer{grid-template-columns:1fr 1fr}
  .current-price-wrap strong{font-size:34px}
  .delivery-process-grid{grid-template-columns:1fr}
  .apps-grid-icons{grid-template-columns:repeat(2,1fr)}
}


/* =========================================================
   V4.5 — LEGIBILIDAD + ICONOS REALES DEL PRODUCTO
   ========================================================= */

/* -------- CARTILLA DEL CATÁLOGO -------- */
.product-model{
  max-width:455px;
}

.product-model .product-body{
  padding:20px 20px 22px;
}

.product-model .product-brand{
  font-size:11px;
  letter-spacing:1.15px;
  margin-bottom:7px;
}

.product-model h3{
  font-size:20px;
  line-height:1.2;
  margin-bottom:10px;
}

.product-model .desc{
  font-size:13.5px;
  line-height:1.55;
  color:#9fb3c3;
}

.product-model .specs{
  gap:8px;
  margin-top:15px;
}

.product-model .specs span{
  font-size:11.5px;
  line-height:1.35;
  padding:7px 9px;
}

.product-model .offer-price{
  margin-top:18px;
  padding-top:15px;
}

.product-model .offer-price del{
  font-size:13px;
}

.product-model .offer-price strong{
  font-size:31px !important;
  line-height:1;
  letter-spacing:-.7px;
  color:#45c9ff;
}

.product-model .offer-price em{
  margin-top:5px;
  font-size:10.5px;
  letter-spacing:.25px;
}

.product-model .actions{
  margin-top:17px;
}

.product-model .actions a,
.product-model .actions button{
  font-size:12.5px;
  min-height:43px;
}

/* -------- DETALLE DEL PRODUCTO -------- */
.product-detail-summary .product-brand{
  font-size:12px;
}

.product-detail-summary h1{
  font-size:clamp(34px,4vw,49px);
  line-height:1.08;
}

.product-reference{
  font-size:12px;
}

.availability{
  font-size:13px;
}

.old-price-wrap span,
.current-price-wrap span{
  font-size:11px;
}

.old-price-wrap del{
  font-size:20px;
}

.current-price-wrap strong{
  font-size:40px;
}

.current-price-wrap small{
  font-size:11px;
}

.save-pill{
  font-size:11px;
  padding:8px 12px;
}

.delivery-highlight b{
  font-size:14px;
}

.delivery-highlight span{
  font-size:12.5px;
  line-height:1.55;
}

.quick-specs b{
  font-size:11px;
}

.quick-specs span{
  font-size:13.5px;
}

.quantity-box>div:first-child>span,
.quantity-total small{
  font-size:11px;
}

.quantity-control strong{
  font-size:16px;
}

.quantity-total strong{
  font-size:24px;
}

.product-whatsapp{
  min-height:48px;
  font-size:14.5px;
}

.purchase-trust{
  font-size:12px;
}

.activation-condition{
  font-size:11px;
  line-height:1.65;
}

.detail-card{
  padding:32px;
}

.detail-card .kicker{
  font-size:11px;
  letter-spacing:1px;
}

.detail-card h2{
  font-size:28px;
  line-height:1.2;
}

.detail-card>p:not(.kicker),
.detail-description p,
.activation-card>p{
  font-size:14px !important;
  line-height:1.8 !important;
}

.feature-grid b{
  font-size:12px;
}

.feature-grid span{
  font-size:13px;
  line-height:1.5;
}

.delivery-process-grid b{
  font-size:14px;
}

.delivery-process-grid p{
  font-size:12px;
  line-height:1.6;
}

.activation-steps li{
  font-size:13px;
  line-height:1.7;
}

.official-note{
  font-size:12px;
  line-height:1.7;
}

.download-action small,
.download-path,
.apps-note{
  font-size:11.5px !important;
}

/* -------- ICONOS REALES DE APPS -------- */
.apps-grid-icons{
  grid-template-columns:repeat(7,minmax(110px,1fr));
  gap:12px;
}

.app-tile{
  min-height:145px;
  padding:17px 10px;
  gap:12px;
}

.app-tile img{
  width:68px;
  height:68px;
  object-fit:contain;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.28));
}

.app-tile span{
  font-size:12.5px;
  line-height:1.25;
  text-align:center;
}

/* -------- PRECIO: LLAMATIVO, NO EXAGERADO -------- */
.product-detail-price-offer{
  padding:20px 0;
}

.current-price-wrap strong{
  color:#46caff;
  text-shadow:0 0 18px rgba(70,202,255,.10);
}

@media(max-width:1000px){
  .apps-grid-icons{
    grid-template-columns:repeat(4,minmax(110px,1fr));
  }
}

@media(max-width:600px){
  .product-model h3{font-size:19px}
  .product-model .offer-price strong{font-size:29px !important}
  .detail-card{padding:22px}
  .detail-card h2{font-size:24px}
  .detail-card>p:not(.kicker),
  .detail-description p,
  .activation-card>p{font-size:13.5px !important}
  .apps-grid-icons{
    grid-template-columns:repeat(2,minmax(120px,1fr));
  }
  .app-tile img{
    width:64px;
    height:64px;
  }
}

/* ===== V5 DINÁMICO ===== */
.dynamic-list{display:grid;gap:10px;margin:0;padding-left:22px;color:#a3b7c7;font-size:14px;line-height:1.65}.product-gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:12px}.product-gallery-thumbs img{width:68px;height:68px;object-fit:contain;background:#fff;border-radius:8px;border:1px solid #204059}.products:not(.products-single){grid-template-columns:repeat(3,1fr)}@media(max-width:1100px){.products:not(.products-single){grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.products:not(.products-single){grid-template-columns:1fr}}


/* ===== V6.3 — PRODUCTOS DESTACADOS + PAYPAL ===== */
.featured-section{
  padding:82px 6%;
  background:
    radial-gradient(circle at 15% 20%,rgba(13,126,209,.12),transparent 34%),
    #050d15;
  border-top:1px solid #142739;
  border-bottom:1px solid #142739;
}
.featured-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.featured-grid .product{
  border-color:#1c4563;
  background:linear-gradient(180deg,#0d1a27,#09121c);
}
.featured-grid .product::after{
  content:"DESTACADO";
  position:absolute;
  top:14px;
  right:14px;
  z-index:6;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(30,177,255,.13);
  border:1px solid rgba(61,195,255,.35);
  color:#63d5ff;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}
.payment-strip{
  margin:0 6% 85px;
  min-height:145px;
  padding:28px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border:1px solid #173952;
  border-radius:19px;
  background:linear-gradient(110deg,#07121c,#0a1b29);
}
.payment-copy h2{
  margin:4px 0 7px;
  font:700 28px "Space Grotesk",Arial,sans-serif;
}
.payment-copy p:last-child{
  margin:0;
  color:#8298aa;
  font-size:13px;
}
.paypal-brand{
  min-width:190px;
  text-align:center;
  font:800 35px "Space Grotesk",Arial,sans-serif;
  letter-spacing:-1.5px;
}
.paypal-brand span{color:#159bd7}
.paypal-brand strong{color:#52c7f2}

@media(max-width:1100px){
  .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .featured-section{padding:68px 5%}
  .featured-grid{grid-template-columns:1fr}
  .payment-strip{
    margin:0 5% 65px;
    padding:24px;
    flex-direction:column;
    align-items:flex-start;
  }
  .paypal-brand{
    min-width:0;
    text-align:left;
    font-size:31px;
  }
}


/* =========================================================
   V6.4 — MÉTRICAS DE IMPACTO + PAYPAL PREMIUM
   ========================================================= */

/* --- Métricas públicas --- */
.stats-panel--impact{
  padding:30px 34px;
  min-height:160px;
  background:
    radial-gradient(circle at 15% 20%,rgba(0,174,255,.08),transparent 30%),
    linear-gradient(115deg,#02070d 0%,#071522 100%);
  border-color:#1a3a52;
}
.stats-panel--impact .stats-panel__item{
  gap:24px;
  padding:14px 30px;
}
.stats-panel--impact .stats-panel__icon{
  width:68px;
  height:68px;
  border-radius:20px;
  font-size:31px;
  border-color:#16bfff;
  box-shadow:inset 0 0 18px rgba(13,183,255,.05);
}
.stats-panel--impact strong{
  font-size:46px;
  letter-spacing:-1.5px;
  color:#53ceff;
  text-shadow:0 0 18px rgba(42,192,255,.08);
}
.stats-panel--impact span{
  margin-top:3px;
  font-size:15.5px;
  color:#f1f6fa;
}

/* --- PayPal premium --- */
.payment-premium{
  width:88%;
  margin:12px auto 82px;
  padding:30px 34px;
  display:grid;
  grid-template-columns:220px minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  position:relative;
  overflow:hidden;
  border:1px solid #1a3d57;
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 50%,rgba(0,156,222,.12),transparent 28%),
    linear-gradient(120deg,#06111b,#0a1b29 62%,#07131e);
}
.payment-premium::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-80px;
  top:-90px;
  border-radius:50%;
  border:1px solid rgba(56,188,245,.08);
  box-shadow:0 0 0 35px rgba(56,188,245,.025),0 0 0 70px rgba(56,188,245,.018);
  pointer-events:none;
}

.payment-premium__brand{
  min-height:108px;
  padding-right:28px;
  border-right:1px solid #1a3549;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
}
.paypal-mark{
  width:58px;
  height:66px;
  position:relative;
}
.paypal-p{
  position:absolute;
  font:900 62px/1 Arial,sans-serif;
  font-style:italic;
}
.paypal-p--back{
  left:0;
  top:0;
  color:#163d78;
}
.paypal-p--front{
  left:11px;
  top:7px;
  color:#19a7df;
  opacity:.94;
}
.paypal-word{
  display:flex;
  align-items:baseline;
  font:800 30px/1 "Space Grotesk",Arial,sans-serif;
  letter-spacing:-1.4px;
}
.paypal-word span{color:#eef8ff}
.paypal-word strong{color:#35b8eb}

.payment-premium__copy{
  min-width:0;
}
.payment-premium__copy .kicker{
  margin-bottom:7px;
  color:#47c6fa;
}
.payment-premium__copy h2{
  margin:0 0 8px;
  font:700 29px/1.16 "Space Grotesk",Arial,sans-serif;
  color:#f4f9fd;
}
.payment-premium__copy>p:last-of-type{
  max-width:690px;
  margin:0;
  color:#8da4b6;
  font-size:13px;
  line-height:1.65;
}
.payment-benefits{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.payment-benefits span{
  padding:8px 10px;
  border:1px solid #17374e;
  border-radius:999px;
  background:#081724;
  color:#a8bbc9;
  font-size:10.5px;
  font-weight:700;
}
.payment-benefits i{
  margin-right:5px;
  color:#45d49b;
  font-style:normal;
}

.payment-premium__status{
  min-width:175px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:11px;
  position:relative;
  z-index:1;
  border:1px solid #1d425c;
  border-radius:13px;
  background:rgba(5,16,25,.72);
}
.status-dot{
  width:10px;
  height:10px;
  flex:0 0 auto;
  border-radius:50%;
  background:#49d991;
  box-shadow:0 0 0 5px rgba(73,217,145,.08);
}
.payment-premium__status small{
  display:block;
  margin-bottom:3px;
  color:#6d879a;
  font-size:8px;
  font-weight:800;
  letter-spacing:1px;
}
.payment-premium__status strong{
  color:#eaf7ff;
  font-size:15px;
}

@media(max-width:1050px){
  .payment-premium{
    width:92%;
    grid-template-columns:175px minmax(0,1fr);
  }
  .payment-premium__status{
    grid-column:2;
    width:max-content;
  }
  .stats-panel--impact strong{font-size:40px}
}
@media(max-width:700px){
  .payment-premium{
    grid-template-columns:1fr;
    gap:20px;
    padding:25px 22px;
  }
  .payment-premium__brand{
    min-height:auto;
    padding:0 0 19px;
    border-right:0;
    border-bottom:1px solid #1a3549;
    justify-content:flex-start;
  }
  .payment-premium__status{
    grid-column:auto;
  }
  .stats-panel--impact{
    padding:14px 18px;
  }
  .stats-panel--impact .stats-panel__item{
    padding:20px 8px;
  }
  .stats-panel--impact strong{
    font-size:36px;
  }
}


/* =========================================================
   V6.5 — LOGO LEGIBLE + FORMAS DE PAGO + MICROINTERACCIONES
   ========================================================= */

/* --- Logo principal --- */
.brand-lockup{
  width:285px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
  text-decoration:none;
}
.brand-lockup img{
  width:275px !important;
  height:45px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.brand-lockup span{
  width:100%;
  padding-left:55px;
  color:#c5d9e9;
  font:700 10.5px/1.2 "Space Grotesk",Arial,sans-serif;
  letter-spacing:3.1px;
  white-space:nowrap;
}
.footer-brand .footer-main-logo{
  width:275px;
  height:52px;
  object-fit:contain;
  object-position:left center;
}
.footer-tagline{
  display:block;
  margin:4px 0 10px;
  color:#bcd4e6;
  font-size:11px;
  letter-spacing:2.8px;
}

/* --- Formas de pago --- */
.payment-methods{
  width:88%;
  margin:12px auto 86px;
  padding:34px;
  border:1px solid #183b54;
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 12%,rgba(19,168,238,.10),transparent 26%),
    radial-gradient(circle at 92% 84%,rgba(39,116,199,.08),transparent 30%),
    linear-gradient(135deg,#06101a,#091a27 62%,#07131e);
  position:relative;
  overflow:hidden;
}
.payment-methods::before{
  content:"";
  position:absolute;
  inset:auto -70px -105px auto;
  width:250px;
  height:250px;
  border-radius:50%;
  border:1px solid rgba(78,198,255,.07);
  box-shadow:
    0 0 0 36px rgba(78,198,255,.025),
    0 0 0 72px rgba(78,198,255,.016);
  pointer-events:none;
}
.payment-methods__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:35px;
  margin-bottom:26px;
  position:relative;
  z-index:1;
}
.payment-methods__head h2{
  margin:4px 0 8px;
  color:#f2f8fc;
  font:700 31px/1.12 "Space Grotesk",Arial,sans-serif;
}
.payment-methods__head>div:first-child>p:last-child{
  max-width:720px;
  margin:0;
  color:#8ba3b5;
  font-size:13px;
  line-height:1.65;
}
.payment-trust{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.payment-trust span{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid #1b415a;
  background:#081725;
  color:#9fb7c8;
  font-size:10px;
  font-weight:700;
}
.payment-methods__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  position:relative;
  z-index:1;
}
.payment-card{
  min-width:0;
  padding:14px;
  border:1px solid #1a3b52;
  border-radius:17px;
  background:linear-gradient(180deg,rgba(11,27,40,.95),rgba(7,18,28,.95));
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
.payment-card:hover{
  transform:translateY(-6px);
  border-color:#286589;
  background:linear-gradient(180deg,#0d2232,#091824);
  box-shadow:0 16px 32px rgba(0,0,0,.22),0 0 24px rgba(41,172,235,.06);
}
.payment-logo-wrap{
  height:102px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px 18px;
  border-radius:12px;
  background:#f7fafc;
  overflow:hidden;
}
.payment-logo-wrap img{
  display:block;
  max-width:94%;
  max-height:70px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.payment-card>div:last-child{
  padding:13px 3px 3px;
}
.payment-card strong{
  display:block;
  margin-bottom:3px;
  color:#ecf7ff;
  font-size:13px;
}
.payment-card>div:last-child span{
  color:#718b9e;
  font-size:10.5px;
}
.payment-methods__note{
  margin-top:18px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #17354b;
  border-radius:12px;
  background:rgba(6,18,28,.72);
  position:relative;
  z-index:1;
}
.payment-methods__note p{
  margin:0;
  color:#8299ab;
  font-size:11px;
  line-height:1.55;
}

/* --- Aparición al hacer scroll --- */
.reveal-block,
.reveal-item{
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1);
}
.reveal-item{
  transition-delay:var(--reveal-delay,0ms);
}
.reveal-block.is-visible,
.reveal-item.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* microinteracciones en bloques */
.product,
.metric,
.step,
.category-card{
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.product:hover,
.metric:hover,
.step:hover,
.category-card:hover{
  transform:translateY(-5px);
  border-color:#23506d;
  box-shadow:0 15px 30px rgba(0,0,0,.20);
}

@media(max-width:1100px){
  .brand-lockup{width:255px}
  .brand-lockup img{width:245px!important}
  .brand-lockup span{padding-left:48px;font-size:9.5px;letter-spacing:2.8px}
  .payment-methods{width:92%}
  .payment-methods__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .payment-methods__head{align-items:flex-start}
}
@media(max-width:650px){
  .brand-lockup{width:210px}
  .brand-lockup img{width:200px!important;height:37px!important}
  .brand-lockup span{padding-left:38px;font-size:8px;letter-spacing:2.1px}
  .payment-methods{
    width:92%;
    padding:24px 18px;
    margin-bottom:65px;
  }
  .payment-methods__head{
    display:block;
  }
  .payment-methods__head h2{font-size:27px}
  .payment-trust{
    margin-top:16px;
    justify-content:flex-start;
  }
  .payment-methods__grid{grid-template-columns:1fr}
  .payment-logo-wrap{height:96px}
}
@media (prefers-reduced-motion: reduce){
  .reveal-block,.reveal-item{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* =========================================================
   SEO FULL / PERFORMANCE / RESPONSIVE
   ========================================================= */
img{max-width:100%}
picture{display:contents}
.hero-visual>img{content-visibility:auto}
.catalog,.tech-zone,.how,.payment-methods,footer{content-visibility:auto;contain-intrinsic-size:1px 700px}
@media(max-width:420px){
  .hero h1{font-size:clamp(39px,12vw,49px);letter-spacing:-1.8px}
  .hero-copy>p{font-size:15px}
  .payment-methods__head h2{font-size:25px}
}


/* =========================================================
   V1.2.0 — HERO CARRUSEL
   ========================================================= */
.hero-carousel{
  width:100%;
  padding:24px 3.2% 30px;
  background:
    radial-gradient(circle at 15% 20%,rgba(0,164,255,.09),transparent 27%),
    linear-gradient(180deg,#050b13,#060d16);
  border-bottom:1px solid rgba(63,172,255,.18);
}
.hero-carousel__viewport{
  position:relative;
  width:min(1500px,100%);
  margin:0 auto;
  aspect-ratio:1916/821;
  overflow:hidden;
  border:1px solid rgba(52,155,224,.24);
  border-radius:24px;
  background:#050b13;
  box-shadow:0 28px 75px rgba(0,0,0,.34),0 0 55px rgba(0,139,255,.05);
}
.hero-carousel__track{position:relative;width:100%;height:100%}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.012);
  pointer-events:none;
  transition:opacity .72s ease,transform 1.05s ease;
}
.hero-slide.is-active{opacity:1;transform:scale(1);pointer-events:auto;z-index:2}
.hero-slide__link,.hero-slide picture{display:block;width:100%;height:100%}
.hero-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-carousel__arrow{
  position:absolute;
  z-index:6;
  top:50%;
  width:46px;height:46px;
  display:grid;place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(155,220,255,.28);
  border-radius:50%;
  background:rgba(4,13,23,.62);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:31px;
  line-height:1;
  cursor:pointer;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.hero-carousel__arrow:hover{background:rgba(8,120,200,.78);border-color:#52c9ff;transform:translateY(-50%) scale(1.05)}
.hero-carousel__arrow--prev{left:18px}.hero-carousel__arrow--next{right:18px}
.hero-carousel__dots{
  position:absolute;z-index:7;left:50%;bottom:16px;transform:translateX(-50%);
  display:flex;gap:9px;padding:7px 10px;border-radius:999px;background:rgba(3,10,17,.58);backdrop-filter:blur(10px)
}
.hero-carousel__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#63788a;cursor:pointer;transition:width .28s ease,background .28s ease}
.hero-carousel__dots button.is-active{width:27px;background:#32c8ff}
@media(max-width:800px){
  .hero-carousel{padding:16px 3% 22px}
  .hero-carousel__viewport{border-radius:18px;aspect-ratio:16/8.5}
  .hero-carousel__arrow{width:38px;height:38px;font-size:25px}
  .hero-carousel__arrow--prev{left:10px}.hero-carousel__arrow--next{right:10px}
}
@media(max-width:600px){
  .hero-carousel{padding:10px 0 18px}
  .hero-carousel__viewport{width:100%;aspect-ratio:4/3;border-left:0;border-right:0;border-radius:0}
  .hero-slide img{object-fit:cover;object-position:left center}
  .hero-carousel__arrow{width:34px;height:34px;font-size:22px;background:rgba(3,10,17,.76)}
  .hero-carousel__dots{bottom:9px}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide,.hero-carousel__arrow,.hero-carousel__dots button{transition:none!important}
}

/* =========================================================
   V1.2.0 — FORMAS DE PAGO: 5 MÉTODOS
   ========================================================= */
.payment-methods__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.payment-logo-wrap--dark{background:#060606}
.payment-logo-wrap--dark img{max-height:76px}
@media(max-width:1220px){.payment-methods__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){.payment-methods__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.payment-methods__grid{grid-template-columns:1fr}}
