html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0 0 0.5rem;
}

html {
  font-size: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  height: 100%;
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  background: -webkit-linear-gradient(
    305deg,
    #000514,
    #000a1e,
    #001025,
    #00192b,
    #000514
  );
  background: linear-gradient(
    305deg,
    #000514,
    #000a1e,
    #001025,
    #00192b,
    #000514
  );
  background-size: 400% 716%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.header {
  height: 11rem;
  display: flex;
  align-items: center;
}

.header-nav {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav__right {
  display: flex;
  align-items: center;
}

.header-nav__logo {
  display: block;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5rem;
  transition: transform 0.25s linear;
}

.header-nav__logo:hover {
  transform: scale(1.07);
}

.header-nav__logo img {
  display: block;
  width: 5rem;
  height: auto;
  border-radius: 10rem;
}

.header-nav__links {
  display: flex;
  align-items: center;
}

.header-nav__links-link {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  transition: transform 0.25s linear;
}

.header-nav__links-link:hover {
  transform: scale(1.07);
}

.logoIcon {
  fill: #161613;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.getTheAppBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161613;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 1.2rem 2.8rem;
  transition: all 0.25s linear;
  margin-left: 2rem;
  text-decoration: none;
}

.getTheAppBtn:hover {
  transform: scale(1.07);
  box-shadow: 0 1.3rem 1.3rem -1.5rem #fff;
  text-decoration: none;
}

.intro {
  padding: 3.5rem 0;
}

.intro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro__inner-info {
  width: 55%;
  padding: 6.5rem 0;
}

.intro__inner-info__title {
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
}

.intro__inner-info__text {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin: 4rem 0;
}

.intro__inner-info__buttons {
  display: flex;
  align-items: center;
}

.intro__inner-info__buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.9rem 3.2rem;
  border-radius: 2.5rem;
  border: none;
  margin-right: 2rem;
  cursor: pointer;
  transition: all 0.25s linear;
}

.intro__inner-info__buttons button:hover {
  transform: scale(1.07);
  box-shadow: 0 1.3rem 1.3rem -1.5rem #fff;
}

.intro__inner-info__buttons button:last-child {
  margin-right: 0;
}

.intro__inner-images {
  width: 43%;
  position: relative;
  perspective: 520rem;
  transform-style: preserve-3d;
}

.intro__inner-images__img1,
.intro__inner-images__img2 {
  width: 40%;
  position: absolute;
  top: 50%;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.intro__inner-images__img1 img,
.intro__inner-images__img2 img {
  display: block;
  width: 100%;
  height: auto;
}

.intro__inner-images__img1 {
  will-change: transform;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(20.4507deg) rotateY(-20.4507deg) rotateZ(20.4507deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  left: 10%;
  transform: translateY(-50%) rotateY(-20deg) rotateX(10deg) translateZ(1.5rem);
  z-index: 2;
}

.intro__inner-images__img2 {
  will-change: transform;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(20.4507deg) rotateY(-20.4507deg) rotateZ(20.4507deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  right: 10%;
  transform: translateY(-50%) rotateY(-20deg) rotateX(10deg) translateZ(1.5rem);
  z-index: 1;
}

.keyFeatures-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.keyFeatures__wrap {
  display: flex;
  align-items: center;
  border-radius: 2.5rem;
  background-color: rgba(75, 85, 157, 0.1);
  padding: 9.2rem 8rem;
}

.keyFeatures-desc {
  display: flex;
  flex-direction: column;
  padding-right: 3.2rem;
  width: 63%;
}

.keyFeatures-desc__title {
  font-size: 4.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.keyFeatures-desc__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin: 2rem 0;
}

.keyFeatures-desc__features-title {
  font-size: 4.1rem;
  font-weight: 700;
  color: #fff;
  margin: 2rem 0;
}

.keyFeatures-desc__features-item {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.keyFeatures__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
}

.keyFeatures__items-item {
  width: 49%;
  border-radius: 2.5rem;
  background-color: rgba(75, 85, 157, 0.1);
  padding: 9.2rem 8rem;
}

.keyFeatures__items-item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.keyFeatures__items-item__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 2rem 0;
}

.keyFeatures__items-item__desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.keyFeatures-previewsSlider__wrap {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keyFeatures-previewsSlider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keyFeatures-previewsSlider__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keyFeatures-previewsSlider__item img {
  display: block;
  height: 50rem;
  max-width: 100%;
  margin: 0 auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: -2.5rem;
  z-index: 2;
  transform: translateX(-50);
}

.slick-dots li {
  margin: 0 0.5rem;
}

.slick-dots button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}

.slick-dots button:focus {
  outline: 0;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.reviews {
  padding: 8.8rem 0;
}

.reviews__title {
  font-size: 4.1rem;
  font-weight: 700;
  color: #fff;
  padding-left: 3.2rem;
  line-height: 1.2;
  margin-bottom: 7rem;
}

.reviews-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32.3%;
  padding: 6rem;
  background-color: rgba(75, 85, 157, 0.1);
  border-radius: 2.5rem;
}

.reviews__item-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  margin-bottom: 3rem;
}

.reviews__item-author {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}

.reviews__item-author__photo {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__item-author__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.2rem;
}

.footer-title {
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 2;
}

.footer-buttons {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.footer-buttons__btn-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-buttons__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 6.6rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16rem;
  text-decoration: none;
  transition: all 0.25s linear;
}

.footer-buttons__btn a:hover {
  transform: scale(1.07);
  box-shadow: 0 1.3rem 1.3rem -1.5rem #fff;
}

.footer-buttons__btn a img {
  display: block;
  width: 70%;
  height: auto;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin-top: 5rem;
  padding: 2.5rem 2rem;
}

.footer-bottom a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1rem;
  transition: font-weight 0.25s linear;
}

.footer-bottom a:hover {
  font-weight: 700;
}

.windowsIcon {
  width: 3.4rem;
  height: 3.4rem;
  fill: #fff;
  margin-right: 1rem;
}

.iosIcon {
  width: 3.4rem;
  height: 3.4rem;
  fill: #fff;
  margin-right: 1rem;
}

.contact-content {
  flex: 1;
  padding: 2rem;
}

.contact-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-top__title {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.contact-top__text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  text-align: center;
  width: 48%;
}

.contact-form__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13rem;
}

