html {
  scroll-behavior: smooth;
}
body.hidden {
  overflow: hidden;
}
body {
  background: #f1f2f3;
}
.page {
  overflow: hidden;
  position: relative;
}
.header {
  position: relative;
  z-index: 3;
}
.title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  color: #1e293b;
}
.title.big {
  font-size: 74px;
  line-height: 94px;
}
.desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1e293b;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  transition: 0.3s;
  background: #6366f1;
  box-shadow: 0px 4px 10px 0px #1e293b33;
  border-radius: 8px;
  position: relative;
  padding: 16px 32px;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.dark {
  background: #1e293b;
}
.button.dark:hover {
  background: #334155;
  opacity: 1;
}
.button.yellow {
  background: #f79009;
}
.button.yellow:hover {
  opacity: 1;
  background: #f9a63a;
}

.badge {
  display: table;
  margin: 0 auto;
  font-size: 12px;
  line-height: 8px;
  font-weight: 600;
  color: #6366f1;
  padding: 8px;
  background: #6366f133;
  border: 1px solid #6366f133;
  border-radius: 6px;
}
.button .discount {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 35px;
  padding-left: 4px;
  padding-top: 2px;
  display: flex;
  align-items: center;
}
.button .discount .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.button .discount .title {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
}
.button:hover {
  background: #4f52de;
  opacity: 1;
}
.button .img {
  width: 18px;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.section {
  padding: 0 16px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff99;
  backdrop-filter: blur(20px);
  transition: 0.3s;
}
.logo .img {
  width: 100px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header .left {
  width: 204px;
}
.header .menu-toggle {
  display: none;
}
.header .center {
  flex: 1;
}
.header .center .button {
  display: none;
}
.header .nav {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.header .nav .title {
  font-size: 16px;
  color: #94a3b8;
  font-weight: 700;
  line-height: 98px;
  padding: 0 16px;
  transition: 0.3s;
}
.header .nav__item:hover {
  opacity: 1;
}
.header .nav__item:hover .title {
  color: #6366f1;
}

.hero-section {
  padding-top: 116px;
}
.hero-section .hero1 {
  width: 386px;
  position: absolute;
  bottom: 214px;
  right: -142px;
}
.hero-section .decor {
  width: 1170px;
  height: 1170px;
  position: absolute;
  top: -796px;
  right: -508px;
  background: #f1f2f3;
  border-radius: 100%;
}
.hero-section .decor1 {
  width: 872px;
  height: 872px;
  background: #edeeef;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .decor2 {
  width: 574px;
  height: 574px;
  background: #e6e7e9;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .decor3 {
  width: 274px;
  height: 274px;
  background: #dddfe3;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .low-decor {
  width: 1422px;
  height: 1422px;
  position: absolute;
  top: 44px;
  left: -884px;
  background: #f1f2f3;
  border-radius: 100%;
}
.hero-section .low-decor .decor1 {
  width: 1058px;
  height: 1058px;
  background: #edeeef;
}
.hero-section .low-decor .decor2 {
  width: 695px;
  height: 695px;
  background: #e6e7e9;
}
.hero-section .low-decor .decor3 {
  width: 332px;
  height: 332px;
  background: #dddfe3;
}
.hero-section .hero2 {
  width: 288px;
  position: absolute;
  bottom: -136px;
  left: -120px;
}
.hero-section .hero-content {
  position: relative;
}
.hero-section .content {
  position: relative;
  border-radius: 92px;
  background: #f7f8f933;
  backdrop-filter: blur(20px);
}
.hero-section .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-right: 36px;
  padding-left: 72px;
}
.hero-section .title-main {
  max-width: 650px;
  line-height: 54px;
}
.hero-section .desc-main {
  max-width: 650px;
  margin-top: 40px;
}
.hero-section .buttons {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hero-section .right .img {
  width: 656px;
}
.hero-section .button-container {
  max-width: 290px;
}
.hero-section .button-container .button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: #1e293b;
}
.hero-section .button-container .img {
  position: relative;
  z-index: 1;
}
.hero-section .button-container span {
  position: relative;
  z-index: 1;
}
.hero-section .button-container .button::before {
  content: "";
  width: 100%;
  height: 35px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff0000;
}
.hero-section .button-container .desc {
  font-size: 10px;
  margin-top: 20px;
  max-width: 285px;
}

.who-its-for {
  position: relative;
  padding: 82px 72px 70px;
  text-align: center;
}
.who-its-for .title-main {
  margin-top: 22px;
  max-width: 100%;
}
.who-its-for .list {
  margin-top: 40px;
  display: flex;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
}
.who-its-for .item {
  flex: 1;
  text-align: left;
  padding: 40px 34px 48px;
}
.who-its-for .item + .item {
  border-left: 1px solid #94a3b8;
}

.who-its-for .item .img {
  width: 24px;
}
.who-its-for .item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.who-its-for .item .title-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.who-its-for .item .title-container .title {
  font-size: 16px;
  font-weight: 600;
}
.who-its-for .item .title-container + .title {
  padding-left: 40px;
  margin-top: 10px;
}

.what-it-does-section {
  padding-top: 140px;
  margin-top: -70px;
  position: relative;
}
.what-it-does-section .title-main {
  margin: 22px auto 0;
  text-align: center;
  max-width: 890px;
}
.what-it-does-section .big-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1270px;
  margin: 104px auto 0;
}
.what-it-does-section .big-item + .big-item {
  margin-top: 114px;
}
.what-it-does-section .big-item .img {
  width: 510px;
}
.what-it-does-section .big-item .text {
  flex: 1;
  max-width: 650px;
}
.what-it-does-section .list {
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
}
.what-it-does-section .item {
  flex: 1;
  text-align: left;
  padding: 33px 34px;
}
.what-it-does-section .item + .item {
  border-top: 1px solid #94a3b8;
}
.what-it-does-section .item .img {
  width: 24px;
}
.what-it-does-section .item .title-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.what-it-does-section .item .title-container .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.what-it-does-section .text .desc {
  margin-top: 40px;
}

.what-it-does-section .wrapper {
  position: relative;
}
.what-it-does-section .content {
  position: relative;
}
.what-it-does-section .decor {
  width: 1170px;
  height: 1170px;
  position: absolute;
  top: 260px;
  right: -750px;
  background: #f1f2f3;
  border-radius: 100%;
}
.what-it-does-section .decor + .decor {
  top: auto;
  bottom: -65px;
  right: auto;
  left: -740px;
}
.what-it-does-section .decor1 {
  width: 872px;
  height: 872px;
  background: #edeeef;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.what-it-does-section .decor2 {
  width: 574px;
  height: 574px;
  background: #e6e7e9;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.what-it-does-section .decor3 {
  width: 274px;
  height: 274px;
  background: #dddfe3;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.value-section {
  padding-top: 40px;
}
.value-section .wrapper {
  position: relative;
}
.value-section .content {
  background: #f7f8f933;
  backdrop-filter: blur(20px);
  position: relative;
  border-radius: 92px;
  padding: 70px 72px;
}
.value-section .value1 {
  width: 398px;
  position: absolute;
  left: -278px;
  top: -34px;
}
.value-section .value2 {
  width: 320px;
  position: absolute;
  right: -130px;
  bottom: -170px;
}
.value-section .title-main {
  max-width: 1066px;
  margin: 22px auto 0;
  text-align: center;
}

.value-section .list {
  margin-top: 60px;
  display: flex;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
}
.value-section .item {
  flex: 1;
  text-align: left;
  padding: 40px 32px;
}
.value-section .item + .item {
  border-left: 1px solid #94a3b8;
}

.value-section .item .img {
  width: 24px;
}
.value-section .item .title {
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
}
.value-section .item .title-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.pricing-section {
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
  z-index: 1;
}
.pricing-section .wrapper {
  padding: 70px 72px 0;
}
.pricing-section .title-main {
  margin: 22px auto 0;
  text-align: center;
}
.pricing-section .desc-main {
  margin: 40px auto 0;
  text-align: center;
}
.pricing-section .card-list {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.pricing-section .card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
  padding: 30px;
}
.pricing-section .card.special {
  border: 1px solid #f79009;
}
.pricing-section .card-head {
  display: flex;
  align-items: center;
  gap: 28px;
}
.pricing-section .card-head .badge {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 130px;
  text-align: center;
  font-size: 20px;
  border-radius: 12px;
  line-height: 120%;
}
.pricing-section .card.special .badge {
  background: #f7900933;
  border: 1px solid #f7900933;
  color: #f79009;
}
.pricing-section .card-head .price-container {
  flex: 1;
}
.pricing-section .card-head .price {
  line-height: 28px;
  margin-top: 10px;
}
.pricing-section .card-head .price .small {
  font-size: 16px;
  font-weight: 400;
}
.pricing-section .card-head .price.custom {
  font-size: 24px;
}
.pricing-section .card-desc {
  margin-top: 16px;
}
.pricing-section .button {
  width: 100%;
  margin-top: 24px;
}
.pricing-section .card .list {
  margin-top: 24px;
}
.pricing-section .card .item {
  display: flex;
  gap: 14px;
}
.pricing-section .card .item .img {
  width: 18px;
}
.pricing-section .card .item + .item {
  margin-top: 12px;
}
.cta-section {
  padding-top: 140px;
  position: relative;
  z-index: 1;
}
.cta-section .wrapper {
  padding: 0 72px;
  display: flex;
  align-items: center;
}
.cta-section .discount {
  position: relative;
  width: 216px;
  height: 58px;
  text-align: right;
  padding-right: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-section .discount .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.cta-section .discount .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-section .content {
  flex: 1;
  background: #1e293b;
  border-radius: 24px;
  padding: 38px 46px 38px 34px;
  gap: 28px;
  display: flex;
  align-items: center;
}
.cta-section .content .title {
  font-size: 16px;
  color: #fff;
}
.cta-section .content .title span {
  font-size: 24px;
}
.contact-section {
  padding-top: 70px;
}
.contact-section .wrapper {
  position: relative;
}
.contact-section .content {
  background: #f7f8f933;
  backdrop-filter: blur(20px);
  border-radius: 92px;
  padding: 70px 90px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.contact-section .contact-img {
  width: 386px;
  position: absolute;
  bottom: -194px;
  left: -142px;
}
.contact-section .decor {
  width: 1170px;
  height: 1170px;
  position: absolute;
  top: -570px;
  right: -748px;
  background: #f1f2f3;
  border-radius: 100%;
}
.contact-section .decor1 {
  width: 872px;
  height: 872px;
  background: #edeeef;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-section .decor2 {
  width: 574px;
  height: 574px;
  background: #e6e7e9;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-section .decor3 {
  width: 274px;
  height: 274px;
  background: #dddfe3;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-section .left {
  max-width: 560px;
}
.contact-section .right {
  max-width: 650px;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
  padding: 34px;
  flex: 1;
}
.contact-section .badge {
  margin: 0;
}
.contact-section .left .title {
  margin-top: 22px;
}
.contact-section .left .title + .desc {
  margin-top: 50px;
}
.contact-section .label-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.contact-section .label-list .label .desc {
  margin-left: 8px;
}
.contact-section .label-list .input {
  width: 100%;
  background: #fafafa;
  border: 1px solid #1e293b1a;
  line-height: 42px;
  border-radius: 8px;
  margin-top: 5px;
  padding: 0 20px;
  outline: 0;
  font-style: italic;
}
.contact-section .radio-container {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e5e7;
}
.contact-section .radio-container > .desc {
  flex: 1;
  margin-left: 8px;
  margin-top: 5px;
  line-height: 120%;
}
.contact-section .radio-list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-section .radio-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact-section .radio-list .check {
  width: 22px;
  height: 22px;
  background: #fafafa;
  border: 1px solid #e4e5e7;
  border-radius: 100%;
  position: relative;
}
.contact-section .radio-list .check::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #6366f1;
  border-radius: 100%;
  opacity: 0;
}
.contact-section .radio-list input:checked + .check::after {
  opacity: 1;
}
.contact-section .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.contact-section .checkbox input {
  display: none;
}
.contact-section .checkbox .check {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #fafafa;
  border: 1px solid #e4e5e7;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.contact-section .checkbox .check::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #6366f1;
  border-radius: 4px;
  opacity: 0;
}
.contact-section .checkbox input:checked + .check::after {
  opacity: 1;
}
.contact-section .checkbox .link {
  text-decoration: underline;
  color: #2a83e4;
}
.contact-section .checkbox .link:hover {
  text-decoration: none;
  opacity: 1;
}
.contact-section .radio-list label input {
  display: none;
}
.contact-section .button-container {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
}
.contact-section .button-container .desc {
  flex: 1;
  color: #64748b;
}

.faq-section {
  padding-top: 70px;
  padding-bottom: 120px;
}
.faq-section .title-main {
  margin: 22px auto 0;
  text-align: center;
}
.faq-section .faq {
  margin: 40px auto 0;
  max-width: 920px;
}
.faq-section .faq .faq-answer {
  display: none;
  padding: 24px 34px;
}
.faq-section .faq-item + .faq-item {
  margin-top: 12px;
}
.faq-section .faq-question {
  font-size: 16px;
  line-height: 120%;
  padding: 16px 64px 16px 34px;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 24px;
  cursor: pointer;
  background-image: url("../assets/plus.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 50% right 16px;
  transition: 0.3s;
}
.faq-section .faq-item {
  transition: 0.3s;
  border-radius: 24px;
}
.faq-section .faq-item.active {
  background: #6366f10f;
}
.faq-section .faq-item.active .faq-question {
  border: 1px solid #6366f1;
  background-color: #f6f6fe;
  background-image: url("../assets/minus.svg");
  color: #6366f1;
}

.footer {
  padding: 18px 16px;
}
.footer .list {
  gap: 16px 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .list .img {
  width: 20px;
}
.footer .list .title {
  gap: 12px;
  display: flex;
  align-items: center;
  color: #64748b;
  line-height: 120%;
  font-size: 14px;
}
.footer .copyright {
  margin-top: 24px;
  color: #64748b;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}
.text-section {
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 40px;
}
.text-section b {
  font-weight: 700;
  display: block;
}
.text-section .desc {
  margin-top: 16px;
}
.text-section ul {
  margin-top: 16px;
  list-style-type: disc;
  padding-left: 12px;
}

/* Cookie Consent Modal */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #ffffff;
  border-top: 1px solid #94a3b8;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
  padding: 24px 16px;
  transform: translateY(0);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease-in-out;
  opacity: 1;
  animation: slideUpCookie 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUpCookie {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-consent[hidden] {
  display: none !important;
  animation: none !important;
}

.cookie-consent-content {
  max-width: 1272px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cookie-consent-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-consent-title {
  margin: 0;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

.cookie-consent-description {
  margin: 0;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
}

.cookie-consent-link {
  color: #6366f1;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cookie-consent-link:hover {
  color: #4f46e5;
  opacity: 1;
}

.cookie-consent-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  white-space: nowrap;
}

.cookie-btn-accept {
  background-color: #6366f1;
  color: #ffffff;
}

.cookie-btn-accept:hover {
  background-color: #4f46e5;
  opacity: 1;
}

.cookie-btn-decline {
  background-color: #ffffff;
  color: #1e293b;
  border: 1px solid #94a3b8;
}

.cookie-btn-decline:hover {
  background-color: #f1f2f3;
  border-color: #6366f1;
  opacity: 1;
}

@media (max-width: 768px) {
  .cookie-consent {
    padding: 20px 16px;
  }

  .cookie-consent-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cookie-consent-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
    padding: 14px 24px;
  }

  .cookie-consent-title {
    font-size: 16px;
  }

  .cookie-consent-description {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cookie-consent {
    padding: 16px 12px;
  }

  .cookie-consent-title {
    font-size: 15px;
  }

  .cookie-consent-description {
    font-size: 12px;
  }

  .cookie-btn {
    font-size: 13px;
    padding: 12px 20px;
  }
}

@media (max-width: 1200px) {
  .button {
    padding: 10px 20px;
  }
  .header.active {
    height: 260px;
  }
  .header .wrapper {
    padding: 16px 0;
  }
  .header .left {
    width: auto;
  }
  .header .nav {
    flex-direction: column;
  }
  .header .center {
    width: 100%;
    left: 0;
    top: 70px;
    position: absolute;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header.active .center {
    opacity: 1;
    visibility: visible;
  }
  .header .center .button {
    display: flex;
    margin-top: 16px;
  }
  .header .button {
    display: none;
  }
  .header .menu-toggle {
    display: block;
  }
  .menu-toggle {
    width: 40px;
    height: 35px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    transform: scale(0.5);
  }

  .menu-toggle span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    left: 0;
    transition: 0.3s ease;
  }

  .menu-toggle span:nth-child(1) {
    top: 0;
  }

  .menu-toggle span:nth-child(2) {
    top: 15px;
  }

  .menu-toggle span:nth-child(3) {
    top: 30px;
  }

  /* ===== OPEN STATE ===== */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
  }
  .header .nav .title {
    line-height: 120%;
  }
  .header .nav {
    gap: 16px 0;
    flex-wrap: wrap;
  }
  .hero-section .flex {
    padding: 0;
    flex-direction: column;
  }
  .hero-section {
    padding-top: 120px;
  }
  .hero-section .content {
    border-radius: 24px;
  }
  .title {
    line-height: 120%;
    font-size: 32px;
  }
  .title.big {
    line-height: 120%;
    font-size: 42px;
  }
  .hero-section .title-main {
    line-height: 120%;
  }
  .hero-section .desc-main {
    margin-top: 20px;
  }
  .hero-section .right {
    margin-top: 24px;
  }
  .hero-section .right .img {
    max-width: 100%;
  }
  .who-its-for {
    padding: 16px;
    margin-top: 16px;
  }
  .hero-section .hero1 {
    display: none;
  }
  .who-its-for .list {
    flex-direction: column;
  }
  .who-its-for .item + .item {
    border-left: 0;
    border-top: 1px solid #94a3b8;
  }
  .who-its-for .item {
    padding: 16px;
  }
  .what-it-does-section .big-item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .what-it-does-section .big-item.second .text {
    order: 1;
  }
  .what-it-does-section .big-item.second > .img {
    order: 2;
  }
  .what-it-does-section .big-item .img {
    max-width: 100%;
  }
  .what-it-does-section .big-item + .big-item {
    margin-top: 32px;
  }
  .what-it-does-section .item {
    padding: 16px;
  }
  .value-section .content {
    border-radius: 24px;
    padding: 16px;
  }
  .value-section .list {
    flex-direction: column;
  }
  .value-section .item {
    padding: 16px;
  }
  .value-section .item + .item {
    border-top: 1px solid #94a3b8;
    border-left: 0;
  }
  .pricing-section .wrapper {
    padding: 24px 0;
  }
  .pricing-section .card-list {
    overflow: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pricing-section .card-list::-webkit-scrollbar {
    display: none;
  }
  .pricing-section .card {
    max-width: 100%;
    padding: 16px;
  }
  .cta-section {
    padding: 16px;
  }
  .cta-section .wrapper {
    padding: 0;
    flex-direction: column;
  }
  .cta-section .discount {
    padding-right: 0;
    justify-content: center;
  }
  .cta-section .discount .img {
    display: none;
  }
  .cta-section .discount::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background-image: url("../assets/discount2.svg");
    background-position: left center;
  }
  .cta-section .discount::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    background-image: url("../assets/discount2.svg");
    background-position: right center;
    transform: scaleX(-1);
  }
  .cta-section .discount .title {
    position: relative;
    z-index: 1;
  }
  .cta-section .content {
    padding: 24px 16px;
    flex-direction: column;
    margin-top: 12px;
  }
  .contact-section {
    padding-top: 24px;
  }
  .contact-section .content {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }
  .contact-section .left .title + .desc {
    margin-top: 16px;
  }
  .contact-section .right {
    padding: 16px;
    margin-top: 16px;
  }
  .contact-section .label-list {
    grid-template-columns: 1fr;
  }
  .contact-section .radio-container {
    flex-direction: column;
  }
  .contact-section .button-container {
    flex-direction: column;
  }
  .contact-section .contact-img {
    display: none;
  }
  .faq-section .faq .faq-answer {
    padding: 16px;
  }
  .faq-section .faq-item .faq-question {
    padding: 16px 50px 16px 16px;
  }
  .faq-section {
    padding: 40px 16px;
  }
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    font-family: "Poppins", sans-serif;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    line-height: 28px;
    text-align: center;
    font-size: 18px;
}
.error {
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 5px;
    color: #b71515;
    display: none;
}