/* =========================================================
   KSAWEBHOST - LUXURY ROYAL WHITE & GOLD THEME (FULL PAGE VIEW)
   SEO-Optimized: BEST HOSTING PROVIDER IN JEDDAH & SAUDI ARABIA
   Brands: Cisco, FortiGate, Palo Alto, DrayTek, Ruijie, Sophos
   Services: Firewall Configuration, Mobile App Dev, Cyber Security, IT Support
   Full-Width Fluid Edge-to-Edge Architecture
   ========================================================= */

:root {
  /* Color Palette - Royal White & Gold */
  --bg-primary: #ffffff;
  --bg-secondary: #faf8f5;
  --bg-tertiary: #f3efe6;
  --bg-card: rgba(255, 255, 255, 0.96);
  --bg-card-hover: rgba(255, 255, 255, 1);
  --bg-glass: rgba(255, 255, 255, 0.9);
  
  --border-color: rgba(212, 175, 55, 0.25);
  --border-highlight: rgba(212, 175, 55, 0.6);
  --border-gold-solid: #d4af37;
  
  /* Gold Variations */
  --gold-light: #fef9e7;
  --gold-primary: #d4af37;
  --gold-metallic: #b8860b;
  --gold-dark: #8c6708;
  --gold-champagne: #f4e8c1;
  --gold-gradient: linear-gradient(135deg, #d4af37 0%, #aa7a1e 100%);
  --gold-shimmer: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  
  --accent-wa: #25d366;
  --accent-emerald: #059669;
  
  /* Text Colors */
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-dim: #64748b;
  --text-gold: #996515;
  
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-arabic: 'Tajawal', sans-serif;
  
  --glow-gold: 0 10px 30px rgba(212, 175, 55, 0.2);
  --glow-card: 0 12px 36px rgba(184, 134, 11, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  --glow-btn: 0 6px 22px rgba(212, 175, 55, 0.35);
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Global */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-secondary);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

/* Full Width Container Layout (Expansive & Edge-to-Edge) */
.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}

/* Ambient Lighting Across Full Screen */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}

.glow-1 {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 70%);
  top: -100px;
  left: 5%;
}

.glow-2 {
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(244, 232, 193, 0.5), transparent 70%);
  top: 30%;
  right: -50px;
}

.glow-3 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14), transparent 70%);
  bottom: 5%;
  left: 5%;
}

