.elementor-30988 .elementor-element.elementor-element-1f67407d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39037bb *//* ===========================
   GLOBAL LAYOUT
=========================== */

.psm-section {
  padding: 80px 20px;
}

.psm-container {
  max-width: 1100px;
  margin: 0 auto;
}



/* За по-малки екрани */
@media (max-width: 768px) {
  .psm-section {
    padding: 50px 16px;
  }
}

/* ===========================
   TYPOGRAPHY
=========================== */

.psm-section h1,
.psm-section h2,
.psm-section h3 {
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
}

.psm-container h2,
.psm-container h3 {
    color: #000000;
}

.psm-section h1 {
  font-size: 38px;
}

.psm-section h2 {
  font-size: 28px;
}

.psm-section h3 {
  font-size: 20px;
}

.psm-section p {
  margin-bottom: 14px;
  line-height: 1.6;
}

.psm-section ul,
.psm-section ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.psm-section li {
  margin-bottom: 8px;
}

/* Мобилни корекции на размерите */
@media (max-width: 768px) {
  .psm-section h1 {
    font-size: 30px;
  }
  .psm-section h2 {
    font-size: 24px;
  }
}

/* ===========================
   HERO SECTION
=========================== */

.psm-hero {
  text-align: center;
  background: radial-gradient(circle at top, #6b46ff 0, #1a102b 55%, #05030a 100%);
  color: #ffffff;
}

.psm-hero h1 {
  margin-bottom: 12px;
  color: #ffffff;
}

.psm-hero .psm-subheading {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 18px;
  color: #ffffff;
}

.psm-hero p {
  max-width: 780px;
  margin: 0 auto;
  opacity: 0.95;
}

/* ===========================
   TWO-COLUMN SECTION
=========================== */

.psm-two-column {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.psm-col {
  flex: 1;
}

.psm-col-text ul {
  list-style-type: disc;
}

/* Placeholder box за картинка/3D */
.psm-visual-placeholder {
  border-radius: 16px;
  border: 1px dashed rgba(120, 120, 160, 0.4);
  padding: 32px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: radial-gradient(circle at top, #f6f0ff 0, #faf7ff 40%, #ffffff 100%);
}

/* Mobile stack */
@media (max-width: 900px) {
  .psm-two-column {
    flex-direction: column;
  }
}

/* ===========================
   THREE PILLARS (3 COLUMNS)
=========================== */

.psm-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.psm-three-columns .psm-column {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(120, 120, 160, 0.25);
  background: linear-gradient(145deg, #ffffff 0, #f6f2ff 45%, #ffffff 100%);
}

.psm-three-columns .psm-column h3 {
  margin-bottom: 10px;
}

/* Mobile: 1 column */
@media (max-width: 900px) {
  .psm-three-columns {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   BENEFITS (DARK SECTION)
=========================== */

.psm-benefits {
  background: linear-gradient(160deg, #12091f 0, #1d1230 40%, #08040f 100%);
  color: #ffffff;
}

.psm-benefits h2 {
  text-align: center;
  margin-bottom: 24px;
}

.psm-benefits-list {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

.psm-benefits-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Малка "светеща" точка вместо bullet */
.psm-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, #9f7bff 0, #6b46ff 50%, #31186b 100%);
}

/* ===========================
   PROCESS (STEP LIST)
=========================== */

.psm-process .psm-step-list {
  counter-reset: psm-step-counter;
  list-style: none;
  padding-left: 0;
}

.psm-process .psm-step-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 40px;
}

.psm-process .psm-step-list li::before {
  counter-increment: psm-step-counter;
  content: counter(psm-step-counter);
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #6b46ff;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===========================
   COMPARISON GRID
=========================== */

.psm-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 26px;
}

.psm-compare-column {
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(150, 140, 200, 0.4);
  background: linear-gradient(145deg, #ffffff 0, #f7f3ff 35%, #ffffff 100%);
}

.psm-compare-column h3 {
  margin-bottom: 12px;
}

.psm-compare-column ul {
  padding-left: 18px;
}

@media (max-width: 900px) {
  .psm-compare-grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================
   QUALITY BADGES
=========================== */

.psm-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.psm-badge {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(140, 130, 210, 0.7);
  background: linear-gradient(135deg, #f9f6ff 0, #ffffff 60%);
  font-size: 13px;
  white-space: nowrap;
}

/* Mobile: позволи пренасяне */
@media (max-width: 500px) {
  .psm-badge {
    white-space: normal;
  }
}

/* ===========================
   FAQ
=========================== */

.psm-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 0;
}

.psm-faq-item:last-child {
  border-bottom: none;
}

.psm-faq-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

/* ===========================
   CTA BUTTON
=========================== */

.psm-cta {
  text-align: center;
}

.psm-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
}

.psm-button {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #7c4dff 0, #5b34d6 50%, #3a1f8f 100%);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(46, 27, 115, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.psm-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(46, 27, 115, 0.55);
  filter: brightness(1.03);
}

.psm-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(46, 27, 115, 0.4);
}

/* ===========================
   DISCLAIMER
=========================== */

.psm-disclaimer {
  background: #f6f6fb;
  font-size: 13px;
}

.psm-disclaimer p {
  margin: 0;
  line-height: 1.6;
}/* End custom CSS */