/* ===== Лендинг Псков — стили ===== */
:root {
  --bg-light: #F5EEE6;
  --bg-warm: #E8DDD0;
  --terra-deep: #A0522D;
  --terra-mid: #C75B3A;
  --brown-deep: #5C3D28;
  --brown-text: #2C1810;
  --orange: #E8A84D;
  --gold: #D4922A;
}

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

body.pskov-page,
.pskov-page {
  font-family: 'Raleway', sans-serif;
  color: var(--brown-text);
  background: var(--bg-light);
}

.pskov-page {
  min-height: 100vh;
}

/* ===== Burger & Slide-out menu ===== */
.pskov-page .burger-btn {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}

.pskov-page .burger-line {
  width: 20px;
  height: 2px;
  background: #A0522D;
  display: block;
}

.pskov-page .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.pskov-page .menu-overlay.is-open {
  display: block;
}

.pskov-page .slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: white;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  padding: 80px 32px 32px;
  display: flex;
  flex-direction: column;
}

.pskov-page .slide-menu.active {
  transform: translateX(0);
}

.pskov-page .slide-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #2C1810;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pskov-page .slide-menu-close:hover {
  color: #A0522D;
}

.pskov-page .slide-menu-logo {
  font-size: 18px;
  font-weight: 600;
  color: #2C1810;
  text-decoration: none;
  margin-bottom: 40px;
}

.pskov-page .slide-menu-logo:hover {
  color: #A0522D;
}

.pskov-page .slide-menu-link {
  font-size: 16px;
  font-weight: 500;
  color: #2C1810;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(44, 24, 16, 0.1);
}

.pskov-page .slide-menu-link:hover {
  color: #A0522D;
}

.pskov-page .slide-menu-link--active {
  color: #A0522D;
  font-weight: 600;
}

/* ===== HERO ===== */
.pskov-page .hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  height: 70vh;
  max-width: none;
  margin: 0;
  padding: 0;
}

.pskov-page .hero-left {
  background: linear-gradient(to right, #E8DDD0 0%, rgba(245, 238, 230, 0.95) 70%, rgba(245, 238, 230, 0.7) 100%);
  padding: 0 8% 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pskov-page .hero-tag {
  border: 1.5px solid var(--terra-deep);
  border-radius: 0;
  background: transparent;
  color: var(--terra-deep);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 8px 24px;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  margin-bottom: 24px;
  width: fit-content;
}

.pskov-page .hero-title {
  font-family: 'Yeseva One', serif;
  font-size: clamp(72px, 12vw, 132px);
  color: var(--brown-deep);
  line-height: 0.9;
}

.pskov-page .hero-subtitle {
  font-family: 'Yeseva One', serif;
  font-size: clamp(19px, 2.4vw, 26px);
  color: var(--terra-mid);
  letter-spacing: 1px;
  margin-top: 4px;
}

.pskov-page .hero-description {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brown-text);
  opacity: 0.6;
  margin-top: 28px;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .btn-primary {
  background: var(--terra-deep);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px 40px;
  border: none;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 36px;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}

.pskov-page .btn-primary:hover {
  background: var(--terra-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(160, 82, 45, 0.3);
}

.pskov-page .btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.85;
  pointer-events: none;
}

.pskov-page .btn-primary:disabled:hover {
  background: var(--terra-deep);
  transform: none;
  box-shadow: 0 4px 16px rgba(160, 82, 45, 0.25);
}

/* Лёгкое переливание кнопки в Hero */
.pskov-page .hero .btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    var(--terra-deep) 0%,
    rgba(199, 91, 58, 0.98) 40%,
    rgba(205, 115, 70, 0.92) 50%,
    rgba(199, 91, 58, 0.98) 60%,
    var(--terra-deep) 100%
  );
  background-size: 200% 100%;
  animation: hero-btn-shimmer 10s ease-in-out infinite;
  box-shadow: 0 2px 10px rgba(160, 82, 45, 0.2);
}
.pskov-page .hero .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 48%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.03) 52%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: hero-btn-shine 8s ease-in-out infinite;
  pointer-events: none;
}
.pskov-page .hero .btn-primary:hover {
  animation: hero-btn-shimmer 8s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(160, 82, 45, 0.28);
}
@keyframes hero-btn-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes hero-btn-shine {
  0%, 100% { background-position: -80% 50%; }
  50% { background-position: 180% 50%; }
}

