/* ===========================================================
   SYSTEMINFORMATIC - NUBE (Modern Cloud Design)
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ⚠️ OVERRIDE: Anular el grid de WebSite X5 */
#imContent {
  display: block !important;
  grid-template: none !important;
  -ms-grid-columns: none !important;
  -ms-grid-rows: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#imContentGraphics {
  display: none !important;
}

/* Ocultar todas las celdas WX5 de nube.html */
#imCell_21, #imCell_10, #imCell_16, #imCell_12,
#imCell_15, #imCell_17, #imCell_18, #imCell_19,
#imCell_29, #imCell_23, #imCell_24,
#imCellStyleGraphics_21, #imCellStyleBorders_21,
#imCellStyleGraphics_10, #imCellStyleBorders_10,
#imCellStyleGraphics_16, #imCellStyleBorders_16,
#imCellStyleGraphics_12, #imCellStyleBorders_12,
#imCellStyleGraphics_15, #imCellStyleBorders_15,
#imCellStyleGraphics_17, #imCellStyleBorders_17,
#imCellStyleGraphics_18, #imCellStyleBorders_18,
#imCellStyleGraphics_19, #imCellStyleBorders_19,
#imCellStyleGraphics_29, #imCellStyleBorders_29,
#imCellStyleGraphics_23, #imCellStyleBorders_23,
#imCellStyleGraphics_24, #imCellStyleBorders_24 {
  display: none !important;
}

/* === SMOOTH SCROLL === */
html {
  scroll-behavior: smooth;
}

/* === CONTENEDOR PRINCIPAL === */
#nube-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2d3436;
  line-height: 1.6;
}

.nb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nb-section {
  padding: 80px 0;
}

/* ===========================================================
   HERO
   =========================================================== */
.nb-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.88) 40%, rgba(0,0,0,0.7) 70%, rgba(0,229,255,0.25) 100%), url('../images/servers_room-wallpaper-1920x1080.jpg') center center / cover no-repeat;
  padding: 100px 0 80px;
  overflow: hidden;
}

.nb-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(79,195,247,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.nb-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.nb-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0a0a0a, #00e5ff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,229,255,0.4);
}

.nb-hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.nb-hero-title span {
  color: #4fc3f7;
}

.nb-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 600px;
}

.nb-hero-stats {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.nb-hero-stat-item {
  text-align: center;
}

.nb-hero-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #4fc3f7;
  line-height: 1;
}

.nb-hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.nb-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
.nb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.nb-btn-primary {
  background: #1a73e8;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
}

.nb-btn-primary:hover {
  background: #1557b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,115,232,0.4);
  color: #fff;
}

/* ===========================================================
   SECTION HEADER
   =========================================================== */
.nb-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.nb-section-label {
  display: inline-block;
  background: rgba(0,229,255,0.12);
  color: #00e5ff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nb-section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.nb-section-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===========================================================
   PLANS SECTION
   =========================================================== */
.nb-plans {
  background: linear-gradient(135deg, #07070d 0%, #0a1628 50%, #07070d 100%);
  position: relative;
  overflow: hidden;
}

.nb-plans::before {
  content: '';
  position: absolute;
  top: -35%;
  left: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0,229,255,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.nb-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.nb-plan-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.nb-plan-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.2), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nb-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(0,229,255,0.04);
  border-color: rgba(0,229,255,0.15);
}

.nb-plan-card:hover::before {
  opacity: 1;
}

.nb-plan-card.featured {
  border-color: rgba(0,229,255,0.15);
  box-shadow: 0 8px 40px rgba(0,229,255,0.06), inset 0 1px 0 rgba(0,229,255,0.08);
  transform: scale(1.04);
}

.nb-plan-card.featured::before {
  opacity: 1;
  background: linear-gradient(90deg, transparent, #00e5ff, transparent);
  height: 3px;
}

.nb-plan-badge {
  display: inline-block;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  color: #07070d;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 6px 30px rgba(0,229,255,0.35);
}

.nb-plan-header {
  padding: 36px 28px 0;
  text-align: center;
}

.nb-plan-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,229,255,0.08);
  border-radius: 16px;
  border: 1px solid rgba(0,229,255,0.12);
}

.nb-plan-icon svg {
  width: 30px;
  height: 30px;
  fill: #4fc3f7;
}

.nb-plan-name {
  font-size: 18px;
  font-weight: 800;
  color: #00e5ff;
  margin: 0 0 6px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nb-plan-capacity {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 4px;
  text-shadow: 0 0 50px rgba(0,229,255,0.12);
}

.nb-plan-capacity span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.3);
}

