.page-resources-11bet-app-features {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f8f8;
}

.page-resources-11bet-app-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-11bet-app-features__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-11bet-app-features__section--intro {
  background-color: #ffffff;
}

.page-resources-11bet-app-features__section--features {
  background-color: #f0f8ff;
}

.page-resources-11bet-app-features__section--download {
  background-color: #ffffff;
}

.page-resources-11bet-app-features__section--promotions {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
}

.page-resources-11bet-app-features__section--support {
  background-color: #f0f8ff;
}

.page-resources-11bet-app-features__section--cta-bottom {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
}

.page-resources-11bet-app-features__section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #26A9E0; /* Primary brand color */
}

.page-resources-11bet-app-features__section-title--light {
  color: #ffffff;
}

.page-resources-11bet-app-features__text-block {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-resources-11bet-app-features__text-block--light {
  color: #f0f0f0;
}

/* Hero Section */
.page-resources-11bet-app-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(135deg, #26A9E0, #a0d9f0);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-11bet-app-features__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-11bet-app-features__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-11bet-app-features__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-11bet-app-features__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-11bet-app-features__hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-11bet-app-features__hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-11bet-app-features__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-11bet-app-features__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-11bet-app-features__cta-button--primary {
  background: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-11bet-app-features__cta-button--primary:hover {
  background: #d46b00;
  border-color: #d46b00;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-11bet-app-features__cta-button--secondary {
  background: #ffffff;
  color: #26A9E0; /* Primary brand color */
  border: 2px solid #26A9E0;
}

.page-resources-11bet-app-features__cta-button--secondary:hover {
  background: #e0f2ff;
  border-color: #1a8cc2;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-11bet-app-features__cta-button--light {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #ffffff;
}

.page-resources-11bet-app-features__cta-button--light:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.page-resources-11bet-app-features__cta-buttons--center {
  margin-top: 40px;
}

/* Feature Grid */
.page-resources-11bet-app-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-11bet-app-features__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-11bet-app-features__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-11bet-app-features__feature-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-11bet-app-features__card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-11bet-app-features__card-description {
  font-size: 16px;
  color: #555555;
}

/* Download Steps */
.page-resources-11bet-app-features__download-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-11bet-app-features__step-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
}

.page-resources-11bet-app-features__step-title {
  font-size: 22px;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-11bet-app-features__step-item p {
  font-size: 16px;
  color: #555555;
}

.page-resources-11bet-app-features__step-item a {
  color: #EA7C07;
  text-decoration: underline;
}

/* Promotion Grid */
.page-resources-11bet-app-features__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}