/* ===== GENERAL STYLES ===== */

a {
  text-decoration: unset;
  color: #ffffff;
}

h2 {
  margin: 40px 0px 10px 0px;
}

ul {
  list-style-type: none;
  padding-left: 10px;
}

/* ===== CHANGELOG STYLES ===== */

#changelog {
  display: none;
  width: 600px;
  height: 250px;
  margin: auto;
  border: solid 1px #444;
  color: lightgray;
  background: #515A5A;
  padding: 20px;
  overflow-wrap: break-word;
  overflow-x: scroll;
  overflow-x: hidden;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

#changelog ul {
  list-style-type: disc;
}

#changelog-show-hide {
  width: 200px;
  height: 25px;
  margin: auto;
}

.changelog-version {
  font-size: 14px;
}

.sub-header {
  font-weight: 600;
}

/* ===== FEATURES SECTION ===== */

.features-section {
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  background-image:
    linear-gradient(45deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(rgba(76, 175, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 175, 80, 0.05) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  padding: 50px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  position: relative;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.64));
  pointer-events: none;
}

.features-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.67));
  pointer-events: none;
}

.features-section .free-trial-header {
  background: #292929;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  border: 4px solid transparent;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #383e46;
  -webkit-box-shadow: 3px 1px 11px 1px #00000070;
  -ms-box-shadow: 0px 20px 8px 1px #00000070;
  color: yellow;
  width: 600px;
  margin: 0 auto 40px auto;
  padding: 20px;
}

.features-list {
  list-style-type: none;
  width: 600px;
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  position: relative;
}

.features-list.right-list {
  margin-left: 0;
}

.features-section .features-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}

.features-list li {
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.features-list .li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}

.features-list li.tick:before {
  content: "\2713";
  color: #0cb70c;
  padding-right: 16px;
  font-size: 40px;
  font-weight: bolder;
  float: left;
}

.features-list li.cross:before {
  content: "\2717";
  color: red;
  padding-right: 16px;
  font-size: 40px;
  font-weight: bolder;
  float: left;
}

/* Custom animated scrolling will be handled by JavaScript */

/* ===== BODY & LAYOUT ===== */

body {
  background-color: #121212;
  font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.free-trial-header {
  background: #292929;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  border: 4px solid transparent;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #383e46;
  -webkit-box-shadow: 3px 1px 11px 1px #00000070;
  -ms-box-shadow: 0px 20px 8px 1px #00000070;
  color: yellow;
  width: 600px;
  margin: 0 auto 40px auto;
  padding: 20px;
}

.bg-img {
  /* background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35)), url(https://i.imgur.com/gBCnvJP.jpg) center no-repeat; */
  background: #000000;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}

/* ===== NAVIGATION ===== */

.topnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  pointer-events: none;
}

.topnav-overlay .topnav {
  pointer-events: auto;
  margin: 0;
  width: 960px;
  min-width: 960px;
}

/* ===== VIDEO SECTION ===== */

.video-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.free-trial-header {
  background: #292929;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  border: 4px solid transparent;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #383e46;
  -webkit-box-shadow: 3px 1px 11px 1px #00000070;
  -ms-box-shadow: 0px 20px 8px 1px #00000070;
  color: yellow;
}

.bg-img {
  /* background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35)), url(https://i.imgur.com/gBCnvJP.jpg) center no-repeat; */
  background: #000000;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}

/* Navigation overlay styles */
.topnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  pointer-events: none;
}

.topnav-overlay .topnav {
  pointer-events: auto;
  margin: 0;
  width: 960px;
  min-width: 960px;
}

/* Video section styles */
.video-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.93));
  pointer-events: none;
}

/* ===== SECTION SEPARATORS ===== */

.section-separator {
  position: relative;
  height: 120px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  overflow: hidden;
  z-index: 10;
}


.section-separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(76, 175, 80, 0.6) 20%,
      rgba(76, 175, 80, 0.9) 50%,
      rgba(76, 175, 80, 0.6) 80%,
      transparent 100%);
  box-shadow: 0 0 20px rgba(76, 175, 80, 0.3);
}

