.elementor-30534 .elementor-element.elementor-element-8687071{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4cd8d69 *//* ===== GLOBAL ===== */
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f2f2f2;
  color: #1a1a1a;
}

/* ===== CONTAINER ===== */
.fs-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
  text-align: center;
}

/* ===== HERO ===== */
.fs-hero {
  background: #0e0e0e;
  color: #ffffff;
}

.fs-hero h1 {
  font-size: 2.8rem;
  font-weight: 600;
}

.fs-subtitle {
  font-size: 1.3rem;
  color: #bdbdbd;
  margin-top: 10px;
}

.fs-desc {
  max-width: 820px;
  margin: 18px auto;
  color: #d6d6d6;
  line-height: 1.6;
}

/* ===== BUTTONS ===== */
.fs-buttons {
  margin-top: 35px;
}

.btn-primary {
  background: #ffffff;
  color: #0e0e0e;
  padding: 14px 34px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ffffff;
  transition: .3s;
}

.btn-primary:hover {
  background: transparent;
  color: #ffffff;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 4px;
  border: 1px solid #8e8e8e;
  text-decoration: none;
  margin-left: 10px;
}

.btn-secondary:hover {
  background: #1a1a1a;
}

/* ===== LIGHT SECTION ===== */
.fs-section {
  background: #f2f2f2;
}

.fs-section h2 {
  margin-bottom: 15px;
}

/* ===== DARK SECTION ===== */
.fs-dark {
  background: #1a1a1a;
  color: #ffffff;
}

.fs-dark p,
.fs-dark li {
  color: #d6d6d6;
}

/* ===== GRID ===== */
.fs-grid,
.fs-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 45px;
  align-items: stretch;
}

/* ===== CARDS ===== */
.fs-card {
  background: #ffffff;
  padding: 26px 22px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* ===== FEATURE BOX ===== */
.fs-feature {
  background: #2a2a2a;
  padding: 28px 24px;
  border-radius: 6px;
  border: 1px solid #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fs-feature h3 {
  margin-bottom: 12px;
  color: #ffffff;
}

.fs-feature ul {
  padding-left: 18px;
  margin: 0;
}

.fs-feature li {
  margin-bottom: 8px;
}

/* ===== CTA ===== */
.fs-cta {
  background: #0e0e0e;
  color: #ffffff;
}

.fs-cta p {
  color: #bdbdbd;
}
/* ===== FORCE ALL TITLES TO WHITE ON DARK BACKGROUND ===== */

/* HERO */
.fs-hero h1,
.fs-hero h2,
.fs-hero h3 {
  color: #ffffff !important;
}

/* DARK SECTIONS */
.fs-dark h1,
.fs-dark h2,
.fs-dark h3 {
  color: #ffffff !important;
}

/* CTA SECTION */
.fs-cta h1,
.fs-cta h2,
.fs-cta h3 {
  color: #ffffff !important;
}

/* OPTIONAL: ALL TITLES DEFAULT */
h1, h2, h3 {
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8687071 *//* ===== GLOBAL ===== */
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f2f2f2;
  color: #1a1a1a;
}

/* ===== CONTAINER ===== */
.fs-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

/* ===== HERO ===== */
.fs-hero {
  background: #0e0e0e;
  color: #ffffff;
  text-align: center;
}

.fs-hero h1 {
  font-size: 2.8rem;
  font-weight: 600;
}

.fs-subtitle {
  font-size: 1.3rem;
  color: #bdbdbd;
  margin-top: 10px;
}

.fs-desc {
  max-width: 820px;
  margin: 18px auto 0;
  color: #d1d1d1;
  line-height: 1.6;
}

/* ===== BUTTONS ===== */
.fs-buttons {
  margin-top: 35px;
}

.btn-primary {
  background: #ffffff;
  color: #0e0e0e;
  padding: 14px 34px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ffffff;
  transition: all .3s ease;
}

.btn-primary:hover {
  background: transparent;
  color: #ffffff;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 4px;
  border: 1px solid #8e8e8e;
  text-decoration: none;
  margin-left: 10px;
  transition: all .3s ease;
}

.btn-secondary:hover {
  background: #1a1a1a;
}

/* ===== LIGHT SECTION ===== */
.fs-section {
  background: #f2f2f2;
  text-align: center;
}

/* ===== DARK SECTION ===== */
.fs-dark {
  background: #1a1a1a;
  color: #ffffff;
}

/* ===== GRID ===== */
.fs-grid,
.fs-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 45px;
}

/* ===== CARDS ===== */
.fs-card {
  background: #ffffff;
  color: #1a1a1a;
  padding: 26px 22px;
  border-radius: 6px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
}

.fs-dark .fs-card {
  background: #2a2a2a;
  color: #ffffff;
  border: 1px solid #3a3a3a;
}

/* ===== FEATURES ===== */
.fs-feature h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.fs-feature ul {
  padding-left: 18px;
  color: #cfcfcf;
}

/* ===== CTA ===== */
.fs-cta {
  background: #0e0e0e;
  color: #ffffff;
  text-align: center;
}

.fs-cta h2 {
  font-size: 2.3rem;
  font-weight: 600;
}

.fs-cta p {
  color: #bdbdbd;
}/* End custom CSS */