@charset "UTF-8";
body {
  background: rgb(243, 243, 243);
}

main.main * {
  box-sizing: border-box;
}

.wrapper main {
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
}

.chatapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: #0389cb;
  border-radius: 8px;
  padding: 14px 28px;
  text-decoration: none;
  border: 1.5px solid #0389cb;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: relative;
}
.chatapp-btn:hover {
  background-color: rgb(2.4058252427, 109.8660194175, 162.7941747573);
  border-color: rgb(2.4058252427, 109.8660194175, 162.7941747573);
}
.chatapp-btn.trans {
  background-color: transparent;
  color: #0389cb;
}
.chatapp-btn.trans:hover {
  background-color: rgba(3, 137, 203, 0.07);
}
.chatapp-btn.with-tag::after {
  content: "7 дней демо";
  position: absolute;
  top: -4px;
  right: -40px;
  background-color: rgb(125, 222, 146);
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.04em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 50px;
  white-space: nowrap;
  transform: rotate(-8deg);
}

.icon-scenario {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../../assets/imgs/scenario/icon-scenario.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
@media (max-width: 768px) {
  .icon-scenario {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .icon-scenario {
    width: 30px;
    height: 30px;
    top: -2px;
  }
}

.ca-scenario-hero {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .ca-scenario-hero {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero {
    padding-top: 36px;
  }
}
.ca-scenario-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ca-scenario-hero__title {
  text-align: center;
}
.ca-scenario-hero__title h1 {
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  color: rgb(19, 19, 19);
  margin: 0;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1200px) {
  .ca-scenario-hero__title h1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .ca-scenario-hero__title h1 {
    font-size: 32px;
  }
  .ca-scenario-hero__title h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero__title h1 {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
.ca-scenario-hero__title p {
  margin: 60px auto 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.07em;
  color: rgba(19, 19, 19, 0.7);
  max-width: 852px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .ca-scenario-hero__title p {
    font-size: 22px;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero__title p {
    font-size: 22px;
    margin-top: 30px;
  }
}
.ca-scenario-hero .action {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ca-scenario-hero .action .chatapp-btn {
  padding: 22px;
  background-color: rgb(3, 137, 203);
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: "inter";
  max-width: 328px;
  width: 100%;
}
@media (max-width: 920px) {
  .ca-scenario-hero .action .chatapp-btn {
    max-width: 270px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .ca-scenario-hero .action {
    margin-top: 26px;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero .action {
    margin-top: 22px;
  }
}
.ca-scenario-hero__img {
  margin-top: 48px;
  width: 100%;
  max-width: 860px;
  line-height: 0;
}
@media (max-width: 768px) {
  .ca-scenario-hero__img {
    margin-top: 36px;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero__img {
    margin-top: 28px;
  }
}
.ca-scenario-hero__img img {
  display: block;
  width: 100%;
  height: auto;
}
.ca-scenario-hero__img .img-pc {
  display: block;
}
.ca-scenario-hero__img .img-tablet {
  display: none;
}
.ca-scenario-hero__img .img-phone {
  display: none;
}
@media (max-width: 768px) {
  .ca-scenario-hero__img .img-pc {
    display: none;
  }
  .ca-scenario-hero__img .img-tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .ca-scenario-hero__img .img-tablet {
    display: none;
  }
  .ca-scenario-hero__img .img-phone {
    display: block;
  }
}

.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;
  color: rgb(19, 19, 19);
}
@media (max-width: 768px) {
  .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-size: 24px;
  line-height: 105%;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  .mi-breaker-text__wrap p {
    font-size: 22px;
  }
}

.ca-roles {
  padding: 40px 0;
}
.ca-roles__title {
  margin-bottom: 30px;
}
.ca-roles__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;
  color: rgb(19, 19, 19);
}
@media (max-width: 768px) {
  .ca-roles__title h2 {
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
  }
}
.ca-roles__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .ca-roles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-roles__items {
    grid-template-columns: 1fr;
  }
}
.ca-roles__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ca-roles__item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.08em;
  color: rgb(19, 19, 19);
  margin: 0 0 30px;
}
.ca-roles__item > p {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0 0 10px;
}
.ca-roles__item ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.ca-roles__item ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  padding-left: 14px;
  margin-bottom: 6px;
}
.ca-roles__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(19, 19, 19, 0.7);
}
.ca-roles__item ul li:last-child {
  margin-bottom: 0;
}
.ca-roles__btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.ca-roles__btn--soon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.ca-roles__img {
  display: flex;
  justify-content: center;
}
.ca-roles__img img {
  max-width: 100%;
  height: auto;
}

.ca-versus {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ca-versus {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-versus {
    padding: 40px 0;
  }
}
.ca-versus__title {
  text-align: center;
  margin-bottom: 30px;
}
.ca-versus__title h2 {
  margin: 0 auto;
  max-width: 1050px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-versus__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-versus__title h2 {
    font-size: 24px;
  }
}
.ca-versus__title p {
  margin: 50px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-versus__title p {
    font-size: 15px;
  }
}
.ca-versus__cols {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-versus__cols {
    flex-direction: column;
  }
}
.ca-versus__col {
  flex: 1;
  padding: 36px 32px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .ca-versus__col {
    padding: 28px 24px 32px;
  }
}
@media (max-width: 480px) {
  .ca-versus__col {
    padding: 22px 18px 26px;
  }
}
.ca-versus__col--them {
  background-color: rgb(243, 243, 243);
}
.ca-versus__col--us {
  background-color: #fff;
}
.ca-versus__col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: rgb(19, 19, 19);
}
.ca-versus__col--us .ca-versus__col-header {
  color: #0389cb;
}
@media (max-width: 480px) {
  .ca-versus__col-header {
    font-size: 16px;
  }
}
.ca-versus__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 480px) {
  .ca-versus__items {
    gap: 22px;
  }
}
.ca-versus__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.ca-versus__item img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.ca-versus__item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-versus__item p {
    font-size: 14px;
  }
}

/* start */
.ca-bar {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ca-bar {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-bar {
    padding: 40px 0;
  }
}
.ca-bar__head {
  text-align: center;
  margin-bottom: 50px;
}
.ca-bar__head h2 {
  margin: 0 0 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-bar__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-bar__head h2 {
    font-size: 24px;
  }
}
.ca-bar__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-bar__head p {
    font-size: 15px;
  }
}
.ca-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-bar__grid {
    grid-template-columns: 1fr;
  }
}
.ca-bar__card {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ca-bar__card h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
}
.ca-bar__card p {
  margin: 0;
  flex: 1;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-bar__card .chatapp-btn {
  align-self: flex-start;
  margin-top: 65px;
}
.ca-bar__img {
  margin: 20px -25px 25px;
  height: 280px;
}
.ca-bar__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* end */
.ca-dialog {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .ca-dialog {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-dialog {
    padding: 40px 0;
  }
}
.ca-dialog__title {
  text-align: center;
  margin-bottom: 30px;
}
.ca-dialog__title h2 {
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-dialog__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-dialog__title h2 {
    font-size: 24px;
  }
}
.ca-dialog__wrap {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .ca-dialog__wrap {
    flex-direction: column;
  }
}
.ca-dialog__tabs {
  display: flex;
  flex-direction: column;
  max-width: 552px;
  margin-right: auto;
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .ca-dialog__tabs {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    flex-direction: row;
    overflow-x: auto;
    padding: 0 0 4px;
    gap: 4px;
    scrollbar-width: none;
  }
  .ca-dialog__tabs::-webkit-scrollbar {
    display: none;
  }
}
.ca-dialog__tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  background: none;
  border: none;
  border-top: 1px solid rgba(175, 175, 175, 0.64);
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
}
.ca-dialog__tab:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.64);
}
.ca-dialog__tab img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1);
  opacity: 0.5;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.ca-dialog__tab span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.4);
  transition: color 0.2s ease, font-weight 0.2s ease;
}
@media (max-width: 480px) {
  .ca-dialog__tab span {
    font-size: 15px;
  }
}
.ca-dialog__tab.active img {
  filter: none;
  opacity: 1;
}
.ca-dialog__tab.active span {
  color: rgb(19, 19, 19);
  font-weight: 600;
}
@media (max-width: 768px) {
  .ca-dialog__tab {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 14px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
    gap: 6px;
    white-space: nowrap;
  }
  .ca-dialog__tab:last-child {
    border-bottom: 2px solid transparent;
  }
  .ca-dialog__tab.active {
    border-bottom-color: #0389cb;
  }
  .ca-dialog__tab img {
    width: 32px;
    height: 32px;
  }
  .ca-dialog__tab span {
    font-size: 13px;
    white-space: normal;
    text-align: center;
    max-width: 80px;
  }
}
.ca-dialog__preview {
  width: 50%;
  background-color: rgb(243, 243, 243);
  border: 2px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  padding: 20px 20px 0;
  height: 662px;
  box-sizing: border-box;
  position: relative;
  background-image: url("../../assets/imgs/scenario-new/back-dots.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .ca-dialog__preview {
    width: 100%;
    height: 520px;
    padding: 20px 20px 0;
  }
}
@media (max-width: 480px) {
  .ca-dialog__preview {
    height: 400px;
    padding: 16px 16px 0;
  }
}
.ca-dialog__phone {
  position: relative;
  align-self: flex-end;
  height: calc(100% - 40px);
}
.ca-dialog__phone-frame {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.ca-dialog__screen {
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 2.8%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 36px;
  background: #f5f5f5;
  height: calc(100% - 25px);
  border-radius: 36px 36px 0 0;
}
.ca-dialog__screen-bar {
  flex-shrink: 0;
  width: 100%;
  display: block;
}
.ca-dialog__screen-head {
  flex-shrink: 0;
  width: 100%;
  display: block;
}
.ca-dialog__screen-foot {
  flex-shrink: 0;
  height: 94px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ca-dialog__screen-foot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ca-dialog__chat {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  background: #f5f5f5;
  scrollbar-width: none;
}
.ca-dialog__chat::-webkit-scrollbar {
  display: none;
}
.ca-dialog__msg {
  max-width: 78%;
  padding: 9px 13px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-break: break-word;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.ca-dialog__msg.visible {
  opacity: 1;
  transform: translateY(0);
}
.ca-dialog__msg--right {
  align-self: flex-end;
  background: #2d2d2d;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.ca-dialog__msg--left {
  align-self: flex-start;
  background: #fff;
  color: rgb(19, 19, 19);
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ca-dialog__typing {
  align-self: flex-start;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 11px 14px;
  background: #fff;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ca-dialog__typing.visible {
  opacity: 1;
}
.ca-dialog__typing span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bbb;
  animation: caTypingDot 1.1s infinite ease-in-out both;
}
.ca-dialog__typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.ca-dialog__typing span:nth-child(3) {
  animation-delay: 0.3s;
}
.ca-dialog__socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.ca-dialog__socials img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .ca-dialog__socials {
    right: 12px;
  }
  .ca-dialog__socials img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .ca-dialog__socials {
    display: none;
  }
}

@keyframes caTypingDot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.ca-inner {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ca-inner {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-inner {
    padding: 40px 0;
  }
}
.ca-inner__title {
  text-align: center;
  margin-bottom: 30px;
}
.ca-inner__title h2 {
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-inner__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-inner__title h2 {
    font-size: 24px;
  }
}
.ca-inner__title p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-inner__title p {
    font-size: 16px;
  }
}
.ca-inner__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.ca-inner__grid .ca-inner__card:nth-child(1),
.ca-inner__grid .ca-inner__card:nth-child(2),
.ca-inner__grid .ca-inner__card:nth-child(3) {
  grid-column: span 2;
}
.ca-inner__grid .ca-inner__card:nth-child(4),
.ca-inner__grid .ca-inner__card:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .ca-inner__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ca-inner__grid .ca-inner__card:nth-child(n) {
    grid-column: span 1;
  }
  .ca-inner__grid .ca-inner__card:nth-child(3),
  .ca-inner__grid .ca-inner__card:nth-child(4),
  .ca-inner__grid .ca-inner__card:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .ca-inner__grid {
    grid-template-columns: 1fr;
  }
  .ca-inner__grid .ca-inner__card:nth-child(n) {
    grid-column: span 1;
  }
}
.ca-inner__card {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
.ca-inner__card-text {
  margin-bottom: 20px;
}
.ca-inner__card-text h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0389cb;
}
.ca-inner__card-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-inner__card-img {
  margin: auto -25px -25px;
  height: 200px;
}
.ca-inner__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ca-block-case {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ca-block-case {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-block-case {
    padding: 40px 0;
  }
}
.ca-block-case .container {
  width: 100%;
}
.ca-block-case__title {
  text-align: center;
  margin-bottom: 30px;
}
.ca-block-case__title h2 {
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-block-case__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-block-case__title h2 {
    font-size: 24px;
  }
}
.ca-block-case__title p {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-block-case__title p {
    font-size: 15px;
  }
}
.ca-block-case__wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .ca-block-case__wrap {
    flex-direction: column;
    padding: 24px;
  }
}
.ca-block-case__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  max-width: 665px;
}
@media (max-width: 768px) {
  .ca-block-case__left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(19, 19, 19, 0.08);
    padding-bottom: 28px;
  }
}
.ca-block-case__logo {
  display: block;
  height: 48px;
  width: fit-content;
  margin-bottom: 32px;
}
.ca-block-case__quote {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-style: normal;
  flex: 1;
  color: rgb(64, 64, 64);
}
@media (max-width: 480px) {
  .ca-block-case__quote {
    font-size: 14px;
  }
}
.ca-block-case__author {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ca-block-case__author img {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.ca-block-case__author .chatapp-btn {
  margin-left: auto;
  white-space: nowrap;
  font-size: 16px;
  padding: 12px 20px;
  font-weight: 400;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .ca-block-case__author .chatapp-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.ca-block-case__author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ca-block-case__author-info span:first-child {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgb(19, 19, 19);
}
.ca-block-case__author-info span:last-child {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-block-case__stats {
  width: 440px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-block-case__stats {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ca-block-case__stat {
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.ca-block-case__stat strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: rgb(19, 19, 19);
}
.ca-block-case__stat span {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 768px) {
  .ca-block-case__stat {
    min-width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .ca-block-case__stat {
    min-width: 100%;
  }
}

.ca-steps {
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  .ca-steps {
    padding: 60px 0 40px;
  }
}
@media (max-width: 480px) {
  .ca-steps {
    padding: 40px 0 30px;
  }
}
.ca-steps__title {
  text-align: center;
  margin-bottom: 50px;
}
.ca-steps__title h2 {
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-steps__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-steps__title h2 {
    font-size: 24px;
  }
}
.ca-steps__slider-wrap {
  overflow: hidden;
}
.ca-steps .ca-steps__swiper {
  padding-left: max(16px, (100vw - 1200px) / 2);
  padding-bottom: 48px;
  box-sizing: border-box;
  overflow: visible;
}
.ca-steps__slide {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
}
.ca-steps__slide:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -90px;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-image: url("../../assets/imgs/scenario-new/arrow-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.ca-steps__slide img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 30px;
}
.ca-steps__slide h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: rgb(19, 19, 19);
}
.ca-steps__slide p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}

.ca-steps__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(19, 19, 19, 0.2);
  opacity: 1;
  transition: background 0.25s ease, width 0.25s ease;
}
.ca-steps__swiper .swiper-pagination-bullet-active {
  background: #0389cb;
}

.ca-close {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .ca-close {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-close {
    padding: 40px 0;
  }
}
.ca-close__title {
  text-align: center;
  margin-bottom: 30px;
}
.ca-close__title h2 {
  margin: 0 auto;
  max-width: 800px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-close__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-close__title h2 {
    font-size: 24px;
  }
}
.ca-close__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-close__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-close__grid {
    grid-template-columns: 1fr;
  }
}
.ca-close__card {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ca-close__card h3 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: rgb(19, 19, 19);
}
.ca-close__card p {
  margin: 0 0 1px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-close__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.ca-close__card ul li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
  margin-bottom: 6px;
}
.ca-close__card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(19, 19, 19, 0.7);
}
.ca-close__card ul li:last-child {
  margin-bottom: 0;
}
.ca-close__img {
  margin: 20px -25px -25px;
  height: 200px;
}
.ca-close__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ca-related {
  padding: 40px 0;
}
.ca-related__title {
  margin-bottom: 30px;
}
.ca-related__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  margin: 0;
}
@media (max-width: 480px) {
  .ca-related__title h2 {
    font-size: 24px;
  }
}
.ca-related__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-related__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-related__items {
    grid-template-columns: 1fr;
  }
}
.ca-related__item {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: box-shadow 0.25s ease;
}
.ca-related__item:hover {
  box-shadow: 0 4px 20px rgba(19, 19, 19, 0.08);
}
.ca-related__item span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgb(19, 19, 19);
}
.ca-related__item span i {
  font-style: normal;
  color: rgb(175, 175, 175);
}
.ca-related__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ca-faq {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .ca-faq {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-faq {
    padding: 40px 0;
  }
}
.ca-faq .container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .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: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .ca-faq__title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .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: rgb(19, 19, 19);
  text-align: left;
}
@media (max-width: 768px) {
  .ca-faq__btn {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .ca-faq__btn {
    font-size: 15px;
  }
}
.ca-faq__btn::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #0389cb;
  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;
}

