/* Consecutivo 025 - Logo NUUP 5x más grande en páginas tipo storefront y Quiénes Somos */
:root {
  --gold: #d5b15f;
  --gold-strong: #f4c95d;
  --gold-soft: rgba(213, 177, 95, 0.2);
  --black: #080808;
  --charcoal: #111318;
  --card: rgba(18, 18, 18, 0.88);
  --border: rgba(255, 255, 255, 0.08);
  --text: #f6f4ef;
  --muted: #c3bca8;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --gradient: radial-gradient(circle at 10% 20%, rgba(213, 177, 95, 0.28), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(255, 215, 128, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(4, 4, 4, 0.95) 0%, rgba(10, 10, 10, 0.92) 45%, rgba(16, 14, 10, 0.92) 100%);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Montserrat", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--gradient);
  min-height: 100vh;
  padding-bottom: 48px;
}

a {
  color: var(--gold-strong);
  text-decoration: none;
}

a:hover {
  color: #ffe7a2;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.02em;
}

p {
  margin: 0;
  color: var(--text);
}

.eyebrow {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-strong);
  font-size: 12px;
}

.lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.muted {
  color: var(--muted);
}

.section {
  padding: 64px 8vw;
  position: relative;
}

.section:not(:last-of-type)::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 16vw);
  border-bottom: 1px solid var(--border);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8vw;
  background: rgba(8, 8, 8, 0.84);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.glass {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  height: 200px;
  width: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}

nav a {
  padding: 8px 12px;
  border-radius: 12px;
  transition: all 0.2s ease;
  color: var(--text);
}

nav a:hover {
  background: var(--gold-soft);
  color: #fff9eb;
}

.nav-home-link {
  color: var(--gold-strong);
  border: 1px solid rgba(244, 201, 93, 0.65);
  background: rgba(244, 201, 93, 0.12);
  box-shadow: 0 0 0 1px rgba(244, 201, 93, 0.1);
}

.nav-home-link i {
  color: var(--gold-strong);
}

.nav-home-link:hover {
  background: rgba(244, 201, 93, 0.22);
  color: #fff8e1;
}

.about-hero {
  background: linear-gradient(135deg, rgba(213, 177, 95, 0.08), rgba(8, 8, 8, 0.85)), url("../assets/img/about/3.jpg") center/cover;
}

.about-section .card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gold-soft);
}

.about-section h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.about-cta .cta-row {
  flex-wrap: wrap;
}

.about-logo {
  height: 140px;
}

.about-footer {
  background: rgba(8, 8, 8, 0.9);
  padding: 28px 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--gold);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid var(--border);
  font-weight: 600;
}

.attention-pill {
  color: #ffc800 !important;
  border: 3px solid #ffc800;
  background: rgba(255, 200, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 200, 0, 0.35), 0 0 18px rgba(255, 200, 0, 0.45);
  font-weight: 800;
  animation: borderFlash 1.35s infinite ease-in-out;
}

.attention-pill i {
  color: #ffc800;
}

@keyframes borderFlash {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 200, 0, 0.35), 0 0 10px rgba(255, 200, 0, 0.35);
    background: rgba(255, 200, 0, 0.08);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(255, 200, 0, 0.22), 0 0 24px rgba(255, 200, 0, 0.65);
    background: rgba(255, 200, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 200, 0, 0.35), 0 0 10px rgba(255, 200, 0, 0.35);
    background: rgba(255, 200, 0, 0.08);
  }
}

.user-identifier {
  background: linear-gradient(90deg, rgba(213, 177, 95, 0.22), rgba(213, 177, 95, 0.08));
  border-color: rgba(213, 177, 95, 0.45);
  color: #fff9eb;
  font-size: 14px;
  padding-inline: 16px;
  white-space: nowrap;
}

.pill-glow {
  box-shadow: 0 0 24px rgba(213, 177, 95, 0.35);
  background: linear-gradient(90deg, rgba(213, 177, 95, 0.18), rgba(213, 177, 95, 0.05));
}

.hero {
  padding: 72px 8vw 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: center;
}

.hero.gradient {
  background: var(--gradient);
}

.hero-copy h2 {
  font-size: 32px;
  margin: 10px 0;
}

.hero-copy .lead {
  max-width: 640px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 10px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-weight: 600;
}

.badges span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 12px;
}

.hero-panel {
  padding: 18px;
  min-height: 200px;
}

.mini-panel {
  border-radius: var(--radius);
  border: 1px dashed var(--border);
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 120px;
  margin-bottom: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn.block {
  width: 100%;
}

.btn.primary {
  background: linear-gradient(135deg, rgba(213, 177, 95, 0.95), rgba(213, 177, 95, 0.8));
  color: #0b0b0b;
  box-shadow: 0 12px 30px rgba(213, 177, 95, 0.35);
}

.btn.primary:hover {
  filter: brightness(1.05);
}

.btn.ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: var(--muted);
  border: 1px solid var(--border);
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold-strong);
}

.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.market-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.market-buttons a {
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 600;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.cart-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty button {
  border-radius: 10px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
}

.totals {
  padding: 16px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.totals-line {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}

.totals-line.highlight {
  color: var(--text);
  border-top: 1px solid var(--border);
  padding-top: 10px;
  margin-top: 6px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 15px;
}

.summary {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.summary-line strong {
  color: var(--text);
}

.marketplaces {
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.marketplace-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.marketplace-actions a {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.admin-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.footer {
  text-align: center;
  padding: 18px 12px 32px;
  color: var(--muted);
  font-size: 14px;
}

.footer-tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-tech .tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 700;
}

.footer-tech .tech-pill i {
  color: var(--gold-strong);
}

.devices-highlight {
  margin-top: 24px;
  display: grid;
  gap: 22px;
}

.devices-highlight .section-head p {
  max-width: 760px;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.device-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(14, 14, 14, 0.85), rgba(10, 10, 10, 0.92));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.device-card .icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 2px solid rgba(255, 200, 0, 0.75);
  background: rgba(255, 200, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 200, 0, 0.35);
}

.device-card i {
  color: #ffc800;
  font-size: 22px;
}

.device-card h4 {
  font-size: 1.15rem;
  color: #fff8db;
}

.device-card p {
  color: #d3ccbb;
  line-height: 1.5;
  font-size: 0.95rem;
}

.device-card .cta-inline {
  color: #ffc800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.device-card .cta-inline i {
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hero,
  .checkout-layout,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 6vw;
  }

  .hero-copy h2 {
    font-size: 26px;
  }

  .card img {
    height: 150px;
  }
}