.section-separator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 60px;
  background: radial-gradient(ellipse, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: separatorPulse 3s ease-in-out infinite;
}

@keyframes separatorPulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}



/* Download section styles */
.download-section {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.64);
  background-image:
    linear-gradient(45deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(rgba(76, 175, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 175, 80, 0.05) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.download-content {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
}

.laptop-img {
  flex-shrink: 0;
}

.download-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.download-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.71));
  pointer-events: none;
}

.download-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

/* Download button styles */
.download-btn {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 3px #000000;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.download-btn:hover {
  background: #45a049;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Download button shine animation */
.download-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

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

/* Slim inner top infinite progress bar (shown on click) */
@keyframes topProgressMove {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes topProgressFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.download-btn.progress-anim::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  /* Cross the bar 3 times */
  animation: topProgressMove 1s linear 3;
  pointer-events: none;
}

/* File info styles */
.file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  max-width: 400px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e0e0e0;
  text-shadow: 1px 1px 2px #000000;
}

.version-text {
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(76, 175, 80, 0.3);
  font-weight: 600;
}

.file-size-text {
  color: #00a8ff;
  background: rgba(0, 168, 255, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 168, 255, 0.3);
  font-weight: 600;
}


/* Guide section styles */
.guide-section {
  width: 100%;
  min-height: 500px;
  /* Increased minimum height to contain all content */
  background: rgba(0, 0, 0, 0.64);
  background-image:
    linear-gradient(45deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(rgba(76, 175, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 175, 80, 0.05) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  padding: 0 0 40px 0;
  /* Bottom padding to ensure content doesn't touch edges */
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.guide-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.77));
  pointer-events: none;
}

.guide-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.guide-section h2 {
  font-size: 48px;
  margin-bottom: 50px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

/* Carousel Styles */
.carousel-container {
  max-width: 1000px;
  width: 100%;
  position: relative;
  overflow: visible;
  /* Allow arrows to be visible outside container */
  padding: 0 120px;
  /* Add padding to make space for arrows */
  margin: 0 auto;
}

.carousel-header {
  text-align: center;
  padding: 10px 0;
  /* Fixed 10px top and bottom padding */
  margin-top: 30px;
  /* Increased space above the carousel header */
  position: relative;
  z-index: 10;
}

.carousel-title {
  font-size: 40px;
  margin-bottom: 5px;
  color: #4CAF50;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000000;
  text-align: center;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  /* No height needed since content is positioned below header */
}

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

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.carousel-slide.active {
  opacity: 1;
}

.slide-content {
  position: relative;
  margin-top: 20px;
  /* Space below the carousel header */
  min-height: 300px;
  /* Minimum height to prevent layout shifts */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* Full width to accommodate content */
  max-width: 1200px;
  padding: 0 20px;
  /* Horizontal padding for spacing */
  text-align: center;
  z-index: 5;
  pointer-events: none;
  /* Allow clicks to pass through to arrows */
}

#slide-text-1 {
  max-width: 900px;
  /* Increased width to prevent boxes from overflowing */
  margin: 0 auto;
  width: 100%;
}

.slide-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
  /* Reduced margin for tighter spacing with indicators */
  color: #4CAF50;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000000;
  text-align: center;
  /* Ensure h3 is centered */
}


.slide-text ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.slide-text li {
  font-size: 16px;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  text-shadow: 1px 1px 2px #000000;
}

.slide-text li:before {
  content: "✓";
  color: #4CAF50;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 18px;
}

/* Numbered paragraphs for Getting Started */
.slide-text {
  max-width: 600px;
  /* Limit width for better readability */
  margin: 0 auto;
  /* Center the entire numbered list */
}

.slide-text p {
  font-size: 22px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px #000000;
  position: relative;
  padding-left: 25px;
  /* Reduced padding for tighter alignment */
  text-align: left;
  /* Ensure text is left-aligned */
}

/* Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  /* Center vertically in the guide section */
  left: calc((100vw - 1000px) / 4 - 80px);
  /* Center horizontally in left available space */
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(76, 175, 80, 0.7);
  font-size: 96px;
  width: 160px;
  height: 160px;
  border-radius: 0;
  cursor: pointer;
  z-index: 20;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 30px;
}

