.elementor-21330 .elementor-element.elementor-element-cf079b6{--spacer-size:50px;}/* Start custom CSS for section, class: .elementor-element-88f49d3 *//* =========================================
   HOW IT WORKS — HERO
   ========================================= */

.bbe-how-hero {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;
  --bbe-light: #f5f5f5;
  --bbe-green: #4d9c60;

  position: relative;
  max-width: 1180px;
  margin: 28px auto 66px;
  overflow: hidden;
  border: 1px solid var(--bbe-border);
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(192, 57, 43, 0.11),
      transparent 29%
    ),
    linear-gradient(
      115deg,
      #ffffff 0%,
      #ffffff 57%,
      #f3f3f3 100%
    );
  box-shadow: 0 16px 42px rgba(28, 28, 28, 0.11);
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Red top accent */

.bbe-how-hero::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--bbe-red);
  content: "";
}

/* Background grid */

.bbe-how-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(28, 28, 28, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(28, 28, 28, 0.025) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.bbe-how-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 545px;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  align-items: center;
  gap: 59px;
  padding: 64px 68px;
}

/* =========================================
   HERO COPY
   ========================================= */

.bbe-how-hero__content {
  position: relative;
  z-index: 3;
}

.bbe-how-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bbe-how-hero__eyebrow::before {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

.bbe-how-hero__title {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(50px, 6.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.93;
}

.bbe-how-hero__title span {
  display: block;
  color: var(--bbe-red);
}

.bbe-how-hero__lead {
  max-width: 680px;
  margin: 0 0 14px;
  color: var(--bbe-charcoal);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.bbe-how-hero__text {
  max-width: 680px;
  margin: 0 0 27px;
  color: var(--bbe-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Button */

.bbe-how-hero__button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 23px;
  border: 2px solid var(--bbe-red);
  border-radius: 6px;
  background: var(--bbe-red);
  box-shadow: 0 7px 17px rgba(192, 57, 43, 0.2);
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-how-hero__button::after {
  margin-left: 9px;
  content: "↓";
}

.bbe-how-hero__button:hover,
.bbe-how-hero__button:focus {
  border-color: var(--bbe-red-dark);
  background: var(--bbe-red-dark);
  box-shadow: 0 10px 22px rgba(146, 43, 33, 0.27);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.bbe-how-hero__button:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* =========================================
   MISSION CHECKLIST
   ========================================= */

.bbe-how-hero__visual {
  position: relative;
  min-width: 0;
  padding: 21px 0 25px;
}

/* Red offset layer */

.bbe-how-hero__visual::before {
  position: absolute;
  z-index: 0;
  right: -14px;
  bottom: -14px;
  width: 92%;
  height: 92%;
  border-radius: 12px;
  background: rgba(192, 57, 43, 0.82);
  content: "";
}

.bbe-how-hero__checklist {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #3c3c3c;
  border-radius: 11px;
  background: #151515;
  box-shadow: 0 23px 42px rgba(28, 28, 28, 0.27);
  transition: transform 0.3s ease;
}

.bbe-how-hero:hover .bbe-how-hero__checklist {
  transform: translateY(-4px);
}

/* Checklist header */

.bbe-how-hero__checklist-header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 0 17px;
  border-bottom: 1px solid #383838;
  background: #1d1d1d;
}

.bbe-how-hero__checklist-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bbe-how-hero__checklist-mark {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--bbe-red);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.bbe-how-hero__checklist-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #72ce88;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bbe-how-hero__checklist-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72ce88;
  box-shadow: 0 0 8px rgba(114, 206, 136, 0.65);
  content: "";
}

/* Checklist body */

.bbe-how-hero__checklist-body {
  padding: 22px;
}

.bbe-how-hero__checklist-label {
  display: block;
  margin-bottom: 4px;
  color: #ff7465;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bbe-how-hero__checklist-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}

/* Checklist steps */

.bbe-how-hero__steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbe-how-hero__step {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #383838;
  border-radius: 6px;
  background: #202020;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bbe-how-hero__step:hover {
  border-color: var(--bbe-red);
  background: #282020;
  transform: translateX(3px);
}

.bbe-how-hero__step-number {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.19);
  color: #ff7465;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.bbe-how-hero__step-name {
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bbe-how-hero__step-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8f8f8f;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bbe-how-hero__step-state::before {
  color: #72ce88;
  content: "✓";
  font-size: 10px;
}

/* Checklist footer */

.bbe-how-hero__checklist-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #353535;
}

.bbe-how-hero__progress-label {
  color: #777777;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbe-how-hero__progress {
  width: 110px;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #333333;
}

.bbe-how-hero__progress-bar {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--bbe-red);
}

/* Tablet */

@media (max-width: 920px) {
  .bbe-how-hero {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bbe-how-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
    gap: 39px;
    padding: 55px 42px;
  }

  .bbe-how-hero__title {
    font-size: 58px;
  }
}

/* Mobile */

@media (max-width: 740px) {
  .bbe-how-hero {
    margin: 18px 14px 48px;
    border-radius: 10px;
  }

  .bbe-how-hero__inner {
    grid-template-columns: 1fr;
    gap: 43px;
    padding: 49px 25px 57px;
  }

  .bbe-how-hero__title {
    font-size: clamp(47px, 14vw, 60px);
  }

  .bbe-how-hero__lead {
    font-size: 17px;
  }

  .bbe-how-hero__button {
    width: 100%;
  }

  .bbe-how-hero__visual {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .bbe-how-hero__checklist-body {
    padding: 18px;
  }

  .bbe-how-hero__step {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .bbe-how-hero__step-state {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-how-hero__button,
  .bbe-how-hero__checklist,
  .bbe-how-hero__step {
    transition: none;
  }

  .bbe-how-hero__button:hover,
  .bbe-how-hero:hover .bbe-how-hero__checklist,
  .bbe-how-hero__step:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1462b4e *//* =========================================
   FIVE-STEP BOTBALL EXPLORER JOURNEY
   ========================================= */

.bbe-journey {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;

  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 0 22px;
  scroll-margin-top: 35px;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Header */

.bbe-journey__header {
  max-width: 740px;
  margin: 0 auto 42px;
  text-align: center;
}

.bbe-journey__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bbe-journey__title {
  margin: 0 0 12px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 53px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-journey__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

.bbe-journey__description {
  max-width: 670px;
  margin: 0 auto;
  color: var(--bbe-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Timeline */

.bbe-journey__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

/* Connecting line */

.bbe-journey__timeline::before {
  position: absolute;
  z-index: 0;
  top: 31px;
  right: 9%;
  left: 9%;
  border-top: 2px dashed rgba(192, 57, 43, 0.34);
  content: "";
}

/* Step */

.bbe-journey__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

/* Number */

.bbe-journey__number {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 6px 15px rgba(192, 57, 43, 0.2);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Card link */

.bbe-journey__card {
  position: relative;
  display: flex;
  min-height: 217px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 22px 17px 18px;
  border: 1px solid var(--bbe-border);
  border-radius: 9px;
  background: var(--bbe-panel);
  box-shadow: 0 5px 16px rgba(28, 28, 28, 0.05);
  color: var(--bbe-charcoal) !important;
  text-decoration: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Arrow above card */

.bbe-journey__card::before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid var(--bbe-border);
  border-left: 1px solid var(--bbe-border);
  transform: translateX(-50%) rotate(45deg);
  background: var(--bbe-panel);
  content: "";
}

/* Animated top accent */

.bbe-journey__card::after {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: rgba(192, 57, 43, 0.28);
  content: "↓";
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  transition:
    bottom 0.2s ease,
    color 0.2s ease;
}

.bbe-journey__step:hover .bbe-journey__number {
  background: var(--bbe-red-dark);
  box-shadow:
    0 0 0 1px var(--bbe-red-dark),
    0 9px 20px rgba(146, 43, 33, 0.25);
  transform: translateY(-3px) scale(1.04);
}

.bbe-journey__card:hover,
.bbe-journey__card:focus {
  border-color: var(--bbe-red);
  box-shadow: 0 10px 23px rgba(28, 28, 28, 0.1);
  color: var(--bbe-charcoal) !important;
  transform: translateY(-3px);
}

.bbe-journey__card:hover::before,
.bbe-journey__card:focus::before {
  border-color: var(--bbe-red);
}

.bbe-journey__card:hover::after,
.bbe-journey__card:focus::after {
  bottom: 9px;
  color: var(--bbe-red);
}

.bbe-journey__card:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Step copy */

.bbe-journey__step-label {
  display: block;
  margin: 0 0 7px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbe-journey__step-title {
  display: block;
  margin: 0 0 9px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.02;
}

.bbe-journey__step-text {
  display: block;
  margin-bottom: 24px;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.48;
}

/* Supporting note */

.bbe-journey__note {
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 27px auto 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.bbe-journey__note::before {
  flex: 0 0 auto;
  color: var(--bbe-red);
  content: "ⓘ";
  font-size: 16px;
}

/* Tablet */

@media (max-width: 900px) {
  .bbe-journey__timeline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 25px;
  }

  .bbe-journey__timeline::before {
    display: none;
  }

  .bbe-journey__step {
    grid-column: span 2;
  }

  .bbe-journey__step:nth-child(4),
  .bbe-journey__step:nth-child(5) {
    grid-column: span 3;
  }

  .bbe-journey__card {
    min-height: 165px;
  }
}

/* Mobile */

@media (max-width: 620px) {
  .bbe-journey {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .bbe-journey__header {
    margin-bottom: 32px;
  }

  .bbe-journey__title {
    font-size: 40px;
  }

  .bbe-journey__timeline {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0;
  }

  /* Vertical connecting line */

  .bbe-journey__timeline::before {
    display: block;
    top: 26px;
    right: auto;
    bottom: 26px;
    left: 25px;
    border-top: 0;
    border-left: 2px dashed rgba(192, 57, 43, 0.34);
  }

  .bbe-journey__step,
  .bbe-journey__step:nth-child(4),
  .bbe-journey__step:nth-child(5) {
    display: contents;
  }

  .bbe-journey__number {
    z-index: 2;
    width: 50px;
    height: 50px;
    grid-column: 1;
    margin: 0;
    border-width: 3px;
    font-size: 22px;
  }

  .bbe-journey__card {
    min-height: 0;
    grid-column: 2;
    margin: 0 0 18px 17px;
    padding: 19px 40px 18px 19px;
    text-align: left;
  }

  .bbe-journey__card::before {
    top: 16px;
    left: -8px;
    transform: rotate(-45deg);
  }

  .bbe-journey__card::after {
    right: 16px;
    bottom: 50%;
    transform: translateY(50%);
  }

  .bbe-journey__card:hover::after,
  .bbe-journey__card:focus::after {
    right: 12px;
    bottom: 50%;
  }

  .bbe-journey__step-title {
    font-size: 23px;
  }

  .bbe-journey__step-text {
    margin-bottom: 0;
    font-size: 13px;
  }

  .bbe-journey__note {
    align-items: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-journey__number,
  .bbe-journey__card,
  .bbe-journey__card::after {
    transition: none;
  }

  .bbe-journey__step:hover .bbe-journey__number,
  .bbe-journey__card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5e53590 *//* =========================================
   STEP 1 — PICK YOUR DIVISION
   ========================================= */

.bbe-division-step {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;
  --bbe-light: #f6f6f6;
  --bbe-discovery: #426b82;
  --bbe-discovery-light: #edf5f8;

  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 0 22px;
  scroll-margin-top: 35px;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Step header */

.bbe-division-step__header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 21px;
  margin-bottom: 34px;
}

.bbe-division-step__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 7px 17px rgba(192, 57, 43, 0.21);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bbe-division-step__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-division-step__title {
  margin: 0 0 9px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-division-step__description {
  max-width: 720px;
  margin: 0;
  color: var(--bbe-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Division layout */

.bbe-division-step__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  align-items: stretch;
}

/* Division cards */

.bbe-division-step__card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 37px 34px 32px;
  border: 1px solid var(--bbe-border);
  border-radius: 11px;
  background: var(--bbe-panel);
  box-shadow: 0 6px 19px rgba(28, 28, 28, 0.06);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-division-step__card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
}

.bbe-division-step__card::after {
  position: absolute;
  right: -56px;
  bottom: -68px;
  width: 190px;
  height: 190px;
  border: 32px solid rgba(28, 28, 28, 0.035);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bbe-division-step__card--discovery::before {
  background: var(--bbe-discovery);
}

.bbe-division-step__card--expedition::before {
  background: var(--bbe-red);
}

.bbe-division-step__card:hover {
  box-shadow: 0 12px 29px rgba(28, 28, 28, 0.11);
  transform: translateY(-3px);
}

.bbe-division-step__card--discovery:hover {
  border-color: var(--bbe-discovery);
}

.bbe-division-step__card--expedition:hover {
  border-color: var(--bbe-red);
}

/* Division badge */

.bbe-division-step__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  padding: 7px 10px;
  border-radius: 4px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbe-division-step__badge::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
}

.bbe-division-step__card--discovery
.bbe-division-step__badge {
  background: var(--bbe-discovery-light);
  color: var(--bbe-discovery);
}

.bbe-division-step__card--discovery
.bbe-division-step__badge::before {
  background: var(--bbe-discovery);
}

.bbe-division-step__card--expedition
.bbe-division-step__badge {
  background: var(--bbe-red-light);
  color: var(--bbe-red);
}

.bbe-division-step__card--expedition
.bbe-division-step__badge::before {
  background: var(--bbe-red);
}

/* Division icon */

.bbe-division-step__icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 61px;
  height: 61px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border-radius: 10px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-division-step__icon svg {
  width: 32px;
  height: 32px;
}

.bbe-division-step__card--discovery
.bbe-division-step__icon {
  background: var(--bbe-discovery-light);
  color: var(--bbe-discovery);
}

.bbe-division-step__card--expedition
.bbe-division-step__icon {
  background: var(--bbe-red-light);
  color: var(--bbe-red);
}

.bbe-division-step__card:hover
.bbe-division-step__icon {
  transform: rotate(-3deg) scale(1.05);
}

/* Division copy */

.bbe-division-step__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.bbe-division-step__grade {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 15px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bbe-division-step__card--discovery
.bbe-division-step__grade {
  color: var(--bbe-discovery);
}

.bbe-division-step__card--expedition
.bbe-division-step__grade {
  color: var(--bbe-red);
}

.bbe-division-step__card-text {
  position: relative;
  z-index: 1;
  margin: 0 0 21px;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Key characteristics */

.bbe-division-step__features {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 19px 0 0;
  border-top: 1px solid var(--bbe-border);
  list-style: none;
}

.bbe-division-step__features li {
  position: relative;
  padding-left: 23px;
  color: var(--bbe-charcoal);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.bbe-division-step__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "✓";
  font-size: 14px;
  font-weight: 800;
}

.bbe-division-step__card--discovery
.bbe-division-step__features li::before {
  color: var(--bbe-discovery);
}

.bbe-division-step__card--expedition
.bbe-division-step__features li::before {
  color: var(--bbe-red);
}

/* Connector */

.bbe-division-step__connector {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbe-division-step__connector::before,
.bbe-division-step__connector::after {
  position: absolute;
  top: 50%;
  width: 17px;
  border-top: 2px dashed rgba(192, 57, 43, 0.35);
  content: "";
}

.bbe-division-step__connector::before {
  left: 0;
}

.bbe-division-step__connector::after {
  right: 0;
}

.bbe-division-step__or {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  box-shadow: 0 5px 13px rgba(28, 28, 28, 0.16);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Which division guidance */

.bbe-division-step__guidance {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 23px;
  padding: 21px 23px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-light);
}

.bbe-division-step__guidance-icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.bbe-division-step__guidance-title {
  display: block;
  margin-bottom: 3px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.bbe-division-step__guidance-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Next-step link */

.bbe-division-step__next {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 2px solid var(--bbe-charcoal);
  border-radius: 6px;
  color: var(--bbe-charcoal) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-division-step__next::after {
  margin-left: 8px;
  content: "↓";
}

.bbe-division-step__next:hover,
.bbe-division-step__next:focus {
  background: var(--bbe-charcoal);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.bbe-division-step__next:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Mobile */

@media (max-width: 780px) {
  .bbe-division-step__options {
    grid-template-columns: 1fr;
  }

  .bbe-division-step__card--discovery {
    order: 1;
  }

  .bbe-division-step__connector {
    order: 2;
    min-height: 72px;
  }

  .bbe-division-step__card--expedition {
    order: 3;
  }

  .bbe-division-step__connector::before,
  .bbe-division-step__connector::after {
    left: 50%;
    width: 0;
    height: 18px;
    border-top: 0;
    border-left: 2px dashed rgba(192, 57, 43, 0.35);
  }

  .bbe-division-step__connector::before {
    top: 0;
  }

  .bbe-division-step__connector::after {
    top: auto;
    right: auto;
    bottom: 0;
  }

  .bbe-division-step__guidance {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .bbe-division-step__next {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 560px) {
  .bbe-division-step {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .bbe-division-step__header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }

  .bbe-division-step__number {
    width: 51px;
    height: 51px;
    border-width: 3px;
    font-size: 23px;
  }

  .bbe-division-step__title {
    font-size: 38px;
  }

  .bbe-division-step__card {
    padding: 31px 24px 26px;
  }

  .bbe-division-step__guidance {
    grid-template-columns: 1fr;
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-division-step__card,
  .bbe-division-step__icon,
  .bbe-division-step__next {
    transition: none;
  }

  .bbe-division-step__card:hover,
  .bbe-division-step__card:hover
  .bbe-division-step__icon,
  .bbe-division-step__next:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1de40c8 *//* =========================================
   STEP 2 — CHOOSE YOUR ROBOT
   ========================================= */

.bbe-robot-step {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;
  --bbe-light: #f6f6f6;

  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 0 22px;
  scroll-margin-top: 35px;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Step header */

.bbe-robot-step__header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 21px;
  margin-bottom: 34px;
}

.bbe-robot-step__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 7px 17px rgba(192, 57, 43, 0.21);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bbe-robot-step__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-robot-step__title {
  margin: 0 0 9px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-robot-step__description {
  max-width: 730px;
  margin: 0;
  color: var(--bbe-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Option layout */

.bbe-robot-step__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  align-items: stretch;
}

/* Option card */

.bbe-robot-step__card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 36px 33px 31px;
  border: 1px solid var(--bbe-border);
  border-radius: 11px;
  background: var(--bbe-panel);
  box-shadow: 0 6px 19px rgba(28, 28, 28, 0.06);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-robot-step__card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--bbe-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.bbe-robot-step__card::after {
  position: absolute;
  right: -54px;
  bottom: -65px;
  width: 185px;
  height: 185px;
  border: 31px solid rgba(192, 57, 43, 0.04);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bbe-robot-step__card:hover {
  border-color: var(--bbe-red);
  box-shadow: 0 12px 29px rgba(28, 28, 28, 0.11);
  transform: translateY(-3px);
}

.bbe-robot-step__card:hover::before {
  transform: scaleX(1);
}

/* Featured kit card */

.bbe-robot-step__card--kit {
  border: 2px solid var(--bbe-red);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #ffffff 71%,
      var(--bbe-red-light) 100%
    );
  box-shadow: 0 9px 25px rgba(28, 28, 28, 0.09);
}

.bbe-robot-step__card--kit::before {
  transform: scaleX(1);
}

/* Card label */

.bbe-robot-step__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--bbe-light);
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbe-robot-step__label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  content: "";
}

.bbe-robot-step__card--kit
.bbe-robot-step__label {
  background: var(--bbe-red);
  color: #ffffff;
}

.bbe-robot-step__card--kit
.bbe-robot-step__label::before {
  background: #ffffff;
}

/* Icon */

.bbe-robot-step__icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-robot-step__icon svg {
  width: 33px;
  height: 33px;
}

.bbe-robot-step__card:hover
.bbe-robot-step__icon {
  background: var(--bbe-red);
  color: #ffffff;
  transform: rotate(-3deg) scale(1.05);
}

/* Card copy */

.bbe-robot-step__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.02;
}

.bbe-robot-step__card-lead {
  position: relative;
  z-index: 1;
  margin: 0 0 19px;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Feature lists */

.bbe-robot-step__features {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0 0 25px;
  padding: 18px 0 0;
  border-top: 1px solid var(--bbe-border);
  list-style: none;
}

.bbe-robot-step__features li {
  position: relative;
  padding-left: 23px;
  color: var(--bbe-charcoal);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.bbe-robot-step__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bbe-red);
  content: "✓";
  font-size: 14px;
  font-weight: 800;
}

/* Platform tags */

.bbe-robot-step__platform-label {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 9px;
  color: var(--bbe-muted);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbe-robot-step__platforms {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}

.bbe-robot-step__platform {
  padding: 6px 8px;
  border: 1px solid var(--bbe-border);
  border-radius: 4px;
  background: var(--bbe-light);
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Card link */

.bbe-robot-step__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  color: var(--bbe-red) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.bbe-robot-step__link::after {
  margin-left: 8px;
  content: "→";
  transition: margin-left 0.2s ease;
}

.bbe-robot-step__link:hover,
.bbe-robot-step__link:focus {
  color: var(--bbe-red-dark) !important;
}

.bbe-robot-step__link:hover::after {
  margin-left: 12px;
}

.bbe-robot-step__link:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Connector */

.bbe-robot-step__connector {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbe-robot-step__connector::before,
.bbe-robot-step__connector::after {
  position: absolute;
  top: 50%;
  width: 17px;
  border-top: 2px dashed rgba(192, 57, 43, 0.35);
  content: "";
}

.bbe-robot-step__connector::before {
  left: 0;
}

.bbe-robot-step__connector::after {
  right: 0;
}

.bbe-robot-step__or {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  box-shadow: 0 5px 13px rgba(28, 28, 28, 0.16);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Decision guidance */

.bbe-robot-step__guidance {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 23px;
  padding: 21px 23px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-light);
}

.bbe-robot-step__guidance-icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.bbe-robot-step__guidance-title {
  display: block;
  margin-bottom: 3px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.bbe-robot-step__guidance-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Continue button */

.bbe-robot-step__next {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 2px solid var(--bbe-charcoal);
  border-radius: 6px;
  color: var(--bbe-charcoal) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-robot-step__next::after {
  margin-left: 8px;
  content: "↓";
}

.bbe-robot-step__next:hover,
.bbe-robot-step__next:focus {
  background: var(--bbe-charcoal);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.bbe-robot-step__next:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Mobile */

@media (max-width: 780px) {
  .bbe-robot-step__options {
    grid-template-columns: 1fr;
  }

  .bbe-robot-step__card--kit {
    order: 1;
  }

  .bbe-robot-step__connector {
    order: 2;
    min-height: 72px;
  }

  .bbe-robot-step__card--existing {
    order: 3;
  }

  .bbe-robot-step__connector::before,
  .bbe-robot-step__connector::after {
    left: 50%;
    width: 0;
    height: 18px;
    border-top: 0;
    border-left: 2px dashed rgba(192, 57, 43, 0.35);
  }

  .bbe-robot-step__connector::before {
    top: 0;
  }

  .bbe-robot-step__connector::after {
    top: auto;
    right: auto;
    bottom: 0;
  }

  .bbe-robot-step__guidance {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .bbe-robot-step__next {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 560px) {
  .bbe-robot-step {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .bbe-robot-step__header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }

  .bbe-robot-step__number {
    width: 51px;
    height: 51px;
    border-width: 3px;
    font-size: 23px;
  }

  .bbe-robot-step__title {
    font-size: 38px;
  }

  .bbe-robot-step__card {
    padding: 31px 24px 26px;
  }

  .bbe-robot-step__platforms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbe-robot-step__platform {
    text-align: center;
  }

  .bbe-robot-step__guidance {
    grid-template-columns: 1fr;
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-robot-step__card,
  .bbe-robot-step__card::before,
  .bbe-robot-step__icon,
  .bbe-robot-step__link::after,
  .bbe-robot-step__next {
    transition: none;
  }

  .bbe-robot-step__card:hover,
  .bbe-robot-step__card:hover .bbe-robot-step__icon,
  .bbe-robot-step__next:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5c026ec *//* =========================================
   STEP 3 — BUILD TO THE RULES
   ========================================= */

.bbe-rules-step {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;
  --bbe-charcoal-light: #2d2d2d;
  --bbe-white: #ffffff;
  --bbe-green: #72ce88;

  position: relative;
  max-width: 1180px;
  margin: 0 auto 72px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 93% 7%,
      rgba(192, 57, 43, 0.27),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      var(--bbe-charcoal) 0%,
      var(--bbe-charcoal-light) 100%
    );
  box-shadow: 0 20px 50px rgba(28, 28, 28, 0.2);
  color: var(--bbe-white);
  scroll-margin-top: 35px;
  font-family: "Barlow", Arial, sans-serif;
}

/* Red top accent */

.bbe-rules-step::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--bbe-red);
  content: "";
}

/* Technical grid */

.bbe-rules-step::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 40px 40px;
  content: "";
  pointer-events: none;
}

.bbe-rules-step__inner {
  position: relative;
  z-index: 2;
  padding: 60px 68px 62px;
}

/* Step header */

.bbe-rules-step__header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 21px;
  margin-bottom: 36px;
}

.bbe-rules-step__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--bbe-charcoal);
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 8px 18px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bbe-rules-step__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: #ff897d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-rules-step__title {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-rules-step__description {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.6;
}

/* Inspection panel */

.bbe-rules-step__inspection {
  display: grid;
  grid-template-columns: minmax(300px, 0.73fr) minmax(0, 1.27fr);
  align-items: stretch;
  gap: 19px;
}

/* Status panel */

.bbe-rules-step__status-panel {
  position: relative;
  overflow: hidden;
  padding: 30px 27px 27px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: #141414;
  box-shadow: 0 17px 33px rgba(0, 0, 0, 0.25);
}

.bbe-rules-step__status-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--bbe-red);
  content: "";
}

.bbe-rules-step__status-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--bbe-green);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbe-rules-step__status-label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-green);
  box-shadow: 0 0 8px rgba(114, 206, 136, 0.65);
  content: "";
}

.bbe-rules-step__status-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.bbe-rules-step__status-text {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

/* Inspection diagram */

.bbe-rules-step__diagram {
  position: relative;
  display: flex;
  min-height: 185px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid #363636;
  border-radius: 7px;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    #1c1c1c;
  background-size: 20px 20px;
}

/* Starting box */

.bbe-rules-step__box {
  position: relative;
  width: 155px;
  height: 105px;
  border: 2px dashed var(--bbe-red-light);
  border-top: 0;
}

.bbe-rules-step__box::before {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 65px;
  border: 2px solid #888888;
  border-radius: 8px 8px 3px 3px;
  background: #292929;
  content: "";
}

.bbe-rules-step__box::after {
  position: absolute;
  right: 49px;
  bottom: 67px;
  width: 49px;
  height: 30px;
  border: 2px solid #888888;
  border-radius: 6px 6px 2px 2px;
  background: #292929;
  content: "";
}

.bbe-rules-step__height-line {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 22px;
  border-top: 1px solid #ff7465;
  border-bottom: 1px solid #ff7465;
}

.bbe-rules-step__height-line::before {
  position: absolute;
  top: 50%;
  right: -43px;
  width: 70px;
  transform: rotate(-90deg);
  color: #ff7465;
  content: "15 IN. MAX";
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.bbe-rules-step__box-label {
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  color: #777777;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Overall inspection result */

.bbe-rules-step__result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(114, 206, 136, 0.25);
  border-radius: 6px;
  background: rgba(114, 206, 136, 0.08);
}

.bbe-rules-step__result-icon {
  display: flex;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-green);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.bbe-rules-step__result-title {
  display: block;
  margin-bottom: 1px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bbe-rules-step__result-text {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.3;
}

/* Rule cards */

.bbe-rules-step__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bbe-rules-step__rule {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 126px;
  grid-template-columns: 39px minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bbe-rules-step__rule:hover {
  border-color: var(--bbe-red);
  background: rgba(192, 57, 43, 0.11);
  transform: translateY(-2px);
}

.bbe-rules-step__rule:last-child {
  grid-column: 1 / -1;
  min-height: 0;
}

.bbe-rules-step__rule-icon {
  display: flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.2);
  color: var(--bbe-red-light);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.bbe-rules-step__rule-title {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}

.bbe-rules-step__rule-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.51);
  font-size: 11px;
  line-height: 1.42;
}

/* Official rules reminder */

.bbe-rules-step__footer {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 21px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.055);
}

.bbe-rules-step__footer-icon {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.2);
  color: var(--bbe-red-light);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-rules-step__footer-title {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-rules-step__footer-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.42;
}

/* Continue button */

.bbe-rules-step__next {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-rules-step__next::after {
  margin-left: 8px;
  content: "↓";
}

.bbe-rules-step__next:hover,
.bbe-rules-step__next:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--bbe-charcoal) !important;
  transform: translateY(-2px);
}

.bbe-rules-step__next:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 900px) {
  .bbe-rules-step {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bbe-rules-step__inner {
    padding: 53px 42px 55px;
  }

  .bbe-rules-step__inspection {
    grid-template-columns: 1fr;
  }

  .bbe-rules-step__status-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.8fr);
    column-gap: 25px;
  }

  .bbe-rules-step__diagram {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-bottom: 0;
  }

  .bbe-rules-step__result {
    align-self: end;
  }
}

/* Mobile */

@media (max-width: 680px) {
  .bbe-rules-step {
    margin: 0 14px 56px;
    border-radius: 10px;
  }

  .bbe-rules-step__inner {
    padding: 48px 25px 51px;
  }

  .bbe-rules-step__header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }

  .bbe-rules-step__number {
    width: 51px;
    height: 51px;
    border-width: 3px;
    font-size: 23px;
  }

  .bbe-rules-step__title {
    font-size: 38px;
  }

  .bbe-rules-step__status-panel {
    display: block;
    padding: 27px 22px 23px;
  }

  .bbe-rules-step__diagram {
    margin-bottom: 22px;
  }

  .bbe-rules-step__checklist {
    grid-template-columns: 1fr;
  }

  .bbe-rules-step__rule,
  .bbe-rules-step__rule:last-child {
    min-height: 0;
    grid-column: 1;
  }

  .bbe-rules-step__footer {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .bbe-rules-step__next {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-rules-step__rule,
  .bbe-rules-step__next {
    transition: none;
  }

  .bbe-rules-step__rule:hover,
  .bbe-rules-step__next:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9289d4d *//* =========================================
   STEP 4 — PROGRAM FOR AUTONOMY
   ========================================= */

.bbe-code-step {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;
  --bbe-light: #f6f6f6;
  --bbe-green: #4d9c60;

  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 0 22px;
  scroll-margin-top: 35px;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Step header */

.bbe-code-step__header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 21px;
  margin-bottom: 34px;
}

.bbe-code-step__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 7px 17px rgba(192, 57, 43, 0.21);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bbe-code-step__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-code-step__title {
  margin: 0 0 9px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-code-step__description {
  max-width: 730px;
  margin: 0;
  color: var(--bbe-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Main workflow layout */

.bbe-code-step__workspace {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  gap: 20px;
}

/* =========================================
   CODE EDITOR VISUAL
   ========================================= */

.bbe-code-step__editor-wrap {
  position: relative;
  min-width: 0;
  padding: 0 12px 13px 0;
}

.bbe-code-step__editor-wrap::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 91%;
  height: 91%;
  border-radius: 11px;
  background: rgba(192, 57, 43, 0.82);
  content: "";
}

.bbe-code-step__editor {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 425px;
  overflow: hidden;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  background: #151515;
  box-shadow: 0 18px 35px rgba(28, 28, 28, 0.21);
  transition: transform 0.3s ease;
}

.bbe-code-step__editor-wrap:hover
.bbe-code-step__editor {
  transform: translateY(-3px);
}

/* Editor header */

.bbe-code-step__editor-header {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid #363636;
  background: #1d1d1d;
}

.bbe-code-step__editor-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bbe-code-step__editor-mark {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--bbe-red);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.bbe-code-step__editor-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #72ce88;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbe-code-step__editor-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72ce88;
  box-shadow: 0 0 8px rgba(114, 206, 136, 0.65);
  content: "";
}

/* Editor body */

.bbe-code-step__editor-body {
  padding: 22px 20px;
}

.bbe-code-step__file {
  display: block;
  margin-bottom: 15px;
  color: #ff7465;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
}

.bbe-code-step__code {
  margin: 0;
  color: #bcbcbc;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.8;
  white-space: normal;
}

.bbe-code-step__line {
  display: block;
}

.bbe-code-step__line--indent {
  padding-left: 18px;
}

.bbe-code-step__line--double-indent {
  padding-left: 36px;
}

.bbe-code-step__keyword {
  color: #ff7465;
}

.bbe-code-step__function {
  color: #ffffff;
}

.bbe-code-step__comment {
  color: #6f8b75;
}

/* Editor terminal */

.bbe-code-step__terminal {
  margin-top: 20px;
  padding: 13px;
  border: 1px solid #363636;
  border-radius: 6px;
  background: #101010;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.6;
}

.bbe-code-step__terminal-line {
  display: block;
  color: #888888;
}

.bbe-code-step__terminal-line--success {
  color: #72ce88;
}

/* =========================================
   PROGRAMMING WORKFLOW
   ========================================= */

.bbe-code-step__process {
  min-width: 0;
  padding: 31px 29px 28px;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #ffffff 72%,
      var(--bbe-red-light) 100%
    );
  box-shadow: 0 6px 19px rgba(28, 28, 28, 0.06);
}

.bbe-code-step__process-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--bbe-green);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbe-code-step__process-label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-green);
  content: "";
}

.bbe-code-step__process-title {
  margin: 0 0 18px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.02;
}

/* Workflow steps */

.bbe-code-step__flow {
  display: grid;
  gap: 8px;
}

.bbe-code-step__stage {
  display: grid;
  grid-template-columns: 41px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--bbe-border);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.88);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-code-step__stage:hover {
  border-color: var(--bbe-red);
  box-shadow: 0 6px 15px rgba(28, 28, 28, 0.08);
  transform: translateX(3px);
}

.bbe-code-step__stage-number {
  display: flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.bbe-code-step__stage-title {
  display: block;
  margin-bottom: 2px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}

.bbe-code-step__stage-text {
  display: block;
  color: var(--bbe-muted);
  font-size: 11px;
  line-height: 1.38;
}

/* Loop indicator */

.bbe-code-step__loop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 6px;
  background: var(--bbe-charcoal);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbe-code-step__loop::before {
  color: #ff7465;
  content: "↻";
  font-size: 18px;
}

/* Programming languages */

.bbe-code-step__languages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
  padding: 17px 19px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-light);
}

.bbe-code-step__languages-label {
  margin-right: 4px;
  color: var(--bbe-muted);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbe-code-step__language {
  padding: 7px 10px;
  border: 1px solid var(--bbe-border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--bbe-charcoal);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
}

/* Footer */

.bbe-code-step__footer {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding: 16px 19px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-red-light);
}

.bbe-code-step__footer-icon {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-code-step__footer-title {
  display: block;
  margin-bottom: 2px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-code-step__footer-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 11px;
  line-height: 1.42;
}

/* Continue button */

.bbe-code-step__next {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid var(--bbe-charcoal);
  border-radius: 6px;
  color: var(--bbe-charcoal) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-code-step__next::after {
  margin-left: 8px;
  content: "↓";
}

.bbe-code-step__next:hover,
.bbe-code-step__next:focus {
  background: var(--bbe-charcoal);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.bbe-code-step__next:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 860px) {
  .bbe-code-step__workspace {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  }
}

/* Mobile */

@media (max-width: 720px) {
  .bbe-code-step {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .bbe-code-step__header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }

  .bbe-code-step__number {
    width: 51px;
    height: 51px;
    border-width: 3px;
    font-size: 23px;
  }

  .bbe-code-step__title {
    font-size: 38px;
  }

  .bbe-code-step__workspace {
    grid-template-columns: 1fr;
  }

  .bbe-code-step__editor {
    min-height: 385px;
  }

  .bbe-code-step__process {
    padding: 27px 23px 24px;
  }

  .bbe-code-step__footer {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .bbe-code-step__next {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 470px) {
  .bbe-code-step__languages {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .bbe-code-step__code {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-code-step__editor,
  .bbe-code-step__stage,
  .bbe-code-step__next {
    transition: none;
  }

  .bbe-code-step__editor-wrap:hover
  .bbe-code-step__editor,
  .bbe-code-step__stage:hover,
  .bbe-code-step__next:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-b08f098 *//* =========================================
   STEP 5 — COMPETE ON THE FIELD
   ========================================= */

.bbe-field-step {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;
  --bbe-charcoal-light: #2d2d2d;
  --bbe-white: #ffffff;
  --bbe-green: #72ce88;

  position: relative;
  max-width: 1180px;
  margin: 0 auto 72px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 8% 92%,
      rgba(192, 57, 43, 0.26),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--bbe-charcoal) 0%,
      var(--bbe-charcoal-light) 100%
    );
  box-shadow: 0 20px 50px rgba(28, 28, 28, 0.2);
  color: var(--bbe-white);
  scroll-margin-top: 35px;
  font-family: "Barlow", Arial, sans-serif;
}

/* Red top accent */

.bbe-field-step::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--bbe-red);
  content: "";
}

/* Technical grid */

.bbe-field-step::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 40px 40px;
  content: "";
  pointer-events: none;
}

.bbe-field-step__inner {
  position: relative;
  z-index: 2;
  padding: 60px 68px 62px;
}

/* Step header */

.bbe-field-step__header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 21px;
  margin-bottom: 36px;
}

.bbe-field-step__number {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--bbe-charcoal);
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow:
    0 0 0 1px var(--bbe-red),
    0 8px 18px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bbe-field-step__eyebrow {
  display: block;
  margin: 0 0 6px;
  color: #ff897d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-field-step__title {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

.bbe-field-step__description {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.6;
}

/* Main layout */

.bbe-field-step__content {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 50px;
}

/* =========================================
   GAME FIELD IMAGE
   ========================================= */

.bbe-field-step__visual {
  position: relative;
  min-width: 0;
  padding: 18px 0 25px;
}

.bbe-field-step__image-frame {
  position: relative;
  z-index: 2;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 11px;
  transform: rotate(-2deg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    -14px 16px 0 rgba(192, 57, 43, 0.82),
    0 21px 40px rgba(0, 0, 0, 0.34);
  transition: transform 0.3s ease;
}

.bbe-field-step:hover .bbe-field-step__image-frame {
  transform: rotate(0deg) translateY(-4px);
}

.bbe-field-step__image {
  display: block;
  width: 100%;
  min-height: 270px;
  aspect-ratio: 16 / 11;
  border-radius: 7px;
  object-fit: cover;
}

.bbe-field-step__image-label {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: -1px;
  padding: 11px 15px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.bbe-field-step__image-label span {
  display: block;
  margin-bottom: 2px;
  color: var(--bbe-red);
  font-size: 10px;
  letter-spacing: 0.12em;
}

/* Match status */

.bbe-field-step__match-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-top: 19px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
}

.bbe-field-step__match-name {
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bbe-field-step__match-ready {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bbe-green);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbe-field-step__match-ready::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-green);
  box-shadow: 0 0 8px rgba(114, 206, 136, 0.65);
  content: "";
}

/* =========================================
   MATCH INFORMATION
   ========================================= */

.bbe-field-step__details {
  min-width: 0;
}

.bbe-field-step__details-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  color: #ff897d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbe-field-step__details-label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-red-light);
  content: "";
}

.bbe-field-step__details-title {
  margin: 0 0 13px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.02;
}

.bbe-field-step__details-text {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
  line-height: 1.6;
}

/* Match facts */

.bbe-field-step__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.bbe-field-step__fact {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bbe-field-step__fact:hover {
  border-color: var(--bbe-red);
  background: rgba(192, 57, 43, 0.11);
  transform: translateY(-2px);
}

.bbe-field-step__fact-value {
  display: block;
  margin-bottom: 4px;
  color: var(--bbe-red-light);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.bbe-field-step__fact-label {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.bbe-field-step__fact-text {
  display: block;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  line-height: 1.35;
}

/* Strategy cycle */

.bbe-field-step__strategy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.bbe-field-step__strategy-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bbe-field-step__strategy-number {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.22);
  color: var(--bbe-red-light);
  font-size: 10px;
}

.bbe-field-step__strategy-arrow {
  color: var(--bbe-red-light);
  font-size: 14px;
  font-weight: 800;
}

/* Recovery callout */

.bbe-field-step__recovery {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.055);
}

.bbe-field-step__recovery-icon {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.2);
  color: var(--bbe-red-light);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-field-step__recovery-title {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-field-step__recovery-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.45;
}

/* Featured statement */

.bbe-field-step__statement {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 7px 7px 0;
  background: rgba(192, 57, 43, 0.14);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

/* Footer */

.bbe-field-step__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}

/* Comparison button */

.bbe-field-step__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-field-step__button::after {
  margin-left: 8px;
  content: "↓";
}

.bbe-field-step__button:hover,
.bbe-field-step__button:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--bbe-charcoal) !important;
  transform: translateY(-2px);
}

.bbe-field-step__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 900px) {
  .bbe-field-step {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bbe-field-step__inner {
    padding: 53px 42px 55px;
  }

  .bbe-field-step__content {
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 36px;
  }

  .bbe-field-step__image {
    min-height: 235px;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .bbe-field-step {
    margin: 0 14px 56px;
    border-radius: 10px;
  }

  .bbe-field-step__inner {
    padding: 48px 25px 51px;
  }

  .bbe-field-step__header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }

  .bbe-field-step__number {
    width: 51px;
    height: 51px;
    border-width: 3px;
    font-size: 23px;
  }

  .bbe-field-step__title {
    font-size: 38px;
  }

  .bbe-field-step__content {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bbe-field-step__details {
    order: 1;
  }

  .bbe-field-step__visual {
    order: 2;
    max-width: 500px;
    margin: 0 auto;
  }

  .bbe-field-step__button {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 440px) {
  .bbe-field-step__facts {
    grid-template-columns: 1fr;
  }

  .bbe-field-step__strategy {
    align-items: stretch;
    flex-direction: column;
  }

  .bbe-field-step__strategy-item {
    justify-content: center;
  }

  .bbe-field-step__strategy-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .bbe-field-step__image-label {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 12px 4px -3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-field-step__image-frame,
  .bbe-field-step__fact,
  .bbe-field-step__button {
    transition: none;
  }

  .bbe-field-step:hover
  .bbe-field-step__image-frame,
  .bbe-field-step__fact:hover,
  .bbe-field-step__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2e1a1f3 *//* =========================================
   DIVISION COMPARISON
   ========================================= */

.bbe-division-comparison {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeef0;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #d0d0d0;
  --bbe-panel: #ffffff;
  --bbe-light: #f6f6f6;
  --bbe-discovery: #426b82;
  --bbe-discovery-light: #edf5f8;

  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 0 22px;
  scroll-margin-top: 35px;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

.bbe-division-comparison__header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bbe-division-comparison__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bbe-division-comparison__title {
  margin: 0 0 12px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 53px);
  font-weight: 800;
  line-height: 1;
}

.bbe-division-comparison__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

.bbe-division-comparison__description {
  max-width: 690px;
  margin: 0 auto;
  color: var(--bbe-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Table */

.bbe-division-comparison__table-wrap {
  overflow: hidden;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background: var(--bbe-panel);
  box-shadow: 0 8px 23px rgba(28, 28, 28, 0.07);
}

.bbe-division-comparison__table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.bbe-division-comparison__table th,
.bbe-division-comparison__table td {
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.bbe-division-comparison__table th:first-child,
.bbe-division-comparison__table td:first-child {
  width: 23%;
}

.bbe-division-comparison__table th:nth-child(2),
.bbe-division-comparison__table td:nth-child(2),
.bbe-division-comparison__table th:nth-child(3),
.bbe-division-comparison__table td:nth-child(3) {
  width: 38.5%;
}

/* Heading row */

.bbe-division-comparison__table thead th {
  padding: 20px 18px;
  border: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.bbe-division-comparison__table thead th:first-child {
  border-top: 5px solid var(--bbe-charcoal);
  background: var(--bbe-charcoal);
}

.bbe-division-comparison__table thead th:nth-child(2) {
  border-top: 5px solid #6d9bb1;
  background: var(--bbe-discovery);
}

.bbe-division-comparison__table thead th:nth-child(3) {
  border-top: 5px solid #e06a5d;
  background: var(--bbe-red);
}

/* Table body */

.bbe-division-comparison__table td {
  padding: 17px 18px;
  border: 0;
  border-right: 1px solid var(--bbe-border);
  border-bottom: 1px solid var(--bbe-border);
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.5;
}

.bbe-division-comparison__table td:last-child {
  border-right: 0;
}

.bbe-division-comparison__table tbody tr:last-child td {
  border-bottom: 0;
}

.bbe-division-comparison__table tbody tr:nth-child(even) {
  background: var(--bbe-light);
}

.bbe-division-comparison__table tbody tr {
  transition: background-color 0.2s ease;
}

.bbe-division-comparison__table tbody tr:hover {
  background: var(--bbe-red-light);
}

/* Row label */

.bbe-division-comparison__table td:first-child {
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Important values */

.bbe-division-comparison__strong {
  color: var(--bbe-charcoal);
  font-weight: 700;
}

/* Rules note */

.bbe-division-comparison__note {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 19px;
  padding: 17px 20px;
  border: 1px solid #e4c8c5;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-red-light);
}

.bbe-division-comparison__note-icon {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-division-comparison__note-title {
  display: block;
  margin-bottom: 2px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bbe-division-comparison__note-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Mobile comparison cards */

@media (max-width: 760px) {
  .bbe-division-comparison {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .bbe-division-comparison__title {
    font-size: 40px;
  }

  .bbe-division-comparison__table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bbe-division-comparison__table,
  .bbe-division-comparison__table tbody,
  .bbe-division-comparison__table tr,
  .bbe-division-comparison__table td {
    display: block;
    width: 100%;
  }

  .bbe-division-comparison__table {
    table-layout: auto;
  }

  .bbe-division-comparison__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .bbe-division-comparison__table tbody {
    display: grid;
    gap: 14px;
  }

  .bbe-division-comparison__table tbody tr {
    overflow: hidden;
    border: 1px solid var(--bbe-border);
    border-radius: 9px;
    background: var(--bbe-panel);
    box-shadow: 0 5px 16px rgba(28, 28, 28, 0.06);
  }

  .bbe-division-comparison__table tbody tr:hover,
  .bbe-division-comparison__table tbody tr:nth-child(even) {
    background: var(--bbe-panel);
  }

  .bbe-division-comparison__table td,
  .bbe-division-comparison__table td:first-child,
  .bbe-division-comparison__table td:nth-child(2),
  .bbe-division-comparison__table td:nth-child(3) {
    width: 100%;
    padding: 14px 17px;
    border: 0;
    border-bottom: 1px solid var(--bbe-border);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
  }

  .bbe-division-comparison__table td:first-child {
    border-top: 5px solid var(--bbe-charcoal);
    background: var(--bbe-charcoal);
    color: #ffffff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 17px;
    font-weight: 800;
  }

  .bbe-division-comparison__table td:nth-child(2) {
    background: var(--bbe-discovery-light);
  }

  .bbe-division-comparison__table td:nth-child(3) {
    border-bottom: 0;
    background: var(--bbe-red-light);
  }

  .bbe-division-comparison__table td:nth-child(2)::before,
  .bbe-division-comparison__table td:nth-child(3)::before {
    display: block;
    margin-bottom: 5px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .bbe-division-comparison__table td:nth-child(2)::before {
    color: var(--bbe-discovery);
    content: "Discovery";
  }

  .bbe-division-comparison__table td:nth-child(3)::before {
    color: var(--bbe-red);
    content: "Expedition";
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-division-comparison__table tbody tr {
    transition: none;
  }
}

/* =========================================
   FINAL HOW-IT-WORKS CTA
   ========================================= */

.bbe-how-cta {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;

  position: relative;
  max-width: 1040px;
  margin: 0 auto 68px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 91% 14%,
      rgba(192, 57, 43, 0.31),
      transparent 30%
    ),
    linear-gradient(135deg, #1c1c1c 0%, #303030 100%);
  box-shadow: 0 18px 43px rgba(28, 28, 28, 0.2);
  color: #ffffff;
  font-family: "Barlow", Arial, sans-serif;
}

.bbe-how-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--bbe-red);
  content: "";
}

.bbe-how-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 47px 51px;
}

.bbe-how-cta__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #ff897d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bbe-how-cta__title {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 47px);
  font-weight: 800;
  line-height: 1;
}

.bbe-how-cta__text {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.6;
}

.bbe-how-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 220px;
}

.bbe-how-cta__button {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
  border: 2px solid var(--bbe-red);
  border-radius: 6px;
  background: var(--bbe-red);
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-how-cta__button::after {
  margin-left: 8px;
  content: "→";
}

.bbe-how-cta__button:hover,
.bbe-how-cta__button:focus {
  border-color: var(--bbe-red-light);
  background: var(--bbe-red-light);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.bbe-how-cta__button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
}

.bbe-how-cta__button--secondary:hover,
.bbe-how-cta__button--secondary:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--bbe-charcoal) !important;
}

.bbe-how-cta__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.bbe-how-cta__preview {
  grid-column: 1 / -1;
  margin: -17px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.4;
}

.bbe-how-cta__preview a {
  color: #ff897d !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bbe-how-cta__preview a:hover {
  color: #ffffff !important;
}

@media (max-width: 720px) {
  .bbe-how-cta {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bbe-how-cta__inner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 25px;
  }

  .bbe-how-cta__actions {
    min-width: 0;
  }

  .bbe-how-cta__preview {
    grid-column: 1;
    margin-top: -7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-how-cta__button {
    transition: none;
  }

  .bbe-how-cta__button:hover {
    transform: none;
  }
}/* End custom CSS */