/* ===== Fitness2You — преміум лендінг (UA draft) ===== */

:root {
  --bg:        #0D0D0D;
  --bg-2:      #1A1A1A;
  --cream:     #FAFAF8;
  --cream-2:   #F5F0E8;
  --gold:      #C9A96E;
  --gold-dark: #B8943F;
  --text:      #E8E8E8;
  --text-mut:  #A8A29A;
  --text-dark: #1A1A1A;
  --line:      rgba(201,169,110,.25);
  --maxw:      1180px;
  --r:         14px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: .3px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 110px 0; }
.section--dark   { background: var(--bg); }
.section--dark-2 { background: var(--bg-2); }
.section--cream  { background: var(--cream); color: var(--text-dark); }

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
}
.section-title { font-size: clamp(32px, 5vw, 50px); margin-bottom: 16px; }
.section--cream .section-title { color: var(--text-dark); }
.section-lead { color: var(--text-mut); max-width: 620px; font-size: 18px; }
.section--cream .section-lead { color: #5a554d; }
.center { text-align: center; }
.center .section-lead { margin-left: auto; margin-right: auto; }

.gold { color: var(--gold); }

/* divider */
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .4; max-width: 220px; margin: 0 auto; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 50px;
  font-family: "Inter", sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: .5px; cursor: pointer; border: 1px solid transparent;
  transition: all .25s ease; white-space: nowrap;
}
.btn--gold { background: var(--gold); color: #1a1a1a; }
.btn--gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,169,110,.3); }
.btn--ghost { background: transparent; color: var(--text); border-color: rgba(255,255,255,.35); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--ghost-dark { background: transparent; color: var(--text-dark); border-color: rgba(26,26,26,.3); }
.btn--ghost-dark:hover { border-color: var(--gold-dark); color: var(--gold-dark); }
.btn svg { width: 18px; height: 18px; }

/* ===== Header ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 0; transition: all .3s ease;
}
.header.scrolled { background: rgba(13,13,13,.92); padding: 14px 0; border-bottom: 1px solid var(--line); }
/* backdrop-filter лише поки мобільне меню закрите — інакше він створює containing block
   для вкладеного position:fixed .nav, і панель "з'їжджає" відносно header при скролі. */
.header.scrolled:not(.nav-open) { backdrop-filter: blur(10px); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { flex-shrink: 0; }
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo__ring {
  width: 38px; height: 38px; flex: 0 0 auto;
  border-radius: 50%; border: 2px solid var(--gold); color: var(--gold);
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: .3px;
  display: flex; align-items: center; justify-content: center;
}
.logo__word {
  font-family: "Manrope", sans-serif; font-size: 19px; line-height: 1;
  letter-spacing: .5px; text-transform: uppercase; color: #fff;
}
.logo__word .t1 { font-weight: 400; }
.logo__word .t2 { color: var(--gold); font-weight: 800; }
.logo__word .t3 { font-weight: 800; }
.nav { display: flex; align-items: center; gap: 30px; flex-wrap: nowrap; }
.nav a { font-size: 14px; font-weight: 500; letter-spacing: .5px; color: var(--text); transition: color .2s; white-space: nowrap; }
.nav a:hover { color: var(--gold); }
.header__cta { display: inline-flex; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2px; background: #fff; transition: .3s; }

/* Перемикач мов — випадаюче меню */
.lang { position: relative; flex-shrink: 0; }
.lang__toggle { display: inline-flex; align-items: center; gap: 7px; background: none; border: 0; cursor: pointer; color: var(--text); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .5px; padding: 8px 4px; transition: color .2s; }
.lang__toggle:hover, .lang.open .lang__toggle { color: var(--gold); }
.lang__toggle > svg { width: 18px; height: 18px; }
.lang__chev { width: 13px; height: 13px; opacity: .85; transition: transform .25s ease; }
.lang.open .lang__chev { transform: rotate(180deg); }
.lang__menu {
  position: absolute; top: calc(100% + 12px); right: 0; min-width: 150px;
  list-style: none; margin: 0; padding: 6px;
  background: rgba(20,20,20,.97); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0,0,0,.5);
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity .2s ease, transform .2s ease; z-index: 200;
}
.lang.open .lang__menu { opacity: 1; transform: none; pointer-events: auto; }
.lang__menu li { margin: 0; }
.lang__menu button {
  display: block; width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  color: var(--text); font-family: "Inter", sans-serif; font-size: 14px; font-weight: 500;
  padding: 10px 14px; border-radius: 8px; transition: background .2s, color .2s;
}
.lang__menu button:hover { background: rgba(255,255,255,.05); color: var(--gold); }
.lang__menu button.active { color: var(--gold); }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: #000; overflow: hidden;
}
/* фоновий слайдер */
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide {
  position: absolute; inset: 0; background: #000 center/cover no-repeat;
  background-image: var(--bg);
  opacity: 0; transition: opacity 1.4s ease;
}
.hero__slide.is-active { opacity: 1; animation: heroZoom 8s ease forwards; will-change: transform; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero__slides::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(13,13,13,.5) 0%, rgba(13,13,13,.62) 50%, rgba(13,13,13,.82) 100%); }

