/* ─── Paquetes NEXAR (página dedicada) ─── */
.pk-page,
.pk-hero {
  max-width: 100%;
}

.pk-hero {
  position: relative;
  isolation: isolate;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(165deg, #070a0f 0%, #0c1522 48%, #080c12 100%);
}

.pk-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.pk-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 75% 65% at 40% 30%, #000 15%, transparent 75%);
}

.pk-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 70% 20%, rgba(14, 165, 233, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 15% 80%, rgba(232, 93, 4, 0.1) 0%, transparent 55%);
}

.pk-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: end;
}

@media (min-width: 900px) {
  .pk-hero-inner {
    grid-template-columns: 1.35fr 0.9fr;
    gap: 3rem;
    min-height: 22rem;
  }
}

.pk-hero-copy {
  max-width: 36rem;
}

.pk-eyebrow {
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #93c5fd;
  border: 1px solid rgba(96, 165, 250, 0.35);
  padding: 0.45rem 0.95rem;
  margin-bottom: 1.35rem;
  background: rgba(14, 165, 233, 0.08);
}

.pk-title {
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 1rem;
}

.pk-lead,
.pk-section-text {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  max-width: 38rem;
}

.pk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.pk-hero-aside {
  display: grid;
  gap: 1rem;
}

.pk-hero-aside-item {
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.pk-hero-aside-item:first-child {
  border-color: rgba(56, 189, 248, 0.28);
}

.pk-hero-aside-item:last-child {
  border-color: rgba(249, 115, 22, 0.28);
}

.pk-hero-aside-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.4rem;
}

.pk-hero-aside-item:last-child .pk-hero-aside-label {
  color: #fdba74;
}

.pk-hero-aside-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.pk-hero-aside-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.pk-section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.pk-model {
  padding: 4rem 0;
  background: #06080c;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.pk-model-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .pk-model-grid {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 3rem;
  }
}

.pk-model-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 600px) {
  .pk-model-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.pk-model-card {
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.pk-model-card--accent {
  border-color: rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.06);
}

.pk-model-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.5rem;
}

.pk-model-card h3 {
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.pk-model-card p {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.pk-niche {
  padding: 4.5rem 0;
}

.pk-niche--salud {
  background: linear-gradient(180deg, #071018 0%, #0a1520 50%, #071018 100%);
}

.pk-niche--resto {
  background: linear-gradient(180deg, #100a06 0%, #1a1008 50%, #0c0805 100%);
}

.pk-niche-header {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.pk-pack-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .pk-pack-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pk-pack {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}

.pk-niche--salud .pk-pack--featured {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 0 40px rgba(14, 165, 233, 0.1);
}

.pk-niche--resto .pk-pack--featured,
.pk-pack--resto {
  border-color: rgba(249, 115, 22, 0.45);
  box-shadow: 0 0 40px rgba(232, 93, 4, 0.1);
}

.pk-pack-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #e2e8f0;
  padding: 0.3rem 0.65rem;
  margin-bottom: 0.85rem;
}

.pk-niche--resto .pk-pack-badge {
  background: #fdba74;
}

.pk-pack-tier {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.35rem;
}

.pk-pack-name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
}

.pk-pack-focus {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.25rem;
}

.pk-pack-list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.pk-pack-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.pk-pack-list li + li {
  margin-top: 0.45rem;
}

.pk-pack-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #38bdf8;
}

.pk-niche--resto .pk-pack-list li::before {
  color: #f97316;
}

.pk-price-block {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pk-price-block--next {
  padding-top: 0.85rem;
}

.pk-price-label {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.35rem;
}

.pk-price {
  margin-bottom: 0.5rem;
}

.pk-price--next {
  margin-bottom: 0.35rem;
}

.pk-price-breakdown {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 0.85rem;
}

.pk-price-block--next .pk-price-breakdown {
  margin-bottom: 0;
}

.pk-amount {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.pk-amount--sm {
  font-size: 1.25rem;
}

.pk-amount--salud {
  background: linear-gradient(90deg, #bae6fd 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pk-amount--resto {
  background: linear-gradient(90deg, #fed7aa 0%, #e85d04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pk-amount--kit {
  background: linear-gradient(90deg, #e2e8f0 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pk-period {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 0.25rem;
}

.pk-cta {
  width: 100%;
}

.pk-cta + .pk-cta {
  margin-top: 0.5rem;
}

.pk-pack-note {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
}

.pk-kit {
  padding: 4rem 0;
  background: #05070a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pk-kit-inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 800px) {
  .pk-kit-inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
}

.pk-kit-card {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(148, 163, 184, 0.06);
}

.pk-kit-hint {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: -0.35rem 0 1rem;
}

.pk-cta-band {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #0a1018 0%, #06080c 100%);
  text-align: center;
}

.pk-cta-band-inner {
  max-width: 36rem;
  margin-inline: auto;
}

.pk-cta-band .pk-section-text {
  margin-inline: auto;
}

.pk-cta-band .pk-hero-actions {
  justify-content: center;
}

/* Hub: selector de nichos (extensible) */
.pk-hero--hub {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.pk-hub {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.pk-lead--hub {
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.pk-niche-grid {
  display: grid;
  gap: 1.15rem;
  text-align: left;
}

@media (min-width: 720px) {
  .pk-niche-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pk-niche-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.pk-niche-card:hover {
  transform: translateY(-2px);
}

.pk-niche-card--salud {
  border-color: rgba(56, 189, 248, 0.28);
}

.pk-niche-card--salud:hover {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(14, 165, 233, 0.08);
}

.pk-niche-card--resto {
  border-color: rgba(249, 115, 22, 0.28);
}

.pk-niche-card--resto:hover {
  border-color: rgba(249, 115, 22, 0.55);
  background: rgba(232, 93, 4, 0.08);
}

.pk-niche-card-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.pk-niche-card-name {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.pk-niche-card--salud .pk-niche-card-name {
  color: #7dd3fc;
}

.pk-niche-card--resto .pk-niche-card-name {
  color: #fdba74;
}

.pk-niche-card-pitch {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  max-width: 18rem;
}

.pk-niche-card-cta {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.pk-hub-note {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}

.pk-hero--salud .pk-hero-aside-item:first-child {
  border-color: rgba(56, 189, 248, 0.35);
}

.pk-hero--resto .pk-hero-aside-item:last-child,
.pk-hero--resto .pk-hero-aside-item:first-child {
  border-color: rgba(249, 115, 22, 0.28);
}

.pk-hero--resto .pk-hero-aside-label {
  color: #fdba74;
}

.pk-kit--inline {
  margin-top: 2.75rem;
  padding: 0;
  background: transparent;
  border: none;
}

.pk-kit--inline .pk-kit-inner {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}
