.page--blog-banca28-long-term {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f8f8;
}

.page--blog-banca28-long-term__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Minimal top padding, relies on body padding-top from shared */
  background-color: #000;
}

.page--blog-banca28-long-term__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.page--blog-banca28-long-term__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}

.page--blog-banca28-long-term__hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page--blog-banca28-long-term__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
  max-width: 900px;
}

.page--blog-banca28-long-term__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 30px;
  max-width: 800px;
  color: #e0e0e0;
}

.page--blog-banca28-long-term__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #2563eb;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page--blog-banca28-long-term__cta-button:hover {
  background-color: #1a4ed8;
  transform: translateY(-2px);
}

.page--blog-banca28-long-term__section {
  padding: 60px 20px;
  text-align: center;
}

.page--blog-banca28-long-term__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page--blog-banca28-long-term__section-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 40px;
  position: relative;
}

.page--blog-banca28-long-term__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #64748b;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page--blog-banca28-long-term__introduction p {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #555;
}

.page--blog-banca28-long-term__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page--blog-banca28-long-term__feature-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page--blog-banca28-long-term__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page--blog-banca28-long-term__feature-icon {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page--blog-banca28-long-term__feature-item h3 {
  font-size: 22px;
  color: #2563eb;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page--blog-banca28-long-term__feature-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

.page--blog-banca28-long-term__text-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page--blog-banca28-long-term__text-link:hover {
  color: #1a4ed8;
  text-decoration: underline;
}

.page--blog-banca28-long-term__strategy {
  background-color: #f0f4f8;
}

.page--blog-banca28-long-term__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page--blog-banca28-long-term__strategy-list li {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
}

.page--blog-banca28-long-term__strategy-list li h3 {
  font-size: 20px;
  color: #2563eb;
  margin-bottom: 15px;
}

.page--blog-banca28-long-term__strategy-list li p {
  font-size: 16px;
  color: #555;
}

.page--blog-banca28-long-term__cta-area {
  margin-top: 50px;
}

.page--blog-banca28-long-term__btn-secondary {
  background-color: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
  box-shadow: none;
}

.page--blog-banca28-long-term__btn-secondary:hover {
  background-color: #f0f4f8;
  color: #1a4ed8;
  border-color: #1a4ed8;
}

.page--blog-banca28-long-term__games-for-longevity {
  background-color: #ffffff;
}

.page--blog-banca28-long-term__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page--blog-banca28-long-term__game-card {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page--blog-banca28-long-term__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page--blog-banca28-long-term__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.page--blog-banca28-long-term__game-card h3 {
  font-size: 22px;
  color: #2563eb;
  margin: 20px 20px 10px;
  flex-grow: 1;
}

.page--blog-banca28-long-term__game-card p {
  font-size: 16px;
  color: #555;
  margin: 0 20px 20px;
  text-align: left;
}

.page--blog-banca28-long-term__registration-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page--blog-banca28-long-term__step-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
}

.page--blog-banca28-long-term__step-item h3 {
  font-size: 20px;
  color: #2563eb;
  margin-bottom: 15px;
}

.page--blog-banca28-long-term__step-item p {
  font-size: 16px;
  color: #555;
}

.page--blog-banca28-long-term__faq {
  background-color: #f0f4f8;
}

.page--blog-banca28-long-term__faq-list {
  margin-top: 40px;
  text-align: left;
}

details.page--blog-banca28-long-term__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page--blog-banca28-long-term__faq-item summary.page--blog-banca28-long-term__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page--blog-banca28-long-term__faq-item summary.page--blog-banca28-long-term__faq-question::-webkit-details-marker {
  display: none;
}

details.page--blog-banca28-long-term__faq-item summary.page--blog-banca28-long-term__faq-question:hover {
  background: #f5f5f5;
}

.page--blog-banca28-long-term__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page--blog-banca28-long-term__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page--blog-banca28-long-term__faq-item .page--blog-banca28-long-term__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555;
}

.page--blog-banca28-long-term__conclusion {
  background-color: #2563eb;
  color: #ffffff;
  padding-bottom: 80px;
}

.page--blog-banca28-long-term__conclusion .page--blog-banca28-long-term__section-title {
  color: #ffffff;
}

.page--blog-banca28-long-term__conclusion .page--blog-banca28-long-term__section-title::after {
  background-color: #64748b;
}

.page--blog-banca28-long-term__conclusion p {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #f0f0f0;
}

.page--blog-banca28-long-term__text-link--white {
  color: #ffffff;
  text-decoration: underline;
}

.page--blog-banca28-long-term__text-link--white:hover {
  color: #e0e0e0;
}

.page--blog-banca28-long-term__responsible-gaming-note {
  font-size: 14px;
  margin-top: 30px;
  color: #d0d0d0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page--blog-banca28-long-term__hero-content {
    padding: 30px 15px;
  }

  .page--blog-banca28-long-term__main-title {
    font-size: clamp(26px, 3.5vw, 42px);
  }

  .page--blog-banca28-long-term__subtitle {
    font-size: clamp(15px, 1.8vw, 18px);
  }

  .page--blog-banca28-long-term__cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }

  .page--blog-banca28-long-term__section {
    padding: 50px 15px;
  }

  .page--blog-banca28-long-term__section-title {
    font-size: clamp(22px, 3vw, 34px);
  }
}