.messageIcon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  width: 50%;
  padding: 6.4rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact-form__img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 12rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-form__title {
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-form form input {
  padding: 1.8rem 2.5rem;
  border-radius: 2.5rem;
  outline: none;
  border: 0.1rem solid rgba(22, 22, 19, 0.1294117647);
  font-size: 2rem;
  font-weight: 400;
}

.contact-form form input:focus {
  border: 0.1rem solid #000514;
}

.contact-form form textarea {
  padding: 1.8rem 2.5rem;
  border-radius: 2.5rem;
  outline: none;
  border: 0.1rem solid rgba(22, 22, 19, 0.1294117647);
  font-size: 2rem;
  font-weight: 400;
  height: 20rem;
}

.contact-form form textarea:focus {
  border: 0.1rem solid #000514;
}

.contact-form form button {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  padding: 2.4rem;
  border-radius: 5rem;
  border: none;
  margin-top: 1.5rem;
  cursor: pointer;
  background-color: rgba(75, 85, 157, 0.8);
  transition: all 0.25s linear;
}

.contact-form form button:hover {
  transform: scale(1.07);
  box-shadow: 0 1.3rem 1.3rem -1.5rem #4b559d;
}

.aboutPrime {
  background-color: rgba(75, 85, 157, 0.1);
  border-radius: 2.5rem;
  margin-bottom: 4rem;
  padding: 9.2rem 8rem;
}

.aboutPrime-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 5rem;
}

.aboutPrime-item__img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 15%;
}

.aboutPrime-item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.aboutPrime-item__text {
  display: flex;
  flex-direction: column;
  width: 78%;
}

.aboutPrime-item__text-title {
  font-size: 4.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.aboutPrime-item__text-desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.aboutPrime-item:last-child {
  margin-bottom: 0;
}

.aboutPrime-item__reverse {
  flex-direction: row-reverse;
}

.privacy-title {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 7rem;
}

.privacy-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 63.5%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
}

.privacy-text p {
  font-weight: 400;
  margin-bottom: 2.3rem;
}

.privacy-text p a {
  color: #0868e6;
  transition: color 0.25s linear;
}

.privacy-text p a:hover {
  color: #fff;
}

.privacy-text ul {
  margin: 2.7rem 0;
  padding-left: 3em 0.6rem;
}

.privacy-text ul li {
  padding: 0.55rem 0 0.55rem 0.55rem;
}

