:root {
  --ias-primary: #1d6fcb;
  --ias-accent: #22b96e;
  --ias-dark: #0b2f73;
  --ias-body: #1f3659;
  --ias-yellow: #f7c325;
  --ias-red: #ef3e43;
  --bs-primary: #1d6fcb;
  --bs-primary-rgb: 29, 111, 203;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ias-body);
  background:
    radial-gradient(circle at 10% 10%, #e4f0ff 0%, transparent 38%),
    radial-gradient(circle at 90% 90%, #fff4cd 0%, transparent 43%),
    #f4f8ff;
}

p {
  color: #3f536d;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
  font-family: "Sora", "Segoe UI", sans-serif;
}

.brand-logo {
  height: 38px;
  width: auto;
  display: block;
}

.mobile-brand-title {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #17457c;
  margin-left: 0.6rem;
  margin-right: auto;
  white-space: nowrap;
}

.footer-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.6rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.5rem;
}

.footer-logo {
  height: 30px;
  width: auto;
  display: block;
}

.site-nav {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}

.site-nav .nav-link {
  font-weight: 600;
}

.site-nav .nav-link.active {
  color: var(--ias-primary) !important;
}

.btn-primary {
  background-color: var(--ias-primary);
  border-color: var(--ias-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #155eb4;
  border-color: #155eb4;
}

.btn-outline-primary {
  color: var(--ias-primary);
  border-color: var(--ias-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--ias-primary);
  border-color: var(--ias-primary);
}

.top-banner {
  padding: 0;
}

.banner-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 320px;
  box-shadow: 0 14px 30px rgba(15, 34, 59, 0.2);
}

.banner-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  padding: 1.6rem 1.6rem;
  background: linear-gradient(105deg, rgba(8, 31, 71, 0.9) 5%, rgba(16, 67, 134, 0.74) 45%, rgba(247, 195, 37, 0.32) 100%);
  color: #edf3ff;
}

.banner-content {
  max-width: 720px;
}

.banner-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #ffe082;
}

.banner-title {
  font-size: clamp(1.45rem, 3.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
}

.banner-text {
  font-size: clamp(0.93rem, 1.3vw, 1.08rem);
  color: #edf3ff;
  max-width: 760px;
}

.banner-btn {
  color: #0d3158;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.5rem 1rem;
}

.banner-btn-outline {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

.inner-page-banner {
  position: relative;
  min-height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-banner-overlay {
  min-height: 330px;
  display: flex;
  align-items: flex-end;
  padding: 1.7rem 0;
  background: linear-gradient(108deg, rgba(8, 31, 71, 0.9) 8%, rgba(16, 67, 134, 0.72) 44%, rgba(247, 195, 37, 0.28) 100%);
}

.inner-banner-content {
  max-width: 820px;
}

.inner-banner-content .banner-kicker {
  color: #ffe082;
}

.inner-banner-content .banner-title {
  margin: 0;
}

.inner-banner-content .banner-text {
  color: #e9f2ff;
}

.inner-banner-about {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=80");
}

.inner-banner-solutions {
  background-image: url("https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=1800&q=80");
}

.inner-banner-products {
  background-image: url("https://images.unsplash.com/photo-1518773553398-650c184e0bb3?auto=format&fit=crop&w=1800&q=80");
}

.inner-banner-contact {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80");
}

.section-space {
  padding: 4.5rem 0;
}

.section-light {
  background: #ffffff;
}

.section-muted {
  background: linear-gradient(145deg, #edf4ff, #fff9e8);
}

.section-dark {
  background: linear-gradient(130deg, #0b2f73 0%, #145ec1 52%, #0d2a56 100%);
  color: #f0fbff;
}

.section-dark p,
.section-dark li,
.section-dark .lead {
  color: #d7e8ff;
}

.section-title {
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ias-primary);
  font-weight: 800;
}

.hero-card {
  border-radius: 1.2rem;
  border: 1px solid #d6e6ff;
  background: linear-gradient(140deg, #ffffff, #eef5ff);
  box-shadow: 0 20px 45px rgba(15, 34, 59, 0.14);
}

.hero-card .lead {
  color: #3b4f6b;
}

.hero-image,
.shadow-soft {
  box-shadow: 0 20px 38px rgba(15, 34, 59, 0.15);
}

.hero-visual {
  position: relative;
}

.hero-visual .hero-image {
  border-radius: 1.1rem;
}

.floating-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #dbe7ff;
  box-shadow: 0 14px 28px rgba(15, 34, 59, 0.18);
  color: #1f3659;
  font-size: 0.76rem;
  font-weight: 700;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  will-change: transform;
  animation: floatY 4.2s ease-in-out infinite;
}

.chip-a {
  top: 10%;
  left: -4%;
}

.chip-b {
  right: -4%;
  top: 38%;
  animation-delay: 0.5s;
}

.chip-c {
  left: 8%;
  bottom: 8%;
  animation-delay: 0.9s;
}

.chip-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ias-yellow);
}

@keyframes floatY {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -7px;
  }
}

.modern-card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(15, 34, 59, 0.1);
  background: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 34, 59, 0.14);
}

