:root {
  --navy: #1213ac;
  --blue: #1213ac;
  --teal: #47c51f;
  --ink: #252733;
  --slate: #4d4d4d;
  --line: #dfe5ef;
  --radius: 18px;
}

.topbar {
  background: #4d4d4d;
  color: #f5f7fb;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  min-width: max-content;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.site-footer .brand-logo {
  background: #fff;
  border-radius: 12px;
  padding: 4px;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  color: #4d4d4d;
  font-size: 1.08rem;
}

.brand-text small {
  color: #1213ac;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
}

.site-footer .brand-text strong,
.site-footer .brand-text small {
  color: #fff;
}

.btn {
  border-radius: 8px;
}

.btn-primary {
  background: #1213ac;
  box-shadow: 0 12px 28px rgba(18, 19, 172, 0.22);
}

.btn-primary:hover {
  background: #0b0c78;
}

.btn-secondary {
  border-color: #cfd3ff;
  color: #1213ac;
}

.eyebrow.dark {
  color: #1213ac;
  background: #f0f2ff;
  border-color: #d8dcff;
}

.hero {
  background: linear-gradient(90deg, rgba(18, 19, 172, 0.94), rgba(18, 19, 172, 0.66)), url("../assets/images/hero-team.jpg") center/cover;
}

.hero-panel.hero-photo {
  padding: 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 24px;
}

.hero-photo > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.hero-photo .hero-card {
  position: relative;
  margin: -54px 18px 0;
  box-shadow: 0 16px 42px rgba(7, 19, 34, 0.18);
}

.card {
  border-radius: 14px;
}

.service-card {
  overflow: hidden;
  padding: 0;
}

.service-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card h3,
.service-card p,
.service-card .icon {
  margin-left: 22px;
  margin-right: 22px;
}

.service-card p {
  margin-bottom: 24px;
}

.icon {
  position: relative;
  background: #f1fff0;
  color: #1213ac;
  border-color: #d6efd0;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
}

.cloud-icon::before {
  left: 12px;
  top: 23px;
  width: 24px;
  height: 12px;
  border-radius: 999px;
  background: #1213ac;
}

.cloud-icon::after {
  left: 17px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1213ac;
  box-shadow: 11px 3px 0 3px #1213ac;
}

.workflow-icon::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 4px solid #1213ac;
  border-radius: 50%;
}

.workflow-icon::after {
  left: 32px;
  top: 30px;
  width: 11px;
  height: 4px;
  background: #47c51f;
  border-radius: 4px;
  transform: rotate(45deg);
}

.data-icon::before {
  left: 13px;
  bottom: 12px;
  width: 6px;
  height: 18px;
  background: #1213ac;
  border-radius: 4px;
  box-shadow: 11px -8px 0 #47c51f, 22px -3px 0 #1213ac;
}

.ai-icon::before {
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border: 3px solid #1213ac;
  border-radius: 8px;
}

.ai-icon::after {
  left: 21px;
  top: 21px;
  width: 8px;
  height: 8px;
  background: #47c51f;
  border-radius: 50%;
}

.visual.image-visual {
  padding: 0;
  background: #fff;
}

.visual.image-visual::before,
.visual.image-visual::after {
  display: none;
}

.image-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: inherit;
}

.about-hero,
.services-hero,
.technology-hero {
  background: linear-gradient(90deg, rgba(18, 19, 172, 0.92), rgba(18, 19, 172, 0.7)), url("../assets/images/about-team.jpg") center/cover;
}

.services-hero {
  background-image: linear-gradient(90deg, rgba(18, 19, 172, 0.92), rgba(18, 19, 172, 0.7)), url("../assets/images/cloud-modernization.jpg");
}

.technology-hero {
  background-image: linear-gradient(90deg, rgba(18, 19, 172, 0.92), rgba(18, 19, 172, 0.7)), url("../assets/images/data-modernization.jpg");
}

.capability-hero {
  background: linear-gradient(90deg, rgba(18, 19, 172, 0.92), rgba(18, 19, 172, 0.7)), url("../assets/images/data-modernization.jpg") center/cover;
}

.contact-hero {
  background: linear-gradient(90deg, rgba(18, 19, 172, 0.92), rgba(18, 19, 172, 0.7)), url("../assets/images/about-team.jpg") center/cover;
}

.service-with-image {
  grid-template-columns: 240px 0.7fr 1.3fr;
  align-items: center;
}

.service-with-image > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

.service-showcase {
  display: grid;
  gap: 24px;
}

.service-feature-card {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  gap: 30px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 19, 34, 0.06);
}

.service-feature-card > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.service-feature-card > div {
  padding: 34px 34px 30px 0;
}

.service-feature-card:nth-child(even) > img {
  order: 2;
}

.service-feature-card:nth-child(even) > div {
  padding: 34px 0 30px 34px;
}

.service-feature-card h2 {
  margin: 0 0 10px;
}

.service-support-grid .card {
  min-height: 100%;
}

.service-support-grid .value-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.branded-steps .step {
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(7, 19, 34, 0.05);
}

.branded-steps .step::before {
  background: #1213ac;
}

.capability-sheet {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 19, 34, 0.08);
}

.capability-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, #1213ac, #242733);
}

.capability-cover img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #fff;
  padding: 5px;
}

.capability-cover h2 {
  margin: 0 0 6px;
  color: #fff;
}

.capability-cover p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.capability-grid article {
  padding: 30px;
  border-top: 1px solid var(--line);
}

.capability-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.capability-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #47c51f;
  font-weight: 900;
}

.mini-logo-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.mini-logo-row img {
  width: 100%;
  height: 56px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: start;
}

.contact-intro {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 19, 34, 0.06);
}

.contact-intro img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.contact-card {
  padding: 28px;
}

.contact-card h2 {
  margin-top: 0;
}

.contact-form-card {
  border-radius: 18px;
}

.contact-form-card .btn {
  width: 100%;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #1213ac;
  outline: 3px solid rgba(18, 19, 172, 0.12);
}

.logos {
  align-items: stretch;
}

.logo-tile {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
}

.logo-tile img {
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
}

.tag {
  background: #eef0ff;
  color: #1213ac;
}

.tag.soon {
  background: #eefbe9;
  color: #277e14;
}

.value-card .value-mark {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid #d8dcff;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 38%, #47c51f 0 30%, transparent 31%), #eef0ff;
}

.check-list li::before {
  top: 0.65em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #47c51f;
  content: "";
}

.site-footer {
  background: #242733;
}

.footer-bottom {
  color: #d8deea;
}

@media (max-width: 900px) {
  .service-with-image {
    grid-template-columns: 1fr;
  }

  .service-feature-card,
  .contact-panel,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .service-feature-card > img,
  .service-feature-card:nth-child(even) > img {
    order: 0;
  }

  .service-feature-card > div,
  .service-feature-card:nth-child(even) > div {
    padding: 28px;
  }

  .capability-grid article:nth-child(odd) {
    border-right: 0;
  }

  .brand-text small {
    display: none;
  }

  .hero-photo .hero-card {
    margin: 16px 0 0;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .hero-photo > img,
  .service-card > img,
  .service-with-image > img {
    aspect-ratio: 16 / 10;
  }

  .image-visual img {
    min-height: 300px;
  }

  .service-feature-card > img {
    min-height: 240px;
  }

  .capability-cover {
    display: block;
  }

  .capability-cover .btn {
    margin-top: 18px;
  }
}