.cyber-grid {
  position: fixed;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(212, 175, 55, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

/* Typography & Gradient Utilities */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: #0f172a;
  letter-spacing: -0.02em;
}

.gradient-text {
  background: linear-gradient(135deg, #b8860b 0%, #d4af37 50%, #8c6708 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-cyan {
  background: linear-gradient(135deg, #b8860b 0%, #d4af37 70%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Top Announcement Bar (Brushed Royal Gold Gradient) */
.top-bar {
  background: linear-gradient(90deg, #9e7309 0%, #d4af37 35%, #e5be42 50%, #d4af37 65%, #9e7309 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.86rem;
  color: #ffffff;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(184, 134, 11, 0.25);
  width: 100%;
}

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 16px;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px #ffffff;
  animation: pulseAnim 1.8s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 10px #ffffff; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.top-divider {
  color: rgba(255, 255, 255, 0.45);
}

.top-latency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
}

.top-latency strong {
  color: #fffdf0;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.top-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  transition: var(--transition);
}

.top-link:hover {
  color: #fff9db;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.top-badge-wa {
  background: #25d366;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
}

.top-badge-wa:hover {
  background: #1eb954;
  color: #ffffff;
  box-shadow: 0 2px 14px rgba(37, 211, 102, 0.6);
  transform: scale(1.04);
}

/* Header & Full Width Navigation (Warm Pearl Ivory Glass & Solid Royal Gold Trim) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 250, 242, 0.96) 100%);
  backdrop-filter: blur(25px);
  border-bottom: 2.5px solid var(--gold-primary);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.12), 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  width: 100%;
}

.site-header.scrolled {
  background: #ffffff;
  border-bottom-color: #b8860b;
  box-shadow: 0 12px 35px rgba(184, 134, 11, 0.18);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 32px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 32px;
}

.logo-symbol {
  position: relative;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #fffbf0 0%, #f6ecd2 100%);
  border: 2px solid var(--border-gold-solid);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.25);
  flex-shrink: 0;
}

.logo-glow {
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: var(--gold-shimmer);
  opacity: 0.4;
  filter: blur(6px);
  transition: var(--transition);
  z-index: -1;
}

.brand-logo:hover .logo-glow {
  opacity: 0.9;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #0f172a;
  line-height: 1.1;
  white-space: nowrap;
}

.logo-highlight {
  color: #b8860b;
}

.logo-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #8c6708;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
}

.nav-item {
  color: #1e293b;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  transition: var(--transition);
  position: relative;
  padding: 6px 4px;
  white-space: nowrap;
}

.nav-item:hover {
  color: #b8860b;
}

.highlight-nav-item {
  color: #b8860b;
  font-weight: 800;
}

.badge-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-chip {
  background: var(--gold-gradient);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 4px;
  line-height: 1.3;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: 20px;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 8px;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f172a;
  margin: 4px 0;
  transition: var(--transition);
}

/* Button Component System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  transition: var(--transition);
  white-space: nowrap;
}

.btn-sm { padding: 10px 20px; font-size: 0.9rem; }
.btn-md { padding: 14px 28px; font-size: 1rem; }
.btn-lg { padding: 16px 34px; font-size: 1.08rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.55);
  background: linear-gradient(135deg, #e5be42 0%, #9e7309 100%);
  color: #ffffff;
}

.btn-outline {
  background: #ffffff;
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--gold-dark);
}

.btn-outline:hover {
  background: #fdfaf0;
  border-color: var(--border-gold-solid);
  color: #8c6708;
}

.btn-glass {
  background: #ffffff;
  border: 1.5px solid var(--border-gold-solid);
  color: var(--gold-dark);
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.1);
}

.btn-glass:hover {
  background: #fffcf4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.2);
}

.btn-enterprise {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: 1.5px solid var(--gold-primary);
  color: #fef08a;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
}

.btn-enterprise:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.4);
  color: #ffffff;
}

.btn-wa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #128c7e;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px;
  border-radius: var(--radius-sm);
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.3);
  transition: var(--transition);
  width: 100%;
}

.btn-wa-link:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: #25d366;
}

.glow-btn {
  position: relative;
  overflow: hidden;
}

.glow-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 20%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 80%
  );
  transform: rotate(30deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) rotate(30deg); }
  30%, 100% { transform: translateX(100%) rotate(30deg); }
}

/* =========================================================
   HERO FRONT SLIDER (FULL WIDTH VIEW)
   ========================================================= */

.hero-slider-section {
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-wrapper {
  position: relative;
  min-height: 540px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px) scale(0.98);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.55s ease;
  pointer-events: none;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-main);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1);
  margin-bottom: 20px;
}

.sparkle-icon { font-size: 1.05rem; }

.tag-badge {
  background: rgba(212, 175, 55, 0.18);
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 2px 10px;
  border-radius: var(--radius-full);
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.16;
  margin-bottom: 18px;
  color: #0f172a;
}

.hero-description {
  font-size: 1.12rem;
  color: var(--text-muted);
  line-height: 1.68;
  margin-bottom: 24px;
  max-width: 680px;
}

.hero-description strong { color: #0f172a; }

.hero-slide-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.slide-hl-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
}

.hero-price-cards-pill {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  box-shadow: var(--glow-card);
  border-radius: var(--radius-md);
  padding: 14px 22px;
  margin-bottom: 26px;
  gap: 20px;
  flex-wrap: wrap;
  width: fit-content;
}

.price-pill-item { display: flex; flex-direction: column; }

.pill-label {
  font-size: 0.72rem;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.pill-value {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
}

.pill-value small { font-size: 0.76rem; font-weight: 600; color: var(--text-muted); }
.pill-note { font-size: 0.72rem; color: var(--gold-dark); font-weight: 700; }
.highlight-pill .pill-value { color: var(--gold-metallic); }
.price-pill-divider { width: 1px; height: 32px; background: rgba(212, 175, 55, 0.25); }
.hero-cta-group { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* Slider Controls Bar */
.slider-controls-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  gap: 24px;
  flex-wrap: wrap;
}

.slider-nav-tabs { display: flex; gap: 16px; flex-wrap: wrap; flex: 1; }

.slide-tab {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius-md);
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  text-align: left;
  flex: 1;
  min-width: 260px;
}

.slide-tab:hover { border-color: var(--gold-primary); background: #fdfaf0; }

.slide-tab.active {
  background: #ffffff;
  border-color: var(--gold-primary);
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.25);
}

.tab-index { font-family: var(--font-heading); font-weight: 900; font-size: 1.1rem; color: var(--gold-dark); }
.tab-info { display: flex; flex-direction: column; }
.tab-label { font-size: 0.92rem; font-weight: 800; color: #0f172a; }
.tab-sub { font-size: 0.76rem; color: var(--text-muted); }

.tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(212, 175, 55, 0.15);
}

.slide-tab.active .tab-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: var(--gold-gradient);
  animation: tabProgress 6.5s linear infinite;
}

