/* =========================
   GLOBAL HOVER CARD
========================= */
.hover-card {
    transition: all 0.3s ease;
    border-radius: 8px;
}

.hover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


/* =========================
   GLOBAL RHYTHM SYSTEM
========================= */
section {
  padding-top: 110px;
  padding-bottom: 110px;
}

p {
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}


/* =========================
   HERO (UNCHANGED)
========================= */
selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text {
    max-width: 560px;
}

.hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.05em;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.hero-text p {
    font-size: 17px;
    line-height: 1.55em;
    color: rgba(255,255,255,0.92);
    margin-bottom: 8px;
}

.hero-text p:last-of-type {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.hero-text .elementor-button {
    margin-top: 12px;
    padding: 15px 34px;
    font-weight: 600;
    border-radius: 6px;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.hero-text .elementor-button:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: none;
}


/* =========================
   LOGO BAR UPGRADE
========================= */

.bb-logos {
  background: #f5f6f7;
  padding: 30px 0;
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.bb-logos img {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.bb-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}



/* =========================
   PROFILE BLOCK (FINAL CLEAN MERGE)
========================= */

.bb-profile {
  padding: 140px 20px;
  background: #ffffff;
}

.bb-profile-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 140px;
}

/* LEFT SIDE */
.bb-left-col {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative; /* safe anchor */
}

/* ROLE STACK (NO ABSOLUTE BREAK) */
.bb-roles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.85;
}

.bb-role {
  text-transform: uppercase;
}

.bb-plus {
  color: #d4d4d4;
  font-size: 13px;
}

/* COLORS */
.bb-role:nth-child(1) { color: #1f4ed8; }
.bb-role:nth-child(3) { color: #c9a96e; }
.bb-role:nth-child(5) { color: #f97316; }
.bb-role:nth-child(7) { color: #111827; }

/* IMAGE */
.bb-image {
  width: 480px;
  height: 600px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.bb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT SIDE */
.bb-right-col {
  max-width: 580px;
}

/* HEADLINE */
.bb-right-col h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 54px;
  line-height: 1.05em;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
  color: #0b2c44;
}

/* INTRO */
.bb-intro {
  font-size: 21px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 18px;
  color: #111827;
}

/* BODY */
.bb-right-col p {
  font-size: 17px;
  line-height: 1.75em;
  margin-bottom: 14px;
  color: #4b5563;
}

/* CTA */
.bb-cta {
  display: inline-block;
  margin-top: 30px;
  padding: 16px 36px;
  background: #0b2c44;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(11,44,68,0.2);
}

.bb-cta:hover {
  background: #071e2f;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11,44,68,0.25);
}


/* =========================
   MOBILE (FIXED — NO BREAKS)
========================= */

@media (max-width: 768px) {

  .hero-section {
    min-height: 80vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section .hero-text {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .hero-section .hero-text h1 {
    font-size: 30px;
  }

  .bb-profile-inner {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }

  .bb-left-col {
    flex-direction: column;
    gap: 30px;
  }

  .bb-roles {
    align-items: center;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .bb-image {
    width: 100%;
    height: 460px;
  }

  .bb-right-col h2 {
    font-size: 36px;
  }

  .bb-intro {
    font-size: 18px;
  }

  .bb-right-col p {
    font-size: 15px;
  }
}


/* =========================
   INSIGHT SECTION (FINAL)
========================= */

.bb-insight {
  background: #f8f9fb;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 40px;
}

.bb-insight-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  border-left: 3px solid rgba(11,44,68,0.25);
  padding-left: 28px;
}

.bb-insight h2 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: #0b2c44;
}

.bb-insight p {
  font-size: 18px;
  line-height: 1.75em;
  color: #4b5563;
  margin-bottom: 16px;
}

.bb-insight p:first-of-type {
  font-size: 21px;
  font-weight: 500;
  color: #111827;
}


/* =========================
   LOGO BAR FIX
========================= */

.logo-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  width: max-content;
  animation: logoScroll 25s linear infinite;
}

.logo-track .elementor-widget-image {
  flex-shrink: 0;
}

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

@keyframes logoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* =========================
   WHO SECTION
========================= */

.bb-who {
  background: #f3f5f7;
  padding: 110px 20px;
}

.bb-who-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.bb-who h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b2c44;
  margin-bottom: 14px;
}

.bb-who-sub {
  font-size: 18px;
  color: #6b7280;
  max-width: 720px;
  margin: 0 auto 60px;
}

.bb-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 50px;
}

.bb-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.bb-card:hover {
  transform: translateY(-5px);
}

.bb-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2c44;
}

.bb-line {
  width: 40px;
  height: 3px;
  background: #c9a96e;
  margin: 14px 0;
}

.bb-card p {
  font-size: 16px;
  color: #4b5563;
}

.bb-bottom-text {
  font-size: 16px;
  color: #6b7280;
}

@media (max-width: 768px) {
  .bb-who-grid {
    grid-template-columns: 1fr;
  }

  .bb-card {
    text-align: center;
  }

  .bb-line {
    margin-left: auto;
    margin-right: auto;
  }
}
/* =========================
   IMAGE CAROUSEL FIX (FORCE CONSISTENT SIZE)
========================= */

.elementor-image-carousel .swiper-slide {
  height: 420px; /* adjust if needed */
  display: flex;
}

.elementor-image-carousel .swiper-slide-inner {
  width: 100%;
  height: 100%;
}

.elementor-image-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* key fix */
}
/* =========================
   PROFILE POLISH (LEVEL 2)
========================= */

