/**
 * Banjara Vivaah — Premium landing (Phase 4 visual)
 */

:root {
  --bv-primary: #8b123b;
  --bv-primary-hover: #6e0e2f;
  --bv-gold: #d4a24c;
  --bv-beige: #f8f4ef;
  --bv-white: #ffffff;
  --bv-heading: #1b1b1b;
  --bv-body: #5c5c5c;
  --bv-muted: #8a8a8a;
  --bv-trust: #1b6b4a;
  --bv-radius-lg: 24px;
  --bv-radius-md: 16px;
  --bv-shadow: 0 12px 40px rgba(27, 27, 27, 0.08);
  --bv-shadow-lg: 0 24px 64px rgba(139, 18, 59, 0.12);
  --bv-glass: rgba(255, 255, 255, 0.88);
  --primary: #8b123b !important;
  --hov-primary: #6e0e2f !important;
}

body.bv-premium-home {
  font-family: "Inter", "Noto Sans", "Noto Sans Devanagari", system-ui, sans-serif !important;
  color: var(--bv-body);
  background: var(--bv-beige);
}

body.bv-premium-home h1,
body.bv-premium-home h2,
body.bv-premium-home h3,
body.bv-premium-home .bv-display {
  font-family: "Playfair Display", "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif !important;
  color: var(--bv-heading) !important;
}

body.bv-premium-home .aiz-main-wrapper {
  background: var(--bv-beige);
}

body.bv-premium-home.pt-8,
body.bv-premium-home.pt-lg-10 {
  padding-top: 0 !important;
}

/* —— Header (mockup: topbar + navbar) —— */
.bv-header-wrap {
  --bv-header-total: 132px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: var(--bv-white);
  box-shadow: 0 2px 16px rgba(27, 27, 27, 0.06);
}

.bv-topbar {
  background: var(--bv-primary);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8125rem;
}

.bv-topbar-help a {
  color: #fff;
  font-weight: 600;
}

.bv-topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 52px;
}

.bv-topbar-help {
  flex: 0 1 auto;
  z-index: 2;
}

.bv-topbar-actions {
  flex: 0 1 auto;
  z-index: 2;
  margin-left: auto;
}

.bv-topbar-leaders {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: none;
  z-index: 1;
}

.bv-leader-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
}

/* Crop portrait — hide name strip baked into image bottom */
.bv-leader-img--naik {
  object-position: center 12%;
}

.bv-leader-img--sevalal {
  object-position: center top;
}

.bv-topbar-actions {
  gap: 0.75rem;
}

.bv-topbar-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.875rem;
}

.bv-topbar-link:hover {
  color: #fff;
}

.bv-topbar-register {
  background: #fff !important;
  color: var(--bv-primary) !important;
  border-radius: 6px !important;
  font-weight: 600;
  padding: 0.35rem 0.9rem !important;
}

.bv-lang-topbar {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bv-lang-topbar-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

.bv-lang-topbar-btn.is-active {
  color: #fff;
}

.bv-lang-sep {
  opacity: 0.5;
  font-size: 0.7rem;
}

.bv-navbar {
  background: var(--bv-white);
  border-bottom: 1px solid rgba(139, 18, 59, 0.08);
}

.bv-navbar-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 84px;
}

.bv-brand {
  display: flex;
  align-items: center;
  justify-self: start;
  max-width: min(320px, 42vw);
}

.bv-brand-logo {
  height: 56px;
  width: auto;
  max-width: 300px;
  min-width: 140px;
  object-fit: contain;
  object-position: left center;
}

.bv-navbar-nav {
  justify-self: center;
  gap: 0.15rem;
}

.bv-nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--bv-heading) !important;
  padding: 0.5rem 0.9rem !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
}

.bv-nav-link:hover,
.bv-nav-link.active {
  color: var(--bv-primary) !important;
}

.bv-nav-link.active {
  border-bottom-color: var(--bv-primary);
}

.bv-navbar-end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bv-nav-search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--bv-heading);
  background: var(--bv-beige);
  text-decoration: none;
}

.bv-nav-search:hover {
  background: rgba(139, 18, 59, 0.1);
  color: var(--bv-primary);
}

.bv-wa-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.bv-nav-icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bv-beige);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bv-heading);
  font-size: 1.15rem;
  text-decoration: none;
}

.bv-nav-icon-btn:hover {
  background: #efe6dc;
  color: var(--bv-primary);
}

.bv-nav-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--bv-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.bv-mobile-menu-btn {
  border: 1px solid var(--bv-border, #e8e0d8);
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
}

.bv-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid #eee;
}

.bv-mobile-nav a {
  color: var(--bv-heading);
  font-weight: 500;
  padding: 0.35rem 0;
}

