.btn {
  border-radius: 24px;
  width: unset;
  padding: 7px 30px;
  background: #396CAA;
}

.section-1 {
  background: linear-gradient(180deg, #EAF1FB 0%, #FFFFFF 100%);
}

.section-1 .image {
  max-width: 700px;
}

.video {
  margin-top: 35px;
}

.header {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.section-1 .descr {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

section {
  scroll-margin-top: 150px;
}

.section-2 .highlights .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #3E4868;
}

.section-2 .btn-2 {
  height: 35px;
}

.section-2 .highlights .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1F;
}

.section-2 .old-way .title,
.section-2 .new-way .title {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2%;
  text-align: center;
}

.section-2 .old-way .header,
.section-2 .new-way .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2%;
  text-align: center;
}

.section-2 .old-way,
.section-2 .new-way {
  padding: 20px 40px;
}

.section-2 .old-way .descr,
.section-2 .new-way .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.section-2 .new-way {
  border-left: 1px solid #CBE0FF;
}

.section-2 .comparison-view {
  border-top: 1px solid #CBE0FF;
  margin-top: 30px;
  padding-bottom: 30px;
}


.section-2.customBg {
  background: #EBF4F8;
  padding-top: 20px;
}

.section-2.customBg .flip-card-front {
  border: 1px solid #FFFFFF;
}

.section-2 .header .first-char {
  color: #5CBDFF;
}

.section-5 {
  background: radial-gradient(74.9% 282.1% at 16.15% 10.98%, #5CBDFF 0%, #4FE078 100%);
  color: white;
}

.section-5 {
  padding: 20px 0;
  border-radius: 20px;
}

.section-5 .header {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: white;
}

.section-5 .measures {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

.section-5 .descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.flip-card {
  /* height: 370px; */
  /* perspective: 1000px; */
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
/* .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.3s;
  transform-style: preserve-3d;
} */

/* Do an horizontal flip when you move the mouse over the flip box container */
/* .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

/* Position the front and back side */
/* .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background: white;
  border: 1px solid #CEE1F2;
  border-radius: 20px;
  overflow: hidden;
}

.flip-card-front .image {
  height: 240px;
}

.flip-card .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.flip-card .list li {
  border-top: 2px dotted #CEE1F2;
  padding: 10px;
  text-align: center;
}

.flip-card .title {
  background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  color: #3E4868;
}

/* Style the back side */
/* .flip-card-back {
  background: linear-gradient(180deg, #3071A9 0%, #132D43 100%);
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
}

.flip-card-back .list {
  text-align: left;
  gap: 10px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-right: 10px;
} */

.final-section {
  background: linear-gradient(180deg, rgba(255, 190, 39, 0.4) 0%, rgba(255, 190, 39, 0) 84.9%);
  margin-top: 20px;
  height: 220px;
}

.final-section .details {
  padding: 40px 0;
}

.final-section-container {
  margin-top: 120px;
}

.tab {
  padding: 10px;
}

.tab .first-char {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: 3px solid #3071A9;
  color: #3071A9;
}

.button-container {
  flex-grow: 1;
}

.intro-higlights {
  gap: 10px;
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid #D0E3FF;
  background: linear-gradient(90deg, #DCEAFF 6.05%, #F4FAFF 101.49%);
}

.intro-higlights picture {
  max-width: 300px;
}

.intro-higlights .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #3E4868;
}

.intro-higlights .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}

@media only screen and (max-width: 480px) {
  .tabs {
    padding: 2px 6px;
  }

  .tab .first-char {
    font-size: 14px;
    line-height: 11px;
    border-bottom: 1px solid #3071A9;
  }

  .section-1 {
    margin: 0;
    padding: 20px 0 0 0;
  }

  .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .header {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .section-1 .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-1 .header {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding: 0 16px;
  }

  .section-1 .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.002em;
    text-align: center;
    justify-content: center;
    color: #1D1D1F;
  }

  .section-2 {
    padding: 10px;
    gap: 10px;
  }

  .section-2 .old-way,
  .section-2 .new-way {
    padding: 10px;
  }

  .section-2 .highlights .items {
    flex-direction: column;
  }

  .section-2 .highlights .header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .section-2 .highlights .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #1D1D1F;
  }

  .section-2 .highlights .summary {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .section-2 .highlights .item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E6E6E6;
  }

  .section-3 {
    padding: 20px 0 10px;
    gap: 30px;
  }

  .section-3 .top-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .section-3 .bottom-top {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .section-3 .item {
    gap: 5px;
    padding: 16px 0;
  }

  .section-3 .item.active {
    padding: 16px;
  }

  .section-3 .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .details {
    gap: 10px;
    padding: 0 10px;
  }

  .section-3 .header {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .item .header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .section-3 .item .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .section-3 .image-container {
    background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
    border: unset;
    border-radius: unset;
  }

  .video {
    margin: unset;
  }

  .section-1 .containerised-view {
    gap: 20px;
  }

  .section-2 .new-way {
    border: none;
  }

  .section-2 .highlights {
    gap: 20px;
  }

  .section-2 .highlights .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .section-5 .header {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
  }

  /* .card-list {
    flex-basis: unset;
    overflow-x: auto;
    height: 257px;
  } */

  .flip-card-inner {
    width: 300px;
  }

  .final-section-container {
    margin-top: 70px;
  }

  .final-section {
    height: 132px;
    margin-top: 0;
  }

  .button-container {
    flex-grow: unset;
  }
}