.boafit-growth-nudge {
  position: fixed;
  z-index: 99990;
  width: min(390px, calc(100vw - 28px));
  color: #0E1E1D;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .34s ease, transform .34s ease;
}

.boafit-growth-nudge.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.boafit-growth-nudge[data-side="right"] {
  right: 24px;
  top: 52%;
  transform: translate3d(28px, -50%, 0);
}

.boafit-growth-nudge[data-side="right"].is-visible {
  transform: translate3d(0, -50%, 0);
}

.boafit-growth-nudge[data-side="left"] {
  left: 24px;
  top: 52%;
  transform: translate3d(-28px, -50%, 0);
}

.boafit-growth-nudge[data-side="left"].is-visible {
  transform: translate3d(0, -50%, 0);
}

.boafit-growth-nudge[data-side="bottom"] {
  left: 50%;
  bottom: 22px;
  transform: translate3d(-50%, 28px, 0);
}

.boafit-growth-nudge[data-side="bottom"].is-visible {
  transform: translate3d(-50%, 0, 0);
}

.boafit-growth-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(105, 209, 143, .26);
  border-radius: 8px;
  background: rgba(246, 252, 246, .96);
  box-shadow: 0 24px 72px rgba(14, 30, 29, .18);
  backdrop-filter: blur(18px);
}

.boafit-growth-card:before {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 232, 0, .22), rgba(105, 209, 143, 0) 68%);
  pointer-events: none;
}

.boafit-growth-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(14, 30, 29, .08);
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  color: #0E1E1D;
  cursor: pointer;
  line-height: 1;
}

.boafit-growth-map {
  position: relative;
  min-height: 154px;
  padding: 22px 22px 8px;
  background: linear-gradient(135deg, #102826 0%, #0E1E1D 100%);
}

.boafit-growth-map img {
  display: block;
  width: 100%;
  height: 126px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .18));
  opacity: .92;
}

.boafit-growth-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BDE800;
  box-shadow: 0 0 0 6px rgba(189, 232, 0, .16);
}

.boafit-growth-dot.region-west { left: 26%; top: 55%; }
.boafit-growth-dot.region-central { left: 49%; top: 46%; }
.boafit-growth-dot.region-south { left: 57%; top: 66%; }
.boafit-growth-dot.region-east { left: 76%; top: 52%; }

.boafit-growth-body {
  position: relative;
  padding: 20px 22px 22px;
}

.boafit-growth-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #EAF8EE;
  color: #13744B;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.boafit-growth-title {
  margin: 12px 0 8px;
  color: #0E1E1D;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 700;
}

.boafit-growth-copy {
  margin: 0;
  color: #4F5D59;
  font-size: 14px;
  line-height: 1.65;
}

.boafit-growth-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 18px;
}

.boafit-growth-stat {
  border: 1px solid rgba(14, 30, 29, .08);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.boafit-growth-stat strong {
  display: block;
  color: #13744B;
  font-size: 18px;
  line-height: 1;
}

.boafit-growth-stat span {
  display: block;
  margin-top: 5px;
  color: #68736F;
  font-size: 11px;
}

.boafit-growth-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.boafit-growth-primary,
.boafit-growth-secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.boafit-growth-primary {
  background: #0E1E1D;
  color: #fff;
}

.boafit-growth-secondary {
  background: #69D18F;
  color: #0E1E1D;
}

.boafit-growth-primary:hover,
.boafit-growth-secondary:hover {
  transform: translateY(-2px);
}

.boafit-growth-compact .boafit-growth-map {
  display: none;
}

.boafit-growth-compact .boafit-growth-card {
  background: #0E1E1D;
  color: #fff;
}

.boafit-growth-compact .boafit-growth-title,
.boafit-growth-compact .boafit-growth-copy {
  color: #fff;
}

.boafit-growth-compact .boafit-growth-copy {
  opacity: .78;
}

.boafit-growth-compact .boafit-growth-eyebrow {
  background: rgba(105, 209, 143, .16);
  color: #69D18F;
}

@media (max-width: 1280px) {
  .boafit-growth-nudge {
    width: min(350px, calc(100vw - 28px));
  }
}

@media (max-width: 991px) {
  .boafit-growth-nudge,
  .boafit-growth-nudge[data-side="right"],
  .boafit-growth-nudge[data-side="left"],
  .boafit-growth-nudge[data-side="bottom"] {
    left: 12px;
    right: 12px;
    bottom: 86px;
    top: auto;
    width: auto;
    transform: translate3d(0, 26px, 0);
  }

  .boafit-growth-nudge.is-visible,
  .boafit-growth-nudge[data-side="right"].is-visible,
  .boafit-growth-nudge[data-side="left"].is-visible,
  .boafit-growth-nudge[data-side="bottom"].is-visible {
    transform: translate3d(0, 0, 0);
  }

  .boafit-growth-map {
    display: none;
  }

  .boafit-growth-body {
    padding: 17px 56px 17px 16px;
  }

  .boafit-growth-title {
    font-size: 18px;
  }

  .boafit-growth-copy {
    font-size: 13px;
    line-height: 1.5;
  }

  .boafit-growth-stats {
    display: none;
  }

  .boafit-growth-actions {
    margin-top: 12px;
  }

  .boafit-growth-primary,
  .boafit-growth-secondary {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .boafit-growth-eyebrow {
    font-size: 10px;
  }

  .boafit-growth-body {
    padding-right: 48px;
  }

  .boafit-growth-actions {
    gap: 7px;
  }
}

.boafit-inline-franchise {
  position: relative;
  z-index: 80;
  width: 100%;
  margin: 0;
  padding: 138px 16px 92px;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 20%, rgba(105, 209, 143, .16), transparent 34%),
    linear-gradient(180deg, #fff 0%, #F5FAF5 100%);
  overflow: hidden;
  isolation: isolate;
  clear: both;
}

.boafit-inline-franchise:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -90px;
  width: 120vw;
  height: 190px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff 0%, #F7FBF7 72%, #F7FBF7 100%);
  z-index: -1;
}

.boafit-inline-franchise:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 120vw;
  height: 112px;
  transform: translateX(-50%);
  background: #F7FBF7;
  z-index: -1;
}

.boafit-inline-franchise__card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 0;
  width: min(1110px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(14, 30, 29, .1);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 80px rgba(14, 30, 29, .1);
  backdrop-filter: blur(14px);
}

.boafit-inline-franchise__content {
  padding: 46px 42px;
}

.boafit-inline-franchise__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #E8F8EC;
  color: #13744B;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.boafit-inline-franchise h3 {
  margin: 14px 0 10px;
  color: #0E1E1D;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  font-weight: 700;
}

.boafit-inline-franchise p {
  margin: 0;
  max-width: 640px;
  color: #50605C;
  font-size: 16px;
  line-height: 1.7;
}

.boafit-inline-franchise__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.boafit-inline-franchise__actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.boafit-inline-franchise__primary {
  background: #0E1E1D;
  color: #fff;
}

.boafit-inline-franchise__secondary {
  background: #69D18F;
  color: #0E1E1D;
}

.boafit-inline-franchise__visual {
  position: relative;
  min-height: 392px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 83% 82%, rgba(105, 209, 143, .2), transparent 28%),
    linear-gradient(135deg, #0E1E1D 0%, #102A27 100%);
}

.boafit-inline-franchise__visual:before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  pointer-events: none;
}

.boafit-inline-franchise__visual img {
  position: relative;
  width: min(82%, 500px);
  height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .26));
  opacity: .94;
}