.privacy-text ul li a {
  color: #0868e6;
  transition: color 0.25s linear;
}

.privacy-text ul li a:hover {
  color: #fff;
}

.privacy-text ol {
  margin: 2.7rem 0;
  padding-left: 3em 0.6rem;
}

.privacy-text ol li {
  padding: 0.55rem 0 0.55rem 0.55rem;
}

.date {
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
  display: block;
}

.terms-title {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 10rem;
}

.terms-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 63.5%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
}

.terms-text p {
  font-weight: 400;
  margin-bottom: 2.3rem;
}

.terms-text p a {
  color: #0868e6;
  transition: color 0.25s linear;
}

.terms-text p a:hover {
  color: #fff;
}

.terms-text ul {
  margin: 2.7rem 0;
  padding-left: 3em 0.6rem;
}

.terms-text ul li {
  padding: 0.55rem 0 0.55rem 0.55rem;
}

.terms-text ul li a {
  color: #0868e6;
  transition: color 0.25s linear;
}

.terms-text ul li a:hover {
  color: #fff;
}

.terms-text ol {
  margin: 2.7rem 0;
  padding-left: 3em 0.6rem;
}

.terms-text ol li {
  padding: 0.55rem 0 0.55rem 0.55rem;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.burger.active {
  transform: rotate(180deg);
}

.burger__item {
  transition: all 0.3s ease;
}

.burger:hover {
  box-shadow: 0 1.3rem 1.3rem -1.5rem #fff;
}

.burger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 22, 19, 0.1);
}

.burger__item {
  display: block;
  width: 2.1rem;
  height: 0.3rem;
  background-color: #161613;
  position: relative;
}

.burger__item:before,
.burger__item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: all 0.3s ease;
}

.burger__item:before {
  top: -0.8rem;
}

.burger__item:after {
  bottom: -0.8rem;
}

.burger--active .burger__item {
  background-color: rgba(0, 0, 0, 0);
}

.burger--active .burger__item:before {
  transform: translateY(8px) rotate(45deg);
}

.burger--active .burger__item:after {
  transform: translateY(-8px) rotate(-45deg);
}

.burgerMenu-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-nav__menu {
  display: block;
  background-color: #4b559d;
  padding: 1.7rem 1.1rem;
  border-radius: 2.5rem;
  box-shadow: 0 4rem 3rem -3rem rgba(22, 22, 19, 0.5490196078);
  width: 95%;
  margin: 0 auto;
  position: absolute;
  z-index: 1000;
  opacity: 0.01;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.25s ease-out;
}

.header-nav__menu a {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 0.8rem 2rem;
  text-decoration: none;
}

.header-nav__menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 1111px) {
  .intro__inner-info__buttons .getTheAppBtn {
    font-size: 1.7rem;
    padding: 1.5rem 1.7rem;
  }
}

@media (max-width: 1111px) {
  .footer-title {
    font-size: 4.1rem;
  }
}

@media (max-width: 1100px) {
  .header-nav__links {
    display: none;
  }

  .burger {
    display: flex;
  }

  .getTheAppBtn {
    margin-left: 0;
    margin-right: 1.4rem;
  }

  .intro {
    padding: 0;
  }

  .intro__inner-info__title {
    font-size: 4.1rem;
  }

  .intro__inner-info__text {
    font-size: 1.6rem;
  }

  .intro__inner-info__buttons .getTheAppBtn {
    font-size: 1.3rem;
    padding: 1.3rem 1.5rem;
  }
}

@media (max-width: 1017px) {
  .contact-form {
    width: 75%;
  }

  .contact-form__title {
    font-size: 4.5rem;
  }

  .keyFeatures__wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .keyFeatures-desc {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .keyFeatures-previewsSlider__wrap {
    width: 100%;
    margin-bottom: 6rem;
  }

  .keyFeatures-previewsSlider {
    width: 65%;
  }

  .keyFeatures__items {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .keyFeatures__items-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .keyFeatures__items-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .keyFeatures__items-item__img img {
    width: 50%;
  }

  .keyFeatures__items-item__title {
    text-align: center;
  }

  .keyFeatures__items-item__desc {
    text-align: center;
  }

  .reviews-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
  }

  .reviews__item {
    width: 100%;
  }

  .footer__wrap {
    flex-direction: column;
    padding: 0;
  }

  .footer-title {
    margin-bottom: 5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 2.5rem;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .terms-title {
    font-size: 6.3rem;
  }

  .privacy-title {
    font-size: 6.3rem;
  }

  .contact-top__title {
    font-size: 6.3rem;
  }

  .contact-form {
    padding: 4.2rem;
  }
}

@media (max-width: 900px) {
  .aboutPrime-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    margin-bottom: 5rem;
  }

  .aboutPrime-item__img {
    width: 25%;
  }

  .aboutPrime-item__img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0.7rem;
    border-radius: 2.5rem;
  }

  .aboutPrime-item__text {
    width: 75%;
  }
}

