.tarif .h3 {
  margin-bottom: 18px;
}
.tarif-card {
  padding: 28px 17px 42px;
  background: #FFBF01;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tarif-card.disabled {
  opacity: 0.2;
  background: #bcbeca;
  pointer-events: none;
}
.tarif-card--gray {
  background: #f1f1f1;
  padding-bottom: 27px;
  padding-top: 24px;
}
.tarif-card--gray .btn {
  padding: 7px 30px;
}
.tarif-card--gray .tarif-card__footer {
  min-height: auto;
}
.tarif-card--blue {
  background: #080361;
}
.tarif-card--blue .tarif-card__header .h2 {
  color: #FFBF01;
}
.tarif-card--blue .tarif-card__info p {
  color: #fff;
}
.tarif-card--blue .tarif-card__list li {
  color: #fff;
}
.tarif-card--blue .tarif-card__list li svg {
  color: #fff;
}
.tarif-card__header {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 10px;
}
.tarif-card__info {
  margin-bottom: 15px;
}
.tarif-card__info p {
  font-size: 16px;
  line-height: 1.25;
  font-family: "LatoMedium", sans-serif;
  color: #000;
  margin: 0;
}
.tarif-card__info p.bold {
  font-family: "LatoBold", sans-serif;
}
.tarif-card__list {
  margin-bottom: 43px;
}
.tarif-card__list-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}
.tarif-card__list-icon svg {
  display: block;
  color: #000;
}
.tarif-card__list li {
  display: flex;
  gap: 21px;
  font-size: 14px;
  line-height: 1.71;
}
.tarif-card__footer {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.tarif-card__footer .btn {
  width: 100%;
  max-width: 156px;
}
.tarif-card__alert {
  text-align: center;
  font-size: 16px;
  font-family: "LatoBold", sans-serif;
  line-height: 1.1875;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  z-index: 1;
  padding-top: 69px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(8, 3, 97, 0.46);
}
.hero__nav {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .hero__nav {
    margin-top: 18px;
  }
}
.hero__content {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .hero__content {
    margin-bottom: 0;
  }
}
.hero__content h1 {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  max-width: 900px;
}
@media screen and (max-width: 1023px) {
  .hero__content h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero__content h1 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    max-width: 290px;
  }
  .hero__content h1 span::before {
    display: none;
  }
}
.hero__content h1 span {
  position: relative;
}
.hero__content h1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  background: #FF9E01;
  transform: translateY(-50%) skewX(-25deg);
  z-index: -1;
  margin-top: 3px;
}
.hero__content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: "LatoMedium", sans-serif;
  margin: 0;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  .hero__content p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero__feature {
    display: none;
  }
}
.hero__feature-item {
  font-size: 18px;
  font-family: "LatoMedium", sans-serif;
  line-height: 1.11;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .hero__feature-item {
    font-size: 16px;
  }
}
.hero__feature-item span {
  max-width: 170px;
}
.hero__feature-item-icon {
  flex-shrink: 0;
}
.hero__feature-item-icon svg {
  color: #FFBF01;
}
.hero__feature-title {
  font-size: 20px;
  color: #fff;
  font-family: "LatoMedium", sans-serif;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .hero__feature-title {
    text-align: center;
  }
}

.steps {
  padding: 48px 0 113px;
}
@media screen and (max-width: 767px) {
  .steps {
    padding-top: 8px;
    padding-bottom: 26px;
  }
}
.steps .h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 1023px) {
  .steps .h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .steps .h2 {
    margin-bottom: 12px;
  }
}
.steps-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .steps-item {
    padding: 20px 28px;
  }
}
@media screen and (max-width: 767px) {
  .steps-item {
    min-height: 260px;
  }
}
.steps-item p {
  margin: 0;
  font-size: 14px;
  color: #515151;
  line-height: 1.2142;
}
.steps-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .steps-item__header {
    margin-bottom: 33px;
  }
}
.steps-item__num {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFBF01;
  color: #fff;
  font-size: 32px;
  font-family: "DrukCyrMedium", sans-serif;
}
.steps-item__icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.steps-item__icon svg {
  flex-shrink: 0;
}
.steps-item__title {
  font-family: "LatoBold", sans-serif;
  line-height: 1.1875;
  font-size: 16px;
  color: #000;
  margin-bottom: 13px;
  max-width: 230px;
  min-height: 38px;
}
@media screen and (max-width: 1023px) {
  .steps-item__title {
    margin-bottom: 4px;
  }
}

