* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #f9fafb;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  background: #0f172a;
  color: #e5e7eb;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo {
  font-weight: 700;
  font-size: 1.05rem;
}

nav a {
  margin-left: 16px;
  font-size: 0.95rem;
  color: #e5e7eb;
}

nav a:hover {
  color: #ffffff;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-outline {
  border: 1px solid #e5e7eb;
  color: #0f172a;
  background: #ffffff;
}

.btn-outline:hover {
  background: #f3f4f6;
}

main {
  min-height: calc(100vh - 80px);
}

.hero {
  padding: 60px 24px 40px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.8fr);
  align-items: center;
}

.hero-tag {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.hero h1 {
  font-size: 2.3rem;
  margin-bottom: 16px;
}

.hero p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.hero-cta {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}

.hero-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-card p {
  margin: 4px 0;
  font-size: 0.9rem;
  color: #4b5563;
}

section {
  padding: 40px 24px;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 24px;
}

.three-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e5e7eb;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
}

.card p {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.pill {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}

ul.bullet-list {
  padding-left: 18px;
  font-size: 0.9rem;
  color: #4b5563;
}

.sponsors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.notice {
  font-size: 0.9rem;
  color: #4b5563;
  background: #eef2ff;
  border-left: 3px solid #4f46e5;
  padding: 10px 12px;
  border-radius: 6px;
}

footer {
  padding: 24px;
  border-top: 1px solid #e5e7eb;
  background: #0f172a;
  color: #9ca3af;
  font-size: 0.85rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-link {
  color: #e5e7eb;
  text-decoration: none;
  margin-right: 12px;
}

.footer-link:hover {
  text-decoration: underline;
}

.page-hero {
  padding: 40px 24px 20px;
  background: #0f172a;
  color: #e5e7eb;
}

.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0 0 8px;
  font-size: 2rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: #9ca3af;
}

.page-main {
  padding: 30px 24px 50px;
}

.page-main .section-inner {
  max-width: 900px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 32px;
  }
  .three-cols,
  .membership-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.logo-img {
  height: 50px;
  width: auto;
  display: block;
}

header .logo {
  display: flex;
  align-items: center;
}

/* === BITPA logo sizing overrides === */
header {
  flex-wrap: nowrap;
}

.logo-img {
  height: 50px;
  max-width: 180px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 36px;
    max-width: 140px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 30px;
    max-width: 120px;
  }
}
/* === end BITPA logo sizing overrides === */


/* === BITPA Logo Emergency Shrink Override === */
.logo-img {
  height: 24px !important;
  max-height: 24px !important;
  max-width: 80px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 22px !important;
    max-height: 22px !important;
    max-width: 70px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 20px !important;
    max-height: 20px !important;
    max-width: 60px !important;
  }
}
/* === END BITPA Logo Emergency Shrink Override === */


/* === BITPA Logo Ultra-Shrink Override === */
.logo-img {
  height: 12px !important;
  max-height: 12px !important;
  max-width: 40px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 11px !important;
    max-height: 11px !important;
    max-width: 36px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 10px !important;
    max-height: 10px !important;
    max-width: 32px !important;
  }
}
/* === END BITPA Logo Ultra-Shrink Override === */


/* === BITPA Logo TINY Override === */
.logo-img {
  height: 6px !important;
  max-height: 6px !important;
  max-width: 20px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 5px !important;
    max-height: 5px !important;
    max-width: 18px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 4px !important;
    max-height: 4px !important;
    max-width: 16px !important;
  }
}
/* === END BITPA Logo TINY Override === */


/* === Nuclear Fix: Force ALL header images to tiny size === */
header img {
  height: 20px !important;
  max-height: 20px !important;
  width: auto !important;
  max-width: 40px !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  header img {
    height: 15px !important;
    max-height: 15px !important;
    max-width: 30px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  header img {
    height: 12px !important;
    max-height: 12px !important;
    max-width: 24px !important;
  }
}
/* === End Nuclear Fix === */


/* === BITPA Logo Ultra-Shrink Override === */
.logo-img {
  height: 12px !important;
  max-height: 12px !important;
  max-width: 40px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 11px !important;
    max-height: 11px !important;
    max-width: 36px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 10px !important;
    max-height: 10px !important;
    max-width: 32px !important;
  }
}
/* === END BITPA Logo Ultra-Shrink Override === */


/* === FINAL BITPA Logo Size Override === */
.logo-img {
  height: 28px !important;
  max-height: 28px !important;
  max-width: 120px !important;
  width: auto !important;
  object-fit: contain !important;
}
/* === END FINAL BITPA Logo Size Override === */


/* === Header + Logo Visual Refresh === */
header {
  background: #ffffff !important;
  color: #111827 !important;
  border-bottom: 1px solid #e5e7eb;
}

/* Make nav links readable on white header */
header nav a {
  color: #374151 !important;
}

header nav a:hover {
  color: #111827 !important;
}

/* Keep the blue Join button readable */
header nav a.btn.btn-primary {
  color: #ffffff !important;
}

/* Enlarge logo but keep it controlled */
.logo-img {
  height: 44px !important;
  max-height: 44px !important;
  max-width: 190px !important;
  width: auto !important;
  object-fit: contain !important;
}
/* === End Header + Logo Visual Refresh === */


/* === BITPA Header Enhancement === */

/* Add bold blue border at the top */
header {
  border-top: 6px solid #2563eb !important; /* Strong blue accent */
}

/* Enlarge the logo slightly */
.logo-img {
  height: 56px !important;
  max-height: 56px !important;
  max-width: 240px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .logo-img {
    height: 48px !important;
    max-height: 48px !important;
    max-width: 200px !important;
  }
}

@media (max-width: 480px) {
  .logo-img {
    height: 40px !important;
    max-height: 40px !important;
    max-width: 170px !important;
  }
}

/* === END BITPA Header Enhancement === */


/* === BITPA Header Final Enhancements === */

/* Add strong blue borders at TOP and BOTTOM */
header {
  border-top: 6px solid #2563eb !important;
  border-bottom: 6px solid #2563eb !important;
}

/* Increase logo size significantly */
.logo-img {
  height: 72px !important;
  max-height: 72px !important;
  max-width: 300px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 60px !important;
    max-height: 60px !important;
    max-width: 260px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 220px !important;
  }
}

/* === END BITPA Header Final Enhancements === */


/* === BITPA Logo Size +2 Enhancement === */
.logo-img {
  height: 76px !important;        /* +4px from 72 */
  max-height: 76px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 64px !important;      /* +4px */
    max-height: 64px !important;
    max-width: 280px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 54px !important;      /* +4px */
    max-height: 54px !important;
    max-width: 240px !important;
  }
}
/* === END BITPA Logo Size +2 Enhancement === */


/* === BITPA Logo 2X Enlargement === */
.logo-img {
  height: 152px !important;         /* 2× the previous 76px */
  max-height: 152px !important;
  max-width: 600px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 128px !important;       /* doubled from 64px */
    max-height: 128px !important;
    max-width: 500px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 108px !important;       /* doubled from 54px */
    max-height: 108px !important;
    max-width: 440px !important;
  }
}
/* === END BITPA Logo 2X Enlargement === */


/* === BITPA Header Gold Side Borders === */
header {
  border-left: 6px solid #d4af37 !important;   /* Gold */
  border-right: 6px solid #d4af37 !important;  /* Gold */
}
/* === END BITPA Header Gold Side Borders === */


/* === BITPA Header Blue Side Borders (Override) === */
header {
  border-left: 6px solid #2563eb !important;   /* Match existing BITPA blue */
  border-right: 6px solid #2563eb !important;
}
/* === END BITPA Header Blue Side Borders === */


/* === BITPA Tagline Gold Styling === */
.home-tagline,
.home-tagline h2,
.home-tagline p {
  color: #d4af37 !important;   /* Metallic Gold */
}
/* === END BITPA Tagline Gold Styling === */


/* === BITPA Hero Text Enhancements for Desktop === */