/* bring roles closer + anchor them visually */
.bb-left-col {
  gap: 30px;
}

/* subtle divider between roles and image */
.bb-roles {
  padding-right: 20px;
  border-right: 1px solid rgba(0,0,0,0.08);
}

/* tighten role spacing */
.bb-roles {
  gap: 18px;
}

/* improve readability hierarchy */
.bb-role {
  opacity: 0.9;
}

.bb-plus {
  opacity: 0.5;
}

/* enhance image presence */
.bb-image {
  transform: translateY(4px);
}

/* strengthen headline slightly */
.bb-right-col h2 {
  letter-spacing: -0.8px;
}

/* tighten paragraph width feel */
.bb-right-col {
  max-width: 540px;
}

/* CTA feels more intentional */
.bb-cta {
  margin-top: 34px;
}
/* =========================
   VIDEO SECTION (UPGRADE)
========================= */

.bb-video-section {
  background: #0b2c44;
  padding: 120px 20px;
  text-align: center;
}

.bb-video-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* HEADLINE */
.bb-video-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

/* SUBTEXT */
.bb-video-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 12px;
}

.bb-video-sub-2 {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 50px;
}

/* VIDEO FRAME */
.bb-video-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.5),
    0 10px 25px rgba(0,0,0,0.3);
}

/* subtle glow */
.bb-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  pointer-events: none;
}

/* make iframe clean */
.bb-video-wrap iframe {
  width: 100%;
  height: 560px;
  display: block;
  border: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .bb-video-wrap iframe {
    height: 240px;
  }

  .bb-video-section h2 {
    font-size: 28px;
  }
}
/* =========================
   VIDEO SECTION REFINEMENT
========================= */

.bb-video-section {
  position: relative;
  overflow: hidden;
}

/* subtle radial glow behind video */
.bb-video-section::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  pointer-events: none;
}

/* stronger video presence */
.bb-video-wrap {
  transform: scale(1);
  transition: all 0.4s ease;
}

.bb-video-wrap:hover {
  transform: scale(1.015);
}

/* tighter frame + cleaner edge */
.bb-video-wrap iframe {
  border-radius: 10px;
}

