.ia-v2-page {
  color: #173248;
}

.ia-v2-page * {
  box-sizing: border-box;
}

.ia-v2-card-label,
.ia-v2-system-item > p,
.ia-v2-support-grid article > p {
  margin: 0 0 10px;
  color: #087f7a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.ia-v2-band {
  padding: 72px 0;
  background: #f2f7f6;
}

.ia-v2-system-grid,
.ia-v2-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ia-v2-system-item,
.ia-v2-support-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid #d8e3e5;
  border-radius: 6px;
  background: #fff;
}

.ia-v2-system-item h3,
.ia-v2-support-grid h3 {
  margin: 0 0 12px;
  color: #173248;
  font-size: 20px;
  line-height: 1.4;
}

.ia-v2-system-item h3 a,
.ia-v2-support-grid h3 a {
  color: inherit;
}

.ia-v2-system-item > span,
.ia-v2-support-grid article > span {
  display: block;
  min-height: 68px;
  color: #5b6d79;
  font-size: 15px;
  line-height: 1.75;
}

.ia-v2-system-item > a:last-child {
  display: inline-block;
  margin-top: 18px;
  color: #087f7a;
  font-weight: 700;
}

.ia-v2-process,
.ia-v2-support {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ia-v2-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ia-step;
}

.ia-v2-flow li {
  position: relative;
  min-width: 0;
  padding: 26px 0 0;
  border-top: 3px solid #0b8b83;
  counter-increment: ia-step;
}

.ia-v2-flow li::before {
  content: "0" counter(ia-step);
  display: block;
  margin-bottom: 20px;
  color: #bb8a31;
  font-size: 14px;
  font-weight: 700;
}

.ia-v2-flow strong {
  display: block;
  margin-bottom: 10px;
  color: #173248;
  font-size: 20px;
  line-height: 1.4;
}

.ia-v2-flow span {
  color: #5b6d79;
  font-size: 15px;
  line-height: 1.8;
}

.ia-v2-faq-wrap {
  max-width: 980px;
}

.ia-v2-faq {
  border-top: 1px solid #ccdadd;
}

.ia-v2-faq details {
  border-bottom: 1px solid #ccdadd;
}

.ia-v2-faq summary {
  position: relative;
  padding: 22px 46px 22px 0;
  color: #173248;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.ia-v2-faq summary::-webkit-details-marker {
  display: none;
}

.ia-v2-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  color: #087f7a;
  font-size: 24px;
  font-weight: 400;
}

.ia-v2-faq details[open] summary::after {
  content: "−";
}

.ia-v2-faq details p {
  margin: 0;
  padding: 0 48px 24px 0;
  color: #5b6d79;
  font-size: 15px;
  line-height: 1.85;
}

.ia-v2-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ia-v2-support-grid h3 {
  overflow-wrap: anywhere;
}

.ia-v2-note {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 3px solid #bb8a31;
  background: #f7f8f6;
  color: #5b6d79;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .ia-v2-system-grid,
  .ia-v2-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ia-v2-band,
  .ia-v2-process,
  .ia-v2-support {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ia-v2-system-grid,
  .ia-v2-support-grid,
  .ia-v2-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ia-v2-system-item,
  .ia-v2-support-grid article {
    padding: 22px;
  }

  .ia-v2-system-item > span,
  .ia-v2-support-grid article > span {
    min-height: 0;
  }

  .ia-v2-faq summary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .ia-v2-faq summary::after {
    top: 14px;
  }

  .ia-v2-faq details p {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ia-v2-page * {
    scroll-behavior: auto !important;
  }
}