@media (max-width: 844px) {
  .intro__inner {
    flex-direction: column-reverse;
  }

  .intro__inner-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 6rem;
    width: 60%;
  }

  .intro__inner-info__title {
    font-size: 3.8rem;
    text-align: center;
  }

  .intro__inner-info__text {
    text-align: center;
  }

  .intro__inner-images {
    margin-top: 18rem;
    margin-bottom: 15rem;
  }

  .intro__inner-info__buttons .getTheAppBtn {
    font-size: 1.5rem;
    padding: 1.3rem 1.9rem;
  }

  .abotPrime-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aboutPrime {
    width: 100%;
  }

  .aboutPrime-item__img {
    width: 30%;
  }

  .aboutPrime-item__img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0.7rem;
    border-radius: 2.5rem;
  }

  .aboutPrime-item__text {
    width: 65%;
  }

  .aboutPrime-item__text-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .aboutPrime-item__text-desc {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .terms-title {
    font-size: 5.8rem;
    margin-bottom: 0;
  }

  .terms-text {
    width: 95%;
  }

  .privacy-title {
    font-size: 5.8rem;
    margin-bottom: 0;
  }

  .privacy-text {
    width: 95%;
  }

  .contact-top__title {
    font-size: 5.8rem;
  }

  .contact-form {
    width: 100%;
  }

  .contact-top__title {
    font-size: 5.8rem;
  }

  .contact-form__wrap {
    margin-top: 1.5rem;
  }

  .contact-form__title {
    font-size: 4.3rem;
  }
}

@media (max-width: 721px) {
  .intro__inner-info__title {
    font-size: 3.1rem;
    text-align: center;
  }

  .intro__inner-info__text {
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem 0;
  }

  .intro__inner-images {
    margin-top: 18rem;
    margin-bottom: 15rem;
  }

  .intro__inner-info__buttons .getTheAppBtn {
    font-size: 1.5rem;
    padding: 1.3rem 1.9rem;
  }
}

@media (max-width: 713px) {
  .intro__inner-info__title {
    font-size: 4.1rem;
  }

  .intro__inner-info__text {
    font-size: 1.8rem;
  }

  .intro__inner-images {
    display: none;
  }

  .reviews__item {
    padding: 3rem;
  }

  .keyFeatures__items-item {
    padding: 9.2rem 4rem;
  }

  .keyFeatures__wrap {
    padding: 9.2rem 4rem;
  }

  .keyFeatures-desc__title {
    font-size: 2.5rem;
  }

  .keyFeatures-desc__text {
    font-size: 1.6rem;
  }

  .keyFeatures-desc__features-title {
    font-size: 2.5rem;
  }

  .keyFeatures-desc__features-text {
    font-size: 1.6rem;
  }

  .footer-buttons {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 696px) {
  .aboutPrime {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aboutPrime-item {
    gap: 4rem;
  }

  .aboutPrime-item__img {
    width: 30%;
  }

  .aboutPrime-item__img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0.7rem;
    border-radius: 2.5rem;
  }

  .aboutPrime-item__text {
    width: 65%;
  }

  .aboutPrime-item__text-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .aboutPrime-item__text-desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 2;
  }

  .contact-top__text {
    width: 90%;
  }
}

@media (max-width: 625px) {
  .reviews__title {
    font-size: 3rem;
  }
}

@media (max-width: 594px) {
  .intro__inner-info__title {
    font-size: 3.5rem;
    text-align: center;
  }

  .intro__inner-info__text {
    font-size: 1.7rem;
    text-align: center;
    margin: 2rem 0;
  }

  .keyFeatures-desc {
    width: 100%;
  }

  .keyFeatures-previewsSlider__item img {
    height: auto;
  }
}

