@charset "utf-8";
.hero-wrapper {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  line-height: 0;
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 1000px;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.video-overlay h1 {
  margin-bottom: 20px !important;
  line-height: 1.2;
}
.pill-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.hero-subtext {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 300;
}
.hp-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.pill, .pill-alt, .pill-link {
  text-decoration: none;
  padding: 20px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.pill {
  background: #ffffff;
  color: #1a1a1a;
}
.pill-alt {
  background: #d4af37;
  color: #000;
}
.pill:hover, .pill-alt:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.value-strip {
  display: flex;
  justify-content: space-around;
  background: #1a1a1a;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}
.strip-item strong {
  display: block;
  color: #d4af37;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.hps-matrix {
  padding: 60px 20px;
  background: #fff;
  padding-top: 20px !important;
}
.matrix-grid {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.matrix-card {
  flex: 1;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.matrix-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.card-header {
  background: #f8f8f8;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.tech-label {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-body {
  padding: 25px;
  text-align: center;
}
.card-img {
  width: 100%;
  height: 241px;
  object-fit: cover;
  border-radius: 8px;
  margin: 15px 0;
  display: block;
}
.spec-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  display: inline-block;
}
.spec-list li {
  padding: 5px 0;
  font-size: 0.9rem;
  color: #444;
}
.pill-link {
  display: block;
  background: #1a1a1a;
  color: #fff;
  margin-top: 15px;
}
.film-catalog {
  padding: 60px 20px;
  background: #1a1a1a;
  color: #ffffff;
}
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.spec-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.spec-pill:hover {
  background: #d4af37;
  color: #000000 !important;
  border-color: #d4af37;
  transform: translateY(-2px);
}
.hps-features {
  padding: 50px 20px;
  background: #fdfdfd;
}
.hpsc-grid {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-box {
  flex: 1;
  padding: 20px;
  border-left: 3px solid #d4af37;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.feature-box h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.feature-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.feature-box a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 123, 255, 0.2);
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
.feature-box a:hover {
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
  background-color: rgba(0, 86, 179, 0.05);
}
.hps-advantage {
  background: #f8f9fa;
  padding: 60px 0;
  border-top: 1px solid #eee;
}
.section-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}
.check-icon {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: bold;
}
.adv-text strong {
  display: block;
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.adv-text p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hpsc-grid {
    flex-direction: column;
  }
  .matrix-grid {
    flex-direction: column;
  }
  .video-overlay h1 {
    margin-bottom: 15px !important;
    font-size: 1.8rem;
  }
  .hero-subtext {
    padding: 0 15px;
  }
  .video-overlay {
    width: 100% !important;
    padding: 40px 15px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .video-overlay h1 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .hero-subtext {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1) !important;
    margin-bottom: 25px !important;
  }
  .hp-pills .pill, .hp-pills .pill-alt {
    width: 40%;
    margin: 5px auto;
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .card-style img, .matrix-card img, .protection-card img {
    height: auto !important;
    max-height: 350px;
    object-fit: contain !important;
    background: #fff;
  }
  .value-strip {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .strip-item {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  }
  .strip-item:last-child {
    border-bottom: none;
  }
  .strip-item strong {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
  .strip-item span {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .pill-grid {
    gap: 8px;
  }
  .spec-pill {
    padding: 8px 16px;
    font-size: 0.85rem;
    flex: 1 1 40%;
    text-align: center;
  }
}