@media (max-width: 768px) {
  .page--blog-banca28-long-term__hero-section {
    padding-top: 10px !important;
  }

  .page--blog-banca28-long-term__hero-image-wrapper {
    max-height: 300px;
  }

  .page--blog-banca28-long-term__hero-content {
    padding: 20px 15px;
  }

  .page--blog-banca28-long-term__main-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 10px;
  }

  .page--blog-banca28-long-term__subtitle {
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 20px;
  }

  .page--blog-banca28-long-term__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important;
  }

  .page--blog-banca28-long-term__section {
    padding: 40px 15px;
  }

  .page--blog-banca28-long-term__section-title {
    font-size: clamp(20px, 5vw, 30px);
  }

  .page--blog-banca28-long-term__introduction p {
    font-size: 16px;
  }

  .page--blog-banca28-long-term__features-grid,
  .page--blog-banca28-long-term__strategy-list,
  .page--blog-banca28-long-term__game-cards-grid,
  .page--blog-banca28-long-term__registration-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page--blog-banca28-long-term__feature-item,
  .page--blog-banca28-long-term__strategy-list li,
  .page--blog-banca28-long-term__game-card,
  .page--blog-banca28-long-term__step-item {
    padding: 20px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page--blog-banca28-long-term__feature-icon,
  .page--blog-banca28-long-term__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page--blog-banca28-long-term__feature-item h3,
  .page--blog-banca28-long-term__strategy-list li h3,
  .page--blog-banca28-long-term__game-card h3,
  .page--blog-banca28-long-term__step-item h3 {
    font-size: 18px;
  }

  .page--blog-banca28-long-term__feature-item p,
  .page--blog-banca28-long-term__strategy-list li p,
  .page--blog-banca28-long-term__game-card p,
  .page--blog-banca28-long-term__step-item p {
    font-size: 15px;
  }

  details.page--blog-banca28-long-term__faq-item summary.page--blog-banca28-long-term__faq-question {
    padding: 15px;
  }

  .page--blog-banca28-long-term__faq-qtext {
    font-size: 15px;
  }

  details.page--blog-banca28-long-term__faq-item .page--blog-banca28-long-term__faq-answer {
    padding: 0 15px 15px;
  }

  .page--blog-banca28-long-term__conclusion p {
    font-size: 16px;
  }

  .page--blog-banca28-long-term__responsible-gaming-note {
    font-size: 13px;
  }

  .page--blog-banca28-long-term__cta-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* General image and container overflow fix for mobile */
  .page--blog-banca28-long-term img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page--blog-banca28-long-term__container,
  .page--blog-banca28-long-term__section,
  .page--blog-banca28-long-term__features-grid,
  .page--blog-banca28-long-term__strategy-list,
  .page--blog-banca28-long-term__game-cards-grid,
  .page--blog-banca28-long-term__registration-steps,
  .page--blog-banca28-long-term__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }
}

/* Color Contrast Fixes (as per instructions) */
.page--blog-banca28-long-term__dark-bg {
  color: #ffffff; /* Deep blue background, white text */
  background: #2563eb;
}

.page--blog-banca28-long-term__light-bg {
  color: #333333; /* Light background, dark text */
  background: #ffffff;
}

.page--blog-banca28-long-term__medium-bg {
  color: #000000; /* Medium gray-blue background, black text */
  background: #64748b;
}

.page--blog-banca28-long-term__text-link {
  color: #2563eb; /* Ensure brand color links are readable */
}

.page--blog-banca28-long-term__btn-primary {
  background: #2563eb;
  color: #ffffff; /* Primary button white text */
}

.page--blog-banca28-long-term__btn-secondary {
  background: #ffffff;
  color: #2563eb; /* Secondary button brand color text */
  border-color: #2563eb;
}