@media (max-width: 542px) {
  .aboutPrime-item {
    gap: 4rem;
  }

  .aboutPrime-item__img {
    width: 35%;
  }

  .aboutPrime-item__img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0.7rem;
    border-radius: 2.5rem;
  }

  .aboutPrime-item__text {
    width: 75%;
  }

  .aboutPrime-item__text-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .aboutPrime-item__text-desc {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    line-height: 2;
  }

  .getTheAppBtn {
    display: none;
  }

  .contact-form__title {
    font-size: 3.7rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .intro__inner-info {
    width: 80%;
  }

  .intro__inner-info__title {
    font-size: 3.5rem;
    text-align: center;
  }

  .intro__inner-info__text {
    font-size: 1.7rem;
    text-align: center;
    margin: 2rem 0;
  }

  .intro__inner-info__buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .intro__inner-info__buttons button {
    width: 100%;
    margin-right: 0;
  }

  .reviews__title {
    font-size: 2.5rem;
  }

  .terms-title {
    font-size: 5.3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .privacy-title {
    font-size: 5.3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .contact-form__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 444px) {
  .intro__inner-images__img1 img {
    padding: 1rem 0.3rem;
    background-image: linear-gradient(#00020a, rgba(8, 76, 119, 0.6549019608));
  }

  .intro__inner-images__img2 img {
    padding: 1rem 0.3rem;
    background-image: linear-gradient(#00020a, rgba(8, 76, 119, 0.6549019608));
  }

  .reviews__title {
    font-size: 2.5rem;
  }

  .reviews__item {
    padding: 1rem;
  }

  .aboutPrime {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .keyFeatures__wrap {
    padding: 9.2rem 1rem;
  }

  .keyFeatures__items-item {
    padding: 9.2rem 1rem;
  }
}

@media (max-width: 406px) {
  .keyFeatures__items-item__title {
    font-size: 2.5rem;
  }

  .footer-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 390px) {
  .intro__inner-info__title {
    font-size: 3.2rem;
    text-align: center;
  }

  .intro__inner-info__text {
    font-size: 1.7rem;
    text-align: center;
    margin: 2rem 0;
  }

  .intro__inner-info__buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .intro__inner-info__buttons button {
    width: 100%;
    margin-right: 0;
  }
}


.telegram-button {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    padding: 2.4rem;
    border-radius: 5rem;
    border: none;
    margin-top: 1.5rem;
    cursor: pointer;
    background-color: rgba(75, 85, 157, 0.8);
    transition: all 0.25s linear;
    text-decoration: none;
}

.telegram-button:hover {
    transform: scale(1.07);
    box-shadow: 0 1.3rem 1.3rem -1.5rem #4b559d;
    text-decoration: none;
}

/* Contact Hero Section */
.contact-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 8rem 0;
}

.contact-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact-hero__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(0, 5, 20, 0.95) 0%,
        rgba(0, 10, 30, 0.9) 25%,
        rgba(0, 25, 43, 0.85) 50%,
        rgba(0, 10, 30, 0.9) 75%,
        rgba(0, 5, 20, 0.95) 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.contact-hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(75, 85, 157, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(75, 85, 157, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(75, 85, 157, 0.1) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
}

@keyframes particleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(120deg); }
    66% { transform: translateY(10px) rotate(240deg); }
}

.contact-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.contact-hero__text {
    color: #fff;
}

.contact-hero__title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #fff 0%, #4b559d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
    from { filter: drop-shadow(0 0 10px rgba(75, 85, 157, 0.3)); }
    to { filter: drop-shadow(0 0 20px rgba(75, 85, 157, 0.6)); }
}

.contact-hero__subtitle {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4rem;
    opacity: 0.9;
}

.contact-hero__features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(75, 85, 157, 0.2);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    color: #4b559d;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}

.contact-card {
    position: relative;
}

.contact-card__glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: cardFloat 6s ease-in-out infinite;
}

@keyframes cardFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.contact-card__glass:hover {
    transform: scale(1.02);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.contact-card__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.telegram-icon {
    width: 4rem;
    height: 4rem;
    color: #0088cc;
    flex-shrink: 0;
}

.contact-card__header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.contact-card__description {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.telegram-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem 3rem;
    background: linear-gradient(135deg, #0088cc 0%, #4b559d 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 2.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 136, 204, 0.3);
    position: relative;
    overflow: hidden;
}

.telegram-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.telegram-cta:hover::before {
    left: 100%;
}

.telegram-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 136, 204, 0.4);
}

.telegram-cta span {
    position: relative;
    z-index: 1;
}

.arrow-icon {
    width: 2rem;
    height: 2rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.telegram-cta:hover .arrow-icon {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-hero__content {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .contact-hero__title {
        font-size: 4rem;
    }

    .contact-hero__features {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 4rem 0;
    }

    .contact-hero__content {
        padding: 0 2rem;
    }

    .contact-hero__title {
        font-size: 3.5rem;
    }

    .contact-hero__subtitle {
        font-size: 1.6rem;
    }

    .contact-card__glass {
        padding: 3rem;
    }

    .contact-card__header h3 {
        font-size: 2rem;
    }

    .telegram-cta {
        padding: 1.5rem 2.5rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .contact-hero__title {
        font-size: 3rem;
    }

    .contact-hero__features {
        gap: 1.5rem;
    }

    .feature-item {
        padding: 1rem;
        gap: 1rem;
    }

    .feature-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .feature-item span {
        font-size: 1.4rem;
    }

    .contact-card__glass {
        padding: 2rem;
    }

    .telegram-cta {
        padding: 1.2rem 2rem;
        font-size: 1.4rem;
    }
}

/* Error Page Styles */
.error-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 8rem 0;
}

.error-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.error-hero__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(0, 5, 20, 0.95) 0%,
        rgba(20, 10, 30, 0.9) 25%,
        rgba(40, 15, 35, 0.85) 50%,
        rgba(20, 10, 30, 0.9) 75%,
        rgba(0, 5, 20, 0.95) 100%);
    background-size: 400% 400%;
    animation: errorGradientShift 20s ease infinite;
}

@keyframes errorGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.error-hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(239, 68, 68, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(239, 68, 68, 0.1) 0%, transparent 50%);
    animation: errorParticleFloat 25s ease-in-out infinite;
}