.carousel-next {
  left: auto;
  right: calc((100vw - 1000px) / 4 - 80px);
  /* Center horizontally in right available space */
}

.carousel-arrow:hover {
  color: rgba(102, 187, 106, 0.9);
  font-size: 105px;
}


/* Slide Indicators */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  /* No margin needed since it's in the header */
}

.indicator {
  width: 100px;
  height: 16px;
  border-radius: 8px;
  border: 2px solid rgba(76, 175, 80, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #4CAF50;
  border-color: #4CAF50;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.indicator:hover {
  border-color: #4CAF50;
  background: rgba(76, 175, 80, 0.2);
}

/* Email section styles */
.email-section {
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  background-image:
    linear-gradient(45deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(rgba(76, 175, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 175, 80, 0.05) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 10px #000000;
  position: relative;
}

.email-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.83));
  pointer-events: none;
}

.email-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.86));
  pointer-events: none;
}

/* Success section styles */
.success-section {
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  background-image:
    linear-gradient(45deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08) 1.5px, transparent 1.5px),
    linear-gradient(rgba(76, 175, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 175, 80, 0.05) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 10px #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

/* Bottom section styles */
.bottom-section {
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 10px #000000;
  position: relative;
}

/* Add a black background color to the top navigation */
.topnav {
  position: relative;
  background-color: #000000a3;
  overflow: hidden;
  margin: auto;
  width: 960px;
  min-width: 960px;
  height: 50px;
  border: 2px solid #28282880;
  border-radius: 11px;
  text-shadow: 1px 1px 3px #000000;
  box-shadow: 0px 0px 0px 2px #333333;
  -webkit-box-shadow: 0px 20px 8px 2px #00000070;
  -ms-box-shadow: 0px 20px 8px 2px #00000070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.4s ease;
}

.topnav-left {
  display: flex;
  align-items: center;
}

.topnav img {
  padding-left: 10px;
  padding-right: 10px;
}

.logo-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.logo-ez {
  color: #4a7bff;
}

.logo-fish {
  color: #7bb3ff;
}

.logo-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      transparent 10%,
      rgba(255, 255, 255, 0.1) 30%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.1) 70%,
      transparent 90%,
      transparent 100%);
  animation: textShine 3s infinite;
}

@keyframes textShine {
  0% {
    left: -100%;
  }

  67% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.topnav-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  border-radius: 11px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #4caf507a;
}

/* Active section highlighting */
.topnav a.active-section {
  background-color: #4CAF50;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.topnav-right a {
  background: #00a8ff;
  border: 2px solid transparent;
  border-radius: 7px;
  font-weight: bold;
  line-height: 80%;
  width: 100px;
}

.topnav-right a:hover {
  background-color: #0088cc;
}

/* Buy PIN button shine animation */
.topnav-right a {
  position: relative;
  overflow: hidden;
}

.topnav-right a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.topnav-right a:hover::before {
  left: 100%;
}

/* Remove old content styles - now using section-based layout */

.success {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  width: 500px;
}

.psuccess {
  font-family: 'Rubik', sans-serif;
  font-weight: bolder;
  font-size: 32px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 5px;
  width: 500px;
  color: #00d400;
}

.sub-options {
  margin: auto;
  margin-right: 55px;
  margin-top: 20px;
  width: 700px;
  height: 200px;
  display: block;
}

.buy-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  border: 6px solid transparent;
  border-radius: 6px;
  font-weight: 500;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 23px;
  margin-right: 20px;
  box-shadow: -3px 2px 9px 1px #00000070;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.buy-btn:hover {
  transform: scale(1.05);
}

/* Hide the PayPal button image since the entire tile is clickable */
.buy-btn input[type="image"] {
  display: none;
}

/* Buy button shine animation */
.buy-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

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

.wheretosend {
  font-family: 'Rubik', sans-serif;
  font-weight: bolder;
  font-size: 50px;
  line-height: 32px;
  margin-top: 24px;
}

