.elementor-1201 .elementor-element.elementor-element-b88a735{--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;}.elementor-1201 .elementor-element.elementor-element-b88a735:not(.elementor-motion-effects-element-type-background), .elementor-1201 .elementor-element.elementor-element-b88a735 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3a6c6eb );}/* Start custom CSS *//* 
  PROFESSIONAL SAAS GROWTH PAGE STYLES
  Add this to: Appearance → Customize → Additional CSS
  Or: Your child theme's style.css
  
  Optimized for: rakibulsumon.com
  Responsive: Mobile-first design
*/

/* ==========================================
   BASE CONTAINER
   ========================================== */

.saas-growth-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #2c3e50;
}

/* ==========================================
   HERO SECTION
   ========================================== */

.hero-section {
  text-align: center;
  margin-bottom: 60px;
  padding: 60px 20px 40px;
  border-bottom: 2px solid #e8eef3;
}

.page-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #4a5568;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================
   CONTENT SECTIONS
   ========================================== */

.content-section {
  margin-bottom: 70px;
}

.content-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #374151;
}

.intro-text {
  font-size: 1.2rem;
  color: #2d3748;
  line-height: 1.8;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
  margin-top: 40px;
  line-height: 1.3;
}

.subsection-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  margin-top: 30px;
}

.closing-statement {
  margin-top: 30px;
  padding: 20px;
  background: #f7fafc;
  border-left: 4px solid #4299e1;
  font-size: 1.1rem;
}

/* ==========================================
   PRINCIPLES GRID
   ========================================== */

.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.principle-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 28px;
  transition: all 0.3s ease;
}

.principle-card:hover {
  border-color: #4299e1;
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.15);
  transform: translateY(-2px);
}

.principle-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

.principle-card p {
  font-size: 1rem;
  color: #4a5568;
  margin: 0;
}

/* ==========================================
   WORK PROCESS STEPS
   ========================================== */

.work-process {
  margin-top: 40px;
}

.process-step {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
}

.process-step:last-child {
  border-bottom: none;
}

.step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(66, 153, 225, 0.3);
}

.step-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

.step-content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.step-content ul li {
  font-size: 1.05rem;
  color: #4a5568;
  margin-bottom: 8px;
  line-height: 1.6;
}

.step-note {
  margin-top: 16px;
  font-style: italic;
  color: #718096;
  font-size: 1rem;
}

/* ==========================================
   SERVICES LIST
   ========================================== */

.services-list {
  margin: 30px 0;
}

.service-item {
  padding: 24px;
  margin-bottom: 20px;
  background: #f8fafc;
  border-left: 4px solid #4299e1;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.service-item:hover {
  background: #edf2f7;
  border-left-width: 6px;
}

.service-item h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 1.05rem;
  color: #4a5568;
  margin: 0;
}

/* ==========================================
   CALLOUT BOX
   ========================================== */

.callout-box {
  background: #48bb78;
  color: white;
  padding: 32px;
  border-radius: 8px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.callout-box p {
  font-size: 1.2rem;
  margin: 0;
  color: white;
  line-height: 1.7;
}

.callout-box strong {
  font-weight: 700;
}

/* ==========================================
   AUDIENCE SECTION
   ========================================== */

.audience-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.audience-list li {
  padding: 16px 20px;
  margin-bottom: 12px;
  background: #f7fafc;
  border-left: 4px solid #48bb78;
  font-size: 1.1rem;
  color: #2d3748;
  border-radius: 4px;
}

.audience-list li::before {
  content: "✓ ";
  color: #48bb78;
  font-weight: bold;
  margin-right: 8px;
}

.fit-check {
  margin-top: 40px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
}

.not-fit {
  color: #e53e3e;
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.good-fit {
  color: #38a169;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* ==========================================
   REASONS LIST
   ========================================== */

.reasons-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.reasons-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 8px;
}

.reasons-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #4299e1;
  font-weight: bold;
  font-size: 1.3rem;
}

/* ==========================================
   CTA SECTION
   ========================================== */

.cta-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 100%);
  padding: 50px 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin: 40px 0;
}

.cta-card {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.cta-card:hover {
  border-color: #4299e1;
  box-shadow: 0 8px 20px rgba(66, 153, 225, 0.2);
  transform: translateY(-4px);
}

.cta-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

.cta-card p {
  font-size: 1rem;
  color: #718096;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: #4299e1;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #3182ce;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
  color: white;
  text-decoration: none;
}

.closing-message {
  font-size: 1.2rem;
  color: #2d3748;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Tablets */
@media (max-width: 768px) {
  .saas-growth-page {
    padding: 30px 16px;
  }
  
  .page-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 1.7rem;
  }
  
  .subsection-title {
    font-size: 1.3rem;
  }
  
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .process-step {
    flex-direction: column;
    gap: 16px;
  }
  
  .step-number {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .page-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-section {
    padding: 40px 16px 30px;
  }
  
  .content-section p,
  .intro-text {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .callout-box {
    padding: 24px 20px;
  }
  
  .callout-box p {
    font-size: 1.05rem;
  }
}

/* ==========================================
   ACCESSIBILITY
   ========================================== */

/* Focus states for keyboard navigation */
.cta-button:focus,
a:focus {
  outline: 3px solid #4299e1;
  outline-offset: 2px;
}

/* Ensure sufficient color contrast */
strong {
  font-weight: 700;
  color: #1a202c;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Print styles */
@media print {
  .cta-section,
  .cta-button {
    display: none;
  }
  
  .saas-growth-page {
    max-width: 100%;
  }
}/* End custom CSS */