.elementor-3797 .elementor-element.elementor-element-595faa6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5025edc *//* =========================================
   GHOST PRODUCTION PRO - MAILPOET PAGES CSS
   ========================================= */

/* --- 1. БАЗОВЫЙ ЛЕЙАУТ --- */
.gp-unsubscribe-page {
  background: radial-gradient(circle at top, #181630, #050509);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gp-unsubscribe-box {
  max-width: 550px;
  width: 100%;
  background: #0d0d16;
  border-radius: 20px;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(105, 96, 250, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Декоративная градиентная полоса сверху */
.gp-unsubscribe-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6960fa, #9b60fa, #6960fa);
}

/* Модификатор: Сдержанная карточка (для страницы отписки) */
.gp-unsubscribe-box.gp-box-muted {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
}
.gp-unsubscribe-box.gp-box-muted::before {
  background: linear-gradient(90deg, #444, #666, #444);
}

/* Модификатор: Широкая карточка (для формы управления) */
.gp-unsubscribe-box.gp-manage-box {
  max-width: 600px;
}

/* Тексты */
.gp-unsubscribe-title {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.gp-unsubscribe-subtitle {
  font-size: 16px;
  color: #a0a0b0;
  margin-bottom: 35px;
  line-height: 1.5;
}


/* --- 2. ИКОНКИ --- */
/* Успешные действия (Галочки) */
.gp-success-icon,
.gp-unsub-done-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-success-icon {
  background: rgba(108, 97, 254, 0.1);
  border: 1px solid rgba(108, 97, 254, 0.3);
  box-shadow: 0 0 25px rgba(108, 97, 254, 0.2);
}

.gp-unsub-done-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.gp-success-icon svg,
.gp-unsub-done-icon svg {
  width: 35px;
  height: 35px;
}
.gp-unsub-done-icon svg {
  width: 30px;
  height: 30px;
}

/* Иконки софта (CSS Mask) */
.gp-software-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #6c61fe; /* Фирменный цвет */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.gp-icon-fl {
  -webkit-mask-image: url('https://ghostproduction.pro/wp-content/uploads/2026/03/flstudio.svg');
  mask-image: url('https://ghostproduction.pro/wp-content/uploads/2026/03/flstudio.svg');
}
.gp-icon-ableton {
  -webkit-mask-image: url('https://ghostproduction.pro/wp-content/uploads/2026/03/Ableton-1.svg');
  mask-image: url('https://ghostproduction.pro/wp-content/uploads/2026/03/Ableton-1.svg');
}


/* --- 3. БЛОКИ ПРЕИМУЩЕСТВ И ШАГОВ --- */
.gp-unsubscribe-benefits,
.gp-success-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.gp-success-steps {
  text-align: left;
}

.gp-benefit,
.gp-step {
  background: rgba(255, 255, 255, 0.03);
  padding: 16px 20px;
  border-radius: 12px;
  color: #e0e0e0;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.gp-benefit {
  justify-content: center;
  transition: all 0.3s ease;
  cursor: default;
}

.gp-benefit:hover {
  background: rgba(105, 96, 250, 0.1);
  border-color: rgba(105, 96, 250, 0.4);
  transform: translateY(-2px);
}

.gp-step-number {
  background: #6c61fe;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(108, 97, 254, 0.4);
}


/* --- 4. ГЛАВНАЯ КНОПКА (Остаться / Вернуться) --- */
.gp-back-site {
  margin-top: 30px;
}

.gp-back-site a {
  display: inline-block;
  background: linear-gradient(135deg, #6960fa, #827aff);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(105, 96, 250, 0.3);
  letter-spacing: 0.5px;
  width: 100%;
  box-sizing: border-box;
}

.gp-back-site a:hover {
  box-shadow: 0 12px 25px rgba(105, 96, 250, 0.5);
  transform: translateY(-2px);
}


/* --- 5. MAILPOET ССЫЛКИ И ВТОРИЧНЫЕ КНОПКИ --- */
.gp-unsubscribe-action {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 35px;
  margin-bottom: 25px;
}

.gp-unsubscribe-text {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.mailpoet_paragraph {
  color: #aaa;
}

/* Превращаем красную ссылку "Yes, unsubscribe me" в серую кнопку */
.mailpoet_submit,
.mailpoet_paragraph a {
  display: inline-block !important;
  background: transparent !important;
  border: 1px solid #444 !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  color: #888899 !important; /* Убираем красный */
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: auto !important;
  margin-top: 10px;
}

.mailpoet_submit:hover,
.mailpoet_paragraph a:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  border-color: #666 !important;
}

/* Ссылка восстановления "Manage your subscription" (Светло-фиолетовая) */
.gp-mailpoet-recovery {
  color: #888899 !important;
  font-size: 15px;
  line-height: 1.6;
}

.gp-mailpoet-recovery a {
  color: #6c61fe !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  margin-left: 5px;
  transition: all 0.3s ease !important;
  padding: 8px 12px !important;
  background: rgba(108, 97, 254, 0.1) !important;
  border-radius: 6px !important;
  display: inline-block;
  margin-top: 10px;
}

.gp-mailpoet-recovery a:hover {
  background: rgba(108, 97, 254, 0.2) !important;
  color: #827aff !important;
}


/* --- 6. ФОРМА УПРАВЛЕНИЯ ПОДПИСКОЙ (MANAGE PREFERENCES) --- */
.gp-mailpoet-form-wrapper input[type="text"],
.gp-mailpoet-form-wrapper input[type="email"] {
  width: 100% !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.gp-mailpoet-form-wrapper input[type="text"]:focus,
.gp-mailpoet-form-wrapper input[type="email"]:focus {
  outline: none !important;
  border-color: #6c61fe !important;
  background: rgba(108, 97, 254, 0.05) !important;
  box-shadow: 0 0 15px rgba(108, 97, 254, 0.1) !important;
}

.gp-mailpoet-form-wrapper label {
  display: block !important;
  text-align: left !important;
  color: #e0e0e0 !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
}

.gp-mailpoet-form-wrapper ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  padding: 15px !important;
}

.gp-mailpoet-form-wrapper li {
  margin-bottom: 12px !important;
  color: #a0a0b0 !important;
  font-size: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.gp-mailpoet-form-wrapper li:last-child {
  margin-bottom: 0 !important;
}

.gp-mailpoet-form-wrapper input[type="checkbox"],
.gp-mailpoet-form-wrapper input[type="radio"] {
  accent-color: #6c61fe !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 12px !important;
  cursor: pointer !important;
}

/* Кнопка "Сохранить настройки" внутри формы */
.gp-mailpoet-form-wrapper input[type="submit"],
.gp-mailpoet-form-wrapper button[type="submit"] {
  width: 100% !important;
  background: linear-gradient(135deg, #6960fa, #827aff) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 20px rgba(105, 96, 250, 0.3) !important;
  cursor: pointer !important;
  font-size: 16px !important;
  margin-top: 10px !important;
  letter-spacing: 0.5px !important;
}

.gp-mailpoet-form-wrapper input[type="submit"]:hover,
.gp-mailpoet-form-wrapper button[type="submit"]:hover {
  box-shadow: 0 12px 25px rgba(105, 96, 250, 0.5) !important;
  transform: translateY(-2px) !important;
}/* End custom CSS */