/* add subtle edge highlight */
.bb-video-wrap {
  border: 1px solid rgba(255,255,255,0.08);
}
/* =========================
   VIDEO SECTION FINAL POLISH
========================= */

/* headline tighter + stronger */
.bb-video-section h2 {
  letter-spacing: -0.5px;
}

/* middle line needs softer hierarchy */
.bb-video-section p:nth-of-type(2) {
  opacity: 0.65;
  letter-spacing: 0.4px;
}

/* increase video prominence slightly */
.bb-video-wrap {
  max-width: 900px;
  margin: 0 auto;
}

/* subtle glow intensity bump */
.bb-video-section::before {
  opacity: 0.8;
}
.bb-video-wrap iframe {
  filter: brightness(0.95);
}
/* =========================
   EXECUTION SECTION (DISTINCT)
========================= */

.bb-execution {
  padding: 140px 0;
  background: #f8f9fb;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.bb-execution-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.bb-execution-left h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b2c44;
  margin-bottom: 18px;
}

.bb-execution-intro {
  font-size: 18px;
  line-height: 1.7em;
  color: #4b5563;
  margin-bottom: 30px;
}

.bb-execution-statement {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 24px;
}

/* LIST */
.bb-execution-list {
  list-style: none;
  padding: 0;
}

.bb-execution-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #374151;
}

.bb-execution-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0b2c44;
  font-size: 14px;
}

/* RIGHT SIDE */
.bb-execution-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* QUOTE CARD */
.bb-execution-quote {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  position: relative;

  box-shadow:
    0 15px 40px rgba(0,0,0,0.08),
    0 4px 12px rgba(0,0,0,0.05);
}

.bb-quote-mark {
  font-size: 40px;
  color: #c9a96e;
  position: absolute;
  top: 20px;
  left: 20px;
}

.bb-execution-quote p {
  font-size: 18px;
  line-height: 1.7em;
  color: #111827;
  margin-bottom: 18px;
}

.bb-quote-source {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

/* CTA BLOCK */
.bb-execution-cta-block {
  text-align: left;
}

.bb-execution-availability {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 16px;
}

/* BUTTON */
.bb-execution-btn {
  display: inline-block;
  padding: 16px 34px;
  background: #0b2c44;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.25s ease;

  box-shadow: 0 10px 25px rgba(11,44,68,0.2);
}

.bb-execution-btn:hover {
  background: #071e2f;
  transform: translateY(-2px);
}

/* NOTE */
.bb-execution-note {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 10px;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-execution-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .bb-execution-left h2 {
    font-size: 32px;
  }

  .bb-execution-quote p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bio h2 {
    font-size: 42px;
  }
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; /* controls vertical space per logo */
}

.logo img {
  max-width: 120px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;

  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.15);
}
@media (max-width: 768px) {

  .split-right {
    grid-template-columns: repeat(2, 1fr); /* clean 2-column layout */
    gap: 30px;
  }

  .logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo img {
    max-width: 110px;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

}
/* normalize specific logos */
.logo img[src*="google"] { max-width: 90px; }
.logo img[src*="NFL"] { max-width: 70px; }
.logo img[src*="Alvarez"] { max-width: 85px; }
.logo img[src*="Clio"] { max-width: 95px; }

/* HERO SECTION */
.bb-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('https://brianbanksfree.com/wp-content/uploads/2026/03/IMG_0765-e1774488018917.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
}

/* DARK OVERLAY FOR READABILITY */
.bb-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 30, 47, 0.65);
}

/* CONTENT */
.bb-hero-content {
  position: relative;
  max-width: 650px;
  color: #ffffff;
}

/* HEADLINE */
.bb-hero-content,
.bb-hero-content h1,
.bb-hero-content h2,
.bb-hero-content p {
  color: #ffffff !important;
}

/* SUBHEADLINE */
.bb-hero-content h2 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* BODY */
.bb-hero-content p {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
}

/* BUTTON */
.bb-hero-btn {
  display: inline-block;
  background: #c9a96e;
  color: #0b2c44;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.bb-hero-btn:hover {
  background: #b8934f;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-hero {
    height: auto;
    padding: 80px 20px;
  }

  .bb-hero-content h1 {
    font-size: 42px;
  }

  .bb-hero-content h2 {
    font-size: 24px;
  }

  .bb-hero-content p {
    font-size: 16px;
  }

}
/* FORCE FULL WIDTH HERO */
.bb-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* FULL WIDTH BLUE SECTION */
.bb-video-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #0b2c44;
  padding: 80px 5%;
}

/* INNER CONTAINER */
.bb-video-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

/* VIDEO CARD */
.bb-video {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* VIDEO */
.bb-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* MOBILE (STACK CLEANLY) */
@media (max-width: 768px) {
  .bb-video-container {
    flex-direction: column;
  }

  .bb-video {
    width: 100%;
  }
}

.bb-video:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
}

.bb-video-heading {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* FULL WIDTH + BACKGROUND */
.bb-outcomes-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 110px 8%;
  overflow: hidden;

  /* COMBINED BACKGROUND (IMAGE + LIGHT OVERLAY) */
  background: 
    linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
    url('https://brianbanksfree.com/wp-content/uploads/2026/03/line-style-blue-curvy-wave-with-dynamic-movement-design_1017-52782.jpg.avif') center/cover no-repeat;
}

/* INNER */
.bb-outcomes-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.bb-outcomes-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #0b2c44;
}

/* GRID */
.bb-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}

/* CARD */
.bb-outcome-item {
  position: relative;
  background: #0b2c44;
  color: #ffffff;
  padding: 30px 25px 30px 45px;
  border-radius: 12px;
  text-align: left;
  width: 100%;
  max-width: 480px;

  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

/* ACCENT LINE */
.bb-accent-line {
  position: absolute;
  left: 18px;
  top: 25px;
  width: 4px;
  height: 40px;
  background: #c9a96e;
  border-radius: 2px;
}

/* TEXT */
.bb-outcome-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

/* HOVER */
.bb-outcome-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* CENTER LAST */
.bb-center {
  grid-column: span 2;
  max-width: 500px;
}

/* MOBILE */
@media (max-width: 768px) {
  .bb-outcomes-grid {
    grid-template-columns: 1fr;
  }

  .bb-center {
    grid-column: span 1;
  }

  .bb-outcomes-title {
    font-size: 32px;
  }
}

/* SECTION */
.bb-engagement-section {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
}

/* CONTAINER */
.bb-engagement-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.bb-engagement-image {
  flex: 1;
}

.bb-engagement-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* CONTENT */
.bb-engagement-content {
  flex: 1;
}

.bb-engagement-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0b2c44;
  margin-bottom: 20px;
}

.bb-engagement-intro {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* LIST */
.bb-engagement-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.bb-engagement-list li {
  margin-bottom: 18px;
  font-size: 17px;
  color: #0b2c44;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}

.bb-engagement-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #c9a96e;
  border-radius: 50%;
}

/* BUTTON */
.bb-engagement-btn {
  display: inline-block;
  background: #0b2c44;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
/* BUTTON */
.bb-engagement-btn {
  display: inline-block;
  background: #0b2c44;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.bb-engagement-btn:hover {
  background: #1264A0;
  color: #ffffff;
}
.bb-engagement-btn:hover {
  background: #1264A0;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-engagement-container {
    flex-direction: column;
    gap: 40px;
  }

  .bb-engagement-content h2 {
    font-size: 28px;
  }

}
.bb-engagement-content {
  transition: 0.3s ease;
}

.bb-engagement-content:hover {
  transform: translateY(-4px);
}

/* SECTION - FORCE FULL WIDTH */
.bb-who-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  padding: 100px 20px;
  background: #f8fafc;
}

/* CONTAINER (keeps content centered) */
.bb-who-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* HEADER */
.bb-who-header h2 {
  font-size: 42px;
  color: #0b2c44;
  margin-bottom: 15px;
  font-weight: 700;
}

.bb-who-header p {
  color: #6b7280;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

/* GRID */
.bb-who-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.bb-who-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  flex: 1;
  min-width: 300px;
  max-width: 360px;
  text-align: left;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.bb-who-card:hover {
  transform: translateY(-6px);
}

/* TITLE */
.bb-who-card h3 {
  font-size: 22px;
  color: #0b2c44;
  margin-bottom: 15px;
  font-weight: 700;
}

/* GOLD LINE */
.bb-line {
  width: 40px;
  height: 3px;
  background: #c9a96e;
  margin-bottom: 20px;
}

/* TEXT */
.bb-who-card p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

/* FOOTER */
.bb-who-footer p {
  margin-top: 60px;
  font-size: 16px;
  color: #6b7280;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-who-section {
    padding: 80px 20px;
  }

  .bb-who-header h2 {
    font-size: 30px;
  }

  .bb-who-grid {
    flex-direction: column;
    align-items: center;
  }

}

/* FULL WIDTH DARK SECTION */
.bb-testimonial-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

  background: linear-gradient(135deg, #071e2f, #0b2c44);
  padding: 120px 20px;
  color: #ffffff;
  overflow: hidden;
}

/* CONTAINER */
.bb-testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* HEADER */
.bb-testimonial-header h2 {
  font-size: 42px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #ffffff;
}

/* GRID */
.bb-testimonial-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.bb-testimonial-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 350px;
  text-align: left;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid rgba(255,255,255,0.08);
}

/* HOVER LIFT */
.bb-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* GOLD ACCENT LINE */
.bb-testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 40px;
  background: #c9a96e;
  border-radius: 2px;
}

/* QUOTE TEXT */
.bb-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 20px;
}

/* SOURCE */
.bb-source {
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-testimonial-header h2 {
    font-size: 30px;
  }

  .bb-testimonial-grid {
    flex-direction: column;
    align-items: center;
  }

}

/* FULL WIDTH SECTION */
.bb-final-cta {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

  background: #f8fafc;
  padding: 120px 20px;
}

/* CONTAINER */
.bb-final-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* TOP CONTENT */
.bb-final-content {
  margin-bottom: 50px;
}

.bb-final-content h2 {
  font-size: 46px;
  color: #0b2c44;
  margin-bottom: 20px;
  font-weight: 700;
}

.bb-final-sub {
  font-size: 24px;
  color: #6b7280;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BULLETS */
.bb-final-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bb-final-points li {
  margin-bottom: 12px;
  font-size: 22px;
  color: #0b2c44;
}

/* FORM */
.bb-final-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  text-align: left;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-final-content h2 {
    font-size: 30px;
  }

  .bb-final-sub {
    font-size: 16px;
  }

}

html {
  scroll-behavior: smooth;
}

/* Work With Brian HERO SECTION */
.bb-work-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 85vh;

  background: url('https://brianbanksfree.com/wp-content/uploads/2026/03/IMG_5223.jpg') center/cover no-repeat;

  display: flex;
  align-items: center;
  padding: 0 8%;
}

/* DARKER OVERLAY (MORE EXECUTIVE) */
.bb-work-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 30, 47, 0.75);
}

/* CONTENT */
.bb-work-content {
  position: relative;
  max-width: 650px;
  color: #ffffff;
}

/* FORCE WHITE TEXT */
.bb-work-content,
.bb-work-content h1,
.bb-work-content h2,
.bb-work-content p {
  color: #ffffff !important;
}

/* HEADLINE */
.bb-work-content h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

