/* SEO: reset heading styles to preserve visual design */
h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  display: block;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}

:root {
    font-family: 'Shantell Sans';
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* Стиль для всех ссылок при наведении */
a:hover {
    color: #ff99c2 !important;
}

/* Специфичные стили для текстовых элементов внутри ссылок при наведении */
a:hover .text-wrapper-52,
a:hover .text-wrapper-41,
a:hover .text-wrapper-22,
a:hover .text-wrapper-4,
a:hover .text-wrapper-5,
a:hover .text-wrapper-6,
a:hover .text-wrapper-7,
a:hover .text-wrapper-8,
a:hover .text-wrapper-9,
a:hover .text-wrapper-10,
a:hover .text-wrapper-12,
a:hover .text-wrapper-45,
a:hover .text-wrapper-46,
a:hover .text-wrapper-47,
a:hover .text-wrapper-48,
a:hover .text-wrapper-49,
a:hover .text-wrapper-50,
a:hover .text-wrapper-51 {
    color: #ff99c2 !important;
}

        /* ===== DESKTOP VERSION ===== */
      /* ===== MOBILE VERSION ===== */

/* ===== DESKTOP VERSION ===== */
.dekstop {
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    min-height: 5100px;
    position: relative;
}

/* ===== RESPONSIVE SWITCH ===== */
@media (min-width: 800px) {
    .mobile { display: none !important; }
    .dekstop { display: block !important; }
}

@media (max-width: 799px) {
    .dekstop { display: none !important; }
    .mobile { display: block !important; }
}

/* Scale desktop layout proportionally on screens 800-1439px */
@media (min-width: 800px) and (max-width: 1439px) {
    body {
        overflow-x: hidden;
    }
    .dekstop {
        width: 1440px;
        transform: scale(calc(100vw / 1440));
        transform-origin: top left;
        /* Compensate for scaled height: original 5100px * scale factor */
        height: calc(5100px * (100vw / 1440));
        min-height: auto;
    }
}

/* ОБНОВЛЕННЫЕ СТИЛИ ДЛЯ ШРИФТОВ */
.dekstop .text-wrapper,
.dekstop .text-wrapper-2,
.dekstop .text-wrapper-3,
.dekstop .text-wrapper-4,
.dekstop .text-wrapper-5,
.dekstop .text-wrapper-6,
.dekstop .text-wrapper-7,
.dekstop .text-wrapper-8,
.dekstop .text-wrapper-9,
.dekstop .text-wrapper-10,
.dekstop .text-wrapper-12 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 400;
}

.dekstop .text-wrapper-11,
.dekstop .text-wrapper-13,
.dekstop .text-wrapper-14,
.dekstop .text-wrapper-15,
.dekstop .text-wrapper-16,
.dekstop .text-wrapper-17,
.dekstop .text-wrapper-19,
.dekstop .text-wrapper-21,
.dekstop .text-wrapper-26,
.dekstop .text-wrapper-40,
.dekstop .text-wrapper-42,
.dekstop .text-wrapper-44 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 700;
}

.dekstop .text-wrapper-22,
.dekstop .text-wrapper-25,
.dekstop .text-wrapper-28,
.dekstop .text-wrapper-30,
.dekstop .text-wrapper-32,
.dekstop .text-wrapper-34,
.dekstop .text-wrapper-35,
.dekstop .text-wrapper-36,
.dekstop .text-wrapper-37,
.dekstop .text-wrapper-45,
.dekstop .text-wrapper-46,
.dekstop .text-wrapper-52,
.dekstop .div-10,
.dekstop .element-10,
.dekstop .flexcontainer .text {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 600;
}

.dekstop .text-wrapper-23,
.dekstop .text-wrapper-41,
.dekstop .text-wrapper-43,
.dekstop .text-wrapper-47 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 500;
}

.dekstop .p,
.dekstop .text-wrapper-18,
.dekstop .text-wrapper-20 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 400;
  font-style: italic;
}

.dekstop .view-16 {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative; /* если еще не задано */
}

/* Стиль при нажатии */
.dekstop .view-16:hover {
  transform: translateY(-1px);
}


/* Убедитесь, что текст не наследует стили ссылки */
.dekstop .view-16 .text-wrapper-52 {
  text-decoration: none;
}

dekstop .view-5:hover {
  transform: translateY(-2px);
}

/* Убедитесь, что текст не наследует стили ссылки */
.dekstop .view-5 .text-wrapper-52 {
  color: inherit;
  text-decoration: none;
}

.mobile .view-8:hover {
  transform: translateY(-2px);
}

/* Убедитесь, что текст не наследует стили ссылки */
.mobile .view-8 .text-wrapper-52 {
  color: inherit;
  text-decoration: none;
}

.mobile .view-18:hover {
  transform: translateY(-2px);
}

/* Убедитесь, что текст не наследует стили ссылки */
.mobile .view-18 .text-wrapper-52 {
  color: inherit;
  text-decoration: none;
}


/* .dekstop {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-width: 1440px;
  min-height: 5330px;
  position: relative;
} */

.dekstop .rectangle {
  position: absolute;
  top: 2060px;
  left: 0;
  /* width: 1440px;
  height: 951px; */
  background-color: #fff0f5;
  filter: blur(57px);
  opacity: 0.4;
}

.dekstop .div {
  position: absolute;
  top: 1167px;
  left: -2px;
  width: 1440px;
  height: 881px;
  background-color: #fff9f9;
  filter: blur(57px);
  opacity: 0.6;
}

.dekstop .div-2 {
  position: absolute;
  top: 4780px;
  left: 26px;
  width: 1371px;
  height: 300px;
}

