.betpro-content-section,
.betpro-home-services,
.betpro-process-section,
.betpro-testimonials-section {
  position: relative;
}

.betpro-content-section {
  overflow: hidden;
  border-top: 1px solid rgba(20, 184, 166, 0.1);
  background:
    radial-gradient(circle at 8% 0%, rgba(34, 197, 94, 0.08), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(250, 204, 21, 0.08), transparent 28%),
    linear-gradient(180deg, #f5fbf8 0%, #fbfefd 17rem, #ffffff 100%);
}

.betpro-content-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 55%, rgba(255, 255, 255, 0.62) 55.2%, transparent 56%),
    linear-gradient(24deg, transparent 0 72%, rgba(20, 184, 166, 0.045) 72.2%, transparent 73%);
  opacity: 0.9;
}

.betpro-content-section > div {
  border-radius: 1.5rem;
}

.betpro-service-card {
  min-height: 100%;
}

.betpro-service-card::before,
.betpro-process-card::before,
.betpro-post-card::before,
.betpro-listing-card::before,
.betpro-link-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 92% 8%, rgba(250, 204, 21, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(34, 197, 94, 0.035), transparent 52%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.betpro-service-card:hover::before,
.betpro-process-card:hover::before,
.betpro-post-card:hover::before,
.betpro-listing-card:hover::before,
.betpro-link-panel:hover::before {
  opacity: 1;
}

.betpro-service-card__number {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  color: rgba(22, 134, 85, 0.08);
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
}

.betpro-service-card__list li {
  align-items: flex-start;
}

.betpro-service-card__list span:first-child {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(22, 134, 85, 0.1);
  font-size: 0.78rem;
}

.betpro-process-list {
  counter-reset: betpro-process;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

@media (max-width: 700px) {
  .betpro-process-list {
    grid-template-columns: 1fr;
  }
}

.betpro-process-shell {
  display: grid;
  gap: 3.5rem;
}

.betpro-process-intro {
  max-width: 52rem;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 248, 0.94));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.betpro-process-intro .betpro-eyebrow {
  margin-bottom: 1.1rem;
}

.betpro-process-intro h2 {
  margin: 0 0 1rem;
  color: var(--bp-text);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.betpro-process-intro p:not(.betpro-eyebrow) {
  margin: 0;
  color: rgba(18, 53, 43, 0.68);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.betpro-process-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.75rem 1.85rem;
}

.betpro-process-card__top {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.betpro-process-card__body {
  padding-inline-start: 4.2rem;
}

.betpro-process-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: var(--bp-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.betpro-process-card__number {
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.24);
}

.betpro-listing-card,
.betpro-link-panel {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(18, 53, 43, 0.055);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.betpro-listing-card:hover,
.betpro-link-panel:hover {
  border-color: rgba(22, 134, 85, 0.3);
  box-shadow: 0 24px 62px rgba(18, 53, 43, 0.09);
  transform: translateY(-2px);
}

.betpro-content-section > div,
.betpro-home-services > div,
.betpro-process-section > div,
.betpro-testimonials-section > div {
  position: relative;
  z-index: 1;
}

.betpro-home-services::before,
.betpro-testimonials-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(22, 134, 85, 0.035),
      transparent
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(22, 134, 85, 0.08),
      transparent 26%
    );
}

.betpro-stat-band {
  background: linear-gradient(
    90deg,
    rgba(22, 134, 85, 0.08),
    rgba(250, 204, 21, 0.08),
    rgba(22, 134, 85, 0.08)
  );
}

.betpro-process-section {
  background:
    radial-gradient(
      circle at 86% 16%,
      rgba(22, 134, 85, 0.08),
      transparent 30%
    ),
    rgba(255, 255, 255, 1);
}

.betpro-cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.18), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(34, 197, 94, 0.14), transparent 28%),
    linear-gradient(
      135deg,
      rgba(22, 134, 85, 0.095),
      rgba(22, 134, 85, 0.025)
    );
}

.betpro-cta-section h2 {
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin: 0 0 1rem;
  color: var(--bp-text);
}

.betpro-cta-section p {
  margin: 0 auto 1.5rem;
  max-width: 42rem;
  color: var(--bp-text-muted);
  line-height: 1.7;
}

.betpro-cta-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.betpro-cta-section__actions .betpro-btn {
  min-width: 11rem;
}

.betpro-post-card__media {
  overflow: hidden;
  flex: 0 0 auto;
}

.betpro-post-card__media img {
  width: 100%;
  aspect-ratio: 450 / 215;
  object-fit: contain;
  object-position: center;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms ease;
}

.betpro-post-card:hover .betpro-post-card__media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.betpro-post-card__body {
  position: relative;
}

.betpro-content-section--services,
.betpro-content-section--how-it-works {
  padding-top: clamp(3.4rem, 6vw, 5rem);
}

.betpro-content-section--services > div,
.betpro-content-section--how-it-works > div {
  border-radius: 0;
}

.betpro-content-section--services .betpro-services-overview,
.betpro-content-section--how-it-works .betpro-process-list {
  margin-top: 0;
}

