/* Home Digital — homedigital.vip
   Código real generado a partir del mockup de diseño en Claude.
   Convención de color: fondo #05060f (midnight), acento violeta #663af3, texto #d1e4fa.
*/

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  background: #05060f;
  font-family: 'Inter', sans-serif;
  color: #d1e4fa;
}

a { color: #d1e4fa; text-decoration: none; }
a:hover { color: #ffffff; }

img { max-width: 100%; display: block; }

/* ---------- botones ---------- */
.pill-ghost {
  border-radius: 999px; padding: 10px 20px;
  background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.14);
  color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px;
  cursor: pointer; transition: background 140ms ease;
}
.pill-ghost:hover { background: rgba(186,214,247,0.12); }
.pill-violet {
  border-radius: 999px; padding: 13px 26px; background: #663af3; color: #ffffff;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; border: none;
  cursor: pointer; box-shadow: 0 10px 28px rgba(102,58,243,0.38);
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.pill-violet:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(102,58,243,0.48); }

/* ---------- superficies ---------- */
.glass-card {
  background: rgba(186,214,247,0.035); border: 1px solid rgba(186,215,247,0.12);
  border-radius: 16px;
  box-shadow: inset 0 1px 1px rgba(216,236,248,0.14), inset 0 24px 48px rgba(199,211,234,0.04), 0 24px 32px rgba(0,0,0,0.4);
}

/* ---------- textos / eyebrow ---------- */
.eyebrow-line { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(186,215,247,0.16), transparent); }
.eyebrow-row { display: flex; align-items: center; gap: 16px; width: 100%; }
.eyebrow-text {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: #c7d3ea; white-space: nowrap;
}
.nav-link { color: #9da7ba; font-size: 14px; font-weight: 500; }
.nav-link:hover { color: #ffffff; }
.gradient-text {
  background: linear-gradient(0deg, #d8ecf8 0%, #98c0ef 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.h2 {
  margin: 0; font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: clamp(24px, 3.6vw, 32px); color: #ffffff; letter-spacing: -0.01em;
}
.section-sub { margin: 0; font-size: 14px; color: #9da7ba; max-width: 480px; }

/* ---------- fondo decorativo ---------- */
.bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(186,215,247,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(186,215,247,0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: radial-gradient(ellipse 75% 32% at 50% 0%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 75% 32% at 50% 0%, #000 30%, transparent 75%);
  pointer-events: none;
}
.stars {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 8% 12%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1px 1px at 22% 6%, rgba(255,255,255,0.35), transparent 60%),
    radial-gradient(1px 1px at 35% 16%, rgba(255,255,255,0.4), transparent 60%),
    radial-gradient(1px 1px at 47% 4%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1px 1px at 61% 14%, rgba(255,255,255,0.45), transparent 60%),
    radial-gradient(1px 1px at 74% 7%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1px 1px at 88% 15%, rgba(255,255,255,0.4), transparent 60%),
    radial-gradient(1px 1px at 15% 22%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1px 1px at 92% 5%, rgba(255,255,255,0.35), transparent 60%),
    radial-gradient(1px 1px at 53% 9%, rgba(255,255,255,0.5), transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse 75% 42% at 50% 0%, #000 30%, transparent 78%);
  mask-image: radial-gradient(ellipse 75% 42% at 50% 0%, #000 30%, transparent 78%);
}
.tick { position: absolute; color: rgba(186,215,247,0.3); font-size: 13px; line-height: 1; pointer-events: none; font-weight: 300; z-index: 1; }
.grid-vline { position: absolute; top: 0; height: 640px; width: 1px; background: linear-gradient(180deg, transparent, rgba(186,215,247,0.18) 18%, rgba(186,215,247,0.18) 72%, transparent); pointer-events: none; }
.grid-hline { position: absolute; left: 260px; right: 260px; top: 380px; height: 1px; background: linear-gradient(90deg, transparent, rgba(186,215,247,0.18) 15%, rgba(186,215,247,0.18) 85%, transparent); pointer-events: none; }
.spotlight-wrap { position: absolute; top: -70px; left: 50%; width: 860px; height: 600px; pointer-events: none; }
.spotlight { width: 100%; height: 100%; mix-blend-mode: screen; filter: blur(10px); }
.spotlight--a { background: conic-gradient(from 180deg at 50% -8%, transparent 44%, rgba(102,58,243,0.15) 49.3%, rgba(102,58,243,0.24) 50%, rgba(102,58,243,0.15) 50.7%, transparent 56%); animation: spotlight-pulse 5s ease-in-out infinite alternate; }
.spotlight--b { background: conic-gradient(from 180deg at 50% -8%, transparent 46%, rgba(155,175,210,0.22) 49.3%, rgba(155,175,210,0.32) 50%, rgba(155,175,210,0.22) 50.7%, transparent 54%); animation: spotlight-pulse 8s ease-in-out infinite alternate; }
.spotlight--c { background: conic-gradient(from 180deg at 50% -8%, transparent 44%, rgba(102,58,243,0.13) 49.3%, rgba(102,58,243,0.2) 50%, rgba(102,58,243,0.13) 50.7%, transparent 56%); animation: spotlight-pulse 4s ease-in-out infinite alternate; }
@keyframes spotlight-pulse { from { opacity: 0.5; transform: scale(0.95); } to { opacity: 1; transform: scale(1.05); } }
.outline-box { position: relative; border: 1px dashed rgba(186,215,247,0.16); border-radius: 6px; }
.corner-dot { position: absolute; width: 4px; height: 4px; border-radius: 999px; background: rgba(186,215,247,0.45); }

/* ---------- layout general ---------- */
.page { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; box-sizing: border-box; padding-left: 72px; padding-right: 72px; position: relative; }

/* header */
.site-header {
  width: 100%; box-sizing: border-box; padding: 22px 72px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(186,215,247,0.1); position: relative; z-index: 5;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 8px; background: rgba(186,214,247,0.06);
  border: 1px solid rgba(186,215,247,0.16); display: flex; align-items: center; justify-content: center;
}
.brand-mark span { color: #663af3; font-size: 16px; line-height: 1; }
.brand-name { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; color: #ffffff; }
.nav-left { display: flex; align-items: center; gap: 40px; }
.nav-links { display: flex; gap: 26px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none; width: 38px; height: 38px; border-radius: 8px;
  background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.16);
  color: #ffffff; font-size: 18px; cursor: pointer; align-items: center; justify-content: center;
}

/* hero */
.hero { padding-top: 64px; padding-bottom: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-title-box { padding: 34px 40px 30px 40px; margin-bottom: 44px; display: flex; flex-direction: column; align-items: center; }
.hero-title { margin: 0; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: clamp(44px, 9vw, 96px); line-height: 1; letter-spacing: -0.03em; }
.hero-sub { margin: 0 0 56px 0; font-size: 17px; color: #9da7ba; max-width: 620px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 100px; }

/* pila 3D del hero */
.hero-stage { perspective: 1600px; position: relative; height: 300px; width: 100%; max-width: 900px; margin: 0 auto 40px auto; display: flex; align-items: center; justify-content: center; }
.hslot { position: absolute; width: 280px; box-sizing: border-box; transition: transform 0.55s cubic-bezier(.2,.8,.2,1), opacity 0.45s ease; transform-style: preserve-3d; text-align: left; }
.hslot--left { transform: translateX(-172px) translateZ(-60px) rotateY(11deg); opacity: 0.6; z-index: 1; }
.hslot--right { transform: translateX(172px) translateZ(-60px) rotateY(-11deg); opacity: 0.6; z-index: 1; }
.hslot--center { transform: translateX(0) translateZ(0) rotateY(0deg); z-index: 2; }
.hero-stage:hover .hslot--left { transform: translateX(-204px) translateZ(-30px) rotateY(15deg) translateY(-5px); opacity: 0.85; }
.hero-stage:hover .hslot--right { transform: translateX(204px) translateZ(-30px) rotateY(-15deg) translateY(-5px); opacity: 0.85; }
.hero-stage:hover .hslot--center { transform: translateY(-8px) scale(1.015); }
.glow-card { position: relative; }
.glow-card::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(102,58,243,0.95) 22deg, transparent 65deg, transparent 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: spin-glow 7s linear infinite; pointer-events: none;
}
.glow-card--a::before { animation-delay: -1s; }
.glow-card--b::before { animation-delay: -4s; }
.glow-card--c::before { animation-delay: -2.5s; }
@keyframes spin-glow { to { transform: rotate(360deg); } }
.hero-card { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.hero-card--center { padding: 22px; gap: 13px; }
.hero-card-row { display: flex; align-items: center; justify-content: space-between; }
.hero-card-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; color: #ffffff; }
.hero-card-title--lg { font-size: 15px; }
.badge { font-family: 'JetBrains Mono', monospace; font-size: 9px; padding: 2px 8px; border-radius: 999px; }
.badge--ok { color: #5fb98c; background: rgba(95,185,140,0.08); border: 1px solid rgba(95,185,140,0.3); }
.badge--live { font-size: 10px; color: #663af3; background: rgba(102,58,243,0.1); border: 1px solid rgba(102,58,243,0.32); padding: 3px 9px; }
.hero-code-row {
  display: flex; align-items: center; justify-content: space-between; padding: 9px 11px;
  background: rgba(199,211,234,0.05); border: 1px dashed rgba(186,215,247,0.2); border-radius: 7px;
}
.hero-code { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #d1e4fa; }
.hero-time { font-size: 10px; color: #5a6376; }
.hcard-field {
  padding: 9px 11px; border-radius: 6px; border: 1px solid rgba(186,215,247,0.16);
  background: rgba(199,211,234,0.05); color: #ffffff; font-family: 'Inter', sans-serif; font-size: 12px;
  box-sizing: border-box; width: 100%;
}
.hcard-field:focus { outline: none; border-color: rgba(102,58,243,0.55); }
.hcard-btn {
  padding: 9px; border-radius: 8px; border: none; background: #663af3; color: #ffffff;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px; cursor: pointer; width: 100%;
  box-shadow: 0 8px 20px rgba(102,58,243,0.35);
}
.field-label { font-size: 11px; color: #c7d3ea; font-weight: 500; display: flex; flex-direction: column; gap: 5px; }
.hero-note { font-size: 10px; color: #5a6376; text-align: center; }
.hero-quote { padding: 9px 11px; background: rgba(199,211,234,0.05); border: 1px solid rgba(186,215,247,0.14); border-radius: 7px; font-size: 11px; color: #9da7ba; line-height: 1.5; }
.hero-result { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #d1e4fa; }

/* anillo que gira al pasar el mouse */
.icon-ring { position: relative; }
.icon-ring::before {
  content: ''; position: absolute; inset: -1px; border-radius: 9999px; padding: 1px;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(102,58,243,0.7) 40deg, transparent 100deg, transparent 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: spin-glow 6s linear infinite; opacity: 0; transition: opacity 0.3s ease; pointer-events: none;
}
.route-card:hover .icon-ring::before, .cap-tile:hover .icon-ring::before { opacity: 1; }

/* secciones genéricas */
.section { width: 100%; box-sizing: border-box; padding: 0 72px 120px 72px; display: flex; flex-direction: column; gap: 44px; position: relative; }
.section--tight { padding-bottom: 100px; gap: 40px; }
.cards-row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* ¿Qué necesitas hoy? */
.route-card { width: 260px; box-sizing: border-box; padding: 26px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; transition: transform 180ms ease, border-color 180ms ease; cursor: pointer; }
.route-card:hover { transform: translateY(-4px); border-color: rgba(102,58,243,0.35); }
.route-icon { width: 48px; height: 48px; border-radius: 9999px; background: rgba(102,58,243,0.08); border: 1px solid rgba(102,58,243,0.28); display: flex; align-items: center; justify-content: center; }
.route-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: #ffffff; }
.route-desc { font-size: 12px; color: #7f889c; line-height: 1.5; }
.route-link { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #663af3; letter-spacing: 0.03em; margin-top: 4px; display: inline-block; }

/* Capacidades */
.cap-tile { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; width: 260px; position: relative; }
.cap-icon { width: 56px; height: 56px; border-radius: 9999px; background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.16); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.cap-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: #ffffff; line-height: 1.3; }
.cap-desc { font-size: 12px; color: #7f889c; line-height: 1.5; }

/* Cómo funciona */
.pipeline-row { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
.pipe-node { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; width: 190px; }
.pipe-icon { width: 54px; height: 54px; border-radius: 9999px; background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.16); display: flex; align-items: center; justify-content: center; }
.pipe-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #663af3; letter-spacing: 0.04em; }
.pipe-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: #ffffff; }
.pipe-desc { font-size: 12px; color: #7f889c; line-height: 1.5; }
.pipe-line { flex: 1; min-width: 24px; height: 1px; background: repeating-linear-gradient(90deg, rgba(186,215,247,0.28) 0 6px, transparent 6px 12px); margin-top: 27px; }

/* Resultados */
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; width: 210px; padding: 0 12px; }
.stat-num { font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 26px; color: #ffffff; }
.stat-label { font-size: 12px; color: #9da7ba; line-height: 1.5; }
.results-panel { padding: 40px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }

/* Nuestro software */
.soft-card { width: 300px; box-sizing: border-box; padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.soft-thumb { width: 100%; height: 110px; border-radius: 10px; border: 1px dashed rgba(186,215,247,0.18); background: rgba(199,211,234,0.03); display: flex; align-items: center; justify-content: center; }
.soft-thumb span { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #5a6376; letter-spacing: 0.05em; text-transform: uppercase; }
.soft-name { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: #ffffff; }
.soft-desc { font-size: 12px; color: #7f889c; line-height: 1.5; }

/* Recursos */
.tiers-row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; max-width: 760px; margin: 0 auto; width: 100%; }
.tier-card { flex: 1; min-width: 320px; box-sizing: border-box; padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.tier-card--premium { border-color: rgba(102,58,243,0.32); }
.tier-head { display: flex; align-items: center; justify-content: space-between; }
.tier-name { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 17px; color: #ffffff; }
.tier-price { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #9da7ba; }
.tier-price--accent { color: #663af3; }
.tier-list { display: flex; flex-direction: column; gap: 9px; margin: 0; padding: 0; list-style: none; }
.tier-list li { font-size: 13px; color: #c7d3ea; display: flex; align-items: center; gap: 9px; }
.tier-list li::before { content: ''; width: 5px; height: 5px; border-radius: 999px; background: #663af3; flex-shrink: 0; }
.tier-cta { width: 100%; box-sizing: border-box; }
.tier-cta--push { margin-top: auto; }

/* Stack conectado */
.stack-node { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 140px; }
.stack-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.16); display: flex; align-items: center; justify-content: center; }
.stack-name { font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 12px; color: #ffffff; }
.stack-role { font-size: 11px; color: #7f889c; text-align: center; line-height: 1.4; }
.stack-panel { padding: 44px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }

/* Footer */
.site-footer {
  width: 100%; box-sizing: border-box; padding: 36px 72px; margin-top: auto;
  border-top: 1px solid rgba(186,215,247,0.1); display: flex; justify-content: space-between;
  align-items: center; position: relative; flex-wrap: wrap; gap: 16px;
}
.footer-copy { font-size: 12px; color: #5a6376; font-family: 'JetBrains Mono', monospace; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: #9da7ba; }

/* ---------- Catálogo ---------- */
.tick { position: absolute; color: rgba(186,215,247,0.3); font-size: 13px; line-height: 1; pointer-events: none; font-weight: 300; }
.shop-header { padding: 26px 72px; }
.shop-brand-sub { font-size: 11px; color: #7f889c; margin-top: 3px; font-family: 'JetBrains Mono', monospace; }
.shop-header-right { display: flex; align-items: center; gap: 22px; }
.shop-mail { font-size: 13px; color: #9da7ba; }
.trust-row { width: 100%; box-sizing: border-box; padding: 16px 72px; display: flex; gap: 40px; flex-wrap: wrap; border-bottom: 1px solid rgba(186,215,247,0.1); position: relative; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item span { font-size: 13px; color: #9da7ba; }
.shop-hero { width: 100%; box-sizing: border-box; padding: 60px 72px 34px 72px; position: relative; }
.shop-hero h1 { margin: 0 0 10px 0; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: clamp(28px, 4vw, 40px); max-width: 720px; line-height: 1.15; letter-spacing: -0.01em; color: #ffffff; }
.shop-hero p { margin: 0; font-size: 15px; color: #9da7ba; max-width: 540px; }
.cat-tabs { width: 100%; box-sizing: border-box; padding: 0 72px 32px 72px; display: flex; gap: 10px; flex-wrap: wrap; position: relative; }
.tab-btn { border-radius: 999px; padding: 10px 18px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; border: 1px solid rgba(186,215,247,0.14); transition: background 140ms ease, color 140ms ease; background: transparent; color: #c7d3ea; }
.tab-btn.is-active { background: #663af3; color: #ffffff; border-color: #663af3; }
.tab-btn--soon { border: 1px dashed rgba(186,215,247,0.18); background: transparent; color: #5a6376; cursor: default; font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.product-grid { width: 100%; box-sizing: border-box; padding: 0 72px 80px 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; position: relative; }
.product-card { display: flex; flex-direction: column; gap: 14px; padding: 24px; }
.product-card-top { display: flex; align-items: center; justify-content: space-between; }
.product-cat { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: #7f889c; }
.product-dot { width: 6px; height: 6px; border-radius: 999px; }
.product-dot--ok { background: #5fb98c; }
.product-dot--low { background: #e0a94c; }
.product-name { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 19px; line-height: 1.25; color: #ffffff; }
.product-badge { font-size: 12px; font-weight: 500; }
.product-badge--ok { color: #5fb98c; }
.product-badge--low { color: #e0a94c; }
.product-foot { display: flex; align-items: baseline; justify-content: space-between; margin-top: 6px; padding-top: 14px; border-top: 1px solid rgba(186,215,247,0.1); }
.product-price { font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 21px; color: #ffffff; font-variant-numeric: tabular-nums; }
.pill-violet-sm { border-radius: 999px; padding: 9px 18px; background: #663af3; color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px; border: none; cursor: pointer; box-shadow: 0 8px 20px rgba(102,58,243,0.32); }
.shop-footer { margin-top: 48px; }

@media (max-width: 900px) {
  .shop-header, .trust-row, .shop-hero, .cat-tabs, .product-grid { padding-left: 32px; padding-right: 32px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .shop-header, .trust-row, .shop-hero, .cat-tabs, .product-grid { padding-left: 20px; padding-right: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .trust-row { gap: 20px; }
}

/* ---------- Producto ---------- */
input:focus { outline: none; border-color: rgba(186,215,247,0.3) !important; }
.product-header { width: 100%; box-sizing: border-box; padding: 24px 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(186,215,247,0.1); position: relative; }
.back-link { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #9da7ba; font-weight: 500; }
.product-body { width: 100%; box-sizing: border-box; max-width: 1280px; margin: 0 auto; padding: 52px 64px 80px 64px; display: flex; gap: 56px; flex-wrap: wrap; position: relative; }
.product-visual { width: 420px; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; }
.product-visual-stack { width: 100%; height: 400px; position: relative; }
.product-visual-back { position: absolute; inset: 18px -14px 18px 26px; transform: rotate(-4deg); opacity: 0.55; }
.product-visual-back--r { inset: 18px 26px 18px -14px; transform: rotate(4deg); }
.product-visual-front { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-visual-glow { position: absolute; width: 280px; height: 280px; background: radial-gradient(circle, rgba(102,58,243,0.18) 0%, transparent 70%); }
.product-visual-label { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 46px; color: #ffffff; position: relative; }
.product-delivery-note { display: flex; gap: 12px; padding: 16px 18px; align-items: center; }
.product-delivery-note span { font-size: 13px; color: #9da7ba; }
.product-details { flex-grow: 1; display: flex; flex-direction: column; gap: 20px; max-width: 620px; min-width: 280px; }
.product-chip { align-self: flex-start; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #c7d3ea; background: rgba(199,211,234,0.08); border: 1px solid rgba(186,215,247,0.14); padding: 6px 14px; border-radius: 6px; }
.product-title { margin: 0; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 34px; line-height: 1.18; letter-spacing: -0.01em; color: #ffffff; }
.product-desc { margin: 0; font-size: 14px; color: #9da7ba; line-height: 1.6; }
.product-stock { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: #e0a94c; }
.product-stock-dot { width: 6px; height: 6px; border-radius: 999px; background: #e0a94c; display: inline-block; }
.product-price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }
.product-price-now { font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 38px; color: #ffffff; font-variant-numeric: tabular-nums; }
.product-price-old { font-size: 14px; color: #5a6376; text-decoration: line-through; }
.buy-card { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; padding: 24px; }
.buy-cta { border-radius: 999px; padding: 15px; background: #663af3; color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; border: none; cursor: pointer; box-shadow: 0 10px 26px rgba(102,58,243,0.36); display: block; text-align: center; margin-top: 6px; }
.buy-note { font-size: 12px; color: #5a6376; text-align: center; }

/* ---------- Entrega ---------- */
.confirm-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 60px 24px; }
.confirm-wrap { width: 100%; max-width: 600px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; position: relative; }
.confirm-icon { width: 60px; height: 60px; border-radius: 9999px; background: rgba(186,214,247,0.06); border: 1px solid rgba(95,185,140,0.35); display: flex; align-items: center; justify-content: center; }
.confirm-title { margin: 0; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 30px; letter-spacing: -0.01em; color: #ffffff; }
.confirm-sub { margin: 0; font-size: 14px; color: #9da7ba; }
.confirm-card { width: 100%; box-sizing: border-box; margin-top: 10px; padding: 26px; display: flex; flex-direction: column; gap: 18px; text-align: left; }
.confirm-card-head { display: flex; align-items: center; justify-content: space-between; }
.confirm-key-label { font-size: 11px; color: #7f889c; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.confirm-key-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: rgba(199,211,234,0.05); border: 1px dashed rgba(186,215,247,0.2); border-radius: 8px; margin-top: 8px; }
.confirm-key { font-family: 'JetBrains Mono', monospace; font-size: 14px; letter-spacing: 0.02em; color: #d1e4fa; }
.copy-btn { border-radius: 999px; padding: 9px 16px; background: rgba(186,214,247,0.06); border: 1px solid rgba(186,215,247,0.14); color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 12px; cursor: pointer; flex-shrink: 0; }
.copy-btn:hover { background: rgba(186,214,247,0.12); }
.confirm-instructions { margin: 0; font-size: 13px; color: #9da7ba; line-height: 1.6; }
.confirm-links { display: flex; align-items: center; gap: 16px; margin-top: 4px; }
.confirm-links a { font-size: 13px; font-weight: 500; }

@media (max-width: 900px) {
  .product-header, .product-body { padding-left: 32px; padding-right: 32px; }
  .product-body { gap: 32px; }
  .product-visual { width: 100%; max-width: 420px; }
}
@media (max-width: 600px) {
  .product-header, .product-body { padding-left: 20px; padding-right: 20px; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .site-header, .hero, .section, .site-footer { padding-left: 32px; padding-right: 32px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .site-header.is-open .nav-links {
    display: flex; flex-direction: column; gap: 14px; position: absolute; top: 100%; left: 0; right: 0;
    background: #05060f; border-bottom: 1px solid rgba(186,215,247,0.1); padding: 20px 32px; z-index: 20;
  }
  .grid-vline, .grid-hline, .tick { display: none; }
  .hero-stage { height: auto; flex-direction: column; gap: 16px; perspective: none; margin-bottom: 24px; }
  .hslot { position: static; width: 100%; max-width: 340px; transform: none !important; opacity: 1 !important; }
  .hero-stage:hover .hslot { transform: none; }
}

@media (max-width: 600px) {
  .site-header, .hero, .section, .site-footer { padding-left: 20px; padding-right: 20px; }
  .hero-title-box { padding: 24px 20px; }
  .cards-row, .pipeline-row, .tiers-row { gap: 14px; }
  .pipe-line { display: none; }
  .section { padding-bottom: 72px; }
}