.analysis {
  background: #FFBF01;
  padding: 50px 0 59px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .analysis {
    padding-top: 12px;
    padding-bottom: 27px;
  }
}
.analysis__bg {
  position: absolute;
  left: 0;
  bottom: 54px;
}
@media screen and (max-width: 767px) {
  .analysis__bg {
    display: none;
  }
}
.analysis-img {
  position: absolute;
  right: -5px;
  top: 5px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .analysis-img {
    display: none;
  }
}
.analysis-info {
  padding-left: 42px;
}
@media screen and (max-width: 1023px) {
  .analysis-info {
    padding-left: 0;
  }
}
.analysis-info__title {
  font-size: 20px;
  line-height: 1.5;
  font-family: "LatoBold", sans-serif;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .analysis-info__title {
    font-size: 16px;
    line-height: 1.87;
  }
}
.analysis-info__list {
  margin-bottom: 105px;
  max-width: 476px;
}
@media screen and (max-width: 1023px) {
  .analysis-info__list {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .analysis-info__list {
    margin-bottom: 25px;
  }
}
.analysis-info__list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 19px;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .analysis-info__list li {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.analysis-info__list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background: url("/img/icon-list-arrow.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  left: 0;
  top: 0;
}
.analysis-info__list li:last-child {
  margin-bottom: 0;
}
.analysis-content {
  position: relative;
  z-index: 1;
}
.analysis-content .h2 {
  font-size: 90px;
  line-height: 1.07;
  margin-bottom: 11px;
  max-width: 355px;
  color: #04003D;
}
@media screen and (max-width: 1023px) {
  .analysis-content .h2 {
    font-size: 64px;
    max-width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .analysis-content .h2 {
    max-width: 142px;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
  }
}
.analysis-content p {
  margin-bottom: 81px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "LatoMedium", sans-serif;
  max-width: 338px;
}
@media screen and (max-width: 1023px) {
  .analysis-content p {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .analysis-content p {
    font-size: 14px;
    line-height: 1.43;
    max-width: 273px;
    margin-bottom: 15px;
  }
}
.analysis-nav {
  position: relative;
  z-index: 2;
}
.analysis-nav__title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "DrukCyrMedium", sans-serif;
  line-height: 1.26;
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .analysis-nav__title {
    font-size: 24px;
  }
}
.analysis-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.analysis-nav__header svg {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .analysis-nav__header svg {
    display: none;
  }
}
.analysis-footer {
  background: #04003d;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 7px 24px;
  margin-top: 16px;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .analysis-footer {
    flex-direction: column;
    padding: 1px 10px 5px;
    gap: 6px;
    margin-top: 8px;
  }
}
.analysis-footer__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.14;
  font-family: "LatoMedium", sans-serif;
  max-width: 95px;
}
@media screen and (max-width: 767px) {
  .analysis-footer__text {
    max-width: 155px;
  }
}
.analysis-footer__val {
  font-size: 48px;
  font-family: "DrukCyrMedium", sans-serif;
  line-height: 1.2708;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .analysis-footer__val {
    font-size: 36px;
  }
}
.analysis-footer__item {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  gap: 12px;
}
.analysis-footer__item svg {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .analysis-footer__item {
    width: 100%;
  }
  .analysis-footer__item.w-100 {
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .analysis-footer__item.w-100 svg {
    width: 86px;
  }
  .analysis-footer__item.w-100 .analysis-footer__val {
    width: calc(100% - 98px);
    white-space: nowrap;
  }
}

.get {
  padding: 76px 0 81px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .get {
    padding-top: 26px;
    padding-bottom: 34px;
  }
}
.get__bg {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}
.get .h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .get .h2 {
    margin-bottom: 20px;
  }
}
.get__nav {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .get__nav {
    display: none;
  }
}
.get__nav p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 37px;
}
.get__nav .btn {
  width: 100%;
  max-width: 200px;
}
.get-item {
  background: #fff;
  border-radius: 15px;
  height: 100%;
  padding: 37px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .get-item {
    padding-top: 18px;
  }
}
.get-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.12;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .get-item p {
    max-width: 190px;
    margin-bottom: 22px;
  }
}
.get-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.get-item__content svg {
  display: block;
  margin-top: auto;
}
.get-item__title {
  font-family: "LatoBold", sans-serif;
  font-size: 16px;
  line-height: 1.12;
  margin-bottom: 5px;
}
.get-item__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .get-item__icon {
    margin-bottom: 12px;
  }
}

