.mi-hero {
  padding: 40px 0;
  
}


.chatapp-btn {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: rgb(3, 137, 203);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 20px;
  text-decoration: none;
  border: 1px solid rgb(3, 137, 203);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.chatapp-btn.trans {
  background-color: transparent;
  border: 1px solid rgb(3, 137, 203);
  color: rgb(3, 137, 203);
}

.wrapper main {
  overflow-x: hidden;
  max-width: 100vw;
}
@media (min-width: 920px) {
  .mi-hero {
    padding: 60px 0;
  }
}
.mi-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mi-hero h1 {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
  margin: 0 auto 24px;
}
@media (min-width: 620px) {
  .mi-hero h1 {
    font-size: 36px;
  }
}
@media (min-width: 920px) {
  .mi-hero h1 {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .mi-hero h1 {
    font-size: 84px;
    margin-bottom: 50px;
  }
}
.mi-hero__desc {
  display: block;
  color: rgba(19, 19, 19, 0.7);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.06em;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .mi-hero__desc {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.mi-hero__action {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 48px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .mi-hero__action {
    margin-bottom: 56px;
    flex-direction: row;
  }
}
.mi-hero__action .chatapp-btn {
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 20px 10px;
}
.mi-hero__btn-wrap {
  position: relative;
  display: flex;
  flex: 1;
}
.mi-hero__btn-wrap .chatapp-btn {
  width: 100%;
}
.mi-hero__badge {
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: rgb(125, 222, 146);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-10deg);
}
.mi-hero__image img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.mi-anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease var(--delay, 0s), transform 0.65s ease var(--delay, 0s);
}
.mi-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mi-breaker-text {
  padding: 40px 0;
}
.mi-breaker-text__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}
.mi-breaker-text__wrap h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.mi-breaker-text__wrap h2 span {
  color: rgb(175, 175, 175);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 1.24;
  letter-spacing: -0.06%;
}
@media (max-width: 620px) {
  .mi-breaker-text__wrap h2 span {
    font-size: 28px;
  }
}
@media (max-width: 620px) {
  .mi-breaker-text__wrap h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.mi-breaker-text__wrap p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.06em;
  margin: 0;
  color: rgba(19, 19, 19, 0.7);
}
.mi-breaker-text__wrap p span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  leading-trim: NONE;
  line-height: 105%;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgb(175, 175, 175);
}
.mi-breaker-text__wrap p {
  text-align: center;
}
@media (max-width: 620px) {
  .mi-breaker-text__wrap p {
    font-size: 22px;
  }
}

.mi-trust {
  padding: 40px 0;
  box-sizing: border-box;
}
.mi-trust__title {
  margin-bottom: 50px;
}
.mi-trust__title h2 {
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
}
@media (max-width: 991px) {
  .mi-trust__title {
    margin-bottom: 30px;
  }
  .mi-trust__title h2 {
    font-size: 32px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mi-trust__title h2 {
    font-size: 26px;
  }
}
.mi-trust__items {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 991px) {
  .mi-trust__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .mi-trust__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.mi-trust__item {
  background-color: #fff;
  border-radius: 10px;
  width: 20%;
  padding: 25px;
  box-sizing: border-box;
}
.mi-trust__item span {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: rgb(3, 137, 203);
  margin-bottom: 10px;
}
.mi-trust__item span svg {
  width: 22px;
  height: auto;
}
.mi-trust__item p {
  display: block;
  color: rgba(19, 19, 19, 0.7);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin: 0;
}
@media (max-width: 991px) {
  .mi-trust__item {
    width: calc(33.333% - 7px);
  }
}
@media (max-width: 480px) {
  .mi-trust__item {
    width: auto;
    padding: 16px;
  }
  .mi-trust__item span {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .mi-trust__item p {
    font-size: 13px;
  }
  .mi-trust__item:last-child {
    grid-column: 1/-1;
    background-color: rgb(3, 137, 203);
  }
  .mi-trust__item:last-child span {
    color: #fff;
  }
  .mi-trust__item:last-child p {
    color: rgba(255, 255, 255, 0.85);
  }
}

.wa-steps {
  padding: 40px 0;
  box-sizing: border-box;
}
.wa-steps__title {
  margin-bottom: 50px;
  text-align: center;
}
.wa-steps__title h2 {
  display: block;
  margin: 0 0 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
}
.wa-steps__title h2 span {
  color: rgb(175, 175, 175);
  font-size: 0.6em;
  vertical-align: super;
}
.wa-steps__title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 991px) {
  .wa-steps__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .wa-steps__title h2 {
    font-size: 32px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .wa-steps__title h2 {
    font-size: 26px;
  }
}
.wa-steps__swiper {
  overflow: visible;
  padding-bottom: 30px;
}
.wa-steps__slide {
  position: relative;
  height: auto;
  display: flex;
}
.wa-steps__card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
}
.wa-steps__card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #131313;
  margin: 0 0 10px;
}
.wa-steps__card p {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.wa-steps__card p span {
  color: rgb(175, 175, 175);
}
.wa-steps__icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 40px;
}
.wa-steps__arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 80px;
  height: auto;
  pointer-events: none;
}
.wa-steps__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.wa-steps__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(19, 19, 19, 0.2);
  opacity: 1;
  margin: 0;
}
.wa-steps__pagination .swiper-pagination-bullet-active {
  background-color: rgb(3, 137, 203);
}
.wa-steps__result {
  margin-top: 20px;
  background-color: rgb(3, 137, 203);
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}
.wa-steps__result h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 10px;
}
.wa-steps__result p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.wa-steps__result p span {
  color: rgba(255, 255, 255, 0.6);
}

