.blfounders {
  --blf-navy: #07142d;
  --blf-blue: #0e4bb3;
  --blf-gold: #d99416;
  --blf-text: #20324d;
  --blf-muted: #66758d;
  --blf-line: #dfe6ef;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--blf-text);
  font-family: var(--bl5-font, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.blfounders *,
.blfounders *::before,
.blfounders *::after {
  box-sizing: border-box;
}

.blfounders__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.blfounders__metrics article {
  position: relative;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--blf-line);
  border-radius: 22px;
  background: radial-gradient(circle at 100% 0, rgba(217, 148, 22, .13), transparent 38%), #fff;
  box-shadow: 0 16px 36px rgba(7, 20, 45, .06);
}

.blfounders__metrics article::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -30px;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(14, 75, 179, .08);
  border-radius: 50%;
}

.blfounders__metrics span {
  display: block;
  margin-bottom: 10px;
  color: var(--blf-gold);
  font-size: clamp(31px, 4vw, 47px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.05em;
}

.blfounders__metrics strong,
.blfounders__metrics small {
  position: relative;
  z-index: 1;
  display: block;
}

.blfounders__metrics strong {
  color: var(--blf-navy);
  font-size: 16px;
  font-weight: 900;
}

.blfounders__metrics small {
  margin-top: 6px;
  color: var(--blf-muted);
  font-size: 12px;
  line-height: 1.5;
}

.blfounders__heading {
  max-width: 850px;
  margin: 0 auto 24px;
  text-align: center;
}

.blfounders__heading--compact {
  margin-top: clamp(48px, 7vw, 82px);
}

.blfounders__heading > span,
.blfounders__steps-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(217, 148, 22, .26);
  border-radius: 999px;
  background: #fff7e5;
  color: #946000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}

.blfounders__heading h2,
.blfounders__steps h2 {
  margin: 14px 0 12px;
  color: var(--blf-navy);
  font-size: clamp(30px, 4.5vw, 49px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.05em;
}

.blfounders__heading p,
.blfounders__steps-copy p {
  margin: 0;
  color: #55667d;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.72;
}

.blfounders__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blfounders__compare article {
  padding: clamp(23px, 3vw, 32px);
  border: 1px solid var(--blf-line);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(7, 20, 45, .065);
}

.blfounders__compare .is-included {
  background: radial-gradient(circle at 100% 0, rgba(20, 184, 110, .11), transparent 36%), linear-gradient(145deg, #fff 0%, #f5fff9 100%);
}

.blfounders__compare .is-separate {
  background: radial-gradient(circle at 100% 0, rgba(217, 148, 22, .15), transparent 36%), linear-gradient(145deg, #fff 0%, #fffaf0 100%);
}

.blfounders__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blf-navy), var(--blf-blue));
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(7, 20, 45, .17);
}

.blfounders__compare h3,
.blfounders__benefits h3 {
  margin: 17px 0 12px;
  color: var(--blf-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.blfounders__compare ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blfounders__compare li {
  position: relative;
  padding-left: 23px;
  color: #485a72;
  font-size: 14px;
  line-height: 1.68;
}

.blfounders__compare li + li {
  margin-top: 11px;
}

.blfounders__compare li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blf-gold);
  box-shadow: 0 0 0 4px rgba(217, 148, 22, .12);
}

.blfounders__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blfounders__benefits article {
  position: relative;
  min-width: 0;
  padding: 25px 25px 25px 82px;
  border: 1px solid var(--blf-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 20, 45, .05);
}

.blfounders__benefits b {
  position: absolute;
  top: 24px;
  left: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blf-gold), #f2bd45);
  color: var(--blf-navy);
  font-size: 13px;
  font-weight: 950;
}

.blfounders__benefits h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.blfounders__benefits p {
  margin: 0;
  color: #5a6a80;
  font-size: 13.5px;
  line-height: 1.65;
}

.blfounders__steps {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  margin-top: clamp(48px, 7vw, 84px);
  padding: clamp(26px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(18, 62, 141, .4);
  border-radius: 30px;
  background: radial-gradient(circle at 90% 0, rgba(217, 148, 22, .22), transparent 34%), linear-gradient(135deg, #07142d, #0c316a);
  box-shadow: 0 24px 58px rgba(7, 20, 45, .16);
}

.blfounders__steps h2 {
  color: #fff;
  font-size: clamp(29px, 4vw, 43px);
}

.blfounders__steps-copy p {
  color: #d8e4f7;
  font-size: 14px;
}

.blfounders__availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
}

.blfounders__availability i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f2bd45;
  box-shadow: 0 0 0 5px rgba(242, 189, 69, .14);
}

.blfounders__steps ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blfounders__steps li {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}