/* —— Hero (mockup split layout) —— */
.bv-hero-mockup {
  padding-top: calc(var(--bv-header-total, 118px) + 2rem);
  padding-bottom: 5.5rem;
  background: var(--bv-beige);
  position: relative;
}

.bv-hero-mockup-row {
  min-height: 420px;
}

.bv-hero-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bv-muted);
  margin-bottom: 0.75rem;
}

.bv-hero-kicker::before {
  content: "— ";
  color: var(--bv-gold);
}

.bv-hero-mockup-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600;
}

.bv-text-accent {
  color: var(--bv-primary);
  display: block;
}

@media (min-width: 992px) {
  .bv-text-accent {
    display: inline;
  }
}

.bv-hero-mockup-sub {
  font-size: 1.05rem;
  color: var(--bv-body);
  max-width: 28rem;
  margin-bottom: 1.25rem;
  line-height: 1.65;
}

.bv-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
}

.bv-hero-chips span {
  font-size: 0.85rem;
  color: var(--bv-body);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bv-hero-chips i {
  color: var(--bv-gold);
  font-size: 1.1rem;
}

.bv-hero-mockup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.bv-btn-outline {
  background: var(--bv-white) !important;
  border: 1px solid #d8d0c8 !important;
  color: var(--bv-heading) !important;
  border-radius: 8px !important;
  font-weight: 600;
}

.bv-btn-outline:hover {
  border-color: var(--bv-primary) !important;
  color: var(--bv-primary) !important;
}

.bv-hero-photo-frame {
  border-radius: 24px 24px 24px 0;
  overflow: hidden;
  box-shadow: var(--bv-shadow-lg);
  background: #fff;
  line-height: 0;
}

.bv-hero-photo-frame img {
  width: 100%;
  height: auto;
  min-height: 340px;
  max-height: 480px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.bv-hero-search-float {
  position: relative;
  margin-top: -3.5rem;
  z-index: 5;
}

.bv-search-bar-card {
  background: var(--bv-white);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(27, 27, 27, 0.1);
  border: 1px solid rgba(139, 18, 59, 0.08);
  padding: 1.5rem 1.75rem;
}

.bv-search-bar-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.bv-search-field .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bv-heading);
  margin-bottom: 0.35rem;
}

.bv-search-field .form-control,
.bv-search-field .dropdown-toggle {
  border-radius: 8px;
  min-height: 42px;
  border-color: #e5ddd6;
  font-size: 0.9rem;
}

.bv-search-bar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.bv-search-bar-note {
  max-width: 22rem;
  text-align: right;
  line-height: 1.45;
}

.bv-badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(27, 107, 74, 0.12);
  color: var(--bv-trust);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.bv-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.bv-hero-lead-text {
  font-size: 1.125rem;
  color: var(--bv-body);
  max-width: 32rem;
  margin-bottom: 1.5rem;
}

.bv-hero-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.5rem;
}

.bv-hero-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--bv-body);
}

.bv-hero-trust-list i {
  color: var(--bv-gold);
  font-size: 1.1rem;
}

.bv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bv-btn-gradient {
  background: linear-gradient(135deg, var(--bv-primary) 0%, var(--bv-primary-hover) 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.75rem !important;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(139, 18, 59, 0.35);
}

.bv-btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(139, 18, 59, 0.4);
}

.bv-hero-card {
  background: var(--bv-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--bv-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--bv-shadow-lg);
  padding: 1.5rem 1.75rem;
  box-sizing: border-box;
}

.bv-hero-card .bootstrap-select,
.bv-hero-card .dropdown-toggle {
  width: 100% !important;
}

.bv-hero-card .form-group {
  margin-bottom: 0.75rem;
}

/* —— Section common —— */
.bv-section {
  padding: 4rem 0;
}

.bv-section-alt {
  background: var(--bv-white);
}


.bv-section-title {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.bv-section-title h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.bv-section-title p {
  color: var(--bv-muted);
  margin: 0;
}

.bv-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bv-gold);
  margin-bottom: 0.5rem;
}

/* —— Glass search —— */
.bv-search-glass {
  background: var(--bv-glass);
  backdrop-filter: blur(16px);
  border-radius: var(--bv-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--bv-shadow-lg);
  padding: 2rem;
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.bv-search-glass .form-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bv-heading);
}

.bv-search-glass .form-control,
.bv-search-glass .bootstrap-select {
  border-radius: 12px;
  border-color: #e8e0d8;
  min-height: 44px;
}

.bv-field-icon {
  position: relative;
}

.bv-field-icon > i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bv-gold);
  z-index: 2;
  pointer-events: none;
}

.bv-field-icon .form-control,
.bv-field-icon .dropdown-toggle {
  padding-left: 2.25rem !important;
}

/* —— Trust stats —— */
.bv-trust-strip {
  background: rgba(139, 18, 59, 0.06);
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.bv-stat-card {
  background: transparent;
  border-radius: var(--bv-radius-md);
  padding: 1rem 0.75rem;
  text-align: center;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease;
  height: 100%;
}

.bv-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bv-shadow-lg);
}

