#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


.hero-section.hero-home-v2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 75vh;
  text-align: left;
  padding: 0 4rem 4rem;
  background: none;
  border-bottom: none;
  box-shadow: none;
  overflow: hidden;
}

.hero-section.hero-home-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.hero-content-v2 {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 1.5rem 0 0 0;
}

.hero-action {
  position: relative;
  z-index: 2;
}

.btn.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.8rem 2.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 0;
  white-space: nowrap;
}
.btn.btn-outline:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .hero-section.hero-home-v2 {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 6rem 2rem;
  }
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-subtitle {
    margin-bottom: 2.5rem;
  }
}

.trust-section {
  padding: 3rem 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.trust-section .section-title {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  margin-bottom: 2rem;
}
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.logo-grid img {
  height: 30px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(100%) brightness(150%);
}

.intro-section {
  padding: 5rem 2rem;
}
.alt-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.intro-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.intro-container.reverse {
  grid-template-columns: 1fr 1fr;
}
.intro-container.reverse .intro-image-wrapper {
  order: 2;
}
.intro-container.reverse .intro-content {
  order: 1;
}
.intro-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.intro-content .section-title {
  text-align: left;
  margin-top: 0;
  font-size: 2.5rem;
}
.intro-content p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.btn-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffcc00;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #fff;
  letter-spacing: 0.5px;
}

.features-section {
  padding: 5rem 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem auto;
}
.section-header .section-title {
  margin-top: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-item {
  text-align: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-item .icon {
  font-size: 3rem;
  color: #ffcc00;
  margin-bottom: 1rem;
  display: block;
}
.feature-item h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
}
.feature-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.central-logo-section {
  text-align: center;
  padding: 4rem 2rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.central-logo-section img {
  height: 80px;
  width: auto;
  opacity: 0.8;
}
.central-logo-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: #ffcc00;
  font-size: 2rem;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

.explore-systems-section {
  padding: 5rem 2rem;
}
.explore-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  gap: 2rem;
}
.explore-header .section-title,
.explore-header .section-subtitle {
  text-align: left;
  margin-bottom: 0.5rem;
}
.explore-header .section-subtitle {
  margin-top: 0;
}
.explore-header .btn-secondary {
  white-space: nowrap;
  margin: 0;
}
.system-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  grid-template-rows: 300px 300px;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.system-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.system-card.card-a {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.system-card.card-b {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.system-card.card-c {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.system-card.card-d {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}
.system-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.system-card h3, .system-card p {
  position: absolute;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.system-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  bottom: 3.5rem;
}
.system-card p {
  bottom: 2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.system-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
  z-index: 1;
}
.system-card:hover img {
  transform: scale(1.05);
}
.btn-secondary {
  background: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00;
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.2);
  width: auto;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: rgba(255, 204, 0, 0.1);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
  color: #ffdd44;
}

.testimonials-section {
  padding: 5rem 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial-card {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-card p {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.testimonial-card h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #ffcc00;
  font-size: 1rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .intro-container, .intro-container.reverse {
    grid-template-columns: 1fr;
  }
  .intro-container.reverse .intro-image-wrapper {
    order: 1;
  }
  .intro-container.reverse .intro-content {
    order: 2;
  }
  .intro-content .section-title {
    text-align: center;
  }

  .explore-header {
    flex-direction: column;
    text-align: center;
  }
  .explore-header .section-title,
  .explore-header .section-subtitle {
    text-align: center;
  }
  .explore-header .btn-secondary {
    margin-top: 1rem;
  }

  .system-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .system-card.card-a,
  .system-card.card-b,
  .system-card.card-c,
  .system-card.card-d {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