.purchase-arrow {
  font-size: 56px;
  font-weight: bolder;
  font-family: impact;
  color: #e2ff00;
  padding: 10px;
  margin-top: 30px;
  line-height: 7px;
}

.payment-options-container {
  margin-top: -20px;
}

.email-input {
  width: 360px;
  background: #fff;
  color: #000000;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 11px;
  outline: 0;
  padding: 22px 18px;
}

.container__item p {
  display: none;
  color: #ff0000;
  font-weight: bold;
  margin-top: 4px;
}

.email-btn {
  display: inline-block;
  font-size: x-large;
  font-weight: bold;
  border: 0;
  outline: 0;
  transition: all 200ms ease-in;
  cursor: pointer;
  background: #6a7cea;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 13px 36px;
  padding-top: 6px;
  margin-left: -86px;
}

.price {
  display: block;
  font-size: 25px;
  font-weight: 700;
  text-shadow: -2px -1px 3px #000000;
  margin-top: 5px;
}

.month1 {
  background: #f56411;
}

.month3 {
  background: #9a11f5;
}

.year1 {
  background: #c40909;
}

.notice {
  width: 600px;
  line-height: 1px;
  margin: auto;
}

.notice p {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ea0606;
}

.icons img {
  width: 60px;
  height: 60px;
  padding-right: 10px;
}

.footer {
  position: relative;
  bottom: 0;
  margin: auto;
  margin-top: 15px;
  width: 960px;
  min-width: 960px;
  color: #d4d4d4;
  text-align: center;
  font-size: 20px;
  padding: 30px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  color: #d4d4d4;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 20;
  margin-bottom: -60px;
  /* Push it down to overlay the separator */
}

