﻿/* ===== START: GLOBAL BASE ===== */
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  background: #000;
  color: #fff;
}

html.lang-pending body {
  opacity: 0;
  visibility: hidden;
}
/* ===== END: GLOBAL BASE ===== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
}

.loader {
  width: 50px;
  height: 50px;
  border: 4px solid #333;
  border-top: 4px solid red;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ===== START: PAGE 1 (HERO) ===== */
div.titul-page {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  z-index: 4;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

@supports (height: 100svh) {
  div.titul-page {
    height: 100svh;
  }
}

@supports (height: 100dvh) {
  div.titul-page {
    height: 100dvh;
    min-height: 100dvh;
  }
}

/* Р СћР С‘РЎвЂљРЎС“Р В»РЎРЉР Р…Р С•Р Вµ Р Р†Р С‘Р Т‘Р ВµР С• */

div.titul-page video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Р С™Р С•Р Р…Р ВµРЎвЂ  РЎвЂљР С‘РЎвЂљРЎС“Р В»РЎРЉР Р…Р С•Р С–Р С• Р Р†Р С‘Р Т‘Р ВµР С• */

/* Р СњР В°РЎвЂЎР В°Р В»Р С• Р СР ВµР Р…РЎР‹ Р В±РЎС“РЎР‚Р С–Р ВµРЎР‚ */

.burger {
  position: relative;
  margin: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  z-index: 3;
}

.burger.visible {
  visibility: visible; /* РЎвЂљР ВµР С—Р ВµРЎР‚РЎРЉ Р Р…Р В° РЎРЊР С”РЎР‚Р В°Р Р…Р Вµ */
  opacity: 1;
}

.burger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  height: 100%;
}

.burger:active {
  background-color: #ff0000;
  transform: scale(0.97);
  border-radius: 10px;
}

.burger-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.lang-switcher {
  position: absolute;
  top: 18px;
  left: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 6px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

body.menu-open .lang-switcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.lang-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 0, 0, 0.45);
  background: rgba(255, 0, 0, 0.18);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lang-btn {
  border: 0;
  color: #ffffff;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}

.lang-btn.is-active {
  background: #ff0000;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(255, 0, 0, 0.32);
}

/* Р С™Р С•Р Р…Р ВµРЎвЂ  Р СР ВµР Р…РЎР‹ Р В±РЎС“РЎР‚Р С–Р ВµРЎР‚ */

/* Р СњР В°РЎвЂЎР В°Р В»Р С• Р СР ВµР Р…РЎР‹ Р Р† Р В±РЎС“РЎР‚Р С–Р ВµРЎР‚Р Вµ */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 255, 255, 0.08),
      transparent 40%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(255, 255, 255, 0.08),
      transparent 32%
    ),
    linear-gradient(180deg, #0b0b0b 0%, #000 65%, #090909 100%);
  backdrop-filter: blur(6px);
  padding: 28px 18px 30px;
  transition: transform 0.32s ease;
  transform: translateX(-100%);
  z-index: 3;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.sidebar.active {
  transform: translateX(0);
}

.close {
  position: relative;
  margin: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  z-index: 5;
}

.close:active {
  background-color: #ff0000;
  transform: scale(0.97);
  border-radius: 10px;
  height: 100%;
}

.close-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  width: min(460px, 90%);
  margin-left: auto;
  margin-right: auto;
  padding: 16px 10px 6px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 38px rgba(0, 0, 0, 0.5);
}

.menu a {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 10px;
  line-height: 1.2;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.logo-sidebar {
  display: flex;
  justify-content: center;
}

.logo-sidebar img {
  height: 150px;
  filter: drop-shadow(0 10px 24px rgba(255, 0, 0, 0.28));
}

/* Р С™Р С•Р Р…Р ВµРЎвЂ  Р СР ВµР Р…РЎР‹ Р Р† Р В±РЎС“РЎР‚Р С–Р ВµРЎР‚Р Вµ */

/* Р СћР С‘РЎвЂљРЎС“Р В»РЎРЉР Р…Р В°РЎРЏ Р Р…Р В°Р Т‘Р С—Р С‘РЎРѓРЎРЉ */

.title {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3.5em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
}

.subtitle {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 0, 0);
  font-size: 1.9em;
  top: -8px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
}

.titul-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -44%);
  width: min(92vw, 980px);
  z-index: 2;
}

.titul-content .title,
.titul-content .subtitle {
  position: static;
  inset: auto;
  margin: 0;
}

.titul-content .title {
  line-height: 1.05;
}

.titul-content .subtitle {
  margin-top: 2px;
  line-height: 1.1;
}

/* Responsive hero typography */
.titul-content .title {
  font-size: clamp(32px, 8.5vw, 64px);
}

.titul-content .subtitle {
  font-size: clamp(16px, 4.6vw, 30px);
}

/* Р С™Р С•Р Р…Р ВµРЎвЂ  РЎвЂљР С‘РЎвЂљРЎС“Р В»РЎРЉР Р…Р С•Р в„– Р Р…Р В°Р Т‘Р С—Р С‘РЎРѓР С‘ */

/* Р СњР В°РЎвЂЎР В°Р В»Р С• Р С”Р Р…Р С•Р С—Р С”Р С‘ Р В·Р В°Р С—Р С‘РЎРѓР С‘ */

.titul-button {
  position: absolute;
  bottom: calc(200px + env(safe-area-inset-bottom));
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  transform-origin: center center;
  padding: 13px 26px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, #ff2a2a 0%, #d10000 100%);
  box-shadow: 0 12px 24px rgba(209, 0, 0, 0.45);
  outline: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.titul-button:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 0, 0, 0.5);
}