.pskov-page .hero-right {
  background-image: url('/картинки для лендинга псков/Две девушки на пикнике у крепости (Hero фон).jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 85%;
}
.pskov-page .hero-right::before,
.pskov-page .hero-right::after {
  display: none;
}

.pskov-page .hero-right-bg {
  display: none;   /* на десктопе не показываем, фон у .hero-right */
}

/* ===== INTRO BAND ===== */
.pskov-page .intro-band {
  background: var(--terra-deep);
  padding: 80px 8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.pskov-page .intro-stat {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pskov-page .intro-stat:last-child {
  border-right: none;
}

.pskov-page .intro-stat-num {
  font-family: 'Yeseva One', serif;
  font-size: 42px;
  color: white;
}

.pskov-page .intro-stat-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  font-family: 'Raleway', sans-serif;
}

/* Кнопка «Скоро в продаже» после блока с цифрами */
.pskov-page .hero-cta-wrap {
  background: var(--bg-warm);
  padding: 40px 24px 56px;
  text-align: center;
}

.pskov-page .hero-cta-wrap .btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    var(--terra-deep) 0%,
    rgba(199, 91, 58, 0.98) 40%,
    rgba(205, 115, 70, 0.92) 50%,
    rgba(199, 91, 58, 0.98) 60%,
    var(--terra-deep) 100%
  );
  background-size: 200% 100%;
  animation: hero-btn-shimmer 10s ease-in-out infinite;
  box-shadow: 0 2px 10px rgba(160, 82, 45, 0.2);
  margin-top: 0;
}

.pskov-page .hero-cta-wrap .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 48%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.03) 52%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: hero-btn-shine 8s ease-in-out infinite;
  pointer-events: none;
}

.pskov-page .hero-cta-wrap .btn-primary:hover {
  animation: hero-btn-shimmer 8s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(160, 82, 45, 0.28);
}

/* Десктоп: кнопка в hero, блок после цифр скрыт */
@media (min-width: 769px) {
  .pskov-page .hero-cta-wrap {
    display: none;
  }
}

/* ===== CAROUSEL ===== */
.pskov-page .carousel-section {
  padding: 100px 8%;
  background: var(--bg-light);
}

.pskov-page .carousel-section .section-tag {
  font-size: 21px;
  color: var(--terra-deep);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.pskov-page .carousel-section .section-title {
  font-family: 'Yeseva One', serif;
  font-size: 32px;
  color: var(--brown-deep);
  line-height: 1.1;
  margin-top: 2px;
  text-align: center;
  margin-bottom: 60px;
}

.pskov-page .carousel-section .carousel-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.pskov-page .carousel-section .section-title em {
  font-style: italic;
  font-size: 48px;
  color: var(--terra-mid);
  display: block;
}

.pskov-page .carousel-wrapper {
  position: relative;
  margin-top: 48px;
}

.pskov-page .carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}

.pskov-page .carousel-track::-webkit-scrollbar {
  display: none;
}

.pskov-page .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--terra-deep);
  color: white;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 0.3s;
}

.pskov-page .carousel-btn:hover {
  background: var(--terra-mid);
}

.pskov-page .carousel-btn.prev {
  left: 10px;
}

.pskov-page .carousel-btn.next {
  right: 10px;
}

.pskov-page .carousel-card {
  min-width: 380px;
  height: 500px;
  background-size: cover;
  background-position: center;
  cursor: grab;
  position: relative;
  flex-shrink: 0;
  border: none;
  display: block;
}

.pskov-page .carousel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 40%, transparent 100%);
  color: white;
}

.pskov-page .carousel-content h3 {
  font-family: 'Yeseva One', serif;
  font-size: 22px;
  line-height: 1.25;
  color: white;
  margin: 0 0 8px 0;
  min-height: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  box-sizing: border-box;
}

.pskov-page .carousel-content h3 .carousel-title-mobile {
  display: none;
}

.pskov-page .carousel-content h3.title-single {
  white-space: nowrap;
}

.pskov-page .carousel-content p {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.95;
  font-family: 'Raleway', sans-serif;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.35;
  margin: 0;
}

/* ===== FEATURES ===== */
.pskov-page .features-section {
  background: var(--bg-warm);
  padding: 100px 8%;
}

.pskov-page .features-section .section-tag {
  font-size: 21px;
  color: var(--terra-deep);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.pskov-page .features-section .section-title {
  font-family: 'Yeseva One', serif;
  font-size: 32px;
  color: var(--brown-deep);
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 60px;
  text-align: center;
}

.pskov-page .features-section .section-title em {
  font-style: italic;
  font-size: 48px;
  color: var(--terra-mid);
  display: block;
}

.pskov-page .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 80px;
  max-width: 1000px;
  margin: 60px auto;
  align-items: start;
}

.pskov-page .feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.pskov-page .feature-item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pskov-page .feature-item svg {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

.pskov-page .feature-item-text {
  min-width: 0;
  flex: 1;
}

.pskov-page .feature-title {
  font-family: 'Yeseva One', serif;
  font-size: 26px;
  line-height: 1.25;
  color: var(--brown-deep);
  margin: 0 0 2px 0;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}

.pskov-page .feature-desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--brown-text);
  opacity: 0.85;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
}

.pskov-page .feature-item--excel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
}

.pskov-page .feature-item--excel .feature-item--excel-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}

.pskov-page .feature-item--excel .feature-title {
  min-height: auto;
}

.pskov-page .guide-preview-arrow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 0 20px;
  align-self: center;
}

.pskov-page .guide-preview-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--terra-deep);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .guide-preview-arrow {
  display: block;
  width: 64px;
  height: 2px;
  background: var(--terra-deep);
  position: relative;
}

.pskov-page .guide-preview-arrow::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--terra-deep);
}

.pskov-page .guide-preview-screen {
  flex-shrink: 0;
  max-width: 380px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
}

.pskov-page .guide-preview-screen .guide-preview-img {
  width: 100%;
  height: auto;
  display: block;
  filter: blur(1.5px);
  pointer-events: none;
}

.pskov-page .guide-preview-lock {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pskov-page .guide-preview-lock-icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  min-height: 52px;
  color: var(--brown-deep);
  filter: drop-shadow(0 1px 2px rgba(44, 24, 16, 0.2));
}

.pskov-page .feature-item .btn-secondary {
  margin-top: 16px;
}

.pskov-page .btn-secondary {
  background: transparent;
  color: var(--terra-deep);
  border: 2px solid var(--terra-deep);
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 32px;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.pskov-page .btn-secondary:hover {
  background: var(--terra-deep);
  color: white;
}

/* ===== MODAL ===== */
.pskov-page .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.pskov-page .modal.active {
  display: flex;
}

.pskov-page .modal-content {
  background: white;
  padding: 40px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.pskov-page .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
  color: var(--brown-text);
  cursor: pointer;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 0;
  transition: color 0.3s;
}

.pskov-page .modal-close:hover {
  color: var(--terra-deep);
}

.pskov-page .modal-content h3 {
  font-family: 'Yeseva One', serif;
  font-size: 28px;
  color: var(--brown-deep);
  margin-bottom: 12px;
}

.pskov-page .modal-content p {
  font-size: 16px;
  color: var(--brown-text);
  margin-bottom: 24px;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .modal-content img {
  width: 100%;
  border: 2px solid var(--terra-deep);
}

/* ===== Оформление заказа (корзина) ===== */
.pskov-page .checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.pskov-page .checkout-overlay.is-open {
  display: flex;
}

.pskov-page .checkout-modal {
  background: var(--bg-light);
  color: var(--brown-text);
  width: 100%;
  max-width: 440px;
  margin: auto;
  padding: 28px 24px 32px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  border: 1px solid rgba(44, 24, 16, 0.08);
}

.pskov-page .checkout-title {
  font-family: 'Yeseva One', serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  text-align: center;
  color: var(--brown-deep);
}

.pskov-page .checkout-cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 24, 16, 0.12);
  margin-bottom: 16px;
}