.hero__content { position: relative; z-index: 2; max-width: 820px; }
.hero__kicker {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--line); border-radius: 50px; padding: 8px 18px; margin-bottom: 26px;
  background: rgba(0,0,0,.25); backdrop-filter: blur(4px);
}
.hero h1 { font-size: clamp(40px, 7vw, 76px); color: #fff; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .sub { font-size: clamp(17px, 2.2vw, 21px); color: var(--text); max-width: 620px; margin-bottom: 30px; font-weight: 300; }

/* USP-бейджі в Hero */
.hero__usp { list-style: none; display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__usp li {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 11px 18px; font-size: 14.5px; font-weight: 500; color: #fff;
  backdrop-filter: blur(6px);
}
.hero__usp svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }

.hero__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.scroll-link { font-size: 14px; letter-spacing: 1px; color: var(--text); opacity: .85; }
.scroll-link:hover { color: var(--gold); }

/* крапки слайдера */
.hero__dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 10px; }
.hero__dots button { width: 30px; height: 4px; border: 0; border-radius: 4px; background: rgba(255,255,255,.3); cursor: pointer; padding: 0; transition: background .3s; }
.hero__dots button.active { background: var(--gold); }

/* ===== Cards grid (advantages / services) ===== */
.grid { display: grid; gap: 26px; margin-top: 56px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--bg-2); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r); padding: 34px 28px; transition: all .3s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--gold); }
.card__icon { width: 48px; height: 48px; color: var(--gold); margin-bottom: 20px; }
.card__icon svg { width: 100%; height: 100%; }
.card h3 { font-size: 25px; color: #fff; margin-bottom: 10px; }
.card p { color: var(--text-mut); font-size: 15.5px; }

/* service card variant */
.service .tag { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 14px; }

/* ===== About trainer ===== */
.about__grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 64px; align-items: center; }
.about__photo { position: relative; }
.about__photo img { width: 100%; height: auto; border-radius: var(--r); object-fit: cover; }
.about__photo::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); border-radius: var(--r); z-index: -1; }
.about h2 { font-size: clamp(34px, 5vw, 52px); margin-bottom: 18px; }