.mi-launch {
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.mi-launch__title {
  display: block;
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #131313;
  text-align: center;
}
@media (min-width: 920px) {
  .mi-launch__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
.mi-launch__subtitle {
  display: block;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  text-align: center;
}
@media (min-width: 920px) {
  .mi-launch__subtitle {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.mi-launch__swiper {
  width: 100%;
}
.mi-launch__pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
.mi-launch__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(19, 19, 19, 0.15);
  opacity: 1;
  cursor: pointer;
}
.mi-launch__pagination .swiper-pagination-bullet-active {
  background-color: rgb(3, 137, 203);
}
.mi-launch__card {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px;
  box-sizing: border-box;
}
.mi-launch__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.mi-launch__num {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: #131313;
  margin-bottom: 30px;
}
.mi-launch__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 0 0 10px;
}
.mi-launch__card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.mi-launch__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: -19px;
  width: 34px;
  height: auto;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 619px) {
  .mi-launch__arrow {
    display: none;
  }
}
.mi-launch .swiper-slide {
  position: relative;
}
.mi-launch .swiper-slide:last-child .mi-launch__arrow {
  display: none;
}

.ca-cards {
  padding: 40px 0;
  box-sizing: border-box;
}
.ca-cards__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0;
}
.ca-cards__title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ca-cards__title {
    margin-bottom: 24px;
  }
  .ca-cards__title h2 {
    font-size: 28px;
    text-align: left;
  }
}
.ca-cards__items {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
  align-items: stretch;
}
.ca-cards__item {
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  margin: 0 5px 10px;
  width: calc(33.33% - 10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ca-cards__item h3 {
  margin: 0;
  display: block;
  font-family: "Inter";
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}
.ca-cards__item p {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin-bottom: auto;
  color: rgb(90, 90, 90);
}
@media (max-width: 991px) {
  .ca-cards__item {
    width: calc(50% - 10px);
  }
  .ca-cards__item:first-child, .ca-cards__item:last-child {
    width: calc(100% - 10px);
  }
}
@media (max-width: 620px) {
  .ca-cards__item {
    width: calc(100% - 10px);
    padding: 10px;
  }
  .ca-cards__item h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ca-cards__item p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.ca-cards__img {
  margin: 0 -25px -25px;
  height: 260px;
  overflow: hidden;
}
.ca-cards__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 620px) {
  .ca-cards__img {
    margin: 0 -10px -10px;
  }
}
.ca-cards--even .ca-cards__item {
  width: calc(25% - 10px);
}
@media (max-width: 991px) {
  .ca-cards--even .ca-cards__item {
    width: calc(50% - 10px);
  }
  .ca-cards--even .ca-cards__item:first-child, .ca-cards--even .ca-cards__item:last-child {
    width: calc(50% - 10px);
  }
}
@media (max-width: 620px) {
  .ca-cards--even .ca-cards__item {
    width: calc(100% - 10px);
  }
}
@media (max-width: 991px) {
  .ca-cards--icons .ca-cards__item:first-child, .ca-cards--icons .ca-cards__item:last-child {
    width: calc(50% - 10px);
  }
}
.ca-cards--icons .ca-cards__img {
  margin: 20px 0 0;
  height: auto;
  overflow: visible;
}
.ca-cards--icons .ca-cards__img img {
  height: auto;
  object-fit: contain;
}

.wa-why {
  padding: 40px 0;
  box-sizing: border-box;
}
.wa-why__title {
  display: block;
  margin: 0 0 50px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
}
.wa-why__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wa-why__item {
  width: calc(50% - 5px);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 620px) {
  .wa-why__item {
    width: 100%;
  }
}
.wa-why__num {
  display: block;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.08em;
  color: rgb(3, 137, 203);
}
.wa-why__item-title {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.08em;
  color: #131313;
}
.wa-why__item-desc {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}

.chatapp-choice {
  padding: 35px 0;
}
@media (min-width: 920px) {
  .chatapp-choice {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .chatapp-choice {
    padding: 90px 0;
  }
}
.chatapp-choice__table {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.chatapp-choice__title {
  max-width: 760px;
  margin: 0 auto 50px;
}
.chatapp-choice__title h2 {
  display: block;
  font-family: "Inter";
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgb(37, 43, 54);
}
.chatapp-choice__col {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.chatapp-choice__col--features {
  display: flex;
  width: 40%;
  background-color: transparent;
  max-width: 520px;
}
@media (min-width: 620px) {
  .chatapp-choice__col--features {
    width: 100%;
  }
}
.chatapp-choice__col--chatapp {
  background: linear-gradient(90deg, #0389CB 0%, #6CABFC 100%);
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
}
@media (min-width: 620px) {
  .chatapp-choice__col--chatapp {
    border-radius: 10px;
  }
}
.chatapp-choice__col--others {
  background-color: #fff;
  border-radius: 10px;
  max-width: 354px;
  width: 100%;
  display: none;
}
@media (min-width: 620px) {
  .chatapp-choice__col--others {
    border-radius: 10px;
    display: flex;
  }
}
.chatapp-choice__col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  min-height: 80px;
  box-sizing: border-box;
}
@media (min-width: 620px) {
  .chatapp-choice__col-header {
    min-height: 120px;
  }
}
@media (min-width: 1200px) {
  .chatapp-choice__col-header {
    min-height: 140px;
  }
}
.chatapp-choice__col--others .chatapp-choice__col-header span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(19, 19, 19, 0.7);
  letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
  .chatapp-choice__col--others .chatapp-choice__col-header span {
    font-size: 18px;
  }
}
.chatapp-choice__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chatapp-choice__brand-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .chatapp-choice__brand-icon {
    width: 48px;
    height: 48px;
  }
}
.chatapp-choice__brand-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chatapp-choice__brand-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
  .chatapp-choice__brand-name {
    font-size: 26px;
  }
}
.chatapp-choice__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.35;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  height: 90px;
}
@media (min-width: 1200px) {
  .chatapp-choice__cell {
    padding: 18px 20px;
    font-size: 15px;
  }
}
.chatapp-choice__cell--feature {
  justify-content: flex-start;
  text-align: left;
  color: rgba(19, 19, 19, 0.7);
}
.chatapp-choice__cell--chatapp {
  background: transparent;
  color: #fff;
  font-weight: 500;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.chatapp-choice__cell--others {
  background-color: #fff;
  color: rgba(19, 19, 19, 0.7);
}
.chatapp-choice__col--features .chatapp-choice__cell:last-child, .chatapp-choice__col--chatapp .chatapp-choice__cell:last-child, .chatapp-choice__col--others .chatapp-choice__cell:last-child {
  border-radius: 0 0 10px 10px;
}

.ca-faq {
  padding: 40px 0 80px;
}
@media (max-width: 920px) {
  .ca-faq {
    padding: 60px 0;
  }
}
@media (max-width: 620px) {
  .ca-faq {
    padding: 40px 0;
  }
}
.ca-faq .container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  .ca-faq .container {
    flex-direction: column;
    gap: 24px;
  }
}
.ca-faq__title {
  flex-shrink: 0;
  flex: 1;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #131313;
  font-family: "Roboto", sans-serif;
  padding-top: 4px;
}
@media (max-width: 920px) {
  .ca-faq__title {
    font-size: 32px;
  }
}
@media (max-width: 620px) {
  .ca-faq__title {
    font-size: 24px;
  }
}
.ca-faq__items {
  flex-shrink: 0;
  width: 100%;
  max-width: 776px;
  display: flex;
  flex-direction: column;
}
.ca-faq__item {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.ca-faq__item:last-child {
  margin-bottom: 0;
}
.ca-faq__item:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.64);
}
.ca-faq__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 25px 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #131313;
  text-align: left;
}
@media (max-width: 920px) {
  .ca-faq__btn {
    font-size: 17px;
  }
}
@media (max-width: 620px) {
  .ca-faq__btn {
    font-size: 15px;
  }
}
.ca-faq__btn::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: rgb(3, 137, 203);
  mask-image: url(../../assets/imgs/scenario-new/plus-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../assets/imgs/scenario-new/plus-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: background-color 0.25s ease, transform 0.35s ease;
}
.ca-faq__item.active .ca-faq__btn::after {
  background-color: rgba(19, 19, 19, 0.7);
  transform: rotate(45deg);
}
.ca-faq__item.active .ca-faq__text {
  padding: 0 15px 25px;
  margin-bottom: 0;
}
.ca-faq__item.active .ca-faq__text p {
  margin: 0;
}
.ca-faq__text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 15px;
}
.ca-faq__text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.ca-faq__text p:last-child {
  margin-bottom: 20px;
}

