:root {
  --black: #000000;
  --white: #FFFFFF;
  --orange: #F49933;
  --gray: #636F80;
  --light: #F7F7F7;
  --text: #1A1A1A;
  --muted: #888888;
  --border: #E5E5E5;
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--text); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 48px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}
nav.scrolled {
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { display: inline-flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 32px; width: auto; display: block; }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em;
  font-family: var(--font-body);
  text-transform: uppercase; color: #fff; text-decoration: none; transition: color 0.2s;
}
nav.scrolled .nav-links a { color: var(--text); }
.nav-links a:hover { color: var(--orange); }
.nav-cta {
  background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.7);
  padding: 10px 28px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s; display: inline-block;
}
.nav-cta:hover { background: var(--orange); border-color: var(--orange); }
nav.scrolled .nav-cta { background: var(--black); color: var(--white); border-color: var(--black); }
nav.scrolled .nav-cta:hover { background: var(--orange); border-color: var(--orange); }

/* HERO */
.hero {
  min-height: 100vh; padding-top: 72px;
  display: grid; grid-template-columns: 55% 45%;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 56px 52px 72px 60px; position: relative; z-index: 2;
  background: var(--white);
}
.hero-tagline {
  font-size: 11px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 24px;
  display: flex; align-items: center; gap: 16px;
}
.hero-tagline::before {
  content: ''; display: block; width: 48px; height: 2px; background: var(--orange);
}
.hero-title {
  font-size: clamp(32px, 3.5vw, 54px); font-weight: 900;
  font-family: var(--font-display);
  line-height: 1.0; text-transform: uppercase;
  letter-spacing: -0.01em; margin-bottom: 28px;
}
.hero-title .accent { color: var(--orange); }
.hero-title .thin { font-weight: 300; }
.hero-desc {
  font-size: 14px; line-height: 1.7; color: #555;
  max-width: 420px; margin-bottom: 32px;
}
.hero-desc strong { color: var(--text); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 40px; }
.btn-primary {
  background: var(--black); color: var(--white);
  padding: 18px 40px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none;
  display: inline-block; transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--orange); transform: translateY(-2px); }
.btn-ghost {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text); text-decoration: none;
  border-bottom: 2px solid var(--black); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: var(--orange); border-color: var(--orange); }
.hero-stats { display: flex; gap: 48px; }
.stat-num {
  font-size: 34px; font-weight: 900; line-height: 1;
  color: var(--black); letter-spacing: -0.02em;
}
.stat-num span { color: var(--orange); }
.stat-label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--muted); margin-top: 6px;
}

/* Hero right */
.hero-right {
  position: relative; overflow: hidden; background: var(--black);
}
.hero-photo {
  position: absolute; inset: 0;
  background: url('https://rehabyou.ru/wp-content/uploads/2025/03/3.jpg') center/cover no-repeat;
  opacity: 0.7;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}
.hero-right-content {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 56px 52px;
}
.hero-manifesto {
  font-size: clamp(20px, 2.2vw, 34px); font-weight: 800;
  font-family: var(--font-display);
  text-transform: uppercase; line-height: 1.05; color: var(--white);
  letter-spacing: -0.01em;
}
.hero-manifesto .orange { color: var(--orange); }
.hero-manifesto .dim { color: rgba(255,255,255,0.3); }
.hero-brand-mark {
  position: absolute; top: 48px; right: 48px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: rgba(255,255,255,0.25);
  writing-mode: vertical-rl; transform: rotate(180deg);
}

/* MANIFESTO STRIP */
.manifesto-strip { background: var(--black); overflow: hidden; }
.manifesto-scroll {
  display: flex; animation: scroll-left 22s linear infinite; white-space: nowrap;
}
.manifesto-scroll:hover { animation-play-state: paused; }
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.manifesto-item {
  display: inline-flex; align-items: center; gap: 24px;
  padding: 26px 44px; border-right: 1px solid rgba(255,255,255,0.08);
}
.manifesto-text {
  font-size: 13px; font-weight: 800; letter-spacing: 0.18em;
  font-family: var(--font-display);
  text-transform: uppercase; color: var(--white); white-space: nowrap;
}
.m-dot { width: 5px; height: 5px; background: var(--orange); flex-shrink: 0; }

