/* style/download.css */

/* Base styles for the page content, inheriting from shared.css body */
.page-download {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #1a1a2e, so text is white */
  background-color: transparent; /* Inherit from body or shared.css */
}

.page-download__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download__section {
  padding: 60px 0;
  text-align: center;
}

.page-download__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for titles */
  font-weight: bold;
}

.page-download__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0; /* Slightly off-white for readability on dark background */
}

/* Hero Section */
.page-download__hero-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  background: linear-gradient(135deg, #1a1a2e 0%, #26A9E0 100%); /* Blend dark bg with brand color */
  color: #ffffff;
}

.page-download__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Make it subtle */
}

.page-download__hero-section .page-download__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-download__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-download__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 900px;
  color: #f0f0f0;
}

.page-download__hero-cta-group {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-download__btn-primary,
.page-download__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  text-align: center;
}

.page-download__btn-primary {
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-download__btn-primary:hover {
  background-color: #1a8cc7;
  border-color: #1a8cc7;
  transform: translateY(-2px);
}

.page-download__btn-secondary {
  background-color: #ffffff; /* Auxiliary color */
  color: #26A9E0;
  border: 2px solid #ffffff;
}

.page-download__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-download__hero-qr-code {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-download__hero-qr-code img {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block; /* Ensure no extra space below image */
  margin-left: auto;
  margin-right: auto;
}

/* About hot51 Section */
.page-download__about-hot51 {
  background-color: #1a1a2e; /* Dark background */
  color: #f0f0f0;
}

.page-download__about-hot51 .page-download__section-title {
  color: #26A9E0;
}

/* Video Section */
.page-download__video-section {
  padding: 80px 0;
  background-color: #0d0d1a; /* Even darker background */
  color: #ffffff;
}

.page-download__video-section .page-download__section-title {
  color: #26A9E0;
}

.page-download__video-wrapper {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-download__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-download__video-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* To make it clickable over video */
  background: transparent;
}

.page-download__video-caption {
  font-style: italic;
  margin-top: 10px;
  color: #cccccc;
}

.page-download__video-cta-button {
  margin-top: 30px;
}

/* Benefits Section */
.page-download__benefits {
  background-color: #1a1a2e;
  color: #f0f0f0;
}

.page-download__benefits .page-download__section-title {
  color: #26A9E0;
}

.page-download__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download__benefit-card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for card background on dark body */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 100%; /* Ensure cards have equal height */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff; /* Text color for cards */
}

.page-download__benefit-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-download__benefit-icon {
  width: 100px; /* Display size, requested size will be larger */
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%; /* Example style */
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.page-download__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-download__benefit-card p {
  font-size: 1em;
  color: #cccccc;
}

/* Download Steps Section */
.page-download__download-steps {
  background-color: #0d0d1a;
  color: #ffffff;
}

.page-download__download-steps .page-download__section-title {
  color: #26A9E0;
}

.page-download__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}