@keyframes tabProgress {
  0% { width: 0%; }
  100% { width: 100%; }
}

.slider-arrows { display: flex; gap: 10px; }

.slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gold-dark);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.1);
  transition: var(--transition);
}

.slider-arrow:hover {
  background: var(--gold-primary);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
}

/* Domain Search Bar (Expansive) */
.hero-bottom-bar { margin-top: 36px; }

.domain-search-box {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-lg);
  padding: 24px 30px;
  box-shadow: 0 12px 35px rgba(184, 134, 11, 0.08);
  margin-bottom: 32px;
}

.domain-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 0.95rem;
  flex-wrap: wrap;
  gap: 10px;
}

.domain-header-title { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #0f172a; font-size: 1.02rem; }
.domain-promo { color: var(--accent-emerald); font-size: 0.86rem; font-weight: 700; }

.domain-form {
  display: flex;
  align-items: center;
  background: #faf8f5;
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-md);
  padding: 5px;
  gap: 8px;
  transition: var(--transition);
}

.domain-form:focus-within {
  border-color: var(--gold-primary);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.25);
  background: #ffffff;
}

.input-wrapper { display: flex; align-items: center; flex: 1; padding-left: 14px; }
.www-prefix { color: var(--text-dim); font-family: var(--font-mono); font-size: 1rem; }

.input-wrapper input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #0f172a;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 12px 10px;
}