.boafit-inline-franchise__chips {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.boafit-inline-franchise__chips span {
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
}

.boafit-inline-franchise__pin-layer {
  position: absolute;
  inset: 56px 42px 78px;
  pointer-events: none;
}

.boafit-inline-franchise__pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.boafit-inline-franchise__pin button {
  position: relative;
  min-width: 18px;
  height: 18px;
  border: 2px solid #0E1E1D;
  border-radius: 999px;
  background: #BDE800;
  box-shadow: 0 0 0 7px rgba(189, 232, 0, .16), 0 10px 20px rgba(0, 0, 0, .24);
  cursor: pointer;
}

.boafit-inline-franchise__pin button:after {
  content: attr(data-city);
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #0E1E1D;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.boafit-inline-franchise__pin:hover button:after {
  opacity: 1;
  transform: translate(-50%, -3px);
}

.boafit-inline-franchise__branches {
  position: absolute;
  left: 24px;
  top: 24px;
  max-width: calc(100% - 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.boafit-inline-franchise__branches a,
.boafit-inline-franchise__branches span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(105, 209, 143, .32);
  background: rgba(14, 30, 29, .72);
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.boafit-inline-franchise__branches span {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 991px) {
  .boafit-inline-franchise {
    padding: 92px 14px 60px;
  }

  .boafit-inline-franchise__card {
    grid-template-columns: 1fr;
  }

  .boafit-inline-franchise__content {
    padding: 30px 24px;
  }

  .boafit-inline-franchise__visual {
    min-height: 285px;
  }

  .boafit-inline-franchise__visual img {
    height: 185px;
  }

  .boafit-inline-franchise__pin-layer {
    inset: 48px 28px 74px;
  }
}

@media (max-width: 575px) {
  .boafit-inline-franchise {
    padding: 78px 11px 48px;
  }

  .boafit-inline-franchise h3 {
    font-size: 27px;
  }

  .boafit-inline-franchise p {
    font-size: 14px;
  }

  .boafit-inline-franchise__actions a {
    width: 100%;
  }

  .boafit-inline-franchise__branches {
    left: 14px;
    right: 14px;
    top: 14px;
    max-width: none;
  }

  .boafit-inline-franchise__chips {
    left: 14px;
    right: 14px;
  }
}

/* Clean no-background CTA tuning */
.boafit-inline-franchise {
  padding: 58px 16px 64px;
  background: #fff !important;
}

.boafit-inline-franchise:before,
.boafit-inline-franchise:after {
  display: none !important;
}

.boafit-inline-franchise__shell {
  min-height: 420px;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  gap: 0;
  background: #fff;
  box-shadow: none;
  border: 1px solid rgba(14, 30, 29, .09);
}

.boafit-inline-franchise__shell:before {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 44%, rgba(255,255,255,0) 68%);
}

.boafit-inline-franchise__copy {
  padding: 40px 0 40px 42px;
}

.boafit-inline-franchise__copy h3 {
  font-size: clamp(34px, 3.6vw, 52px);
}

.boafit-inline-franchise__copy p {
  font-size: 16px;
}

.boafit-inline-franchise__metrics {
  margin: 22px 0 22px;
}

.boafit-inline-franchise__radar {
  min-height: 420px;
  padding: 30px 34px 30px 0;
}

.boafit-inline-franchise__radar-frame {
  min-height: 305px;
}

.boafit-inline-franchise__radar-frame img {
  height: 210px;
}

.boafit-inline-franchise__signal {
  color: #52625D;
}

@media (max-width: 991px) {
  .boafit-inline-franchise {
    padding: 42px 14px 48px;
  }

  .boafit-inline-franchise__shell {
    grid-template-columns: 1fr;
  }

  .boafit-inline-franchise__shell:before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 42%, rgba(255,255,255,0) 76%);
  }

  .boafit-inline-franchise__copy {
    padding: 30px 24px 18px;
  }

  .boafit-inline-franchise__radar {
    min-height: auto;
    padding: 0 18px 24px;
  }
}

@media (max-width: 575px) {
  .boafit-inline-franchise {
    padding: 32px 10px 38px;
  }
}

/* Final clean spacing pass */
.boafit-inline-franchise__shell {
  min-height: 420px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.boafit-inline-franchise__radar {
  min-height: 360px;
  padding: 22px 34px 22px 0;
}

.boafit-inline-franchise__radar-frame {
  min-height: 280px;
}

.boafit-inline-franchise__radar-frame img {
  height: 200px;
}

@media (max-width: 991px) {
  .boafit-inline-franchise__shell {
    min-height: auto;
  }

  .boafit-inline-franchise__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 18px 0;
  }

  .boafit-inline-franchise__metrics span {
    padding: 10px 9px;
  }

  .boafit-inline-franchise__metrics strong {
    font-size: 20px;
  }

  .boafit-inline-franchise__metrics small {
    font-size: 10px;
  }

  .boafit-inline-franchise__radar {
    padding: 0 18px 22px;
  }
}

@media (max-width: 575px) {
  .boafit-inline-franchise {
    padding: 28px 10px 32px;
  }
}

/* Premium animated franchise CTA */
.boafit-inline-franchise {
  padding: 116px 16px 104px;
  background:
    radial-gradient(circle at 15% 18%, rgba(105, 209, 143, .18), transparent 34%),
    radial-gradient(circle at 86% 28%, rgba(189, 232, 0, .16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #F3FAF4 100%);
}

.boafit-inline-franchise__shell {
  position: relative;
  width: min(1160px, 100%);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: 34px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #0E1E1D;
  box-shadow: 0 30px 90px rgba(14, 30, 29, .18);
}

.boafit-inline-franchise__shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 42%, rgba(255,255,255,0) 66%),
    radial-gradient(circle at 70% 48%, rgba(105, 209, 143, .2), transparent 34%);
  pointer-events: none;
}

