/* Hero */
.bp-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 3rem 0 5rem;
  overflow: hidden;
}

.bp-hero__bg-accent {
  display: none;
}

.bp-hero__headline {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.bp-hero__sub {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  max-width: 28rem;
}

.bp-hero__body {
  color: var(--bp-muted);
  max-width: 32rem;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.bp-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-hero__stat-value {
  font-size: 1.25rem;
  font-weight: 700;
}

.bp-hero__stat-label {
  font-size: 0.8125rem;
  color: var(--bp-muted);
}

.bp-hero-card-wrap {
  position: relative;
  border-radius: var(--bp-radius-2xl);
  border: 1px solid rgba(var(--bp-primary-rgb), 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.bp-hero-card {
  position: relative;
  background: var(--bp-card);
  border-radius: var(--bp-radius-2xl);
  padding: 1.5rem 2rem;
}

.bp-hero-card__live {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  animation: bp-blink 2s ease-in-out infinite;
}

.bp-hero-card__team-badge {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.bp-hero-card__team-badge--pak {
  background: rgba(20, 83, 45, 0.5);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #86efac;
}

.bp-hero-card__team-badge--ind {
  background: rgba(30, 58, 138, 0.4);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #93c5fd;
}

.bp-hero-card__score {
  font-size: 1.5rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.bp-hero-card__target {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bp-accent);
}

.bp-hero-card__odd {
  border-radius: var(--bp-radius-xl);
  padding: 1rem;
  cursor: pointer;
}

.bp-hero-card__odd--primary {
  background: rgba(var(--bp-primary-rgb), 0.1);
  border: 1px solid rgba(var(--bp-primary-rgb), 0.2);
}

.bp-hero-card__odd--accent {
  background: rgba(var(--bp-accent-rgb), 0.08);
  border: 1px solid rgba(var(--bp-accent-rgb), 0.15);
}

.bp-hero-card__odd-value {
  font-size: 1.5rem;
  font-weight: 700;
}

.bp-hero-card__odd-value--primary { color: var(--bp-primary); }
.bp-hero-card__odd-value--accent { color: var(--bp-accent); }

/* Trust bar */
.bp-trust-bar {
  position: relative;
  background: transparent;
  border: none;
  padding: 1.5rem 0;
  overflow: hidden;
}

.bp-trust-bar__gradient {
  display: none;
}

.bp-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.5rem;
}

.bp-trust-bar__divider {
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.08);
}

.bp-trust-bar__icon--primary { color: var(--bp-primary); }
.bp-trust-bar__icon--accent { color: var(--bp-accent); }

/* About section */
.bp-stat-card {
  background: rgba(15, 23, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--bp-radius-2xl);
  padding: 1.5rem;
  text-align: center;
}

.bp-stat-card__value {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.375rem;
}

.bp-stat-card__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--bp-muted);
  text-transform: none;
  letter-spacing: 0;
}

/* How it works */
.bp-step-card {
  position: relative;
  padding: 1.75rem;
}

.bp-step-card__step-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bp-primary);
  margin-bottom: 1rem;
}

.bp-step-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--bp-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.bp-step-card__icon--primary {
  background: rgba(var(--bp-primary-rgb), 0.1);
  color: var(--bp-primary);
}

.bp-step-card__icon--accent {
  background: rgba(var(--bp-accent-rgb), 0.1);
  color: var(--bp-accent);
}

.bp-steps-connector {
  display: none;
}

@media (min-width: 768px) {
  .bp-steps-connector {
    display: block;
    position: absolute;
    top: 50%;
    left: 16.5%;
    right: 16.5%;
    height: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
    transform: translateY(-1.5rem);
    pointer-events: none;
  }
}

/* Feature cards */
.bp-feature-card {
  padding: 1.5rem;
}

.bp-feature-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--bp-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* Comparison */
.bp-comparison-section__inner {
  max-width: 72rem;
}

.bp-comparison {
  position: relative;
}

.bp-comparison__table {
  overflow: hidden;
}

.bp-comparison__head {
  font-size: 1rem;
}

