:root {
  color-scheme: dark;
  font-family: "Inter", sans-serif;
  --bs-body-font-size: 1rem;
}

body {
  background: #050b18;
  color: #edf2ff;
  margin: 0;
  min-height: 100vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

[class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6,
  .col-lg-6 {
    width: 50%;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.333333%;
  }
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}

.brand-name {
  font-size: 1.45rem;
  line-height: 1.05;
}

.brand-tagline {
  font-size: 0.78rem;
  font-weight: 500;
  color: #6b7280;
  margin-top: 0.15rem;
}

.navbar-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 1rem 0 0;
  gap: 0.75rem;
}

.navbar-nav .nav-link {
  color: #111827;
  text-decoration: none;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.navbar-toggler {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
    margin: 0;
    gap: 1rem;
  }
}

.bg-white {
  background-color: #ffffff !important;
}

#solutions,
.bg-light {
  background-color: #f8f9fa !important;
}

#solutions h2,
#solutions h3,
#solutions p,
.bg-light h2,
.bg-light h3,
.bg-light p {
  color: #111827 !important;
}

#solutions h2,
.bg-light h2 {
  font-weight: 700 !important;
  color: #1f2937 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-white.bg-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white.bg-opacity-15:not(.solution-item) {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-white.bg-opacity-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.h-100 {
  height: 100% !important;
}

.border-0 {
  border: none !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-white {
  border-color: rgba(255, 255, 255, 0.85) !important;
}

.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #111827 !important;
}

.text-muted {
  color: #4b5563 !important;
  font-weight: 500;
}

.text-primary {
  color: #2563eb !important;
}

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.7;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.12);
}

.rounded-4 {
  border-radius: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.hero-section {
  background: linear-gradient(
    135deg,
    rgba(48, 108, 255, 0.95),
    rgba(43, 30, 103, 0.95)
  );
}

.hero-card {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.08);
}

.solution-item {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background-color: #f8f9fa !important;
  color: #111827 !important;
}

.solution-item strong,
.solution-item p {
  color: #111827 !important;
}

.solution-item.bg-white {
  background-color: #f8f9fa !important;
}

.solution-item.bg-opacity-15 {
  background-color: #f8f9fa !important;
}

.card,
.service-card,
.feature-card,
.info-box,
.contact-card {
  background-color: #ffffff !important;
  color: #111827 !important;
}

.card h3,
.card p,
.card h4,
.card h5,
.card h6,
.service-card h3,
.service-card p,
.service-card h4,
.service-card h5,
.service-card h6,
.feature-card h3,
.feature-card p,
.feature-card h4,
.feature-card h5,
.feature-card h6,
.info-box h3,
.info-box p,
.info-box h4,
.info-box h5,
.info-box h6,
.contact-card h3,
.contact-card p,
.contact-card h4,
.contact-card h5,
.contact-card h6 {
  color: #111827 !important;
}

.service-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.capabilities-list li {
  margin-bottom: 0.9rem;
  color: #1f2937 !important;
  font-weight: 500;
}

.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: #ffffff !important;
}

.feature-card h3,
.feature-card h4,
.feature-card h5,
.feature-card h6,
.feature-card p {
  color: #111827 !important;
}

.feature-card h3,
.feature-card h4 {
  font-weight: 600 !important;
}

.info-box {
  border: 2px solid #e5e7eb !important;
  background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%) !important;
  color: #111827 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 140px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 5rem !important;
}

.info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 3s infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.info-box > * {
  position: relative;
  z-index: 1;
}

.info-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 16px 40px rgba(37, 99, 235, 0.2),
    0 6px 16px rgba(0, 0, 0, 0.1);
  border-color: #93c5fd !important;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
}

.info-content {
  flex: 1;
  padding-right: 1rem !important;
}

.info-icon-right {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.25rem;
  opacity: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  animation: floatIcon 3s ease-in-out infinite;
  transition: all 0.3s ease;
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(-50%);
    opacity: 0.75;
  }
  50% {
    transform: translateY(calc(-50% - 12px));
    opacity: 1;
  }
}

.info-box:hover .info-icon-right {
  opacity: 1;
  animation: bounceIcon 0.6s ease-in-out;
}

@keyframes bounceIcon {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(calc(-50% - 16px)) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

.info-box h3,
.info-box h4,
.info-box h5,
.info-box h6,
.info-box p {
  color: #111827 !important;
}

.info-box h3,
.info-box h4 {
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin-bottom: 0.5rem !important;
}

.info-box small {
  color: #6b7280 !important;
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8rem !important;
}

.info-box strong {
  font-weight: 600 !important;
  color: #1f2937 !important;
  display: block;
  line-height: 1.4;
}

.contact-card {
  min-height: 220px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer a:hover {
  color: #ffffff !important;
}

.navbar {
  background-color: #ffffff;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #0d6efd;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255,255,255,1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E')
    center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255,255,255,1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E')
    center / contain no-repeat;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  text-decoration: none;
}

.btn-primary {
  background-color: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.btn:hover {
  opacity: 0.9;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.gy-5 {
  row-gap: 3rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.display-5 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.h-100 {
  height: 100% !important;
}

.h4 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.h5 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block !important;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.12) !important;
}

.bg-gradient {
  background-image: linear-gradient(
    135deg,
    rgba(48, 108, 255, 0.95),
    rgba(43, 30, 103, 0.95)
  ) !important;
}

@media (max-width: 767px) {
  .hero-section {
    text-align: center;
  }

  .hero-section .hero-card {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .navbar-nav {
    text-align: center;
  }

  .service-card,
  .feature-card,
  .info-box,
  .contact-card,
  .solution-item {
    padding: 1.5rem !important;
  }

  .hero-section .lead {
    max-width: 100% !important;
  }

  .display-5 {
    font-size: 1.75rem !important;
  }

  .btn-lg {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
  }
}
