/* Start custom CSS for section, class: .elementor-element-fe6b094 *//* =========================================
   BOTBALL EXPLORER ABOUT-PAGE HERO
   ========================================= */

.bbe-about-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;

  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.1),
      transparent 28%
    ),
    linear-gradient(
      115deg,
      #ffffff 0%,
      #ffffff 58%,
      #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-about-hero::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--bbe-red);
  content: "";
}

/* Subtle background grid */

.bbe-about-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: 43px 43px;
  content: "";
  pointer-events: none;
}

.bbe-about-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1.13fr) minmax(330px, 0.87fr);
  align-items: center;
  gap: 58px;
  padding: 65px 69px;
}

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

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

.bbe-about-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-about-hero__eyebrow::before {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

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

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

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

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

/* Hero button */

.bbe-about-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-about-hero__button::after {
  margin-left: 9px;
  content: "↓";
}

.bbe-about-hero__button:hover,
.bbe-about-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-about-hero__button:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* =========================================
   SINCE 1997 VISUAL
   ========================================= */

.bbe-about-hero__visual {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}

/* Decorative orbit */

.bbe-about-hero__orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  border: 2px dashed rgba(192, 57, 43, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.bbe-about-hero__orbit::before,
.bbe-about-hero__orbit::after {
  position: absolute;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow: 0 0 14px rgba(192, 57, 43, 0.35);
  content: "";
}

.bbe-about-hero__orbit::before {
  top: 41px;
  left: 48px;
  width: 13px;
  height: 13px;
}

.bbe-about-hero__orbit::after {
  right: 22px;
  bottom: 94px;
  width: 9px;
  height: 9px;
}

/* Main year panel */

.bbe-about-hero__year-card {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 32px 33px;
  border: 1px solid var(--bbe-border);
  border-radius: 12px;
  transform: rotate(2deg);
  background: #ffffff;
  box-shadow:
    15px 17px 0 rgba(192, 57, 43, 0.82),
    0 21px 40px rgba(28, 28, 28, 0.16);
  text-align: center;
  transition: transform 0.3s ease;
}

.bbe-about-hero:hover .bbe-about-hero__year-card {
  transform: rotate(0deg) translateY(-4px);
}

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

.bbe-about-hero__since {
  display: block;
  margin-bottom: -3px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bbe-about-hero__year {
  display: block;
  margin: 0;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.bbe-about-hero__year-line {
  display: block;
  width: 52px;
  height: 4px;
  margin: 16px auto;
  border-radius: 5px;
  background: var(--bbe-red);
}

.bbe-about-hero__year-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Program pathway preview */

.bbe-about-hero__path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 23px;
}

.bbe-about-hero__path-item {
  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: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.bbe-about-hero__path-item--active {
  border-color: var(--bbe-red);
  background: var(--bbe-red);
  color: #ffffff;
}

.bbe-about-hero__path-arrow {
  flex: 0 0 auto;
  color: var(--bbe-red);
  font-size: 13px;
  font-weight: 800;
}

/* Experience badge */

.bbe-about-hero__badge {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: 20px;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  box-shadow: 0 8px 20px rgba(28, 28, 28, 0.2);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.bbe-about-hero__badge strong {
  display: block;
  color: var(--bbe-red-light);
  font-size: 22px;
  line-height: 1;
}

/* Tablet */

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

  .bbe-about-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.75fr);
    gap: 38px;
    padding: 55px 42px;
  }

  .bbe-about-hero__title {
    font-size: 57px;
  }

  .bbe-about-hero__orbit {
    width: 325px;
    height: 325px;
  }

  .bbe-about-hero__year {
    font-size: 72px;
  }

  .bbe-about-hero__badge {
    right: -5px;
  }
}

/* Mobile */

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

  .bbe-about-hero__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 49px 25px 58px;
  }

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

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

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

  .bbe-about-hero__visual {
    max-width: 380px;
    margin: 0 auto;
  }

  .bbe-about-hero__orbit {
    width: 300px;
    height: 300px;
  }

  .bbe-about-hero__year-card {
    width: 285px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .bbe-about-hero__badge {
    right: -2px;
    bottom: 13px;
  }
}

@media (max-width: 390px) {
  .bbe-about-hero__year-card {
    width: 250px;
  }

  .bbe-about-hero__year {
    font-size: 65px;
  }

  .bbe-about-hero__path {
    flex-wrap: wrap;
  }

  .bbe-about-hero__badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: -9px auto 0;
    padding: 9px 15px;
    border-width: 3px;
    border-radius: 999px;
  }

  .bbe-about-hero__badge strong {
    display: inline;
    margin-right: 4px;
    font-size: 15px;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .bbe-about-hero__button,
  .bbe-about-hero__year-card {
    transition: none;
  }

  .bbe-about-hero:hover .bbe-about-hero__year-card,
  .bbe-about-hero__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f7d4d82 *//* =========================================
   KIPR ROBOTICS LEARNING PATHWAY
   ========================================= */

.bbe-pathway {
  --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;
}

/* Section header */

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

.bbe-pathway__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-pathway__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-pathway__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

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

/* Pathway layout */

.bbe-pathway__track {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    56px
    minmax(0, 1.08fr)
    56px
    minmax(0, 1fr);
  align-items: stretch;
}

/* Program cards */

.bbe-pathway__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 395px;
  flex-direction: column;
  overflow: hidden;
  padding: 35px 28px 29px;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background: var(--bbe-panel);
  box-shadow: 0 6px 18px rgba(28, 28, 28, 0.055);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-pathway__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--bbe-charcoal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.bbe-pathway__card:hover {
  border-color: var(--bbe-charcoal);
  box-shadow: 0 11px 27px rgba(28, 28, 28, 0.11);
  transform: translateY(-4px);
}

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

/* Highlight Explorer */

.bbe-pathway__card--explorer {
  z-index: 2;
  border: 2px solid var(--bbe-red);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #ffffff 70%,
      var(--bbe-red-light) 100%
    );
  box-shadow: 0 10px 27px rgba(28, 28, 28, 0.11);
}

.bbe-pathway__card--explorer::before {
  background: var(--bbe-red);
  transform: scaleX(1);
}

.bbe-pathway__card--explorer:hover {
  border-color: var(--bbe-red-dark);
}

/* Stage label */

.bbe-pathway__stage {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  margin: 0 0 22px;
  padding: 6px 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-pathway__stage::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  content: "";
}

.bbe-pathway__card--explorer .bbe-pathway__stage {
  background: var(--bbe-red);
  color: #ffffff;
}

.bbe-pathway__card--explorer .bbe-pathway__stage::before {
  background: #ffffff;
}

/* Program icon */

.bbe-pathway__icon {
  display: flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 9px;
  background: var(--bbe-light);
  color: var(--bbe-charcoal);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-pathway__icon svg {
  width: 30px;
  height: 30px;
}

.bbe-pathway__card--explorer .bbe-pathway__icon {
  background: var(--bbe-red-light);
  color: var(--bbe-red);
}

.bbe-pathway__card:hover .bbe-pathway__icon {
  transform: rotate(-3deg) scale(1.05);
}

.bbe-pathway__card--explorer:hover .bbe-pathway__icon {
  background: var(--bbe-red);
  color: #ffffff;
}

/* Card copy */

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

.bbe-pathway__card-text {
  margin: 0 0 20px;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Skill list */

.bbe-pathway__skills {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--bbe-border);
  list-style: none;
}

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

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

/* Connecting arrows */

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

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

.bbe-pathway__connector::before {
  left: 0;
}

.bbe-pathway__connector::after {
  right: 0;
}

.bbe-pathway__arrow {
  display: flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow: 0 5px 13px rgba(28, 28, 28, 0.15);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

/* Summary beneath pathway */

.bbe-pathway__summary {
  display: flex;
  max-width: 790px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 27px auto 0;
  padding: 18px 21px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-light);
}

.bbe-pathway__summary-icon {
  display: flex;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  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-pathway__summary-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bbe-pathway__summary-text strong {
  color: var(--bbe-charcoal);
}

/* Tablet */

@media (max-width: 900px) {
  .bbe-pathway__track {
    grid-template-columns: 1fr;
  }

  .bbe-pathway__card {
    min-height: 0;
  }

  .bbe-pathway__card--jbc {
    order: 1;
  }

  .bbe-pathway__connector--first {
    order: 2;
  }

  .bbe-pathway__card--explorer {
    order: 3;
  }

  .bbe-pathway__connector--second {
    order: 4;
  }

  .bbe-pathway__card--botball {
    order: 5;
  }

  .bbe-pathway__connector {
    min-height: 72px;
  }

  .bbe-pathway__connector::before,
  .bbe-pathway__connector::after {
    left: 50%;
    width: 0;
    height: 17px;
    border-top: 0;
    border-left: 2px dashed rgba(192, 57, 43, 0.4);
  }

  .bbe-pathway__connector::before {
    top: 0;
  }

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

  .bbe-pathway__arrow {
    transform: rotate(90deg);
  }
}

/* Mobile */

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

  .bbe-pathway__header {
    margin-bottom: 31px;
  }

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

  .bbe-pathway__card {
    padding: 30px 24px 25px;
  }

  .bbe-pathway__card-title {
    font-size: 27px;
  }

  .bbe-pathway__summary {
    align-items: flex-start;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-pathway__card,
  .bbe-pathway__card::before,
  .bbe-pathway__icon {
    transition: none;
  }

  .bbe-pathway__card:hover,
  .bbe-pathway__card:hover .bbe-pathway__icon {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-dce269b *//* =========================================
   WHY AUTONOMY MATTERS
   ========================================= */

.bbe-autonomy {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;
  --bbe-charcoal-light: #2d2d2d;
  --bbe-white: #ffffff;
  --bbe-muted: #b9b9b9;
  --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.25),
      transparent 31%
    ),
    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);
  font-family: "Barlow", Arial, sans-serif;
}

/* Red top accent */

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

/* Technical background grid */

.bbe-autonomy::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-autonomy__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 62px;
  padding: 65px 68px;
}

/* =========================================
   AUTONOMOUS PROCESS VISUAL
   ========================================= */

.bbe-autonomy__visual {
  position: relative;
  min-width: 0;
}

/* Offset red layer */

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

.bbe-autonomy__system {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 12px;
  background: #111111;
  box-shadow: 0 23px 42px rgba(0, 0, 0, 0.38);
  transition: transform 0.3s ease;
}

.bbe-autonomy:hover .bbe-autonomy__system {
  transform: translateY(-4px);
}

/* System header */

.bbe-autonomy__system-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -26px -26px 24px;
  padding: 15px 18px;
  border-bottom: 1px solid #363636;
  background: #191919;
}

