:root {
  --burgundy: #7a2030;
  --burgundy-dark: #5f1523;
  --ink: #341116;
  --radius: 24px;
}

.sexpro-landing-wrapper {
  font-family: "Cormorant Garamond", "Georgia", serif;
  color: var(--ink);
}

.sexpro-signature {
  text-align: center;
  margin: 40px 0;
  color: var(--burgundy-dark);
  font-weight: 500;
  font-size: 1.25rem;
}

.sexpro-desktop { display: block; }

.sexpro-desktop .container {
  max-width: 1100px;
  margin: 60px auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: var(--radius);
  box-shadow: 0 0 40px rgba(95, 21, 35, 0.25);
  overflow: hidden;
  background: #fff;
}

.sexpro-desktop .photo {
  flex: 1 1 50%;
  background:
    url('https://sexpro61.ru/wp-content/uploads/2025/10/de624245-7a33-4b64-8605-360cd336abe4.webp') center top/cover no-repeat,
    url('https://sexpro61.ru/wp-content/uploads/2025/10/fon-dlya-sajtov-s-kursami.webp') center/cover no-repeat;
  min-height: 780px;
}

.sexpro-desktop .content {
  flex: 1 1 50%;
  background: url('https://sexpro61.ru/wp-content/uploads/2025/10/fon-dlya-sajtov-s-kursami.webp') center/cover no-repeat;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
}

.sexpro-desktop h1 {
  font-size: 2.5rem;
  color: var(--burgundy);
  text-align: center;
  margin-bottom: 10px;
}

.sexpro-desktop p.subtitle {
  text-align: center;
  font-style: italic;
  color: var(--burgundy-dark);
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.sexpro-desktop ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.sexpro-desktop ul li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sexpro-desktop ul li::before {
  content: '✔';
  color: var(--burgundy);
  position: absolute;
  left: 0;
  top: 0;
}

.sexpro-desktop .cta {
  text-align: center;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sexpro-desktop .cta a {
  display: inline-block;
  background: linear-gradient(145deg, #8e2b3f, #6a1625);
  color: #fff;
  text-decoration: none;
  padding: 18px 70px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(95, 21, 35, 0.4);
  transition: all 0.3s ease;
}

.sexpro-desktop .cta a:hover {
  background: linear-gradient(145deg, #6a1625, #8e2b3f);
  transform: translateY(-3px);
}

.sexpro-desktop p.note {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.sexpro-mobile {
  display: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sexpro-mobile .sexpro61 {
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", "Georgia", serif;
  color: var(--ink);
  background: url('https://sexpro61.ru/wp-content/uploads/2025/10/iphone-16-pro-1-1-scaled.png') center top/cover no-repeat !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sexpro-mobile .overlay {
  background: url('https://sexpro61.ru/wp-content/uploads/2025/10/fon-dlya-sajtov-s-kursami.webp') center/cover no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
  margin-top: 200px;
}

.sexpro-mobile h1 {
  font-size: 2.3rem;
  color: var(--burgundy);
  margin-bottom: 12px;
}

.sexpro-mobile p.subtitle {
  font-style: italic;
  color: var(--burgundy-dark);
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.sexpro-mobile ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 30px;
  text-align: left;
}

.sexpro-mobile ul li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.55;
}

.sexpro-mobile ul li::before {
  content: '✔';
  color: var(--burgundy);
  position: absolute;
  left: 0;
  top: 2px;
}

.sexpro-mobile p.note {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.sexpro-mobile .cta a {
  display: inline-block;
  background: linear-gradient(145deg, #8e2b3f, #6a1625);
  color: #fff;
  text-decoration: none;
  padding: 16px 45px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 15px;
}

.sexpro-mobile .sexpro-signature {
  font-size: 1.4rem;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sexpro-desktop { display: none; }
  .sexpro-mobile { display: block; }
}

@media (min-width: 768px) {
  .sexpro-desktop { display: block; }
  .sexpro-mobile { display: none; }
}

/* Скрыть заголовок темы на странице sexpro61 */
.page-sexpro61 .entry-header,
.page-sexpro61 .hero-section {
  display: none !important;
}

.page-sexpro61 .entry-content {
  padding: 0 !important;
  max-width: none !important;
}