@keyframes errorParticleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-15px) rotate(120deg); }
    66% { transform: translateY(10px) rotate(240deg); }
}

.error-hero__floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.error-hero__floating-shapes::before,
.error-hero__floating-shapes::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.1);
    animation: errorShapeFloat 15s ease-in-out infinite;
}

.error-hero__floating-shapes::before {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.error-hero__floating-shapes::after {
    width: 150px;
    height: 150px;
    bottom: 15%;
    right: 15%;
    animation-delay: 7.5s;
}

@keyframes errorShapeFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-20px) scale(1.1); }
}

.error-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.error-hero__text {
    color: #fff;
    text-align: center;
}

.error-code {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.error-number {
    font-size: 12rem;
    font-weight: 900;
    color: #ef4444;
    text-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
    animation: errorNumberPulse 2s ease-in-out infinite;
    display: inline-block;
}

.error-number:nth-child(1) { animation-delay: 0s; }
.error-number:nth-child(2) { animation-delay: 0.2s; }
.error-number:nth-child(3) { animation-delay: 0.4s; }

@keyframes errorNumberPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.error-hero__title {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.error-hero__subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 4rem;
    opacity: 0.9;
}

.error-hero__actions {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.error-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.error-cta.primary {
    background: linear-gradient(135deg, #4b559d 0%, #7c3aed 100%);
    color: #fff;
}

.error-cta.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(75, 85, 157, 0.4);
}

.error-cta.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.error-cta.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.1);
}

.home-icon, .telegram-icon {
    width: 2rem;
    height: 2rem;
}

.error-card {
    position: relative;
}

.error-card__glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    animation: errorCardFloat 8s ease-in-out infinite;
}