/* ── Кейсы: пагинация слайдера ── */
.ai-cases .sw-nav {
  margin-top: 30px;
  gap: 10px;
}
.ai-cases .sw-nav .sw-nav__pagination.swiper-pagination {
  position: static;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.ai-cases .sw-nav__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(19, 19, 19, 0.2);
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ai-cases .sw-nav__pagination .swiper-pagination-bullet-active {
  background-color: rgb(3, 137, 203);
}


.wa-articles {
  padding: 40px 0;
  box-sizing: border-box;
}
.wa-articles__title {
  margin-bottom: 30px;
}
.wa-articles__title h2 {
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
}
@media (max-width: 991px) {
  .wa-articles__title h2 {
    font-size: 32px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .wa-articles__title h2 {
    font-size: 26px;
  }
}
.wa-articles__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .wa-articles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .wa-articles__items {
    grid-template-columns: 1fr;
  }
}
.wa-articles__item {
  background-color: #fff;
  border-radius: 10px;
}
.wa-articles__link {
  display: block;
  padding: 25px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.wa-articles__date {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgb(3, 137, 203);
  margin-bottom: 15px;
}
.wa-articles__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #131313;
  margin: 0 0 10px;
}
.wa-articles__item-desc {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.wa-articles__action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}



.wa-related {
  padding: 40px 0;
}
@media (min-width: 920px) {
  .wa-related {
    padding: 60px 0;
  }
}
.wa-related__title {
  display: block;
  margin: 0 0 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
}
@media (min-width: 620px) {
  .wa-related__title {
    font-size: 32px;
  }
}
@media (min-width: 920px) {
  .wa-related__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .wa-related__title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.wa-related__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.wa-related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.wa-related__item:hover {
  -webkit-box-shadow: 0 8px 24px rgba(19, 19, 19, 0.08);
          box-shadow: 0 8px 24px rgba(19, 19, 19, 0.08);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 620px) {
  .wa-related__item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1200px) {
  .wa-related__item {
    width: calc(33.333% - 7px);
  }
}
.wa-related__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.wa-related__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wa-related__text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #131313;
}

.ca-faq {
  padding: 40px 0 80px;
}
@media (max-width: 920px) {
  .ca-faq {
    padding: 60px 0;
  }
}
@media (max-width: 620px) {
  .ca-faq {
    padding: 40px 0;
  }
}
.ca-faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  .ca-faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.ca-faq__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #131313;
  font-family: "Roboto", sans-serif;
  padding-top: 4px;
}
@media (max-width: 920px) {
  .ca-faq__title {
    font-size: 32px;
  }
}
@media (max-width: 620px) {
  .ca-faq__title {
    font-size: 24px;
  }
}
.ca-faq__items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ca-faq__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.ca-faq__item:last-child {
  margin-bottom: 0;
}
.ca-faq__item:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.64);
}
.ca-faq__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 25px 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #131313;
  text-align: left;
}
@media (max-width: 920px) {
  .ca-faq__btn {
    font-size: 17px;
  }
}
@media (max-width: 620px) {
  .ca-faq__btn {
    font-size: 15px;
  }
}
.ca-faq__btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: rgb(3, 137, 203);
  mask-image: url(../../assets/imgs/scenario-new/plus-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../assets/imgs/scenario-new/plus-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.25s ease, transform 0.35s ease;
  transition: background-color 0.25s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.ca-faq__item.active .ca-faq__btn::after {
  background-color: rgba(19, 19, 19, 0.7);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ca-faq__item.active .ca-faq__text {
  padding: 0 15px 25px;
  margin-bottom: 0;
}
.ca-faq__item.active .ca-faq__text p {
  margin: 0;
}
.ca-faq__text {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 15px;
}
.ca-faq__text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.ca-faq__text p:last-child {
  margin-bottom: 20px;
}

.wa-articles {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wa-articles__title {
  margin-bottom: 30px;
}
.wa-articles__title h2 {
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
}
@media (max-width: 991px) {
  .wa-articles__title h2 {
    font-size: 32px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .wa-articles__title h2 {
    font-size: 26px;
  }
}
.wa-articles__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .wa-articles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .wa-articles__items {
    grid-template-columns: 1fr;
  }
}
.wa-articles__item {
  background-color: #fff;
  border-radius: 10px;
}
.wa-articles__link {
  display: block;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.wa-articles__date {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgb(3, 137, 203);
  margin-bottom: 15px;
}
.wa-articles__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #131313;
  margin: 0 0 10px;
}
.wa-articles__item-desc {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.wa-articles__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}