/* ABOUT */
.about-section { padding: 140px 72px; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-photo-wrap {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
}
.about-photo-main {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.about-photo-badge {
  position: absolute; bottom: -1px; right: -1px;
  background: var(--orange); padding: 28px 32px;
}
.about-photo-badge-text {
  font-size: 13px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--white); line-height: 1.4;
}
.about-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.about-label::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.about-title {
  font-size: clamp(20px, 2.2vw, 32px); font-weight: 800;
  font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0; margin-bottom: 32px;
}
.about-body { font-size: 15px; line-height: 1.8; color: #555; }
.about-body p + p { margin-top: 18px; }
.about-body strong { color: var(--text); font-weight: 700; }
.about-founder {
  margin-top: 40px; padding: 24px 28px;
  background: var(--light); border-left: 3px solid var(--orange);
  display: flex; align-items: center; gap: 16px;
}
.about-founder-name {
  font-size: 14px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.08em; margin-bottom: 6px;
}
.about-founder-role {
  font-size: 12px; font-weight: 500; color: var(--muted);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.about-values {
  margin-top: 48px; display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid var(--border);
}
.value-row {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 0; border-bottom: 1px solid var(--border);
  cursor: default; transition: padding-left 0.3s;
}
.value-row:hover { padding-left: 6px; }
.value-num { font-size: 11px; font-weight: 700; color: var(--orange); min-width: 24px; margin-top: 2px; }
.value-text { font-size: 14px; font-weight: 600; color: var(--text); }
.value-sub { font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 3px; line-height: 1.5; }

/* SERVICES */
.services-section { padding: 140px 72px; background: var(--black); color: var(--white); }
.section-header { margin-bottom: 72px; }
.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.section-title {
  font-size: clamp(22px, 2.4vw, 36px); font-weight: 800;
  font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0;
}
.section-title .orange { color: var(--orange); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.07);
}
.services-grid a { text-decoration: none; }
.service-card {
  flex: 0 0 320px; overflow: hidden;
  position: relative; transition: background 0.3s;
  text-decoration: none; display: block; background: var(--black);
  border-right: 1px solid rgba(255,255,255,0.07);
}
.service-card:hover { background: #0d0d0d; }
.service-photo {
  width: 100%; height: 220px; object-fit: cover; display: block;
  opacity: 0.75; transition: opacity 0.4s, transform 0.4s;
}
.service-card:hover .service-photo { opacity: 0.9; transform: scale(1.03); }
.service-body { padding: 32px 36px 36px; }
.service-name {
  font-size: 18px; font-weight: 800; text-transform: uppercase;
  font-family: var(--font-display);
  letter-spacing: 0.05em; margin-bottom: 10px; color: var(--white);
}
.service-desc {
  font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 24px;
}
.service-price { font-size: 26px; font-weight: 900; color: var(--white); }
.service-price span { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.3); margin-left: 4px; }
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--orange); transform: scaleX(0);
  transition: transform 0.3s; transform-origin: left;
}
.service-card:hover::after { transform: scaleX(1); }
.service-arrow {
  position: absolute; bottom: 36px; right: 36px;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.service-card:hover .service-arrow {
  background: var(--orange); border-color: var(--orange); transform: translate(2px,-2px);
}

/* TEAM SLIDER */
.team-section { padding: 140px 0 0; background: var(--black); color: var(--white); overflow: hidden; }
.team-section .section-header { padding: 0 72px; margin-bottom: 56px; }
.team-section .section-eyebrow::before { background: var(--orange); }
.team-section .section-title { color: var(--white); }

.team-slider-wrap { position: relative; }
.team-slider-track {
  display: flex; gap: 0;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  cursor: grab;
}
.team-slider-track::-webkit-scrollbar { display: none; }
.team-slider-track.dragging { cursor: grabbing; }

.team-card {
  flex: 0 0 320px; scroll-snap-align: start;
  position: relative; overflow: hidden; background: #111;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.team-photo {
  width: 100%; height: 400px; background-size: cover;
  background-position: center top;
  transition: transform 0.5s ease;
}
.team-card:hover .team-photo { transform: scale(1.04); }

.team-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
  pointer-events: none;
}

.team-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 28px 32px;
}
.team-name {
  font-size: 16px; font-weight: 800; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin-bottom: 6px;
}
.team-spec-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.spec-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 10px; font-size: 10px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.7);
}
.spec-tag svg { flex-shrink: 0; opacity: 0.7; }