.pskov-page .checkout-cart-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--bg-warm);
}

.pskov-page .checkout-cart-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pskov-page .checkout-cart-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brown-deep);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .checkout-cart-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pskov-page .checkout-qty-btn {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--terra-deep);
  background: var(--bg-light);
  color: var(--terra-deep);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s, color 0.2s;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .checkout-qty-btn:hover {
  background: var(--terra-deep);
  color: #fff;
}

.pskov-page .checkout-qty-num {
  font-size: 16px;
  font-weight: 500;
  min-width: 24px;
  text-align: center;
  color: var(--brown-text);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .checkout-cart-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--brown-deep);
}

.pskov-page .checkout-cart-remove {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: rgba(44, 24, 16, 0.4);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: color 0.2s;
}

.pskov-page .checkout-cart-remove:hover {
  color: var(--terra-deep);
}

.pskov-page .checkout-subtotal {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: var(--brown-deep);
}

.pskov-page .checkout-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.pskov-page .checkout-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-deep);
  margin-top: 4px;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .checkout-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid rgba(44, 24, 16, 0.2);
  color: var(--brown-text);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pskov-page .checkout-input:focus {
  outline: none;
  border-color: var(--terra-deep);
  box-shadow: 0 0 0 2px rgba(160, 82, 45, 0.15);
}

.pskov-page .checkout-input::placeholder {
  color: rgba(44, 24, 16, 0.45);
}

.pskov-page .checkout-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pskov-page .checkout-phone-flag {
  position: absolute;
  left: 16px;
  font-size: 20px;
  pointer-events: none;
}

.pskov-page .checkout-input-phone {
  padding-left: 48px;
}

.pskov-page .checkout-agree {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pskov-page .checkout-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  color: var(--brown-text);
}

.pskov-page .checkout-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--terra-deep);
  cursor: pointer;
}

.pskov-page .checkout-checkbox-text a {
  color: var(--terra-deep);
  text-decoration: underline;
}

.pskov-page .checkout-checkbox-text a:hover {
  text-decoration: none;
}

.pskov-page .checkout-total {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--brown-deep);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .checkout-pay-btn {
  width: 100%;
  padding: 18px 24px;
  background: var(--terra-deep);
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

.pskov-page .checkout-pay-btn:hover {
  background: var(--terra-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(160, 82, 45, 0.3);
}

.pskov-page .checkout-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: var(--brown-text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.pskov-page .checkout-close:hover {
  color: var(--terra-deep);
}

/* ===== ABOUT ===== */
.pskov-page .about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  background: var(--bg-light);
  padding: 100px 8%;
  align-items: center;
}

.pskov-page .about-section .about-image-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.pskov-page .about-section .about-image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  transition: transform 0.4s ease;
}

.pskov-page .about-section .about-image-wrap:hover .about-image {
  transform: scale(1.02);
}

.pskov-page .about-section .about-title {
  font-family: 'Yeseva One', serif;
  font-size: 52px;
  color: var(--brown-deep);
  line-height: 1.1;
}

.pskov-page .about-section .about-title em {
  font-style: italic;
  font-family: 'Raleway', sans-serif;
  font-size: 31px;
  color: var(--terra-deep);
}

.pskov-page .about-lead {
  font-size: 19px;
  font-style: italic;
  color: var(--brown-deep);
  line-height: 1.7;
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}

.pskov-page .about-section p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--brown-text);
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}

