.section {
  position: relative;
  padding: 72px 0;
}

.section--background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-heading {
  margin-bottom: 46px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: -0.5px;
}

.section-heading p {
  margin-bottom: 0;
  color: #9299a3;
  font-size: 15px;
}

.section-action {
  margin-top: 48px;
  text-align: center;
}

.hero {
  height: 574px;
  overflow: hidden;
  background: #f1f8ff url("../images/home/hero-bg.png") center top / cover no-repeat;
}

.hero__inner {
  height: 100%;
}

.hero__content {
  width: 610px;
  padding-top: 84px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero__badges span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 16px;
  color: #1768b6;
  background: rgba(208, 231, 255, 0.72);
  border: 1px solid rgba(46, 132, 219, 0.42);
  border-radius: 18px;
  font-size: 14px;
  white-space: nowrap;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.18;
}

.hero h1 em {
  color: var(--color-primary);
  font-style: normal;
}

.hero__lead {
  margin-bottom: 8px;
  color: #444c56;
  font-size: 17px;
  font-weight: 500;
}

.hero__copy {
  width: 560px;
  margin-bottom: 32px;
  color: #626a75;
  font-size: 15px;
  line-height: 1.65;
}

.hero__cta {
  min-width: 180px;
}

.stats {
  position: relative;
  z-index: 2;
  height: 112px;
  margin-top: -56px;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.stat-card {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(225, 232, 241, 0.9);
  border-radius: 10px;
  box-shadow: var(--shadow-card);
}

.stat-card strong {
  display: flex;
  align-items: baseline;
  color: var(--color-primary);
  font-size: 39px;
  line-height: 1.05;
}

.stat-card strong small {
  margin-left: 7px;
  font-size: 21px;
  font-weight: 700;
}

.stat-card > span {
  margin-top: 8px;
  color: #626a75;
  font-size: 14px;
}

.company {
  min-height: 475px;
  padding: 70px 0 72px;
}

.company__layout {
  display: grid;
  grid-template-columns: 530px 1fr;
  align-items: center;
  gap: 62px;
}

.company__media {
  width: 530px;
  height: 332px;
  overflow: hidden;
}

.company__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__content h2 {
  margin-bottom: 18px;
  font-size: 29px;
}

.company__content h2 span {
  color: var(--color-primary);
}

.company__content p,
.company__summary {
  margin-bottom: 6px;
  color: #5f6671;
  font-size: 15px;
  line-height: 1.8;
  text-indent: 2em;
}

.company__content strong {
  color: var(--color-primary);
  font-weight: 600;
}

.company__content .text-link {
  margin-top: 6px;
}

.products {
  min-height: 777px;
  padding-top: 68px;
  background-image: url("../images/home/products-bg.png");
}

.products .section-heading {
  margin-bottom: 43px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.product-card {
  min-height: 232px;
  padding: 26px 26px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(232, 238, 247, 0.82);
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.feature-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-primary);
  background: #f0f6ff;
  border-radius: 10px;
}

.feature-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.feature-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.product-card h3,
.solution-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.product-card p,
.solution-card p {
  margin-bottom: 0;
  color: #777f8b;
  font-size: 14px;
  line-height: 1.75;
}

.solutions {
  min-height: 630px;
  padding: 74px 0 44px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.solution-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px 32px;
  background: #f7f9fc;
  border: 1px solid #eef1f5;
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover,
.solution-card:focus-within {
  border-color: rgba(5, 101, 207, 0.16);
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.solution-card .feature-icon {
  margin-bottom: 26px;
}

.solution-card p {
  flex: 1;
  font-size: 15px;
}

.solution-card .text-link {
  margin-top: 20px;
  font-size: 14px;
}

.ai-scenes {
  min-height: 644px;
  padding: 61px 0;
  background-image: url("../images/home/ai-bg.png");
}

.ai-scenes .section-heading {
  margin-bottom: 25px;
}

.tabs__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 0;
}

.tabs__list button {
  position: relative;
  min-height: 52px;
  padding: 0 8px;
  color: #333a43;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 17px;
}

.tabs__list button::after {
  position: absolute;
  right: 30%;
  bottom: 0;
  left: 30%;
  height: 2px;
  background: var(--color-primary);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.tabs__list button[aria-selected="true"] {
  color: var(--color-primary);
}

.tabs__list button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.ai-panel {
  display: grid;
  min-height: 345px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8eef6;
  border-radius: 10px;
}

.ai-panel[hidden] {
  display: none;
}

.ai-panel__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-panel__content {
  padding: 28px 34px 24px;
}

.ai-panel__content > h3 {
  margin-bottom: 26px;
  font-size: 19px;
}

.ai-capability {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  margin-bottom: 23px;
}

.ai-capability img {
  width: 64px;
  height: 64px;
}

.ai-capability h4 {
  margin-bottom: 7px;
  font-size: 17px;
}

.ai-capability p {
  margin-bottom: 0;
  color: #747c87;
  font-size: 14px;
  line-height: 1.65;
}

.customers {
  min-height: 820px;
  padding: 74px 0 20px;
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 28px 30px;
  padding: 40px 48px;
  background: #f8f9fb;
  border-radius: 12px;
}

.customer-item {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  color: #5f6671;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  transition: color 180ms ease;
}

.customer-item__logo {
  display: flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(42, 69, 105, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.customer-item:hover,
.customer-item:focus-visible {
  color: var(--color-primary);
}

.customer-item:hover .customer-item__logo,
.customer-item:focus-visible .customer-item__logo {
  border-color: rgba(5, 101, 207, 0.2);
  box-shadow: 0 12px 24px rgba(42, 69, 105, 0.15);
  transform: translateY(-4px);
}

.customer-item__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.customers .section-action {
  margin-top: 50px;
}

.compliance {
  min-height: 619px;
  padding: 67px 0 36px;
  background-image: url("../images/home/compliance-bg.png");
}

.compliance .section-heading {
  margin-bottom: 10px;
}

.compliance-map {
  position: relative;
  height: 430px;
}

.compliance-map__core {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 457px;
  height: 371px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.compliance-copy {
  position: absolute;
  width: 320px;
  z-index: 1;
}

.compliance-copy--left {
  left: 55px;
  text-align: right;
}

.compliance-copy--right {
  right: 55px;
}

.compliance-copy--one {
  top: 58px;
}

.compliance-copy--two {
  top: 190px;
}

.compliance-copy--three {
  top: 321px;
}

.compliance-copy h3 {
  margin-bottom: 7px;
  font-size: 20px;
}

.compliance-copy p {
  margin: 0;
  color: #6f7783;
  font-size: 13px;
  line-height: 1.6;
}

.advantages {
  min-height: 616px;
  padding: 64px 0 28px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 64px;
}

.advantage-grid article {
  position: relative;
  min-height: 180px;
  padding-top: 30px;
}

.advantage-grid article > span {
  position: absolute;
  top: -12px;
  left: 0;
  color: #e7f1fc;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  z-index: -1;
}

.advantage-grid h3 {
  margin-bottom: 3px;
  font-size: 18px;
}

.advantage-grid a {
  color: var(--color-primary);
  font-size: 14px;
}

.advantage-grid p {
  margin: 13px 0 0;
  color: #7d8590;
  font-size: 14px;
  line-height: 1.75;
}

.news {
  min-height: 1043px;
  padding: 68px 0 24px;
  background-image: url("../images/home/news-bg.png");
}

.news .section-heading {
  margin-bottom: 20px;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 76px;
  margin-bottom: 28px;
}

.news-tabs button {
  position: relative;
  appearance: none;
  padding: 0 3px 10px;
  color: #4c535d;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
}

.news-tabs button:hover,
.news-tabs button[aria-selected="true"] {
  color: var(--color-primary);
}

.news-tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  content: "";
}

.news-tabs button:focus-visible {
  outline: 2px solid rgba(5, 101, 207, 0.45);
  outline-offset: 4px;
}

.news-tabpanel[hidden] {
  display: none;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 30px;
}

.news-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e8edf4;
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.news-card__media {
  display: flex;
  height: 165px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #a6ccf8;
  background: #f1f6fd;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__media svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.news-card__body {
  min-height: 150px;
  padding: 21px 24px 23px;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #a1a8b2;
  font-size: 12px;
}

.news-card__meta span {
  padding: 2px 8px;
  color: var(--color-primary);
  background: #eef6ff;
}

.news-card h3 {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.55;
}

.news-card p {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  color: #7b838e;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.faq {
  min-height: 464px;
  padding: 68px 0 43px;
}

.faq .section-heading {
  margin-bottom: 36px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 20px;
}

.faq-item {
  overflow: hidden;
  background: #fafbfc;
  border: 1px solid #edf0f3;
  border-radius: 10px;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  color: #3d444e;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}

.faq-item button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: #94a1b1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.faq-item button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.faq-item__answer {
  padding: 0 22px 20px;
  color: #707883;
  font-size: 13px;
  line-height: 1.7;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .customer-grid {
    gap-inline: 18px;
    padding-inline: 32px;
  }

  .compliance-copy--left {
    left: 10px;
  }

  .compliance-copy--right {
    right: 10px;
  }
}

@media (max-width: 1100px) {
  .hero {
    background-position: 58% top;
  }

  .hero__content {
    width: 55%;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__copy {
    width: 100%;
  }

  .company__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
  }

  .company__media {
    width: 100%;
  }

  .customer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .customers {
    min-height: auto;
  }

  .compliance-copy {
    width: 265px;
  }

}

@media (max-width: 900px) {
  .section {
    padding: 62px 0;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .hero {
    position: relative;
    height: auto;
    min-height: 560px;
    background-position: 64% top;
  }

  .hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(242, 249, 255, 0.98) 0%, rgba(242, 249, 255, 0.9) 52%, rgba(242, 249, 255, 0.15) 100%);
    content: "";
  }

  .hero__inner {
    position: relative;
    z-index: 1;
  }

  .hero__content {
    width: 70%;
    padding: 70px 0 120px;
  }

  .stats {
    height: auto;
    margin-top: -65px;
  }

  .stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card {
    height: 100px;
  }

  .company {
    padding-top: 72px;
  }

  .company__layout {
    grid-template-columns: 1fr;
  }

  .company__media {
    height: auto;
    aspect-ratio: 530 / 332;
  }

  .product-grid,
  .solution-grid,
  .news-grid,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products,
  .solutions,
  .ai-scenes,
  .advantages,
  .news,
  .faq,
  .compliance {
    min-height: auto;
  }

  .tabs__list {
    display: flex;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .tabs__list button {
    min-width: 130px;
  }

  .ai-panel {
    grid-template-columns: 1fr;
  }

  .ai-panel__visual {
    max-height: 360px;
  }

  .customer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .compliance-map {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 380px;
  }

  .compliance-map__core {
    top: 0;
    width: 430px;
    height: 350px;
    transform: translateX(-50%);
  }

  .compliance-copy {
    position: static;
    width: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    text-align: left;
  }

}

@media (max-width: 640px) {
  .section {
    padding: 52px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .section-heading p {
    font-size: 13px;
  }

  .hero {
    min-height: 630px;
    background-position: 70% top;
  }

  .hero::after {
    background: rgba(242, 249, 255, 0.83);
  }

  .hero__content {
    width: 100%;
    padding: 50px 0 130px;
  }

  .hero__badges {
    gap: 7px;
    margin-bottom: 22px;
  }

  .hero__badges span {
    min-height: 28px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 44px);
    letter-spacing: -1px;
  }

  .hero__lead {
    font-size: 15px;
  }

  .hero__copy {
    font-size: 14px;
  }

  .stats__grid {
    gap: 10px;
  }

  .stat-card {
    height: 90px;
  }

  .stat-card strong {
    font-size: 29px;
  }

  .stat-card strong small {
    font-size: 16px;
  }

  .company {
    padding-top: 58px;
  }

  .company__layout {
    gap: 30px;
  }

  .company__content h2 {
    font-size: 24px;
  }

  .company__content p,
  .company__summary {
    font-size: 14px;
    text-indent: 0;
  }

  .product-grid,
  .solution-grid,
  .news-grid,
  .advantage-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .solution-card {
    min-height: 0;
  }

  .ai-panel__content {
    padding: 24px 20px;
  }

  .ai-capability {
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }

  .ai-capability img {
    width: 48px;
    height: 48px;
  }

  .customer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 12px;
    padding: 26px 14px;
  }

  .customer-item {
    font-size: 10px;
  }

  .customer-item__logo {
    width: 64px;
    height: 64px;
  }

  .compliance-map {
    grid-template-columns: 1fr;
    padding-top: 290px;
  }

  .compliance-map__core {
    width: min(100%, 350px);
    height: 280px;
  }

  .advantage-grid {
    gap: 24px;
  }

  .news-tabs {
    gap: 34px;
  }

  .news-card__media {
    height: 190px;
  }

  .faq-item button {
    min-height: 58px;
    padding-inline: 16px;
  }

}