/* SUBHEAD */
.bb-work-content h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* BODY */
.bb-work-content p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.bb-work-btn {
  display: inline-block;
  background: #c9a96e;
  color: #0b2c44;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.bb-work-btn:hover {
  background: #b8934f;
  color: #0b2c44;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-work-hero {
    height: auto;
    padding: 80px 20px;
  }

  .bb-work-content h1 {
    font-size: 42px;
  }

  .bb-work-content h2 {
    font-size: 22px;
  }

  .bb-work-content p {
    font-size: 16px;
  }

}

/* FULL WIDTH SECTION WITH BACKGROUND */
.bb-work-core {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 120px 20px;
  position: relative;

  background: 
    linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),
    url('https://brianbanksfree.com/wp-content/uploads/2026/03/line-style-blue-curvy-wave-with-dynamic-movement-design_1017-52782.jpg.avif') center/cover no-repeat;
}

/* CONTAINER */
.bb-work-core-container {
  max-width: 900px;
  margin: 0 auto;
}

/* HEADER */
.bb-work-header {
  text-align: center;
  margin-bottom: 80px;
}

.bb-work-header h2 {
  font-size: 42px;
  color: #0b2c44;
  margin-bottom: 15px;
}

.bb-work-header p {
  color: #6b7280;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

/* ROW */
.bb-work-row {
  margin-bottom: 30px;
}

/* CARD */
.bb-work-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 30px 30px 50px;

  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.bb-work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* GOLD ACCENT LINE */
.bb-work-line {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 4px;
  height: 40px;
  background: #c9a96e;
  border-radius: 2px;
}

/* TEXT */
.bb-work-card h3 {
  font-size: 22px;
  color: #0b2c44;
  margin-bottom: 10px;
  font-weight: 700;
}

.bb-work-card p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-work-header h2 {
    font-size: 30px;
  }

}

/* FULL WIDTH SECTION */
.bb-who-work-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 120px 20px;
  background: #f1f5f9; /* slightly deeper than previous */
}

/* CONTAINER */
.bb-who-work-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* HEADER */
.bb-who-work-header {
  margin-bottom: 70px;
}

.bb-who-work-header h2 {
  font-size: 42px;
  color: #0b2c44;
  margin-bottom: 15px;
  font-weight: 700;
}

