/* ===== HERO SECTION ===== */
.hero-gradient-overlay {
  background: linear-gradient(135deg, rgba(9,9,121,0.92) 0%, rgba(0,89,179,0.88) 60%, rgba(0,180,216,0.80) 100%);
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity:1; transform: scale(1); }
  50% { opacity:.5; transform: scale(1.4); }
}
.hero-title { font-size: 3rem; font-weight: 800; line-height: 1.15; }
.hero-subtitle { font-size: 1.15rem; line-height: 1.7; max-width: 600px; margin: 0 auto; }
.hero-cta-group .btn { padding: 14px 32px; font-size: 1rem; font-weight: 600; border-radius: 8px; }
.hero-cta-group .btn-primary { box-shadow: 0 8px 25px rgba(0,115,230,0.45); }
.hero-cta-group .btn-outline-light { border-width: 2px; }
.hero-cta-group .btn-outline-light:hover { background: rgba(255,255,255,0.15); }

/* ===== STATS BAR ===== */
.stats-bar {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.10);
  border-radius: 16px;
  margin-top: -50px;
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
.stats-bar .stat-item { border-right: 1px solid #e9ecef; }
.stats-bar .stat-item:last-child { border-right: none; }
.stats-bar .stat-number { font-size: 2rem; font-weight: 800; color: #0057b8; line-height: 1; }
.stats-bar .stat-label { font-size: 0.85rem; color: #6c757d; margin-top: 4px; }
.stats-bar .stat-icon { font-size: 2rem; color: #0057b8; opacity: 0.18; }

/* ===== FEATURE CARDS ===== */
.feature-card {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 30px 24px;
  transition: all .3s ease;
  background: #fff;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,87,184,0.12);
  border-color: #0057b8;
}
.feature-card .icon-wrap {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #e8f1ff 0%, #d0e4ff 100%);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature-card .icon-wrap i { font-size: 1.6rem; color: #0057b8; }

/* ===== PRICING ===== */
.pricing-card {
  border-radius: 16px;
  border: 2px solid #f0f4ff;
  transition: all .3s ease;
  overflow: hidden;
}
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,87,184,0.15); }
.pricing-card.featured {
  border-color: #0057b8;
  box-shadow: 0 12px 40px rgba(0,87,184,0.2);
}
.pricing-card .price-header { padding: 28px 28px 18px; }
.pricing-card .price-body { padding: 0 28px 28px; }
.pricing-badge { font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; letter-spacing: 1px; }
.price-amount { font-size: 2.2rem; font-weight: 800; color: #0057b8; }
.price-period { font-size: 0.85rem; color: #aaa; }
.pricing-feature { padding: 7px 0; font-size: 0.9rem; border-bottom: 1px solid #f5f5f5; display: flex; align-items: center; gap: 8px; }
.pricing-feature:last-child { border-bottom: none; }
.pricing-feature i { color: #2ecc71; font-size: 1.1rem; flex-shrink: 0; }

/* ===== TESTIMONIALS ===== */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #f0f4ff;
  transition: all .3s ease;
  height: 100%;
}
.testimonial-card:hover { box-shadow: 0 12px 35px rgba(0,87,184,0.1); transform: translateY(-4px); }
.testimonial-card .quote-icon { font-size: 3rem; color: #0057b8; opacity: 0.15; line-height: 1; margin-bottom: 12px; }
.testimonial-card .stars i { color: #f5a623; font-size: 0.9rem; }
.avatar-circle {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; color: #fff;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, #0057b8 0%, #003d82 100%);
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  top: -80px; right: -80px;
}
.cta-banner::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  bottom: -60px; left: -60px;
}

/* ===== FOOTER ===== */
.footer-divider { border-color: rgba(255,255,255,0.08); }
.social-icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: #adb5bd;
  transition: all .25s;
  border: 1px solid rgba(255,255,255,0.1);
  margin-right: 6px;
}
.social-icon-btn:hover { background: #0057b8; color: #fff; border-color: #0057b8; }

/* ===== SECTION TAGS ===== */
.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0057b8;
  background: rgba(0,87,184,0.08);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

/* ===== FEATURES REDESIGNED ===== */
.idx-feat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,87,184,.08); color: #0057b8;
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
}
.idx-feat-pill::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #2ecc71; display: inline-block;
}
.idx-feat-pill-light {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); color: #fff !important;
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.2);
}
.idx-feat-pill-light::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80; display: inline-block; animation: pulse-dot 1.5s infinite;
}
.idx-feat-h2 { font-size: 2.2rem; font-weight: 800; color: #0f172a; line-height: 1.2; margin-bottom: 14px; }
.idx-feat-h2-white { font-size: 2.2rem; font-weight: 800; color: #fff !important; line-height: 1.2; margin-bottom: 14px; }
.idx-feat-sub { color: #64748b; font-size: 1rem; line-height: 1.7; margin-bottom: 28px; max-width: 440px; }
.idx-feat-sub-white { color: rgba(255,255,255,.75) !important; font-size: 1rem; line-height: 1.7; margin-bottom: 28px; max-width: 440px; }
.idx-feat-card {
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 22px; height: 100%;
  box-shadow: 0 2px 14px rgba(0,0,0,.07);
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.idx-feat-card:hover { box-shadow: 0 10px 32px rgba(0,87,184,.14); transform: translateY(-4px); border-color: #0057b8; }
.idx-feat-card-dark {
  background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 22px; height: 100%;
  transition: background .25s, transform .25s, border-color .25s;
}
.idx-feat-card-dark:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); border-color: rgba(255,255,255,.3); }
.idx-feat-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg,#e8f1ff,#d0e4ff);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #0057b8 !important; margin-bottom: 14px;
}
.idx-feat-icon-dark {
  width: 46px; height: 46px;
  background: rgba(0,144,231,.15); border: 1px solid rgba(0,144,231,.25);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #60a5fa !important; margin-bottom: 14px;
}
.idx-feat-card h6 { font-size: .93rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.idx-feat-card-dark h6 { font-size: .93rem; font-weight: 700; color: #f1f5f9 !important; margin-bottom: 6px; }
.idx-feat-card p { font-size: .83rem; margin: 0; line-height: 1.55; color: #64748b; }
.idx-feat-card-dark p { font-size: .83rem; margin: 0; line-height: 1.55; color: rgba(255,255,255,.55) !important; }
.idx-section-light { padding: 90px 0; background: #fff; }
.idx-section-dark {
  padding: 90px 0;
  background: #0f172a !important;
  background-color: #0f172a !important;
  position: relative; overflow: hidden;
  color: #cbd5e1;
}
.idx-section-dark::before {
  content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle,rgba(0,87,184,.15) 0%,transparent 70%);
  top: -200px; right: -100px; pointer-events: none;
}
.idx-section-muted { padding: 90px 0; background: #f8fafc; }
.idx-uptime-box {
  background: linear-gradient(135deg,rgba(0,144,231,.12),rgba(0,87,184,.08));
  border: 1px solid rgba(0,144,231,.2); border-radius: 14px;
  padding: 18px 22px; display: flex; align-items: center; gap: 16px; margin-top: 28px;
}
.idx-uptime-num { font-size: 2rem; font-weight: 800; color: #60a5fa !important; white-space: nowrap; }
.idx-uptime-label { font-size: .82rem; color: rgba(255,255,255,.65) !important; line-height: 1.4; }

/* ===== PRICING REDESIGNED ===== */
.idx-pricing-toggle {
  display: inline-flex; background: #f1f5f9; border-radius: 50px; padding: 4px; gap: 2px;
}
.idx-pricing-toggle ul.nav { gap: 0; margin: 0; padding: 0; flex-wrap: nowrap; }
.idx-pricing-toggle .nav-link {
  border-radius: 50px !important; padding: 8px 22px; font-size: .9rem; font-weight: 600;
  color: #64748b; border: none; transition: all .2s; background: transparent !important;
  white-space: nowrap;
}
.idx-pricing-toggle .nav-link:hover { color: #0057b8; }
.idx-pricing-toggle .nav-link.active {
  background: #0057b8 !important; color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,87,184,.3);
}
.idx-plan-card {
  background: #fff; border: 2px solid #e2e8f0; border-radius: 20px;
  overflow: hidden; transition: all .3s; height: 100%;
}
.idx-plan-card:hover { border-color: #0057b8; box-shadow: 0 16px 50px rgba(0,87,184,.14); transform: translateY(-6px); }
.idx-plan-card.idx-plan-featured { border-color: #0057b8; box-shadow: 0 12px 40px rgba(0,87,184,.18); }
.idx-plan-head { padding: 26px 26px 18px; border-bottom: 1px solid #f1f5f9; }
.idx-plan-head-blue { background: linear-gradient(135deg,#0057b8,#0090e7); padding: 26px 26px 18px; border-bottom: none; }
.idx-plan-badge-plain { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: #f1f5f9; color: #64748b; margin-bottom: 12px; }
.idx-plan-badge-hot { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: #fef08a; color: #713f12; margin-bottom: 12px; }
.idx-plan-badge-dark { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: #0f172a; color: #f8fafc; margin-bottom: 12px; }
.idx-plan-name { font-size: 1.15rem; font-weight: 800; color: #0f172a; margin-bottom: 3px; }
.idx-plan-name-w { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 3px; }
.idx-plan-tagline { font-size: .82rem; color: #94a3b8; margin-bottom: 14px; }
.idx-plan-tagline-w { font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.idx-plan-price { display: flex; align-items: baseline; gap: 2px; }
.idx-plan-amount { font-size: 2.3rem; font-weight: 800; color: #0057b8; line-height: 1; }
.idx-plan-amount-w { font-size: 2.3rem; font-weight: 800; color: #fff; line-height: 1; }
.idx-plan-period { font-size: .82rem; color: #94a3b8; margin-left: 2px; }
.idx-plan-period-w { font-size: .82rem; color: rgba(255,255,255,.65); margin-left: 2px; }
.idx-plan-body { padding: 18px 26px 26px; }
.idx-plan-feat {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; font-size: .875rem; color: #475569;
  border-bottom: 1px solid #f1f5f9;
}
.idx-plan-feat:last-of-type { border-bottom: none; }
.idx-plan-feat i { color: #16a34a; font-size: 1rem; flex-shrink: 0; }
.idx-plan-feat .v { font-weight: 600; color: #0f172a; }
.idx-plan-btn-out {
  display: block; width: 100%; text-align: center; padding: 11px; border-radius: 12px;
  font-weight: 700; font-size: .9rem; text-decoration: none; margin-top: 8px;
  border: 2px solid #0057b8; color: #0057b8; background: transparent; transition: all .2s;
}
.idx-plan-btn-out:hover { background: #0057b8; color: #fff; }
.idx-plan-btn-fill {
  display: block; width: 100%; text-align: center; padding: 11px; border-radius: 12px;
  font-weight: 700; font-size: .9rem; text-decoration: none; margin-top: 8px;
  background: #0057b8; color: #fff; transition: all .2s;
}
.idx-plan-btn-fill:hover { background: #003d82; color: #fff; }

/* ===== TESTIMONIALS REDESIGNED ===== */
.idx-rating-bar {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 16px;
  padding: 20px 28px; margin-bottom: 40px;
}
.idx-rating-big { font-size: 3rem; font-weight: 800; color: #0f172a; line-height: 1; }
.idx-rating-stars-lg i, .idx-rating-stars-lg .mdi { color: #f59e0b !important; font-size: 1.1rem; }
.idx-rating-count { font-size: .83rem; color: #94a3b8; margin-top: 3px; }
.idx-rating-vline { width: 1px; height: 50px; background: #e2e8f0; flex-shrink: 0; }
.idx-rating-bars { flex: 1; min-width: 160px; }
.idx-rbar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; font-size: .78rem; color: #64748b; }
.idx-rbar-track { flex: 1; height: 5px; background: #f1f5f9; border-radius: 3px; overflow: hidden; }
.idx-rbar-fill { height: 100%; background: #f59e0b; border-radius: 3px; }
.idx-test-card {
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 18px;
  padding: 28px; height: 100%; position: relative; transition: all .3s;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.idx-test-card:hover { box-shadow: 0 10px 35px rgba(0,87,184,.1); transform: translateY(-4px); border-color: #0057b8; }
.idx-test-quote { font-size: 4rem; color: #0057b8; opacity: .1; line-height: .8; margin-bottom: 4px; font-family: Georgia,serif; }
.idx-test-stars i, .idx-test-stars .mdi { color: #f59e0b !important; font-size: .9rem; }
.idx-test-body { color: #475569; font-size: .9rem; line-height: 1.7; margin: 12px 0 20px; }
.idx-test-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0;
}
.idx-test-name { font-size: .93rem; font-weight: 700; color: #0f172a; }
.idx-test-role { font-size: .8rem; color: #94a3b8; }

/* ===== CTA REDESIGNED ===== */
.idx-cta-wrap { padding: 80px 0; }
.idx-cta-box {
  background: linear-gradient(135deg,#0057b8 0%,#003d82 65%,#002766 100%) !important;
  border-radius: 24px; padding: 64px 48px; position: relative; overflow: hidden;
}
.idx-cta-box::before {
  content: ''; position: absolute; width: 400px; height: 400px; background: rgba(255,255,255,.05);
  border-radius: 50%; top: -150px; right: -100px; pointer-events: none;
}
.idx-cta-box::after {
  content: ''; position: absolute; width: 250px; height: 250px; background: rgba(255,255,255,.04);
  border-radius: 50%; bottom: -80px; left: -50px; pointer-events: none;
}
.idx-cta-inner { position: relative; z-index: 1; text-align: center; }
.idx-cta-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px;
  border-radius: 50px; margin-bottom: 20px;
}
.idx-cta-tag .dg { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; animation: pulse-dot 1.5s infinite; }
.idx-cta-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 28px; }
.idx-cta-trust-item { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: .85rem; }
.idx-cta-trust-item i { color: #4ade80; font-size: 1rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .hero-title { font-size: 2rem; }
  .stats-bar { margin-top: 0; border-radius: 0; }
  .stats-bar .stat-item { border-right: none; border-bottom: 1px solid #e9ecef; padding: 15px 0; }
  .stats-bar .stat-item:last-child { border-bottom: none; }
  .cta-banner { padding: 40px 20px; }
  .idx-feat-h2, .idx-feat-h2-white { font-size: 1.65rem; }
  .idx-cta-box { padding: 44px 24px; }
  .idx-cta-box h2 { font-size: 1.7rem !important; }
  .idx-pricing-toggle .nav-link { padding: 8px 14px; font-size: .82rem; }
  .idx-rating-bar { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 20px; }
}