/* TEAM BTNS — записаться + подробнее */
.team-btns {
  display: flex; align-items: center; gap: 12px;
}
.team-btn {
  display: inline-block; background: var(--orange); color: var(--black);
  padding: 9px 20px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  transition: background 0.2s; white-space: nowrap;
}
.team-btn:hover { background: #ff8c00; }
.team-btn-more {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
  color: rgba(255,255,255,0.55);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s; white-space: nowrap;
}
.team-btn-more:hover { color: var(--orange); border-color: var(--orange); }

.team-slider-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 72px 48px;
}
.team-slider-arrows { display: flex; gap: 12px; }
.slider-arrow {
  width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.2);
  background: transparent; color: #fff; cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.slider-arrow:hover { background: var(--orange); border-color: var(--orange); }
.team-slider-counter {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
}
.team-slider-counter span { color: var(--orange); }

/* QUIZ BLOCK */
.team-quiz {
  background: var(--orange); padding: 64px 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.quiz-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: rgba(0,0,0,0.5); margin-bottom: 12px;
}
.quiz-title {
  font-size: clamp(20px, 2vw, 28px); font-weight: 900;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.05; color: var(--black);
}
.quiz-sub { font-size: 14px; color: rgba(0,0,0,0.6); margin-top: 10px; line-height: 1.6; }
.quiz-btn {
  display: inline-block; background: var(--black); color: var(--white);
  padding: 16px 36px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none;
  border: none; cursor: pointer; white-space: nowrap;
  transition: background 0.2s, transform 0.15s; flex-shrink: 0;
}
.quiz-btn:hover { background: #222; transform: translateY(-2px); }

/* QUIZ MODAL */
.quiz-modal {
  position: fixed; inset: 0; z-index: 1001;
  background: rgba(0,0,0,0.8); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.quiz-modal.open { opacity: 1; pointer-events: all; }
.quiz-box {
  background: var(--white); max-width: 540px; width: 100%;
  position: relative; transform: translateY(20px); transition: transform 0.3s;
}
.quiz-modal.open .quiz-box { transform: translateY(0); }
.quiz-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; font-size: 22px; cursor: pointer; color: var(--muted);
}
.quiz-progress {
  height: 3px; background: var(--border);
  position: relative; overflow: hidden;
}
.quiz-progress-bar {
  height: 100%; background: var(--orange);
  transition: width 0.4s ease;
}
.quiz-content { padding: 48px 48px 40px; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-step-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 16px;
}
.quiz-question {
  font-size: 20px; font-weight: 800; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.1; margin-bottom: 28px;
}
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-option {
  padding: 14px 20px; border: 1px solid var(--border); cursor: pointer;
  font-size: 14px; font-weight: 500; color: var(--text);
  transition: border-color 0.2s, background 0.2s;
  display: flex; align-items: center; gap: 12px;
}
.quiz-option:hover { border-color: var(--orange); background: #fff8f0; }
.quiz-option.selected { border-color: var(--orange); background: #fff8f0; }
.quiz-option-icon { font-size: 18px; }
.quiz-result { display: none; padding: 48px 48px 40px; }
.quiz-result.active { display: block; }
.quiz-result-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 16px;
}
.quiz-result-title {
  font-size: 22px; font-weight: 900; font-family: var(--font-display);
  text-transform: uppercase; margin-bottom: 6px;
}
.quiz-result-spec {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 24px;
}
.quiz-result-reason {
  font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 32px;
  border-left: 3px solid var(--orange); padding-left: 16px;
}
.quiz-result-btn {
  display: block; width: 100%; padding: 16px; background: var(--black); color: var(--white);
  border: none; font-family: var(--font-body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer;
  text-decoration: none; text-align: center; transition: background 0.2s;
}
.quiz-result-btn:hover { background: var(--orange); }

@media (max-width: 1100px) {
  .team-section .section-header { padding: 0 32px; }
  .team-slider-nav { padding: 24px 32px 40px; }
  .team-quiz { padding: 48px 32px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .quiz-content { padding: 32px 28px 28px; }
  .quiz-result { padding: 32px 28px 28px; }
}
@media (max-width: 640px) {
  .team-card { flex: 0 0 280px; }
  .team-photo { height: 340px; }
}

/* PACKAGES */
.packages-section { padding: 140px 72px; background: var(--white); }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; }
.package-card {
  border: 1px solid var(--border); padding: 48px 40px;
  position: relative; transition: border-color 0.3s, transform 0.3s; cursor: default;
}
.package-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.package-card.featured { border-color: var(--black); background: var(--black); color: var(--white); }
.package-card.featured:hover { border-color: var(--orange); }
.package-badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 14px; background: var(--orange); color: var(--white); margin-bottom: 28px;
}
.package-name { font-size: 24px; font-weight: 800; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.package-sessions {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 36px;
}
.package-card.featured .package-sessions { color: rgba(255,255,255,0.4); }
.package-price { font-size: 44px; font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin-bottom: 6px; }
.package-per {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 36px;
}
.package-card.featured .package-per { color: rgba(255,255,255,0.35); }
.package-features { list-style: none; margin-bottom: 44px; }
.package-features li {
  font-size: 13px; color: #555; padding: 10px 0;
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px;
}
.package-card.featured .package-features li { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.1); }
.package-features li::before { content: ''; width: 18px; height: 2px; background: var(--orange); flex-shrink: 0; }
.package-btn {
  display: block; width: 100%; padding: 16px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; text-align: center;
  text-decoration: none; border: none; cursor: pointer; transition: background 0.2s;
}
.package-btn-dark { background: var(--black); color: var(--white); }
.package-btn-dark:hover { background: var(--orange); }
.package-btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.25); }
.package-btn-outline:hover { background: var(--orange); border-color: var(--orange); }