.bb-who-work-header p {
  font-size: 18px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* GRID */
.bb-who-work-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.bb-who-work-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 320px;
  text-align: left;

  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

/* HOVER */
.bb-who-work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

/* TITLE */
.bb-who-work-card h3 {
  font-size: 20px;
  color: #0b2c44;
  margin-bottom: 15px;
  font-weight: 700;
}

/* GOLD LINE */
.bb-who-line {
  width: 40px;
  height: 3px;
  background: #c9a96e;
  margin-bottom: 20px;
}

/* TEXT */
.bb-who-work-card p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

/* FOOTER */
.bb-who-work-footer {
  margin-top: 60px;
}

.bb-who-work-footer p {
  font-size: 16px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-who-work-header h2 {
    font-size: 30px;
  }

  .bb-who-work-grid {
    flex-direction: column;
    align-items: center;
  }

}

/* FULL WIDTH */
.bb-work-final {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 120px 20px;

  background: linear-gradient(135deg, #071e2f, #0b2c44);
  color: #ffffff;
}

/* CONTAINER */
.bb-work-final-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* CONTENT */
.bb-work-final-content {
  margin-bottom: 50px;
}

.bb-work-final-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.bb-work-final-sub {
  font-size: 24px;
  color: #d1d5db;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BULLETS */
.bb-work-final-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bb-work-final-points li {
  margin-bottom: 12px;
  font-size: 20px;
  color: #ffffff;
}

/* FORM */
.bb-work-final-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.3);
  text-align: left;
}

/* MOBILE */
@media (max-width: 768px) {

  .bb-work-final-content h2 {
    font-size: 30px;
  }

  .bb-work-final-sub {
    font-size: 16px;
  }

}
/* FORCE WHITE TEXT IN FINAL SECTION */
.bb-work-final,
.bb-work-final h2,
.bb-work-final p,
.bb-work-final li {
  color: #ffffff !important;
}

/* KEEP SUBTEXT SLIGHTLY SOFTER (OPTIONAL BUT CLEANER) */
.bb-work-final-sub {
  color: #e5e7eb !important;
}
/* MAKE CHECKMARKS GOLD ONLY */
.bb-work-final-points li::before {
  content: "✔";
  color: #c9a96e;
  margin-right: 8px;
}

/* REMOVE INLINE CHECKMARK FROM TEXT ALIGNMENT */
.bb-work-final-points li {
  list-style: none;
}
/* FIX FORM VISIBILITY ON MOBILE */
@media (max-width: 768px) {

  .bb-work-final-form {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .bb-work-final-form * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* FORCE FORM TO EXPAND FULL WIDTH */
  .wpforms-container,
  .wpforms-form,
  .wpforms-field-container {
    width: 100% !important;
  }

}
.bb-work-final-form {
  overflow: visible !important;
}
/* FORCE SECTION TO EXPAND FOR FORM */
.bb-work-final {
  height: auto !important;
  min-height: unset !important;
  overflow: visible !important;
}

/* ENSURE FORM WRAPPER CAN GROW */


/* FIX WPFORMS INTERNAL CONSTRAINTS */
.wpforms-container {
  height: auto !important;
  overflow: visible !important;
}

.wpforms-form {
  width: 100% !important;
}
/* ========================= */
/* STORY SECTION - FULL POWER FIX */
/* ========================= */

/* MAKE SECTION FEEL BIGGER */
.bb-story-container.center {
  max-width: 1000px;
}

/* ========================= */
/* FIX: MATCH TOP HEADING SIZE TO PLATFORM SECTION */
/* ========================= */

/* ONLY top section */
.bb-story-section .bb-story-container.center h2 {
  font-size: 48px;
  font-weight: 700;
  color: #0b2c44;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* BODY TEXT (UNCHANGED) */
.bb-story-container.center p {
  font-size: 28px;
  line-height: 1.9;
  color: #4b5563;
  max-width: 850px;
  margin: 0 auto 22px;
}

/* STRONG CLOSE LINE (UNCHANGED) */
.bb-story-container.center p:last-child {
  font-size: 26px;
  font-weight: 600;
  color: #0b2c44;
  margin-top: 35px;
}

/* ========================= */
/* DARK SECTION (UNCHANGED — KEEP WHITE) */
/* ========================= */

.bb-story-platform .bb-story-container.center h2 {
  color: #ffffff !important;
}

.bb-story-platform .bb-story-container.center p {
  color: #e5e7eb !important;
}

.bb-story-platform .bb-story-container.center p:last-child {
  color: #ffffff !important;
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) {

  .bb-story-container.center {
    max-width: 100%;
  }

  .bb-story-section .bb-story-container.center h2 {
    font-size: 30px;
  }

  .bb-story-container.center p {
    font-size: 18px;
    line-height: 1.7;
  }

  .bb-story-container.center p:last-child {
    font-size: 20px;
  }

}
/* ========================= */
/* BRIDGE SECTION SCALE FIX */
/* ========================= */

.bb-story-bridge-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* HEADING */
.bb-story-bridge-title {
  font-size: 56px;
  font-weight: 700;
  color: #0b2c44;
  margin-bottom: 35px;
  letter-spacing: -1px;
}

/* BODY */
.bb-story-bridge-text {
  font-size: 22px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 20px;
}

/* FINAL LINE */
.bb-story-bridge-close {
  font-size: 26px;
  font-weight: 600;
  color: #0b2c44;
  margin-top: 30px;
}

/* MOBILE FIX */
@media (max-width: 768px) {

  .bb-story-bridge-title {
    font-size: 36px;
  }

  .bb-story-bridge-text {
    font-size: 18px;
  }

  .bb-story-bridge-close {
    font-size: 20px;
  }

}

