/* Консультация — страница режиссуры мероприятий. Вынесено из inline <style> в consultation.html. */

body { background: var(--bg); }

/* ─── Hero ─── */
.cs-hero {
  padding: 160px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cs-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,201,153,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.cs-hero__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  position: relative;
}

.cs-hero__title {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  position: relative;
}

.cs-hero__sub {
  font-size: 1rem;
  color: var(--text-soft);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.85;
  position: relative;
}

.cs-hero__divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
  margin: 40px auto;
}

/* ─── Формат ─── */
.cs-format {
  padding: 40px 0 80px;
  text-align: center;
}

.cs-format__info {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.cs-format__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.cs-format__item svg {
  width: 18px;
  height: 18px;
  color: var(--gold-dim);
  flex-shrink: 0;
}

.cs-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.cs-price__amount {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold);
  line-height: 1;
}

.cs-price__amount span {
  font-size: 0.5em;
  color: var(--text-muted);
}

.cs-price__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 38px;
  background: linear-gradient(135deg, #e8c677 0%, #b08930 100%);
  color: #1a0e0a;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 248, 238, 0.12) inset,
    0 16px 40px -16px rgba(212, 168, 83, 0.5);
  transition: transform 0.3s cubic-bezier(.2,.7,.3,1.4), box-shadow 0.4s ease;
}

.cs-price__cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255, 248, 238, 0.2) inset,
    0 22px 56px -16px rgba(232, 198, 119, 0.65);
}

.cs-price__cta:active { transform: translateY(0) scale(0.99); }

/* ─── Встречи ─── */
.cs-meetings {
  padding: 120px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cs-meetings__header {
  text-align: center;
  margin-bottom: 72px;
}

.cs-meetings__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.cs-meetings__title {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--text);
}

.cs-meetings__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cs-meeting {
  padding: 44px 36px;
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.cs-meeting::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(216,201,153,0.03) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cs-meeting:hover {
  border-color: rgba(216,201,153,0.15);
  transform: translateY(-4px);
  box-shadow: 0 0 24px 1px rgba(216,201,153,0.08);
}

.cs-meeting:hover::before { opacity: 1; }

.cs-meeting__num {
  font-family: 'Forum', serif;
  font-size: 3rem;
  color: rgba(216,201,153,0.1);
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.cs-meeting__title {
  font-family: 'Forum', Georgia, serif;
  font-size: 1.3rem;
  color: var(--text);
  margin-bottom: 16px;
  position: relative;
}

.cs-meeting__desc {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--text-soft);
  position: relative;
}

/* ─── Результат ─── */
.cs-result {
  padding: 120px 0;
}

.cs-result__header {
  text-align: center;
  margin-bottom: 64px;
}

.cs-result__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.cs-result__title {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--text);
}

.cs-result__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.cs-result__item {
  text-align: center;
  padding: 36px 28px;
}

.cs-result__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216,201,153,0.12);
  border-radius: 50%;
}

.cs-result__icon svg {
  width: 22px;
  height: 22px;
  color: var(--gold-dim);
}

.cs-result__item-title {
  font-family: 'Forum', Georgia, serif;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 12px;
}

.cs-result__item-desc {
  font-size: 0.85rem;
  line-height: 1.75;
  color: var(--text-muted);
}

/* ─── Мини-консультация ─── */
.cs-mini {
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid var(--line);
}

.cs-mini__text {
  font-family: 'Forum', Georgia, serif;
  font-size: 1.1rem;
  color: var(--gold-dim);
  font-style: italic;
  margin-bottom: 8px;
}

.cs-mini__note {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ─── CTA ─── */
.cs-cta {
  padding: 120px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  text-align: center;
}

.cs-cta__inner {
  max-width: 540px;
  margin: 0 auto;
}

.cs-cta__title {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--text);
  margin-bottom: 16px;
}

.cs-cta__text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 40px;
}

.cs-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* ─── Бегущая фотолента (CSS-анимация, без JS) ─── */
.cs-marquee {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  position: relative;
}

.cs-marquee::before,
.cs-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.cs-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-2), transparent);
}

.cs-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-2), transparent);
}

.cs-marquee__track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}

.cs-marquee__track:hover {
  animation-play-state: paused;
}

.cs-marquee__item {
  flex-shrink: 0;
  width: 300px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.cs-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.cs-marquee__item:hover img {
  transform: scale(1.05);
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .cs-marquee__item { width: 220px; height: 300px; }
  .cs-marquee       { padding: 40px 0; }
  .cs-meetings__grid { grid-template-columns: 1fr; }
  .cs-result__grid   { grid-template-columns: 1fr; }
  .cs-cta__actions   { flex-direction: column; align-items: center; }
  .cs-format__info   { flex-direction: column; gap: 16px; }
}
