.page-download-center-app-features {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-download-center-app-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-app-features__hero {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-app-features__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center / cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-center-app-features__hero .page-download-center-app-features__container {
  position: relative;
  z-index: 1;
}

.page-download-center-app-features__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00;
  font-weight: 700;
  line-height: 1.2;
}

.page-download-center-app-features__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-download-center-app-features__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-download-center-app-features__button {
  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 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-app-features__button--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-download-center-app-features__button--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-app-features__button--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-download-center-app-features__button--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-download-center-app-features__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  margin-top: 15px;
}

.page-download-center-app-features__section {
  padding: 80px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-download-center-app-features__section:nth-of-type(even) {
  background-color: #f2f7fc;
}

.page-download-center-app-features__heading {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}

.page-download-center-app-features__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-download-center-app-features__text {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.page-download-center-app-features__text--center {
  text-align: center;
}

.page-download-center-app-features__text--cta {
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-download-center-app-features__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-download-center-app-features__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #003366;
}

.page-download-center-app-features__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-download-center-app-features__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  filter: drop-shadow(0 5px 10px rgba(0, 51, 102, 0.2));
}

.page-download-center-app-features__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-download-center-app-features__feature-description {
  font-size: 1em;
  color: #666;
  line-height: 1.7;
}

.page-download-center-app-features__app-features .page-download-center-app-features__text {
  margin-bottom: 30px;
}

.page-download-center-app-features__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 40px;
}

.page-download-center-app-features__list-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-left: 5px solid #FFCC00;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-download-center-app-features__list-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-download-center-app-features__list-description {
  font-size: 1em;
  color: #666;
}

.page-download-center-app-features__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-download-center-app-features__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  border-bottom: 5px solid #FFCC00;
}

.page-download-center-app-features__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #003366;
  color: #FFCC00;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 51, 102, 0.3);
}

.page-download-center-app-features__step-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-download-center-app-features__step-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-download-center-app-features__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-download-center-app-features__app-vs-web {
  background-color: #f2f7fc;
}

.page-download-center-app-features__comparison-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.page-download-center-app-features__column {
  flex: 1;
  min-width: 350px;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #003366;
}

.page-download-center-app-features__column-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-download-center-app-features__benefits-list {
  list-style: none;
  padding: 0;
}

.page-download-center-app-features__benefits-list li {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
  position: relative;
  padding-left: 30px;
}

.page-download-center-app-features__benefits-list li::before {
  content: '✔';
  color: #FFCC00;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-download-center-app-features__strong-text {
  color: #003366;
}

.page-download-center-app-features__responsible-gaming {
  background-color: #fff;
  text-align: center;
}

.page-download-center-app-features__responsible-image {
  max-width: 500px;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-download-center-app-features__cta-bottom {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-top: 0;
}

.page-download-center-app-features__heading--cta {
  color: #FFCC00;
}

.page-download-center-app-features__heading--cta::after {
  background-color: #fff;
}

.page-download-center-app-features__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-download-center-app-features__title {
    font-size: 2.5em;
  }
  .page-download-center-app-features__heading {
    font-size: 2em;
  }
  .page-download-center-app-features__feature-list {
    grid-template-columns: 1fr;
  }
  .page-download-center-app-features__comparison-table {
    flex-direction: column;
    align-items: center;
  }
  .page-download-center-app-features__column {
    min-width: unset;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-download-center-app-features__hero {
    padding: 80px 0;
  }
  .page-download-center-app-features__title {
    font-size: 2em;
  }
  .page-download-center-app-features__subtitle {
    font-size: 1.1em;
  }
  .page-download-center-app-features__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-download-center-app-features__section {
    padding: 60px 0;
  }
  .page-download-center-app-features__heading {
    font-size: 1.8em;
  }
  .page-download-center-app-features__text {
    font-size: 1em;
  }
  .page-download-center-app-features__feature-item,
  .page-download-center-app-features__list-item,
  .page-download-center-app-features__step-item {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .page-download-center-app-features__title {
    font-size: 1.8em;
  }
  .page-download-center-app-features__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-download-center-app-features__button {
    width: 100%;
    max-width: 280px;
  }
  .page-download-center-app-features__heading {
    font-size: 1.5em;
  }
  .page-download-center-app-features__features-grid,
  .page-download-center-app-features__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-download-center-app-features__list-title {
    font-size: 1.2em;
  }
  .page-download-center-app-features__column-title {
    font-size: 1.5em;
  }
  .page-download-center-app-features__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}