/**
 * Marketing offers and sales presentations styles.
 *
 * @package PN_CUSTOMERS_MANAGER
 * @since   1.0.70
 */

/* ===================================================================
   General Marketing Wrapper
   =================================================================== */

.pn-cm-marketing-genuine-offer,
.pn-cm-marketing-sales-presentation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* ===================================================================
   Settings Subsection Titles
   =================================================================== */

.pn-customers-manager-settings-subsection-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d2327;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0073aa;
}

/* ===================================================================
   Hero Section
   =================================================================== */

.pn-cm-marketing-hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 3rem;
}

.pn-cm-marketing-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.pn-cm-marketing-hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.pn-cm-marketing-hero .pn-cm-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #fff;
  color: #667eea;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.pn-cm-marketing-hero .pn-cm-btn:hover {
  transform: translateY(-2px);
}

/* ===================================================================
   Problem Section
   =================================================================== */

.pn-cm-marketing-problems {
  padding: 3rem 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 3rem;
}

.pn-cm-marketing-problems h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1d2327;
}

.pn-cm-marketing-problems ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.pn-cm-marketing-problems li {
  padding: 1rem 1rem 1rem 3rem;
  margin-bottom: 1rem;
  background: #fff;
  border-left: 4px solid #dc3545;
  border-radius: 4px;
  position: relative;
}

.pn-cm-marketing-problems li:before {
  content: "✗";
  position: absolute;
  left: 1rem;
  color: #dc3545;
  font-weight: 700;
  font-size: 1.2rem;
}

/* ===================================================================
   Solution Section
   =================================================================== */

.pn-cm-marketing-solution {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.pn-cm-marketing-solution h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1d2327;
}

.pn-cm-marketing-solution-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* ===================================================================
   Transformation Section
   =================================================================== */

.pn-cm-marketing-transformation {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 3rem;
  text-align: center;
}

.pn-cm-marketing-transformation h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.pn-cm-marketing-transformation-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}

.pn-cm-marketing-transformation-before,
.pn-cm-marketing-transformation-after {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.pn-cm-marketing-transformation-arrow {
  font-size: 3rem;
  font-weight: 700;
}

/* ===================================================================
   Process Steps
   =================================================================== */

.pn-cm-marketing-process {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.pn-cm-marketing-process h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1d2327;
}

.pn-cm-marketing-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.pn-cm-marketing-process-step {
  padding: 2rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.pn-cm-marketing-process-step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #667eea;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pn-cm-marketing-process-step h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #1d2327;
}

/* ===================================================================
   Pricing Section
   =================================================================== */

.pn-cm-marketing-pricing {
  padding: 3rem 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 3rem;
}

.pn-cm-marketing-pricing h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1d2327;
}

.pn-cm-marketing-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.pn-cm-marketing-pricing-card {
  padding: 2rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pn-cm-marketing-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.pn-cm-marketing-pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1d2327;
}

.pn-cm-marketing-pricing-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 1rem;
}

.pn-cm-marketing-pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
}

.pn-cm-marketing-pricing-card li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}

.pn-cm-marketing-pricing-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: 700;
}

/* ===================================================================
   Testimonials
   =================================================================== */

.pn-cm-marketing-testimonials {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.pn-cm-marketing-testimonials h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #1d2327;
}

.pn-cm-marketing-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.pn-cm-marketing-testimonial {
  padding: 2rem;
  background: #fff;
  border-left: 4px solid #667eea;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pn-cm-marketing-testimonial p {
  font-style: italic;
  margin-bottom: 1rem;
  color: #555;
}

.pn-cm-marketing-testimonial-author {
  font-weight: 600;
  color: #1d2327;
}

/* ===================================================================
   CTA Section
   =================================================================== */

.pn-cm-marketing-cta {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 3rem;
}

.pn-cm-marketing-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.pn-cm-marketing-cta p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.pn-cm-marketing-cta .pn-cm-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #fff;
  color: #667eea;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin: 0.5rem;
  transition: transform 0.2s ease;
}

.pn-cm-marketing-cta .pn-cm-btn:hover {
  transform: translateY(-2px);
}

/* ===================================================================
   Responsive Design
   =================================================================== */

@media (max-width: 768px) {
  .pn-cm-marketing-hero h1 {
    font-size: 2rem;
  }

  .pn-cm-marketing-transformation-grid {
    grid-template-columns: 1fr;
  }

  .pn-cm-marketing-transformation-arrow {
    transform: rotate(90deg);
  }

  .pn-cm-marketing-process-steps {
    grid-template-columns: 1fr;
  }

  .pn-cm-marketing-pricing-grid {
    grid-template-columns: 1fr;
  }

  .pn-cm-marketing-testimonials-grid {
    grid-template-columns: 1fr;
  }
}