.blfounders__steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: #f2bd45;
  color: var(--blf-navy);
  font-weight: 950;
}

.blfounders__steps li strong,
.blfounders__steps li small {
  display: block;
}

.blfounders__steps li strong {
  color: #fff;
  font-size: 14px;
}

.blfounders__steps li small {
  margin-top: 4px;
  color: #c9d8ee;
  font-size: 11.5px;
  line-height: 1.45;
}

.blfounders__notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid var(--blf-line);
  border-left: 5px solid var(--blf-gold);
  border-radius: 20px;
  background: #fffaf0;
}

.blfounders__notice > div {
  max-width: 760px;
}

.blfounders__notice strong {
  display: block;
  color: var(--blf-navy);
  font-size: 17px;
  font-weight: 900;
}

.blfounders__notice p {
  margin: 6px 0 0;
  color: #5d6574;
  font-size: 12.5px;
  line-height: 1.62;
}

.blfounders__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 14px;
  background: var(--blf-navy);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(7, 20, 45, .16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.blfounders__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 30px rgba(7, 20, 45, .22);
}

.blfounders__button:focus-visible {
  outline: 3px solid var(--blf-gold);
  outline-offset: 3px;
}

/* Dark member mode follows the same deep-navy/gold palette as the legal
   contest pages. The light rules above remain untouched and fully reversible. */
body.bidluna-site-dark .blfounders {
  --blf-navy: #f8fbff;
  --blf-blue: #6fa8ff;
  --blf-gold: #f2b83f;
  --blf-text: #dfe8f5;
  --blf-muted: #a9b9ce;
  --blf-line: #2b3e56;
  color: var(--blf-text);
}

body.bidluna-site-dark .blfounders :is(.blfounders__metrics article,.blfounders__compare article,.blfounders__benefits article,.blfounders__notice) {
  border-color: var(--blf-line);
  background: radial-gradient(circle at 100% 0, rgba(242, 184, 63, .10), transparent 38%), #0d1521;
  color: var(--blf-text);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .30);
}

body.bidluna-site-dark .blfounders .blfounders__compare .is-included {
  background: radial-gradient(circle at 100% 0, rgba(53, 209, 154, .10), transparent 38%), #0d1521;
}

body.bidluna-site-dark .blfounders .blfounders__compare .is-separate {
  background: radial-gradient(circle at 100% 0, rgba(242, 184, 63, .12), transparent 38%), #0d1521;
}

body.bidluna-site-dark .blfounders :is(.blfounders__metrics strong,.blfounders__heading h2,.blfounders__compare h3,.blfounders__benefits h3,.blfounders__notice strong) {
  color: #f8fbff;
}

body.bidluna-site-dark .blfounders :is(.blfounders__metrics small,.blfounders__heading p,.blfounders__compare li,.blfounders__benefits p,.blfounders__notice p) {
  color: var(--blf-muted);
}

body.bidluna-site-dark .blfounders :is(.blfounders__heading > span,.blfounders__steps-copy > span) {
  border-color: #71591f;
  background: #2b2415;
  color: #ffd778;
}

body.bidluna-site-dark .blfounders .blfounders__steps {
  border-color: #365583;
  background: radial-gradient(circle at 90% 0, rgba(242, 184, 63, .18), transparent 34%), linear-gradient(135deg, #07142d, #102e60);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .38);
}

body.bidluna-site-dark .blfounders .blfounders__steps li {
  border-color: rgba(111, 168, 255, .25);
  background: rgba(13, 21, 33, .74);
}

body.bidluna-site-dark .blfounders .blfounders__button {
  border: 1px solid #71591f;
  background: linear-gradient(145deg, #ffd778, #f2b83f);
  color: #07142d !important;
  box-shadow: 0 0 0 1px rgba(242, 184, 63, .28), 0 14px 30px rgba(0, 0, 0, .34);
}

@media (max-width: 820px) {
  .blfounders__metrics,
  .blfounders__compare,
  .blfounders__benefits,
  .blfounders__steps {
    grid-template-columns: 1fr;
  }

  .blfounders__steps {
    gap: 28px;
  }

  .blfounders__notice {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .blfounders__metrics {
    gap: 10px;
  }

  .blfounders__metrics article,
  .blfounders__compare article {
    padding: 19px;
    border-radius: 20px;
  }

  .blfounders__heading {
    text-align: left;
  }

  .blfounders__heading h2 {
    font-size: 31px;
  }

  .blfounders__benefits article {
    padding: 20px 18px 20px 72px;
  }

  .blfounders__benefits b {
    top: 19px;
    left: 17px;
  }

  .blfounders__steps {
    margin-inline: -4px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .blfounders__notice {
    padding: 20px 17px;
  }

  .blfounders__button {
    width: 100%;
  }
}