.contact-item {
  display: flex;
  align-items: center;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.discord-item {
  gap: 15px;
}

.discord-item .discord-icon {
  margin-top: 2px;
}

.email-item {
  gap: 10px;
}

.email-item .email-icon {
  margin-top: -2px;
}

.discord-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.email-icon {
  width: 50px;
  height: 47px;
  object-fit: contain;
}

.contact-text {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}


/* Utility classes for inline styles */
.cursor-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.gap-20 {
  gap: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.bg-green-light {
  background: rgba(76, 175, 80, 0.1);
  border: 2px solid #4CAF50;
  border-radius: 10px;
  padding: 15px;
}

.bg-yellow-light {
  background: rgba(255, 235, 59, 0.1);
  border: 2px solid #ffeb3b;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 15px;
}

.text-secondary {
  color: #888 !important;
  font-family: Tahoma, sans-serif !important;
  font-size: 14px !important;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-100 {
  margin-top: 100px;
}

.elitepvpers-logo {
  width: 120px;
}

.flex-1 {
  flex: 1;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.display-inline-block {
  display: inline-block;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-right-10 {
  margin-right: 8px;
  /* Reduced for inline appearance */
}

.color-green {
  color: #4CAF50;
}

.color-yellow {
  color: #ffeb3b;
}

.color-red {
  color: #f44336;
}

.color-gray {
  color: #848484;
}

.sublist-text {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
}

.slide-text-main {
  color: #e0e0e0;
}

.font-bold {
  font-weight: bold;
}

.font-size-20 {
  font-size: 20px;
}

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

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

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-6 {
  line-height: 1.6;
}

.margin-0-bottom-5 {
  margin: 0 0 5px 0;
}

.margin-0-bottom-15 {
  margin: 0 0 15px 0;
}

.margin-0 {
  margin: 0;
}

/* Responsive design */
@media screen and (max-width: 1024px) {
  .topnav-overlay .topnav {
    width: 90%;
    min-width: 90%;
  }

  .features-section .free-trial-header {
    width: 90%;
    font-size: 18px;
  }

  .features-section .features-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .features-list {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .video-section {
    height: 60vh;
  }

  .features-section,
  .email-section {
    padding: 40px 20px;
  }

  .download-section {
    padding: 40px 20px;
  }

  .download-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .download-right {
    align-items: center;
  }

  .topnav-overlay {
    padding: 10px 0;
  }

  .topnav a {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .guide-section {
    min-height: 500px;
    /* Minimum height for tablet */
    padding: 30px 0;
  }

  .carousel-container {
    padding: 0 80px;
    /* Reduced padding for tablet */
  }

  .carousel-header {
    padding: 10px 0;
    /* Consistent 10px padding for tablet */
  }

  .carousel-title {
    font-size: 35px;
    margin-bottom: 10px;
    /* Tighter spacing for tablet */
  }

  .slide-content {
    margin-top: 15px;
    /* Reduced spacing for tablet */
    min-height: 280px;
    /* Minimum height for tablet */
  }

  .carousel-wrapper {
    height: 0;
    /* No height needed for tablet */
  }


  .carousel-arrow {
    left: calc((100vw - 800px) / 4 - 60px);
    /* Adjusted for tablet carousel width */
    font-size: 76px;
    width: 120px;
    height: 120px;
    background: transparent;
    border: none;
    color: rgba(76, 175, 80, 0.7);
    padding: 20px;
    transition: all 0.4s ease;
  }

  .carousel-next {
    right: calc((100vw - 800px) / 4 - 60px);
    /* Adjusted for tablet carousel width */
  }

  .carousel-arrow:hover {
    font-size: 82px;
    color: rgba(102, 187, 106, 0.9);
  }

  .carousel-next {
    right: 5px;
  }

  .slide-text {
    max-width: 500px;
    /* Slightly smaller for tablet */
  }

  .slide-text p {
    font-size: 20px;
    padding-left: 22px;
    /* Adjust for tablet */
  }

  .slide-text p:before {
    font-size: 18px;
    /* Slightly smaller numbers for tablet */
  }

  .slide-text li {
    font-size: 14px;
  }

  .indicator {
    width: 85px;
    height: 14px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 600px) {
  .guide-section {
    min-height: 450px;
    /* Minimum height for mobile */
    padding: 25px 0;
  }

  .topnav a,
  .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .video-section {
    height: 50vh;
  }

  .features-section .free-trial-header {
    font-size: 16px;
    padding: 15px;
  }

  .guide-section h2 {
    font-size: 36px;
  }

  .carousel-container {
    padding: 0 60px;
    /* Reduced padding for mobile */
  }

  .carousel-header {
    padding: 10px 0;
    /* Consistent 10px padding for mobile */
  }

  .carousel-title {
    font-size: 30px;
    margin-bottom: 8px;
    /* Very tight spacing for mobile */
  }

  .slide-content {
    margin-top: 12px;
    /* Reduced spacing for mobile */
    min-height: 250px;
    /* Minimum height for mobile */
  }

  .carousel-wrapper {
    height: 0;
    /* No height needed for mobile */
  }

  .carousel-arrow {
    left: calc((100vw - 600px) / 4 - 50px);
    /* Adjusted for mobile carousel width */
    font-size: 64px;
    width: 100px;
    height: 100px;
    background: transparent;
    border: none;
    color: rgba(76, 175, 80, 0.7);
    padding: 15px;
    transition: all 0.4s ease;
  }

  .carousel-next {
    right: calc((100vw - 600px) / 4 - 50px);
    /* Adjusted for mobile carousel width */
  }

  .carousel-arrow:hover {
    font-size: 70px;
    color: rgba(102, 187, 106, 0.9);
  }

  .carousel-next {
    right: 5px;
  }

  .slide-content {
    padding: 10px;
  }

  .slide-text {
    max-width: 100%;
  }

  .slide-text p {
    font-size: 18px;
    padding-left: 20px;
    /* Adjust for mobile */
  }

  .slide-text p:before {
    font-size: 16px;
    /* Smaller numbers for mobile */
  }

  .slide-text ul {
    text-align: center;
  }

  .slide-text li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .carousel-indicators {
    bottom: -40px;
  }

  .indicator {
    width: 70px;
    height: 12px;
    border-radius: 6px;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .contact-item {
    font-size: 18px;
  }

  .discord-icon {
    width: 18px;
    height: 18px;
  }

  .email-icon {
    width: 32px;
    height: 32px;
  }

  .file-info {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    font-size: 13px;
  }

  .version-text,
  .file-size-text {
    padding: 4px 8px;
    font-size: 12px;
  }

}