* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: roboto !important;
  color: #fff;
  background-color: #252527;
  overflow: hidden;
}
p {
    font-family: roboto !important;
}

  span.zayav {
    display: inline-block;
    animation: pulse 3.8s infinite ease-in-out;
  }

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

span.summa {
    background: red;
    border-radius: 7px;
    padding: 3px;
    font-weight: 600;
      white-space: nowrap;
  display: inline-block;
}

.options.contact-options {
    padding-top: 11px;
}

/* --- Главный экран --- */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('wall.webp') center center / cover no-repeat;
}

/* --- Начальные кнопки выбора --- */
.start-options .entry-option {
    width: auto;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    padding: 22px 19px;
    border-radius: 4px;
    background: linear-gradient(270deg, #ECBF89, #d7a961, #ECBF89);
    background-size: 200% 200%;
    color: #252527;
    border: none;
    font-weight: 400;
    /*white-space: pre-line;*/
    cursor: pointer;
    box-shadow: 0 0 20px rgba(236, 191, 137, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulseGlow 4s infinite ease-in-out;
    /*white-space: nowrap;*/
    min-width: 390px !important;
    font-family: roboto !important;
    transform: scale(1);
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease;
}

  .complex-description {
    text-align: center;
    font-weight: 400;
    color: #ECBF89;
    max-width: 800px;
    margin: 15px auto 25px;
    line-height: 1.4;
        display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-weight: 300 !important;
        padding: 0 60px;
  }
  
      .complex-description .hl {
        font-weight: 500; 
        
    }

div.cat {
font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: -20px;
    margin-left: 50px;
    font-family: roboto !important;
    font-weight: 300;
}

/* Тёмный блок справа */
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, rgba(37,37,39,0.7) 0%, rgba(37,37,39,1) 100%);
  backdrop-filter: blur(3px);
}

.complex-description span{
    font-weight: 600;
}

/* Контент справа */
.content {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40%;
  text-align: left;
}

.text-block h1 {
    font-size: 48px;
    font-weight: 300;
    color: #ECBF89;
    margin-bottom: 35px;
    line-height: 1.3;
    margin-left: 50px;
    font-family: Trebuchet MS;
}

.text-block p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    margin-left: 50px;
    font-family: roboto !important;
        line-height: 36px;
    font-weight: 300;
}

/* Кнопка с переливом */
.main-btn {
  background: linear-gradient(270deg, #ECBF89, #d7a961, #ECBF89);
  background-size: 200% 200%;
  color: #252527;
  border: none;
  padding: 14px 40px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 0 25px rgba(236, 191, 137, 0.3);
  animation: gradientFlow 3s ease infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-left: 50px;
  transform: scale(1);
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease;
}



/* Эффект пробегающего блика */
.shiny {
  position: relative;
  overflow: hidden;
}

.shiny::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shimmer 2.5s infinite;
}

/* Анимация блика */
@keyframes shimmer {
  0% {
    left: -75%;
  }
  60% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

/* Превью комплексов на экране контактов */
.complex-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  margin-top: -10px;
}

/* Все изображения */
.complex-preview img {
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Боковые */
.complex-preview img:nth-child(1),
.complex-preview img:nth-child(3) {
  width: 230px;
}

/* Центральная — шире */
.complex-preview img:nth-child(2) {
  width: 320px; /* Можно подогнать под визуал */
  z-index: 2;
}

/* При наведении лёгкий эффект */
.complex-preview img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}


.main-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(236, 191, 137, 0.6);
}

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

/* --- Футер --- */
footer {
  position: absolute;
  bottom: 35px;
  right: 6%;
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.logo {
    height: 30px;
    opacity: 0.9;
    transform: translateX(55px) translateY(4px);
    margin: -5px 0;
}

.phone {
  color: #ECBF89;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-left: 65px;
}

.phone:hover {
  text-decoration: underline;
}

/* --- Квиз --- */
.quiz-container {
  position: absolute;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.6s ease;
}

.dark-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: background 0.6s ease, opacity 0.6s ease;
  z-index: 5;
}

.dark-overlay.active {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  pointer-events: all;
}