.product-preview-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem !important;
}

.product-preview-card h5 {
  margin-bottom: 0.55rem;
}

.product-preview-card p {
  margin-bottom: 1rem !important;
}

.product-preview-card .btn {
  margin-top: auto;
}

.icon-chip {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: linear-gradient(135deg, #eaf3ff, #fff5d7);
}

.feature-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
}

.feature-list li {
  margin-bottom: 0.55rem;
}

.feature-list strong {
  color: #155eb4;
}

.cta-wrap {
  border-radius: 1rem;
  background: linear-gradient(130deg, #1d6fcb, #22b96e);
  box-shadow: 0 20px 42px rgba(24, 102, 188, 0.35);
}

.metric-box {
  border-radius: 1rem;
  border: 1px solid #d9e6ff;
  background: #ffffff;
  text-align: center;
  padding: 1.1rem;
  box-shadow: 0 10px 26px rgba(15, 34, 59, 0.08);
}

.metric-box h3 {
  margin: 0;
  font-size: 2rem;
  color: #1d6fcb;
}

.metric-box p {
  margin: 0;
  color: #516783;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.logo-item {
  border: 1px solid rgba(248, 223, 134, 0.32);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #eaf2ff;
  background: rgba(7, 28, 63, 0.35);
}

.logo-mark {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7c325, #ef3e43);
  color: #e8f0ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}

.logo-name {
  line-height: 1.1;
}

body.scroll-ready .scroll-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.scroll-ready .scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.footer-dark {
  background: #0b2a56;
  color: #dce6f5;
}

.footer-dark p,
.footer-dark h5,
.footer-dark h6,
.footer-dark .small {
  color: #dce6f5;
}

.footer-dark a {
  text-decoration: none;
  color: #eaf1ff;
}

.social-row span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(247, 195, 37, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.app-download-section {
  padding-top: 2.6rem;
  padding-bottom: 1.6rem;
  background: linear-gradient(135deg, #e9f2ff, #fff4cf);
}

.app-download-card {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
  padding: 1.6rem 0;
}

.app-download-card p {
  color: #2c486e;
}

.app-download-card .section-title,
.app-download-card p,
.app-download-card .app-links {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.app-download-card .app-links {
  justify-content: center;
}

.app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.app-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.app-link:hover {
  opacity: 0.92;
}

.app-icon {
  width: 19px;
  height: 19px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.24);
  font-size: 0.68rem;
  font-weight: 700;
}

.app-icon-img {
  width: auto;
  height: 56px;
  max-height: 56px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(13, 45, 90, 0.14);
}

@media (max-width: 575.98px) {
  .app-icon-img {
    height: 48px;
    max-height: 48px;
  }
}

.map-box {
  min-height: 210px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24508c;
  font-weight: 700;
  background:
    linear-gradient(45deg, #e5efff 25%, transparent 25%),
    linear-gradient(-45deg, #e5efff 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #fff2cc 75%),
    linear-gradient(-45deg, transparent 75%, #fff2cc 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 3.2rem 0;
  }

  .logo-cloud {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .banner-image {
    height: 300px;
  }

  .inner-page-banner,
  .inner-banner-overlay {
    min-height: 300px;
  }

  .chip-a,
  .chip-b,
  .chip-c {
    transform: scale(0.9);
  }

  .chip-a {
    left: 2%;
  }

  .chip-b {
    right: 2%;
  }
}

@media (max-width: 575.98px) {
  .logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-chip {
    font-size: 0.68rem;
    padding: 0.45rem 0.6rem;
  }

  .banner-image {
    height: 250px;
  }

  .inner-page-banner,
  .inner-banner-overlay {
    min-height: 260px;
  }

  .banner-overlay {
    padding: 1rem;
  }

  .inner-banner-overlay {
    padding: 1rem 0;
  }

  .banner-title {
    font-size: 1.45rem;
  }

  .chip-b {
    top: 34%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-chip {
    animation: none;
  }

  body.scroll-ready .scroll-reveal {
    transition: none;
  }
}