.dekstop .text-wrapper {
  position: absolute;
  top: 260px;
  left: 492px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #afb5c0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.dekstop .text-wrapper-2 {
  position: absolute;
  top: 57px;
  left: 630px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .image {
  position: absolute;
  top: 161px;
  left: 183px;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .text-wrapper-3 {
  position: absolute;
  top: 62px;
  left: 875px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-4 {
  position: absolute;
  top: 31px;
  left: 875px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-5 {
  position: absolute;
  top: 113px;
  left: 631px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-6 {
  position: absolute;
  top: 62px;
  left: 1111px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-7 {
  position: absolute;
  top: 32px;
  left: 1112px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-8 {
  position: absolute;
  top: 87px;
  left: 631px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-9 {
  position: absolute;
  top: 92px;
  left: 875px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-10 {
  position: absolute;
  top: 31px;
  left: 630px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-11 {
  position: absolute;
  top: 1px;
  left: 629px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-12 {
  position: absolute;
  top: 160px;
  left: 14px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-13 {
  position: absolute;
  top: 1px;
  left: 875px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-14 {
  position: absolute;
  top: 1px;
  left: 1111px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .img {
  top: 160px;
  left: 146px;
  width: 23px;
  height: 23px;
  aspect-ratio: 1;
  position: absolute;
  object-fit: cover;
}

.dekstop .text-wrapper-15 {
  position: absolute;
  top: 5px;
  left: 67px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .div-3 {
  position: absolute;
  top: 4339px;
  left: 122px;
  width: 1180px;
  height: 356px;
}

.dekstop .view {
  position: absolute;
  width: 328px;
  height: 218px;
  top: 138px;
  left: 425px;
}

.dekstop .view-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 218px;
}

.dekstop .rectangle-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 218px;
  background-color: #937cb3;
  border-radius: 10px;
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .rectangle-3 {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 305px;
  height: 202px;
  background-color: #ffffff;
  border-radius: 33px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
}

.dekstop .div-4 {
  position: absolute;
  top: 60px;
  left: 41px;
  width: 265px;
  height: 141px;
}

.dekstop .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 263px;
  font-family: "Shantell Sans-Italic";
  font-weight: 400;
  font-style: italic;
  color: #937cb3;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .div-5 {
  position: absolute;
  top: 94px;
  left: 0;
  width: 123px;
  height: 47px;
}

.dekstop .ellipse {
  top: 7px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  position: absolute;
  background-color: #fdf5f9;
}

.dekstop .text-wrapper-16 {
  position: absolute;
  top: 0;
  left: 55px;
  width: 64px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .text-wrapper-17 {
  position: absolute;
  top: 0;
  left: 4px;
  width: 27px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #ff99c2;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .element {
  position: absolute;
  width: 107px;
  height: 21px;
  top: 26px;
  left: 45px;
}

.dekstop .view-3 {
  position: absolute;
  top: 138px;
  left: 850px;
  width: 330px;
  height: 218px;
}

.dekstop .text-wrapper-18 {
  position: absolute;
  top: 60px;
  left: 56px;
  width: 247px;
  font-family: "Shantell Sans-Italic";
  font-weight: 400;
  font-style: italic;
  color: #937cb3;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .div-6 {
  position: absolute;
  top: 154px;
  left: 61px;
  width: 126px;
  height: 47px;
}

.dekstop .text-wrapper-19 {
  position: absolute;
  top: 0;
  left: 35px;
  width: 87px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .element-2 {
  top: 26px;
  left: 56px;
  position: absolute;
  width: 101px;
  height: 21px;
}

.dekstop .div-7 {
  position: absolute;
  top: 138px;
  left: 0;
  width: 330px;
  height: 218px;
}

.dekstop .text-wrapper-20 {
  position: absolute;
  top: 64px;
  left: 41px;
  width: 251px;
  font-family: "Shantell Sans-Italic";
  font-weight: 400;
  font-style: italic;
  color: #937cb3;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .div-8 {
  position: absolute;
  top: 154px;
  left: 41px;
  width: 103px;
  height: 47px;
}

.dekstop .text-wrapper-21 {
  position: absolute;
  top: 0;
  left: 35px;
  width: 64px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .element-3 {
  top: 29px;
  left: 41px;
  position: absolute;
  width: 101px;
  height: 21px;
}

.dekstop .text-wrapper-22 {
  position: absolute;
  top: 0;
  left: 105px;
  width: 960px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
}

.dekstop .view-4 {
  position: absolute;
  top: 3684px;
  left: -11px;
  width: 1451px;
  height: 510px;
}

.dekstop .rectangle-4 {
  position: absolute;
  top: 0;
  left: 45px;
  width: 1382px;
  height: 510px;
  background-color: #ff99c2;
  border-radius: 179.5px;
  transform: rotate(180deg);
  filter: blur(57px);
  opacity: 0.65;
}

.dekstop .rectangle-5 {
  position: absolute;
  top: 62px;
  left: 135px;
  width: 1219px;
  height: 429px;
  background-color: #ff99c2;
  border-radius: 179.5px;
  filter: blur(57px);
  opacity: 0.5;
}

.dekstop .rectangle-6 {
  position: absolute;
  top: 111px;
  left: 0;
  width: 1451px;
  height: 276px;
  background-color: #ff99c2;
  border-radius: 170.5px;
  filter: blur(57px);
  opacity: 0.7;
}

.dekstop .div-9 {
  position: absolute;
  top: 111px;
  left: 278px;
  width: 978px;
  height: 385px;
}

.dekstop .text-wrapper-23 {
  position: absolute;
  top: 184px;
  left: 1px;
  width: 972px;
  font-family: "Shantell Sans-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.dekstop .div-10 {
  position: absolute;
  top: 0;
  left: 84px;
  width: 739px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: transparent;
  font-size: 56px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}

.dekstop .span {
  color: #ffffff;
}

.dekstop .text-wrapper-24 {
  color: #ff99c2;
}

.dekstop .div-10 .text-wrapper-24 {
  background: linear-gradient(
    180deg,
    rgba(220, 195, 255, 0.95) 0%,
    rgba(185, 156, 225, 1) 40%,
    rgba(155, 125, 200, 0.95) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(2px 3px 2px rgba(100, 60, 140, 0.4)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.15));
}

.dekstop .rectangle-7 {
  position: absolute;
  top: 340px;
  left: 417px;
  width: 206px;
  height: 45px;
  background-color: #ff99c259;
  border-radius: 48px;
  filter: blur(27px);
}

.dekstop .view-5 {
  position: absolute;
  top: 442px;
  left: 603px;
  width: 292px;
  height: 49px;
}

.dekstop .view-6 {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 278px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 30px;
  filter: blur(15px);
  opacity: 0.8;
}

.dekstop .rectangle-8 {
  position: absolute;
  top: 0;
  left: 4px;
  width: 271px;
  height: 45px;
  background-color: #937cb3;
  border-radius: 50px;
}

.dekstop .recommend-icon {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .text-wrapper-26 {
  position: absolute;
  top: 12px;
  left: 76px;
  width: 213px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .view-7 {
  position: absolute;
  width: 1298px;
  height: 404px;
  top: 3202px;
  left: 86px;
}

.dekstop .view-8 {
  position: absolute;
  top: 0;
  left: 949px;
  width: 353px;
  height: 403px;
}

.dekstop .rectangle-9 {
  top: 1px;
  left: 1px;
  width: 349px;
  height: 403px;
  position: absolute;
  background-color: #937cb380;
  border-radius: 10px;
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .rectangle-10 {
  position: absolute;
  top: 20px;
  left: 13px;
  border-radius: 30px;
  background: white;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;

  width: 256px;
  height: 321px;
}

.dekstop .text-wrapper-27 {
  position: absolute;
  top: 256px;
  left: 35px;
  width: 219px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
}

.dekstop .text-wrapper-28 {
  position: absolute;
  top: 206px;
  left: 29px;
  width: 225px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
}

.dekstop .ellipse-2 {
  top: 55px;
  left: 84px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  background-color: #fdf5f9;
}

.dekstop .dress {
  position: absolute;
  top: 80px;
  left: 109px;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .view-9 {
  position: absolute;
  top: 0;
  left: 587px;
  width: 353px;
  height: 403px;
}

.dekstop .rectangle-11 {
  top: 0;
  left: 0;
  width: 349px;
  height: 403px;
  position: absolute;
  background-color: #937cb380;
  border-radius: 10px;
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .rectangle-12 {
  position: absolute;
  top: 20px;
  background: white;
  border-radius: 30px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  left: 75px;
  width: 262px;
  height: 321px;
}

.dekstop .ellipse-3 {
  top: 55px;
  left: 150px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  background-color: #fdf5f9;
}

.dekstop .text-wrapper-29 {
  position: absolute;
  top: 252px;
  left: 100px;
  width: 214px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
}

.dekstop .text-wrapper-30 {
  position: absolute;
  top: 212px;
  left: 98px;
  width: 225px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
}

.dekstop .save-icon {
  position: absolute;
  top: 85px;
  left: 175px;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .view-10 {
  position: absolute;
  top: 0;
  left: 299px;
  width: 381px;
  height: 404px;
}

.dekstop .rectangle-13 {
  top: 1px;
  left: 0;
  width: 377px;
  height: 404px;
  position: absolute;
  background-color: #937cb380;
  border-radius: 10px;
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .rectangle-14 {
  left: 63px;
  width: 258px;
  position: absolute;
  background:white;
  border-radius: 30px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  top: 20px;
  height: 322px;
}

.dekstop .text-wrapper-31 {
  position: absolute;
  top: 252px;
  left: 84px;
  width: 213px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
}

.dekstop .text-wrapper-32 {
  position: absolute;
  top: 212px;
  left: 91px;
  width: 200px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
}

.dekstop .ellipse-4 {
  top: 55px;
  left: 134px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  background-color: #fdf5f9;
}

.dekstop .piggy-bank {
  position: absolute;
  top: 80px;
  left: 156px;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .view-11 {
  position: absolute;
  top: 0;
  left: 0;
  width: 377px;
  height: 404px;
}

.dekstop .rectangle-15 {
  top: 0;
  left: 0;
  width: 373px;
  height: 404px;
  position: absolute;
  background-color: #937cb380;
  border-radius: 10px;
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .rectangle-16 {
  left: 59px;
  width: 255px;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  border-radius: 30px;
  top: 20px;
  height: 322px;
}

.dekstop .text-wrapper-33 {
  position: absolute;
  top: 255px;
  left: 82px;
  width: 211px;
  font-family: "Shantell Sans-Regular";
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
}

.dekstop .text-wrapper-34 {
  position: absolute;
  top: 202px;
  left: 91px;
  width: 190px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
}

.dekstop .ellipse-5 {
  top: 55px;
  left: 126px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  background-color: #fdf5f9;
}

.dekstop .mobilephone {
  position: absolute;
  top: 85px;
  left: 146px;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .div-11 {
  position: absolute;
  top: 2025px;
  left: 83px;
  width: 1261px;
  height: 1096px;
}

.dekstop .element-4 {
  position: absolute;
  top: 386px;
  left: 864px;
  width: 368px;
  height: 710px;
}

.dekstop .rectangle-17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 710px;
  background-color: #fdf6f1;
  border-radius: 183px;
  filter: blur(57px);
}

.dekstop .rectangle-18 {
  position: absolute;
  top: 96px;
  left: 50px;
  width: 299px;
  height: 519px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .rectangle-19 {
  position: absolute;
  top: 114px;
  left: 76px;
  width: 247px;
  height: 438px;
  background-color: #ffffff;
  border-radius: 22px;
  border: 2px solid;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .text-wrapper-35 {
  position: absolute;
  top: 556px;
  left: 75px;
  width: 259px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.dekstop .element-5 {
  position: absolute;
  top: 113px;
  left: 76px;
  width: 247px;
  height: 440px;
  aspect-ratio: 0.56;
}

.dekstop .element-6 {
  position: absolute;
  top: 209px;
  left: 434px;
  width: 368px;
  height: 710px;
}

.dekstop .rectangle-20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 710px;
  background-color: #f8f2fe;
  border-radius: 183px;
  filter: blur(57px);
}

.dekstop .rectangle-21 {
  position: absolute;
  top: 81px;
  left: 34px;
  width: 299px;
  height: 519px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .rectangle-22 {
  position: absolute;
  top: 103px;
  left: 62px;
  width: 242px;
  height: 430px;
  background-color: #ffffff;
  border-radius: 17px;
  border: 2px solid;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .text-wrapper-36 {
  position: absolute;
  top: 536px;
  left: 46px;
  width: 257px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.dekstop .element-7 {
  position: absolute;
  top: 103px;
  left: 62px;
  width: 242px;
  height: 430px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .element-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 368px;
  height: 710px;
}

.dekstop .rectangle-23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 710px;
  background-color: #fcf3f7;
  border-radius: 183px;
  filter: blur(57px);
}

.dekstop .rectangle-24 {
  position: absolute;
  top: 96px;
  left: 40px;
  width: 299px;
  height: 519px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .rectangle-25 {
  position: absolute;
  top: 121px;
  left: 68px;
  width: 243px;
  height: 423px;
  background-color: #ffffff;
  border-radius: 17px;
  border: 2px solid;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .text-wrapper-37 {
  position: absolute;
  top: 548px;
  left: 61px;
  width: 257px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.dekstop .element-9 {
  position: absolute;
  top: 121px;
  left: 68px;
  width: 243px;
  height: 423px;
  aspect-ratio: 0.58;
  object-fit: cover;
}

.dekstop .flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  width: 986px;
  height: 150px;
  top: 71px;
  left: 273px;
}

.dekstop .text {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: transparent;
  font-size: 48px;
  text-align: right;
  letter-spacing: 0;
  line-height: 45px;
}

.dekstop .text-wrapper-38 {
  color: #937cb3;
}

.dekstop .text-wrapper-39 {
  color: #e5cbff;
}

.dekstop .view-12 {
  position: absolute;
  top: 1168px;
  left: 83px;
  width: 1319px;
  height: 763px;
}

.dekstop .image-2 {
  top: 93px;
  left: 720px;
  width: 279px;
  height: 388px;
  aspect-ratio: 0.72;
  position: absolute;
  object-fit: cover;
}

.dekstop .image-3 {
  top: 172px;
  left: 1041px;
  width: 276px;
  height: 398px;
  aspect-ratio: 0.7;
  position: absolute;
  object-fit: cover;
}

.dekstop .image-4 {
  top: 360px;
  left: 841px;
  width: 270px;
  height: 403px;
  aspect-ratio: 0.67;
  position: absolute;
  object-fit: cover;
}

.dekstop .view-13 {
  position: absolute;
  top: 358px;
  left: 0;
  width: 532px;
  height: 126px;
}

.dekstop .rectangle-26 {
  position: absolute;
  top: 0;
  left: 0;
  width: 528px;
  height: 121px;
  background-color: #ffffff;
  border-radius: 59px;
  box-shadow: 0px 4px 4px #937cb340, 4px 4px 4px #937cb340, -4px 4px 4px #937cb340, 0px -4px 4px #937cb340;
  opacity: 0.4;
}

.dekstop .text-wrapper-40 {
  position: absolute;
  top: 1px;
  left: 134px;
  width: 182px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .text-wrapper-41 {
  position: absolute;
  top: 45px;
  left: 134px;
  width: 373px;
  font-family: "Shantell Sans-Medium";
  font-weight: 500;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.dekstop .upload-file-wrapper {
  position: absolute;
  top: 369px;
  left: 20px;
  width: 89px;
  height: 83px;
  display: flex;
  background-color: #fdf5f9;
  border-radius: 44.5px/41.72px;
}

.dekstop .upload-file {
  margin-top: 12.2px;
  width: 55.4px;
  height: 55.4px;
  margin-left: 18.7px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .div-12 {
  position: absolute;
  top: 501px;
  left: 0;
  width: 532px;
  height: 127px;
}

.dekstop .text-wrapper-42 {
  position: absolute;
  top: 1px;
  left: 138px;
  width: 315px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .text-wrapper-43 {
  position: absolute;
  top: 46px;
  left: 138px;
  width: 373px;
  font-family: "Shantell Sans-Medium";
  font-weight: 500;
  color: #937cb3;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.dekstop .recommend-icon-wrapper {
  position: absolute;
  top: 512px;
  left: 20px;
  width: 89px;
  height: 83px;
  display: flex;
  background-color: #fdf5f9;
  border-radius: 44.5px/41.72px;
}

.dekstop .recommend-icon-2 {
  margin-top: 22px;
  width: 41.86px;
  height: 41.86px;
  margin-left: 22.3px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .view-14 {
  position: absolute;
  top: 215px;
  left: 0;
  width: 532px;
  height: 126px;
}

.dekstop .text-wrapper-44 {
  position: absolute;
  top: 0;
  left: 101px;
  width: 271px;
  font-family: "Shantell Sans-Bold";
  font-weight: 700;
  color: #937cb3;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  white-space: nowrap;
}

.dekstop .camera-wrapper {
  position: absolute;
  top: 225px;
  left: 20px;
  width: 89px;
  height: 83px;
  display: flex;
  background-color: #fdf5f9;
  border-radius: 44.5px/41.72px;
}

.dekstop .camera {
  margin-top: 18.3px;
  width: 48.01px;
  height: 48.01px;
  margin-left: 19.9px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .element-10 {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 893px;
  text-shadow: 
    1px 0 0 #f8f0ff,
    -1px 0 0 #f8f0ff,
    0 1px 0 #f8f0ff,
    0 -1px 0 #f8f0ff,
    1px 1px 0 #f8f0ff,
    -1px -1px 0 #f8f0ff,
    1px -1px 0 #f8f0ff,
    -1px 1px 0 #f8f0ff,
    0px 4px 4px #00000040; /* сохраняем существующую тень */
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: transparent;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
}

.dekstop .view-15 {
  position: absolute;
  top: 592px;
  left: -4px;
  width: 1424px;
  height: 431px;
  overflow: hidden;
}

.dekstop .look-photoroom {
  position: absolute;
  top: 21px;
  left: 283px;
  width: 134px;
  height: 237px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-2 {
  position: absolute;
  top: 0;
  left: 564px;
  width: 129px;
  height: 230px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-3 {
  position: absolute;
  top: 129px;
  left: 395px;
  width: 145px;
  height: 259px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-4 {
  position: absolute;
  top: 162px;
  left: 1273px;
  width: 151px;
  height: 269px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-5 {
  position: absolute;
  top: 0;
  left: 840px;
  width: 145px;
  height: 258px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-6 {
  position: absolute;
  top: 133px;
  left: 660px;
  width: 144px;
  height: 255px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .look-photoroom-7 {
  position: absolute;
  top: 2px;
  left: 1147px;
  width: 155px;
  height: 276px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .dnevnichok-landing {
  position: absolute;
  top: 24px;
  left: 4px;
  width: 293px;
  height: 391px;
  aspect-ratio: 0.76;
  object-fit: cover;
}

.dekstop .look-photoroom-8 {
  position: absolute;
  top: 172px;
  left: 1020px;
  width: 123px;
  height: 218px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.dekstop .div-13 {
  position: absolute;
  top: 86px;
  left: 0;
  width: 1446px;
  height: 495px;
}

.dekstop .hero-cloud-outer {
  position: absolute;
  top: 0;
  left: 30px;
  width: 1382px;
  height: 495px;
  background-color: #ff99c2;
  border-radius: 179.5px;
  transform: rotate(180deg);
  filter: blur(57px);
  opacity: 0.15;
}

.dekstop .hero-cloud-mid {
  position: absolute;
  top: 55px;
  left: 120px;
  width: 1200px;
  height: 400px;
  background-color: #ff99c2;
  border-radius: 179.5px;
  filter: blur(57px);
  opacity: 0.1;
}

.dekstop .hero-cloud-inner {
  position: absolute;
  top: 100px;
  left: 0;
  width: 1446px;
  height: 260px;
  background-color: #ff99c2;
  border-radius: 170.5px;
  filter: blur(57px);
  opacity: 0.18;
}

.dekstop .text-wrapper-45 {
  position: absolute;
  top: 95px;
  left: 290px;
  width: 920px;
  background: linear-gradient(
    90deg,
    rgba(224, 122, 170, 1) 9%,
    rgba(200, 135, 180, 1) 34%,
    rgba(175, 150, 195, 1) 53%,
    rgba(147, 124, 179, 1) 69%,
    rgba(224, 122, 170, 1) 89%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  white-space: nowrap;
}

.dekstop .text-wrapper-46 {
  position: absolute;
  top: 200px;
  left: 456px;
  width: 660px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 60px;
  white-space: nowrap;
}

.dekstop .text-wrapper-47 {
  position: absolute;
  top: 295px;
  left: 332px;
  width: 788px;
  font-family: "Shantell Sans-Medium";
  font-weight: 500;
  color: #937cb3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.dekstop .navbar {
  position: absolute;
  top: 13px;
  left: 24px;
  width: 1401px;
  height: 38px;
  display: flex;
}

.dekstop .element-11 {
  margin-top: 1.7px;
  width: 150px;
  height: 33px;
  aspect-ratio: 4.5;
  object-fit: cover;
}

.dekstop .text-wrapper-48 {
  width: 46.48px;
  margin-left: 676px;
  margin-top: 8.7px;
  height: 21.69px;
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-49 {
  width: 104.31px;
  margin-left: 43.5px;
  margin-top: 8.7px;
  height: 21.69px;
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-50 {
  width: 78.49px;
  margin-left: 41.7px;
  margin-top: 8.7px;
  height: 21.69px;
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .text-wrapper-51 {
  width: 131.17px;
  margin-left: 41.5px;
  margin-top: 8.7px;
  height: 21.69px;
  font-weight: 400;
  color: #937cb3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .default-avatar {
  width: 38.21px;
  height: 38.21px;
  margin-left: 41.6px;
  aspect-ratio: 1;
  object-fit: cover;
}

.dekstop .view-16 {
  position: absolute;
  top: 528px;
  left: 530px;
  width: 368px;
  height: 53px;
}


.dekstop .div-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 53px;
  background-color: #fff6f9;
  border-radius: 30px;
  filter: blur(15px);
}

.dekstop .div-15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 53px;
  background-color: #ff99c280;
  border-radius: 30px;
  filter: blur(15px);
  opacity: 0.4;
}

.dekstop .rectangle-28 {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid;
  border-color: #ff99c2;
}

.dekstop .text-wrapper-52 {
  position: absolute;
  top: 14px;
  left: 77px;
  width: 273px;
  font-family: "Shantell Sans-SemiBold";
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.dekstop .recommend-icon-3 {
  position: absolute;
  top: 8px;
  left: 16px;
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
  object-fit: cover;
}

/* === FLY-TO-BOOK ANIMATION (DESKTOP) === */

.dekstop .moving-image {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dekstop .view-15.animate .look-photoroom {
  animation: flyToBook1 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-3 {
  animation: flyToBook3 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-2 {
  animation: flyToBook2 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-6 {
  animation: flyToBook6 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-5 {
  animation: flyToBook5 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-8 {
  animation: flyToBook8 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-7 {
  animation: flyToBook7 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dekstop .view-15.animate .look-photoroom-4 {
  animation: flyToBook4 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.dekstop .view-15.animate .dnevnichok-landing {
  animation: bookPulse 7s ease-in-out infinite;
}

/* Image 1 (nearest, left:283): fly at 7%-32% */
@keyframes flyToBook1 {
  0%, 7% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  32% {
    transform: translate(-133px, 199px) scale(0.15) rotate(-8deg);
    opacity: 0;
  }
  33%, 70% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  82%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 3 (left:395): fly at 12%-37% */
@keyframes flyToBook3 {
  0%, 12% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  37% {
    transform: translate(-245px, 91px) scale(0.15) rotate(6deg);
    opacity: 0;
  }
  38%, 73% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  85%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 2 (left:564): fly at 17%-42% */
@keyframes flyToBook2 {
  0%, 17% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  42% {
    transform: translate(-414px, 220px) scale(0.15) rotate(-10deg);
    opacity: 0;
  }
  43%, 76% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  88%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 6 (left:660): fly at 22%-47% */
@keyframes flyToBook6 {
  0%, 22% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  47% {
    transform: translate(-510px, 87px) scale(0.15) rotate(7deg);
    opacity: 0;
  }
  48%, 78% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  90%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 5 (left:840): fly at 27%-52% */
@keyframes flyToBook5 {
  0%, 27% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  52% {
    transform: translate(-690px, 220px) scale(0.15) rotate(-5deg);
    opacity: 0;
  }
  53%, 80% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  92%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 8 (left:1020): fly at 32%-57% */
@keyframes flyToBook8 {
  0%, 32% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  57% {
    transform: translate(-870px, 48px) scale(0.15) rotate(9deg);
    opacity: 0;
  }
  58%, 82% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  94%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 7 (left:1147): fly at 37%-62% */
@keyframes flyToBook7 {
  0%, 37% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  62% {
    transform: translate(-997px, 218px) scale(0.15) rotate(-6deg);
    opacity: 0;
  }
  63%, 85% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  96%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Image 4 (farthest, left:1273): fly at 42%-67% */
@keyframes flyToBook4 {
  0%, 42% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  67% {
    transform: translate(-1123px, 58px) scale(0.15) rotate(11deg);
    opacity: 0;
  }
  68%, 88% {
    transform: translate(0, 0) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  98%, 100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Book pulse effect */
@keyframes bookPulse {
  0%, 25% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.03); filter: brightness(1.08) drop-shadow(0 0 12px rgba(255, 153, 194, 0.5)); }
  75%, 100% { transform: scale(1); filter: brightness(1); }
}

/* Accessibility: disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dekstop .moving-image,
  .dekstop .dnevnichok-landing,
  .mobile .moving-image,
  .mobile .dnevnichok-landing {
    animation: none !important;
  }
}







.mobile .div-100 {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  color: transparent;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.mobile .div-100 .span {
  color: #ffffff;
}

.mobile .div-100 .text-wrapper-240 {
  background: linear-gradient(
    180deg,
    rgba(220, 195, 255, 0.95) 0%,
    rgba(185, 156, 225, 1) 40%,
    rgba(155, 125, 200, 0.95) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(100, 60, 140, 0.4)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.15));
}

.mobile .rectangle-7 {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
  background-color: #ff99c259;
  border-radius: 48px;
  filter: blur(27px);
}
   /* ОБНОВЛЕННЫЕ СТИЛИ ДЛЯ ШРИФТОВ */
.mobile .text-wrapper,
.mobile .text-wrapper-2,
.mobile .text-wrapper-3,
.mobile .text-wrapper-4,
.mobile .text-wrapper-5,
.mobile .text-wrapper-6,
.mobile .text-wrapper-7,
.mobile .text-wrapper-8,
.mobile .text-wrapper-9,
.mobile .text-wrapper-10,
.mobile .text-wrapper-12 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 400;
}

.mobile .text-wrapper-11,
.mobile .text-wrapper-13,
.mobile .text-wrapper-14,
.mobile .text-wrapper-15,
.mobile .text-wrapper-16,
.mobile .text-wrapper-17,
.mobile .text-wrapper-19,
.mobile .text-wrapper-21,
.mobile .text-wrapper-26,
.mobile .text-wrapper-40,
.mobile .text-wrapper-42,
.mobile .text-wrapper-44 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 700;
}

.mobile .text-wrapper-22,
.mobile .text-wrapper-25,
.mobile .text-wrapper-28,
.mobile .text-wrapper-30,
.mobile .text-wrapper-32,
.mobile .text-wrapper-34,
.mobile .text-wrapper-35,
.mobile .text-wrapper-36,
.mobile .text-wrapper-45,
.mobile .text-wrapper-37,
.mobile .text-wrapper-46,
.mobile .text-wrapper-52,
.mobile .div-10,
.mobile .element-10,
.mobile .flexcontainer .text {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 600;
}

.mobile .text-wrapper-23,
.mobile .text-wrapper-41,
.mobile .text-wrapper-43,
.mobile .text-wrapper-47 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 500;
}

.mobile .p,
.mobile .text-wrapper-18,
.mobile .text-wrapper-20 {
  font-family: 'Shantell Sans', cursive !important;
  font-weight: 400;
  font-style: italic;
}
 
/* ===== MOBILE STYLES (REWRITTEN FROM FIGMA EXPORT) ===== */

.mobile {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* Decorative backgrounds */
.mobile .rectangle {
  position: absolute;
  top: 600px;
  left: -50px;
  width: 120%;
  height: 400px;
  background-color: #fff0f5;
  filter: blur(57px);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.mobile .div {
  position: absolute;
  top: 300px;
  left: -50px;
  width: 120%;
  height: 300px;
  background-color: #fff9f9;
  filter: blur(57px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* ===== NAVBAR ===== */
.mobile .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 153, 194, 0.15);
}

.mobile .element-10 {
  width: 110px;
  height: auto;
  object-fit: contain;
}

.mobile .text-wrapper-45,
.mobile .text-wrapper-46,
.mobile .text-wrapper-47,
.mobile .text-wrapper-48 {
  display: none;
}

.mobile .avatar-button-10 {
  display: flex;
  align-items: center;
}

.mobile .default-avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}

/* ===== HERO SECTION ===== */
.mobile .div-17 {
  position: relative;
  margin-top: 56px;
  padding: 40px 20px 24px;
  text-align: center;
  min-height: 220px;
  z-index: 1;
}

.mobile .hero-cloud-outer {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 100%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}

.mobile .hero-cloud-mid {
  position: absolute;
  top: 15%;
  left: 5%;
  right: 5%;
  height: 70%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.mobile .hero-cloud-inner {
  position: absolute;
  top: 25%;
  left: -20px;
  right: -20px;
  height: 50%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}

.mobile .text-wrapper-44 {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(224, 122, 170, 1) 9%,
    rgba(200, 135, 180, 1) 34%,
    rgba(175, 150, 195, 1) 53%,
    rgba(147, 124, 179, 1) 69%,
    rgba(224, 122, 170, 1) 89%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.mobile .text-wrapper-43 {
  position: relative;
  font-weight: 600;
  color: #937cb3;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.mobile .text-wrapper-42 {
  position: relative;
  font-weight: 500;
  color: #937cb3;
  font-size: 13px;
  line-height: 1.5;
  max-width: 300px;
  margin: 0 auto;
}

/* ===== CTA BUTTON ===== */
.mobile .view-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 32px;
  width: min(300px, 85%);
  height: 54px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #ffb3d4 0%, #b8a0d4 100%);
  box-shadow: 0 4px 20px rgba(147, 124, 179, 0.35);
  text-decoration: none;
  z-index: 1;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mobile .view-18:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(147, 124, 179, 0.45);
  filter: brightness(1.08);
}

.mobile .view-18:hover .text-wrapper-41,
.mobile .view-18:visited .text-wrapper-41,
.mobile .view-18:active .text-wrapper-41 {
  color: #ffffff;
}

.mobile .view-18 .div-15,
.mobile .view-18 .div-16,
.mobile .view-18 .rectangle-26 {
  display: none;
}

.mobile .view-18 .text-wrapper-41 {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  white-space: nowrap;
}

.mobile .view-18 .recommend-icon-3 {
  position: relative;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ===== OUTFITS COLLAGE ===== */
.mobile .view-17 {
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 32px;
  overflow: hidden;
  z-index: 1;
}

.mobile .dnevnichok-landing {
  position: absolute;
  top: 10px;
  left: 5%;
  width: 120px;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.mobile .look-photoroom {
  position: absolute;
  top: 0;
  left: 30%;
  width: 55px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-2 {
  position: absolute;
  top: 5px;
  left: 44%;
  width: 52px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-3 {
  position: absolute;
  top: 40px;
  left: 35%;
  width: 58px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-4 {
  position: absolute;
  top: 35px;
  left: 85%;
  width: 60px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-5 {
  position: absolute;
  top: 0;
  left: 58%;
  width: 55px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-6 {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 58px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-7 {
  position: absolute;
  top: 0;
  left: 73%;
  width: 60px;
  height: auto;
  object-fit: contain;
}
.mobile .look-photoroom-8 {
  position: absolute;
  top: 55px;
  left: 68%;
  width: 50px;
  height: auto;
  object-fit: contain;
}

/* ===== 3 STEPS SECTION ===== */
.mobile .view-15 {
  position: relative;
  padding: 24px 20px;
  z-index: 1;
}

.mobile .element-9 {
  position: relative;
  font-weight: 600;
  color: transparent;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 18px;
  text-shadow:
    1px 0 0 #f8f0ff,
    -1px 0 0 #f8f0ff,
    0 1px 0 #f8f0ff,
    0 -1px 0 #f8f0ff,
    0px 3px 3px #00000030;
}

.mobile .element-9 .text-wrapper-34 {
  color: #937cb3;
}

.mobile .element-9 .span {
  color: #ff99c2;
}

.mobile .auto-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.mobile .div-11,
.mobile .div-12,
.mobile .div-14 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(147, 124, 179, 0.1);
}

.mobile .img-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdf5f9;
  border-radius: 50%;
}

.mobile .img-2 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 0;
}

.mobile .recommend-icon-2 {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0;
}

.mobile .view-16,
.mobile .div-13 {
  position: relative;
  flex: 1;
}

.mobile .text-wrapper-36,
.mobile .text-wrapper-38,
.mobile .text-wrapper-40 {
  position: relative;
  font-weight: 700;
  color: #937cb3;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.mobile .text-wrapper-37,
.mobile .text-wrapper-39 {
  position: relative;
  font-weight: 500;
  color: #937cb3;
  font-size: 13px;
  line-height: 1.5;
}

/* Screenshots horizontal scroll */
.mobile .screenshots-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  scrollbar-width: none;
}

.mobile .screenshots-scroll::-webkit-scrollbar {
  display: none;
}

.mobile .image-4,
.mobile .image-5,
.mobile .image-6 {
  position: relative;
  flex-shrink: 0;
  width: 180px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  scroll-snap-align: center;
  object-fit: cover;
}

/* ===== "РАЗОБРАННЫЙ ГАРДЕРОБ" SECTION ===== */
.mobile .div-10 {
  position: relative;
  padding: 40px 20px;
  z-index: 1;
}

.mobile .flexcontainer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 28px;
  text-shadow: 0px 3px 3px #00000020;
}

.mobile .flexcontainer .text {
  position: relative;
  align-self: stretch;
}

.mobile .flexcontainer .span {
  color: #ff99c2;
}

.mobile .flexcontainer .text-wrapper-34 {
  color: #937cb3;
}

.mobile .flexcontainer .text-wrapper-35 {
  color: #c4a3e0;
}

.mobile .cards-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile .element-3,
.mobile .element-5,
.mobile .element-7 {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.mobile .rectangle-16,
.mobile .rectangle-19,
.mobile .rectangle-22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: blur(40px);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.mobile .rectangle-16 { background-color: #fdf6f1; }
.mobile .rectangle-19 { background-color: #f8f2fe; }
.mobile .rectangle-22 { background-color: #fcf3f7; }

.mobile .text-wrapper-31,
.mobile .text-wrapper-32,
.mobile .text-wrapper-33 {
  position: relative;
  font-weight: 600;
  color: #937cb3;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 12px;
  z-index: 1;
}

.mobile .element-4,
.mobile .element-6,
.mobile .element-8 {
  position: relative;
  width: min(220px, 70%);
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 1;
}

/* ===== BENEFITS (4 cards) ===== */
.mobile .view-10 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 32px 20px;
  z-index: 1;
}

.mobile .view-11,
.mobile .view-12,
.mobile .view-13,
.mobile .view-14 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(147, 124, 179, 0.1);
}

/* Remove old Figma decorative rects */
.mobile .view-11 .rectangle-9,
.mobile .view-12 .rectangle-11,
.mobile .view-13 .rectangle-12,
.mobile .view-14 .rectangle-14 {
  display: none;
}

.mobile .ellipse-2,
.mobile .ellipse-3,
.mobile .ellipse-4,
.mobile .ellipse-5 {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fdf5f9;
  margin-bottom: 8px;
}

.mobile .dress,
.mobile .save-icon,
.mobile .piggy-bank,
.mobile .mobilephone {
  position: absolute;
  width: 28px;
  height: 28px;
  object-fit: contain;
  top: 46px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile .text-wrapper-24,
.mobile .text-wrapper-26,
.mobile .text-wrapper-28,
.mobile .text-wrapper-30 {
  position: relative;
  font-weight: 600;
  color: #937cb3;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.mobile .text-wrapper-23,
.mobile .text-wrapper-25,
.mobile .text-wrapper-27,
.mobile .text-wrapper-29 {
  position: relative;
  font-weight: 400;
  color: #937cb3;
  font-size: 12px;
  line-height: 1.4;
}

/* ===== CTA "Готовы к образам?" ===== */
.mobile .view-7 {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  z-index: 1;
}

.mobile .div-9 {
  position: relative;
  padding: 32px 16px;
  margin-bottom: 20px;
}

.mobile .div-9 .rectangle-4 {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.mobile .div-9 .rectangle-5 {
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  height: 80%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}

.mobile .div-9 .rectangle-6 {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 120%;
  height: 60%;
  background-color: #ff99c2;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.mobile .div-9 .rectangle-7 {
  display: none;
}

.mobile .div-100 {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 12px;
}

.mobile .div-100 .span {
  color: #ffffff;
}

.mobile .div-100 .text-wrapper-240 {
  background: linear-gradient(
    180deg,
    rgba(220, 195, 255, 0.95) 0%,
    rgba(185, 156, 225, 1) 40%,
    rgba(155, 125, 200, 0.95) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile .text-wrapper-21 {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

.mobile .view-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  width: min(240px, 70%);
  height: 44px;
  background-color: #937cb3;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s;
}

.mobile .view-8:hover {
  transform: translateY(-2px);
}

.mobile .view-8 .view-9,
.mobile .view-8 .rectangle-8 {
  display: none;
}

.mobile .view-8 .recommend-icon {
  position: relative;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.mobile .text-wrapper-22 {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

/* ===== REVIEWS ===== */
.mobile .div-3 {
  position: relative;
  padding: 32px 20px;
  z-index: 1;
}

.mobile .text-wrapper-15 {
  position: relative;
  font-weight: 600;
  color: #937cb3;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

.mobile .view-5 {
  position: relative;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.mobile .view-5::-webkit-scrollbar {
  display: none;
}

.mobile .div-4,
.mobile .div-6,
.mobile .div-8 {
  position: relative;
  flex-shrink: 0;
  width: 270px;
  scroll-snap-align: center;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(147, 124, 179, 0.12);
}

.mobile .div-4 .view-6,
.mobile .div-6 .view-6,
.mobile .div-8 .view-6 {
  display: none;
}

.mobile .rectangle-2 {
  display: none;
}

.mobile .element,
.mobile .element-2 {
  position: relative;
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.mobile .p,
.mobile .text-wrapper-18,
.mobile .text-wrapper-20 {
  position: relative;
  font-weight: 400;
  font-style: italic;
  color: #937cb3;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.mobile .div-5,
.mobile .div-7 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile .ellipse {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fdf5f9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .text-wrapper-17 {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #ff99c2;
  font-size: 14px;
}

.mobile .text-wrapper-16,
.mobile .text-wrapper-19 {
  position: relative;
  font-weight: 700;
  color: #937cb3;
  font-size: 14px;
}

/* ===== FOOTER ===== */
.mobile .div-2 {
  position: relative;
  padding: 32px 20px 24px;
  background: linear-gradient(135deg, #fff5f8 0%, #ffeef5 100%);
  border-top: 1px solid rgba(255, 153, 194, 0.2);
  z-index: 1;
}

.mobile .div-2 .image-2 {
  position: relative;
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 4px;
}

.mobile .text-wrapper-14 {
  position: relative;
  font-weight: 700;
  color: #937cb3;
  font-size: 16px;
  margin-bottom: 20px;
}

.mobile .footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
  margin-bottom: 20px;
}

.mobile .view-2,
.mobile .view-3,
.mobile .view-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile .text-wrapper-3,
.mobile .text-wrapper-6,
.mobile .text-wrapper-10 {
  font-weight: 700;
  color: #937cb3;
  font-size: 13px;
  margin-bottom: 4px;
}

.mobile .text-wrapper-4,
.mobile .text-wrapper-5,
.mobile .text-wrapper-7,
.mobile .text-wrapper-8,
.mobile .text-wrapper-9,
.mobile .text-wrapper-11,
.mobile .text-wrapper-12,
.mobile .text-wrapper-13 {
  font-weight: 400;
  color: #937cb3;
  font-size: 12px;
  line-height: 1.5;
}

.mobile .view {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.mobile .text-wrapper-2 {
  font-weight: 400;
  color: #937cb3;
  font-size: 13px;
}

.mobile .view .image {
  position: relative;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mobile .view .img {
  position: relative;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mobile .text-wrapper {
  position: relative;
  font-weight: 400;
  color: #afb5c0;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}

/* === FLY-TO-BOOK ANIMATION (MOBILE) === */

.mobile .moving-image {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile .view-17.animate .look-photoroom {
  animation: flyToBookM1 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-3 {
  animation: flyToBookM3 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-2 {
  animation: flyToBookM2 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-6 {
  animation: flyToBookM6 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-5 {
  animation: flyToBookM5 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-8 {
  animation: flyToBookM8 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-7 {
  animation: flyToBookM7 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.mobile .view-17.animate .look-photoroom-4 {
  animation: flyToBookM4 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.mobile .view-17.animate .dnevnichok-landing {
  animation: bookPulseMobile 7s ease-in-out infinite;
}

/* Mobile Image 1 (left:30%): fly at 7%-32% → book at ~5%+60px */
@keyframes flyToBookM1 {
  0%, 7% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  32% { transform: translate(-61px, 50px) scale(0.15) rotate(-8deg); opacity: 0; }
  33%, 70% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  82%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 3 (left:35%): fly at 12%-37% */
@keyframes flyToBookM3 {
  0%, 12% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  37% { transform: translate(-81px, 10px) scale(0.15) rotate(6deg); opacity: 0; }
  38%, 73% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  85%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 2 (left:44%): fly at 17%-42% */
@keyframes flyToBookM2 {
  0%, 17% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  42% { transform: translate(-112px, 45px) scale(0.15) rotate(-10deg); opacity: 0; }
  43%, 76% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  88%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 6 (left:50%): fly at 22%-47% */
@keyframes flyToBookM6 {
  0%, 22% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  47% { transform: translate(-138px, 10px) scale(0.15) rotate(7deg); opacity: 0; }
  48%, 78% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  90%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 5 (left:58%): fly at 27%-52% */
@keyframes flyToBookM5 {
  0%, 27% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  52% { transform: translate(-166px, 50px) scale(0.15) rotate(-5deg); opacity: 0; }
  53%, 80% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  92%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 8 (left:68%): fly at 32%-57% */
@keyframes flyToBookM8 {
  0%, 32% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  57% { transform: translate(-201px, 0px) scale(0.15) rotate(9deg); opacity: 0; }
  58%, 82% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  94%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 7 (left:73%): fly at 37%-62% */
@keyframes flyToBookM7 {
  0%, 37% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  62% { transform: translate(-225px, 50px) scale(0.15) rotate(-6deg); opacity: 0; }
  63%, 85% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  96%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile Image 4 (left:85%, farthest): fly at 42%-67% */
@keyframes flyToBookM4 {
  0%, 42% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
  67% { transform: translate(-270px, 15px) scale(0.15) rotate(11deg); opacity: 0; }
  68%, 88% { transform: translate(0, 0) scale(0.4) rotate(0deg); opacity: 0; }
  98%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 1; }
}

/* Mobile book pulse */
@keyframes bookPulseMobile {
  0%, 25% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.03); filter: brightness(1.08) drop-shadow(0 0 8px rgba(255, 153, 194, 0.5)); }
  75%, 100% { transform: scale(1); filter: brightness(1); }
}

/* Flash messages on landing page */
.landing-flash {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 12px 28px;
  border-radius: 12px;
  font-family: 'Shantell Sans', cursive;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #937cb3;
  box-shadow: 0 4px 16px rgba(147, 124, 179, 0.3);
  animation: flashFadeOut 4s ease-in-out forwards;
  pointer-events: none;
}

.landing-flash-success { background: #937cb3; }
.landing-flash-danger { background: #e74c6f; }

@keyframes flashFadeOut {
  0%, 70% { opacity: 1; }
  100% { opacity: 0; }
}