.input-wrapper input::placeholder { color: #94a3b8; font-weight: 400; }

.tld-select {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold-dark);
  font-weight: 800;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  outline: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.tld-select option { background: #ffffff; color: #0f172a; }

.btn-search {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.98rem;
}

.btn-search:hover {
  background: linear-gradient(135deg, #e5be42 0%, #9e7309 100%);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.domain-result {
  margin-top: 14px;
  font-size: 0.95rem;
  display: none;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.domain-result.available {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.3);
  color: #065f46;
}

.domain-result.taken {
  display: block;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #991b1b;
}

.hero-trust-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.metric-card {
  border-left: 3px solid rgba(212, 175, 55, 0.3);
  padding-left: 18px;
  transition: var(--transition);
}

.metric-card:hover { border-left-color: var(--gold-primary); }
.metric-num { display: block; font-family: var(--font-heading); font-size: 1.35rem; font-weight: 900; color: #0f172a; }
.metric-desc { font-size: 0.82rem; color: var(--text-muted); font-weight: 500; }

/* =========================================================
   ENTERPRISE BRANDS SHOWCASE (FULL WIDTH)
   ========================================================= */

.brands-section {
  padding: 60px 0 40px;
  background: #ffffff;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  width: 100%;
}

.brands-header {
  text-align: center;
  margin-bottom: 34px;
}

.brands-tag {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.brands-title {
  font-size: 1.6rem;
  color: #0f172a;
  margin-top: 6px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.brand-card {
  background: #faf8f5;
  border: 1.5px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 20px 14px;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand-card:hover {
  background: #ffffff;
  border-color: var(--gold-primary);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.12);
}

.brand-card.highlight-brand {
  border-color: var(--gold-primary);
  background: #fffdf7;
}

.brand-icon {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.brand-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.brand-service {
  font-size: 0.72rem;
  color: var(--text-dim);
  margin-top: 2px;
}

/* =========================================================
   FIREWALL CONFIGURATION & CYBER SECURITY SECTION
   ========================================================= */

.firewall-section {
  padding: 80px 0;
  background: #faf8f5;
  width: 100%;
}

.firewall-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.firewall-box {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: var(--transition);
  box-shadow: var(--glow-card);
}

.firewall-box:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 16px 36px rgba(184, 134, 11, 0.16);
}

.fw-icon-box {
  width: 56px;
  height: 56px;
  background: #fef8e7;
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  margin-bottom: 20px;
}

.firewall-box h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: #0f172a;
}

.firewall-box p {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.fw-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 600;
}

.firewall-cta-card {
  background: #ffffff;
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-xl);
  padding: 36px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.12);
  gap: 28px;
  flex-wrap: wrap;
}

.f-cta-text h3 {
  font-size: 1.45rem;
  color: #0f172a;
  margin-bottom: 8px;
}

.f-cta-text p {
  color: var(--text-muted);
  font-size: 0.98rem;
  max-width: 750px;
}

/* =========================================================
   BEST APP DEVELOPER & CUSTOM MOBILE APP DEVELOPMENT
   ========================================================= */

.app-dev-section {
  padding: 80px 0;
  width: 100%;
}

.app-dev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.app-dev-card {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: var(--transition);
  box-shadow: var(--glow-card);
  display: flex;
  flex-direction: column;
}

.app-dev-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 16px 36px rgba(184, 134, 11, 0.16);
}

.app-dev-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.app-dev-card h3 {
  font-size: 1.35rem;
  color: #0f172a;
  margin-bottom: 12px;
}

.app-dev-card p {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  flex-grow: 1;
}

.app-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.app-tags span {
  background: #fef8e7;
  border: 1px solid var(--gold-primary);
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* =========================================================
   IT DESKTOP SUPPORT & CYBER SECURITY SECTION
   ========================================================= */

.it-support-section {
  padding: 70px 0;
  background: #ffffff;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  width: 100%;
}

.it-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.it-card {
  background: #faf8f5;
  border: 1.5px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: var(--transition);
}

.it-card:hover {
  background: #ffffff;
  border-color: var(--gold-primary);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(184, 134, 11, 0.12);
}

.it-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.it-card h4 {
  font-size: 1.15rem;
  color: #0f172a;
  margin-bottom: 10px;
}

.it-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* =========================================================
   CALCULATOR & DETAILS
   ========================================================= */

.calculator-section { padding: 80px 0; width: 100%; }

.calculator-card {
  background: #ffffff;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-xl);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  box-shadow: 0 18px 50px rgba(184, 134, 11, 0.1);
}

.calc-controls { display: flex; flex-direction: column; gap: 30px; }
.calc-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }

.calc-value-badge {
  background: #fdf8e9;
  border: 1px solid var(--gold-primary);
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 5px 16px;
  border-radius: var(--radius-full);
}

.custom-slider {
  width: 100%;
  -webkit-appearance: none;
  height: 9px;
  border-radius: 5px;
  background: #f1ebd9;
  outline: none;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  cursor: pointer;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  border: 2px solid #ffffff;
  transition: transform 0.2s ease;
}

.custom-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.slider-ticks { display: flex; justify-content: space-between; margin-top: 10px; font-size: 0.8rem; color: var(--text-dim); font-weight: 600; }
.calc-toggles { margin-top: 12px; }
.toggle-option { display: flex; align-items: center; gap: 14px; cursor: pointer; user-select: none; }
.toggle-option input { display: none; }

.toggle-box {
  width: 24px;
  height: 24px;
  border: 2px solid var(--gold-primary);
  border-radius: 6px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.toggle-option input:checked + .toggle-box { background: var(--gold-gradient); }
.toggle-option input:checked + .toggle-box::after { content: '✓'; color: #ffffff; font-size: 0.9rem; font-weight: 900; }
.toggle-text { font-weight: 700; color: #0f172a; font-size: 1rem; }

.calc-result-panel {
  background: linear-gradient(180deg, #fdfbf7 0%, #faf6ec 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
}

.res-tag { font-size: 0.76rem; font-weight: 800; text-transform: uppercase; color: var(--gold-dark); letter-spacing: 1px; }
.res-title { font-size: 1.55rem; font-weight: 900; color: #0f172a; margin-top: 4px; }
.calc-price-display { display: flex; align-items: baseline; gap: 6px; margin: 20px 0; }
.calc-currency { font-size: 1.4rem; font-weight: 800; color: var(--gold-dark); }
.calc-amount { font-family: var(--font-heading); font-size: 3.2rem; font-weight: 900; color: #0f172a; line-height: 1; }
.calc-cycle { font-size: 1rem; color: var(--text-muted); font-weight: 600; }

.calc-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 0.94rem;
  color: var(--text-main);
  flex-grow: 1;
}

/* =========================================================
   PRICING & SHOWCASE COMMON (EXPANSIVE 4-COLUMNS)
   ========================================================= */

.section { padding: 90px 0; position: relative; width: 100%; }
.section-header { text-align: center; max-width: 850px; margin: 0 auto 55px; }

.section-pill {
  display: inline-block;
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  color: var(--gold-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.08);
}

.cyan-pill { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; color: var(--gold-dark); }
.pulse-dot-cyan {
  width: 7px; height: 7px; background-color: var(--gold-primary);
  border-radius: 50%; display: inline-block; box-shadow: 0 0 8px var(--gold-primary);
  animation: pulseAnim 1.8s infinite;
}

.section-title { font-size: clamp(2.2rem, 3.5vw, 3rem); font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #0f172a; }
.section-subtitle { font-size: 1.08rem; color: var(--text-muted); line-height: 1.65; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }

.pricing-card {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--glow-card);
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold-solid);
  box-shadow: 0 20px 45px rgba(184, 134, 11, 0.18);
  background: #ffffff;
}

.pricing-card.featured {
  background: #ffffff;
  border: 2px solid var(--gold-primary);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.22);
}

.pricing-card.featured:hover { box-shadow: 0 24px 50px rgba(212, 175, 55, 0.35); }

.pricing-card.enterprise-card {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border: 2px solid var(--gold-primary);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  color: #f8fafc;
}

.pricing-card.enterprise-card .plan-name,
.pricing-card.enterprise-card .price-amount .number,
.pricing-card.enterprise-card .feature-item strong { color: #ffffff; }
.pricing-card.enterprise-card .plan-desc { color: #cbd5e1; }
.pricing-card.enterprise-card .price-amount .currency { color: #fef08a; }
.pricing-card.enterprise-card:hover { box-shadow: 0 25px 55px rgba(212, 175, 55, 0.35); }

.popular-ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-gradient);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
  white-space: nowrap;
}

.enterprise-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d4af37, #fef08a);
  color: #0f172a;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
  white-space: nowrap;
}

.plan-type { font-size: 0.8rem; text-transform: uppercase; color: var(--gold-dark); font-weight: 800; letter-spacing: 1px; margin-bottom: 6px; }
.pricing-card.enterprise-card .plan-type { color: #fef08a; }
.plan-name { font-size: 1.55rem; font-weight: 800; margin-bottom: 10px; color: #0f172a; }
.plan-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; min-height: 52px; }
.plan-price-box { margin: 20px 0; }
.price-amount { display: flex; align-items: baseline; gap: 4px; }
.price-amount .currency { font-size: 1.2rem; font-weight: 800; color: var(--gold-dark); }
.price-amount .number { font-family: var(--font-heading); font-size: 2.7rem; font-weight: 900; color: #0f172a; line-height: 1; }
.price-amount .period { font-size: 0.92rem; color: var(--text-muted); font-weight: 600; }
.price-subtext { font-size: 0.78rem; color: var(--text-dim); margin-top: 4px; }
.plan-divider { height: 1px; background: rgba(212, 175, 55, 0.25); margin-bottom: 22px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 30px; flex-grow: 1; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.92rem; color: var(--text-main); }
.feature-item strong { color: #0f172a; }

.enterprise-highlight {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.15);
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.check-icon { width: 17px; height: 17px; min-width: 17px; stroke: var(--gold-dark); stroke-width: 2.8; fill: none; margin-top: 3px; }
.check-icon.cyan { stroke: #fef08a; }
.plan-actions { margin-top: auto; }

/* Visual Mockups & Server Blades */
.hero-visual { position: relative; z-index: 1; }
.server-mockup-frame {
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-xl);
  padding: 26px;
  box-shadow: 0 20px 50px rgba(184, 134, 11, 0.12), 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.server-rack-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(212, 175, 55, 0.2); margin-bottom: 18px; }
.rack-controls { display: flex; gap: 6px; }
.rack-dot { width: 10px; height: 10px; border-radius: 50%; }
.rack-dot.red { background: #ef4444; }
.rack-dot.yellow { background: #d4af37; }
.rack-dot.green { background: #10b981; }
.rack-title { font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-dim); font-weight: 600; }
.rack-status { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 800; color: #059669; }
.status-live { width: 8px; height: 8px; background: #059669; border-radius: 50%; box-shadow: 0 0 8px #059669; }

.server-blade {
  background: #faf8f5;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: var(--transition);
}

.server-blade:hover { background: #ffffff; border-color: var(--gold-primary); box-shadow: 0 6px 18px rgba(212, 175, 55, 0.15); }
.server-blade.highlighted-blade { border-color: var(--gold-primary); background: linear-gradient(135deg, #fffdf8 0%, #fdf8e9 100%); box-shadow: 0 6px 20px rgba(212, 175, 55, 0.15); }

.blade-badge {
  position: absolute;
  top: -8px;
  right: 18px;
  background: var(--gold-gradient);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: var(--radius-full);
}

.blade-left { display: flex; align-items: center; gap: 16px; }
.blade-lights { display: flex; flex-direction: column; gap: 4px; }
.led-light { width: 6px; height: 6px; background: #cbd5e1; border-radius: 50%; }
.led-light.active { background: #d4af37; box-shadow: 0 0 6px #d4af37; }
.led-light.cyan { background: #b8860b; box-shadow: 0 0 6px #b8860b; }
.led-light.green { background: #10b981; box-shadow: 0 0 6px #10b981; }
.led-light.blink { animation: ledBlink 1.4s infinite; }
@keyframes ledBlink { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; filter: drop-shadow(0 0 4px currentColor); } }

.blade-name { font-size: 0.98rem; font-weight: 800; color: #0f172a; }
.blade-sub { font-size: 0.8rem; color: var(--text-muted); }
.blade-meters { display: flex; gap: 12px; align-items: center; }

.mini-tag { background: rgba(0, 0, 0, 0.05); padding: 4px 10px; border-radius: var(--radius-sm); font-size: 0.75rem; color: var(--text-muted); font-weight: 600; }
.mini-tag.success { background: rgba(16, 185, 129, 0.12); color: #065f46; border: 1px solid rgba(16, 185, 129, 0.25); }

.server-console { background: #0f172a; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: var(--radius-sm); padding: 14px; font-family: var(--font-mono); font-size: 0.78rem; margin-top: 14px; }
.console-head { display: flex; align-items: center; gap: 6px; color: #94a3b8; margin-bottom: 8px; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.5px; }
.console-body { display: flex; flex-direction: column; gap: 6px; }
.log-line { color: #e2e8f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.log-time { color: #64748b; }
.log-success { color: #34d399; font-weight: 700; }
.log-cyan { color: #fde047; font-weight: 700; }

.floating-badge {
  position: absolute;
  background: #ffffff;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(184, 134, 11, 0.15);
  z-index: 5;
  animation: float 4s ease-in-out infinite alternate;
}

.badge-cpanel { top: -20px; left: -25px; }
.badge-ssl { bottom: -20px; right: -20px; animation-delay: 2s; }
.floating-badge strong { display: block; font-size: 0.92rem; color: #0f172a; }
.floating-badge p { font-size: 0.78rem; color: var(--text-muted); }
@keyframes float { 0% { transform: translateY(0px); } 100% { transform: translateY(-10px); } }

/* ZK BioTime Section (Full Width Expansive) */
.biotime-section { padding: 70px 0 90px; width: 100%; }
.biotime-wrapper {
  background: #ffffff;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-xl);
  padding: 55px;
  box-shadow: 0 20px 55px rgba(184, 134, 11, 0.12);
}

.biotime-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.biotime-heading { font-size: clamp(2.2rem, 3.4vw, 2.9rem); font-weight: 900; line-height: 1.2; margin-bottom: 18px; color: #0f172a; }
.biotime-lead { font-size: 1.1rem; color: var(--text-muted); line-height: 1.68; margin-bottom: 30px; }
.biotime-features-list { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
.bt-feature { display: flex; gap: 18px; }
.bt-icon {
  width: 50px; height: 50px; min-width: 50px; background: #fef9e7;
  border: 1.5px solid var(--gold-primary); border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center; color: var(--gold-dark);
}
.bt-feature h4 { font-size: 1.08rem; font-weight: 800; margin-bottom: 4px; color: #0f172a; }
.bt-feature p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.55; }
.bt-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.biotime-diagram-card {
  background: #faf8f5;
  border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  box-shadow: 0 12px 35px rgba(184, 134, 11, 0.08);
}

.diagram-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid rgba(212, 175, 55, 0.2); }
.diagram-title { font-size: 1.02rem; font-weight: 800; color: #0f172a; }
.live-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 700; color: #059669; }

.topology-container { display: flex; flex-direction: column; gap: 18px; }
.cloud-hub {
  background: #ffffff;
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
}

.cloud-icon-box {
  width: 60px; height: 60px; background: #fef8e7;
  border: 1px solid var(--gold-primary); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}

.hub-info { display: flex; flex-direction: column; gap: 4px; }
.hub-info strong { font-size: 1.05rem; color: #0f172a; }
.ip-pill {
  display: inline-block; font-family: var(--font-mono); font-size: 0.78rem;
  color: var(--gold-dark); background: rgba(212, 175, 55, 0.15);
  font-weight: 700; padding: 3px 10px; border-radius: var(--radius-sm); width: fit-content;
}
.hub-app { font-size: 0.82rem; color: var(--text-muted); }

.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.branch-card { background: #ffffff; border: 1px solid rgba(212, 175, 55, 0.25); border-radius: var(--radius-sm); padding: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
.branch-header { display: flex; align-items: center; gap: 6px; font-size: 0.88rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.dev-item { display: block; font-size: 0.76rem; color: var(--text-muted); font-family: var(--font-mono); }
.dev-status { display: block; font-size: 0.72rem; color: #059669; font-weight: 700; margin-top: 2px; }

.attendance-ticker { background: #0f172a; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: var(--radius-sm); padding: 12px 14px; margin-top: 8px; }
.ticker-header { display: flex; align-items: center; gap: 6px; font-size: 0.76rem; color: #94a3b8; margin-bottom: 8px; text-transform: uppercase; }
.ticker-content { display: flex; flex-direction: column; gap: 5px; }
.punch-row { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: 0.76rem; color: #e2e8f0; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); padding: 4px 0; }
.p-time { color: #94a3b8; }
.p-emp { color: #ffffff; font-weight: 700; }
.p-loc { color: #fef08a; }
.p-badge.in { background: rgba(16, 185, 129, 0.25); color: #34d399; padding: 2px 8px; border-radius: 4px; font-size: 0.68rem; }

/* Comparison Table (Full Width) */
.table-container { background: #ffffff; border: 1.5px solid rgba(212, 175, 55, 0.3); border-radius: var(--radius-xl); overflow-x: auto; box-shadow: var(--glow-card); width: 100%; }
.specs-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.95rem; }
.specs-table th, .specs-table td { padding: 18px 24px; border-bottom: 1px solid rgba(212, 175, 55, 0.18); }
.specs-table th { background: #fcf9f2; font-family: var(--font-heading); font-weight: 800; color: #0f172a; font-size: 1.05rem; }
.feature-col { width: 28%; }
.table-price { font-size: 0.88rem; color: var(--gold-dark); font-weight: 700; }
.table-highlight { background: rgba(212, 175, 55, 0.05); }
.table-enterprise { background: #fefbf3; }
.badge-yes { display: inline-block; background: rgba(5, 150, 105, 0.1); color: #065f46; padding: 4px 12px; border-radius: var(--radius-full); font-size: 0.82rem; font-weight: 700; }
.badge-no { color: var(--text-dim); }

/* FAQ Accordion (Spacious) */
.faq-container { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: #ffffff; border: 1.5px solid rgba(212, 175, 55, 0.25); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 4px 14px rgba(184, 134, 11, 0.04); transition: var(--transition); }
.faq-item:hover, .faq-item.active { border-color: var(--gold-primary); }
.faq-question { padding: 22px 28px; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; color: #0f172a; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; }
.faq-toggle-icon { color: var(--gold-dark); transition: transform 0.3s ease; }
.faq-item.active .faq-toggle-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 28px; color: var(--text-muted); font-size: 0.96rem; line-height: 1.7; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 28px 24px; }

/* Contact Section (Full Width) */
.contact-section { padding: 90px 0 110px; width: 100%; }
.contact-card-wrapper {
  background: #ffffff;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-xl);
  padding: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  box-shadow: 0 20px 60px rgba(184, 134, 11, 0.12);
}

.contact-title { font-size: clamp(2.2rem, 3.2vw, 2.7rem); font-weight: 900; line-height: 1.2; margin-bottom: 16px; color: #0f172a; }
.contact-desc { font-size: 1.05rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 30px; }
.contact-info-list { display: flex; flex-direction: column; gap: 18px; }
.contact-info-item {
  display: flex; align-items: center; gap: 16px; text-decoration: none;
  background: #faf8f5; border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 16px 22px; border-radius: var(--radius-md); transition: var(--transition);
}
.contact-info-item:hover { background: #ffffff; border-color: var(--gold-primary); transform: translateX(4px); box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15); }
.info-icon { width: 46px; height: 46px; background: #fef8e7; border: 1px solid var(--gold-primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold-dark); }
.info-icon.wa-icon { background: rgba(37, 211, 102, 0.12); border-color: #25d366; color: #128c7e; }
.info-label { display: block; font-size: 0.78rem; color: var(--text-dim); text-transform: uppercase; font-weight: 600; }
.info-value { font-weight: 800; color: #0f172a; font-size: 1rem; }

.contact-form-box { background: #faf8f5; border: 1.5px solid rgba(212, 175, 55, 0.3); border-radius: var(--radius-lg); padding: 34px; }
.form-title { font-size: 1.45rem; margin-bottom: 6px; color: #0f172a; font-weight: 800; }
.form-sub { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 22px; }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group label { display: block; font-size: 0.86rem; font-weight: 700; color: #1e293b; margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: #ffffff; border: 1.5px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-sm); padding: 13px 16px; color: #0f172a;
  font-family: var(--font-body); font-size: 0.95rem; outline: none; transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold-primary); box-shadow: 0 0 12px rgba(212, 175, 55, 0.25); }
.form-group select option { background: #ffffff; color: #0f172a; }

/* Footer (Full Width) */
.site-footer { background: #ffffff; border-top: 2px solid rgba(212, 175, 55, 0.3); padding: 80px 0 35px; font-size: 0.92rem; color: var(--text-muted); width: 100%; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 55px; }
.brand-col .footer-desc { margin: 18px 0; font-size: 0.92rem; line-height: 1.65; }
.footer-badges { display: flex; flex-direction: column; gap: 8px; }
.f-badge { color: #059669; font-size: 0.86rem; font-weight: 700; }
.footer-col h4 { color: #0f172a; font-size: 1.15rem; font-weight: 800; margin-bottom: 20px; }
.footer-links, .footer-contact-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-weight: 500; transition: var(--transition); }
.footer-links a:hover { color: var(--gold-dark); padding-left: 4px; }
.footer-contact-links li { display: flex; align-items: center; gap: 10px; }
.footer-contact-links a { color: var(--text-muted); text-decoration: none; font-weight: 600; transition: var(--transition); }
.footer-contact-links a:hover { color: var(--gold-dark); }
.location-tag { font-size: 0.82rem; color: var(--text-dim); margin-top: 6px; }
.footer-bottom { border-top: 1px solid rgba(212, 175, 55, 0.2); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 0.88rem; flex-wrap: wrap; gap: 14px; }
.footer-legal { color: var(--text-dim); }
.footer-legal .sep { margin: 0 6px; }

/* Modal Overlay */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px); z-index: 1000; display: flex;
  align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-card {
  background: #ffffff; border: 2px solid var(--gold-primary);
  border-radius: var(--radius-xl); padding: 36px; max-width: 560px;
  width: 100%; position: relative; box-shadow: 0 25px 60px rgba(184, 134, 11, 0.2);
  transform: scale(0.95); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-overlay.open .modal-card { transform: scale(1); }
.modal-close { position: absolute; top: 16px; right: 18px; background: transparent; border: none; color: var(--text-dim); font-size: 1.8rem; cursor: pointer; line-height: 1; transition: var(--transition); }
.modal-close:hover { color: #0f172a; }
.modal-header { margin-bottom: 22px; }
.modal-pill { display: inline-block; background: #fef8e7; color: var(--gold-dark); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; padding: 3px 14px; border: 1px solid var(--gold-primary); border-radius: var(--radius-full); margin-bottom: 8px; }
.modal-title { font-size: 1.55rem; color: #0f172a; }
.modal-subtitle { font-size: 0.94rem; color: var(--text-muted); }
.modal-price-tag { display: flex; justify-content: space-between; align-items: center; background: #fdfaf0; border: 1.5px solid rgba(212, 175, 55, 0.35); padding: 12px 18px; border-radius: var(--radius-md); margin-bottom: 22px; }
.mp-label { font-size: 0.88rem; color: var(--text-muted); }
.mp-val { font-family: var(--font-heading); font-size: 1.28rem; font-weight: 900; color: var(--gold-dark); }

/* Floating WhatsApp Quick Button */
.floating-wa-widget { position: fixed; bottom: 32px; right: 32px; z-index: 999; }
.wa-float-btn {
  width: 64px; height: 64px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.45); text-decoration: none;
  position: relative; transition: var(--transition);
}
.wa-float-btn:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6); }
.wa-icon-glow { position: absolute; inset: -4px; border-radius: 50%; background: #25d366; opacity: 0.35; animation: pulseAnim 2s infinite; z-index: -1; }
.wa-tooltip {
  position: absolute; right: 76px; background: #ffffff; color: #0f172a;
  font-size: 0.86rem; font-weight: 700; white-space: nowrap; padding: 7px 16px;
  border-radius: var(--radius-sm); border: 1.5px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.15); pointer-events: none;
  opacity: 0; transform: translateX(10px); transition: var(--transition);
}
.wa-float-btn:hover .wa-tooltip { opacity: 1; transform: translateX(0); }

/* Responsive Queries */
@media (max-width: 1400px) {
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1100px) {
  .container { padding: 0 28px; }
  .hero-container { grid-template-columns: 1fr; gap: 40px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-card { grid-template-columns: 1fr; padding: 32px; }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .firewall-grid { grid-template-columns: 1fr; }
  .app-dev-grid { grid-template-columns: 1fr; }
  .it-support-grid { grid-template-columns: repeat(2, 1fr); }
  .biotime-grid { grid-template-columns: 1fr; }
  .contact-card-wrapper { grid-template-columns: 1fr; padding: 36px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .top-bar-container { flex-direction: column; align-items: flex-start; }
  .nav-links {
    display: none; position: absolute; top: 84px; left: 0; width: 100%;
    background: #ffffff; border-bottom: 2.5px solid var(--gold-primary);
    flex-direction: column; padding: 20px 24px; gap: 16px;
    box-shadow: 0 10px 30px rgba(184, 134, 11, 0.15);
  }
  .nav-links.active { display: flex; }
  .mobile-toggle { display: block; }
  .slider-controls-container { flex-direction: column; align-items: flex-start; }
  .slider-nav-tabs { flex-direction: column; width: 100%; }
  .slide-tab { width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .it-support-grid { grid-template-columns: 1fr; }
  .branch-grid { grid-template-columns: 1fr; }
  .hero-trust-metrics { grid-template-columns: repeat(2, 1fr); }
  .firewall-cta-card { flex-direction: column; align-items: flex-start; padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