.titul-button:active {
  background-color: #ffffff;
  transform: translateX(-50%) scale(0.97);
  border-radius: 10px;
  color: #000;
}

.titul-button.is-open {
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  color: #c40000;
}

#contact-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  overflow: visible;
  max-height: none;
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: calc(94px + env(safe-area-inset-bottom));
  transform: translateX(-50%) translateY(12px) scale(0.95);
  pointer-events: none;
}

#contact-buttons.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
}

#contact-buttons a {
  padding: 0;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  opacity: 0;
  transform: translateY(8px) scale(0.92);
}

#contact-buttons.show a {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#contact-buttons.show a:nth-child(1) {
  transition-delay: 0.05s;
}

#contact-buttons.show a:nth-child(2) {
  transition-delay: 0.12s;
}

#contact-buttons a:hover {
  transform: translateY(-2px) scale(1.03);
}

.wa {
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.tg {
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
/* ===== END: PAGE 1 (HERO) ===== */
/* ===== START: ABOUT PAGE ===== */
.about-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: clamp(56px, 7vw, 88px) clamp(18px, 5vw, 60px);
  box-sizing: border-box;
  background: #040404;
  overflow: hidden;
  z-index: 3;
}

.about-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 4vw, 36px);
  align-items: stretch;
  z-index: 3;
}
.about-main {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  padding: clamp(20px, 4vw, 38px);
  backdrop-filter: blur(4px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-kicker {
  margin: 0;
  color: #cacaca;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
}

.about-title {
  position: relative;
  display: inline-block;
  margin: 12px 0 20px;
  font-size: clamp(30px, 5.2vw, 42px);
  color: #ffffff;
  padding-bottom: 12px;
}

.about-text {
  margin: 0;
  color: #e6e6e6;
  line-height: 1.7;
  max-width: 620px;
}

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  justify-content: center;
}

.about-chips span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 14px;
  border: 1px solid rgba(255, 0, 0, 0.4);
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.1);
}

.about-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  padding: 12px 20px;
  background: #d60000;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.about-link:hover {
  transform: translateY(-2px);
  background: #ff0000;
  box-shadow: 0 12px 26px rgba(255, 0, 0, 0.35);
}

.about-panel {
  position: relative;
  padding: clamp(22px, 4vw, 32px);
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.01)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-panel-light {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.32);
  filter: blur(46px);
  top: -70px;
  right: -40px;
  pointer-events: none;
}

.about-panel-title {
  position: relative;
  margin: 0 0 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 30px);
  padding-bottom: 12px;
}

.about-panel-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 86px;
  height: 4px;
  background: #ff0000;
  border-radius: 999px;
}

.about-stats {
  position: relative;
  display: grid;
  gap: 12px;
}

.about-stat {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: rgba(0, 0, 0, 0.28);
}

.about-stat strong {
  display: inline-block;
  color: #ff2b2b;
  font-size: 19px;
  margin-bottom: 4px;
}

.about-stat p {
  margin: 0;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.5;
}

.about-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.about-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* ===== END: ABOUT PAGE ===== */

/* ===== START: PAGE 2 (ACHIEVEMENTS CARDS) ===== */
div.second-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: clamp(56px, 7vw, 88px) 16px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  background: #090909;
  overflow: hidden;
}

div.second-page::before,
div.second-page::after,
div.third-page::before,
div.third-page::after,
.vijv-page::before,
.vijv-page::after,
.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.block-trainer {
  position: relative;
  padding: 65px 125px; /* Р С—РЎР‚Р С‘Р СР ВµРЎР‚ Р С•РЎвЂљРЎРѓРЎвЂљРЎС“Р С—Р С•Р Р† */
  display: grid;
  grid-template-columns: repeat(1, 0px);
  grid-auto-rows: 220px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 40px;
  z-index: 3;
}

div.trainer-info {
  position: relative;
  width: 280px;
  height: 250px;
  background: #ffffff;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  top: -5px;
  opacity: 1;
  transition: all 0.6s ease;
}

div.trainer-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

div.trainer-info img:hover {
  transform: scale(1.05);
}

.cards-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 320px));
  gap: 22px;
  justify-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.achievements-title {
  margin: 0 0 30px;
  font-size: clamp(32px, 5vw, 42px);
  color: #ffffff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding-bottom: 12px;
  text-align: center;
}

.card {
  width: min(320px, 100%);
  height: 340px;
  perspective: 1000px;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.35s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.72s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.card.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card-front img,
.card-front video,
.card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.card-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 35%,
    rgba(0, 0, 0, 0.62) 100%
  );
}

.card-front::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 12px;
  z-index: 2;
}

.first1 {
  font-size: clamp(24px, 4.6vw, 30px);
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.15;
}

.second2 {
  font-size: 18px;
  color: #ff3737;
  margin: 0 0 10px;
}

.third3 {
  font-size: 14px;
  color: #d2d2d2;
  margin: 0;
  line-height: 1.55;
}

.card-back {
  transform: rotateY(180deg);
  background:
    linear-gradient(150deg, rgba(255, 0, 0, 0.18), rgba(255, 0, 0, 0) 42%),
    #111111;
  display: flex;
  justify-items: center;
  flex-direction: column;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
  text-align: center;
  gap: 2px;
}
/* ===== END: PAGE 2 (ACHIEVEMENTS CARDS) ===== */

div.title-achievements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  padding: 0px 16px;
  position: relative;
  z-index: 3;
  background: #000;
}