.bv-stat-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(212, 162, 76, 0.15);
  color: var(--bv-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bv-stat-value {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--bv-primary);
  line-height: 1.1;
}

.bv-stat-label {
  font-size: 0.9rem;
  color: var(--bv-muted);
  margin-top: 0.35rem;
}

/* —— Member cards —— */
.bv-member-card {
  background: var(--bv-white);
  border-radius: var(--bv-radius-md);
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: var(--bv-shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.bv-member-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 162, 76, 0.5);
}

.bv-member-card.is-premium {
  border-color: var(--bv-gold);
}

.bv-member-photo {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.bv-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.05);
}

.bv-member-photo.is-visible img {
  filter: none;
  transform: none;
}

.bv-member-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 27, 27, 0.35);
  color: #fff;
}

.bv-member-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--bv-trust);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}

.bv-member-ribbon {
  position: absolute;
  top: 12px;
  right: 0;
  background: var(--bv-gold);
  color: #1b1b1b;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 6px 0 0 6px;
}

.bv-member-body {
  padding: 1rem 1.15rem;
}

.bv-member-meta {
  font-size: 0.8rem;
  color: var(--bv-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}

/* —— Timeline —— */
.bv-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  position: relative;
}

.bv-timeline-step {
  flex: 1 1 140px;
  max-width: 200px;
  text-align: center;
  padding: 0 0.75rem 1.5rem;
  position: relative;
}

.bv-timeline-step::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--bv-gold), var(--bv-primary));
  opacity: 0.35;
  z-index: 0;
}

.bv-timeline-step:last-child::after {
  display: none;
}

.bv-timeline-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bv-primary), var(--bv-primary-hover));
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(139, 18, 59, 0.35);
  position: relative;
  z-index: 1;
}

.bv-timeline-step h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.bv-timeline-step p {
  font-size: 0.8rem;
  color: var(--bv-muted);
  margin: 0;
}

/* —— Happy stories —— */
.bv-story-card {
  background: var(--bv-white);
  border-radius: var(--bv-radius-md);
  overflow: hidden;
  box-shadow: var(--bv-shadow);
  height: 100%;
  transition: transform 0.25s ease;
}

.bv-story-card:hover {
  transform: translateY(-4px);
}

.bv-story-img {
  height: 220px;
  overflow: hidden;
}

.bv-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bv-story-body {
  padding: 1.25rem;
}

