/* ==========================================================================
   INFINITIX INFOTECH - HOSTING & DOMAIN SERVICE PAGE STYLESHEET
   File: asset/css/hosting-domain.css
   Theme: Deep Space Violet (#0b0f19), Electric Blue (#3b82f6), Neon Cyan (#06b6d4), Royal Purple (#8b5cf6)
   ========================================================================== */

/* Page Background Canvas */
.hosting-page-body {
  background-color: #0b0f19 !important;
  color: #94a3b8;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 50% 15%, rgba(59, 130, 246, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 15% 45%, rgba(6, 182, 212, 0.16) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(139, 92, 246, 0.14) 0%, transparent 45%),
    radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 30px 30px;
}

/* Headings & Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Poppins', sans-serif;
  color: #ffffff;
  letter-spacing: -0.025em;
}

.text-gradient-hosting {
  background: linear-gradient(135deg, #ffffff 0%, #3b82f6 50%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #38bdf8 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hosting Badge */
.hosting-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 50px;
  color: #60a5fa;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(12px);
}

/* HERO SECTION */
.hosting-hero {
  padding: 150px 0 90px;
  position: relative;
}

.hero-title-hosting {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-subtitle-hosting {
  font-size: 1.18rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 2.2rem;
}

.hero-cta-hosting {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-hosting-quote {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff !important;
  padding: 0.95rem 2.2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

.btn-hosting-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
  color: #ffffff;
}

.btn-hosting-wa {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-hosting-wa:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.btn-hosting-consult {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.btn-hosting-consult:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

/* SERVER RACK FRAME */
.server-dash-frame {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
  position: relative;
}

/* DOMAIN SEARCH BAR & TLD TABLE */
.domain-search-box {
  background: rgba(15, 23, 42, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 20px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.domain-search-input {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.15rem;
  width: 100%;
  outline: none;
}

.domain-search-input::placeholder {
  color: #64748b;
}

.tld-table-wrapper {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow-x: auto;
}

.tld-table {
  width: 100%;
  border-collapse: collapse;
  color: #cbd5e1;
}

.tld-table th, .tld-table td {
  padding: 1.1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tld-table th {
  background: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  font-weight: 700;
}

/* HOSTING PLAN CARDS (BUSINESS GROW, PRIME, TRULY UNLIMITED) */
.hosting-plan-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 2.5rem 2rem;
  transition: all 0.35s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hosting-plan-card:hover {
  transform: translateY(-8px);
  border-color: #3b82f6;
  box-shadow: 0 25px 50px rgba(59, 130, 246, 0.25);
}

.hosting-plan-card.popular-plan {
  border: 2px solid #3b82f6;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.15) 0%, rgba(15, 23, 42, 0.9) 100%);
  box-shadow: 0 20px 45px rgba(59, 130, 246, 0.3);
}

.popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #ffffff;
  padding: 0.3rem 1.2rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.plan-price-num {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
}

/* INFOGRAPHIC CARDS */
.hosting-info-card {
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.hosting-info-card:hover {
  transform: translateY(-7px);
  border-color: #3b82f6;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25);
}

.hosting-icon-square {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(6, 182, 212, 0.25));
  border: 1px solid #3b82f6;
  color: #60a5fa;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* TECH STACK CIRCLES WITH LABELS UNDERNEATH */
.hosting-tech-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.85);
  border: 2px solid rgba(59, 130, 246, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.hosting-tech-circle:hover {
  border-color: #60a5fa;
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.5);
}

/* FAQS ACCORDION */
.hosting-faq-item {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.hosting-faq-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}

.hosting-faq-button:not(.collapsed) {
  color: #60a5fa !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hosting-faq-body {
  padding: 1.25rem 1.5rem;
  color: #94a3b8;
  line-height: 1.7;
}

/* FINAL CTA BANNER */
.hosting-cta-banner {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(6, 182, 212, 0.25) 100%), rgba(11, 15, 25, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(59, 130, 246, 0.45);
  border-radius: 28px;
  padding: 4.5rem 2.5rem;
  text-align: center;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .hosting-hero { padding: 120px 0 60px; }
  .domain-search-box { flex-direction: column; padding: 1rem; }
}