.boafit-inline-franchise__shell:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(14,30,29,.16), rgba(105,209,143,.5), rgba(255,255,255,.08));
}

.boafit-inline-franchise__copy {
  position: relative;
  z-index: 2;
  padding: 54px 0 54px 46px;
}

.boafit-inline-franchise__eyebrow {
  background: rgba(105, 209, 143, .16);
  color: #13744B;
}

.boafit-inline-franchise__copy h3 {
  max-width: 560px;
  margin: 16px 0 14px;
  color: #0E1E1D;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  font-weight: 700;
}

.boafit-inline-franchise__copy p {
  max-width: 560px;
  color: #4D5D59;
  font-size: 17px;
  line-height: 1.7;
}

.boafit-inline-franchise__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin: 26px 0 24px;
}

.boafit-inline-franchise__metrics span {
  border: 1px solid rgba(14, 30, 29, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 14px 15px;
}

.boafit-inline-franchise__metrics strong {
  display: block;
  color: #0E1E1D;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.boafit-inline-franchise__metrics small {
  display: block;
  margin-top: 7px;
  color: #60706B;
  font-size: 12px;
  font-weight: 700;
}

.boafit-inline-franchise__radar {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 42px 38px 42px 0;
}

.boafit-inline-franchise__radar-frame {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(105, 209, 143, .2);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(105, 209, 143, .16) 0 2px, transparent 3px) 0 0 / 34px 34px,
    radial-gradient(circle at 62% 54%, rgba(189, 232, 0, .16), transparent 33%),
    linear-gradient(135deg, #102A27 0%, #0B1D1B 100%);
}

.boafit-inline-franchise__radar-frame:before,
.boafit-inline-franchise__radar-frame:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(105, 209, 143, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.boafit-inline-franchise__radar-frame:after {
  width: 390px;
  height: 390px;
  opacity: .55;
}

.boafit-inline-franchise__scan {
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent 0 72%, rgba(189, 232, 0, .24) 82%, transparent 92% 100%);
  animation: boafitRadarSweep 7.5s linear infinite;
  opacity: .72;
}

.boafit-inline-franchise__radar-frame img {
  position: relative;
  z-index: 2;
  width: min(82%, 520px);
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, .34));
  opacity: .96;
}

.boafit-inline-franchise__radar .boafit-inline-franchise__pin-layer {
  z-index: 3;
  inset: 58px 46px 60px;
}

.boafit-inline-franchise__radar .boafit-inline-franchise__branches {
  position: static;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.boafit-inline-franchise__signal {
  color: #52625D;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.boafit-inline-franchise__signal span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #BDE800;
  box-shadow: 0 0 0 7px rgba(189, 232, 0, .12);
}

.boafit-inline-franchise__pin button {
  animation: boafitPinPulse 2.4s ease-in-out infinite;
}

@keyframes boafitRadarSweep {
  to { transform: rotate(360deg); }
}

@keyframes boafitPinPulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(189, 232, 0, .14), 0 10px 20px rgba(0, 0, 0, .24); }
  50% { box-shadow: 0 0 0 13px rgba(189, 232, 0, .04), 0 16px 28px rgba(0, 0, 0, .3); }
}

@media (max-width: 991px) {
  .boafit-inline-franchise__shell {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .boafit-inline-franchise__shell:before {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,0) 74%);
  }

  .boafit-inline-franchise__copy {
    padding: 34px 24px 20px;
  }

  .boafit-inline-franchise__copy h3 {
    font-size: 34px;
    line-height: 1.04;
  }

  .boafit-inline-franchise__metrics {
    grid-template-columns: 1fr;
  }

  .boafit-inline-franchise__radar {
    min-height: auto;
    padding: 0 18px 28px;
  }

  .boafit-inline-franchise__radar-frame {
    min-height: 300px;
  }

  .boafit-inline-franchise__radar-frame img {
    height: 190px;
  }

  .boafit-inline-franchise__radar .boafit-inline-franchise__pin-layer {
    inset: 50px 28px 55px;
  }
}

@media (max-width: 575px) {
  .boafit-inline-franchise {
    padding: 78px 10px 62px;
  }

  .boafit-inline-franchise__copy h3 {
    font-size: 31px;
  }

  .boafit-inline-franchise__copy p {
    font-size: 14px;
  }

  .boafit-inline-franchise__radar-frame {
    min-height: 250px;
  }

  .boafit-inline-franchise__radar-frame img {
    width: 88%;
    height: 150px;
  }
}