.bbe-autonomy__system-name {
  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.08em;
  text-transform: uppercase;
}

.bbe-autonomy__system-icon {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--bbe-red);
  color: #ffffff;
  font-size: 15px;
}

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

.bbe-autonomy__system-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-green);
  box-shadow: 0 0 9px rgba(114, 206, 136, 0.7);
  content: "";
}

/* Sense, decide, act flow */

.bbe-autonomy__flow {
  display: grid;
  grid-template-columns: 1fr 31px 1fr 31px 1fr;
  align-items: center;
}

.bbe-autonomy__stage {
  min-width: 0;
  min-height: 142px;
  padding: 17px 12px 14px;
  border: 1px solid #393939;
  border-radius: 8px;
  background: #202020;
  text-align: center;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bbe-autonomy__stage:hover {
  border-color: var(--bbe-red);
  background: #292020;
  transform: translateY(-2px);
}

.bbe-autonomy__stage-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.19);
  color: var(--bbe-red-light);
}

.bbe-autonomy__stage-icon svg {
  width: 21px;
  height: 21px;
}

.bbe-autonomy__stage-name {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.bbe-autonomy__stage-text {
  display: block;
  color: #898989;
  font-size: 10px;
  line-height: 1.35;
}

.bbe-autonomy__flow-arrow {
  color: var(--bbe-red-light);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

/* No driver message */

.bbe-autonomy__no-driver {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 19px;
  padding: 12px;
  border: 1px solid #383838;
  border-radius: 6px;
  background: #191919;
  color: #b8b8b8;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bbe-autonomy__no-driver span {
  color: var(--bbe-red-light);
  font-size: 17px;
}

/* =========================================
   AUTONOMY COPY
   ========================================= */

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

.bbe-autonomy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #ff897d;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

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

.bbe-autonomy__title {
  max-width: 590px;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(43px, 5.5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.96;
}

.bbe-autonomy__title span {
  display: block;
  color: var(--bbe-red-light);
}

.bbe-autonomy__lead {
  max-width: 610px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.62;
}

.bbe-autonomy__text {
  max-width: 610px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

/* Real-world connection tags */

.bbe-autonomy__connections-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bbe-autonomy__connections {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}

.bbe-autonomy__connection {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bbe-autonomy__connection::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bbe-red-light);
  content: "";
}

/* Featured statement */

.bbe-autonomy__statement {
  margin: 0;
  padding: 17px 19px;
  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;
}

/* Tablet */

@media (max-width: 950px) {
  .bbe-autonomy {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bbe-autonomy__inner {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
    gap: 41px;
    padding: 55px 42px;
  }

  .bbe-autonomy__flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bbe-autonomy__stage {
    display: grid;
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 10px;
    padding: 11px;
    text-align: left;
  }

  .bbe-autonomy__stage-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .bbe-autonomy__flow-arrow {
    transform: rotate(90deg);
    font-size: 16px;
  }
}

/* Mobile */

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

  .bbe-autonomy__inner {
    grid-template-columns: 1fr;
    gap: 49px;
    padding: 48px 25px 55px;
  }

  .bbe-autonomy__content {
    order: 1;
  }

  .bbe-autonomy__visual {
    order: 2;
  }

  .bbe-autonomy__title {
    font-size: 43px;
  }

  .bbe-autonomy__flow {
    grid-template-columns: 1fr 26px 1fr 26px 1fr;
    gap: 0;
  }

  .bbe-autonomy__stage {
    display: block;
    min-height: 135px;
    padding: 14px 8px;
    text-align: center;
  }

  .bbe-autonomy__stage-icon {
    margin: 0 auto 11px;
  }

  .bbe-autonomy__flow-arrow {
    transform: none;
    font-size: 17px;
  }
}

@media (max-width: 450px) {
  .bbe-autonomy__flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bbe-autonomy__stage {
    display: grid;
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 10px;
    padding: 11px;
    text-align: left;
  }

  .bbe-autonomy__stage-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .bbe-autonomy__flow-arrow {
    transform: rotate(90deg);
  }

  .bbe-autonomy__system {
    padding: 20px;
  }

  .bbe-autonomy__system-header {
    margin: -20px -20px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-autonomy__system,
  .bbe-autonomy__stage {
    transition: none;
  }

  .bbe-autonomy:hover .bbe-autonomy__system,
  .bbe-autonomy__stage:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a0813a4 *//* =========================================
   BOTBALL EXPLORER — PROGRAM AT A GLANCE
   ========================================= */

.bbe-program-facts {
  --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;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Section header */

.bbe-program-facts__header {
  max-width: 720px;
  margin: 0 auto 37px;
  text-align: center;
}

.bbe-program-facts__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-program-facts__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-program-facts__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

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

/* Fact grid */

.bbe-program-facts__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

/* First three facts */

.bbe-program-facts__item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 210px;
  grid-column: span 2;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding: 29px 21px 24px;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background: var(--bbe-panel);
  box-shadow: 0 5px 17px rgba(28, 28, 28, 0.055);
  text-align: center;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Last two facts span wider columns */

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

/* Animated top line */

.bbe-program-facts__item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--bbe-red);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* Decorative circle */

.bbe-program-facts__item::after {
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border: 20px solid rgba(192, 57, 43, 0.04);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bbe-program-facts__item:hover {
  border-color: var(--bbe-red);
  box-shadow: 0 10px 25px rgba(28, 28, 28, 0.1);
  transform: translateY(-3px);
}

.bbe-program-facts__item:hover::before {
  transform: scaleX(1);
}

/* Icon */

.bbe-program-facts__icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 49px;
  height: 49px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-program-facts__icon svg {
  width: 25px;
  height: 25px;
}

.bbe-program-facts__item:hover
.bbe-program-facts__icon {
  background: var(--bbe-red);
  color: #ffffff;
  transform: scale(1.06);
}

/* Main fact */

.bbe-program-facts__value {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 5px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.bbe-program-facts__label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 7px;
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbe-program-facts__text {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Division details */

.bbe-program-facts__divisions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.bbe-program-facts__division {
  padding: 6px 9px;
  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;
  line-height: 1.2;
}

/* Supporting note */

.bbe-program-facts__note {
  display: flex;
  max-width: 800px;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
  padding: 17px 20px;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 7px 7px 0;
  background: var(--bbe-red-light);
}

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

.bbe-program-facts__note-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bbe-program-facts__note-text strong {
  color: var(--bbe-charcoal);
}

/* Tablet */

@media (max-width: 820px) {
  .bbe-program-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbe-program-facts__item,
  .bbe-program-facts__item:nth-child(4),
  .bbe-program-facts__item:nth-child(5) {
    min-height: 200px;
    grid-column: span 1;
  }

  .bbe-program-facts__item:last-child {
    grid-column: 1 / -1;
  }
}

/* Mobile */

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

  .bbe-program-facts__title {
    font-size: 40px;
  }

  .bbe-program-facts__grid {
    grid-template-columns: 1fr;
  }

  .bbe-program-facts__item,
  .bbe-program-facts__item:nth-child(4),
  .bbe-program-facts__item:nth-child(5),
  .bbe-program-facts__item:last-child {
    min-height: 0;
    grid-column: 1;
    padding: 24px 20px;
  }

  .bbe-program-facts__value {
    font-size: 31px;
  }

  .bbe-program-facts__note {
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-program-facts__item,
  .bbe-program-facts__item::before,
  .bbe-program-facts__icon {
    transition: none;
  }

  .bbe-program-facts__item:hover,
  .bbe-program-facts__item:hover
  .bbe-program-facts__icon {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-09cec3c *//* =========================================
   STACK ATTACK GAME EXPERIENCE
   ========================================= */

.bbe-game {
  --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;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Main section panel */

.bbe-game__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 53px;
  overflow: hidden;
  padding: 54px;
  border: 1px solid var(--bbe-border);
  border-radius: 12px;
  background:
    linear-gradient(
      115deg,
      #f5f5f5 0%,
      #ffffff 46%,
      #ffffff 100%
    );
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.075);
}

/* Red top accent */

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

/* =========================================
   IMAGE
   ========================================= */

.bbe-game__visual {
  position: relative;
  min-width: 0;
  padding: 17px 0 26px;
}

/* Decorative circle */

.bbe-game__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  border: 2px dashed rgba(192, 57, 43, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.bbe-game__orbit::before,
.bbe-game__orbit::after {
  position: absolute;
  border-radius: 50%;
  background: var(--bbe-red);
  box-shadow: 0 0 13px rgba(192, 57, 43, 0.35);
  content: "";
}

.bbe-game__orbit::before {
  top: 43px;
  left: 47px;
  width: 12px;
  height: 12px;
}

.bbe-game__orbit::after {
  right: 20px;
  bottom: 95px;
  width: 8px;
  height: 8px;
}

/* Image frame */

.bbe-game__image-frame {
  position: relative;
  z-index: 2;
  padding: 8px;
  border: 1px solid var(--bbe-border);
  border-radius: 11px;
  transform: rotate(-2deg);
  background: #ffffff;
  box-shadow:
    -14px 16px 0 rgba(192, 57, 43, 0.8),
    0 21px 39px rgba(28, 28, 28, 0.17);
  transition: transform 0.3s ease;
}

.bbe-game__panel:hover .bbe-game__image-frame {
  transform: rotate(0deg) translateY(-4px);
}

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

/* Image label */

.bbe-game__image-label {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: 0;
  min-width: 170px;
  padding: 11px 15px;
  border-radius: 6px;
  background: var(--bbe-charcoal);
  box-shadow: 0 7px 18px rgba(28, 28, 28, 0.22);
  color: #ffffff;
  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-game__image-label span {
  display: block;
  margin-bottom: 2px;
  color: #ff7465;
  font-size: 10px;
  letter-spacing: 0.12em;
}

/* =========================================
   SECTION COPY
   ========================================= */

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

.bbe-game__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  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-game__eyebrow::before {
  width: 31px;
  height: 4px;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

.bbe-game__title {
  max-width: 590px;
  margin: 0 0 18px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 53px);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 0.97;
}

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

.bbe-game__lead {
  max-width: 610px;
  margin: 0 0 15px;
  color: var(--bbe-charcoal);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.bbe-game__text {
  max-width: 610px;
  margin: 0 0 22px;
  color: var(--bbe-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Mission examples */

.bbe-game__missions-label {
  display: block;
  margin-bottom: 9px;
  color: var(--bbe-muted);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bbe-game__missions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}

.bbe-game__mission {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--bbe-border);
  border-radius: 5px;
  background: var(--bbe-light);
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

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

/* Button */

.bbe-game__button {
  display: inline-flex;
  min-height: 50px;
  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-game__button::after {
  margin-left: 9px;
  content: "→";
}

.bbe-game__button:hover,
.bbe-game__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-game__button:focus-visible {
  outline: 3px solid var(--bbe-red);
  outline-offset: 3px;
}

/* Design statement */

.bbe-game__statement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 27px;
  padding: 16px 18px;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 7px 7px 0;
  background: var(--bbe-red-light);
}

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

.bbe-game__statement-text {
  margin: 0;
  color: var(--bbe-charcoal);
  font-size: 14px;
  line-height: 1.5;
}

/* Tablet */

@media (max-width: 900px) {
  .bbe-game__panel {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    padding: 45px 36px;
  }

  .bbe-game__orbit {
    width: 325px;
    height: 325px;
  }

  .bbe-game__image {
    min-height: 235px;
  }
}

/* Mobile */

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

  .bbe-game__panel {
    grid-template-columns: 1fr;
    gap: 43px;
    padding: 41px 25px 45px;
  }

  .bbe-game__content {
    order: 1;
  }

  .bbe-game__visual {
    order: 2;
    max-width: 510px;
    margin: 0 auto;
  }

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

  .bbe-game__button {
    width: 100%;
  }

  .bbe-game__orbit {
    width: 300px;
    height: 300px;
  }

  .bbe-game__image-label {
    right: -3px;
  }
}

@media (max-width: 420px) {
  .bbe-game__image {
    min-height: 205px;
  }

  .bbe-game__image-label {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 0;
    margin: 12px 4px -3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-game__image-frame,
  .bbe-game__button {
    transition: none;
  }

  .bbe-game__panel:hover .bbe-game__image-frame,
  .bbe-game__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-95867ea *//* =========================================
   FLEXIBLE ROBOT OPTIONS
   ========================================= */

.bbe-robots {
  --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;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Section header */

.bbe-robots__header {
  max-width: 750px;
  margin: 0 auto 38px;
  text-align: center;
}

.bbe-robots__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-robots__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-robots__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

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

/* Robot option layout */

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

/* Cards */

.bbe-robots__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 480px;
  flex-direction: column;
  overflow: hidden;
  padding: 38px 35px 34px;
  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-robots__card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--bbe-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.bbe-robots__card::after {
  position: absolute;
  right: -58px;
  bottom: -65px;
  width: 190px;
  height: 190px;
  border: 32px solid rgba(192, 57, 43, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

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

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

/* KIPR kit card emphasis */

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

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

/* Card label */

.bbe-robots__label {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  margin: 0 0 22px;
  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-robots__label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbe-charcoal);
  content: "";
}

.bbe-robots__card--kit .bbe-robots__label {
  background: var(--bbe-red);
  color: #ffffff;
}

.bbe-robots__card--kit .bbe-robots__label::before {
  background: #ffffff;
}

/* Robot icon */

.bbe-robots__icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 11px;
  background: var(--bbe-light);
  color: var(--bbe-charcoal);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bbe-robots__icon svg {
  width: 35px;
  height: 35px;
}

.bbe-robots__card--kit .bbe-robots__icon {
  background: var(--bbe-red-light);
  color: var(--bbe-red);
}

.bbe-robots__card:hover .bbe-robots__icon {
  transform: rotate(-3deg) scale(1.05);
}

.bbe-robots__card--kit:hover .bbe-robots__icon {
  background: var(--bbe-red);
  color: #ffffff;
}

/* Card copy */

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

.bbe-robots__card-lead {
  position: relative;
  z-index: 1;
  margin: 0 0 19px;
  color: var(--bbe-charcoal);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

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

/* KIPR kit feature list */

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

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

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

/* Platform tags */

.bbe-robots__platform-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  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-robots__platforms {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 26px;
}

.bbe-robots__platform {
  padding: 7px 9px;
  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: 12px;
  font-weight: 700;
}

/* Buttons */

.bbe-robots__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: auto;
  padding: 12px 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: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  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-robots__button::after {
  margin-left: 9px;
  content: "→";
}

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

.bbe-robots__button--secondary {
  border-color: var(--bbe-charcoal);
  background: transparent;
  color: var(--bbe-charcoal) !important;
}

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

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

/* Connector */

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

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

.bbe-robots__connector::before {
  left: 0;
}

.bbe-robots__connector::after {
  right: 0;
}

.bbe-robots__or {
  display: flex;
  width: 43px;
  height: 43px;
  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: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Shared experience */

.bbe-robots__destination {
  position: relative;
  max-width: 800px;
  margin: 28px auto 0;
  padding: 25px 27px;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background: var(--bbe-light);
  text-align: center;
}

.bbe-robots__destination::before {
  position: absolute;
  top: -21px;
  left: 50%;
  height: 21px;
  border-left: 2px dashed rgba(192, 57, 43, 0.42);
  content: "";
}

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

.bbe-robots__destination-title {
  margin: 0 0 7px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.bbe-robots__destination-text {
  max-width: 650px;
  margin: 0 auto;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Rules note */

.bbe-robots__rule {
  display: flex;
  max-width: 770px;
  align-items: flex-start;
  gap: 11px;
  margin: 18px auto 0;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.5;
}

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

/* Mobile */

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

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

  .bbe-robots__card {
    min-height: 0;
    padding: 33px 26px 29px;
  }

  .bbe-robots__card--kit {
    order: 1;
  }

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

  .bbe-robots__card--existing {
    order: 3;
  }

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

  .bbe-robots__connector::before {
    top: 0;
  }

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

  .bbe-robots__destination {
    padding: 23px 20px;
  }

  .bbe-robots__rule {
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .bbe-robots__title {
    font-size: 40px;
  }

  .bbe-robots__card-title {
    font-size: 29px;
  }

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

  .bbe-robots__platform {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-robots__card,
  .bbe-robots__card::before,
  .bbe-robots__icon,
  .bbe-robots__button {
    transition: none;
  }

  .bbe-robots__card:hover,
  .bbe-robots__card:hover .bbe-robots__icon,
  .bbe-robots__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-c09e288 *//* =========================================
   CURRICULUM AND EDUCATOR SUPPORT
   ========================================= */

.bbe-curriculum {
  --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;
  color: var(--bbe-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Section header */

.bbe-curriculum__header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.bbe-curriculum__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-curriculum__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-curriculum__title::after {
  display: block;
  width: 60px;
  height: 4px;
  margin: 17px auto 0;
  border-radius: 5px;
  background: var(--bbe-red);
  content: "";
}

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

/* Two-column layout */

.bbe-curriculum__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}

/* Shared column panel */

.bbe-curriculum__panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 37px 34px 34px;
  border: 1px solid var(--bbe-border);
  border-radius: 11px;
  background: var(--bbe-panel);
  box-shadow: 0 6px 19px rgba(28, 28, 28, 0.06);
}

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

/* Curriculum panel */

.bbe-curriculum__panel--learning {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #ffffff 68%,
      var(--bbe-red-light) 100%
    );
}

/* Panel headings */

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

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

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

.bbe-curriculum__panel-text {
  margin: 0 0 25px;
  color: var(--bbe-muted);
  font-size: 15px;
  line-height: 1.62;
}

/* Learning areas */

.bbe-curriculum__areas {
  display: grid;
  gap: 11px;
}

.bbe-curriculum__area {
  display: grid;
  min-width: 0;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 13px;
  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-curriculum__area:hover {
  border-color: var(--bbe-red);
  box-shadow: 0 6px 15px rgba(28, 28, 28, 0.08);
  transform: translateX(3px);
}

.bbe-curriculum__area-icon {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
}

.bbe-curriculum__area-icon svg {
  width: 22px;
  height: 22px;
}

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

.bbe-curriculum__area-text {
  display: block;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Educator support grid */

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

.bbe-curriculum__support {
  position: relative;
  min-width: 0;
  min-height: 154px;
  padding: 20px 17px 17px;
  border: 1px solid var(--bbe-border);
  border-radius: 7px;
  background: var(--bbe-light);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bbe-curriculum__support:hover {
  border-color: var(--bbe-red);
  background: var(--bbe-red-light);
  box-shadow: 0 7px 17px rgba(28, 28, 28, 0.08);
  transform: translateY(-2px);
}

.bbe-curriculum__support-icon {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--bbe-red);
  box-shadow: 0 3px 9px rgba(28, 28, 28, 0.07);
}

.bbe-curriculum__support-icon svg {
  width: 20px;
  height: 20px;
}

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

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

/* Framework callout */

.bbe-curriculum__frameworks {
  position: relative;
  overflow: hidden;
  margin-top: 21px;
  padding: 27px 29px;
  border: 1px solid var(--bbe-border);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 9px 9px 0;
  background: var(--bbe-light);
}

.bbe-curriculum__frameworks::after {
  position: absolute;
  top: -65px;
  right: -55px;
  width: 165px;
  height: 165px;
  border: 27px solid rgba(192, 57, 43, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bbe-curriculum__framework-content {
  position: relative;
  z-index: 1;
}

.bbe-curriculum__framework-title {
  margin: 0 0 7px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
}

.bbe-curriculum__framework-text {
  max-width: 810px;
  margin: 0 0 16px;
  color: var(--bbe-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Framework labels */

.bbe-curriculum__framework-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bbe-curriculum__framework {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--bbe-border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

/* Support reassurance */

.bbe-curriculum__reassurance {
  display: flex;
  max-width: 770px;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin: 19px auto 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bbe-curriculum__reassurance::before {
  flex: 0 0 auto;
  color: var(--bbe-red);
  content: "✓";
  font-size: 17px;
  font-weight: 800;
}

/* Tablet */

@media (max-width: 850px) {
  .bbe-curriculum__columns {
    grid-template-columns: 1fr;
  }

  .bbe-curriculum__panel {
    padding: 34px 29px 30px;
  }
}

/* Mobile */

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

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

  .bbe-curriculum__panel {
    padding: 31px 23px 25px;
  }

  .bbe-curriculum__panel-title {
    font-size: 29px;
  }

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

  .bbe-curriculum__support {
    display: grid;
    min-height: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px;
  }

  .bbe-curriculum__support-icon {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .bbe-curriculum__frameworks {
    padding: 23px 20px;
  }

  .bbe-curriculum__framework-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bbe-curriculum__reassurance {
    padding: 0 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-curriculum__area,
  .bbe-curriculum__support {
    transition: none;
  }

  .bbe-curriculum__area:hover,
  .bbe-curriculum__support:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95efb8a *//* =========================================
   MISSION CONTROL PREVIEW CALLOUT
   ========================================= */

.mc-preview-callout {
  --mc-red: #c0392b;
  --mc-red-dark: #922b21;
  --mc-red-light: #fbeef0;
  --mc-charcoal: #1c1c1c;
  --mc-muted: #666666;
  --mc-border: #cccccc;

  position: relative;
  display: flex;
  max-width: 980px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 32px auto;
  padding: 28px 32px;
  border: 1px solid var(--mc-border);
  border-left: 6px solid var(--mc-red);
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(
      105deg,
      var(--mc-red-light) 0%,
      #ffffff 72%
    );
  box-shadow: 0 6px 18px rgba(28, 28, 28, 0.07);
  color: var(--mc-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Decorative background circle */

.mc-preview-callout::after {
  position: absolute;
  top: -88px;
  right: 120px;
  width: 185px;
  height: 185px;
  border: 30px solid rgba(192, 57, 43, 0.05);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mc-preview-callout__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.mc-preview-callout__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mc-preview-callout__title {
  margin: 0 0 7px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(27px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.05;
}

.mc-preview-callout__text {
  margin: 0;
  color: var(--mc-muted);
  font-size: 15px;
  line-height: 1.55;
}

/* Button */

.mc-preview-callout__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid var(--mc-red);
  border-radius: 6px;
  background: var(--mc-red);
  box-shadow: 0 6px 15px rgba(192, 57, 43, 0.2);
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  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;
}

.mc-preview-callout__button::after {
  margin-left: 9px;
  content: "→";
}

.mc-preview-callout__button:hover,
.mc-preview-callout__button:focus {
  border-color: var(--mc-red-dark);
  background: var(--mc-red-dark);
  box-shadow: 0 9px 20px rgba(146, 43, 33, 0.25);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.mc-preview-callout__button:focus-visible {
  outline: 3px solid var(--mc-red);
  outline-offset: 3px;
}

/* Mobile */

@media (max-width: 720px) {
  .mc-preview-callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin: 26px 16px;
    padding: 27px 24px;
  }

  .mc-preview-callout::after {
    top: -95px;
    right: -70px;
  }

  .mc-preview-callout__button {
    box-sizing: border-box;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-preview-callout__button {
    transition: none;
  }

  .mc-preview-callout__button:hover {
    transform: none;
  }
}/* End custom CSS */