


.hero {
  height: 400px; 
  margin-top: -60px; 
}

.hero {
    margin-top: 0; 
}

.hero-content {
  padding-top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-content h1 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.btn-hero {
  padding: 12px 30px;
  font-size: 1rem;
  width: auto;
  align-self: center;
}

.slider-container .slide {
  background-position: center;
}

.slider-arrow {
  width: 36px; 
  height: 36px;
  font-size: 14px;
}
.slider-arrow.left { left: 10px; }
.slider-arrow.right { right: 10px; }


.features-bar {
  padding: 40px 0;
}
.features-bar h2 {
  font-size: 1.3rem !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  padding: 0 10px;
}


.intro-section {
  padding: 30px 0 50px;
  background-color: #fcfcfc; 
}
.intro-section .container {
  flex-direction: column;
}

.video-placeholder {
  width: 100%;
  margin: 0 0 25px 0; 
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.intro-content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}


.intro-header {
  display: block;
  width: 100%;
}

.intro-header h2 {
  font-size: 1.5rem !important;
  line-height: 1.4;
  text-align: left; 
  margin-bottom: 15px !important;
  color: #1a1a1a;
  font-weight: 800;
  padding: 0;
  max-width: 100% !important; 
  
  word-break: break-word; 
}

.intro-content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #edf2f7;
  margin-bottom: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}


.intro-content p br {
    display: none;
}

.intro-header .btn {
  width: 100%;
  max-width: 300px;
  display: block;
  text-align: center;
  margin: 0 auto 25px; 
  padding: 14px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 20px -5px rgba(0, 68, 215, 0.4);
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  letter-spacing: 0.5px;
}


.custom-parts-section {
  padding: 50px 0;
  background: white;
}

.custom-parts-section .split-layout {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.custom-parts-section .image-side {
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px;
}

.custom-parts-image {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.custom-parts-section .text-side {
  width: 100%;
}

.custom-parts-section h2 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.custom-parts-section p {
  text-align: left;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}


.check-list.norma-list-styled {
  max-width: 100% !important;
  width: 100%;
}


.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px; 
  margin-bottom: 35px;
}



.check-list li {
  background: #f8f9fa; 
  padding: 14px 15px;
  border-radius: 6px; 
  border: none;
  box-shadow: none; 
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}


.check-list li::before {
  display: none;
}


.check-list li i {
  color: var(--primary-blue);
  font-size: 1.1rem;
  background: transparent;
  width: auto;
  height: auto;
  margin-right: 12px;
  display: inline-block;
}


.norma-text {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  margin-right: auto;
  padding-left: 0;
}


.norma-brand {
  font-size: 0.9rem;
  color: #999;
  background: transparent;
  padding: 0;
  font-weight: 400;
}


.custom-parts-section .btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  background: var(--primary-blue);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}


.gallery-section {
    padding: 40px 0;
}
.gallery-grid {
  grid-template-columns: repeat(1, 1fr) !important; 
  gap: 20px;
}

@media (min-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }
}

.product-card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); 
}

.product-card .card-content {
  padding: 15px;
}
.product-card h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.product-card p {
    font-size: 0.9rem;
}


.clients-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.client-logo img {
    max-height: 40px;
}
