.elementor-694 .elementor-element.elementor-element-0d006b5{--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-694 .elementor-element.elementor-element-bfe006d > .elementor-widget-container{margin:-12px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-bfe006d *//* ===== Full-width system ===== */

.fw-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 6rem 0;
}

.fw-section.light {
  background: #f5f7fb;
}

.fw-section.cta {
  background: linear-gradient(135deg, #1f5ea8, #163a5f);
  color: #fff;
}

/* ===== Inner container ===== */

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== Hero ===== */

.hero-involved {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(135deg, #0f2a44, #163a5f);
  color: #fff;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  opacity: 0.85;
  color: white;
}

.hero-involved h1 {
  font-size: 3.1rem;
  margin: 0.75rem 0 1.5rem;
  color: white;
}

.lead {
  font-size: 1.3rem;
  max-width: 900px;
}

.hero-text {
  max-width: 900px;
  line-height: 1.75;
  margin-top: 1.5rem;
}

/* ===== Buttons ===== */

.primary-btn,
.cta-btn {
  display: inline-block;
  margin-top: 2.5rem;
  background: #fff;
  color: #1f5ea8;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

/* ===== Benefit grid ===== */

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  color: #7768E5;
}

.benefit-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(0,0,0,0.08);
}

/* ===== Ways grid ===== */

.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}

.way-card {
  background: #f9fafc;
  padding: 2.5rem;
  border-radius: 18px;
  border-left: 5px solid #7768E5;
}

/* ===== Process ===== */

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}

.process-step span {
  font-size: 2rem;
  font-weight: 700;
  color: #7768E5;
}

/* ===== CTA ===== */

.cta-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* ===== Utilities ===== */

.note {
  margin-top: 2rem;
  color: #555;
}

/* ===== Responsive ===== */

@media (max-width: 1000px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ways-grid,
  .process-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .hero-involved h1 {
    font-size: 2.3rem;
  }
}/* End custom CSS */