.pskov-page .about-ornament {
  text-align: center;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 12px;
  margin: 32px 0 16px;
}

.pskov-page .about-sign {
  font-style: italic;
  font-size: 16px;
  color: var(--terra-deep);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .about-sign-role {
  font-weight: 700;
  font-style: normal;
  color: var(--brown-text);
}

/* ===== CTA ===== */
.pskov-page .cta-section {
  background: var(--bg-light);
  padding: 100px 8%;
  text-align: center;
  position: relative;
}

.pskov-page .cta-bg {
  position: absolute;
  inset: 0;
  background: url('/картинки для лендинга псков/Башня сквозь зелёные деревья.jpg') center / cover no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.pskov-page .cta-section .section-tag {
  font-size: 21px;
  color: var(--terra-deep);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  position: relative;
}

.pskov-page .cta-section .section-title {
  font-family: 'Yeseva One', serif;
  font-size: 32px;
  color: var(--brown-deep);
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
}

.pskov-page .cta-section .section-title em {
  font-style: italic;
  font-size: 48px;
  color: var(--terra-mid);
  display: block;
}

.pskov-page .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 0;
}

.pskov-page .cta-section .price-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 2px solid var(--terra-deep);
  border-radius: 0;
  padding: 28px 48px;
  background: white;
  position: relative;
  margin: 0;
  max-width: 320px;
}

.pskov-page .price-block::before,
.pskov-page .price-block::after {
  content: '✦';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 20px;
}

.pskov-page .price-block::before {
  left: -20px;
}

.pskov-page .price-block::after {
  right: -20px;
}

.pskov-page .price-main {
  font-family: 'Yeseva One', serif;
  font-size: 48px;
  color: var(--terra-deep);
  line-height: 1;
}

.pskov-page .price-note {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .cta-section .btn-primary {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    var(--terra-deep) 0%,
    rgba(199, 91, 58, 0.98) 35%,
    rgba(210, 130, 75, 0.95) 50%,
    rgba(199, 91, 58, 0.98) 65%,
    var(--terra-deep) 100%
  );
  background-size: 200% 100%;
  animation: btn-shimmer 9s ease-in-out infinite;
  box-shadow: 0 3px 14px rgba(160, 82, 45, 0.25);
}

.pskov-page .cta-section .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 47%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(255, 255, 255, 0.04) 53%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: btn-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.pskov-page .cta-section .btn-primary:hover {
  animation: btn-shimmer 6s ease-in-out infinite;
  box-shadow: 0 6px 20px rgba(160, 82, 45, 0.32);
}

@keyframes btn-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes btn-shine {
  0%, 100% { background-position: -100% 50%; }
  50% { background-position: 200% 50%; }
}

.pskov-page .cta-agree {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 480px;
  margin-top: 8px;
  position: relative;
  padding-left: 14px;
  border-left: 3px solid transparent;
  transition: border-color 0.2s, padding-left 0.2s;
}

.pskov-page .cta-agree::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s;
}

.pskov-page .cta-agree.cta-agree--error {
  border-left-color: #c0392b;
  padding-left: 14px;
  animation: cta-agree-shake 0.5s ease;
}

.pskov-page .cta-agree.cta-agree--error::before {
  background: #c0392b;
}

@keyframes cta-agree-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

.pskov-page .cta-agree-hint {
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}

.pskov-page .cta-agree-hint[hidden] {
  display: none;
}

.pskov-page .cta-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  color: var(--brown-text);
  font-family: 'Raleway', sans-serif;
}

.pskov-page .cta-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--terra-deep);
  cursor: pointer;
}

.pskov-page .cta-checkbox-text a {
  color: var(--terra-deep);
  text-decoration: underline;
}

.pskov-page .cta-checkbox-text a:hover {
  text-decoration: none;
}