.nb-plan-price {
  font-size: 20px;
  font-weight: 700;
  color: #4fc3f7;
  margin: 8px 0 2px;
}

.nb-plan-price-year {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin: 0 0 4px;
}

.nb-plan-body {
  padding: 24px 28px;
  flex: 1;
}

.nb-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nb-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
}

.nb-plan-features li:last-child {
  border-bottom: none;
}

.nb-plan-features li::before {
  content: '✦';
  color: #4fc3f7;
  font-weight: 400;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}

.nb-plan-footer {
  padding: 0 28px 32px;
  text-align: center;
}

.nb-btn-plan {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  color: #07070d;
  box-shadow: 0 4px 24px rgba(0,229,255,0.3);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.nb-btn-plan:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 40px rgba(0,229,255,0.4);
  color: #07070d;
}

/* ===========================================================
   SECURITY SECTION
   =========================================================== */
.nb-security {
  background: linear-gradient(180deg, #f8faff 0%, #f0f4ff 100%);
  position: relative;
}

.nb-security .nb-section-label {
  background: rgba(0,229,255,0.1);
  color: #0097a7;
}

.nb-security .nb-section-title {
  color: #0a1628;
}

.nb-security .nb-section-desc {
  color: #5a6a7a;
}

.nb-security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.nb-security-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #e8edf5;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  text-align: center;
}

.nb-security-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,229,255,0.15);
  border-color: rgba(0,229,255,0.2);
}

.nb-security-icon {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 1;
}

.nb-security-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0097a7;
  margin: 0 0 12px;
}

.nb-security-card p {
  font-size: 14px;
  color: #5a6a7a;
  margin: 0;
  line-height: 1.6;
}

/* ===========================================================
   CTA / CONTACT SECTION
   =========================================================== */
.nb-cta {
  background: linear-gradient(135deg, #0097a7 0%, #00bcd4 50%, #00e5ff 100%);
  text-align: center;
  padding: 60px 0;
}

.nb-cta h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  margin: 0 0 12px;
  color: #0a1628;
}

.nb-cta p {
  font-size: 17px;
  color: #0d2137;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.nb-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 800;
  color: #0097a7;
  text-decoration: none;
  margin: 10px 0;
  padding: 14px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  border: 2px solid rgba(255,255,255,0.6);
  transition: all 0.3s ease;
}

.nb-cta-phone:hover {
  color: #00bcd4;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

/* ===========================================================
   SUPPORT (SOPORTE TÉCNICO) SECTION
   =========================================================== */
.nb-support {
  background: linear-gradient(180deg, #0a1628 0%, #07070d 100%);
  position: relative;
  overflow: hidden;
}

.nb-support::before {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,229,255,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.nb-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.nb-support-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nb-support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: rgba(0,229,255,0.15);
}

.nb-support-icon {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1;
}

.nb-support-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.nb-support-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 20px;
  line-height: 1.6;
}

.nb-btn-small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: rgba(0,229,255,0.1);
  color: #4fc3f7;
  border: 1px solid rgba(0,229,255,0.2);
}

.nb-btn-small:hover {
  background: rgba(0,229,255,0.2);
  color: #00e5ff;
  transform: translateY(-2px);
}

.nb-support-bottom {
  text-align: center;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
  z-index: 1;
}

.nb-support-bottom p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin: 8px 0;
}

.nb-link {
  color: #4fc3f7;
  text-decoration: underline;
  transition: color 0.2s;
}

.nb-link:hover {
  color: #00e5ff;
}

.nb-support-payment {
  margin-top: 28px;
  padding: 28px;
  background: rgba(0,229,255,0.04);
  border-radius: 16px;
  border: 1px solid rgba(0,229,255,0.1);
}

.nb-support-payment p {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px;
}

.nb-btn-pay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: linear-gradient(135deg, #f1c232, #e2a900);
  color: #0a1628;
  box-shadow: 0 4px 20px rgba(241,194,50,0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nb-btn-pay:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(241,194,50,0.4);
  color: #07070d;
}

/* ===========================================================
   PCLOUD ALTERNATIVE SECTION
   =========================================================== */
.nb-pcloud {
  background: linear-gradient(135deg, rgba(248,250,255,0.78) 0%, rgba(240,244,255,0.72) 50%, rgba(248,250,255,0.78) 100%), url('../images/suiza.jpg') center 30% / 150% no-repeat;
  position: relative;
}

.nb-pcloud .nb-section-label {
  background: rgba(0,229,255,0.1);
  color: #0097a7;
}

.nb-pcloud .nb-section-title {
  color: #0a1628;
}

.nb-pcloud .nb-section-desc {
  color: #5a6a7a;
}

.nb-pcloud-content {
  position: relative;
  z-index: 1;
}

.nb-pcloud-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  justify-content: center;
  text-align: center;
}