/* ===== START: PAGE 3 (COACH SECTION) ===== */
div.third-page {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 0 16px clamp(56px, 7vw, 88px);
  z-index: 3;
  box-sizing: border-box;
  background: #050505;
  overflow: hidden;
}

.profile-card {
  position: relative;
  width: min(340px, 100%);
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.45);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* Р В·Р В°РЎвЂљР ВµР СР Р…РЎРЏРЎР‹РЎвЂ°Р С‘Р в„– РЎРѓР В»Р С•Р в„– */
.dark-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.82));
  opacity: 0;
  transition: 0.4s ease;
}

/* РЎвЂљР ВµР С”РЎРѓРЎвЂљ */
.info-box {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.info-box h3 {
  font-size: clamp(30px, 5.2vw, 40px);
  font-weight: bold;
  margin: 10px 0 14px;
  line-height: 1.08;
}

.info-box {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.6;
}

/* Р В°Р С”РЎвЂљР С‘Р Р†Р Р…Р С•Р Вµ РЎРѓР С•РЎРѓРЎвЂљР С•РЎРЏР Р…Р С‘Р Вµ */
.profile-card.is-open .dark-layer {
  opacity: 1;
}

.profile-card.is-open .info-box {
  opacity: 1;
  transform: translateY(0);
}

.profile-card.is-open .profile-image {
  transform: scale(1.08);
}

.second-trainer {
  display: grid;
  gap: 14px;
  z-index: 3;
  position: relative;
  margin-top: 26px;
  width: min(720px, 100%);
}

.second-trainer img {
  width: clamp(54px, 10vw, 82px);
  padding: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.mini-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.p1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.p2 {
  font-family: "Poppins", sans-serif;
  margin: 8px 0 0;
  color: #bbbbbb;
  line-height: 1.5;
}

.mini-subtitle {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
/* ===== END: PAGE 3 (COACH SECTION) ===== */

/* Р С™Р С•Р Р…Р ВµРЎвЂ  РЎвЂљРЎР‚Р ВµРЎвЂљРЎРЉР ВµР в„– РЎРѓРЎвЂљРЎР‚Р В°Р Р…Р С‘РЎвЂ РЎвЂ№ */

/* ===== START: PAGE 4 (TRANSITION BLOCK) ===== */
div.four-page {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: clamp(56px, 7vw, 88px) clamp(18px, 5vw, 56px);
  box-sizing: border-box;
  z-index: 3;
  background: #000000;
}

.faq-section {
  padding: clamp(56px, 7vw, 88px) 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.faq-kicker {
  display: block;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  width: fit-content;
  max-width: min(100%, 360px);
  white-space: normal;
  line-height: 1.35;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.faq-title {
  margin: 14px auto;
  font-size: 32px;
  color: #ffffff;
  position: relative;
  display: block;
  width: fit-content;
  text-align: center;
  padding-bottom: 14px;
}

.title-mini-span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.faq-title::after,
.title-mini-span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 86px;
  height: 4px;
  background: #ff0000;
  border-radius: 999px;
}

.faq-subtitle {
  margin: 0 0 30px;
  color: #b9b9b9;
  line-height: 1.6;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 0, 0, 0.45);
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.015);
  border-radius: 10px;
  transition: background 0.25s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 12px;
}

.faq-question span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-icon {
  color: #ff0000;
  font-size: 24px;
  width: 22px;
  line-height: 1;
  flex: 0 0 22px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0 12px 14px 48px;
  color: #d8d8d8;
  line-height: 1.6;
}

.faq-item.is-open .faq-icon {
  color: #ffffff;
  transform: rotate(90deg);
}

.faq-item.is-open {
  background: rgba(255, 0, 0, 0.06);
}

.footer-trainer {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px red;
}

.trainer-footer {
  width: 280px;
  height: 370px;
  perspective: 1000px;
  cursor: pointer;
  z-index: 3;
  bottom: 5%;
  position: relative;
}

.trainer {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.card-img {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  overflow: hidden;
  backface-visibility: hidden;
  border: 5px solid red;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.trainer-text {
  margin: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 35px;
}
/* ===== END: PAGE 4 (TRANSITION BLOCK) ===== */

/* ===== START: PAGE 5 (SLIDER) ===== */
div.vijv-page {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16px clamp(56px, 7vw, 88px);
  z-index: 3;
  background: #000000;
  box-sizing: border-box;
}

.training-slider {
  width: 85%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.slider-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Р В·Р В°РЎвЂљР ВµР СР Р…Р ВµР Р…Р С‘Р Вµ */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* РЎвЂљР ВµР С”РЎРѓРЎвЂљ Р С—Р С•Р Р†Р ВµРЎР‚РЎвЂ¦ */
.slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  z-index: 2;
  color: white;
}

.slide-content h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.slide-content p {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

/* Р С”Р Р…Р С•Р С—Р С”Р В° */
.join-btn {
  background: red;
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.join-btn:active {
  background-color: #ffffff;
  color: #000000;
  transform: scale(0.97);
  border-radius: 10px;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.join-btn.active {
  background: white;
  color: red;
}

/* РЎвЂљР С•РЎвЂЎР С”Р С‘ */
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  transition: 0.3s;
}

.dot.active {
  background: red;
}

.title-vijv-page {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  border: none; /* РЎС“Р В±Р С‘РЎР‚Р В°Р ВµР С РЎРѓРЎвЂљР В°РЎР‚РЎС“РЎР‹ РЎР‚Р В°Р СР С”РЎС“ */
  padding-bottom: 12px; /* Р СР ВµРЎРѓРЎвЂљР С• Р С—Р С•Р Т‘ Р В»Р С‘Р Р…Р С‘РЎР‹ */
}

.title-vijv-page span {
  display: block; /* Р С—Р ВµРЎР‚Р ВµР Р…Р С•РЎРѓ Р Р…Р В° Р Р…Р С•Р Р†РЎС“РЎР‹ РЎРѓРЎвЂљРЎР‚Р С•Р С”РЎС“ */
  text-align: center;
}
/* ===== END: PAGE 5 (SLIDER) ===== */

/* Р С™Р С•Р Р…Р ВµРЎвЂ  Р С—РЎРЏРЎвЂљР С•Р в„– РЎРѓРЎвЂљРЎР‚Р В°Р Р…Р С‘РЎвЂ РЎвЂ№ */

/* Р СџР С•Р Т‘Р Р†Р В°Р В» */

/* ===== START: MAP SECTION ===== */
.map-section {
  position: relative;
  width: 100%;
  padding: 55px 16px;
  box-sizing: border-box;
}

.map-shell {
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.18), transparent 44%),
    linear-gradient(180deg, #050505 0%, #000000 100%);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.4);
}

.map-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.map-title {
  margin: 10px 0 20px;
  text-align: center;
  font-size: clamp(1.7rem, 4.6vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
}

.map-frame-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 6px;
  background: linear-gradient(
    135deg,
    rgba(255, 0, 0, 0.24),
    rgba(255, 255, 255, 0.18)
  );
  overflow: hidden;
}

.map-frame {
  display: block;
  width: 100%;
  height: clamp(320px, 52vw, 480px);
  border-radius: 14px;
  filter: saturate(1.05) contrast(1.04);
  background: #050505;
}

.map-address {
  margin: 14px auto 0;
  width: min(860px, 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
}

.map-address-icon {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  flex: 0 0 24px;
}

.map-address-icon img {
  width: 130%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.map-address-text {
  margin: 0;
  font-size: clamp(0.9rem, 2.4vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.map-frame.is-hidden {
  display: none;
}

.map-consent-state {
  display: none;
  min-height: clamp(320px, 52vw, 480px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.015)
    ),
    #040404;
  color: #f0f0f0;
  text-align: center;
  padding: 24px 18px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}

.map-consent-state p {
  margin: 0;
  max-width: 420px;
  line-height: 1.5;
}

.map-consent-state.is-visible {
  display: flex;
}

.map-consent-btn {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(180deg, #ff2323 0%, #c70000 100%);
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  width: min(560px, calc(100% - 22px));
  transform: translateX(-50%) translateY(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 30;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cookie-banner__content {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 0, 0, 0.12), transparent 46%),
    linear-gradient(160deg, rgba(13, 13, 13, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.5);
  padding: 14px 14px 12px;
}

.cookie-banner__title {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.cookie-banner__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.cookie-banner__actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.cookie-btn {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
}

.cookie-btn--allow {
  background: linear-gradient(180deg, #ff2323 0%, #be0000 100%);
}

.cookie-btn--deny {
  background: rgba(255, 255, 255, 0.08);
}
/* ===== END: MAP SECTION ===== */

/* ===== START: PRIVACY POLICY ===== */
.privacy-open-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(255, 25, 25, 0.95) 0%,
    rgba(160, 0, 0, 0.95) 100%
  );
}

.privacy-open-btn--footer {
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  margin: 0 0 8px;
  z-index: 4;
}

.privacy-drawer {
  position: fixed;
  inset: 0;
  z-index: 35;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.privacy-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.privacy-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.privacy-drawer.is-open .privacy-backdrop {
  opacity: 1;
}

.privacy-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, 100%);
  height: 100%;
  box-sizing: border-box;
  padding: 54px 18px 22px;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 0, 0, 0.12), transparent 40%),
    linear-gradient(170deg, #0d0d0d 0%, #020202 75%);
  box-shadow: -14px 0 36px rgba(0, 0, 0, 0.45);
  transform: translateX(108%);
  transition: transform 0.34s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.privacy-drawer.is-open .privacy-panel {
  transform: translateX(0);
}

.privacy-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  font-size: 20px;
}

.privacy-kicker {
  margin: 0 0 4px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}

.privacy-title {
  margin: 8px 0 10px;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  color: #fff;
}

.privacy-text {
  margin: 0 0 14px;
  text-align: center;
  max-width: 100%;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.privacy-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 14px 15px;
}

.privacy-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.privacy-card p {
  margin: 0;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.privacy-reset-btn {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 9px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #ff2323 0%, #be0000 100%);
}

.privacy-consent-box {
  display: none;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
}

.privacy-consent-box.is-visible {
  display: block;
}

.privacy-consent-box p {
  margin: 0 0 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.privacy-consent-actions {
  display: flex;
  gap: 8px;
}

.privacy-consent-actions .cookie-btn {
  min-height: 42px;
}

/* ===== END: PRIVACY POLICY ===== */

/* ===== START: FOOTER ===== */
footer.last-page {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 34px 16px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #930000 0%,
    #6f0000 20%,
    #320000 34%,
    #050505 62%
  );
  z-index: 3;
}

footer.last-page .logo-footer,
footer.last-page .contacts,
footer.last-page .with,
footer.last-page .line-footer {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

footer.last-page.is-visible .logo-footer,
footer.last-page.is-visible .contacts,
footer.last-page.is-visible .with,
footer.last-page.is-visible .line-footer {
  opacity: 1;
  transform: translateY(0);
}

footer.last-page.is-visible .logo-footer {
  transition-delay: 40ms;
}
footer.last-page.is-visible .contacts {
  transition-delay: 140ms;
}
footer.last-page.is-visible .with {
  transition-delay: 230ms;
}
footer.last-page.is-visible .line-footer {
  transition-delay: 320ms;
}

div.overlay-footer {
  background: transparent;
  z-index: 3;
  width: min(920px, 100%);
  height: auto;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  order: 3;
}

.with-img {
  top: auto;
  height: 44px;
  position: relative;
  opacity: 0.9;
}

.logo-footer {
  position: relative;
  width: min(420px, 76%);
  z-index: 3;
  margin-top: 0;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.45));
  order: 1;
}
.contacts {
  position: relative;
  top: auto;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 6px;
  order: 2;
}

.contact-link {
  display: inline-flex;
  text-decoration: none;
}

.contact-internet {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.contacts img:active {
  background-color: rgba(255, 0, 0, 0.35);
  transform: scale(0.97);
  border-radius: 14px;
}

.line-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  width: 100%;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 14px;
  margin-top: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 4;
}

.info {
  position: relative;
  inset: auto;
  padding-top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
}

.info p {
  position: static;
  inset: auto;
  padding-top: 0;
  margin: 0;
  z-index: 2;
  color: rgb(255, 0, 0);
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
}

.with p {
  position: static;
  inset: auto;
  padding-top: 0;
  margin: 0;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.with {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  height: auto;
  top: auto;
}

.support-note {
  display: block;
  width: min(560px, 92%);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

/* ===== END: FOOTER ===== */

/* Р С™Р С•Р Р…Р ВµРЎвЂ  Р С—Р С•Р Т‘Р Р†Р В°Р В»Р В° */

/* ===== START: COACH + ACHIEVEMENTS REDESIGN ===== */
.coach-shell,
.achievements-shell {
  width: min(1120px, 100%);
  position: relative;
  z-index: 3;
}

.coach-shell {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.015)
  );
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
}

.coach-header {
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.coach-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d0d0d0;
}

.coach-shell .coach-title {
  margin: 10px auto 14px;
}

.coach-subtitle {
  margin: 0 auto;
  max-width: 700px;
  color: #c7c7c7;
  line-height: 1.65;
}

.coach-layout {
  display: grid;
  gap: 16px;
}

.profile-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}

.coach-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  animation: badgePulse 2.6s ease-in-out infinite;
}

.coach-signature {
  margin: 10px 0 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #cfcfcf;
  text-transform: uppercase;
}

.second-trainer {
  margin-top: 0;
}

.second-trainer .mini-title {
  position: relative;
  overflow: hidden;
}

.second-trainer .mini-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0)
  );
  transition: left 0.7s ease;
}

.second-trainer .mini-title:hover::after {
  left: 140%;
}

.mini-title-accent {
  border-color: rgba(255, 0, 0, 0.45);
  background: linear-gradient(
    130deg,
    rgba(255, 0, 0, 0.17),
    rgba(255, 255, 255, 0.03)
  );
}

.achievements-shell {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.01)
  );
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.4);
}

