.elementor-bc-flex-widget .elementor-669 .elementor-element.elementor-element-070e31f.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-669 .elementor-element.elementor-element-070e31f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-669 .elementor-element.elementor-element-070e31f.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-669 .elementor-element.elementor-element-070e31f > .elementor-element-populated{color:#140101;text-align:center;}:root{--page-title-display:none;}/* Start custom CSS *//* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #111827;
  background-color: #ffffff;
}

/* Container Styles */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-narrow {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Navigation */
.nav {
  border-bottom: 1px solid #e5e7eb;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}

/* Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary {
  background-color: #111827;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #1f2937;
}

.btn-secondary {
  background-color: #ffffff;
  color: #111827;
}

.btn-secondary:hover {
  background-color: #f9fafb;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.icon-right {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* Hero Section */
.hero {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

.hero-content {
  text-align: center;
  max-width: 896px;
  margin: 0 auto;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/* Problem Section */
.problem-section {
  padding: 4rem 0;
  background-color: #f9fafb;
  text-align: center;
}

.problem-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.problem-description {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.6;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 896px;
  margin: 0 auto;
  line-height: 1.6;
}

/* What We Do Section */
.what-we-do {
  padding: 5rem 0;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  align-items: center;
}

.card {
  padding: 2rem;
  border: 2px solid #f3f4f6;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.card-content {
  padding: 0;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.card-icon {
  width: 2rem;
  height: 2rem;
  color: #111827;
  margin-right: 0.75rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}

.card-description {
  font-size: 1.125rem;
  color: #6b7280;
}

/* Why It Works Section */
.why-it-works {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.four-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.benefit-item {
  text-align: center;
}

.benefit-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.benefit-icon i {
  width: 2rem;
  height: 2rem;
  color: #111827;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.benefit-description {
  color: #6b7280;
}

/* Where It Works Section */
.where-it-works {
  padding: 5rem 0;
}

.who-we-work-with {
  padding: 5rem 0;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
}

.check-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #10b981;
  margin-right: 1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.checklist-item p {
  font-size: 1.125rem;
  color: #374151;
}

/* Process Section */
.process-section {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.process-card {
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #f3f4f6;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.process-number {
  background-color: #111827;
  color: #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.process-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.process-description {
  color: #6b7280;
}

/* Final CTA Section */
.final-cta {
  padding: 5rem 0;
  background-color: #111827;
  color: #ffffff;
  text-align: center;
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.cta-main {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

/* Footer */
.footer {
  background-color: #f9fafb;
  padding: 3rem 0;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.footer-tagline {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .four-column-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }

  .nav-content {
    flex-direction: column;
    gap: 1rem;
  }

  .container,
  .container-narrow {
    padding: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero {
    padding: 3rem 0;
  }

  .problem-section,
  .what-we-do,
  .why-it-works,
  .where-it-works,
  .process-section,
  .who-we-work-with,
  .final-cta {
    padding: 3rem 0;
  }

  .four-column-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */