/* ==========================================================================
   Benze Club — Vacation, Leisure & Recreation Club
   Frontend Design Prototype — Blue & White Theme
   ========================================================================== */

:root {
  --blue-900: #04264d;
  --blue-800: #0a3b78;
  --blue-700: #0e4f9c;
  --blue-600: #1568c4;
  --blue-500: #2680e3;
  --blue-400: #4f9bef;
  --blue-100: #e8f2ff;
  --blue-50:  #f4f9ff;
  --white: #ffffff;
  --ink: #12233d;
  --muted: #5c6c82;
  --border: #e3ebf5;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 44px rgba(10, 61, 120, 0.10);
  --shadow-lg: 0 28px 64px rgba(10, 61, 120, 0.18);
  --transition: all 0.35s cubic-bezier(.22,.61,.36,1);
  --font-head: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-head {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--blue-900);
}

a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; }

.text-blue { color: var(--blue-600) !important; }
.bg-blue-deep { background-color: var(--blue-900) !important; }
.bg-blue-light { background: var(--blue-50) !important; }

.section-pad { padding: 96px 0; }
@media (max-width: 767px) { .section-pad { padding: 56px 0; } }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-600);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-eyebrow::before {
  content: '';
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background: var(--blue-500);
  display: inline-block;
}
.section-eyebrow.center::before { display: none; }

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}
.section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 620px;
}
.mx-auto-sub { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 12px 30px;
  letter-spacing: 0.01em;
  transition: var(--transition);
  border-width: 1.5px;
}
.btn-blue {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  border: none;
  color: #fff;
  box-shadow: 0 14px 30px rgba(14, 79, 156, 0.35);
}
.btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(14, 79, 156, 0.45);
  color: #fff;
}
.btn-outline-blue {
  border: 1.5px solid var(--blue-500);
  color: var(--blue-700);
  background: transparent;
}
.btn-outline-blue:hover { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,0.7);
  color: #fff;
  background: transparent;
}
.btn-outline-white:hover { background: #fff; color: var(--blue-800); border-color: #fff; }
.btn-white {
  background: #fff;
  border: none;
  color: var(--blue-700);
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}
.btn-white:hover { transform: translateY(-2px); color: var(--blue-800); }
.btn-sm-pill { padding: 9px 22px; font-size: 0.85rem; }

/* ==========================================================================
   Header
   ========================================================================== */
.bc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 24px rgba(10,61,120,0.08);
  padding: 14px 0;
}
.bc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--blue-900) !important;
}
@media (max-width: 420px) {
  .bc-logo { font-size: 0.98rem; }
  .bc-logo-mark { width: 36px; height: 36px; font-size: 0.95rem; }
}
.bc-logo-mark {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-400), var(--blue-800));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(14,79,156,0.35);
}
.bc-logo span { color: var(--blue-500); }
.bc-logo small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  color: var(--muted);
  font-weight: 600;
  margin-top: 1px;
}
.bc-nav .nav-link {
  color: var(--ink) !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 16px !important;
  position: relative;
}
.bc-nav .nav-link.active,
.bc-nav .nav-link:hover { color: var(--blue-600) !important; }
.bc-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}
.bc-nav .nav-link.active::after,
.bc-nav .nav-link:hover::after { transform: scaleX(1); }
.navbar-toggler { border: none; box-shadow: none !important; padding: 4px 8px; }
@media (max-width: 991px) {
  .bc-header .navbar-collapse {
    background: var(--blue-50);
    margin-top: 14px;
    padding: 16px;
    border-radius: var(--radius-sm);
  }
}

/* ==========================================================================
   Hero Carousel
   ========================================================================== */
.bc-hero-carousel { margin-top: 0; }
.bc-hero-carousel .carousel-item {
  height: 92vh;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) { .bc-hero-carousel .carousel-item { height: 78vh; min-height: 460px; } }
.bc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,38,77,0.82) 0%, rgba(4,38,77,0.55) 45%, rgba(4,38,77,0.25) 100%);
}
.bc-hero-caption {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
  padding: 0 5vw;
}
.bc-hero-caption .container { max-width: 1200px; }
.bc-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.08);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}
.bc-hero-heading {
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.9rem);
  line-height: 1.12;
  margin-bottom: 22px;
  max-width: 700px;
}
.bc-hero-text {
  color: rgba(255,255,255,0.85);
  font-size: 1.12rem;
  max-width: 540px;
  margin-bottom: 34px;
}
.bc-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.bc-hero-carousel .carousel-control-prev,
.bc-hero-carousel .carousel-control-next {
  width: 64px; height: 64px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  opacity: 0.85;
}
.bc-hero-carousel .carousel-control-prev { left: 26px; }
.bc-hero-carousel .carousel-control-next { right: 26px; }
.bc-hero-carousel .carousel-control-prev:hover,
.bc-hero-carousel .carousel-control-next:hover { opacity: 1; background: rgba(255,255,255,0.22); }
@media (max-width: 767px) {
  .bc-hero-carousel .carousel-control-prev,
  .bc-hero-carousel .carousel-control-next { width: 44px; height: 44px; }
}
.bc-hero-carousel .carousel-indicators { bottom: 28px; }
.bc-hero-carousel .carousel-indicators [data-bs-target] {
  width: 34px; height: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.45);
  border: none;
  opacity: 1;
}
.bc-hero-carousel .carousel-indicators .active { background-color: var(--blue-400); }

.bc-scroll-cue {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.65);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  display: none;
}
@media (min-width: 768px) { .bc-scroll-cue { display: block; } }
.bc-scroll-cue .line {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.35);
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
}
.bc-scroll-cue .line::after {
  content: '';
  position: absolute;
  top: -100%; left: 0; width: 100%; height: 100%;
  background: var(--blue-400);
  animation: scrollLine 1.8s infinite;
}
@keyframes scrollLine { to { top: 100%; } }

/* Page (inner) hero banner */
.bc-page-hero {
  position: relative;
  height: 46vh;
  min-height: 340px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.bc-page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,38,77,0.35) 0%, rgba(4,38,77,0.88) 100%);
}
.bc-page-hero-content { position: relative; z-index: 2; padding-bottom: 46px; width: 100%; }
.bc-page-hero h1 { color: #fff; margin-bottom: 8px; }
.bc-breadcrumb { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.bc-breadcrumb a { color: rgba(255,255,255,0.85); }
.bc-breadcrumb a:hover { color: var(--blue-400); }

/* ==========================================================================
   Intro / About split section
   ========================================================================== */
.bc-split-img { position: relative; }
.bc-split-img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3.6;
}
.bc-split-badge {
  position: absolute;
  bottom: -22px; right: -22px;
  background: var(--blue-900);
  color: #fff;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  text-align: center;
}
@media (max-width: 767px) { .bc-split-badge { right: 8px; bottom: -16px; padding: 14px 18px; } }
.bc-split-badge strong { font-family: var(--font-head); font-size: 1.7rem; color: var(--blue-400); display: block; }
.bc-split-badge span { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

.bc-check-list { list-style: none; padding: 0; margin: 26px 0; }
.bc-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 15px;
  color: #454f60;
}
.bc-check-list i {
  color: var(--blue-600);
  background: var(--blue-100);
  width: 30px; height: 30px;
  min-width: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 0.8rem;
  margin-top: 2px;
}

/* ==========================================================================
   Experience cards (Dining / Resto Bar / Recreation / Games)
   ========================================================================== */
.bc-exp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.bc-exp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue-400), var(--blue-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}
.bc-exp-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.bc-exp-card:hover::before { transform: scaleX(1); }
.bc-exp-icon {
  width: 72px; height: 72px;
  margin: 0 auto 22px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-100), var(--blue-50));
  color: var(--blue-600);
  font-size: 1.7rem;
  transition: var(--transition);
}
.bc-exp-card:hover .bc-exp-icon { background: linear-gradient(135deg, var(--blue-500), var(--blue-800)); color: #fff; }
.bc-exp-card h3 { font-size: 1.15rem; letter-spacing: 0.02em; margin-bottom: 10px; text-transform: uppercase; }
.bc-exp-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0; }

/* ==========================================================================
   Club cards
   ========================================================================== */
.bc-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(10,61,120,0.08);
  transition: var(--transition);
  height: 100%;
  border: 1px solid var(--border);
}
.bc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.bc-card-img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.bc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.bc-card:hover .bc-card-img img { transform: scale(1.09); }
.bc-card-city-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(4,38,77,0.78);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.bc-card-body { padding: 26px; }
.bc-card-body h3 { font-size: 1.24rem; margin-bottom: 4px; }
.bc-card-loc { color: var(--blue-600); font-size: 0.85rem; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.bc-card-desc { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.bc-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.bc-tag {
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid var(--blue-100);
}
.bc-card-link {
  color: var(--blue-800);
  font-weight: 700;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bc-card-link i { transition: var(--transition); }
.bc-card:hover .bc-card-link i { transform: translateX(5px); color: var(--blue-500); }

/* ==========================================================================
   City filter pills
   ========================================================================== */
.bc-filter-bar {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 10px 40px rgba(10,61,120,0.10);
  padding: 20px;
  margin-top: -56px;
  position: relative;
  z-index: 5;
  text-align: center;
}
.bc-city-pill, .bc-gallery-filter-btn {
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--ink);
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.86rem;
  margin: 4px;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
}
.bc-city-pill:hover, .bc-gallery-filter-btn:hover { border-color: var(--blue-500); color: var(--blue-600); }
.bc-city-pill.active, .bc-gallery-filter-btn.active {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(14,79,156,0.3);
}

/* ==========================================================================
   Activities section
   ========================================================================== */
.bc-activity-tile {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.bc-activity-tile img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.bc-activity-tile:hover img { transform: scale(1.08); }
.bc-activity-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,38,77,0) 40%, rgba(4,38,77,0.85) 100%);
}
.bc-activity-label {
  position: absolute;
  left: 16px; bottom: 14px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}
.bc-activity-label i { color: var(--blue-400); margin-right: 6px; }

.bc-activity-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: 50px;
  padding: 10px 20px 10px 12px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--blue-800);
  margin: 0 8px 12px 0;
}
.bc-activity-chip .bc-chip-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-800));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
}

/* ==========================================================================
   Why Benze Club — benefit cards
   ========================================================================== */
.bc-benefit-card {
  border-radius: var(--radius);
  padding: 34px 28px;
  height: 100%;
  transition: var(--transition);
  border: 1px solid var(--border);
}
.bc-benefit-card.bg-white { background: #fff; }
.bc-benefit-card.bg-tint { background: var(--blue-50); border-color: var(--blue-100); }
.bc-benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bc-benefit-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-800));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
.bc-benefit-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.bc-benefit-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 0; }

/* ==========================================================================
   CTA strip
   ========================================================================== */
.bc-cta-strip {
  background: linear-gradient(120deg, var(--blue-800) 0%, var(--blue-900) 60%, var(--blue-700) 100%);
  border-radius: 28px;
  padding: 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.bc-cta-strip::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(79,155,239,0.25), transparent 45%),
              radial-gradient(circle at 85% 80%, rgba(79,155,239,0.2), transparent 45%);
}
.bc-cta-strip h2, .bc-cta-strip p, .bc-cta-strip a { position: relative; z-index: 2; }
.bc-cta-strip h2 { color: #fff; }
.bc-cta-strip p { color: rgba(255,255,255,0.78); max-width: 600px; margin-left: auto; margin-right: auto; }
.bc-cta-full {
  background: linear-gradient(120deg, var(--blue-800) 0%, var(--blue-900) 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.bc-cta-full::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(79,155,239,0.22), transparent 45%),
              radial-gradient(circle at 80% 70%, rgba(79,155,239,0.18), transparent 45%);
}
.bc-cta-full .container { position: relative; z-index: 2; }
.bc-cta-full h2 { color: #fff; }
.bc-cta-full p { color: rgba(255,255,255,0.8); max-width: 620px; margin: 0 auto 32px; }

/* ==========================================================================
   Location / Club network
   ========================================================================== */
.bc-location-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  position: relative;
  transition: var(--transition);
}
.bc-location-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.bc-location-pin {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
}
.bc-location-card.is-future { border-style: dashed; opacity: 0.75; }
.bc-location-card.is-future .bc-location-pin { background: var(--blue-50); color: var(--blue-400); }
.bc-location-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px 0;
}
.bc-location-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-200, var(--blue-100)); }
.bc-location-line {
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--blue-200, #c9dffb) 0 10px, transparent 10px 20px);
  flex: 1;
}

/* Map placeholder */
.bc-map-placeholder {
  border-radius: var(--radius);
  overflow: hidden;
  height: 380px;
  background: linear-gradient(135deg, var(--blue-100), var(--blue-50));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--blue-600);
  border: 1px dashed var(--blue-400);
  text-align: center;
  gap: 10px;
}
.bc-map-placeholder i { font-size: 2.6rem; }

/* ==========================================================================
   Gallery grid
   ========================================================================== */
.bc-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 160px); gap: 14px; }
.bc-gallery-grid a { border-radius: var(--radius-sm); overflow: hidden; display: block; position: relative; }
.bc-gallery-grid a.g-main { grid-column: span 2; grid-row: span 2; }
.bc-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.bc-gallery-grid a:hover img { transform: scale(1.08); }
@media (max-width: 767px) {
  .bc-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 140px); }
  .bc-gallery-grid a.g-main { grid-column: span 2; grid-row: span 1; height: 220px; }
}

/* ==========================================================================
   Club Hero (details page)
   ========================================================================== */
.bc-club-hero {
  position: relative;
  height: 64vh;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.bc-club-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,38,77,0.15) 0%, rgba(4,38,77,0.92) 100%);
}
.bc-club-hero-content { position: relative; z-index: 2; color: #fff; padding-bottom: 50px; width: 100%; }
.bc-club-hero-content h1 { color: #fff; margin-bottom: 10px; font-size: clamp(2rem, 4.4vw, 3.2rem); }

.bc-info-box {
  background: var(--blue-50);
  border-radius: var(--radius);
  padding: 30px;
  border: 1px solid var(--blue-100);
}
.bc-info-box h4 { font-size: 1.05rem; margin-bottom: 18px; }
.bc-info-row { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }
.bc-info-row i { color: var(--blue-600); width: 20px; margin-top: 4px; }
.bc-info-row div small { display: block; color: var(--muted); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }

/* ==========================================================================
   Footer
   ========================================================================== */
.bc-footer { background: var(--blue-900); color: rgba(255,255,255,0.68); padding: 76px 0 0; }
.bc-footer h5 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 1rem; margin-bottom: 22px; text-transform: uppercase; letter-spacing: 0.06em; }
.bc-footer p, .bc-footer li { font-size: 0.9rem; }
.bc-footer ul { list-style: none; padding: 0; }
.bc-footer ul li { margin-bottom: 12px; }
.bc-footer ul li a { color: rgba(255,255,255,0.68); }
.bc-footer ul li a:hover { color: var(--blue-400); padding-left: 4px; }
.bc-footer .bc-logo { margin-bottom: 16px; display: inline-flex; }
.bc-footer .bc-logo, .bc-footer .bc-logo small { color: #fff !important; }
.bc-social a {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
.bc-social a:hover { background: var(--blue-500); border-color: var(--blue-500); }
.bc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: 46px;
  padding: 22px 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}
.bc-footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; }
.bc-footer-contact-item i { color: var(--blue-400); margin-top: 4px; }

/* Back to top */
#bcBackToTop {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-800));
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow);
}
#bcBackToTop.show { opacity: 1; visibility: visible; }

/* Reveal animation */
.bc-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.bc-reveal.in { opacity: 1; transform: translateY(0); }

.bc-empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }

/* ==========================================================================
   Forms (Contact / Membership)
   ========================================================================== */
.form-control, .form-select {
  border-radius: 10px;
  border: 1.5px solid var(--border);
  padding: 12px 16px;
  font-size: 0.95rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(38,128,227,0.12);
}
.bc-form-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
  border: 1px solid var(--border);
}
label.bc-label { font-weight: 700; font-size: 0.86rem; margin-bottom: 8px; display: block; color: var(--ink); }
.invalid-feedback { font-size: 0.8rem; }