.achievements-head {
  text-align: center;
}

.achievements-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #cecece;
}

.achievements-subtitle {
  margin: 0 auto;
  max-width: 700px;
  color: #c5c5c5;
  line-height: 1.65;
}

.achievements-shell .achievements-title {
  margin: 10px auto 14px;
}

.achievements-strip {
  margin: 22px 0 24px;
  display: grid;
  gap: 10px;
}

.achievement-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 14px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.achievement-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 0, 0, 0.55);
  background: rgba(255, 0, 0, 0.12);
}

.achievement-chip strong {
  color: #ff3a3a;
  font-size: 22px;
  line-height: 1;
}

.achievement-chip span {
  color: #ececec;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.card-tag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.46);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.second-page .black-points {
  opacity: 0.22;
  mix-blend-mode: screen;
}

.coach-reveal,
.achievements-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.coach-reveal.is-visible,
.achievements-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes badgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.32);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
/* ===== END: COACH + ACHIEVEMENTS REDESIGN ===== */

/* ===== START: JOIN + FAQ REDESIGN ===== */
.vijv-page {
  background: #060606;
  padding: clamp(62px, 7vw, 96px) 16px clamp(62px, 7vw, 96px);
  overflow: hidden;
}

.join-shell {
  width: min(1120px, 100%);
  position: relative;
  z-index: 3;
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.01)
  );
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.4);
}