@media (max-width: 640px) {
  .betpro-process-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .betpro-process-card__body {
    padding-inline-start: 0;
  }
}

.betpro-content-section .betpro-post-card,
.betpro-more-articles .betpro-post-card,
.betpro-blog-grid .betpro-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: var(--bp-font-body);
  transition: transform 300ms ease;
}

.betpro-content-section .betpro-post-card:hover,
.betpro-more-articles .betpro-post-card:hover,
.betpro-blog-grid .betpro-post-card:hover {
  transform: translateY(-0.25rem);
}

.betpro-content-section .betpro-post-card__media img,
.betpro-more-articles .betpro-post-card__media img,
.betpro-blog-grid .betpro-post-card__media img {
  width: 100%;
  height: clamp(160px, 18vw, 215px);
  object-fit: cover;
  object-position: center;
}

.betpro-content-section .betpro-post-card__body,
.betpro-more-articles .betpro-post-card__body,
.betpro-blog-grid .betpro-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.betpro-content-section .betpro-post-card__title,
.betpro-more-articles .betpro-post-card__title,
.betpro-blog-grid .betpro-post-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--bp-text);
}

.betpro-content-section .betpro-post-card__link,
.betpro-more-articles .betpro-post-card__link,
.betpro-blog-grid .betpro-post-card__link {
  color: inherit;
  text-decoration: none;
}

.betpro-content-section .betpro-post-card__link:hover,
.betpro-more-articles .betpro-post-card__link:hover,
.betpro-blog-grid .betpro-post-card__link:hover {
  color: var(--bp-green);
}

.betpro-content-section .betpro-post-card__date,
.betpro-more-articles .betpro-post-card__date,
.betpro-blog-grid .betpro-post-card__date {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--bp-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.betpro-content-section .betpro-post-card__excerpt,
.betpro-more-articles .betpro-post-card__excerpt,
.betpro-blog-grid .betpro-post-card__excerpt {
  margin-top: auto;
  margin-bottom: 0;
  color: rgba(18, 53, 43, 0.62);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Blog Grid - Match Related Articles Style */
.betpro-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .betpro-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .betpro-blog-grid {
    grid-template-columns: 1fr;
  }
}

.betpro-tournament-hub-page main#primary {
  background:
    radial-gradient(circle at 10% 0%, rgba(22, 134, 85, 0.08), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(245, 197, 24, 0.1), transparent 22%),
    linear-gradient(180deg, #f5fbf8 0%, #fbfefd 20rem, #ffffff 100%);
}

.betpro-tournament-hub-page .betpro-content-section {
  background: transparent;
}

.betpro-tournament-hub-page .betpro-tournament-hub {
  display: grid;
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(22, 134, 85, 0.09), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 197, 24, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 250, 0.95));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(255, 255, 255, 0.72) 58.2%, transparent 59%),
    linear-gradient(18deg, transparent 0 74%, rgba(22, 134, 85, 0.035) 74.2%, transparent 75%);
  opacity: 0.9;
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero > * {
  position: relative;
  z-index: 1;
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero h2 {
  text-wrap: balance;
  letter-spacing: -0.04em;
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero p {
  max-width: 60rem;
}

.betpro-tournament-hub-page .betpro-native-content-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 248, 0.92));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.045);
}

.betpro-tournament-hub-page .betpro-tournament-hub .betpro-post-card {
  height: 100%;
}

.betpro-tournament-hub-page .betpro-tournament-hub .betpro-post-card h3 {
  line-height: 1.18;
}

.betpro-tournament-hub-page .betpro-tournament-hub .betpro-post-card img {
  aspect-ratio: 1.55;
  object-fit: cover;
}

.betpro-tournament-hub-page .betpro-tournament-hub__empty {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 253, 250, 0.95));
}

/* ── Tournament hub hero banner improvements ─────────────────────────────── */
.betpro-tournament-hub-page .betpro-tournament-hub__hero {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
  border-radius: var(--bp-radius);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero h2 {
  color: var(--bp-text);
  font-size: clamp(1.55rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 0.9rem;
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero h2 span {
  color: var(--bp-green);
}

.betpro-tournament-hub-page .betpro-tournament-hub__hero p {
  color: var(--bp-text-muted);
  font-size: clamp(0.97rem, 1.6vw, 1.1rem);
  line-height: 1.7;
  margin: 0;
}

/* ── Breadcrumbs (global — loads on all page types) ──────────────────────── */
.betpro-breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.betpro-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(244, 255, 249, 0.7);
}

.betpro-breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.betpro-breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: rgba(244, 255, 249, 0.4);
}

.betpro-breadcrumbs a {
  color: rgba(244, 255, 249, 0.9);
  text-decoration: none;
  transition: color 200ms ease;
}

.betpro-breadcrumbs a:hover,
.betpro-breadcrumbs a:focus-visible {
  color: var(--bp-gold);
  text-decoration: underline;
}

.betpro-breadcrumbs span[aria-current="page"] {
  color: #ffffff;
  font-weight: 700;
}