.bv-community-pill {
  display: inline-block;
  font-size: 0.7rem;
  background: rgba(139, 18, 59, 0.1);
  color: var(--bv-primary);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

/* —— Safety & Privacy (light — matches beige / maroon brand) —— */
.bv-section-safety {
  background: linear-gradient(
    180deg,
    var(--bv-beige) 0%,
    #fff 35%,
    #fff 65%,
    var(--bv-beige) 100%
  );
  border-top: 1px solid rgba(139, 18, 59, 0.08);
  border-bottom: 1px solid rgba(139, 18, 59, 0.08);
}

.bv-section-safety .bv-section-title h2 {
  color: var(--bv-heading);
}

.bv-section-safety .bv-section-title p {
  color: var(--bv-body);
}

.bv-kicker-primary {
  color: var(--bv-primary);
  background: rgba(139, 18, 59, 0.08);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.bv-safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.bv-safety-item {
  padding: 1.5rem 1.35rem;
  border-radius: var(--bv-radius-md);
  background: var(--bv-white);
  border: 1px solid rgba(139, 18, 59, 0.1);
  box-shadow: 0 4px 20px rgba(27, 27, 27, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bv-safety-item:hover {
  border-color: rgba(212, 162, 76, 0.45);
  box-shadow: 0 8px 28px rgba(139, 18, 59, 0.08);
}

.bv-safety-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(139, 18, 59, 0.12) 0%, rgba(212, 162, 76, 0.18) 100%);
  border: 1px solid rgba(139, 18, 59, 0.12);
}

.bv-safety-icon i {
  font-size: 1.65rem;
  color: var(--bv-primary);
}

.bv-safety-item h3 {
  color: var(--bv-heading);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.bv-safety-item p {
  color: var(--bv-body);
  line-height: 1.55;
}

/* Legacy dark section (keep if used elsewhere) */
.bv-section-dark {
  background: linear-gradient(160deg, var(--bv-primary-hover) 0%, var(--bv-primary) 100%);
  color: #fff;
}

.bv-section-dark .bv-section-title h2,
.bv-section-dark .bv-section-title p {
  color: #fff;
}

.bv-section-dark .bv-section-title p {
  opacity: 0.85;
}

/* —— FAQ accordion —— */
.bv-faq-acc details {
  background: var(--bv-white);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  border: 1px solid #ebe5de;
  overflow: hidden;
}

.bv-faq-acc summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: var(--bv-heading);
  cursor: pointer;
  list-style: none;
}

.bv-faq-acc summary::-webkit-details-marker {
  display: none;
}

.bv-faq-acc details[open] summary {
  color: var(--bv-primary);
}

.bv-faq-acc .bv-faq-answer {
  padding: 0 1.25rem 1rem;
  color: var(--bv-body);
  font-size: 0.95rem;
}

/* —— App promo —— */
.bv-app-mock {
  background: linear-gradient(145deg, var(--bv-primary), var(--bv-primary-hover));
  border-radius: 2rem;
  padding: 2rem;
  color: #fff;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bv-app-mock i {
  font-size: 5rem;
  opacity: 0.9;
}

/* —— Final CTA —— */
.bv-final-cta {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.bv-final-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(27, 27, 27, 0.75), rgba(110, 14, 47, 0.85)),
    url("../img/placeholder-rect.jpg") center/cover;
}

.bv-final-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.bv-final-cta h2 {
  color: #fff !important;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

/* —— Sticky mobile CTA —— */
.bv-mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.75rem 1rem;
  background: var(--bv-white);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
  gap: 0.5rem;
}

.bv-mobile-cta-bar .btn {
  flex: 1;
  border-radius: 999px !important;
}

/* —— Footer (full CMS sections, premium skin) —— */
body.bv-premium-site .bv-footer-shell .aiz-footer {
  background: linear-gradient(180deg, #2a1520 0%, #1b1b1b 100%);
  color: rgba(255, 255, 255, 0.82);
  padding-top: 3.5rem;
  margin-top: 0;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .text-primary,
body.bv-premium-site .bv-footer-shell .aiz-footer h4.text-primary {
  color: var(--bv-gold) !important;
  border-color: rgba(212, 162, 76, 0.45) !important;
}

body.bv-premium-site .bv-footer-shell .aiz-footer a.text-reset {
  color: rgba(255, 255, 255, 0.75);
}

body.bv-premium-site .bv-footer-shell .aiz-footer a.text-reset:hover {
  color: #fff;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .opacity-60 {
  opacity: 0.85 !important;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .border-primary {
  border-color: rgba(212, 162, 76, 0.35) !important;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .border-top {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .logo img {
  filter: brightness(1.05);
}

body.bv-premium-site .bv-footer-shell .bv-footer-brand-row {
  margin-bottom: 2.5rem !important;
}

body.bv-premium-site .bv-footer-shell .bv-footer-brand-row .opacity-60 {
  line-height: 1.65;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

body.bv-premium-site .bv-footer-shell .aiz-footer > .container > .mb-4:has(h4) {
  margin-bottom: 2rem !important;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .row.no-gutters {
  margin-left: -12px;
  margin-right: -12px;
}

body.bv-premium-site .bv-footer-shell .aiz-footer .row.no-gutters > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}

body.bv-premium-site .bv-footer-shell .aiz-footer ul.list-unstyled li {
  margin-bottom: 0.35rem;
}

body.bv-premium-site .bv-footer-shell .social.colored a {
  opacity: 1;
}

/* —— Animations —— */
.bv-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.bv-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .bv-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 0;
  }

  .bv-topbar-help {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
  }

  .bv-topbar-leaders {
    position: static;
    transform: none;
    order: 2;
    width: 100%;
    justify-content: center;
    margin: 0.25rem 0;
  }

  .bv-topbar-actions {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .bv-leader-img {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 991px) {
  .bv-header-wrap {
    --bv-header-total: 148px;
  }

  .bv-brand-logo {
    height: 48px;
    max-width: 220px;
  }

  .bv-navbar-grid {
    grid-template-columns: 1fr auto;
    min-height: 64px;
  }

  .bv-navbar-nav {
    display: none !important;
  }

  .bv-hero-mockup {
    padding-top: calc(var(--bv-header-total) + 1rem);
    padding-bottom: 4rem;
  }

  .bv-hero-mockup-copy {
    text-align: center;
  }

  .bv-hero-mockup-sub,
  .bv-search-bar-note {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .bv-hero-chips,
  .bv-hero-mockup-actions {
    justify-content: center;
  }

  .bv-search-bar-fields {
    grid-template-columns: 1fr 1fr;
  }

  .bv-search-bar-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .bv-search-bar-note {
    text-align: center;
    max-width: none;
  }

  .bv-hero-search-float {
    margin-top: -2rem;
  }

  .bv-timeline-step::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .bv-search-bar-fields {
    grid-template-columns: 1fr;
  }

  .bv-topbar-help span:not(.las) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-reveal,
  .bv-stat-card,
  .bv-member-card,
  .bv-story-card {
    transition: none;
  }
}