.join-shell::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.28);
  filter: blur(58px);
  pointer-events: none;
}

.join-extras {
  width: 100%;
  margin-top: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  text-align: center;
}

@media (min-width: 900px) {
  .join-extras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "schedule reviews"
      "gallery gallery";
  }

  .schedule-card {
    grid-area: schedule;
  }

  .reviews-card {
    grid-area: reviews;
  }

  .gallery-card {
    grid-area: gallery;
  }
}

.join-card {
  position: relative;
  padding: 20px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 0, 0, 0.18), transparent 55%),
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.01)
    );
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.join-card-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.join-card-title {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.8vw, 24px);
}

.join-card-sub {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.schedule-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 0, 0, 0.45);
  background: rgba(255, 0, 0, 0.12);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.schedule-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.schedule-time {
  font-weight: 700;
  color: #fff;
}

.schedule-group {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}

.schedule-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.media-grid {
  display: grid;
  gap: 14px;
}

.media-row {
  display: flex;
  gap: 14px;
}

.media-tile {
  position: relative;
  flex: 0 0 calc(50% - 14px);
  min-width: 240px;
  height: clamp(240px, 26vw, 360px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b0b0b;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  transition: flex-basis 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  transform: translateZ(0);
}

.media-tile.is-hovered {
  flex-basis: calc(65% - 14px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

.media-tile.is-shrunk {
  flex-basis: calc(35% - 14px);
}

/* Hover resize handled per-row; avoid shrinking all tiles on hover */

.media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.media-tile::after {
  content: none;
}

.media-tile:hover .media-video,
.media-tile.is-playing .media-video {
  transform: scale(1.06);
}

.media-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: #fff;
}

.media-overlay p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.media-pill {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.media-arrow {
  justify-self: end;
  font-size: 18px;
  opacity: 0.8;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.review-card {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.review-name {
  font-weight: 700;
}

.review-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.review-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  text-align: left;
}


.blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 44px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 0, 0.6);
  background:
    linear-gradient(120deg, rgba(255, 0, 0, 0.28), rgba(255, 0, 0, 0) 60%),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 14px 30px rgba(255, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.blog-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 0.75),
    rgba(255, 255, 255, 0.22),
    rgba(255, 0, 0, 0.75)
  );
  opacity: 0.18;
  z-index: -1;
}

.blog-button::after {
  content: "";
  position: absolute;
  inset: -40% 60% -40% -60%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0)
  );
  transform: translateX(-60%);
  transition: transform 0.6s ease;
  z-index: -1;
}