@keyframes errorCardFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.error-card__glass:hover {
    transform: scale(1.02);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.error-card__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.warning-icon {
    width: 4rem;
    height: 4rem;
    color: #f59e0b;
    flex-shrink: 0;
}

.error-card__header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.error-card__description {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.error-card__suggestions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    transition: all 0.3s ease;
}

.suggestion-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.suggestion-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.suggestion-item span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.error-debug {
    padding: 4rem 0;
    background: rgba(0, 0, 0, 0.5);
}

.debug-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.debug-card h4 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.debug-card p {
    color: #fff;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.debug-card code {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-family: monospace;
}

/* Error Page Responsive */
@media (max-width: 1024px) {
    .error-hero__content {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .error-hero__title {
        font-size: 3rem;
    }

    .error-code {
        margin-bottom: 2rem;
    }

    .error-number {
        font-size: 8rem;
    }
}

@media (max-width: 768px) {
    .error-hero {
        padding: 4rem 0;
    }

    .error-hero__content {
        padding: 0 2rem;
    }

    .error-hero__title {
        font-size: 2.5rem;
    }

    .error-hero__subtitle {
        font-size: 1.4rem;
    }

    .error-hero__actions {
        flex-direction: column;
        align-items: center;
    }

    .error-cta {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .error-card__glass {
        padding: 3rem;
    }

    .error-card__header h3 {
        font-size: 2rem;
    }

    .error-number {
        font-size: 6rem;
    }
}

@media (max-width: 480px) {
    .error-code {
        gap: 0.5rem;
    }

    .error-number {
        font-size: 5rem;
    }

    .error-hero__title {
        font-size: 2rem;
    }

    .error-hero__subtitle {
        font-size: 1.2rem;
    }

    .error-card__glass {
        padding: 2rem;
    }

    .suggestion-item {
        padding: 1rem;
        gap: 1rem;
    }

    .suggestion-number {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
    }

    .suggestion-item span {
        font-size: 1.3rem;
    }
}

/* Coming Soon Page Styles */
.coming-soon-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8rem 0;
}

.coming-soon-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.coming-soon-hero__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(0, 5, 20, 0.95) 0%,
        rgba(10, 15, 40, 0.9) 25%,
        rgba(20, 25, 50, 0.85) 50%,
        rgba(10, 15, 40, 0.9) 75%,
        rgba(0, 5, 20, 0.95) 100%);
    background-size: 400% 400%;
    animation: comingSoonGradientShift 25s ease infinite;
}

@keyframes comingSoonGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.coming-soon-hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(75, 85, 157, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.15) 0%, transparent 50%);
    animation: comingSoonParticleFloat 30s ease-in-out infinite;
}

@keyframes comingSoonParticleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-25px) rotate(120deg); }
    66% { transform: translateY(15px) rotate(240deg); }
}

.coming-soon-hero__floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.coming-soon-hero__floating-elements::before,
.coming-soon-hero__floating-elements::after,
.coming-soon-hero__floating-elements .floating-orb {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(75, 85, 157, 0.2), rgba(139, 92, 246, 0.2));
    animation: comingSoonOrbFloat 20s ease-in-out infinite;
}

.coming-soon-hero__floating-elements::before {
    width: 300px;
    height: 300px;
    top: 5%;
    left: 5%;
    animation-delay: 0s;
}

.coming-soon-hero__floating-elements::after {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 10%;
    animation-delay: 10s;
}

.floating-orb {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    animation-delay: 5s;
}

@keyframes comingSoonOrbFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-30px) scale(1.1); }
}

.coming-soon-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
}

.coming-soon-hero__text {
    color: #fff;
    max-width: 800px;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 3rem;
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.rocket-icon {
    width: 2rem;
    height: 2rem;
    color: #fbbf24;
}

.coming-soon-badge span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.coming-soon-hero__title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #fff 0%, #4b559d 50%, #8b5cf6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titleGlow 4s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    from { filter: drop-shadow(0 0 20px rgba(75, 85, 157, 0.4)); }
    to { filter: drop-shadow(0 0 40px rgba(139, 92, 246, 0.6)); }
}

.highlight {
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4b559d, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: highlightSlide 3s ease-in-out infinite;
}

@keyframes highlightSlide {
    0%, 100% { transform: scaleX(0); transform-origin: left; }
    50% { transform: scaleX(1); transform-origin: left; }
}

.coming-soon-hero__subtitle {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.countdown-timer {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 120px;
    transition: all 0.3s ease;
}

.countdown-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(75, 85, 157, 0.3);
}

.countdown-number {
    font-size: 4rem;
    font-weight: 900;
    color: #4b559d;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(75, 85, 157, 0.5);
    animation: numberPulse 2s ease-in-out infinite;
}

@keyframes numberPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.countdown-label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.coming-soon-actions {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.coming-soon-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border: none;
    outline: none;
}

.coming-soon-cta.primary {
    background: linear-gradient(135deg, #0088cc 0%, #4b559d 100%);
    color: #fff;
}

.coming-soon-cta.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 136, 204, 0.4);
}