.bp-comparison__header-betpro {
  background: rgba(var(--bp-primary-rgb), 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.bp-comparison__winner-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background: rgba(var(--bp-primary-rgb), 0.15);
  color: var(--bp-primary);
}

.bp-comparison__cell-betpro {
  background: rgba(var(--bp-primary-rgb), 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--bp-primary);
  font-weight: 600;
  font-size: 1rem;
}

.bp-comparison__row > div:first-child {
  font-size: 1rem;
}

.bp-comparison__brand {
  color: var(--bp-primary);
}

.bp-comparison__table > .row:last-child {
  border-bottom: none !important;
}

.bp-check-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bp-check-icon--yes {
  background: rgba(var(--bp-primary-rgb), 0.2);
  color: var(--bp-primary);
}

.bp-check-icon--no {
  background: rgba(239, 68, 68, 0.15);
  color: var(--bp-destructive);
}

.bp-check-icon--muted {
  background: rgba(255, 255, 255, 0.08);
  color: var(--bp-muted);
}

/* Testimonials */
.bp-testimonial {
  padding: 1.75rem;
}

.bp-testimonial__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}

.bp-testimonial__avatar--primary {
  border: 1px solid rgba(var(--bp-primary-rgb), 0.4);
  background: rgba(var(--bp-primary-rgb), 0.15);
  color: var(--bp-primary);
}

.bp-testimonial__avatar--accent {
  border: 1px solid rgba(var(--bp-accent-rgb), 0.4);
  background: rgba(var(--bp-accent-rgb), 0.15);
  color: var(--bp-accent);
}

.bp-star {
  color: var(--bp-accent);
}

/* City grid */
.bp-city-section {
  position: relative;
  overflow: hidden;
}

.bp-city-section__glow {
  display: none;
}

.bp-city-card {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bp-city-card__rank {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--bp-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-city-card__hover-bar {
  display: none;
}

.bp-city-card__pulse::before {
  display: none;
}

.bp-city-card__pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bp-primary);
  position: relative;
}

/* Cricket schedule widget */
.bp-cricket-tabs {
  display: inline-flex;
  background: var(--bp-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 0.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.bp-cricket-tab {
  padding: 0.625rem 1.5rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--bp-muted);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.2s;
}

.bp-cricket-tab.is-active {
  background: var(--bp-primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--bp-primary-rgb), 0.2);
}

.bp-cricket-tab:hover:not(.is-active) {
  color: var(--bp-foreground);
}

.bp-match-card {
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-match-card__vs {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.bp-match-card__team {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  font-weight: 900;
}

.bp-odd-btn {
  flex: 1;
  min-height: 3.5rem;
  border-radius: var(--bp-radius-xl);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.bp-odd-btn--primary {
  background: rgba(var(--bp-primary-rgb), 0.12);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--bp-primary);
}

.bp-odd-btn--accent {
  background: rgba(var(--bp-accent-rgb), 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--bp-accent);
}

/* FAQ accordion */
.bp-faq-section__inner {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.bp-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--bp-radius-2xl);
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}

.bp-faq-item.is-open {
  background: var(--bp-card);
  border-color: rgba(255, 255, 255, 0.1);
}

.bp-faq-item__toggle {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.bp-faq-item.is-open .bp-faq-item__chevron {
  background: rgba(var(--bp-primary-rgb), 0.15);
  color: var(--bp-primary);
  transform: rotate(180deg);
}

.bp-faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-faq-item.is-open .bp-faq-item__panel {
  grid-template-rows: 1fr;
}

.bp-faq-item__chevron {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
  flex-shrink: 0;
}

.bp-faq-item__answer {
  overflow: hidden;
  padding: 0 1.5rem;
  color: var(--bp-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.bp-faq-item.is-open .bp-faq-item__answer {
  padding-bottom: 1.5rem;
}

/* Blog preview */
.bp-blog-card {
  border-radius: var(--bp-radius-2xl);
  overflow: hidden;
  transition: border-color 0.2s;
}

.bp-blog-card:hover {
  border-color: rgba(var(--bp-primary-rgb), 0.3) !important;
}

.bp-blog-card__img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.bp-blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.bp-blog-card:hover .bp-blog-card__img-wrap img {
  transform: scale(1.05);
}

.bp-blog-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.bp-blog-card:hover .bp-blog-card__overlay {
  background: transparent;
}

/* Payment methods */
.bp-payments {
  padding: 3rem 0;
  border: none;
  background: transparent;
}

.bp-payments__item {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.bp-payments__item:hover {
  opacity: 1;
}

/* Final CTA */
.bp-final-cta {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border: none;
  background: transparent;
}

.bp-final-cta__inner {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.bp-final-cta__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
}