.access {
  position: relative;
  z-index: 1;
  padding-top: 67px;
  padding-bottom: 71px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .access .row > div {
    margin-bottom: 22px;
  }
  .access .row > div:last-child {
    margin-bottom: 0;
  }
}
.access::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(8, 3, 97, 0.59);
}
.access__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.access-content {
  text-align: center;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .access-content {
    margin-bottom: 20px;
  }
}
.access-content .h2 {
  color: #fff;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 1.12;
  margin-bottom: 29px;
}
@media screen and (max-width: 1023px) {
  .access-content .h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .access-content .h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
    max-width: 230px;
  }
}
.access-content svg {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .access-content svg {
    margin-bottom: 16px;
  }
}
.access-content p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-family: "LatoSemiBold", sans-serif;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .access-content p {
    font-size: 15px;
    max-width: 296px;
    line-height: 1.33;
  }
}
.access-item {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .access-item {
    justify-content: flex-start;
    padding-left: 32px;
    align-items: flex-start;
  }
}
.access-item__img {
  flex-shrink: 0;
}
.access-item__img img {
  display: block;
}
.access-item__text {
  font-size: 16px;
  color: #fff;
  font-family: "LatoSemiBold", sans-serif;
}
.access-item__num {
  font-size: 36px;
  line-height: 0.89;
  color: #fff;
  font-family: "DrukCyrMedium", sans-serif;
  margin-bottom: 7px;
}
.access-item__val {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 36px;
  line-height: 0.89;
  color: #080361;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: -5px;
  width: fit-content;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.access-item__val::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 100%;
  background: #FFBF01;
  transform: skewX(-15deg);
  z-index: -1;
}

.smart {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.smart__bg {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .smart__bg {
    display: none;
  }
}
.smart-content {
  background: #FFBF01;
  padding-top: 42px;
  padding-bottom: 49px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smart-content {
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
.smart-content::before {
  content: "";
  position: absolute;
  right: 100%;
  background: #FFBF01;
  height: 100%;
  width: 50vw;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .smart-content::after {
    content: "";
    position: absolute;
    left: 100%;
    background: #FFBF01;
    height: 100%;
    width: 50vw;
    top: 0;
    z-index: -2;
  }
}
.smart-content .h2 {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "DrukCyrMedium", sans-serif;
  color: #fff;
  max-width: 455px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .smart-content .h2 {
    font-size: 32px;
    line-height: 1;
    max-width: 179px;
    margin-bottom: 9px;
  }
}
.smart-content .h2 span {
  color: #080361;
}
.smart-content svg {
  display: block;
  margin-left: auto;
  margin-right: 74px;
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .smart-content svg {
    margin-left: 0;
    margin-right: 0;
    max-width: 136px;
    margin-top: -13px;
  }
}
.smart-content p {
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "LatoSemiBold", sans-serif;
}
@media screen and (max-width: 767px) {
  .smart-content p {
    font-size: 14px;
    line-height: 1.43;
    max-width: 272px;
    margin-bottom: 28px;
  }
}
.smart-content p:last-child {
  margin-bottom: 0;
}
.smart-info {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .smart-info {
    padding-top: 19px;
  }
}
.smart-info .btn {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .smart-info .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.smart-info p {
  font-size: 16px;
  font-family: "LatoMedium", sans-serif;
  line-height: 1.1875;
  max-width: 410px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .smart-info p {
    max-width: 294px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.smart-info .h3 {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .smart-info .h3 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 11px;
    max-width: 280px;
  }
}
.smart-info .h3 span {
  color: #FFBF01;
}
.smart-info__title {
  font-family: "LatoSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .smart-info__title {
    font-size: 16px;
    line-height: 1.25;
    max-width: 237px;
    margin-bottom: 17px;
  }
}
.smart-info__list {
  font-size: 16px;
  line-height: 1.12;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .smart-info__list {
    margin-bottom: 27px;
  }
}
.smart-info__list li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .smart-info__list li {
    font-size: 14px;
    line-height: 1.14;
    padding-left: 30px;
    margin-bottom: 16px;
  }
}
.smart-info__list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  background: url("/img/ai-list.svg") no-repeat center left;
  background-size: contain;
  width: 8px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .smart-info__list li::before {
    left: 0;
    top: 1px;
  }
}
.smart-info__list li:last-child {
  margin-bottom: 0;
}

.work {
  padding: 96px 0 121px;
}
@media screen and (max-width: 767px) {
  .work {
    padding-top: 50px;
    padding-bottom: 36px;
  }
}
.work .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .work .h2 {
    margin-bottom: 24px;
  }
}
.work-item {
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-item__play {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .work-item__play {
    width: 76px;
    height: 76px;
  }
  .work-item__play svg {
    width: 60px;
    height: 60px;
  }
}
.work-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.53);
}
.work-item img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9.15;
}