/* Main headline */
.hero h1, .hero-heading, .hero-title {
  font-size: 3.2rem !important;    /* previously ~2.5rem */
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

/* Subheading paragraph under the headline */
.hero p, .hero-subtext, .hero-description {
  font-size: 1.25rem !important;   /* slightly larger */
  line-height: 1.55 !important;
  color: #374151 !important;
}

/* Very large screens (1440px+) → increase slightly again */
@media (min-width: 1440px) {
  .hero h1, .hero-heading, .hero-title {
    font-size: 3.6rem !important;
  }
  .hero p, .hero-subtext, .hero-description {
    font-size: 1.35rem !important;
  }
}

/* Tablets & mobile stay the same */
@media (max-width: 768px) {
  .hero h1, .hero-heading, .hero-title {
    font-size: 2.1rem !important;
  }
  .hero p, .hero-subtext, .hero-description {
    font-size: 1.1rem !important;
  }
}


/* === REVERT HERO TEXT TO NORMAL === */
.hero h1, .hero-heading, .hero-title {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.hero p, .hero-subtext, .hero-description {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
/* === END REVERT HERO TEXT === */


/* === ENLARGE NAVIGATION FONT SIZE ON DESKTOP ONLY === */
header nav a {
  font-size: 1.2rem !important;    /* larger, clean, modern */
  font-weight: 600 !important;     /* slight boldness */
}

/* Slightly larger on big screens */
@media (min-width: 1440px) {
  header nav a {
    font-size: 1.3rem !important;
  }
}

/* Mobile & tablet stay normal */
@media (max-width: 768px) {
  header nav a {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
}


/* === BITPA Hero Heading Restore (Desktop-focused) === */

/* Main hero heading: "The leading professional community..." */
.hero > h1 {
  font-size: 2.9rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

/* Only the FIRST paragraph directly under the hero heading */
.hero > p:first-of-type {
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}

/* Keep things reasonable on tablets/phones */
@media (max-width: 768px) {
  .hero > h1 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  .hero > p:first-of-type {
    font-size: 1rem !important;
  }
}


/* === BITPA Hero Heading FINAL Override === */
/* Target the first text column inside .hero only */
.hero > div:first-child > h1 {
  font-size: 3.1rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

/* The paragraph directly under that heading */
.hero > div:first-child > p {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}

/* Tablet & below: dial it back a bit */
@media (max-width: 768px) {
  .hero > div:first-child > h1 {
    font-size: 2.1rem !important;
  }
  .hero > div:first-child > p {
    font-size: 1.05rem !important;
  }
}


/* === BITPA Hero Heading FINAL Override === */
/* Target the first text column inside .hero only */
.hero > div:first-child > h1 {
  font-size: 3.1rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

/* The paragraph directly under that heading */
.hero > div:first-child > p {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}

/* Tablet & below: dial it back a bit */
@media (max-width: 768px) {
  .hero > div:first-child > h1 {
    font-size: 2.1rem !important;
  }
  .hero > div:first-child > p {
    font-size: 1.05rem !important;
  }
}


/* === FIX HEADER STICKINESS (REMOVE FIXED / STICKY) === */
header {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

/* === BITPA Header Reset (Remove All Borders) === */
header {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
/* === END Header Reset === */


/* === BITPA Clean Shadow Divider === */
header {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
}
/* === END Clean Shadow Divider === */


/* === Remove All Header Borders === */
header {
  border: none !important;
}


/* === Center Logo in Header === */
header {
  display: flex !important;
  justify-content: center !important;   /* center everything */
  align-items: center !important;
  padding: 12px 0 !important;
}

/* Move the nav below the logo on desktop for a balanced look */
header nav {
  margin-left: 24px !important;
}


/* === Slight Logo Enlargement === */
.logo-img {
  height: 88px !important;
  max-height: 88px !important;
  max-width: 340px !important;
  object-fit: contain !important;
}


/* === Tagline GOLD Styling === */
.hero p,
.hero .tagline,
.hero-subtext,
.hero-description {
  color: #d4af37 !important;   /* metallic gold */
  font-weight: 600 !important;
}


/* === Reduce Hero White Space === */
.hero {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (min-width: 1024px) {
  .hero {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
}


/* === BITPA Header & Hero Tweaks === */

/* Clean header: white bar, subtle shadow, no heavy borders */
header {
  background: #ffffff !important;
  color: #111827 !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
  padding: 12px 32px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Larger logo so it fills the space nicely */
.logo-img {
  height: 88px !important;
  max-height: 88px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Tablet */
@media (max-width: 768px) {
  .logo-img {
    height: 64px !important;
    max-height: 64px !important;
    max-width: 260px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .logo-img {
    height: 52px !important;
    max-height: 52px !important;
    max-width: 220px !important;
  }
}

/* Bigger nav text in the top bar to match the logo */
header nav a {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
}

/* Slight bump on large desktops */
@media (min-width: 1440px) {
  header nav a {
    font-size: 1.25rem !important;
  }
}

/* Keep mobile nav from getting too big */
@media (max-width: 768px) {
  header nav a {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
  }
}

/* Keep the blue Join button readable on white */
header nav a.btn.btn-primary {
  color: #ffffff !important;
}

/* Tagline: "The leading professional community..." in gold */
.hero > div:first-child > h1 {
  color: #d4af37 !important;   /* Metallic gold */
}

/* Membership pricing back to black */
.price {
  color: #111827 !important;
}

/* === END BITPA Header & Hero Tweaks === */


/* === Revert Membership Pricing Text to Black === */
.membership-card, 
.membership-card p,
.membership-card h3,
.membership-price, 
.membership-tier, 
.membership-section p {
    color: #111827 !important;   /* Dark grey-black */
}


/* === Header Bar Larger + Bigger Logo + Larger Menu Text === */

/* Make header section taller with breathing room */
header {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

/* Enlarge logo (desktop only) */
.logo-img {
    height: 120px !important;
    max-height: 120px !important;
    max-width: 520px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Make nav menu text larger and stronger */
header nav a {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

/* Big screens (1440px+) look even more premium */
@media (min-width: 1440px) {
    .logo-img {
        height: 140px !important;
        max-height: 140px !important;
    }
    header nav a {
        font-size: 1.45rem !important;
    }
}

/* Mobile stays normal */
@media (max-width: 768px) {
    .logo-img {
        height: 70px !important;
        max-height: 70px !important;
    }
    header nav a {
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
}


/* === ENLARGE LOGO & HEADER AREA === */
header {
  padding: 24px 32px !important;    /* taller header */
}

.logo-img {
  height: 110px !important;         /* bigger logo */
  max-height: 110px !important;
  max-width: 480px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Larger nav menu text */
header nav a {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
}

/* Even larger on big screens */
@media (min-width: 1440px) {
  header nav a {
    font-size: 1.45rem !important;
  }
  .logo-img {
    height: 120px !important;
    max-height: 120px !important;
  }
}


/* === RESTORE MEMBERSHIP PRICING TEXT COLOR === */
.membership, 
.membership * {
  color: #000000 !important;
}

/* But DO NOT override the gold tagline */
.hero > div:first-child > h1,
.hero > div:first-child > p {
  color: #d4af37 !important;
}


/* === BITPA Header Cleanup & Resizing (Final Overrides) === */

/* Clean header: white, only a subtle bottom border, no blue frame */
header {
  background: #ffffff !important;
  color: #111827 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #e5e7eb !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* Center logo vertically in its area */
header .logo {
  display: flex !important;
  align-items: center !important;
}

/* Bigger logo on desktop */
.logo-img {
  height: 110px !important;
  max-height: 110px !important;
  max-width: 380px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Bigger nav text on desktop */
header nav a {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
}

/* Hover effect stays readable */
header nav a:hover {
  color: #111827 !important;
}

/* Keep the blue JOIN button readable */
header nav a.btn.btn-primary {
  color: #ffffff !important;
}

/* Tablet adjustments */
@media (max-width: 768px) {
  .logo-img {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 280px !important;
  }

  header nav a {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .logo-img {
    height: 64px !important;
    max-height: 64px !important;
    max-width: 240px !important;
  }

  header nav a {
    font-size: 0.95rem !important;
  }
}

/* === Membership pricing back to black === */
.price,
.membership-grid .card .price {
  color: #111827 !important;
}

/* Tagline stays gold (hero heading text) */
.hero > div:first-child > h1 {
  color: #d4af37 !important;
}

/* === END BITPA Header & Membership Final Overrides === */


/* === BITPA FINAL HEADER + HERO FIXES === */

/* Clean header: white, subtle bottom border, centered content */
header {
  background: #ffffff !important;
  color: #111827 !important;
  border: 0 !important;
  border-bottom: 2px solid #e5e7eb !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 24px !important;
  gap: 8px !important;
}

/* Larger, centered logo */
.logo-img {
  height: 90px !important;
  max-height: 90px !important;
  max-width: 360px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Larger menu text in header */
header nav a {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
}

header nav a:hover {
  color: #111827 !important;
}

/* Keep JOIN button text white on blue */
header nav a.btn.btn-primary {
  color: #ffffff !important;
}

/* Tagline: "The leading professional community..." in gold */
.hero > div:first-child > h1 {
  color: #d4af37 !important;  /* gold */
  font-weight: 800 !important;
}

/* Hero paragraph under tagline: neutral grey, not gold */
.hero > div:first-child > p {
  color: #4b5563 !important;
}

/* Membership pricing/text back to black (home + membership page) */
#membership-home .price,
#membership-home .card h3,
#membership-home .card p,
#membership-home .card li,
.page-main .price {
  color: #111827 !important;
}

/* === END BITPA FINAL HEADER + HERO FIXES === */


/* ================================
   BITPA FINAL NORMALIZATION BLOCK
   ================================ */

/* Header: bigger bar, bigger logo, bigger nav text */
header {
  background: #ffffff !important;
  color: #111827 !important;
  padding: 24px 48px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 4px solid #2563eb !important;
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

header .logo {
  margin-bottom: 12px !important;
}

.logo-img {
  height: 80px !important;
  max-height: 80px !important;
  width: auto !important;
  object-fit: contain !important;
}

header nav a {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin: 0 18px !important;
  color: #111827 !important;
}

header nav a:hover {
  color: #2563eb !important;
}

header nav a.btn.btn-primary {
  color: #ffffff !important;
}

/* Mobile header tweaks */
@media (max-width: 768px) {
  header {
    padding: 16px 18px !important;
  }
  .logo-img {
    height: 60px !important;
    max-height: 60px !important;
  }
  header nav a {
    font-size: 1rem !important;
    margin: 0 10px !important;
  }
}

/* Tagline (hero main heading) stays gold */
.hero > div:first-child > h1 {
  color: #d4af37 !important;
}

/* Membership-at-a-glance hero card back to black */
.hero-card,
.hero-card * {
  color: #111827 !important;
}

/* Membership page pricing & text back to black */
.membership-grid .card,
.membership-grid .card * {
  color: #111827 !important;
}

/* Keep pill labels blue-ish if needed */
.membership-grid .card .pill {
  color: #1d4ed8 !important;
}

/* Ensure general body copy is neutral */
body {
  color: #111827 !important;
}

/* ===== BITPA CLEAN RESET – HEADER, LOGO, TAGLINE, PRICING ===== */

/* Header: white bar, only blue bottom border, bigger height */
header {
  background: #ffffff !important;
  color: #111827 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 6px solid #2563eb !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: static !important;
  top: auto !important;
  padding: 22px 64px !important;
}

/* Desktop: larger logo + larger menu text */
@media (min-width: 1024px) {
  .logo-img {
    height: 72px !important;
    max-height: 72px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  header nav a {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-left: 24px !important;
    color: #111827 !important;
  }
}

/* Tablet / mobile: keep things a bit smaller */
@media (max-width: 1023px) {
  .logo-img {
    height: 48px !important;
    max-height: 48px !important;
  }

  header nav a {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
}

/* Tagline: make ONLY the main hero heading gold */
.hero > div:first-child > h1 {
  color: #d4af37 !important;   /* gold */
}

/* Membership at a Glance card: force text back to black */
.hero-card,
.hero-card h3,
.hero-card p,
.hero-card strong {
  color: #111827 !important;
}

/* Membership section prices: back to black */
.price {
  color: #111827 !important;
}

/* General strong text back to normal dark if anything else went gold */
strong {
  color: #111827 !important;
}

/* ===== END BITPA CLEAN RESET ===== */


/* === REMOVE ALL HEADER BORDERS === */
header {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}


/* === HEADER LAYOUT RESTORE === */

header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px 60px !important;     /* restore spacing */
  position: static !important;       /* prevents sticky */
  background: white !important;
}

/* Logo on the left */
header .logo-img {
  height: 90px !important;
  max-height: 90px !important;
  width: auto !important;
  object-fit: contain !important;
  margin-right: 40px !important;
}

/* Nav menu on the right */
header nav a {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin: 0 20px !important;
}

/* Join button spacing */
header nav .join-btn {
  margin-left: 20px !important;
}

@media (max-width: 768px) {
  header {
    padding: 12px 20px !important;
  }
  header .logo-img {
    height: 60px !important;
  }
  header nav a {
    font-size: 1rem !important;
    margin: 0 10px !important;
  }
}


/* === FIX MEMBERSHIP PRICING BACK TO BLACK === */
.membership-card,
.membership-card * {
  color: #000 !important;
}


/* === HEADER CLEANUP: REMOVE BORDER, THICKEN BAR, BIGGER LOGO === */

/* Remove all borders */
header {
  border: none !important;
  padding: 25px 0 !important;   /* thicker header bar */
}

/* Increase logo size (slightly larger than current) */
header .logo-img {
  height: 95px !important;      /* adjust as needed */
  max-height: 95px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Keep logo + menu aligned on same row */
header .container,
header nav {
  display: flex !important;
  align-items: center !important;
}

/* Increase nav font size */
header nav a {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