/* Last-mile cleanup: no outer background, tighter vertical rhythm */
.boafit-inline-franchise {
  padding: 44px 16px 48px !important;
  background: #fff !important;
}

.boafit-inline-franchise:before,
.boafit-inline-franchise:after {
  display: none !important;
}

.boafit-inline-franchise__shell {
  min-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.boafit-inline-franchise__copy {
  padding: 34px 0 34px 42px !important;
}

.boafit-inline-franchise__copy h3 {
  font-size: clamp(32px, 3.35vw, 48px) !important;
}

.boafit-inline-franchise__copy p {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.boafit-inline-franchise__metrics {
  margin: 18px 0 18px !important;
}

.boafit-inline-franchise__radar {
  min-height: 0 !important;
  padding: 22px 34px 22px 0 !important;
}

.boafit-inline-franchise__radar-frame {
  min-height: 270px !important;
}

.boafit-inline-franchise__radar-frame img {
  height: 190px !important;
}

@media (max-width: 991px) {
  .boafit-inline-franchise {
    padding: 34px 14px 38px !important;
  }

  .boafit-inline-franchise__copy {
    padding: 28px 22px 16px !important;
  }

  .boafit-inline-franchise__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 16px 0 !important;
  }

  .boafit-inline-franchise__metrics span {
    padding: 9px 8px !important;
  }

  .boafit-inline-franchise__metrics strong {
    font-size: 20px !important;
  }

  .boafit-inline-franchise__metrics small {
    font-size: 10px !important;
  }

  .boafit-inline-franchise__radar {
    padding: 0 18px 22px !important;
  }

  .boafit-inline-franchise__radar-frame {
    min-height: 240px !important;
  }
}

@media (max-width: 575px) {
  .boafit-inline-franchise {
    padding: 26px 10px 30px !important;
  }

  .boafit-inline-franchise__copy h3 {
    font-size: 29px !important;
  }

  .boafit-inline-franchise__radar-frame img {
    height: 135px !important;
  }
}

.boafit-city-search-nudge {
  position: fixed;
  right: 24px;
  top: 52%;
  z-index: 99992;
  width: min(430px, calc(100vw - 28px));
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(34px, -50%, 0) scale(.96);
  transition: opacity .34s ease, transform .34s ease;
}

.boafit-city-search-nudge.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0) scale(1);
}

.boafit-city-search-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(105, 209, 143, .26);
  background:
    radial-gradient(circle at 92% 8%, rgba(189, 232, 0, .2), transparent 28%),
    linear-gradient(135deg, #0E1E1D 0%, #102A27 100%);
  color: #fff;
  box-shadow: 0 26px 80px rgba(14, 30, 29, .26);
  padding: 24px;
}

.boafit-city-search-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(105, 209, 143, .18) 0 2px, transparent 3px) 0 0 / 28px 28px;
  opacity: .28;
  pointer-events: none;
}

.boafit-city-search-card > * {
  position: relative;
  z-index: 1;
}

.boafit-city-search-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #0E1E1D;
  cursor: pointer;
  line-height: 1;
}

.boafit-city-search-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(105, 209, 143, .16);
  color: #69D18F;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.boafit-city-search-card h3 {
  margin: 14px 40px 10px 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
}

.boafit-city-search-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.58;
}

.boafit-city-search-form label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 700;
}

.boafit-city-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  box-shadow: inset 0 0 0 1px rgba(14, 30, 29, .08);
}

.boafit-city-search-row input {
  min-width: 0;
  width: 100%;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0E1E1D;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.boafit-city-search-row input::placeholder {
  color: #6A7772;
  font-weight: 500;
}

.boafit-city-search-row button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #69D18F;
  color: #0E1E1D;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.boafit-city-search-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 700;
}

.boafit-city-search-note span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #BDE800;
  box-shadow: 0 0 0 7px rgba(189, 232, 0, .12);
}

@media (max-width: 991px) {
  .boafit-city-search-nudge {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 86px;
    width: auto;
    transform: translate3d(0, 26px, 0) scale(.98);
  }

  .boafit-city-search-nudge.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .boafit-city-search-card {
    padding: 18px;
  }

  .boafit-city-search-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .boafit-city-search-row {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .boafit-city-search-row button {
    width: 100%;
  }
}

.boafit-growth-primary:hover, .boafit-inline-franchise__primary:hover { color: #fff !important; }
.boafit-growth-secondary:hover, .boafit-inline-franchise__secondary:hover { color: #0E1E1D !important; }