/* hover эффект */

.blog-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.35);
  border-color: rgba(255, 0, 0, 0.9);
}

.blog-button:hover::after {
  transform: translateX(60%);
}

.blog-button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 0, 0, 0.35),
    0 18px 40px rgba(255, 0, 0, 0.35);
}
body {
  opacity: 0;
  animation: pageFade 0.6s ease forwards;
}

@keyframes pageFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slider-wrapper {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.slide img {
  height: clamp(420px, 56vw, 560px);
}

.slide-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 24px;
}

.slide-content h2 {
  margin: 0;
  font-size: clamp(29px, 4vw, 38px);
}

.slide-content p {
  margin: 0;
  color: #f0f0f0;
  line-height: 1.6;
  max-width: min(92%, 640px);
}

.join-btn {
  width: fit-content;
  min-width: 160px;
  align-self: center;
  border-radius: 12px;
  background: #d90000;
  box-shadow: 0 12px 25px rgba(217, 0, 0, 0.34);
}

.join-btn:hover {
  transform: translateY(-2px);
  background: #ff0000;
}

.slider-dots {
  margin-top: 16px;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #666;
}

.dot.active {
  background: #ff2d2d;
  box-shadow: 0 0 0 6px rgba(255, 45, 45, 0.22);
}

.faq-section {
  padding: clamp(56px, 7vw, 88px) 16px;
  background: linear-gradient(
    180deg,
    #930000 0%,
    #6f0000 20%,
    #320000 34%,
    #050505 62%
  );
}

.faq-section::before {
  top: -1px;
  height: clamp(70px, 10vw, 120px);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 0, 0, 0.18) 0,
      rgba(255, 0, 0, 0) 50%
    ),
    linear-gradient(
      180deg,
      rgba(255, 0, 0, 0.18) 0%,
      rgba(255, 0, 0, 0.08) 36%,
      rgba(5, 5, 5, 0) 100%
    );
}

.faq-section::after {
  bottom: -1px;
  height: clamp(68px, 9vw, 110px);
  background:
    linear-gradient(
      90deg,
      rgba(255, 0, 0, 0) 0%,
      rgba(255, 0, 0, 0.45) 18%,
      rgba(255, 0, 0, 0.95) 50%,
      rgba(255, 0, 0, 0.45) 82%,
      rgba(255, 0, 0, 0) 100%
    ),
    radial-gradient(circle, rgba(255, 0, 0, 0.9) 0 3px, rgba(255, 0, 0, 0) 4px),
    radial-gradient(circle, rgba(255, 0, 0, 0.9) 0 3px, rgba(255, 0, 0, 0) 4px),
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0) 0%,
      rgba(8, 8, 8, 0.72) 62%,
      #070707 100%
    );
  background-repeat: no-repeat;
  background-size:
    100% 2px,
    8px 8px,
    8px 8px,
    100% 100%;
  background-position:
    center 14px,
    16% 14px,
    84% 14px,
    center;
}

.faq-kicker {
  display: block;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  width: fit-content;
  max-width: min(100%, 360px);
  white-space: normal;
  line-height: 1.35;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.faq-title {
  margin-top: 16px;
  margin-bottom: 14px;
}

.faq-subtitle {
  margin-bottom: 24px;
}

.faq-list {
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 0;
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 0, 0, 0.38);
  background: rgba(255, 0, 0, 0.08);
}

.faq-question {
  padding: 16px 14px;
}

.faq-answer p {
  margin: 0 14px 16px 50px;
}

.faq-item.is-open {
  border-color: rgba(255, 0, 0, 0.45);
  background: rgba(255, 0, 0, 0.11);
}
/* ===== END: JOIN + FAQ REDESIGN ===== */

/* ===== START: UNIFIED SECTION SPACING ===== */
:root {
  --section-transition-gap: 55px;
  --section-content-edge-gap: 55px;
}

div.second-page,
.map-section,
.four-page faq-section div.third-page,
.vijv-page,
.faq-section {
  padding: 0 16px clamp(56px, 7vw, 88px);
}

.about-page::after,
div.second-page::before,
div.second-page::after,
div.third-page::before,
div.third-page::after,
.vijv-page::before,
.vijv-page::after,
.faq-section::before,
.faq-section::after {
  height: var(--section-transition-gap);
}

.menu a,
.burger,
.close,
.titul-button,
.join-btn,
.lang-btn,
.faq-question,
#contact-buttons a,
.about-link {
  transition:
    transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
  will-change: transform;
}

