.page-ban-ca__hero-section {
  padding-top: 10px; /* Small top padding, relying on shared body padding */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  text-align: center;
}
.page-ban-ca__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 16px;
}
.page-ban-ca__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}
.page-ban-ca__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}
.page-ban-ca__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}
.page-ban-ca__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.page-ban-ca__btn-primary,
.page-ban-ca__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}
.page-ban-ca__btn-primary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #ffffff;
}
.page-ban-ca__btn-primary:hover {
  background: #f0f0f0;
  color: #E53935;
}
.page-ban-ca__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.page-ban-ca__btn-secondary:hover {
  background: #ffffff;
  color: #E53935;
}
.page-ban-ca__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}
.page-ban-ca__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

.page-ban-ca__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  color: #333333;
}
.page-ban-ca__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}
.page-ban-ca__section-description {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #333333;
}

.page-ban-ca__intro-section {
  padding: 60px 0;
  background: #F5F7FA;
}
.page-ban-ca__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-ban-ca__feature-item {
  text-align: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.page-ban-ca__icon-box-media {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FF5A4F;
}
.page-ban-ca__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.page-ban-ca__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #E53935;
  margin-bottom: 15px;
}
.page-ban-ca__feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-ban-ca__why-kubet-section {
  padding: 80px 0;
  background: #ffffff;
}
.page-ban-ca__grid-two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.page-ban-ca__text-block {
  flex: 1 1 45%;
  min-width: 300px;
  line-height: 1.7;
  color: #333333;
  text-align: left;
}
.page-ban-ca__text-block p {
  margin-bottom: 20px;
}
.page-ban-ca__benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.page-ban-ca__benefits-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 1.05rem;
}
.page-ban-ca__benefits-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #E53935;
  font-weight: bold;
}
.page-ban-ca__btn-inline {
  margin-top: 15px;
}
.page-ban-ca__image-block {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}
.page-ban-ca__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-ban-ca__guide-section {
  padding: 80px 0;
  background: #F5F7FA;
}
.page-ban-ca__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-ban-ca__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.page-ban-ca__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E53935;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-ban-ca__step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #E53935;
  margin-bottom: 15px;
}
.page-ban-ca__step-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
.page-ban-ca__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-ban-ca__popular-games-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
}
.page-ban-ca__popular-games-section .page-ban-ca__section-title {
  color: #ffffff;
}
.page-ban-ca__popular-games-section .page-ban-ca__section-description {
  color: #f0f0f0;
}
.page-ban-ca__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-ban-ca__game-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.page-ban-ca__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.page-ban-ca__game-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-ban-ca__game-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #f0f0f0;
  padding: 0 20px;
  margin-bottom: 20px;
}
.page-ban-ca__game-play-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #ffffff;
  color: #E53935;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}
.page-ban-ca__game-play-btn:hover {
  background: #f0f0f0;
  color: #E53935;
}

.page-ban-ca__promo-section {
  padding: 80px 0;
  background: #F5F7FA;
}
.page-ban-ca__promo-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 30px;
  margin-top: 40px;
}
.page-ban-ca__promo-image {
  flex: 1 1 40%;
  min-width: 280px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
}