html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #101828;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}

.navbar-brand {
  letter-spacing: 0.02em;
  color: #0f172a;
}

.nav-link {
  color: #334155;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: #0f172a;
}

.btn-brand {
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  border: none;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #ffffff;
  opacity: 0.95;
}

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.10), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.eyebrow {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-text,
.section-text {
  color: #475467;
  line-height: 1.8;
}

.hero-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: 2rem;
}

.service-badge {
  display: inline-block;
  padding: 0.6rem 0.9rem;
  margin: 0.35rem 0.35rem 0 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-metrics {
  max-width: 760px;
}

.metric-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: 1rem;
  height: 100%;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.metric-card span {
  color: #667085;
  font-size: 0.95rem;
}

.section-padding {
  padding: 100px 0;
}

.section-light {
  background: #f8fafc;
}

.section-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #1d4ed8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-head {
  max-width: 760px;
}

.info-panel {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 2rem;
}

.info-item + .info-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.info-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.info-item p {
  color: #475467;
  margin-bottom: 0;
  line-height: 1.8;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf2ff;
  color: #1d4ed8;
  font-weight: 800;
  margin-bottom: 1.2rem;
}

.service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.service-card p,
.service-card li {
  color: #475467;
  line-height: 1.8;
}

.service-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.feature-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 1.3rem 1.2rem;
  height: 100%;
  font-weight: 600;
  color: #1f2937;
}

.contact-section {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
}

.contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 2rem;
  backdrop-filter: blur(10px);
}

.contact-item + .contact-item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-item a,
.contact-item p {
  color: #ffffff;
  font-size: 1.05rem;
}

.footer-area {
  padding: 24px 0;
  background: #0b1220;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991.98px) {
  .custom-navbar {
    background: rgba(255, 255, 255, 0.96);
  }

  .section-padding {
    padding: 80px 0;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
    padding-top: 7rem !important;
  }
}

@media (max-width: 575.98px) {
  .hero-card,
  .info-panel,
  .service-card,
  .contact-card {
    padding: 1.4rem;
    border-radius: 22px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
