body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
}
.fw-black { font-weight: 900; }
.py-lg-6 { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(20, 184, 166, 0.25), transparent 28%),
    radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.20), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0d253a 48%, #102f46 100%);
}
.brand-icon {
  width: 2.55rem; height: 2.55rem; border-radius: 0.9rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0dcaf0, #14b8a6);
  color: #07111f; font-weight: 900;
}
.badge-pill {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.55rem 0.9rem; border-radius: 999px;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92); font-weight: 800;
}
.text-white-75 { color: rgba(255,255,255,0.75); }
.hero-card {
  background: rgba(255,255,255,0.97); color: #172033;
  border-radius: 2rem; padding: 2rem;
  border: 1px solid rgba(255,255,255,0.55);
}
.hero-point {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.72rem 0; border-bottom: 1px solid rgba(0,0,0,0.07);
  font-weight: 700;
}
.hero-point:last-of-type { border-bottom: none; }
.hero-point i { color: #0891b2; font-size: 1.2rem; }
.quote-strip {
  border-radius: 1.25rem; background: #ecfeff;
  border: 1px solid #bae6fd; padding: 1rem;
}
.quote-strip strong, .quote-strip span { display: block; }
.metric-card, .service-card, .area-card, .report-item, .support-box, .monitor-panel, .cta { border-radius: 1.5rem; }
.metric-card {
  min-height: 100%; padding: 1.4rem; background: #f8fbfd;
  border: 1px solid rgba(0,0,0,0.06);
}
.metric-card strong, .metric-card span { display: block; }
.metric-card strong { font-size: 1.15rem; font-weight: 900; margin-bottom: 0.25rem; }
.metric-card span { color: #5a6577; }
.kicker {
  color: #087f9b; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.82rem; font-weight: 900; margin-bottom: 0.75rem;
}
.max-text { max-width: 800px; }
.section-light { background: linear-gradient(180deg, #f7fafc, #eef6f8); }
.service-card {
  background: #fff; padding: 2rem; border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1.1rem 2.3rem rgba(15, 23, 42, 0.06);
}
.service-card i {
  font-size: 2.2rem; color: #087f9b; margin-bottom: 1rem; display: inline-block;
}
.service-card h3 { font-size: 1.18rem; font-weight: 900; margin-bottom: 0.75rem; }
.service-card p { color: #526074; margin-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.check-list li {
  display: flex; align-items: flex-start; gap: 0.7rem;
  margin-bottom: 0.85rem; font-weight: 700;
}
.check-list i { color: #087f9b; }
.monitor-panel { background: #07111f; color: white; overflow: hidden; }
.monitor-header {
  display: flex; justify-content: space-between; gap: 1rem;
  background: linear-gradient(135deg, #0d253a, #0f766e);
  padding: 1.25rem;
}
.monitor-header span {
  text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.8rem; font-weight: 900; color: rgba(255,255,255,0.72);
}
.monitor-row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.monitor-row:last-child { border-bottom: none; }
.monitor-row strong { color: #67e8f9; }
.dark-section, .footer { background: #07111f; }
.support-box {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);
  padding: 1rem; font-weight: 800;
}
.support-box i { color: #67e8f9; margin-right: 0.45rem; }
.area-card {
  background: #fff; border: 1px solid rgba(0,0,0,0.06);
  padding: 1.7rem; box-shadow: 0 1.1rem 2.3rem rgba(15, 23, 42, 0.05);
}
.area-card h3 { font-size: 1.18rem; font-weight: 900; margin-bottom: 0.85rem; }
.area-card h3 i { color: #087f9b; }
.area-card p { color: #526074; margin-bottom: 0; }
.report-item {
  background: #fff; padding: 1rem; border: 1px solid rgba(0,0,0,0.06);
  font-weight: 800;
}
.report-item i { color: #087f9b; margin-right: 0.4rem; }
.cta {
  background:
    radial-gradient(circle at 90% 20%, rgba(20, 184, 166, 0.25), transparent 28%),
    linear-gradient(135deg, #07111f, #102f46);
  padding: 2.5rem;
}
.accordion-item { border-color: rgba(0,0,0,0.08); }
.accordion-button { font-weight: 900; }
.btn-info { color: #07111f; }
a { text-underline-offset: 0.18em; }
@media (max-width: 767px) {
  .display-3 { font-size: 2.35rem; }
  .display-6 { font-size: 1.9rem; }
  .hero-card, .service-card, .area-card, .cta { padding: 1.35rem; }
  .monitor-header, .monitor-row { flex-direction: column; }
}
