/* HEADER */
.landing-header {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
}

.landing-header-text {
  flex: 1 1 500px;
  max-width: 600px;
  padding: 20px;
  color: #484747;
}

.landing-header-text h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.landing-header-text p {
  font-size: 16px;
  line-height: 1.6;
}

.landing-header-image {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.landing-header-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

/* BENEFITS */
.landing-benefits {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}

.landing-benefits h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #484747;
}

.benefits-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  color: #484747;
}

.benefits-list li {
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.benefits-list li::before {
  content: "✔";
  color: #8dbf41;
  position: absolute;
  left: 0;
  top: 0;
}

/* TECH DETAILS */
.landing-tech-details {
  padding: 50px 20px;
  background: #f8f8f8;
}

.landing-tech-details h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #484747;
}

.tech-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tech-list {
  flex: 1 1 400px;
  list-style: none;
  padding: 0;
  color: #484747;
}

.tech-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.tech-image {
  flex: 1 1 400px;
  text-align: center;
}

.tech-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}

/* WHY US */
.landing-why-us {
  padding: 50px 20px;
  background: #ffffff;
}

.landing-why-us h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #484747;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.why-us-item {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  color: #484747;
}

.why-us-item h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #8dbf41;
}

.why-us-item p {
  font-size: 14px;
}

/* FAQ */
.landing-faq {
  padding: 50px 20px;
  background: #f8f8f8;
}

.landing-faq h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #484747;
}

.faq-item {
  max-width: 800px;
  margin: 0 auto 20px auto;
  color: #484747;
}

.faq-item h3 {
  font-size: 18px;
  color: #8dbf41;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 14px;
}

/* CTA */
.landing-cta {
  background: #8dbf41;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.landing-cta h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	
  .landing-header {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .landing-header-image img {
    max-width: 300px;
  }

  .landing-header-text {
    padding: 10px;
  }

  .landing-header-text h1 {
    font-size: 26px;
  }

  .landing-benefits, 
  .landing-tech-details, 
  .landing-why-us, 
  .landing-faq, 
  .landing-cta {
    padding: 40px 10px;
  }

  .landing-faq h2, 
  .landing-why-us h2, 
  .landing-tech-details h2 {
    font-size: 21px;
  }
  
  .faq-item h3 {
    font: normal 18px / 25px Open Sans;
  }

  .why-us-grid {
    gap: 20px;
  }

  .tech-content {
    flex-direction: column;
  }

  .tech-image img {
    max-width: 100%;
  }
  
  .landing-header,
  .landing-header-text,
  .landing-header-image,
  .tech-list,
  .tech-image {
     flex: initial;
  }
}.partner-block {  background: #efefef;  padding: 40px 30px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);  max-width: 1300px;}.partner-block h2 {  margin-bottom: 30px;  text-transform: uppercase;  letter-spacing: 1px;  color: #8dbf41;}.logos-grid,.logos-grid2 {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));  gap: 30px;  justify-items: center;  align-items: center;}.logos-grid img {  width: 150px;  height: auto;  object-fit: contain;  transition: transform 0.3s ease;  cursor: pointer;}.logos-grid2 img {  width: 200px;  height: 120px;  object-fit: contain;  transition: transform 0.3s ease;}.logos-grid img:hover,.logos-grid2 img:hover {  transform: scale(1.1);}.coupon-box-improved {  background: #f4ffe5;  border-left: 6px solid #8dbf41;  padding: 20px 25px;  margin: 40px 0;  border-radius: 5px;  font-size: 17px;  color: #2c2c2c;  box-shadow: 0 2px 8px rgba(0,0,0,0.05);}.coupon-box-improved strong {  color: #3c722e;}.coupon-code {  background-color: #fff;  border: 1px dashed #8dbf41;  padding: 4px 8px;  border-radius: 4px;  font-weight: bold;  font-family: "Courier New", monospace;  color: #1f441e;}