.quiz-container.active {
  display: flex;
  opacity: 1;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url('wall.webp') center center / cover no-repeat;
  backdrop-filter: blur(2px);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.slide.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.slide.prev {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.slide.active h2, 
.slide.active .options,
.slide.active .contact-form {
  animation: fadeInUp 0.6s ease forwards;
}

h2 {
  margin-bottom: 20px;
  color: #ECBF89;
  font-family: roboto !important;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

button.option, #send-btn {
  background-color: #ECBF89;
  color: #252527;
  border: none;
  padding: 14px 56px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 20px rgba(236, 191, 137, 0.3);
  transform: scale(1);
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease;
}
}

button.option:hover, #send-btn:hover {
  box-shadow: 0 0 40px rgba(236, 191, 137, 0.6);
  transform: scale(1.05);
}

.contact-form {
  margin-top: 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.contact-form input {
  padding: 12px;
      text-align: center;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 220px;
  font-size: 16px;
}

#slide-thanks {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

/* Мягкое появление текста и кнопок */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Контактные кнопки с индивидуальными цветами --- */
.contact-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: scale(1);
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease;
}

.contact-option.whatsapp {
  background-color: #25D366; /* зеленый WhatsApp */
  color: #fff;
}

.contact-option.telegram {
  background-color: #0084c6; /* синий Telegram */
  color: #fff;
}

.contact-option.call {
  background-color: #ECBF89; /* стандартный бежевый */
  color: #252527;
}

.contact-option:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255,255,255,0.3);
}

/* стиль placeholder для номера */
.contact-form input::placeholder {
  color: rgba(0,0,0,0.4);
  font-size: 15px;
}

/* подсветка выбранного способа */
.contact-option.active {
  box-shadow: 0 0 25px rgba(255,255,255,0.4);
  outline: 3px solid rgba(255,255,255,0.5);
  transform: scale(1.05);
}

/* динамическая окраска кнопки отправить */
#send-btn.whatsapp {
  background-color: #25D366;
  color: #fff;
}

#send-btn.telegram {
  background-color: #0084c6;
  color: #fff;
}

#send-btn.call {
  background-color: #ECBF89;
  color: #252527;
}
/* --- Эффекты выбора мессенджера --- */
.contact-option.fade-out {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.contact-option.selected {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

/* Иконка внутри кнопки */
.inline-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
  animation: fadeInScale 0.4s ease forwards;
  opacity: 0;
}

/* Эффект появления иконки */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Фон под выбранный мессенджер */
.whatsapp-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), 
              radial-gradient(circle at center, rgba(37, 211, 102, 0.25), transparent 60%),
              url('wall.webp') center center / cover no-repeat;
}

.telegram-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), 
              radial-gradient(circle at center, rgba(0, 136, 204, 0.25), transparent 60%),
              url('wall.webp') center center / cover no-repeat;
}

.call-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), 
              radial-gradient(circle at center, rgba(236, 191, 137, 0.25), transparent 60%),
              url('wall.webp') center center / cover no-repeat;
}
/* Плавное появление формы */
.contact-form.fade-in {
  animation: fadeInUp 0.6s ease forwards;
}
/* Иконки на кнопках выбора мессенджера */
.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.contact-option:hover .contact-icon {
  transform: scale(1.1);
}
.change-hint {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  animation: fadeInUp 0.6s ease forwards;
}

.start-options .entry-option:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(236, 191, 137, 0.6);
          border: outset 4px #ecbf89;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 15px rgba(236, 191, 137, 0.3); }
  50% { box-shadow: 0 0 35px rgba(236, 191, 137, 0.6); }
  100% { box-shadow: 0 0 15px rgba(236, 191, 137, 0.3); }
}
/* --- Кнопки первого экрана (финальная версия с акцентами) --- */
.start-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
    margin-left: 50px;
}

/* Эффект для выделения капсом — жирнее */
.start-options .entry-option span {
  font-weight: 700;
  text-transform: uppercase;
}

/* Анимация и hover остаются прежними */
.start-options .entry-option:hover {
  transform: scale(1.04);
  box-shadow: 0 0 30px rgba(236, 191, 137, 0.5);
}

input.error {
  border: 2px solid #ff4d4d !important;
  background-color: rgba(255, 77, 77, 0.08);
  color: #fff;
  box-shadow: 0 0 14px rgba(255, 77, 77, 0.45);
  transform: translateY(-2px);
  transition: 
    border-color 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.25s ease;
}

/* Цвет плейсхолдера */
input.error::placeholder {
  color: #fff;
  opacity: 0.8;
  transition: color 0.4s ease, opacity 0.4s ease;
}

/* Когда ошибка пропадает — плавно возвращается */
input {
  transition: 
    border-color 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.25s ease;
}

/* Добавим эффект возврата после тряски */
input.error:focus {
  transform: translateY(0);
}

/* Анимация тряски */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.slide p {
    font-weight: 300!important;
}
.slide .hl {
    font-weight: 600;
}

/* Центровка и адаптив */
@media (max-width: 768px) {
  .text-block {
    text-align: center; /* Центрируем текст */
    margin: 0 auto;
  }
  
  blockquote {
    margin: 10px 2px !important;
    font-size: 12px !important;
}
.complex-preview {
    margin-bottom: -5px !important;
}

span.zayav {
    padding: 7px 10px !important;
    font-size: 14px;
}



  
  p {
        font-size: 15px;
        margin-top: 36px;
        margin-bottom: -12px;
        padding: 0 13px;
  }
  
  .change-hint {
        margin: 0;
        padding: 7px 0px 0;
        font-size: 9px;
  }
  
  .start-options {
    display: flex;
    flex-direction: column;
    align-items: center;  /* Центр кнопок */
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
  }
  .entry-option {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;  /* Чтобы точно не тянулись вправо */
    text-align: center;
  }
.start-options .entry-option {
        font-size: 14px;
        padding: 11px 35px;
        white-space: normal;
        min-width: 100% !important;
        border-style: inset;
        border: inset 4px #ecbf89;
    }
}
/* --- Адаптив --- */
@media (max-width: 1180px) {
    .overlay {
        width: 45%;
        /* display: none; */
        background: linear-gradient(to right, rgba(37, 37, 39, 0.7) 0%, rgba(37, 37, 39, 1) 100%);
        backdrop-filter: blur(3px);
    }

    .text-block h1 {
        font-size: 36px !important;
        margin-top: -45px;
    }
    
      blockquote {
    margin: 10px 32px !important;
    font-size: 16px !important;
}

span.zayav {
    margin: 0 32px;
}
    
    .text-block p {
    font-weight: 400;
}
    
    div.cat {
        font-size: 13px;
    }
    
    .text-block p {
        margin-bottom: 20px;
        font-size: 19px;
    }
    
    .start-options .entry-option {
            padding: 16px 19px;
    }
    
    footer {
    position: absolute;
    bottom: 75px;
    right: 6%;
    width: 40%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}
    

}





@media (max-width: 1024px) {
    .overlay {
        width: 100%;
        /* display: none; */
        background: linear-gradient(to right, rgba(37, 37, 39, 0.7) 0%, rgba(37, 37, 39, 1) 100%);
        backdrop-filter: blur(3px);
    }
    
        .text-block p {
    font-weight: 400;
}
    
    .text-block h1 {
    font-size: 43px !important;
    }
    
    .text-block p {
    margin-bottom: 20px;
    }
    
    
    
  .content {
    width: 80%;
    right: 10%;
  }
  
      .start-options .entry-option {
        font-size: 14px;
        padding: 11px 35px;
        white-space: normal;
        min-width: 100% !important;
        border-style: inset;
        border: inset 4px #ecbf89;
    }
}




@media (max-width: 768px) {
  body, html {
    overflow: hidden;
  }
  
  
  .footer-content {
    scale: 1.2;
    transform: translateX(-7px);
}
  
     .complex-preview {
        gap: 12px;
        scale: 0.8;
    }

  .complex-preview img {
    width: 100%;
    max-width: 300px;
    height: 180px;
  }

  .complex-preview img:nth-child(2) {
    max-width: 340px;
  }
  

  .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: url('wall.webp') center center / cover no-repeat;
    text-align: center;
    padding: 40px 20px 30px 20px;
  }
    /* затемнение только для мобильных */
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* затемнение на 70% */
    z-index: 1;
  }

  .hero * {
    z-index: 2; /* чтобы текст и кнопка были поверх */
  }

  /* верхняя часть — логотип и телефон */
  footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    position: relative;
    top: 0;
    background: none;
    z-index: 10;
  }

  .logo {
    height: 24px;
    width: auto;
    opacity: 0.95;
  }

  .phone {
    font-size: 15px;
    font-weight: 500;
    color: #ECBF89;
    text-decoration: none;
  }

  /* центральный контент */
  .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    z-index: 5;
  }

  .text-block h1 {
    font-size: 26px;
    color: #ECBF89;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-left: 0;
  }