.nb-pcloud-tag {
  display: inline-block;
  background: rgba(0,229,255,0.08);
  color: #0097a7;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid rgba(0,229,255,0.15);
}

/* pCloud feature cards grid */
.nb-pcloud-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.nb-pcloud-card {
  background: linear-gradient(145deg, #f8faff, #f0f4ff);
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #d0d9e8;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  text-align: center;
}

.nb-pcloud-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,229,255,0.2);
  border-color: rgba(0,229,255,0.25);
}

.nb-pcloud-card-icon {
  font-size: 36px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  background: rgba(0,229,255,0.1);
  border-radius: 16px;
  border: 1px solid rgba(0,229,255,0.15);
}

.nb-pcloud-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0a1628;
  margin: 0 0 12px;
}

.nb-pcloud-card p {
  font-size: 15px;
  color: #1a3a5c;
  margin: 0;
  line-height: 1.7;
}

.nb-pcloud-cta {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #d0d9e8;
  text-align: center;
}

.nb-pcloud-cta-text {
  font-size: 15px;
  font-weight: 600;
  color: #0a1628;
  margin: 0 0 16px;
}

.nb-pcloud .nb-btn-primary {
  padding: 18px 44px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 12px;
}

/* ===========================================================
   MODAL DE ACTIVACIÓN
   =========================================================== */
.nb-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.nb-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.nb-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: linear-gradient(145deg, #0a1628, #0d2137);
  border: 1px solid rgba(0,229,255,0.15);
  border-radius: 20px;
  padding: 40px 36px 32px;
  max-width: 420px;
  width: calc(100% - 32px);
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 40px rgba(0,229,255,0.06);
  text-align: center;
}

.nb-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.nb-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: color 0.2s;
  font-family: inherit;
  line-height: 1;
  padding: 4px;
}

.nb-modal-close:hover {
  color: #fff;
}

.nb-modal-icon {
  font-size: 48px;
  margin-bottom: 12px;
  line-height: 1;
}

.nb-modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.nb-modal-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 24px;
  line-height: 1.6;
}

.nb-modal-desc strong {
  color: #4fc3f7;
  font-weight: 700;
}

.nb-modal-code-group {
  margin-bottom: 20px;
}

.nb-modal-label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nb-modal-input {
  width: 160px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 2px solid rgba(0,229,255,0.2);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  font-family: inherit;
  transition: all 0.3s ease;
  outline: none;
}

.nb-modal-input:focus {
  border-color: #4fc3f7;
  box-shadow: 0 0 20px rgba(79,195,247,0.15);
}

.nb-modal-input::placeholder {
  color: rgba(255,255,255,0.15);
  letter-spacing: 6px;
}

.nb-modal-error {
  font-size: 13px;
  color: #ff5252;
  margin: 8px 0 0;
  display: none;
}

.nb-modal-error.show {
  display: block;
}

.nb-modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: linear-gradient(135deg, #00e5ff, #0097a7);
  color: #07070d;
  box-shadow: 0 4px 20px rgba(0,229,255,0.3);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.nb-modal-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0,229,255,0.4);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .nb-plans-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .nb-plan-card.featured {
    transform: none;
  }
  .nb-security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nb-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nb-pcloud-content {
    text-align: center;
  }
  .nb-pcloud-features {
    justify-content: center;
  }

}

@media (max-width: 768px) {
  .nb-section {
    padding: 60px 0;
  }
  .nb-hero {
    padding: 80px 0 60px;
  }
  .nb-hero-stats {
    gap: 20px;
  }
  .nb-security-grid {
    grid-template-columns: 1fr;
  }
  .nb-support-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 480px) {
  .nb-plan-header,
  .nb-plan-body,
  .nb-plan-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nb-hero {
    padding: 60px 0 40px;
  }
  .nb-support-grid {
    max-width: 100%;
  }
  .nb-support-card {
    padding: 24px 18px;
  }

  .nb-pcloud-tag {
    font-size: 12px;
    padding: 6px 14px;
  }
  .nb-pcloud-cards-grid {
    grid-template-columns: 1fr;
  }
  .nb-pcloud-card {
    padding: 20px 16px;
  }
}
