/* ==========================================================================
   ZyroHost Custom Styles - Premium Cloud & Game Server Hosting
   ========================================================================== */

:root {
  --zyro-primary: #3b82f6;
  --zyro-primary-hover: #2563eb;
  --zyro-secondary: #06b6d4;
  --zyro-accent: #8b5cf6;
  --zyro-dark: #0b0f19;
  --zyro-dark-surface: #111827;
  --zyro-dark-card: #1f2937;
  --zyro-border: rgba(255, 255, 255, 0.08);
  --zyro-border-glow: rgba(59, 130, 246, 0.35);
  --zyro-success: #10b981;
  --zyro-warning: #f59e0b;
}

/* Custom logo sizing */
.navbar-brand img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(59, 130, 246, 0.3));
}

.footer-logo img {
  max-height: 52px;
  width: auto;
}

/* Status Badge in Hero */
.zyro-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.zyro-status-badge .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 rgba(16, 185, 129, 0.4);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Hosting Category Tabs */
.zyro-category-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.zyro-cat-btn {
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #4b5563;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zyro-cat-btn:hover,
.zyro-cat-btn.active {
  background: #3b82f6;
  color: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
}

/* Feature Cards Enhanced */
.ud-single-feature {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.ud-single-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
}

.ud-single-feature .ud-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Pricing Card Enhanced */
.ud-single-pricing {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
}

.ud-single-pricing:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.15);
  border-color: #3b82f6;
}

.ud-single-pricing.popular {
  border: 2px solid #3b82f6;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.zyro-popular-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
}

.zyro-price-amount {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 16px 0;
}

.zyro-price-currency {
  font-size: 18px;
  font-weight: 700;
  color: #3b82f6;
}

.zyro-price-period {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.zyro-specs-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.zyro-specs-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
}

.zyro-specs-list li i {
  color: #10b981;
  font-size: 16px;
  flex-shrink: 0;
}

.zyro-specs-list li.disabled {
  color: #9ca3af;
  text-decoration: line-through;
}

.zyro-specs-list li.disabled i {
  color: #d1d5db;
}

/* Payment Gateway Bar */
.zyro-payments-bar {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 30px 0;
}

.zyro-payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

/* Floating WhatsApp Button */
.zyro-floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.zyro-floating-wa:hover {
  transform: scale(1.1);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
}

/* Datacenter Location Badge */
.zyro-dc-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.zyro-dc-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.1);
}

.zyro-dc-ping {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 6px;
}