.ca-cta {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .ca-cta {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-cta {
    padding: 40px 0;
  }
}
.ca-cta__head {
  text-align: center;
  margin-bottom: 30px;
}
.ca-cta__head h2 {
  margin: 0 0 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-cta__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-cta__head h2 {
    font-size: 24px;
  }
}
.ca-cta__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-cta__head p {
    font-size: 15px;
  }
}
.ca-cta__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-cta__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-cta__grid {
    grid-template-columns: 1fr;
  }
}
.ca-cta__card {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 260px;
}
.ca-cta__card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: rgb(19, 19, 19);
}
.ca-cta__card p {
  margin: 0;
  flex: 1;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-cta__card .chatapp-btn {
  align-self: flex-start;
  margin-top: auto;
}


.ca-calc {
  padding: 40px 0;
}
.ca-calc__card {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(19, 19, 19, 0.06);
          box-shadow: 0 10px 40px rgba(19, 19, 19, 0.06);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ca-calc__card {
    grid-template-columns: 1fr;
  }
}
.ca-calc__left {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .ca-calc__left {
    padding: 24px;
  }
}
.ca-calc__title {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgb(19, 19, 19);
}
@media (max-width: 480px) {
  .ca-calc__title {
    font-size: 24px;
  }
}
.ca-calc__hint {
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-calc__slider {
  margin-bottom: 30px;
}
.ca-calc__bubble-wrap {
  position: relative;
  height: 34px;
}
.ca-calc__bubble {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  padding: 6px 10px;
  border: 1px solid rgba(19, 19, 19, 0.15);
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: rgb(19, 19, 19);
  white-space: nowrap;
}
.ca-calc__range {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #0389cb;
  outline: none;
  cursor: pointer;
}
.ca-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50% !important;
  background-color: #0389cb;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 2px 8px rgba(3, 137, 203, 0.4);
          box-shadow: 0 2px 8px rgba(3, 137, 203, 0.4);
  cursor: pointer;
}
.ca-calc__range::-moz-range-thumb {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50% !important;
  background-color: #0389cb;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(3, 137, 203, 0.4);
  cursor: pointer;
}
.ca-calc__range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}
.ca-calc__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.45);
}
.ca-calc__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.ca-calc__note {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.45);
}
.ca-calc__right {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .ca-calc__right {
    padding: 20px;
  }
}
.ca-calc__price {
  background-color: #0389cb;
  border-radius: 14px;
  padding: 20px 24px;
  color: #fff;
}
.ca-calc__price-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.85);
}
.ca-calc__price-value {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  .ca-calc__price-value {
    font-size: 32px;
  }
}
.ca-calc__compare {
  background-color: rgb(243, 243, 243);
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ca-calc__compare-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgb(19, 19, 19);
}
.ca-calc__compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: auto;
}
@media (max-width: 480px) {
  .ca-calc__compare-cols {
    grid-template-columns: 1fr;
  }
}
.ca-calc__compare-col {
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(19, 19, 19, 0.1);
  overflow: hidden;
}
.ca-calc__compare-col .ca-calc__compare-row {
  padding: 15px 15px 5px;
}
.ca-calc__compare-col .ca-calc__compare-row:last-child {
  padding-bottom: 15px;
}
.ca-calc__compare-col--ai .ca-calc__compare-row b {
  color: #0389cb;
}
.ca-calc__compare-col:not(.ca-calc__compare-col--ai) .ca-calc__compare-row b {
  color: #E14A4A;
  text-decoration: line-through;
}
.ca-calc__compare-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  letter-spacing: -0.02em;
  color: rgb(19, 19, 19);
  padding: 8px;
}
.ca-calc__compare-head img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ca-calc__compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-calc__compare-row:last-child {
  margin-bottom: 0;
}
.ca-calc__compare-row b {
  font-weight: 600;
  color: rgb(19, 19, 19);
}
.ca-calc__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: rgb(125, 222, 146);
  border-radius: 10px;
  padding: 14px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ca-calc__save:hover {
  background-color: rgb(100.5950920245, 215.8049079755, 125.5374233129);
}
.ca-calc__save img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ca-calc__save b {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}

.ca-cta {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .ca-cta {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .ca-cta {
    padding: 40px 0;
  }
}
.ca-cta__head {
  text-align: center;
  margin-bottom: 30px;
}
.ca-cta__head h2 {
  margin: 0 0 50px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: rgb(19, 19, 19);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .ca-cta__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ca-cta__head h2 {
    font-size: 24px;
  }
}
.ca-cta__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 480px) {
  .ca-cta__head p {
    font-size: 15px;
  }
}
.ca-cta__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .ca-cta__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ca-cta__grid {
    grid-template-columns: 1fr;
  }
}
.ca-cta__card {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 260px;
}
.ca-cta__card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: rgb(19, 19, 19);
}
.ca-cta__card p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(19, 19, 19, 0.7);
}
.ca-cta__card .chatapp-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
}