.coming-soon-cta.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.coming-soon-cta.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.1);
}

.telegram-icon, .bell-icon {
    width: 2rem;
    height: 2rem;
}

.coming-soon-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 8rem;
    width: 100%;
    max-width: 1000px;
}

.feature-card {
    position: relative;
}

.feature-card__glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    animation: featureCardFloat 10s ease-in-out infinite;
    text-align: center;
}

@keyframes featureCardFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.feature-card__glass:hover {
    transform: scale(1.05) translateY(-15px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.feature-icon-coming-soon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 2rem;
    color: #4b559d;
    background: rgba(75, 85, 157, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.feature-card h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.feature-card p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4b559d, #8b5cf6, #10b981);
    border-radius: 4px;
    transition: width 0.3s ease;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: progressShine 2s ease-in-out infinite;
}

@keyframes progressShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4b559d;
}

.newsletter-section {
    width: 100%;
    max-width: 600px;
    margin: 6rem auto 0;
    padding: 0 3rem;
}

.newsletter-card {
    position: relative;
}

.newsletter-card__glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
}

.newsletter-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.newsletter-icon {
    width: 3rem;
    height: 3rem;
    color: #10b981;
}

.newsletter-header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.newsletter-description {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.newsletter-form input {
    flex: 1;
    min-width: 250px;
    padding: 1.5rem 2rem;
    border-radius: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 1.6rem;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form input:focus {
    border-color: #4b559d;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(75, 85, 157, 0.3);
}

.newsletter-form button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 2.5rem;
    background: linear-gradient(135deg, #10b981 0%, #4b559d 100%);
    color: #fff;
    border: none;
    border-radius: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.newsletter-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.4);
}

.arrow-icon {
    width: 2rem;
    height: 2rem;
    transition: transform 0.3s ease;
}

.newsletter-form button:hover .arrow-icon {
    transform: translateX(5px);
}

.newsletter-note {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Coming Soon Responsive */
@media (max-width: 1024px) {
    .coming-soon-features {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        margin-top: 6rem;
    }

    .coming-soon-hero__title {
        font-size: 4.5rem;
    }

    .countdown-timer {
        gap: 1.5rem;
    }

    .countdown-item {
        min-width: 100px;
        padding: 1.5rem;
    }

    .countdown-number {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .coming-soon-hero {
        padding: 4rem 0;
    }

    .coming-soon-hero__content {
        padding: 0 2rem;
    }

    .coming-soon-hero__title {
        font-size: 3.5rem;
    }

    .coming-soon-hero__subtitle {
        font-size: 1.6rem;
    }

    .coming-soon-badge {
        padding: 0.8rem 1.5rem;
        margin-bottom: 2rem;
    }

    .coming-soon-badge span {
        font-size: 1.2rem;
    }

    .countdown-timer {
        gap: 1rem;
        margin-bottom: 3rem;
    }

    .countdown-item {
        min-width: 80px;
        padding: 1rem;
    }

    .countdown-number {
        font-size: 2.5rem;
    }

    .countdown-label {
        font-size: 1.1rem;
    }

    .coming-soon-actions {
        gap: 1rem;
    }

    .coming-soon-cta {
        padding: 1.2rem 2rem;
        font-size: 1.4rem;
    }

    .coming-soon-features {
        margin-top: 4rem;
    }

    .feature-card__glass {
        padding: 2rem;
    }

    .feature-icon {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }

    .feature-card h3 {
        font-size: 1.8rem;
    }

    .feature-card p {
        font-size: 1.3rem;
    }

    .newsletter-section {
        padding: 0 2rem;
        margin-top: 4rem;
    }

    .newsletter-card__glass {
        padding: 3rem;
    }

    .newsletter-header h3 {
        font-size: 2rem;
    }

    .newsletter-description {
        font-size: 1.4rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .coming-soon-hero__title {
        font-size: 3rem;
    }

    .coming-soon-hero__subtitle {
        font-size: 1.4rem;
    }

    .countdown-timer {
        flex-direction: column;
        align-items: center;
    }

    .countdown-item {
        width: 100%;
        max-width: 200px;
    }

    .coming-soon-actions {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .coming-soon-cta {
        width: 100%;
        justify-content: center;
    }

    .coming-soon-features {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .newsletter-card__glass {
        padding: 2rem;
    }
}
