/* ==========================================================================
   HOSTJOY PRO - EXCLUSIVE ENTERPRISE THEME
   Visual Escuro, Cyber Luxury, Gold & Emerald Accents
   ========================================================================== */

.pro-page {
  --bg-dark: #05070a;
  --bg-card: rgba(13, 17, 26, 0.85);
  --bg-card-hover: rgba(22, 28, 42, 0.95);
  --primary: #f59e0b;
  --primary-glow: rgba(245, 158, 11, 0.35);
  --accent-gold: #fbbf24;
  --border-glass: rgba(245, 158, 11, 0.15);
  --border-card: rgba(255, 255, 255, 0.08);
}

.pro-page .site-header {
  background: rgba(5, 7, 10, 0.92);
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

/* Pro Hero Section */
.pro-hero {
  position: relative;
  padding: 100px 0 80px;
  background: radial-gradient(circle at 50% 20%, rgba(245, 158, 11, 0.12) 0%, rgba(5, 7, 10, 0.95) 75%);
  overflow: hidden;
}

.pro-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.4);
  padding: 8px 20px;
  border-radius: 999px;
  color: #fbbf24;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.pro-title {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.pro-text-glow {
  background: linear-gradient(135deg, #fef08a 0%, #f59e0b 50%, #ea580c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(245, 158, 11, 0.4);
}

/* Pro Cards */
.pro-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 38px 30px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.pro-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 158, 11, 0.6);
  box-shadow: 0 20px 45px rgba(245, 158, 11, 0.15);
}

.pro-card.featured-pro {
  border: 2px solid #f59e0b;
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.25);
  background: linear-gradient(180deg, rgba(26, 20, 10, 0.95) 0%, rgba(13, 17, 26, 0.95) 100%);
}

.pro-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #000000;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 18px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pro-spec-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #cbd5e1;
  margin-bottom: 8px;
  width: 100%;
}

.pro-spec-pill i {
  color: #f59e0b;
}

/* Pro Datacenter Matrix */
.pro-matrix {
  background: #080c14;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--radius-xl);
  padding: 40px;
  margin-top: 50px;
}

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

.matrix-item {
  border-left: 3px solid #f59e0b;
  padding-left: 16px;
}

.matrix-item h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.matrix-item p {
  font-size: 0.85rem;
  color: #94a3b8;
}