.text-block p {
  position: relative;
  border-radius: 14px;
  padding: 14px 19px;
  font-size: 14px;
  /*display: inline-block;*/
  background: rgba(0, 0, 0, 0.3);
  font-weight: 600;
                  line-height: 1.8;
}

/* Пунктир по всем сторонам */
.text-block p::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background:
    /* верх */
    repeating-linear-gradient(
      90deg,
      #ECBF89 0 28px,
      transparent 28px 52px
    ) top left / 100% 2px no-repeat,
    /* низ */
    repeating-linear-gradient(
      90deg,
      #ECBF89 0 28px,
      transparent 28px 52px
    ) bottom left / 100% 2px no-repeat,
    /* лево */
    repeating-linear-gradient(
      180deg,
      #ECBF89 0 28px,
      transparent 28px 52px
    ) top left / 2px 100% no-repeat,
    /* право */
    repeating-linear-gradient(
      180deg,
      #ECBF89 0 28px,
      transparent 28px 52px
    ) top right / 2px 100% no-repeat;
  background-repeat: no-repeat;
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.9;
}

  .main-btn {
    background: linear-gradient(270deg, #ECBF89, #d7a961, #ECBF89);
    background-size: 200% 200%;
    color: #252527;
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    animation: gradientFlow 3s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .main-btn:hover {
    transform: scale(1.05);
  }
  
  /* убираем серую полосу */
  .overlay {
    display: none;
  }

  /* чистим от старых смещений */
  .text-block h1,
  .text-block p,
  .main-btn {
    margin-left: 0 !important;
  }

  /* центрируем контент */
  .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    z-index: 5;
  }

.text-block h1 {
        font-size: 34px !important;
        color: #ECBF89;
                    margin-top: 30px;
        line-height: 1.1;
    }
    
  .main-btn {
    background: linear-gradient(270deg, #ECBF89, #d7a961, #ECBF89);
    color: #252527;
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 0 25px rgba(236, 191, 137, 0.3);
    animation: gradientFlow 3s ease infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
      .complex-description {
      font-size: 20px;
      padding: 0 25px;
      scale: 1.17;
      font-weight: 300 !important;
      
    }
    .complex-description .hl {
        font-weight: 600; 
        
    }
    
    
    
    
    
    
    
    
  .complex-preview {
    position: relative;
    z-index: 3;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 12px;

    /* комфортный свайп */
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;

    /* мягкое прилипание, чтобы не мешало прыжкам при лупе */
    scroll-snap-type: x proximity;
  }

  .complex-preview img {
    flex: 0 0 100%;
    width: 100%;
    aspect-ratio: 16 / 10;   /* подгони под свои превью при желании */
    object-fit: cover;
    border-radius: 14px;
    display: block;
    user-select: none;
    scroll-snap-align: center;
  }

  /* на всякий случай */
  .complex-preview::-webkit-scrollbar { display: none; }

 
  

    
    
    
    
    
    
}
/* --- Smooth contact-form reveal (non-breaking) --- */
.contact-form.animated {
  display: flex;              /* keeps layout stable */
  opacity: 0;
  transform: translateY(12px);
  max-height: 0;              /* collapses height smoothly */
  pointer-events: none;
  overflow: hidden;
  transition: opacity .28s ease, transform .28s ease, max-height .28s ease;
}
.contact-form.animated.is-visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 220px;          /* enough for input + button */
  pointer-events: auto;
}

.back-to-home {
  position: fixed;
  bottom: 18px;
  right: 25px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  z-index: 1000;
  transition: color 0.2s ease, opacity 0.3s ease, transform 0.2s ease;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.back-to-home:hover {
  color: #ECBF89;
  opacity: 0.9;
  transform: scale(1.05);
}

/* На телефонах чуть крупнее и ближе к краю */
@media (max-width: 768px) {
  .back-to-home {
    font-size: 13px;
    right: 15px;
    bottom: 15px;
  }
}