/* ліцензія — крупно */
.about__license { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.about__license svg { width: 46px; height: 46px; color: var(--gold-dark); flex-shrink: 0; }
.about__license span { display: flex; flex-direction: column; font-size: 15px; color: #6a655c; line-height: 1.35; }
.about__license strong { font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 700; color: var(--text-dark); letter-spacing: .5px; }

/* цитата — головний акцент, вдвічі більша */
.about__bigquote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-style: italic; font-weight: 500; line-height: 1.3;
  color: var(--text-dark); margin-bottom: 28px;
}

/* теза */
.about__essence { font-size: 19px; font-weight: 600; letter-spacing: .3px; color: var(--text-dark); margin-bottom: 34px; }
.about__essence span { color: var(--gold-dark); }

/* ===== Statement (breather) ===== */
.statement { text-align: center; padding-top: 140px; padding-bottom: 140px; }
.statement .container { max-width: 880px; }
.statement .eyebrow { display: block; margin-bottom: 34px; }
.statement__big {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: 1.12;
  letter-spacing: .3px;
  color: #fff;
  margin: 0 auto 30px;
}
.statement__big em { font-style: italic; color: var(--gold); }
.statement__sub {
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.7;
  color: var(--text-mut);
  max-width: 620px;
  margin: 0 auto 46px;
}
/* ===== Process ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 56px; counter-reset: step; }
.steps--3 { grid-template-columns: repeat(3, 1fr); max-width: 940px; margin-left: auto; margin-right: auto; }
.step { position: relative; padding-top: 20px; }
.step .n { font-family: "Cormorant Garamond", serif; font-size: 60px; font-weight: 700; color: var(--gold); opacity: .9; line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 21px; color: #fff; margin-bottom: 8px; }
.step p { color: var(--text-mut); font-size: 15px; }

/* ===== Промо-відео (2-Klick-Lösung: YouTube лише після кліку) ===== */
.video { max-width: 940px; margin: 50px auto 0; }
.video__facade {
  display: block; position: relative; width: 100%; padding: 0; border: 0; cursor: pointer;
  background: #000; border-radius: var(--r); overflow: hidden; line-height: 0;
  box-shadow: 0 26px 60px rgba(0,0,0,.45);
}
.video__facade img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.video__facade::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.4));
  transition: background .3s ease;
}
.video__facade:hover img { transform: scale(1.03); }
.video__facade:hover::after { background: linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.3)); }
.video__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--gold); color: #1a1a1a;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 34px rgba(0,0,0,.45);
  transition: transform .3s ease, background .3s ease;
}
.video__play svg { width: 38px; height: 38px; margin-left: 4px; }
.video__facade:hover .video__play { transform: translate(-50%, -50%) scale(1.08); }
.video__facade:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
/* Вбудований плеєр після кліку */
.video__embed { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden; background: #000; box-shadow: 0 26px 60px rgba(0,0,0,.45); }
.video__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__note { margin-top: 16px; text-align: center; font-size: 13px; color: var(--text-mut); line-height: 1.6; }
.video__note a { color: var(--gold); text-decoration: underline; }

/* ===== Галерея ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.gallery-item {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden;
  border-radius: var(--r); border: 0; padding: 0; background: #000; cursor: zoom-in;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,.35));
  opacity: 0; transition: opacity .3s ease;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.lightbox {
  position: fixed; inset: 0; z-index: 200; padding: 40px;
  background: rgba(8,8,8,.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox__img { max-width: 100%; max-height: 100%; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox__close {
  position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff;
  font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lightbox__close:hover { background: rgba(255,255,255,.18); }

@media (max-width: 980px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .lightbox { padding: 16px; } .lightbox__close { top: 12px; right: 12px; } }

/* ===== Reviews carousel ===== */
.reviews { position: relative; margin-top: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.rev-viewport { overflow: hidden; width: 100%; max-width: 720px; }
.rev-track { display: flex; transition: transform .55s cubic-bezier(.4,0,.2,1); }
.rev-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 24px;
}
.rev-stars { color: var(--gold); font-size: 20px; letter-spacing: 4px; margin-bottom: 22px; }
.rev-quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(21px, 2.6vw, 29px);
  line-height: 1.45;
  color: #fff;
  margin: 0 auto 30px;
  max-width: 600px;
  min-height: 150px;
  display: flex; align-items: center; justify-content: center;
}
.rev-person { display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.rev-ava {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
  background: var(--bg-2); border: 2px solid var(--gold);
}
.rev-ava--initial { display: inline-flex; align-items: center; justify-content: center; font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 26px; color: var(--gold); flex: 0 0 auto; }
.rev-meta { display: flex; flex-direction: column; line-height: 1.35; }
.rev-meta strong { color: #fff; font-size: 16px; font-weight: 600; }
.rev-meta span { color: var(--gold-dark); font-size: 13.5px; letter-spacing: .3px; }

.rev-nav {
  flex: 0 0 auto;
  width: 46px; height: 46px; border-radius: 50%;
  background: transparent; border: 1px solid var(--line);
  color: var(--gold); font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s, color .2s;
}
.rev-nav:hover { border-color: var(--gold); background: var(--gold); color: #111; }

.rev-dots { position: absolute; bottom: -34px; left: 0; right: 0; display: flex; justify-content: center; gap: 9px; }
.rev-dots button {
  width: 8px; height: 8px; border-radius: 50%; padding: 0;
  border: none; background: rgba(255,255,255,.22); cursor: pointer; transition: background .2s, transform .2s;
}
.rev-dots button.active { background: var(--gold); transform: scale(1.25); }

@media (max-width: 640px) {
  .rev-nav { display: none; }
  .rev-card { padding: 8px 6px; }
  .rev-quote { min-height: 0; }
}

/* ===== FAQ ===== */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.faq__col { display: flex; flex-direction: column; gap: 14px; }
.faq__item { border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: var(--bg-2); overflow: hidden; transition: border-color .25s; }
.faq__item[open] { border-color: var(--line); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px; padding: 18px 22px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 500; color: #fff; transition: color .2s; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--gold); }
.faq__icon { margin-left: auto; position: relative; width: 15px; height: 15px; flex-shrink: 0; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--gold); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.faq__icon::before { top: 6.5px; left: 0; width: 15px; height: 2px; }
.faq__icon::after { left: 6.5px; top: 0; width: 2px; height: 15px; }
.faq__item[open] .faq__icon::after { transform: rotate(90deg); opacity: 0; }
.faq__a { padding: 0 22px 20px; }
.faq__a p { color: var(--text-mut); font-size: 15px; line-height: 1.65; }
.faq__item[open] .faq__a { animation: faqIn .28s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) { .faq { grid-template-columns: 1fr; gap: 14px; } }

/* ===== Pricing ===== */
.price__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; }
.price-card { background: #fff; border: 1px solid #ece7dd; border-radius: var(--r); padding: 38px 30px; text-align: center; transition: all .3s; display: flex; flex-direction: column; }
.price-card .btn { margin-top: auto; justify-content: center; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.price-card.featured { border-color: var(--gold); box-shadow: 0 18px 50px rgba(201,169,110,.18); position: relative; }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #1a1a1a; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; white-space: nowrap; }
.price-card h3 { font-size: 27px; color: var(--text-dark); margin-bottom: 6px; }
.price-card .meta { color: #6b6558; font-size: 14px; margin-bottom: 20px; }
.price-card .amount { font-family: "Cormorant Garamond", serif; font-size: 40px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.price-card .per { font-size: 13px; font-weight: 600; letter-spacing: .3px; color: var(--gold-dark); margin-bottom: 22px; }
.price-card ul { list-style: none; text-align: left; margin-bottom: 26px; }
.price-card li { padding-left: 26px; position: relative; margin-bottom: 11px; color: #57534b; font-size: 15px; }
.price-card li.new { color: var(--text-dark); font-weight: 600; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 7px; border-left: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark); transform: rotate(-45deg); }
.price-note { text-align: center; margin-top: 30px; font-size: 14px; color: #6b6558; letter-spacing: .2px; }
.price-note--sub { margin-top: 8px; font-size: 12.5px; color: #948d7c; }

/* ===== Service area ===== */
.area__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 40px; }
.area__map {
  position: relative; overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 100% 38px,
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 38px 100%,
    radial-gradient(circle at 50% 46%, #161616, #0b0b0b 70%);
  border: 1px solid var(--line); border-radius: var(--r); min-height: 320px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  color: var(--text-mut); text-align: center; padding: 30px;
}
.area__radar { position: relative; width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; }
.area__ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(201,169,110,.35); }
.area__ring.r1 { width: 76px; height: 76px; }
.area__ring.r2 { width: 134px; height: 134px; border-color: rgba(201,169,110,.22); }
.area__ring.r3 { width: 200px; height: 200px; border-color: rgba(201,169,110,.12); background: radial-gradient(circle, rgba(201,169,110,.10), transparent 70%); animation: areaPulse 3.2s ease-out infinite; }
.area__pin { position: relative; z-index: 2; color: var(--gold); }
.area__pin svg { width: 46px; height: 46px; filter: drop-shadow(0 4px 12px rgba(201,169,110,.45)); }
.area__caption { font-size: 15px; letter-spacing: .4px; color: var(--text); }
.area__caption em { font-style: normal; color: var(--gold); }
@keyframes areaPulse { 0% { transform: translate(-50%,-50%) scale(.9); opacity: .9; } 70% { opacity: .25; } 100% { transform: translate(-50%,-50%) scale(1.12); opacity: 0; } }
.towns { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 30px; }
.town { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 9px 16px; font-size: 14px; color: var(--text); }

/* ===== Final CTA ===== */
.final {
  position: relative; overflow: hidden;
  background: var(--bg);
  text-align: left;
  padding-top: 130px; padding-bottom: 130px;
}
.final__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center top;
  background-image: var(--bg);
  transform: scale(1.05);
  animation: finalZoom 20s ease-in-out infinite alternate;
  will-change: transform;
}
.final::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(201,169,110,.10), transparent 55%),
    radial-gradient(ellipse 900px 480px at 50% 36%, rgba(5,5,5,.6), transparent 68%),
    linear-gradient(rgba(8,8,8,.82) 0%, rgba(8,8,8,.90) 45%, rgba(8,8,8,.95) 100%);
}
.final .container { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; }
.final .eyebrow { color: var(--gold); }
.final h2 { font-size: clamp(36px, 6vw, 62px); color: #fff; max-width: 640px; margin: 0 0 18px; line-height: 1.1; text-shadow: 0 2px 24px rgba(0,0,0,.6); }
.final h2 em { font-style: italic; color: var(--gold); }
.final p { color: var(--text); max-width: 480px; margin: 0 0 40px; }
@keyframes finalZoom { from { transform: scale(1.05); } to { transform: scale(1.15); } }
.final__actions { display: flex; gap: 18px; justify-content: flex-end; flex-wrap: wrap; margin-bottom: 16px; }
.final .note { font-size: 13px; color: var(--text-mut); max-width: 480px; }

/* ===== Footer ===== */
.footer { background: #080808; padding: 64px 0 30px; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer .logo { margin-bottom: 16px; }
.footer p, .footer a { color: var(--text-mut); font-size: 15px; }
.footer a:hover { color: var(--gold); }
.footer h3 { color: #fff; font-family: "Inter", sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 11px; }
.contact-list a { display: inline-flex; align-items: center; gap: 10px; }
.contact-list svg { width: 17px; height: 17px; color: var(--gold); flex: 0 0 auto; }
.socials { display: flex; gap: 14px; margin-top: 18px; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: all .25s; }
.socials a:hover { background: var(--gold); color: #1a1a1a; }
.socials svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px 22px; font-size: 13px; color: #837e75; }
.footer__bottom a { color: #837e75; }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a { color: #8a857c; }
.footer__legal a:hover { color: var(--gold); }

/* ===== Contact channels (final section chips) ===== */
.contact-row { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.contact-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.25); color: var(--text);
  font-size: 14px; font-weight: 500; letter-spacing: .3px;
  transition: border-color .2s, color .2s, transform .2s;
}
.contact-chip svg { width: 18px; height: 18px; color: var(--gold); transition: color .2s; }
.contact-chip:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ===== Floating contact menu + scroll top ===== */
.contact-fab { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.contact-fab__toggle {
  width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: #1a1a1a;
  border: 0; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.35); transition: transform .2s, background .25s, color .25s;
}
.contact-fab__toggle:hover { transform: scale(1.06); }
.contact-fab__toggle svg { width: 27px; height: 27px; }
.contact-fab__toggle .ic-close { display: none; }
.contact-fab.open .contact-fab__toggle { background: var(--bg-2); color: var(--gold); border: 1px solid var(--line); }
.contact-fab.open .contact-fab__toggle .ic-chat { display: none; }
.contact-fab.open .contact-fab__toggle .ic-close { display: block; }

.contact-fab__menu { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.contact-fab__item {
  display: inline-flex; align-items: center; gap: 12px;
  opacity: 0; transform: translateY(12px) scale(.92); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.contact-fab.open .contact-fab__item { opacity: 1; transform: none; pointer-events: auto; }
.contact-fab.open .contact-fab__item:nth-child(1) { transition-delay: .03s; }
.contact-fab.open .contact-fab__item:nth-child(2) { transition-delay: .06s; }
.contact-fab.open .contact-fab__item:nth-child(3) { transition-delay: .09s; }
.contact-fab.open .contact-fab__item:nth-child(4) { transition-delay: .12s; }
.contact-fab__lbl {
  background: rgba(13,13,13,.92); color: #fff; font-size: 13px; font-weight: 500;
  padding: 8px 14px; border-radius: 50px; border: 1px solid var(--line);
  backdrop-filter: blur(6px); white-space: nowrap;
}
.contact-fab__ic {
  width: 48px; height: 48px; border-radius: 50%; flex: 0 0 auto;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.3); transition: transform .2s;
}
.contact-fab__ic svg { width: 22px; height: 22px; }
.contact-fab__item.is-wa .contact-fab__ic { background: #25D366; border-color: #25D366; color: #fff; }
.contact-fab__item:hover .contact-fab__ic { transform: scale(1.07); }
.to-top {
  position: fixed; left: 24px; bottom: 24px; z-index: 90;
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08);
  border: 1px solid var(--line); color: var(--gold); display: none;
  align-items: center; justify-content: center; cursor: pointer; backdrop-filter: blur(6px);
}
.to-top.show { display: flex; }
.to-top:hover { background: var(--gold); color: #1a1a1a; }

/* ===== Cookie / Einwilligung ===== */
.cookie {
  position: fixed; left: 22px; bottom: 22px; z-index: 300;
  max-width: 460px; width: calc(100% - 44px);
  background: rgba(20,20,20,.97); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 22px; box-shadow: 0 18px 50px rgba(0,0,0,.5);
  transform: translateY(160%); opacity: 0; pointer-events: none;
  transition: transform .35s ease, opacity .35s ease;
}
.cookie.show { transform: none; opacity: 1; pointer-events: auto; }
.cookie__text { font-size: 13.5px; line-height: 1.6; color: var(--text-mut); margin-bottom: 16px; }
.cookie__text a { color: var(--gold); text-decoration: underline; }
.cookie__actions { display: flex; gap: 12px; justify-content: flex-end; }
.cookie__actions .btn { padding: 10px 22px; font-size: 13px; }

/* ===== Reveal animation ===== */
/* Ховаємо лише коли JS активний — без JS контент лишається видимим (SEO/доступність). */
.reveal { transition: opacity .7s ease, transform .7s ease; }
html.js .reveal { opacity: 0; transform: translateY(28px); }
html.js .reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__photo { max-width: 480px; }
}
@media (max-width: 760px) {
  .section { padding: 76px 0; }
  .nav { position: fixed; inset: 0 0 0 auto; width: 78%; max-width: 320px; background: var(--bg-2); flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 100px 40px 40px; gap: 26px; transform: translateX(100%); transition: transform .3s ease; box-shadow: -20px 0 60px rgba(0,0,0,.5); }
  .nav.open { transform: none; }
  .nav .header__cta { margin-top: 10px; }
  .burger { display: flex; }
  /* На мобільному перемикач мов і бургер тримаємо разом праворуч */
  .header__inner { gap: 10px; }
  .lang { margin-left: auto; }
  .grid-3, .grid-2, .price__grid, .target__grid, .area__grid { grid-template-columns: 1fr; }

  /* Промо-відео: компактніша кнопка й менші відступи на телефоні */
  .video { margin-top: 34px; }
  .video__play { width: 62px; height: 62px; }
  .video__play svg { width: 28px; height: 28px; margin-left: 3px; }
  .video__note { font-size: 12.5px; margin-top: 14px; }

  /* Hero: контент зверху з відступом під шапку (інакше kicker лізе на лого) */
  .hero { min-height: auto; align-items: flex-start; }
  /* Фото-банер фіксованої висоти замість cover на весь (дуже високий) блок —
     інакше background-size:cover розтягує кадр і показує лише крихітний шматок фото. */
  .hero__slides { top: 80px; height: 300px; bottom: auto; overflow: hidden; }
  .hero__slides::after { background: linear-gradient(rgba(13,13,13,.25) 0%, rgba(13,13,13,.55) 65%, #000 100%); }
  .hero__dots { top: 338px; bottom: auto; }
  /* Легші фото для мобільного (менший файл на повільному з'єднанні) */
  .hero__slide, .final__bg { background-image: var(--bg-m, var(--bg)); }
  .hero__content { padding-top: 416px; padding-bottom: 60px; }
  .hero__kicker { font-size: 11px; letter-spacing: 1.5px; padding: 7px 14px; margin-bottom: 22px; }
  .hero h1 { margin-bottom: 18px; }
  .hero .sub { margin-bottom: 26px; }
  .hero__usp { gap: 10px; margin-bottom: 30px; }
  .hero__usp li { width: 100%; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__actions .scroll-link { text-align: center; }

  .stats { gap: 26px; }

  /* Final CTA: те саме — фото-банер фіксованої висоти замість cover на весь високий блок. */
  .final { padding-top: 320px; padding-bottom: 70px; text-align: center; }
  .final .container { align-items: center; }
  .final h2, .final p, .final .note { max-width: none; margin-left: auto; margin-right: auto; }
  .final__actions, .contact-row { justify-content: center; }
  .final__bg { height: 300px; bottom: auto; }
  .final::before {
    background:
      linear-gradient(rgba(8,8,8,.2) 0%, rgba(8,8,8,.6) 62%, var(--bg) 78%, var(--bg) 100%);
  }

  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { justify-content: center; text-align: center; }
  /* Запас знизу, щоб плаваюча кнопка WhatsApp не перекривала нижній рядок футера */
  .footer { padding-bottom: 96px; }
  /* Cookie-банер на мобільному майже на всю ширину — підіймаємо кнопку WhatsApp над ним, поки він видимий */
  body.cookie-open .contact-fab { bottom: 210px; }
}
/* Компактні горизонтальні картки переваг на телефоні (іконка ліворуч, текст праворуч) */
@media (max-width: 560px) {
  #why .grid-4 { grid-template-columns: 1fr; gap: 14px; }
  #why .card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 18px 20px;
  }
  #why .card__icon {
    width: 30px; height: 30px;
    margin-bottom: 0;
    grid-row: 1 / span 2;
    align-self: start; margin-top: 3px;
  }
  #why .card h3 { grid-column: 2; font-size: 18px; margin-bottom: 4px; }
  #why .card p { grid-column: 2; font-size: 14px; line-height: 1.5; }

  /* Про тренера — компактніше й читабельніше на телефоні */
  .about__license { gap: 13px; margin-bottom: 22px; }
  .about__license svg { width: 38px; height: 38px; }
  .about__license span { font-size: 13.5px; }
  .about__license strong { font-size: 21px; }
  .about__bigquote { font-size: 22px; line-height: 1.4; margin-bottom: 22px; }
  .about__essence { font-size: 17px; margin-bottom: 26px; }
  .about__grid .btn { width: 100%; justify-content: center; }
}
@media (max-width: 460px) {
  .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero h1 { font-size: 33px; }
  .logo__word { font-size: 17px; }
  .logo__ring { width: 34px; height: 34px; font-size: 11px; }
  .container { padding-left: 18px; padding-right: 18px; }
}

/* ===== Legal pages (Impressum / Datenschutz) ===== */
.legal { background: var(--bg); min-height: 100vh; padding: 40px 0 80px; }
.legal__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; flex-wrap: wrap; gap: 16px; }
.legal__back { color: var(--text-mut); font-size: 14px; }
.legal__back:hover { color: var(--gold); }
.legal__wrap { max-width: 760px; margin: 0 auto; }
.legal__wrap h1 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: clamp(32px, 5vw, 48px); color: #fff; margin-bottom: 10px; }
.legal__intro { color: var(--text-mut); font-size: 14px; margin-bottom: 40px; }
.legal__wrap h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 24px; color: var(--gold); margin: 38px 0 14px; }
.legal__wrap h3 { font-size: 16px; color: #fff; margin: 22px 0 8px; }
.legal__wrap p, .legal__wrap li { color: var(--text); font-size: 15px; line-height: 1.75; margin-bottom: 12px; }
.legal__wrap ul { padding-left: 22px; margin-bottom: 16px; }
.legal__wrap a { color: var(--gold); }
.legal__wrap strong { color: #fff; }
.legal .ph { background: rgba(201,169,110,.12); border: 1px dashed var(--gold); border-radius: 6px; padding: 2px 8px; color: var(--gold); font-size: 14px; }
.legal__note { margin-top: 50px; padding: 18px 20px; border-left: 3px solid var(--gold); background: rgba(201,169,110,.06); color: var(--text-mut); font-size: 13.5px; line-height: 1.7; }

/* ===== Blog / Ratgeber ===== */
.article { background: var(--bg); min-height: 100vh; padding: 40px 0 80px; }
.article__wrap { max-width: 760px; margin: 0 auto; }
.article .eyebrow { margin-bottom: 14px; }
.article h1 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: clamp(32px, 5.5vw, 52px); line-height: 1.12; color: #fff; margin-bottom: 14px; }
.article__meta { color: var(--text-mut); font-size: 14px; margin-bottom: 8px; }
.article__hr { height: 1px; background: var(--line); border: 0; margin: 30px 0 34px; }
.article h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: clamp(25px, 4vw, 34px); color: var(--gold); margin: 40px 0 14px; }
.article h3 { font-size: 19px; color: #fff; margin: 26px 0 8px; }
.article p, .article li { color: var(--text); font-size: 17px; line-height: 1.8; margin-bottom: 15px; }
.article ul, .article ol { padding-left: 24px; margin-bottom: 20px; }
.article li { margin-bottom: 8px; }
.article a:not(.btn) { color: var(--gold); text-decoration: underline; }
.article strong { color: #fff; }
.article__cta { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 32px 28px; text-align: center; margin: 48px 0 10px; }
.article__cta h3 { font-family: "Cormorant Garamond", serif; font-size: 26px; color: #fff; margin: 0 0 10px; }
.article__cta p { color: var(--text-mut); font-size: 15px; margin-bottom: 22px; }
.article__cta .btn { justify-content: center; }

/* Blog-Übersicht */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.blog-card { display: block; background: var(--bg-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r); padding: 28px 26px; transition: border-color .25s, transform .25s; }
.blog-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.blog-card .tag { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.blog-card h2 { font-family: "Cormorant Garamond", serif; font-size: 26px; color: #fff; margin: 0 0 10px; line-height: 1.2; }
.blog-card p { color: var(--text-mut); font-size: 15px; line-height: 1.6; }
@media (max-width: 720px) { .blog-grid { grid-template-columns: 1fr; } }