.tarifs {
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .tarifs {
    padding-bottom: 16px;
  }
}
.tarifs__header {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .tarifs__header {
    margin-bottom: 28px;
  }
}
.tarifs__header p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .tarifs__header p {
    font-size: 16px;
    max-width: 265px;
    margin-top: 4px;
  }
}
.tarifs .tarif-card {
  padding: 28px 34px 53px;
}
@media screen and (max-width: 1023px) {
  .tarifs .tarif-card {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tarifs .tarif-card {
    padding: 29px;
  }
}
.tarifs .tarif-card .h2 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
.tarifs .tarif-card__list {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .tarifs .tarif-card__list {
    margin-bottom: 36px;
  }
}
.tarifs .tarif-card__list-icon {
  width: 23px;
  height: 23px;
}
.tarifs .tarif-card__list li {
  font-size: 16px;
  gap: 16px;
  margin-bottom: 8px;
}
.tarifs .tarif-card__list li:last-child {
  margin-bottom: 0;
}
.tarifs .tarif-card__info {
  margin-bottom: 18px;
}
.tarifs .tarif-card__info p {
  font-size: 20px;
  line-height: 1.5;
}
/* ===== HistoryStats landing upgrade ===== */
.hs-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 191, 1, 0.16);
  color: #FFBF01;
  font-family: "LatoBold", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hs-hero {
  padding-top: 78px;
  padding-bottom: 64px;
}
.hs-hero::before {
  background: linear-gradient(90deg, rgba(4, 0, 61, 0.88) 0%, rgba(8, 3, 97, 0.74) 48%, rgba(8, 3, 97, 0.42) 100%);
}
.hs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: center;
}
.hs-hero__content {
  margin-bottom: 0;
}
.hs-hero__content h1 {
  max-width: 840px;
  margin-bottom: 18px;
}
.hs-hero__content p {
  display: block;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.45;
}
.hs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hs-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.08);
}
.hs-btn-ghost:hover {
  background: #fff;
  color: #080361;
}
.hs-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hs-hero__meta span {
  color: #fff;
  font-family: "LatoSemiBold", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
}
.hs-scenario-card {
  background: rgba(255,255,255,0.94);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
}
.hs-scenario-card__top,
.hs-scenario-card__rows div,
.hs-scenario-card__result,
.hs-stat-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hs-scenario-card__top {
  color: #515151;
  font-size: 14px;
  margin-bottom: 12px;
}
.hs-scenario-card__top strong {
  color: #080361;
  font-family: "LatoBold", sans-serif;
}
.hs-scenario-card__score {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 72px;
  line-height: 0.95;
  color: #080361;
  margin-bottom: 18px;
}
.hs-scenario-card__rows {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.hs-scenario-card__rows div,
.hs-stat-line {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}
.hs-scenario-card__rows span,
.hs-stat-line span {
  color: #515151;
}
.hs-scenario-card__rows b,
.hs-stat-line b {
  color: #000;
  font-family: "LatoBold", sans-serif;
}
.hs-scenario-card__result {
  background: #FFBF01;
  color: #080361;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 13px;
  font-family: "LatoBold", sans-serif;
}
.hs-scenario-card__result strong {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 48px;
  line-height: 1;
}
.hs-scenario-card p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.42;
}
.hs-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.hs-section-head .h2 {
  margin-bottom: 12px;
}
.hs-section-head p {
  margin: 0;
  color: #515151;
  font-family: "LatoMedium", sans-serif;
  font-size: 18px;
  line-height: 1.35;
}
.hs-section-head--light .h2,
.hs-section-head--light p {
  color: #fff;
}
.hs-steps {
  padding-top: 58px;
  padding-bottom: 74px;
}
.hs-steps .steps-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hs-steps .steps-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.hs-why {
  padding-top: 64px;
  padding-bottom: 70px;
}
.hs-why .analysis-content .h2 {
  font-size: 72px;
  max-width: 470px;
}
.hs-why .analysis-content p {
  margin-bottom: 0;
}
.hs-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hs-compare__col {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(8,3,97,0.12);
  border-radius: 18px;
  padding: 24px;
}
.hs-compare__col--active {
  background: #080361;
  color: #fff;
  box-shadow: 0 16px 35px rgba(8,3,97,0.22);
}
.hs-compare__col h3 {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hs-compare__col li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.25;
}
.hs-compare__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFBF01;
}
.hs-example {
  padding: 70px 0;
  background: #04003d;
}
.hs-example__box {
  position: relative;
}
.hs-example__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.hs-example__panel {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
}
.hs-example__panel h3 {
  font-family: "DrukCyrMedium", sans-serif;
  color: #080361;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hs-example__arrow {
  color: #FFBF01;
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 54px;
}
.hs-example__panel--result {
  background: #FFBF01;
}
.hs-found {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}
.hs-found b {
  font-family: "DrukCyrMedium", sans-serif;
  color: #080361;
  font-size: 64px;
  line-height: 1;
}
.hs-example__panel--result li {
  font-family: "LatoBold", sans-serif;
  margin-bottom: 8px;
}
.hs-features {
  padding-top: 70px;
  padding-bottom: 78px;
}
.hs-features .get-item {
  min-height: 220px;
}
.hs-features .get-item__title {
  font-size: 20px;
  color: #080361;
}
.hs-var {
  padding: 72px 0;
  background: #f2f2f2;
}
.hs-var__box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(8,3,97,0.08);
}
.hs-var__box .h2 {
  font-family: "DrukCyrMedium", sans-serif;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #080361;
  margin-bottom: 16px;
}
.hs-var__box p {
  color: #333;
  font-family: "LatoMedium", sans-serif;
  font-size: 17px;
  line-height: 1.42;
  margin: 0;
}
.hs-var__cards {
  display: grid;
  gap: 12px;
}
.hs-var__cards div {
  background: #080361;
  color: #fff;
  border-radius: 16px;
  padding: 18px 20px;
}
.hs-var__cards strong {
  display: block;
  color: #FFBF01;
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.hs-var__cards span {
  color: rgba(255,255,255,0.86);
  line-height: 1.3;
}
.hs-access .access-content .h2 {
  max-width: 820px;
}
.hs-pro .smart-content .h2 {
  max-width: 560px;
}
.hs-work {
  padding-top: 70px;
  padding-bottom: 74px;
  background: #FFBF01;
}
.hs-work .hs-section-head p {
  color: #000;
}

@media screen and (max-width: 1023px) {
  .hs-hero__grid,
  .hs-var__box {
    grid-template-columns: 1fr;
  }
  .hs-scenario-card {
    max-width: 560px;
  }
  .hs-why .analysis-content .h2,
  .hs-var__box .h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .hs-hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .hs-hero::before {
    background: rgba(8,3,97,0.78);
  }
  .hs-eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .hs-hero__content h1 {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .hs-hero__content p {
    font-size: 14px;
    line-height: 1.42;
    max-width: 100%;
  }
  .hs-hero__actions {
    flex-direction: column;
    margin-top: 20px;
  }
  .hs-hero__actions .btn {
    width: 100%;
  }
  .hs-hero__meta {
    margin-top: 16px;
  }
  .hs-scenario-card {
    padding: 18px;
    border-radius: 18px;
  }
  .hs-scenario-card__score {
    font-size: 54px;
  }
  .hs-section-head {
    margin-bottom: 20px;
  }
  .hs-section-head p {
    font-size: 14px;
  }
  .hs-steps,
  .hs-why,
  .hs-example,
  .hs-features,
  .hs-var,
  .hs-work {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .hs-why .analysis-content .h2,
  .hs-var__box .h2 {
    font-size: 34px;
  }
  .hs-compare,
  .hs-example__grid {
    grid-template-columns: 1fr;
  }
  .hs-example__arrow {
    transform: rotate(90deg);
    text-align: center;
    line-height: 1;
  }
  .hs-var__box {
    padding: 20px;
    border-radius: 18px;
  }
  .hs-var__box p {
    font-size: 14px;
  }
  .hs-found b {
    font-size: 52px;
  }
}
