.insert-panels-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.insert-panels-header-img img {
  
  max-width: 100%;
  height: auto;
}

.insert-panels-divider {
  width: 100%;
  max-width: 1000px;
  margin: 20px 0;
  border: none;
  border-top: 2px solid #ccc;
}



.insert-panels-comparison {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.insert-panel-item {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .insert-panels-comparison {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}




.insert-panels-steps {
  padding: 20px 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.insert-panels-step-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
}

.insert-panel-step {
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  flex: 0 1 auto;
}

.insert-panel-step p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .insert-panels-step-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .insert-panel-step {
    margin-bottom: 20px;
  }
}







.insert-panels-instructions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.instructions-left h2 {
  font-family: Arial, sans-serif;
  font-size: 28px;
  color: #333;
  margin: 0;
}

.instructions-right a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
  transition: color 0.3s ease;
}

.instructions-right a:hover {
  color: #007B8F;
  border-color: #007B8F;
}

@media (max-width: 768px) {
  .insert-panels-instructions {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}



.insert-panels-three-col {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.insert-panels-col {
  flex: 1 1 300px;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.insert-panels-pricing-row .insert-panels-col {
  box-shadow: none;
  padding-top: 0;
}

.insert-panels-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #669999;
  padding: 15px;
  border-radius: 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.insert-panels-form label {
  margin-bottom: 10px;
}

.insert-panels-form input[type="submit"] {
  margin-top: 5px;
}

.insert-panels-note {
  text-align: center;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  color: #333;
}

@media (max-width: 768px) {
  .insert-panels-three-col {
    flex-direction: column;
    align-items: center;
  }
}


.insert-panels-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.insert-panels-col {
  flex: 1 1 300px;
  max-width: 100%;
  text-align: center;
  font-family: Arial, sans-serif;
}

.insert-panels-col img {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  height: auto;
}

.insert-panels-form {
  background: #669999;
  padding: 15px;
  border-radius: 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.insert-panels-note {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .insert-panels-row {
    flex-direction: column;
    align-items: center;
  }
}



.insert-panels-download {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.insert-panels-download img {
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.insert-panels-download img:hover {
  transform: scale(1.02);
}
