/**
 * program.css — страница отдельной программы (single-program.php)
 * 3 блока: Hero (заголовок+фото), О программе (параметры/описание/чеклист), Стоимость + CTA
 */

/* ==================== HERO ==================== */

.vprh *, .vprh *::before, .vprh *::after { box-sizing: border-box; margin: 0; padding: 0; }

.vprh {
  background: #F5F0EA;
  padding: 40px 40px 8px;
  font-family: 'Raleway', sans-serif;
  color: #1A1A1A;
}

.vprh__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.vprh__eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #8B7355;
}

.vprh__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.02;
  color: #1A1A1A;
  margin-top: 14px;
}

.vprh__divider {
  width: 30px;
  height: 1px;
  background: #8B7355;
  margin: 22px auto 0;
}

.vprh__photo {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: rgba(139, 115, 85, 0.07);
}

.vprh__photo img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .vprh { padding: 32px 24px 8px; }
  .vprh__title { font-size: 46px; }
  .vprh__photo img { height: 380px; }
}

@media (max-width: 480px) {
  .vprh { padding: 28px 20px 8px; }
  .vprh__title { font-size: 36px; }
  .vprh__photo img { height: 280px; }
}

/* ==================== О ПРОГРАММЕ ==================== */

.vpra *, .vpra *::before, .vpra *::after { box-sizing: border-box; margin: 0; padding: 0; }

.vpra {
  background: #F5F0EA;
  padding: 52px 40px 64px;
  font-family: 'Raleway', sans-serif;
  color: #1A1A1A;
}

.vpra__grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}

.vpra__label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8B7355;
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(139, 115, 85, 0.2);
}

.vpra__label--included { margin-bottom: 20px; }

.vpra__params {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}

.vpra__param {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.vpra__param-key {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
}

.vpra__param-val {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  font-variant-numeric: lining-nums tabular-nums;
}

.vpra__param-divider {
  height: 1px;
  background: rgba(139, 115, 85, 0.12);
}

.vpra__lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 26px;
}

.vpra__desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.3px;
  color: #444;
  margin-bottom: 18px;
}

.vpra__desc p:last-child { margin-bottom: 30px; }

.vpra__checklist {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.vpra__check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #333;
}

.vpra__check-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(139, 115, 85, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .vpra { padding: 40px 24px 48px; }
  .vpra__grid { grid-template-columns: 1fr; gap: 32px; }
  .vpra__params { margin-top: 0; }
}

@media (max-width: 480px) {
  .vpra { padding: 32px 20px 40px; }
  .vpra__lead { font-size: 20px; }
}

/* ==================== СТОИМОСТЬ + CTA ==================== */

.vprp *, .vprp *::before, .vprp *::after { box-sizing: border-box; margin: 0; padding: 0; }

.vprp {
  background: #F5F0EA;
  padding: 56px 40px 64px;
  font-family: 'Raleway', sans-serif;
}

.vprp__box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #141210;
  display: flex;
  align-items: center;
}

.vprp__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  z-index: 0;
}

.vprp__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vprp__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #141210 0%, #141210 42%, rgba(20, 18, 16, 0.55) 62%, rgba(20, 18, 16, 0) 82%);
}

.vprp__inner {
  position: relative;
  z-index: 2;
  padding: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.vprp__price-block { min-width: 260px; }

.vprp__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #8B7355;
  display: block;
  margin-bottom: 14px;
}

.vprp__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.vprp__from {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 240, 234, 0.55);
}

.vprp__value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  color: #F5F0EA;
  font-variant-numeric: lining-nums tabular-nums;
}

.vprp__unit {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 240, 234, 0.55);
}

.vprp__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: rgba(245, 240, 234, 0.55);
  margin-top: 14px;
  max-width: 340px;
}

.vprp__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 230px;
}

.vprp__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.vprp__btn--primary { background: #F5F0EA !important; color: #1A1A1A !important; border: 1px solid #F5F0EA !important; }
.vprp__btn--primary:hover { background: transparent !important; color: #F5F0EA !important; }
.vprp__btn--primary svg path { stroke: #1A1A1A !important; transition: stroke 0.3s; }
.vprp__btn--primary:hover svg path { stroke: #F5F0EA !important; }

.vprp__btn--outline { background: transparent !important; color: #F5F0EA !important; border: 1px solid rgba(245, 240, 234, 0.35) !important; }
.vprp__btn--outline:hover { border-color: #F5F0EA !important; background: rgba(245, 240, 234, 0.08) !important; }

@media (max-width: 768px) {
  .vprp__box { flex-direction: column; }
  .vprp__bg { position: absolute; width: 100%; }
  .vprp__bg::after { background: rgba(20, 18, 16, 0.82); }
  .vprp__inner { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
  .vprp__buttons { width: 100%; min-width: 0; }
}

@media (max-width: 480px) {
  .vprp { padding: 40px 20px 48px; }
  .vprp__value { font-size: 42px; }
  .vprp__inner { padding: 28px 24px; }
}