/* PROCESS */
.process-section { padding: 140px 72px; background: var(--black); color: var(--white); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 72px;
  position: relative;
}
.process-grid::before {
  content: ''; position: absolute; top: 27px; left: 8%; right: 8%; height: 1px;
  background: rgba(255,255,255,0.08); pointer-events: none;
}
.process-step { padding: 0 36px; }
.step-num {
  width: 54px; height: 54px; border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: var(--orange);
  margin-bottom: 28px; background: var(--black); position: relative; z-index: 1;
}
.step-title { font-size: 15px; font-weight: 800; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.step-desc { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.7; }

/* AMBASSADORS */
.ambassadors-section {
  background: var(--black); padding: 100px 0 0; overflow: hidden;
}
.amb-header {
  padding: 0 72px; margin-bottom: 56px;
}
.amb-track-wrap { position: relative; }
.amb-track {
  display: flex; gap: 0;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  cursor: grab;
}
.amb-track::-webkit-scrollbar { display: none; }
.amb-track.dragging { cursor: grabbing; }
.amb-card {
  flex: 0 0 320px; scroll-snap-align: start;
  position: relative; overflow: hidden;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.amb-photo {
  width: 100%; height: 420px;
  background-size: cover; background-position: center top;
  transition: transform 0.5s ease;
}
.amb-card:hover .amb-photo { transform: scale(1.04); }
.amb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 55%, transparent 100%);
  pointer-events: none;
}
.amb-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 24px 28px 32px;
}
.amb-handle {
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 6px;
}
.amb-name {
  font-size: 17px; font-weight: 800; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: 0.04em; color: #fff; margin-bottom: 10px;
}
.amb-tags { display: flex; gap: 6px; margin-bottom: 10px; }
.amb-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  padding: 3px 9px;
}
.amb-followers {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em; margin-bottom: 12px;
}
.amb-quote {
  font-size: 12px; line-height: 1.65; color: rgba(255,255,255,0.55);
  font-style: italic; border-left: 2px solid var(--orange); padding-left: 10px;
}
.amb-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 72px 48px;
}
.amb-arrows { display: flex; gap: 12px; }
@media(max-width:1100px){
  .amb-header { padding: 0 32px; }
  .amb-nav { padding: 24px 32px 40px; }
}
@media(max-width:640px){
  .amb-card { flex: 0 0 280px; }
  .amb-photo { height: 360px; }
}

