.font-sans {
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.font-mono {
  font-family: 'JetBrains Mono', 'Consolas', 'Courier New', monospace;
}

body {
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: #f6f9fc;
  color: #102a43;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-default,
.btn {
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

hr,
.text-primary,
.navbar-default .navbar-header .navbar-brand,
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover,
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #1ca2ff !important;
  border-color: #1ca2ff;
}

.navbar-default {
  background: rgba(5, 22, 54, 0.96);
  border-color: rgba(255, 255, 255, 0.07);
}

.navbar-default .navbar-header .navbar-brand {
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff !important;
}

.navbar-default .navbar-header .navbar-brand .brand-accent {
  color: #1ca2ff;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.navbar-default .nav > li > a.nav-cta {
  margin-top: 9px;
  margin-left: 16px;
  padding: 10px 18px;
  border-radius: 7px;
  background: #1ca2ff;
  color: #ffffff !important;
}

.navbar-default .nav > li > a.nav-cta:hover,
.navbar-default .nav > li > a.nav-cta:focus {
  background: #148ce0;
  color: #ffffff !important;
}

.navbar-default.affix {
  background: rgba(5, 22, 54, 0.98);
  border-color: rgba(255, 255, 255, 0.08);
}

.navbar-default.affix .navbar-header .navbar-brand {
  color: #ffffff !important;
  font-size: 24px;
}

.navbar-default.affix .navbar-header .navbar-brand .brand-accent {
  color: #1ca2ff;
}

.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
  color: rgba(255, 255, 255, 0.86);
}

.bg-primary {
  background: linear-gradient(120deg, #1f2a44 0%, #1f4e79 45%, #1b8ec6 100%);
}

.bg-navy {
  background: #102a43;
}

.bg-navy .section-heading,
.bg-navy h3,
.bg-navy p {
  color: #ffffff;
}

.bg-navy .text-muted {
  color: rgba(255, 255, 255, 0.78);
}

header {
  background-image: linear-gradient(100deg, rgba(5, 18, 45, 0.9) 0%, rgba(5, 28, 70, 0.78) 45%, rgba(5, 34, 84, 0.84) 100%), url('../img/hero/hero-bg.jpg');
  background-position: center;
}

header .header-content,
header .header-content .header-content-inner {
  text-align: left;
}

header .header-content {
  padding: 130px 15px 40px;
}

header .header-content .header-content-inner {
  max-width: 980px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: 'JetBrains Mono', 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1ca2ff;
  text-transform: uppercase;
}

header .header-content .header-content-inner h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
}

header .header-content .header-content-inner h1 span {
  color: #1ca2ff;
}

header .header-content .header-content-inner .hero-copy {
  margin-top: 16px;
  margin-bottom: 26px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(230, 239, 255, 0.84);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions .btn {
  min-width: 210px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 6px;
  padding: 12px 20px;
}

.hero-actions .btn-primary {
  background: #1ca2ff;
  border-color: #1ca2ff;
  color: #ffffff;
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
  background: #148ce0;
  border-color: #148ce0;
}

.hero-actions .btn-default {
  background: rgba(7, 24, 58, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.hero-actions .btn-default:hover,
.hero-actions .btn-default:focus {
  background: rgba(10, 31, 73, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.hero-stats {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-item {
  margin-bottom: 14px;
}

.stat-number {
  display: block;
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #1ca2ff;
}

.stat-label {
  display: block;
  margin-top: 8px;
  font-family: 'JetBrains Mono', 'Consolas', 'Courier New', monospace;
  font-size: 14px;
  color: rgba(230, 239, 255, 0.78);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-family: 'JetBrains Mono', 'Consolas', 'Courier New', monospace;
}

.portfolio-box .portfolio-box-caption {
  background: rgba(79, 140, 255, 0.88);
}

.panel {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 42, 67, 0.08);
  border-color: #d9e2ec;
}

.panel-heading {
  background: #1f2a44 !important;
  color: #ffffff !important;
}

.panel-primary {
  border-color: #4f8cff;
}

.panel-primary > .panel-heading {
  background: linear-gradient(120deg, #2d6cdf 0%, #4f8cff 100%) !important;
  border-color: #4f8cff !important;
}

.panel-footer {
  background: #f0f4f8;
}

.btn-primary {
  background: #4f8cff;
  border-color: #4f8cff;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #3572e6;
  border-color: #3572e6;
}

#engagement {
  background: #ffffff;
}

.about-section {
  padding: 96px 0;
  background: #ffffff;
}

.about-grid {
  display: flex;
  align-items: center;
}

.about-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #1ca2ff;
}

.about-heading {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.2;
  color: #102a43;
}

.about-text {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.75;
  color: #486581;
}

.about-features {
  padding-left: 20px;
}

.about-card {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.2s ease;
}

.about-card:hover {
  border-color: rgba(28, 162, 255, 0.35);
}

.about-card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(28, 162, 255, 0.12);
  color: #1ca2ff;
  font-size: 20px;
}

.about-card-body h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #102a43;
}

.about-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #627d98;
}

.services-section {
  padding: 96px 0;
  background: #ffffff;
}

.services-section.bg-navy {
  background: rgba(5, 22, 54, 0.96);
}

.services-section.bg-navy .services-card {
  background: rgba(5, 22, 54, 0.96);
  border-color: rgba(255, 255, 255, 0.22);
}

.services-section.bg-navy .services-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 24px rgba(5, 18, 45, 0.35);
}

.services-section.bg-navy .services-card h3,
.services-section.bg-navy .services-card p,
.services-section.bg-navy .services-heading,
.services-section.bg-navy .services-subtext,
.services-section.bg-navy .services-label {
  color: #ffffff;
}

.services-section.bg-navy .services-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.services-intro {
  margin-bottom: 52px;
  text-align: left;
}

.services-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #1ca2ff;
}

