.elementor-185 .elementor-element.elementor-element-a9b2c03{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1693f8 */.nc-page {
  font-family: inherit;
  color: #111111;
}

.nc-hero {
  padding: 80px 20px;
  background: #0b0c10;
  color: #ffffff;
  text-align: left;
}

.nc-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.nc-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.nc-hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.nc-btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #1221c9;
  color: #ffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}

.nc-btn-primary:hover {
  background: #e0b96e;
}

.nc-section {
  padding: 70px 20px;
}

.nc-section.nc-alt {
  background: #f7f7f7;
}

.nc-container {
  max-width: 1100px;
  margin: 0 auto;
}

.nc-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.nc-section p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.nc-grid-3 .nc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nc-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.nc-card h3 {
  margin-bottom: 10px;
}

.nc-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: flex-start;
}

.nc-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.nc-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.nc-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c9a15a;
}

.nc-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nc-step {
  background: #ffffff;
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.nc-step-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1221c9;
  color: #ffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.nc-faq-item {
  margin-bottom: 20px;
}

.nc-faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.nc-cta {
  text-align: center;
  background: #0b0c10;
  color: #ffffff;
}

.nc-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
}

/* Responsive */
@media (max-width: 900px) {
  .nc-grid-3 .nc-grid,
  .nc-steps,
  .nc-two-columns {
    grid-template-columns: 1fr;
  }

  .nc-hero {
    text-align: left;
  }
}/* End custom CSS */