.elementor-428 .elementor-element.elementor-element-6f47c94{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c589fc4 *//* Base styles */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.6;
}

a {
  color: #d62828;
  text-decoration: none;
}

/* Hero Section */
.page-hero {
  background: black;
  padding: 3rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.page-hero h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.page-hero p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: white;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: #d62828;
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.cta-button:hover {
  background: #e64949;
}

.cta-button.outline {
  background: transparent;
  border: 2px solid #d62828;
  color: #d62828;
}

/* Content Sections */
.content-section {
  padding: 3rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
}

.content-section h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #d62828;
}

.content-section p,
.content-section li {
  color: #333333;
  font-size: 1rem;
}

/* Dark Background Blocks (Invert for contrast) */
.content-section.dark-bg {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Benefits List */
.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #333333;
}

/* Ordered Process Steps */
ol {
  padding-left: 1.5rem;
}

ol li {
  margin-bottom: 0.75rem;
}

/* FAQ Styles */
.faq h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #b10000;
}

.faq p {
  font-size: 0.95rem;
  color: #444444;
}

/* Final CTA Block */
.cta-block {
  text-align: center;
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}/* End custom CSS */