/* ==========================================================================
   Blog
   ========================================================================== */
.bc-blog-meta {
  color: var(--muted);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.bc-gallery-tile {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1/1;
  display: block;
}
.bc-gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.bc-gallery-tile:hover img { transform: scale(1.1); }
.bc-gallery-tile::after {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(4,38,77,0.45);
  color: #fff;
  font-size: 1.3rem;
  opacity: 0;
  transition: var(--transition);
}
.bc-gallery-tile:hover::after { opacity: 1; }
.bc-gallery-tile-label {
  position: absolute;
  left: 12px; bottom: 10px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  opacity: 0;
  transition: var(--transition);
}
.bc-gallery-tile:hover .bc-gallery-tile-label { opacity: 1; }

/* ==========================================================================
   Membership card
   ========================================================================== */
.bc-member-card {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 34px;
  background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-900) 55%, var(--blue-700) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 1.586/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bc-member-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79,155,239,0.35), transparent 70%);
}
.bc-member-card::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(79,155,239,0.25);
}
.bc-member-card-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 2; }
.bc-member-card-brand { font-family: var(--font-head); font-size: 1.05rem; line-height: 1.25; display: flex; align-items: center; gap: 8px; max-width: 220px; }
.bc-member-card-brand span { color: var(--blue-400); }
.bc-member-card-tag {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-400);
  border: 1px solid rgba(79,155,239,0.5);
  padding: 4px 10px;
  border-radius: 50px;
}
.bc-member-card-no { position: relative; z-index: 2; margin: 18px 0; }
.bc-member-card-no small { display: block; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 4px; }
.bc-member-card-no strong { font-size: 1.6rem; letter-spacing: 0.1em; font-family: 'Courier New', monospace; color: #fff; }
.bc-member-card-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; }
.bc-member-card-bottom .name { font-size: 1.02rem; font-weight: 700; }
.bc-member-card-bottom small { display: block; font-size: 0.63rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; }
.bc-member-card-chip {
  width: 38px; height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--blue-400), var(--blue-600));
}

/* Step indicator for membership flow */
.bc-step-list { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; margin-bottom: 10px; }
.bc-step-list .step { text-align: center; color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.bc-step-list .step-num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-700);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 8px;
  font-family: var(--font-head);
}
.bc-step-list .step.active .step-num { background: linear-gradient(135deg, var(--blue-500), var(--blue-800)); color: #fff; }
.bc-step-list .step.active { color: var(--blue-700); }

@media print {
  body * { visibility: hidden; }
  .bc-member-card, .bc-member-card * { visibility: visible; }
  .bc-member-card { position: fixed; top: 40px; left: 50%; transform: translateX(-50%); box-shadow: none; }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.bc-testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  height: 100%;
  transition: var(--transition);
  position: relative;
}
.bc-testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bc-testimonial-quote-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.bc-testimonial-stars { color: #f5b301; font-size: 0.82rem; margin-bottom: 14px; }
.bc-testimonial-message { color: #454f60; font-size: 0.96rem; font-style: italic; margin-bottom: 22px; min-height: 96px; }
.bc-testimonial-person { display: flex; align-items: center; gap: 14px; }
.bc-testimonial-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.bc-testimonial-avatar-fallback {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-800));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: var(--font-head);
  flex-shrink: 0;
}
.bc-testimonial-person .name { font-weight: 700; color: var(--blue-900); display: block; font-size: 0.94rem; }
.bc-testimonial-person .role { color: var(--muted); font-size: 0.8rem; }

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.bc-faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm) !important;
  margin-bottom: 14px;
  overflow: hidden;
}
.bc-faq-accordion .accordion-button {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  color: var(--blue-900);
  padding: 20px 24px;
  background: #fff;
}
.bc-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--blue-700);
  background: var(--blue-50);
  box-shadow: none;
}
.bc-faq-accordion .accordion-button:focus { box-shadow: none; border-color: var(--border); }
.bc-faq-accordion .accordion-button::after { filter: hue-rotate(180deg) saturate(3); }
.bc-faq-accordion .accordion-body { padding: 4px 24px 22px; color: var(--muted); font-size: 0.94rem; }