.pskov-page .cta-note {
  font-size: 15px;
  font-weight: 300;
  color: var(--brown-text);
  opacity: 0.6;
  max-width: 500px;
  margin: 24px auto 0;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  position: relative;
}

/* ===== FOOTER ===== */
.pskov-page .pskov-footer {
  background: var(--brown-text);
  padding: 40px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pskov-page .pskov-footer .footer-name {
  font-style: italic;
  font-size: 20px;
  color: var(--bg-warm);
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.pskov-page .pskov-footer .footer-links {
  display: flex;
  gap: 24px;
}

.pskov-page .pskov-footer .footer-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  transition: color 0.3s;
}

.pskov-page .pskov-footer .footer-links a:hover {
  color: var(--bg-warm);
}

.pskov-page .pskov-footer .pskov-footer-legal {
  flex-basis: 100%;
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bg-warm);
  text-align: center;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pskov-page .pskov-footer .pskov-footer-legal a {
  color: var(--bg-warm);
  text-decoration: none;
}

.pskov-page .pskov-footer .pskov-footer-legal a:hover {
  text-decoration: underline;
}

.pskov-page .pskov-footer .pskov-footer-legal-line {
  display: block;
}

.pskov-page .pskov-footer .pskov-footer-legal-line + .pskov-footer-legal-line {
  margin-top: 6px;
}

.pskov-page .pskov-footer .pskov-footer-policy {
  text-align: right;
}

.pskov-page .pskov-footer .pskov-footer-policy a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  transition: color 0.3s;
  line-height: 1.4;
}

.pskov-page .pskov-footer .pskov-footer-policy a:hover {
  color: var(--bg-warm);
}

.pskov-page .pskov-footer .pskov-footer-policy a + a {
  display: block;
  margin-top: 8px;
}

/* ===== ADAPTIVE ===== */
@media (max-width: 768px) {
  .pskov-page .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 400px;
    gap: 0;
    height: auto;
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 0;   /* отступ до кнопки задаётся в .hero-cta-wrap */
    padding-left: 0;
    padding-right: 0;
    background: var(--bg-warm);
  }

  .pskov-page .hero-left .hero-btn-desktop {
    display: none;   /* на мобильной кнопка только в .hero-cta-wrap после цифр */
  }

  .pskov-page .hero-left {
    padding: 0 24px 0 24px;
    margin-bottom: 24px;   /* воздух между текстом и фотографией */
    text-align: center;
    align-items: center;
    background: transparent;
  }

  .pskov-page .hero-tag {
    margin-left: auto;
    margin-right: auto;
  }

  /* Карточка в hero — как в карусели: отступ от краёв, размер карточки 280×400 */
  .pskov-page .hero-right {
    width: calc(100% - 40px);
    max-width: calc(100vw - 40px);
    min-width: 280px;
    height: 400px;
    min-height: 400px;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background-image: none;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .pskov-page .hero-right-bg {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 280px;
    min-height: 400px;
    margin: 0;
    padding: 0;
    background-image: url('/картинки для лендинга псков/Две девушки на пикнике у крепости (Hero фон).jpg');
    background-repeat: no-repeat;
    background-position: center 24%;
    background-size: cover;
  }

  .pskov-page .hero-cta-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .pskov-page .intro-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    padding: 48px 20px 48px;
  }

  .pskov-page .intro-stat {
    border-right: none;
  }

  .pskov-page .intro-stat:nth-child(2) {
    border-right: none;
  }

  .pskov-page .carousel-section {
    padding: 60px 20px 80px;
  }

  .pskov-page .carousel-section .section-title,
  .pskov-page .carousel-section .section-title em {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pskov-page .carousel-card {
    min-width: 280px;
    height: 400px;
  }

  .pskov-page .carousel-btn {
    display: none;
  }

  /* Заголовки карточек карусели: макс. 2 строки, уменьшенный шрифт вместо переноса в третью */
  .pskov-page .carousel-content h3 {
    font-size: 17px;
    line-height: 1.25;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pskov-page .carousel-content h3 .carousel-title-desktop {
    display: none;
  }

  .pskov-page .carousel-content h3 .carousel-title-mobile {
    display: block;
  }

  .pskov-page .carousel-content {
    padding: 20px 20px 14px;
  }

  .pskov-page .carousel-content h3 {
    margin-bottom: 4px;
  }

  .pskov-page .carousel-section .section-title,
  .pskov-page .features-section .section-title {
    font-size: 40px;
  }

  .pskov-page .features-section .section-title em,
  .pskov-page .carousel-section .section-title em {
    font-size: 22px;
  }

  .pskov-page .features-section {
    padding: 60px 20px 80px;
  }

  .pskov-page .features-section .section-title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pskov-page .features-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 0;
  }

  .pskov-page .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .pskov-page .feature-item-icon {
    display: flex;
    justify-content: center;
  }

  .pskov-page .feature-item-text {
    text-align: center;
  }

  .pskov-page .feature-item .feature-title {
    text-align: center;
    justify-content: center;
  }

  .pskov-page .feature-item .feature-desc {
    text-align: center;
  }

  .pskov-page .feature-item svg {
    width: 80px;
    height: 80px;
  }

  .pskov-page .feature-item--excel {
    flex-direction: column;
    align-items: center;
  }

  .pskov-page .feature-item--excel .feature-item--excel-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pskov-page .feature-item--excel .feature-item-icon {
    order: -1;
  }

  .pskov-page .guide-preview-arrow-wrap {
    display: none;
  }

  .pskov-page .guide-preview-screen {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pskov-page .guide-preview-lock-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
  }

  .pskov-page .about-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 20px 80px;
  }

  .pskov-page .about-section .about-text {
    order: -1;
  }

  .pskov-page .about-section .about-title {
    font-size: 32px;
    text-align: center;
  }

  .pskov-page .about-section .about-title em {
    font-size: 22px;
  }

  .pskov-page .about-section .about-text {
    padding: 0 8px;
  }

  .pskov-page .cta-section {
    padding: 60px 20px 80px;
  }

  .pskov-page .cta-section .section-title {
    font-size: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pskov-page .cta-section .section-title em {
    font-size: 22px;
  }

  .pskov-page .cta-section .price-block {
    padding: 24px 32px;
    max-width: 280px;
  }

  .pskov-page .price-main {
    font-size: 40px;
  }

  .pskov-page .cta-agree,
  .pskov-page .cta-agree .cta-checkbox-label,
  .pskov-page .cta-agree .cta-checkbox-text {
    text-align: left;
  }

  .pskov-page .pskov-footer {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    gap: 24px;
    align-items: stretch;
  }

  .pskov-page .pskov-footer .footer-name {
    order: 10;
    margin-top: 2px;
    font-size: 13px;
  }

  .pskov-page .pskov-footer .footer-links {
    order: 1;
  }

  .pskov-page .pskov-footer .pskov-footer-policy {
    order: 2;
    text-align: right;
  }

  .pskov-page .pskov-footer .pskov-footer-legal {
    order: 3;
    flex-basis: auto;
    margin-top: 0;
  }

  .pskov-page .checkout-modal {
    margin: 16px;
    max-width: calc(100% - 32px);
  }
}

/* Очень узкие экраны: размер карточки как в карусели (260×360) */
@media (max-width: 380px) {
  .pskov-page .hero {
    grid-template-rows: auto 360px;
  }

  .pskov-page .hero-right {
    min-width: 260px;
    min-height: 360px;
    height: 360px;
  }

  .pskov-page .hero-right-bg {
    min-height: 360px;
    min-width: 260px;
  }

  .pskov-page .carousel-card {
    min-width: 260px;
    height: 360px;
  }

  .pskov-page .hero-title {
    font-size: clamp(48px, 18vw, 72px);
  }

  .pskov-page .hero-description {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