.services-heading {
  margin: 12px 0 0;
  font-size: 34px;
  line-height: 1.2;
  color: #102a43;
}

.services-subtext {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #627d98;
}

.services-grid > [class*='col-'] {
  float: none;
  display: flex;
  margin-bottom: 24px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
}

.services-card {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d9e2ec;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.services-card:hover {
  border-color: rgba(28, 162, 255, 0.35);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}

.services-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 162, 255, 0.12);
  color: #1ca2ff;
  font-size: 21px;
}

.services-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #102a43;
}

.services-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #627d98;
}

@media (max-width: 991px) {
  .about-grid {
    display: block;
  }

  .about-heading {
    font-size: 29px;
  }

  .about-features {
    margin-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-heading {
    font-size: 30px;
  }

  .services-subtext {
    font-size: 15px;
  }

  .navbar-default .nav > li > a.nav-cta {
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 12px 15px;
  }

  .navbar-default .nav > li > a.nav-cta:hover,
  .navbar-default .nav > li > a.nav-cta:focus {
    background: transparent;
    color: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 72px 0;
  }

  .about-heading {
    font-size: 26px;
  }

  .about-text {
    font-size: 15px;
  }

  .about-card {
    padding: 18px;
  }

  .about-card-body h3 {
    font-size: 18px;
  }

  .services-section {
    padding: 72px 0;
  }

  .services-intro {
    margin-bottom: 40px;
  }

  .services-heading {
    font-size: 26px;
  }

  .services-card {
    padding: 24px;
  }

  .services-card h3 {
    font-size: 18px;
  }

  .services-card p {
    font-size: 13px;
  }

  .navbar-default .navbar-header .navbar-brand,
  .navbar-default.affix .navbar-header .navbar-brand {
    font-size: 20px;
  }

  header .header-content {
    padding-top: 110px;
  }

  header .header-content .header-content-inner h1 {
    font-size: 32px;
  }

  header .header-content .header-content-inner .hero-copy {
    font-size: 16px;
  }

  .hero-actions .btn {
    min-width: 100%;
    font-size: 14px;
    padding: 12px 18px;
  }

  .stat-number {
    font-size: 28px;
  }
}
