/* HIGH VOLTAGE TOWER SCANNER - Enhanced Beautiful Design */

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'apple-system-ui', 'Segoe UI', sans-serif;
}

body {
  font-family: 'apple-system-ui', 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #fff;
  background: #000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}

/* Enhanced Hero Section */
.hvt-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px; /* Negative margin to account for fixed header */
  padding-top: 60px; /* Padding to push content below header */
  z-index: 1;
}

.hvt-hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hvt-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(0.7) contrast(1.1); */
}


.hvt-hero-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  max-width: 900px;
  padding: 0 20px;
  width: 100%;
}

.hvt-hero-title {
  font-size: clamp(24px,10vw,96px);
  font-weight: 300;
  margin-bottom: 1.5rem;
  /* background: linear-gradient(135deg, #ff6b35, #ff9500); */
  background-color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: visible;
  width: 100%;
}
@media (min-width: 320px) and (min-height: 568px) {/*small phone portrait*/
  .hvt-hero-content {
    transform: translateY(150px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 40px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 568px) and (min-height: 320px) {/*small phone landscape*/
  .hvt-hero-content {
    transform: translateY(0px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 375px) and (min-height: 666px) {/*medium phone portrait*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 666px) and (min-height: 375px) {/*medium phone landscape*/
  .hvt-hero-content {
    transform: translateY(25px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 425px) and (min-height: 755px) {/*large phone portrait*/
  .hvt-hero-content {
    transform: translateY(250px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 755px) and (min-height: 425px) {/*large phone landscape*/
  .hvt-hero-content {
    transform: translateY(50px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {/*tablet portrait*/
  .hvt-hero-content {
    transform: translateY(350px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 80px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {/*tablet landscape*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 80px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 576px) and (min-height: 1024px) {/*medium laptop portrait*/
  .hvt-hero-content {
    transform: translateY(350px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1024px) and (min-height: 576px) {/*medium laptop landscape*/
  .hvt-hero-content {
    transform: translateY(130px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 80px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 810px) and (min-height: 1440px) { /*large laptop landscape*/
  .hvt-hero-content {
    transform: translateY(500px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 80px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 1440px) and (min-height: 810px) { /*large laptop landscape*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 2560px) and (min-height: 1440px) { /*4k landscape*/
  .hvt-hero-content {
    transform: translateY(400px);
    transition: all 1s ease-out;
  }
  .hvt-hero-title {
    font-size: 80px;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 1440px) and (min-height: 2560px) { /*4k portrait*/
  .hvt-hero-content {
    transform: translateY(800px);
    transition: all 1s ease-out;
  }
}

.hvt-hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 300;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
}

.hvt-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ff6b35, #ff9500);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.hvt-hero-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
  
.hvt-hero-cta:hover::before {
  left: 100%;
}

.hvt-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5);
  background: linear-gradient(135deg, #ff9500, #ffb347);
}

.hvt-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: scrollIndicatorFade 1s ease-out 2s forwards;
}

.hvt-scroll-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hvt-scroll-arrow {
  width: 24px;
  height: 24px;
  color: #ff6b35;
  animation: bounce 2s infinite;
}

/* Innovation Overview Section */
.hvt-innovation-section {
  padding: 120px 0;
  /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
  background: white;
  position: relative;
}

.hvt-innovation-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.05) 0%, transparent 50%); */
  background: white;
  pointer-events: none;
}

.hvt-innovation-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hvt-innovation-text {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.hvt-innovation-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.hvt-section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  /* background: white; */
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.hvt-section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  /* color: white; */
  color: black;
  margin-bottom: 2rem;
  font-weight: 500;
}

.hvt-innovation-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
  /* color: rgba(255, 255, 255, 0.8); */
  color: black;
}

.hvt-innovation-description span {
  /* color: #ff6b35; */
  color: white;
  font-weight: 600;
}

.hvt-innovation-image {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.hvt-innovation-image.animate {
  opacity: 1;
  transform: translateX(0);
}

.hvt-image-container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 107, 53, 0.1);
}

.hvt-image-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.2);
  border-color: rgba(255, 107, 53, 0.3);
}

.hvt-image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.hvt-image-container:hover img {
  transform: scale(1.05);
}

.hvt-fullscreen-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.hvt-image-container:hover .hvt-fullscreen-icon {
  opacity: 1;
}

.hvt-click-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.hvt-image-container:hover .hvt-click-hint {
  opacity: 1;
}

/* Performance Showcase Section */
.hvt-performance-section {
  padding: 120px 0;
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); */
  background: black;
  position: relative;
}

.hvt-performance-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.05) 0%, transparent 50%); */
  background: black;
  pointer-events: none;
}

.hvt-performance-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hvt-performance-text {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.hvt-performance-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.hvt-section-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}

.hvt-performance-features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hvt-feature-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border-left: 4px solid #ff6b35;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hvt-feature-item:hover {
  background: rgba(255, 107, 53, 0.1);
  transform: translateX(10px);
}

.hvt-feature-item h4 {
  font-size: 1.3rem;
  /* color: #ff6b35; */
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hvt-feature-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.hvt-performance-video {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.hvt-performance-video.animate {
  opacity: 1;
  transform: translateX(0);
}

.hvt-video-container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 107, 53, 0.1);
}

.hvt-video-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.2);
  border-color: rgba(255, 107, 53, 0.3);
}

.hvt-video-container video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.hvt-video-container:hover video {
  transform: scale(1.02);
}

/* Product Showcase Section */
.hvt-showcase-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvt-showcase-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hvt-showcase-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hvt-showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvt-showcase-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hvt-showcase-content h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  /* background: linear-gradient(135deg, #ff6b35, #ff9500); */
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

.hvt-showcase-content p {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.8s forwards;
}

.hvt-showcase-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 1s forwards;
}

.hvt-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  min-width: 150px;
  backdrop-filter: blur(10px);
}

.hvt-btn-primary {
  background: linear-gradient(135deg, #ff6b35, #ff9500);
  color: white;
  border-color: transparent;
}

.hvt-btn-primary:hover {
  background: linear-gradient(135deg, #ff9500, #ffb347);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

.hvt-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.hvt-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* Specifications Section */
.hvt-specs-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  position: relative;
}

.hvt-specs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 107, 53, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.hvt-specs-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 min(40px, 5vw);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.hvt-specs-container.animate {
  opacity: 1;
  transform: translateY(0);
}

.hvt-specs-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 2px;
}

.hvt-specs-table {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hvt-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0);
}

.hvt-spec-row:last-child {
  border-bottom: none;
}

.hvt-spec-row:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hvt-spec-label {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  flex: 1;
}

.hvt-spec-value {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 400;
  color: white;
  text-align: right;
  letter-spacing: 0.5px;
}

/* Specs Button Container */
.hvt-specs-button-container {
  text-align: center;
  margin-top: 3rem;
}

.hvt-specs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  border: 2px solid #ff6b35;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #ff6b35;
}

.hvt-specs-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.hvt-specs-btn:hover::before {
  left: 100%;
}

.hvt-specs-btn:hover {
  background: #ff6b35;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

/* Call to Action Section */
.hvt-cta-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  overflow: hidden;
}

.hvt-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hvt-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.hvt-cta-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  line-height: 1.2;
}

