/* Section styling overrides for left-aligned professional look */

/* Hide colorful icon boxes */
.icon-box {
  display: none !important;
}

/* Ensure all theme titles are left-aligned */
.theme-title-one {
  text-align: left !important;
}

.theme-title-one .main-title {
  text-align: left !important;
}

.theme-title-one p {
  text-align: left !important;
}

/* Pricing header left-aligned */
.pricing-header {
  text-align: left !important;
}

/* Contact section left-aligned */
.consultation-section .theme-title-one {
  text-align: left !important;
}

/* FAQ section left-aligned */
#faq .theme-title-one {
  text-align: left !important;
}

/* Integrations section left-aligned */
.integrations-section .theme-title-one {
  text-align: left !important;
}

/* Section Badge - Consistent chip style for all sections */
.section-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--kepple-700);
  background: linear-gradient(135deg,
    var(--kepple-100) 0%,
    var(--kepple-200) 100%);
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
  border: 1px solid var(--kepple-200);
}

/* Consistent title and description styling across all sections */
body .theme-title-one .main-title,
body .pricing-header .pricing-main-title,
body .pricing-main-title,
body #faq .theme-title-one .main-title,
body .consultation-section .theme-title-one .main-title {
  font-family: inter, sans-serif !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: var(--neutral-950) !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 20px !important;
}

body .theme-title-one p,
body .pricing-subtitle {
  font-family: inter, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: var(--neutral-600) !important;
  margin: 0 !important;
}

/* Mobile responsive for consistent titles */
@media (max-width: 768px) {
  body .theme-title-one .main-title,
  body .pricing-header .pricing-main-title,
  body .pricing-main-title,
  body #faq .theme-title-one .main-title,
  body .consultation-section .theme-title-one .main-title {
    font-size: 36px !important;
  }

  body .theme-title-one p,
  body .pricing-subtitle {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  body .theme-title-one .main-title,
  body .pricing-header .pricing-main-title,
  body .pricing-main-title,
  body #faq .theme-title-one .main-title,
  body .consultation-section .theme-title-one .main-title {
    font-size: 32px !important;
  }

  body .theme-title-one p,
  body .pricing-subtitle {
    font-size: 16px !important;
  }
}

/* Large section title and description - matches HOW IT WORKS exactly */
.section-title-large {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--neutral-950);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}

.section-description-large {
  font-size: 20px;
  line-height: 1.6;
  color: var(--neutral-600);
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.custom-forms-section-header,
.testimonials-section-header,
.pricing-section-header,
.contact-section-header,
.faq-section-header,
.remote-access-section-header,
.mission-section-header,
.achievements-section-header,
.integrations-section-header {
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .section-title-large {
    font-size: 36px;
  }

  .section-description-large {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .section-title-large {
    font-size: 32px;
  }

  .section-description-large {
    font-size: 16px;
  }
}
