.what-is-neo-section {
  width: 95%;
  margin: 60px auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, #fff5ee 0%, #ffe4c7 100%);
  border-radius: 16px;
  box-shadow: 0 4px 20px #00000014;
}

.what-is-neo-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.2;
}

.what-is-neo-section .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  margin: 0 0 50px;
}

.neo-orange {
  color: #f28b2a;
  font-weight: 700;
}

.what-is-neo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.what-is-neo-card {
  background-color: #ffffff;
  border: 2px solid #f28b2a33;
  border-radius: 12px;
  padding: 35px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.what-is-neo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px #f28b2a33;
  border-color: #f28b2a;
}

.what-is-neo-card .icon {
  font-size: 48px;
  color: #f28b2a;
  margin-bottom: 20px;
}

.what-is-neo-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 15px;
}

.what-is-neo-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

.enforce-section {
  width: 95%;
  margin: 60px auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, #f0f0f5 0%, #e8e8f0 100%);
  border-radius: 16px;
  box-shadow: 0 4px 20px #00000014;
  position: relative;
}

.enforce-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 50px;
}

.enforce-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}

.enforce-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enforce-logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.enforce-logo-item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.enforce-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.enforce-column h3 {
  font-size: 28px;
  font-weight: 600;
  color: #f28b2a;
  margin: 0 0 25px;
}

.enforce-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.enforce-column ul li {
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}

.enforce-column ul li::before {
  content: "✓";
  color: #f28b2a;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 22px;
}

.enforce-column ul li strong {
  color: #333333;
  font-weight: 600;
}

.enforce-highlight {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px #0000001a;
}

.enforce-highlight p {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}

.enforce-highlight strong {
  color: #f28b2a;
}

.enforce-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.enforce-cta .cta-button {
  display: inline-block;
  padding: 16px 40px;
  background-color: #f28b2a;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px #f28b2a4d;
}

.enforce-cta .cta-button:hover {
  background-color: #d97a1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #f28b2a66;
}

.speed-safety-section {
  width: 95%;
  margin: 60px auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 20px #00000014;
}

.speed-safety-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.3;
}

.speed-safety-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.speed-safety-bar-container {
  margin: 50px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.speed-safety-bar {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}

.bar-gradient {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 20px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #d0d0d0 0%, #f28b2a 100%);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bar-marker {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.bar-marker::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #333333;
  z-index: 1;
}

.marker-dot {
  width: 14px;
  height: 14px;
  background-color: #333333;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.marker-label {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.bar-annotation {
  text-align: center;
  margin-top: 30px;
}

.bar-annotation p {
  font-size: 16px;
  color: #333333;
  margin: 8px 0;
}

.bar-annotation p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #f28b2a;
}

.speed-safety-section .cta-button {
  display: inline-block;
  padding: 16px 40px;
  background-color: #f28b2a;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px #f28b2a4d;
  margin: 20px auto;
  display: block;
  width: fit-content;
}

.speed-safety-section .cta-button:hover {
  background-color: #d97a1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #f28b2a66;
}

.testimonials-section {
  width: 95%;
  margin: 60px auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, #fff8f0 0%, #fef5e8 100%);
  border-radius: 16px;
  box-shadow: 0 4px 20px #00000014;
}

.testimonials-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  min-height: 200px;
}

.testimonial-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.testimonial-card {
  background-color: #ffffff;
  border-left: 5px solid #f28b2a;
  border-radius: 8px;
  padding: 30px 40px;
  box-shadow: 0 4px 15px #0000001a;
}

.testimonial-quote {
  font-size: 20px;
  font-style: italic;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 15px;
}

.testimonial-author {
  font-size: 16px;
  font-weight: 600;
  color: #f28b2a;
  text-align: right;
  margin: 0;
}

.testimonial-author::before {
  content: "— ";
}

.testimonial-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.testimonial-arrow {
  background-color: #f28b2a;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-arrow:hover {
  background-color: #d97a1f;
  transform: scale(1.1);
}

.testimonials-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.3;
}

.testimonials-section .final-message {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 50px auto 30px;
  max-width: 900px;
  line-height: 1.6;
}

.testimonials-section .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background-color: #f28b2a;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px #f28b2a4d;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.testimonials-section .cta-button:hover {
  background-color: #d97a1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #f28b2a66;
}

@media (width <= 768px) {
  .what-is-neo-section,
  .enforce-section,
  .speed-safety-section,
  .testimonials-section {
    margin: 40px 20px;
    padding: 40px 25px;
  }

  .what-is-neo-section h2,
  .enforce-section h2,
  .speed-safety-section h2,
  .testimonials-section h2 {
    font-size: 32px;
  }

  .what-is-neo-section .subtitle {
    font-size: 20px;
  }

  .what-is-neo-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .enforce-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .enforce-logo-item img {
    max-height: 60px;
  }

  .enforce-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .enforce-column h3 {
    font-size: 24px;
  }

  .enforce-column ul li {
    font-size: 16px;
  }

  .enforce-highlight p {
    font-size: 18px;
  }

  .speed-safety-section h2 {
    font-size: 30px;
  }

  .speed-safety-section p {
    font-size: 16px;
  }

  .speed-safety-bar {
    height: 100px;
  }

  .marker-label {
    font-size: 11px;
    padding: 3px 6px;
  }

  .bar-annotation p {
    font-size: 14px;
  }

  .bar-annotation p:first-child {
    font-size: 16px;
  }

  .testimonial-card {
    padding: 25px 30px;
  }

  .testimonial-quote {
    font-size: 18px;
  }

  .testimonials-section .final-message {
    font-size: 18px;
  }

  .enforce-cta {
    flex-direction: column;
    align-items: center;
  }

  .enforce-cta .cta-button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

@media (width <= 480px) {
  .what-is-neo-section,
  .enforce-section,
  .speed-safety-section,
  .testimonials-section {
    margin: 30px 15px;
    padding: 30px 20px;
  }

  .what-is-neo-section h2,
  .enforce-section h2,
  .speed-safety-section h2,
  .testimonials-section h2 {
    font-size: 28px;
  }

  .what-is-neo-card {
    padding: 25px;
  }

  .what-is-neo-card .icon {
    font-size: 40px;
  }

  .what-is-neo-card h3 {
    font-size: 20px;
  }

  .enforce-logos {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }

  .enforce-logo-item {
    padding: 15px;
  }

  .enforce-logo-item img {
    max-height: 50px;
  }

  .speed-safety-bar {
    height: 120px;
  }

  .marker-label {
    font-size: 10px;
    padding: 2px 4px;
  }

  .marker-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
  }

  .bar-annotation p {
    font-size: 13px;
  }

  .bar-annotation p:first-child {
    font-size: 15px;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .testimonials-section .final-message {
    font-size: 16px;
  }
}