@charset "utf-8";
/* CSS Document */
html { overflow-y: scroll; }
body {
    font-family: 'Anton', sans-serif;
}
.swiper-slide {
  transition: transform 0.3s ease;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.featureSwiper {
  max-width: 900px;
  margin: 0 auto;
}
.featureSwiper .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
}
.featureSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}
.swiper-button-next,
.swiper-button-prev {
  color: #2563eb;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.download-btn {
  box-shadow:
    0 0 8px 0 rgba(255, 255, 255, 0.2),
    0 0 15px 2px rgba(255, 255, 255, 0.1);
}
.download-btn:hover {
  box-shadow:
    0 0 12px 4px rgba(255, 255, 255, 0.4),
    0 0 20px 6px rgba(255, 255, 255, 0.25);
}
.fixed-download-section {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}

.download-box {
  background: #b24d02;
  border: 3px solid #ffd37b;
  border-radius: 12px;
  padding: 15px;
  width: 180px;
  text-align: center;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.download-box .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff3b0;
}

.btn-download {
  display: block;
  background: linear-gradient(to bottom, #ffb300, #f77a00);
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
  border-radius: 8px;
  padding: 8px 5px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
}

.btn-download i {
  margin-right: 5px;
  font-size: 16px;
}

.btn-download:hover {
  transform: scale(1.05);
  background: linear-gradient(to bottom, #ffd24d, #ff8c1a);
}

.action-buttons {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 10px 0;
}

.btn-action {
  flex: 1;
  background: linear-gradient(to bottom, #ffd966, #ff8a00);
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  padding: 6px 0;
  font-size: 13px;
  text-decoration: none;
}

.btn-action:hover {
  filter: brightness(1.1);
}

.socials {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.socials a {
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
}

.socials a:hover {
  color: #ffda6f;
}