/* REVIEWS */
.reviews-section { padding: 140px 72px; background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; }
.review-card {
  padding: 36px; border: 1px solid var(--border);
  transition: border-color 0.3s;
}
.review-card:hover { border-color: var(--orange); }
.review-rating { display: flex; gap: 4px; margin-bottom: 20px; }
.star {
  width: 13px; height: 13px; background: var(--orange);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.review-text { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: 28px; }
.review-author { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.review-meta { font-size: 11px; color: var(--muted); margin-top: 4px; }

/* LOCATIONS */
.locations-section { padding: 140px 72px; background: var(--light); }
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 72px; }
.location-card {
  background: var(--white); overflow: hidden;
  border: 1px solid var(--border); transition: border-color 0.3s;
}
.location-card:hover { border-color: var(--orange); }
.location-photo { width: 100%; height: 280px; object-fit: cover; display: block; }
.location-map {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.location-body { padding: 40px 44px; }
.location-metro {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 16px;
}
.metro-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.location-name { font-size: 24px; font-weight: 800; font-family: var(--font-display); text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 12px; }
.location-address { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 24px; }
.location-hours { margin-bottom: 32px; }
.hours-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); }
.hours-day { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.hours-time { font-size: 13px; font-weight: 700; }

/* CTA */
.cta-section {
  padding: 120px 72px; color: var(--white);
  text-align: center; position: relative; overflow: hidden;
  background-color: var(--black);
  background-image: url('https://rehabyou.site/img/4%20wide.jpeg');
  background-size: cover;
  background-position: center;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0.65); pointer-events: none; z-index: 0;
}
.cta-section > * { position: relative; z-index: 1; }
.cta-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 28px;
}
.cta-title {
  font-size: clamp(24px, 2.8vw, 40px); font-weight: 800;
  font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0; margin-bottom: 20px;
}
.cta-sub {
  font-size: 15px; color: rgba(255,255,255,0.55); max-width: 440px;
  margin: 0 auto 52px; line-height: 1.7;
}
.cta-form { display: flex; max-width: 420px; margin: 0 auto; }
.cta-input {
  flex: 1; padding: 18px 22px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1); border-right: none;
  color: var(--white); font-family: var(--font-body); font-size: 14px; outline: none;
  transition: border-color 0.2s;
}
.cta-input::placeholder { color: rgba(255,255,255,0.25); }
.cta-input:focus { border-color: var(--orange); }
.cta-submit {
  padding: 18px 28px; background: var(--orange); color: var(--white);
  border: none; font-family: var(--font-body); font-size: 12px;
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s; white-space: nowrap;
}
.cta-submit:hover { background: #e08820; }

/* FAQ */
.faq-section { padding: 140px 72px; background: var(--white); }
.faq-list { margin-top: 72px; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); cursor: pointer; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; padding: 24px 0; font-size: 15px; font-weight: 600; color: var(--text);
}
.faq-toggle {
  width: 32px; height: 32px; border: 1px solid var(--border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.faq-item:hover .faq-toggle { background: var(--orange); border-color: var(--orange); }
.faq-plus { width: 14px; height: 14px; position: relative; }
.faq-plus::before, .faq-plus::after {
  content: ''; position: absolute; background: var(--text);
  transition: transform 0.3s, background 0.2s;
}
.faq-plus::before { width: 2px; height: 14px; top: 0; left: 6px; }
.faq-plus::after { width: 14px; height: 2px; top: 6px; left: 0; }
.faq-item:hover .faq-plus::before,
.faq-item:hover .faq-plus::after { background: var(--white); }
.faq-item.open .faq-plus::before { transform: rotate(90deg); opacity: 0; }
.faq-a {
  font-size: 14px; color: #666; line-height: 1.75;
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding-bottom 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 24px; }

/* FOOTER */
footer { background: var(--black); padding: 80px 72px 40px; color: var(--white); }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-logo img { height: 32px; width: auto; display: block; margin-bottom: 16px; filter: invert(1); }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.3); line-height: 1.7; max-width: 280px; margin-bottom: 28px; }
.footer-phone {
  font-size: 20px; font-weight: 800; color: var(--white);
  text-decoration: none; display: block; margin-bottom: 6px; transition: color 0.2s;
}
.footer-phone:hover { color: var(--orange); }
.footer-col-title {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--orange); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; padding-top: 28px;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.18); }

/* STICKY */
.sticky-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 99;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.sticky-cta.visible { opacity: 1; pointer-events: all; }
.sticky-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--orange); color: var(--white);
  padding: 15px 26px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 8px 30px rgba(244,153,51,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.sticky-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(244,153,51,0.55); }

/* MODAL */
.modal {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.75); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.modal.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--white); max-width: 460px; width: 100%; padding: 52px;
  position: relative; transform: translateY(20px); transition: transform 0.3s;
}
.modal.open .modal-box { transform: translateY(0); }
.modal-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; font-size: 22px; cursor: pointer; color: var(--muted);
  transition: color 0.2s;
}
.modal-close:hover { color: var(--text); }
.modal-title { font-size: 26px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 6px; }
.modal-sub { font-size: 14px; color: var(--muted); margin-bottom: 36px; line-height: 1.6; }
.form-group { margin-bottom: 12px; }
.form-input {
  width: 100%; padding: 15px 18px; border: 1px solid var(--border);
  background: var(--light); font-family: var(--font-body);
  font-size: 14px; outline: none; color: var(--text); transition: border-color 0.2s;
}
.form-input::placeholder { color: var(--muted); }
.form-input:focus { border-color: var(--orange); background: var(--white); }
.form-submit {
  width: 100%; padding: 16px; background: var(--black); color: var(--white);
  border: none; font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; cursor: pointer; margin-top: 8px; transition: background 0.2s;
}
.form-submit:hover { background: var(--orange); }

/* REVEAL */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1100px) {
  nav { padding: 0 32px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 96px 32px 64px; }
  .hero-right { min-height: 400px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { aspect-ratio: 16/7; }
  section, .about-section, .services-section, .packages-section,
  .process-section, .reviews-section, .locations-section,
  .cta-section, .faq-section { padding: 80px 32px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .packages-grid { grid-template-columns: 1fr; max-width: 480px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .process-grid::before { display: none; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  footer { padding: 64px 32px 32px; }
}
@media (max-width: 640px) {
  .hero-title { font-size: 40px; }
  .hero-stats { flex-wrap: wrap; gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* HERO SLIDER */
.hero-slider { position: absolute; inset: 0; }
.hero-slider .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-slider .slide.active { opacity: 0.72; }

.slider-dots {
  position: absolute; bottom: 28px; right: 48px;
  display: flex; gap: 8px; z-index: 10;
}
.slider-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.35); cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.slider-dot.active {
  background: var(--orange); transform: scale(1.4);
}

#heroPhrase {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.phrase-line-1:empty { display: none; }

/* EXTRAS */
.extras-grid {
  border-top: 1px solid var(--border);
  max-width: 640px;
}
.extra-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  transition: padding-left 0.2s;
}
.extra-row:hover { padding-left: 8px; }
.extra-name { font-size: 14px; color: #555; }
.extra-price { font-size: 15px; font-weight: 700; color: var(--text); }
.highlight-row .extra-name { font-weight: 600; color: var(--text); }
.highlight-row .extra-price { color: var(--orange); }

/* HERO V2 */
.hero-v2 {
  position:relative; width:100%; height:100vh; min-height:640px;
  overflow:hidden; display:flex;
}
.hero-slides { position:absolute; inset:0; }
.hero-slide {
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  opacity:0; transition:opacity 1.2s ease;
}
.hero-slide.active { opacity:1; }
.hero-v2-overlay {
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(120deg,rgba(5,5,5,.55) 0%,rgba(5,5,5,.2) 55%,rgba(5,5,5,.45) 100%);
}
.hero-v2-bar {
  position:absolute; left:0; top:0; bottom:0; width:4px;
  background:var(--orange); z-index:5;
  animation:hbarGrow 1.2s cubic-bezier(.16,1,.3,1) .2s both;
}
@keyframes hbarGrow{from{transform:scaleY(0);transform-origin:top}to{transform:scaleY(1);transform-origin:top}}
@keyframes htitleUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
.hero-v2-content {
  position:absolute; left:64px; top:22%; transform:translateY(0);
  z-index:4; display:flex; flex-direction:column;
  animation:htitleUp 1s cubic-bezier(.16,1,.3,1) .3s both;
  max-width:720px;
}
.hero-v2-title-inline {
  display:flex; flex-direction:column;
  font-family:'Unbounded',sans-serif;
  font-size:clamp(40px,5.8vw,88px);
  font-weight:900; line-height:.93; letter-spacing:-.01em;
  margin-bottom:20px;
}
.hvt-1 { color:#f5f4f0; }
.hvt-2 { color:#f5f4f0; }
.hvt-3 { color:var(--orange); }
.hero-v2-stats {
  display:flex; gap:36px; margin-top:32px;
}
.hvs-num {
  font-family:'Unbounded',sans-serif; font-size:28px; font-weight:700;
  color:#f5f4f0; line-height:1;
}
.hvs-num em { color:var(--orange); font-style:normal; }
.hvs-label { font-size:9px; letter-spacing:.22em; text-transform:uppercase; color:rgba(245,244,240,.4); margin-top:5px; }
.hero-v2-right {
  position:absolute; left:64px; bottom:130px; z-index:4;
  text-align:left; max-width:340px;
  animation:htitleUp 1s ease .7s both;
}
.hero-v2-eyebrow { font-size:12px; letter-spacing:.28em; text-transform:uppercase; color:var(--orange); margin-bottom:14px; }
.hero-v2-desc { font-size:16px; line-height:1.8; color:rgba(245,244,240,.6); margin-bottom:24px; }
.hero-v2-btn {
  display:inline-block; padding:10px 24px; align-self:flex-start;
  background:var(--orange); color:var(--black);
  font-family:'Unbounded',sans-serif;
  font-size:10px; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  text-decoration:none; transition:background .2s,transform .2s;
}
.hero-v2-btn:hover { background:#ff6a25; transform:translateY(-2px); }
.hero-v2-btns { display:flex; gap:14px; flex-wrap:wrap; }
.hero-v2-btn-outline {
  display:inline-block; padding:10px 24px; align-self:flex-start;
  background:#fff; color:#000;
  font-family:'Unbounded',sans-serif;
  font-size:10px; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  text-decoration:none; border:none; cursor:pointer;
  transition:background .2s, transform .2s;
}
.hero-v2-btn-outline:hover { background:#F49933; transform:translateY(-2px); }
@media(max-width:600px) { .hero-v2-btns { flex-direction:column; } }

.hero-v2-dots {
  position:absolute; right:64px; bottom:52px; z-index:4; display:flex; gap:8px;
}
.hvd {
  width:6px; height:6px; border-radius:50%;
  background:rgba(245,244,240,.3); cursor:pointer; transition:background .3s,transform .3s;
}
.hvd.active { background:var(--orange); transform:scale(1.4); }
@media(max-width:768px){
  .hero-v2-title{left:24px;bottom:100px;font-size:clamp(36px,10vw,64px);}
  .hero-v2-right{display:none;}
  .hero-v2-stats{left:24px;gap:20px;}
  .hvs-num{font-size:22px;}
}

/* STRIP V2 */
.strip-v2 { background:var(--orange); overflow:hidden; }
.strip-v2-track {
  display:flex; width:max-content;
  padding:13px 0;
  animation:sv2scroll 30s linear infinite;
}
.strip-v2-track:hover{animation-play-state:paused;}
@keyframes sv2scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.sv2-item {
  font-family:'Barlow Condensed',sans-serif;
  font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  color:var(--black); padding:0 36px; white-space:nowrap;
}
.sv2-dot{opacity:.4;margin-left:8px;}

.logo-white { display: block; height: 32px; width: auto; }
.logo-black { display: none !important; height: 32px; width: auto; }
nav.scrolled .logo-white { display: none !important; }
nav.scrolled .logo-black { display: block !important; }
.nav-logo img { font-size: 0; color: transparent; }

/* TELEGRAM POPUP */
.tg-popup {
  position: fixed; bottom: 32px; right: 32px; z-index: 999;
  width: 460px; background: var(--white);
  display: flex; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.18), 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(20px) scale(0.97);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.tg-popup.visible {
  opacity: 1; pointer-events: all; transform: translateY(0) scale(1);
}
.tg-popup-close {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,0,0,0.12); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); transition: background 0.2s;
}
.tg-popup-close:hover { background: rgba(0,0,0,0.35); }
.tg-popup-photo {
  width: 150px; flex-shrink: 0; max-height: 220px;
}
.tg-popup-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.tg-popup-content {
  padding: 20px 20px 20px 22px; display: flex; flex-direction: column; gap: 7px;
}
.tg-popup-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--orange);
}
.tg-popup-title {
  font-family: var(--font-display); font-size: 15px; font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.1;
  color: var(--text);
}
.tg-popup-text {
  font-size: 11.5px; line-height: 1.6; color: #777; flex: 1;
}
.tg-popup-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #2AABEE; color: var(--white);
  padding: 9px 16px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; margin-top: 2px;
  transition: background 0.2s, transform 0.15s;
  align-self: flex-start;
}
.tg-popup-btn:hover { background: #1a96d4; transform: translateY(-1px); }
@media(max-width: 520px) {
  .tg-popup { width: calc(100vw - 24px); bottom: 12px; right: 12px; }
  .tg-popup-photo { width: 110px; }
}


/* ================================================
   LEAD MODAL — форма заявки
   ================================================ */
.lead-modal-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 24px;
}
.lead-modal-overlay.open {
  opacity: 1; pointer-events: all;
}
.lead-modal {
  background: #fff;
  width: 100%; max-width: 480px;
  position: relative;
  transform: translateY(24px);
  transition: transform 0.3s ease;
}
.lead-modal-overlay.open .lead-modal {
  transform: translateY(0);
}
.lead-modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #999; transition: color 0.2s;
}
.lead-modal-close:hover { color: #000; }
.lead-modal-close svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

.lead-modal-header {
  background: #000; color: #fff;
  padding: 40px 40px 32px;
}
.lead-modal-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: #F49933; margin-bottom: 12px;
}
.lead-modal-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px; font-weight: 900;
  text-transform: uppercase; line-height: 1.0;
  letter-spacing: -0.02em;
}
.lead-modal-subtitle {
  font-size: 13px; color: rgba(255,255,255,0.5);
  margin-top: 10px; line-height: 1.6;
}

.lead-modal-body {
  padding: 32px 40px 40px;
}
.lead-modal-field {
  margin-bottom: 16px;
}
.lead-modal-label {
  display: block;
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #888;
  margin-bottom: 8px;
}
.lead-modal-input {
  width: 100%; padding: 14px 16px;
  border: 1.5px solid #e5e5e5;
  background: #fff; color: #000;
  font-family: 'Inter', sans-serif; font-size: 15px;
  outline: none; transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.lead-modal-input:focus { border-color: #000; }
.lead-modal-input.error { border-color: #e53e3e; }

.lead-modal-submit {
  width: 100%; padding: 18px;
  background: #000; color: #fff; border: none; cursor: pointer;
  font-family: 'Unbounded', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.2s; margin-top: 8px;
}
.lead-modal-submit:hover { background: #F49933; color: #000; }
.lead-modal-submit:disabled { background: #ccc; cursor: not-allowed; color: #fff; }

.lead-modal-agree {
  font-size: 11px; color: #aaa; line-height: 1.6;
  margin-top: 14px; text-align: center;
}

/* Состояние успеха */
.lead-modal-success {
  display: none;
  padding: 48px 40px;
  text-align: center;
}
.lead-modal-success-icon {
  width: 56px; height: 56px;
  background: #F49933; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
}
.lead-modal-success-icon svg {
  width: 28px; height: 28px; stroke: #fff; fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.lead-modal-success-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px; font-weight: 900;
  text-transform: uppercase; margin-bottom: 12px;
}
.lead-modal-success-desc {
  font-size: 14px; color: #666; line-height: 1.7;
}

/* Состояние: идёт отправка */
.lead-modal-overlay.sending .lead-modal-submit {
  background: #666; pointer-events: none;
}

@media (max-width: 600px) {
  .lead-modal-header { padding: 32px 24px 24px; }
  .lead-modal-body { padding: 24px 24px 32px; }
  .lead-modal-success { padding: 40px 24px; }
  .lead-modal-title { font-size: 20px; }
}
/* ================================================
   END LEAD MODAL
   ================================================ */

/* Blog nav link */
.nav-blog-link {
  color: var(--orange) !important;
  border-bottom: 1px solid rgba(244,153,51,0.4);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s !important;
}
.nav-blog-link:hover {
  color: #ff8c00 !important;
  border-color: #ff8c00;
}
nav.scrolled .nav-blog-link {
  color: var(--orange) !important;
}


/* Hero slide 1 - desktop */
.hero-slide-1 { background-image: url('../img/1_wide.webp'); }

.hero-slide-2 { background-image: url('../img/2_wide.webp'); }
.hero-slide-3 { background-image: url('../img/3_wide.webp'); }
