/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Базовые сбросы и настройки */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "Poiret One", cursive;
  font-weight: normal;
}
p {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat, sans-serif";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  color: #fff;
  background-color: #000000cb;
}

/* ===== HEADER ===== */

.header {
  position: fixed; /* не исчезает при скролле */
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
  border-bottom: 1px solid #222;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Логотип */

.logo img {
  height: 40px;
}

/* Правая часть */

.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Телефон */

.phone {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}

/* Кнопки-иконки */

.icon-btn {
  width: 42px;
  height: 42px;
  background: #6faf3d; /* зелёный как на скрине */
  border-radius: 50%;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.2s;
}

@media (min-width: 700px) {
  .phone {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
  }
}

.icon-btn img {
  width: 20px;
  height: 20px;
}

.icon-btn:hover {
  transform: scale(1.08);
}

/* ===== MOBILE MENU ===== */

.mobile-menu {
  position: fixed;
  top: 64px;
  right: 0;
  width: 260px;
  background: #111;
  padding: 20px;

  display: flex;
  flex-direction: column;
  gap: 16px;

  transform: translateX(100%);
  transition: 0.3s;
  z-index: 999;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mobile-menu.open {
  transform: translateX(0);
}

/* Чтобы контент не прятался под фиксированным меню */

body {
  padding-top: 70px;
}

.quote-section {
  padding-top: 3.2em;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-height: 830px) {
  .quote-section {
    padding-top: 0.5em;
  }
}
.quote-text {
  text-align: center;
  font-weight: bold;

  font-size: 23px;
  font-family: "Poiret One", cursive;
}

.quote-container {
  align-items: center;
  justify-content: center;
  display: flex;
}

.question-container {
  width: 100%;

  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.question-header {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.question-header-text {
  font-weight: 700;
}

.faq-question:focus {
  outline: none;
}

/* Стили для первого экрана */
.main-screen {
  display: flex;
  flex-direction: column;
}

/* Стили для слайдера */
.slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
  background-color: #f5f5f5;
}

/* Информация о ведущем */
.hero-info {
  flex-grow: 1;
  padding: 40px 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-name {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.hero-tagline {
  font-size: 1.2rem;
  text-align: center;
  color: #ffd700;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.4;
}

.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.main-title {
  font-size: 46px;
  font-weight: 400;
  animation: fadeInUp 1s ease forwards;
}

.subtitle {
  font-size: 16px;
  font-weight: 300;
  margin-top: 24px;
  font-weight: normal;
  animation: fadeInUp 1s ease 0.3s forwards;
}

.content-container {
  padding-left: 0px;
  padding-right: 0px;
  width: 80%;
}

.content-wrapper {
  justify-content: center;
  display: flex;
}

.player {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;

  height: 55vh;
}
.player-play {
  width: 400px;
  height: 400px;
  cursor: pointer;
}
.player-screen {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  height: 520px;
  margin-top: 80px;
}
.question-screen {
  margin-top: 20px;
  padding-top: 20px;
}
.comment-screen {
  margin-top: 20px;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.partners {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background: #f3f3f3;
}

.partners__viewport {
  width: 100%;
  overflow: hidden;
}

.partners__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 4vw, 40px);
  animation: scroll 25s linear infinite;
}

.partners__item {
  flex: 0 0 auto;
}

.partners__item img {
  height: clamp(36px, 6vw, 70px);
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: 0.3s;
}

.partners__item img:hover {
  opacity: 1;
  filter: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .partners__item {
    width: 120px;
    height: 60px;
    margin: 0 20px;
  }
}

/* Круг с видео */
.video-circle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 1; /* нижний слой */
}

/* Само видео */
.video-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* SVG поверх видео */
.player-play {
  inset: 0;
  width: 50%;
  z-index: 2; 
  height: 50%;
  pointer-events: none; 
}
@media (max-width: 1250px) {
  .video-circle {
    width: 475px;
    height: 475x;
  }
  .player-screen {
    height: 475px;
  }
}

@media (max-width: 770px) {
  .video-circle {
    width: 350px;
    height: 350px;
  }
  .player-screen {
    height: 350px;
  }
}

.feedback-screen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.feedback-container {
  margin-top: 60px;
}
.feedback-header {
  justify-content: center;
  display: flex;
}
.feedback-header-text {
  font-weight: 700;
}

.faq-list {
  margin-top: 20px;
}
.faq-item {
  background-color: rgba(255, 255, 255, 0.918);
  padding: 20px 0;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2px;
  border-radius: 40px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
}
.faq-question p {
  color: black;

  font-size: 20px;
}
.faq-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
.faq-answer p {
  color: black;

  font-size: 16px;
}

.faq-question:hover {
  color: #3498db;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #555;
  line-height: 1.7;
  margin-top: 0;
  padding-left: 10px;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease;

  transform-origin: top;
  opacity: 0;
}

.faq-answer.open {
  max-height: 200px;
  margin-top: 15px;
  opacity: 1;

  /* Для скрытия содержимого при max-height: 0 */
  transform-origin: top;
}

.faq-icon {
  color: #3498db;
  font-size: 20px;
  transition: transform 0.3s linear;
}

.faq-icon.open {
  transform: rotate(45deg);
}

.floating-btn {
  position: fixed;
  right: 48px;
  bottom: 32px;
  width: 100px;
  font-weight: 700;
  height: 100px;
  background: #ebc726;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif;
  border: 2px solid white;
}

@media (max-width: 700px) {
  .floating-btn {
    right: 15px;
    bottom: 15px;
  }
  .player-screen {
    margin-top: 30px;
  }
}

.images-screen {
  margin-top: 20px;
}

.images-screen h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.images-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.images-round {
  width: 100%;
  height: 400px;
  border-radius: 45px;
  object-fit: cover;
}

.images-round:nth-child(2) {
  object-position: top;
}

@media (max-width: 1000px) {
  .images-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .images-round {
    height: auto;
    border-radius: 45px;
    object-fit: cover;
  }
}

/* ===== MEDIA SCREEN ===== */
.media-screen {
  margin-top: 40px;
}

.media-screen h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}

.media-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.media-item {
  position: relative;
  width: 100%;
  height: 650px;
  border-radius: 45px;
  overflow: hidden;
  cursor: pointer;
}

.media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.media-item.playing {
  cursor: default;
}

.media-item.playing .media-video {
  pointer-events: auto;
}

.media-text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.media-text p {
  font-family: "Poiret One", cursive;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

.media-heart {
  width: 90px;
  height: 90px;
  transform: scaleX(-1);
  animation: heartbeat 1.4s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scaleX(-1) scale(1);
  }
  14% {
    transform: scaleX(-1) scale(1.18);
  }
  28% {
    transform: scaleX(-1) scale(1);
  }
  42% {
    transform: scaleX(-1) scale(1.12);
  }
  56% {
    transform: scaleX(-1) scale(1);
  }
  100% {
    transform: scaleX(-1) scale(1);
  }
}

@media (max-width: 1000px) {
  .media-item {
    height: 450px;
  }

  .media-text p {
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  .media-screen {
    margin-top: 30px;
  }

  .media-screen h2 {
    font-size: 32px;
  }

  .media-item {
    height: 315px;
    border-radius: 30px;
  }

  .media-text {
    margin-top: 20px;
    gap: 10px;
  }

  .media-text p {
    font-size: 20px;
    text-align: center;
  }

  .media-heart {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 480px) {
  .media-item {
    height: 215px;
    border-radius: 25px;
  }

  .media-text p {
    font-size: 18px;
  }

  .media-heart {
    width: 60px;
    height: 60px;
  }
}

/* Pulse */
.pulse {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1.5px solid rgb(255, 255, 255);

  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: #fff;
  padding: 0px;
  width: 600px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  animation: scaleIn 0.3s ease;
  color: black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.modal-content-container {
  padding: 30px;
}
.modal-header-button-icon {
  color: white;
}
.modal-header-text {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
}

.comment-header {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-top: 20px;
}
.comment-header h1 {
  font-size: 42px;
}

.duv-screen {
  margin-top: 70px;
  background-image: url("../images/1278765.jpg");
  display: flex;

  width: 100vw;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  justify-content: center;
  align-items: start;
  min-height: 800px;
}
.duv-container {
  padding-left: 0px;
  padding-right: 0px;
  width: 80%;
  margin-top: 20px;
}

.character-image {
  height: 520px;
  width: 520px;
}

.character-screen {
  margin-top: 60px;
  flex-direction: row;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}

.character-text h2 {
  font-family: "Montserrat", sans-serif;
}
.character-image-wrapper {
  margin-right: 20px;
}

@media (max-width: 1250px) {
  .character-image {
    height: 380px;
    width: 380px;
  }
  .character-title h1 {
    font-size: 19px;
  }
  .character-text h2 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 770px) {
  .character-screen {
    margin-top: 60px;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .character-image {
    margin-bottom: 20px;
    height: 290px;
    width: 290px;
  }

  .character-image-wrapper {
    margin-right: 0px;
  }
}

.duv-container h1 {
  text-shadow: rgb(0 0 0 / 92%) 2px 4px 19px;
  font-weight: 700;
  color: #ffffff;
}
.duv-container h2 {
  text-shadow: rgb(0 0 0 / 92%) 2px 4px 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 700px) {
  .duv-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
.duv-header {
  text-align: center;
  margin-bottom: 20px;
}
.duv-header h1 {
  font-weight: 600;
}

.duv-screen p {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: rgb(0 0 0 / 92%) 2px 4px 19px;
}

.duv-screen p::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #6faf3d;
  font-size: 26px;
  font-weight: 700;
  text-shadow: none;
}

@media (max-width: 1024px) {
  .duv-container h2 {
    font-size: 27px;
  }
  .duv-screen p {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .duv-screen p::before {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  .duv-container h2 {
    font-size: 24px;
  }
  .duv-screen p {
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 8px;
  }
  .duv-screen p::before {
    font-size: 20px;
  }
}

.modal-header-button-wrapper {
  flex-direction: row;
  display: flex;
}
.modal-header-button {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #6faf3d;
  padding: 6px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 5px;
}

.modal-header {
  background-color: black;
  width: 100%;

  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 8px;
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.close {
  position: absolute;
  top: 54px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
}

.contact-btn {
  display: block;
  padding: 14px;
  margin-top: 15px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.tg {
  background: #2aa2dc;
}
.wa {
  background: #25d366;
}
.zv {
  background-color: #c9a227;
}
.mx {
  background-color: #274dc9de;
}

@media (max-width: 1300px) {
  .question-container {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 25px;
  }

  h1 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 20px 15px;
  }

  .faq-question {
    font-size: 16px;
  }
}

/* Медиа-запросы для адаптивности */
@media (max-width: 700px) {
  .hero-name {
    font-size: 2rem;
  }

  .modal-content {
    width: 280px;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .hero-tagline {
    font-size: 1.1rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .slider-section {
    height: 80vh;
    min-height: 450px;
  }
}

@media (max-width: 480px) {
  .hero-name {
    font-size: 1.8rem;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

.comment-rating {
  margin-top: 15px;
  color: #f39c12;
  font-size: 1.2rem;
  text-align: right;
}

/* Footer */
.site-footer {
  background-color: #1a1a1a;
  padding: 50px 0 0;
  margin-top: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 35px;
}

.footer-col {
  flex: 1;
}

.footer-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 12px;
}

.footer-nav-list a {
  text-decoration: none;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #6faf3d;
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 1024px) {
  .footer-inner {
    width: 90%;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding: 35px 0 0;
    margin-top: 40px;
  }

  .footer-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
  }

  .footer-heading {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .footer-nav-list a {
    font-size: 14px;
  }

  .footer-nav-list li {
    margin-bottom: 10px;
  }

  .footer-social-link {
    font-size: 14px;
  }

  .footer-social-icon {
    width: 34px;
    height: 34px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .footer-social-icon {
    width: 30px;
    height: 30px;
  }

  .footer-social-link {
    font-size: 13px;
    gap: 10px;
  }

  .footer-nav-list a {
    font-size: 13px;
  }
}
