:root {
  --primary: #005b96;
  --primary-dark: #003f69;
  --accent: #00c2cb;
  --body: #1f2a37;
  --muted: #6b7280;
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: inherit;
  color: var(--body);
  background-color: #f8fafc;
  scroll-behavior: smooth;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #111827;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}

.brand-mark {
  color: var(--primary);
}

.navbar {
  backdrop-filter: blur(18px);
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.navbar.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.navbar .nav-link {
  font-weight: 500;
  color: var(--muted);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--primary);
}

.navbar .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
}

.hero-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: radial-gradient(circle at top left, rgba(0, 194, 203, 0.3), transparent 45%),
    radial-gradient(circle at bottom right, rgba(0, 91, 150, 0.45), transparent 55%),
    linear-gradient(135deg, #0f172a, #1e293b);
}

.hero-section .badge {
  border-radius: 999px;
}

.hero-card {
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-card .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(0, 91, 150, 0.1);
  color: var(--primary);
  font-size: 1.35rem;
}

.icon-circle-sm {
  width: 2.25rem !important;
  height: 2.25rem !important;
  font-size: 1.1rem !important;
}

.glass-panel {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
  pointer-events: none;
}

.about-visual {
  background: linear-gradient(135deg, rgba(0, 91, 150, 0.85), rgba(0, 194, 203, 0.65));
}

.about-overlay {
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none"%3E%3Cpath d="M0 160C40 160 40 200 80 200C120 200 120 160 160 160C200 160 200 200 200 200V0H0V160Z" fill="rgba(255,255,255,0.07)"/%3E%3C/svg%3E');
  background-size: cover;
  mix-blend-mode: screen;
}

.about-card {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  max-width: 250px;
}

.feature-card {
  background-color: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.service-card,
.sector-card,
.testimonial-card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.sector-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 91, 150, 0.12), rgba(0, 194, 203, 0.2));
  color: var(--primary);
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.stat-card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(0, 91, 150, 0.1), rgba(0, 194, 203, 0.15));
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.stat-value {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.contact-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-card .form-control {
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0.75rem 1rem;
}

.contact-card .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
}

.contact-card .btn-outline-primary {
  border-width: 2px;
  color: var(--primary);
  border-color: rgba(0, 91, 150, 0.35);
}

.footer-gradient {
  background: radial-gradient(circle at top left, rgba(0, 194, 203, 0.35), transparent 45%),
    linear-gradient(135deg, var(--primary-dark), #0f172a);
}

.footer-gradient .btn-light {
  color: var(--primary-dark);
}

.footer-gradient .btn-outline-light {
  border-width: 2px;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .glass-nav {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding-top: 6rem;
  }

  .hero-card {
    padding: 1.75rem;
  }

  .service-card,
  .sector-card,
  .testimonial-card {
    padding: 2rem 1.5rem;
  }
}