.sidebar.active .menu a {
  opacity: 1;
  transform: translateX(0);
}

.sidebar.active .menu a:nth-child(1) {
  transition-delay: 40ms;
}
.sidebar.active .menu a:nth-child(2) {
  transition-delay: 80ms;
}
.sidebar.active .menu a:nth-child(3) {
  transition-delay: 120ms;
}
.sidebar.active .menu a:nth-child(4) {
  transition-delay: 160ms;
}
.sidebar.active .menu a:nth-child(5) {
  transition-delay: 200ms;
}
.sidebar.active .menu a:nth-child(6) {
  transition-delay: 240ms;
}
.sidebar.active .menu a:nth-child(7) {
  transition-delay: 280ms;
}
.sidebar.active .menu a:nth-child(8) {
  transition-delay: 320ms;
}

.menu a[data-open-privacy="true"] {
  border-color: rgba(255, 0, 0, 0.45);
  background-size:
    100% 2px,
    8px 8px,
    8px 8px,
    100% 100%;
  background-position:
    center 14px,
    16% 14px,
    84% 14px,
    center;
}

.menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.menu a:active {
  transform: translateY(1px) scale(0.95);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.burger:hover,
.close:hover,
.join-btn:hover,
.lang-btn:hover,
#contact-buttons a:hover,
.about-link:hover {
  border-radius: 10px;
  filter: brightness(1.08);
}

.burger:active,
.close:active,
.join-btn:active,
.lang-btn:active,
.faq-question:active,
#contact-buttons a:active,
.about-link:active {
  background: rgba(255, 0, 0, 0.2);
  border-radius: 10px;
  transform: translateY(1px) scale(0.95);
  filter: brightness(1.06);
}

.burger:active,
.close:active {
  height: 48px;
}

.titul-button:active {
  animation: buttonPressPop 0.22s ease;
}

@keyframes buttonPressPop {
  0% {
    transform: translateX(-50%) scale(1);
  }
  55% {
    transform: translateX(-50%) scale(0.93);
  }
  100% {
    transform: translateX(-50%) scale(0.97);
  }
}
/* ===== END: UNIFIED PRESS ANIMATION ===== */

/* ===== START: SCROLL STAGGER REVEALS ===== */
.scroll-reveal-item {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  filter: blur(3px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    filter 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.scroll-reveal-item.is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
/* ===== END: SCROLL STAGGER REVEALS ===== */

/* ===== START: RESPONSIVE ===== */
@media (max-width: 1024px) {

  .titul-button {
    bottom: calc(170px + env(safe-area-inset-bottom));
  }

  #contact-buttons {
    bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .media-grid {
    gap: 12px;
  }

  .media-tile {
    height: clamp(220px, 30vw, 320px);
  }
}

@media (max-width: 900px) {
  .media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .media-row {
    display: contents;
  }

  .media-tile {
    min-width: 0;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .media-overlay p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .lang-switcher {
    top: 12px;
    left: 10px;
    gap: 4px;
    padding: 4px 6px;
  }

  .lang-hint {
    font-size: 10px;
    padding: 5px 8px;
  }

  .lang-btn {
    font-size: 11px;
    padding: 6px 8px;
  }
}

@media (max-width: 520px) {
  .titul-button {
    bottom: calc(140px + env(safe-area-inset-bottom));
    font-size: 1em;
    padding: 12px 22px;
  }

  #contact-buttons {
    gap: 10px;
  }

  .wa,
  .tg {
    width: 60px;
    position: relative;
    bottom: -35%;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-tile {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 640px) {
  .coach-shell {
    padding: 16px 14px;
    border-radius: 20px;
  }

  .coach-header {
    margin-bottom: 14px;
  }

  .coach-subtitle {
    line-height: 1.55;
    font-size: 14px;
  }

  .profile-card {
    width: min(320px, 100%);
    height: 430px;
  }

  .coach-badge {
    top: 10px;
    left: 10px;
    font-size: 11px;
    padding: 7px 10px;
  }

  .info-box {
    padding: 18px;
    font-size: 14px;
  }

  .info-box h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .second-trainer {
    width: 100%;
    gap: 10px;
    margin-top: 16px;
  }

  .mini-title {
    gap: 10px;
    padding: 12px;
  }

  .second-trainer img {
    width: 50px;
  }

  .p1 {
    font-size: 16px;
  }

  .p2 {
    font-size: 14px;
    line-height: 1.45;
  }

  .achievements-shell {
    padding: 16px 14px;
    border-radius: 20px;
  }

  .achievements-head {
    text-align: center;
  }

  .achievements-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  .achievements-strip {
    margin: 14px 0 16px;
    gap: 8px;
  }

  .achievement-chip {
    padding: 10px 12px;
    gap: 8px;
  }

  .achievement-chip strong {
    font-size: 18px;
  }

  .achievement-chip span {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card {
    width: min(320px, 100%);
    height: 320px;
  }

  .vijv-page,
  .faq-section,
  .map-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .join-shell,
  .faq-wrapper,
  .map-shell {
    padding: 16px 0px;
    border-radius: 20px;
  }

  .title-vijv-page {
    font-size: clamp(28px, 8.2vw, 34px);
    margin: 0 0 14px;
    text-align: center;
  }

  .training-slider {
    max-width: 360px;
    padding: 10px;
    border-radius: 18px;
  }

  .slider-wrapper {
    border-radius: 16px;
  }

  .slide img {
    height: clamp(330px, 95vw, 460px);
  }

  .slide-content {
    padding: 16px;
    gap: 10px;
  }

  .slide-content h2 {
    font-size: clamp(26px, 9vw, 34px);
  }

  .slide-content p {
    font-size: 15px;
    line-height: 1.45;
    max-width: 100%;
  }

  .join-btn {
    min-width: 150px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .faq-kicker {
    max-width: 100%;
    padding: 7px 12px;
    font-size: 11px;
  }

  .faq-title {
    font-size: clamp(32px, 9.2vw, 40px);
    text-align: center;
  }

  .faq-subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .faq-question {
    padding: 14px 12px;
    font-size: 15px;
    gap: 10px;
  }

  .faq-answer p {
    margin: 0 12px 14px 40px;
    font-size: 14px;
    line-height: 1.5;
  }

  .map-title {
    font-size: clamp(30px, 8.8vw, 38px);
    margin-bottom: 14px;
  }

  .map-frame-wrap {
    padding: 4px;
    width: 90%;
    border-radius: 14px;
  }

  .map-frame,
  .map-consent-state {
    min-height: 300px;
    height: clamp(300px, 82vw, 420px);
  }

  .map-address {
    margin-top: 10px;
    gap: 15px;
    padding: 8px 14px;
  }

  .map-address-text {
    font-size: 14px;
  }

  .cookie-banner {
    bottom: 10px;
    width: calc(100% - 14px);
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .privacy-panel {
    width: 100%;
    padding: 52px 14px 16px;
  }

  .privacy-grid {
    gap: 10px;
  }

  .privacy-card {
    padding: 11px 10px;
  }

  .sidebar {
    overflow-y: auto;
    padding: 18px 12px 18px;
  }

  .menu {
    width: min(460px, 100%);
    gap: 10px;
    padding: 10px 8px 6px;
  }

  .menu a {
    font-size: 14px;
    padding: 10px 8px;
  }

  footer.last-page {
    min-height: 480px;
    padding: 28px 14px 20px;
  }

  .logo-footer {
    width: min(360px, 80%);
  }

  .contact-internet {
    width: 48px;
    height: 48px;
    padding: 9px;
  }

  .info {
    font-size: 14px;
  }

  .info p,
  .with p {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .coach-layout {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }

  .profile-card-wrap {
    width: fit-content;
    margin-inline: auto;
  }

  .profile-card {
    width: 340px;
    height: 470px;
  }

  .second-trainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 100%);
    gap: 12px;
  }

  .second-trainer .mini-title:last-child {
    grid-column: 1 / -1;
    max-width: min(560px, 100%);
    margin-inline: auto;
  }

  .achievements-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .achievement-chip {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(250px, 320px));
    justify-content: center;
  }

  .join-shell,
  .faq-wrapper,
  .map-shell {
    width: min(1020px, 100%);
  }

  .training-slider {
    width: min(900px, 100%);
    max-width: 900px;
  }

  .slide img {
    height: clamp(420px, 54vw, 560px);
  }

  .slide-content {
    padding: 22px;
  }

  .slide-content h2 {
    font-size: clamp(30px, 3.9vw, 38px);
  }

  .faq-wrapper {
    padding: 22px 0px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-question {
    padding: 15px 14px;
  }

  .map-frame-wrap {
    max-width: 860px;
  }

  .map-address {
    width: min(860px, 100%);
  }

  .cookie-banner {
    width: min(620px, calc(100% - 24px));
  }

  .privacy-panel {
    width: min(560px, 100%);
  }

  .menu {
    width: min(500px, 88%);
    gap: 12px;
  }

  .menu a {
    font-size: 15px;
  }

  footer.last-page {
    padding-top: 32px;
    min-height: 500px;
  }

  .contacts {
    gap: 12px;
  }
}

@media (max-width: 1199px) and (min-width: 900px) {
  .coach-shell,
  .achievements-shell,
  .join-shell,
  .faq-wrapper,
  .map-shell {
    width: min(960px, 100%);
  }

  .coach-layout {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 16px;
  }

  .profile-card {
    width: 320px;
    height: 460px;
  }

  .second-trainer {
    width: min(680px, 100%);
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .training-slider {
    width: min(820px, 100%);
  }
}
@media (min-width: 1200px) {
  .coach-shell {
    width: min(1080px, 100%);
    padding: 28px 26px;
  }

  .coach-layout {
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    gap: 22px;
  }

  .profile-card {
    width: 360px;
    height: 500px;
  }

  .achievements-shell {
    width: min(1080px, 100%);
    padding: 28px 26px;
  }

  .cards-grid {
    grid-template-columns: repeat(3, minmax(240px, 320px));
    gap: 18px;
  }

  .card {
    width: min(320px, 100%);
    height: 340px;
  }

  .join-shell,
  .faq-wrapper,
  .map-shell {
    width: min(1080px, 100%);
  }

  .training-slider {
    width: min(940px, 100%);
    max-width: 940px;
  }

  .slide img {
    height: clamp(460px, 48vw, 580px);
  }

  .faq-wrapper {
    padding: 26px 0px;
    width: min(1410px, 100%);
  }

  .map-frame-wrap,
  .map-address {
    max-width: 900px;
    width: min(900px, 100%);
  }

  .menu {
    width: min(540px, 86%);
  }

  .menu a {
    font-size: 16px;
  }

  footer.last-page {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .join-extras {
    grid-template-columns: 1fr;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-tile {
    flex: 1 1 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
}

.blog-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0 28px;
}

@media (max-width: 430px) {
  .titul-button {
    bottom: 130px;
  }

  .coach-badge {
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 6px 10px;
    letter-spacing: 0.08em;
  }
}

/* ===== END: RESPONSIVE ===== */