.hvt-cta-description {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}

.hvt-cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hvt-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  min-width: 180px;
  position: relative;
  overflow: hidden;
}

.hvt-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.hvt-cta-btn:hover::before {
  left: 100%;
}

.hvt-cta-primary {
  background: linear-gradient(135deg, #ff6b35, #ff9500);
  color: white;
}

.hvt-cta-primary:hover {
  background: linear-gradient(135deg, #ff9500, #ffb347);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
}

.hvt-cta-secondary {
  background: transparent;
  color: #ff6b35;
  border-color: #ff6b35;
}

.hvt-cta-secondary:hover {
  background: #ff6b35;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

/* Explore More Section */
.hvt-explore-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.hvt-explore-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hvt-explore-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.hvt-explore-title {
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 4rem;
  background: linear-gradient(135deg, #000 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hvt-explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}

.hvt-explore-card {
   background: black;
  border-radius: 25px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 153, 0, 0.1);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
  cursor: pointer;
}

.hvt-explore-card.animate {
  opacity: 1;
  transform: translateY(0);
}

.hvt-explore-card:hover {
 transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(255, 153, 0, 0.2);
  border-color: rgba(255, 153, 0, 0.3);
  
}

.hvt-explore-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.hvt-explore-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hvt-explore-card:hover .hvt-explore-image img {
  transform: scale(1.1);
}

.hvt-explore-content {
  padding: 2rem;
}

.hvt-explore-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hvt-explore-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.hvt-explore-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hvt-explore-link:hover {
  color: #ff6b35;
  transform: translateX(5px);
}



@keyframes scrollIndicatorFade {
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes slideInRow {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Loading States */
body:not(.loaded) .hvt-hero-content {
  opacity: 0;
  transform: translateX(-50%) translateY(50px);
}

body.loaded .hvt-hero-content {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: all 1s ease-out;
}

body.loaded .hvt-scroll-indicator {
  animation-play-state: running;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hvt-innovation-content,
  .hvt-performance-container {
    gap: 60px;
  }

  .hvt-specs-container {
    max-width: 1200px;
  }

  .hvt-explore-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .hvt-hero {
    height: 100vh;
    margin-top: -60px; /* Account for fixed header */
    padding-top: 60px; /* Push content below header */
    position: relative;
    top: 0;
    z-index: 1;
  }

  .hvt-hero-subtitle {
    font-size: clamp(1rem, 4vw, 1.5rem);
    margin-bottom: 2rem;
  }

  .hvt-hero-cta {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .hvt-innovation-content,
  .hvt-performance-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  /* Left-justify text content on tablet and mobile */
  .hvt-innovation-text,
  .hvt-performance-text,
  .hvt-innovation-description,
  .hvt-section-description {
    text-align: left !important;
  }

  .hvt-innovation-section,
  .hvt-performance-section,
  .hvt-specs-section,
  .hvt-cta-section,
  .hvt-explore-section {
    padding: 80px 0;
  }

  .hvt-showcase-section {
    height: 70vh;
  }

  .hvt-showcase-content h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hvt-showcase-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hvt-showcase-btn {
    min-width: 200px;
  }

  .hvt-specs-container {
    padding: 0 30px;
  }

  .hvt-spec-row {
    padding: 18px 25px;
  }

  .hvt-explore-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hvt-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hvt-cta-btn {
    min-width: 250px;
  }
}

@media (max-width: 480px) {
  .hvt-hero {
    height: 100vh;
    margin-top: -60px; /* Account for fixed header */
    padding-top: 60px; /* Push content below header */
    position: relative;
    top: 0;
    z-index: 1;
  }

  .hvt-hero-content {
    bottom: 60px;
    padding: 0 15px;
  }

  .hvt-hero-subtitle {
    font-size: clamp(0.9rem, 5vw, 1.2rem);
    margin-bottom: 1.5rem;
  }

  .hvt-hero-cta {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .hvt-showcase-section {
    height: 60vh;
  }

  .hvt-showcase-content {
    padding: 0 15px;
  }

  .hvt-innovation-content,
  .hvt-performance-container,
  .hvt-specs-container,
  .hvt-cta-content,
  .hvt-explore-container {
    padding: 0 15px;
  }

  .hvt-innovation-section,
  .hvt-performance-section,
  .hvt-specs-section,
  .hvt-cta-section,
  .hvt-explore-section {
    padding: 60px 0;
  }

  .hvt-specs-container {
    padding: 0 15px;
  }

  .hvt-specs-title {
    margin-bottom: 2.5rem;
  }

  .hvt-spec-row {
    padding: 14px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .hvt-spec-label {
    font-size: clamp(0.8rem, 3.5vw, 1rem);
  }

  .hvt-spec-value {
    font-size: clamp(0.8rem, 3.5vw, 1rem);
    text-align: left;
  }

  .hvt-explore-image {
    height: 200px;
  }

  .hvt-explore-content {
    padding: 1.5rem;
  }

  /* Left-justify text content on mobile phones */
  .hvt-innovation-text,
  .hvt-performance-text,
  .hvt-innovation-description,
  .hvt-section-description {
    text-align: left !important;
  }
}

/* Enhanced Fullscreen Styles */
.hvt-image-container:fullscreen,
.hvt-video-container:fullscreen {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvt-image-container:fullscreen img,
.hvt-video-container:fullscreen video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}

/* Ensure page starts at top without white space */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 0;
}

/* Mobile-specific fixes for white space */
@media (max-width: 768px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0;
    overflow-x: hidden;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff6b35, #ff9500);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff9500, #ffb347);
}
@media (min-width: 320px) and (min-height: 568px) {/*small phone portrait*/
  .hvt-hero-content {
    transform: translateY(150px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 568px) and (min-height: 320px) {/*small phone landscape*/
  .hvt-hero-content {
    transform: translateY(50px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 375px) and (min-height: 666px) {/*medium phone portrait*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 666px) and (min-height: 375px) {/*medium phone landscape*/
  .hvt-hero-content {
    transform: translateY(75px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 425px) and (min-height: 755px) {/*large phone portrait*/
  .hvt-hero-content {
    transform: translateY(250px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 755px) and (min-height: 425px) {/*large phone landscape*/
  .hvt-hero-content {
    transform: translateY(100px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {/*tablet portrait*/
  .hvt-hero-content {
    transform: translateY(350px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {/*tablet landscape*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 576px) and (min-height: 1024px) {/*medium laptop portrait*/
  .hvt-hero-content {
    transform: translateY(350px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1024px) and (min-height: 576px) {/*medium laptop landscape*/
  .hvt-hero-content {
    transform: translateY(150px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 810px) and (min-height: 1440px) { /*large laptop landscape*/
  .hvt-hero-content {
    transform: translateY(500px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1440px) and (min-height: 810px) { /*large laptop landscape*/
  .hvt-hero-content {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 2560px) and (min-height: 1440px) { /*4k landscape*/
  .hvt-hero-content {
    transform: translateY(400px);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1440px) and (min-height: 2560px) { /*4k portrait*/
  .hvt-hero-content {
    transform: translateY(800px);
    transition: all 1s ease-out;
  }
}