.elementor-29356 .elementor-element.elementor-element-39789b7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-289b762 */.jepesat-installatie {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* HERO */
.inst-hero {
  background: linear-gradient(135deg,#0f172a,#1e90ff);
  color: #fff;
  padding: 50px;
  border-radius: 16px;
  text-align: center;
}

.inst-hero h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.inst-hero p {
  margin-bottom: 20px;
}

/* BUTTON */
.inst-btn {
  background: #63d92b;
  color: #000;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.inst-btn.big {
  font-size: 18px;
  padding: 16px 30px;
}

/* USP */
.inst-usp {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  gap: 15px;
  flex-wrap: wrap;
}

/* SECTIONS */
.inst-section {
  margin: 40px 0;
}

.inst-prijs-grid,
.inst-check {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

/* CARDS */
.inst-card {
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  transition: 0.2s;
}

.inst-card:hover {
  transform: translateY(-5px);
}

/* PRICE */
.prijs {
  font-size: 22px;
  color: #1e90ff;
  font-weight: bold;
  margin: 10px 0;
}

.inst-note {
  margin-top: 15px;
  color: #666;
}

/* WARNING */
.inst-warning {
  background: #f8fafc;
  padding: 25px;
  border-radius: 12px;
}

/* CTA */
.inst-cta {
  text-align: center;
  background: #0f172a;
  color: #fff;
  padding: 40px;
  border-radius: 16px;
}

.inst-contact {
  margin-top: 15px;
  opacity: 0.8;
}

/* MOBILE */
@media(max-width:768px){
  .inst-prijs-grid,
  .inst-check {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */