:root {
  --background-color: #f6f9ff;
  --default-color: #444444;
  --heading-color: #012970;
  --accent-color: #4154f1;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #2c384e;
  --nav-hover-color: #4154f1;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #2c384e;
  --nav-dropdown-hover-color: #4154f1;
}

body {
  background: radial-gradient(circle at 10% 10%, rgba(65, 84, 241, 0.09), transparent 32%),
    radial-gradient(circle at 85% 2%, rgba(1, 41, 112, 0.08), transparent 30%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 70%);
}

.header .btn-getstarted,
.btn.btn-primary,
.btn.btn-cta,
.cta-btn,
.contact .contact-form .btn {
  background: linear-gradient(135deg, #4154f1 0%, #5c6cf3 100%);
  color: #ffffff;
  border-color: #4154f1;
}

.header .btn-getstarted:hover,
.btn.btn-primary:hover,
.btn.btn-cta:hover,
.cta-btn:hover,
.contact .contact-form .btn:hover {
  background: linear-gradient(135deg, #3044e0 0%, #4d5ded 100%);
  border-color: #3044e0;
  color: #ffffff;
}

.header .header-actions {
  margin-left: 10px;
}

.header .language-switcher-form {
  margin: 0;
}

.header .language-switcher-select {
  min-width: 120px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 60%);
  color: var(--heading-color);
  font-weight: 600;
}

.header .language-switcher-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 241, 0.18);
}

.page-title .page-intro {
  margin: 12px auto 4px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  max-width: 760px;
  text-align: center;
}

.hero .company-badge {
  background: rgba(65, 84, 241, 0.12);
  color: #012970;
}

.hero .customers-badge .avatar.more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9edff;
  color: #012970;
  font-size: 18px;
}

.hero .hero-image img {
  border-radius: 16px;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.about .experience-badge h3 {
  font-size: 1.6rem;
}

.about .image-wrapper .main-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.about .image-wrapper .small-image {
  max-height: 300px;
  object-fit: cover;
}

.features .tab-content img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 14px;
}

.features-2 .phone-mockup img {
  width: 100%;
  max-width: 270px;
  max-height: 430px;
  object-fit: cover;
  border-radius: 26px;
}

.service-details .services-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
}

.solution-focus-list {
  margin-top: 24px;
}

.solutions-sticky {
  position: sticky;
  top: 110px;
  z-index: 10;
}

.solutions-sticky .service-box {
  margin-bottom: 20px;
  max-height: calc(100vh - 130px);
  overflow: auto;
}

.solution-focus-item {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, #4154f1, transparent 85%);
  border-radius: 14px;
  padding: 20px 20px 14px;
  margin-bottom: 16px;
  scroll-margin-top: 110px;
}

.solution-focus-item h4 {
  color: var(--heading-color);
  margin-bottom: 8px;
}

.solution-focus-item p {
  margin-bottom: 12px;
}

.solutions-bottom-row > [class*="col-"] {
  display: flex;
}

.solutions-bottom-card {
  width: 100%;
  height: 100%;
}

.service-box.solutions-bottom-card {
  display: flex;
  flex-direction: column;
}

.solutions-bottom-row .help-box.solutions-bottom-card {
  margin-top: 0;
}

.clients .swiper-slide img {
  opacity: 1;
  filter: none;
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(10, 28, 86, 0.15);
}

.clients .swiper-slide img:hover {
  transform: translateY(-2px);
}

.testimonials .testimonial-item .testimonial-img {
  height: 90px;
  object-fit: cover;
}

.release-grid {
  margin-top: 10px;
}

.release-card {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, #4154f1, transparent 82%);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(65, 84, 241, 0.09);
}

.release-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 10px;
}

.release-card-header h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.release-date {
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.release-summary {
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 5%);
}

.release-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.release-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 9px;
}

.release-points i {
  color: var(--accent-color);
  margin-top: 2px;
}

.release-notes-cta {
  margin-top: 30px;
}

.service-details .help-box a {
  color: #ffffff;
  text-decoration: underline;
}

.contact .info-box a {
  color: color-mix(in srgb, var(--contrast-color), transparent 0%);
  text-decoration: underline;
}

.footer .footer-links a:hover,
.footer .social-links a:hover {
  color: var(--accent-color);
}

.footer .copyright .copyright-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
}

.footer .copyright .copyright-link:hover {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

@media (max-width: 991.98px) {
  .header .header-actions {
    gap: 8px !important;
  }

  .header .language-switcher-select {
    min-width: 104px;
    font-size: 0.82rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .solutions-sticky {
    position: static;
    top: auto;
  }

  .solutions-sticky .service-box {
    max-height: none;
    overflow: visible;
  }

  .release-card {
    padding: 20px;
  }

  .release-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

@supports (content-visibility: auto) {
  .defer-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }
}
