.elementor-21487 .elementor-element.elementor-element-cf079b6{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-cc5e159 *//* =========================================
   BOTBALL EXPLORER KIT BANNER
   ========================================= */

.explorer-kit-banner {
  --banner-red: #c0392b;
  --banner-red-dark: #922b21;
  --banner-red-light: #e95b4c;
  --banner-charcoal: #1c1c1c;
  --banner-gray: #2a2a2a;
  --banner-white: #ffffff;
  --banner-cream: #f7f3ee;

  position: relative;
  max-width: 1180px;
  min-height: 480px;
  margin: 28px auto 54px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(192, 57, 43, 0.32),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      var(--banner-charcoal) 0%,
      var(--banner-gray) 100%
    );
  box-shadow: 0 22px 55px rgba(28, 28, 28, 0.23);
  color: var(--banner-white);
  font-family: "Barlow", Arial, sans-serif;
}

/* Red top accent */

.explorer-kit-banner::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--banner-red);
  content: "";
}

/* Decorative background grid */

.explorer-kit-banner::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.explorer-kit-banner__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 48px;
  padding: 64px 72px;
}

/* Main content */

.explorer-kit-banner__content {
  position: relative;
  z-index: 3;
}

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

.explorer-kit-banner__eyebrow::before {
  width: 34px;
  height: 4px;
  border-radius: 10px;
  background: var(--banner-red-light);
  content: "";
}

.explorer-kit-banner__title {
  max-width: 720px;
  margin: 0 0 20px;
  color: var(--banner-white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.91;
  text-transform: uppercase;
}

.explorer-kit-banner__title span {
  display: block;
  color: #ff7465;
}

.explorer-kit-banner__description {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.explorer-kit-banner__description strong {
  color: var(--banner-white);
  font-weight: 700;
}

/* Feature tags */

.explorer-kit-banner__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
}

.explorer-kit-banner__feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--banner-white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.explorer-kit-banner__feature::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7465;
  content: "";
}

/* Buttons */

.explorer-kit-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.explorer-kit-banner__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--banner-red);
  border-radius: 6px;
  background: var(--banner-red);
  box-shadow: 0 8px 20px rgba(192, 57, 43, 0.3);
  color: var(--banner-white) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  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;
}

.explorer-kit-banner__button::after {
  margin-left: 9px;
  content: "→";
}

.explorer-kit-banner__button:hover,
.explorer-kit-banner__button:focus {
  border-color: var(--banner-red-light);
  background: var(--banner-red-light);
  box-shadow: 0 11px 25px rgba(192, 57, 43, 0.38);
  color: var(--banner-white) !important;
  transform: translateY(-2px);
}

.explorer-kit-banner__button:focus-visible {
  outline: 3px solid var(--banner-white);
  outline-offset: 4px;
}

.explorer-kit-banner__button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  box-shadow: none;
}

.explorer-kit-banner__button--secondary:hover,
.explorer-kit-banner__button--secondary:focus {
  border-color: var(--banner-white);
  background: var(--banner-white);
  box-shadow: none;
  color: var(--banner-charcoal) !important;
}

/* Decorative code/controller graphic */

.explorer-kit-banner__visual {
  position: relative;
  display: flex;
  min-height: 310px;
  align-items: center;
  justify-content: center;
}

.explorer-kit-banner__orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 2px dashed rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  animation: explorer-orbit-spin 26s linear infinite;
}

.explorer-kit-banner__orbit::before,
.explorer-kit-banner__orbit::after {
  position: absolute;
  border-radius: 50%;
  background: var(--banner-red-light);
  box-shadow: 0 0 18px rgba(233, 91, 76, 0.7);
  content: "";
}

.explorer-kit-banner__orbit::before {
  top: 24px;
  left: 53px;
  width: 15px;
  height: 15px;
}

.explorer-kit-banner__orbit::after {
  right: 26px;
  bottom: 65px;
  width: 10px;
  height: 10px;
}

.explorer-kit-banner__device {
  position: relative;
  z-index: 2;
  width: min(100%, 290px);
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  transform: rotate(3deg);
  background: #151515;
  box-shadow:
    16px 18px 0 rgba(192, 57, 43, 0.82),
    0 22px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
}

.explorer-kit-banner:hover .explorer-kit-banner__device {
  transform: rotate(0deg) translateY(-4px);
}

.explorer-kit-banner__device-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.explorer-kit-banner__device-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666666;
}

.explorer-kit-banner__device-dot:first-child {
  background: var(--banner-red-light);
}

.explorer-kit-banner__screen {
  min-height: 180px;
  padding: 21px;
  border: 1px solid #393939;
  border-radius: 8px;
  background: #202020;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.75;
}

.explorer-kit-banner__code {
  display: block;
  color: #bcbcbc;
}

.explorer-kit-banner__code--red {
  color: #ff7465;
}

.explorer-kit-banner__code--white {
  color: #ffffff;
}

.explorer-kit-banner__code--indent {
  padding-left: 18px;
}

.explorer-kit-banner__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #8bda9b;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.explorer-kit-banner__status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #69c77c;
  box-shadow: 0 0 10px rgba(105, 199, 124, 0.7);
  content: "";
}

@keyframes explorer-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Tablet */

@media (max-width: 900px) {
  .explorer-kit-banner {
    margin-right: 16px;
    margin-left: 16px;
  }

  .explorer-kit-banner__inner {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 30px;
    padding: 56px 42px;
  }

  .explorer-kit-banner__title {
    font-size: 58px;
  }

  .explorer-kit-banner__orbit {
    width: 270px;
    height: 270px;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .explorer-kit-banner {
    min-height: 0;
    margin: 18px 14px 38px;
    border-radius: 10px;
  }

  .explorer-kit-banner__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 50px 25px 58px;
  }

  .explorer-kit-banner__title {
    font-size: clamp(48px, 15vw, 65px);
  }

  .explorer-kit-banner__description {
    font-size: 16px;
  }

  .explorer-kit-banner__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .explorer-kit-banner__button {
    box-sizing: border-box;
    width: 100%;
  }

  .explorer-kit-banner__visual {
    min-height: 290px;
  }

  .explorer-kit-banner__orbit {
    width: 275px;
    height: 275px;
  }

  .explorer-kit-banner__device {
    width: 240px;
  }

  .explorer-kit-banner__screen {
    min-height: 155px;
    padding: 17px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .explorer-kit-banner__orbit {
    animation: none;
  }

  .explorer-kit-banner__button,
  .explorer-kit-banner__device {
    transition: none;
  }

  .explorer-kit-banner:hover .explorer-kit-banner__device,
  .explorer-kit-banner__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b13cd90 *//* =========================================
   BOTBALL EXPLORER KIT INTRODUCTION
   Mission Control style
   ========================================= */

.mc-kit-intro {
  --mc-red: #c0392b;
  --mc-red-dark: #922b21;
  --mc-red-light: #fbeef0;
  --mc-charcoal: #1c1c1c;
  --mc-muted: #666666;
  --mc-border: #cccccc;
  --mc-panel: #ffffff;

  max-width: 1040px;
  margin: 48px auto;
  padding: 0 22px;
  font-family: "Barlow", Arial, sans-serif;
}

.mc-kit-intro__card {
  position: relative;
  overflow: hidden;
  padding: 48px 54px;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
  background: var(--mc-panel);
  box-shadow: 0 1px 0 rgba(28, 28, 28, 0.04);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Mission Control red card line */

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

/* Subtle background circle */

.mc-kit-intro__card::after {
  position: absolute;
  top: -85px;
  right: -70px;
  width: 250px;
  height: 250px;
  border: 44px solid var(--mc-red-light);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mc-kit-intro__card:hover {
  border-color: var(--mc-red);
  box-shadow: 0 8px 24px rgba(28, 28, 28, 0.1);
  transform: translateY(-2px);
}

/* Eyebrow */

.mc-kit-intro__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Main statement */

.mc-kit-intro__statement {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.04;
}

.mc-kit-intro__statement span {
  color: var(--mc-red);
}

/* Supporting labels */

.mc-kit-intro__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mc-kit-intro__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid var(--mc-border);
  border-radius: 6px;
  background: #f8f8f8;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

/* Mobile */

@media (max-width: 640px) {
  .mc-kit-intro {
    margin: 32px auto;
    padding: 0 16px;
  }

  .mc-kit-intro__card {
    padding: 38px 25px 30px;
  }

  .mc-kit-intro__card::after {
    top: -100px;
    right: -110px;
  }

  .mc-kit-intro__statement {
    font-size: 36px;
  }

  .mc-kit-intro__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mc-kit-intro__action {
    width: 100%;
  }
}

/* Respect reduced-motion preferences */

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

  .mc-kit-intro__card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e295bf8 *//* =========================================
   BOTBALL EXPLORER FEATURED STATEMENT
   ========================================= */

.explorer-kit-intro {
  --explorer-navy: #0f2038;
  --explorer-navy-light: #172f50;
  --explorer-orange: #ff5a2f;
  --explorer-orange-light: #ff7a55;
  --explorer-white: #ffffff;
  --explorer-cream: #f6f4ee;

  position: relative;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 20px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.explorer-kit-intro__panel {
  position: relative;
  overflow: hidden;
  padding: 64px 70px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(255, 90, 47, 0.2) 0,
      rgba(255, 90, 47, 0) 28%
    ),
    linear-gradient(
      135deg,
      var(--explorer-navy) 0%,
      var(--explorer-navy-light) 100%
    );
  box-shadow:
    0 24px 60px rgba(15, 32, 56, 0.22),
    0 8px 20px rgba(15, 32, 56, 0.14);
  color: var(--explorer-white);
}

/* Orange offset layer behind the main panel */

.explorer-kit-intro__panel::before {
  position: absolute;
  z-index: -1;
  right: 14px;
  bottom: -12px;
  width: 90%;
  height: 90%;
  border-radius: 20px;
  background: var(--explorer-orange);
  content: "";
}

/* Decorative robotics circles */

.explorer-kit-intro__decoration {
  position: absolute;
  top: -65px;
  right: -45px;
  width: 240px;
  height: 240px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.explorer-kit-intro__decoration::before,
.explorer-kit-intro__decoration::after {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.explorer-kit-intro__decoration::before {
  inset: 35px;
}

.explorer-kit-intro__decoration::after {
  inset: 78px;
  border-color: rgba(255, 90, 47, 0.35);
}

/* Eyebrow */

.explorer-kit-intro__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--explorer-orange-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.explorer-kit-intro__eyebrow::before {
  width: 34px;
  height: 3px;
  border-radius: 10px;
  background: var(--explorer-orange);
  content: "";
}

/* Main statement */

.explorer-kit-intro__statement {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0;
  color: var(--explorer-white);
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.explorer-kit-intro__statement span {
  color: var(--explorer-orange-light);
}

/* Three supporting words */

.explorer-kit-intro__steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.explorer-kit-intro__step {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--explorer-white);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.explorer-kit-intro__step-number {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--explorer-orange);
  color: var(--explorer-white);
  font-size: 12px;
  font-weight: 800;
}

/* Mobile */

@media (max-width: 700px) {
  .explorer-kit-intro {
    margin: 32px auto;
    padding: 0 14px 10px;
  }

  .explorer-kit-intro__panel {
    padding: 44px 26px;
    border-radius: 16px;
  }

  .explorer-kit-intro__panel::before {
    right: 7px;
    bottom: -8px;
    border-radius: 16px;
  }

  .explorer-kit-intro__statement {
    font-size: 32px;
  }

  .explorer-kit-intro__steps {
    align-items: flex-start;
    flex-direction: column;
  }

  .explorer-kit-intro__step {
    box-sizing: border-box;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a8d1650 *//* =========================================
   BOTBALL EXPLORER REGISTRATION
   Mission Control style
   ========================================= */

.explorer-registration {
  --mc-red: #c0392b;
  --mc-red-dark: #922b21;
  --mc-red-light: #fbeef0;
  --mc-charcoal: #1c1c1c;
  --mc-muted: #666666;
  --mc-border: #cccccc;
  --mc-page: #f2f2f2;
  --mc-panel: #ffffff;
  --mc-input: #f8f8f8;

  max-width: 1040px;
  margin: 0 auto;
  padding: 25px 22px;
  color: var(--mc-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Section introduction */

.explorer-registration__header {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.explorer-registration__title {
  margin: 0 0 14px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.explorer-registration__title::after {
  display: block;
  width: 64px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--mc-red);
  content: "";
}

.explorer-registration__intro {
  margin: 0;
  color: var(--mc-muted);
  font-size: 17px;
  line-height: 1.65;
}

/* Card layout */

.explorer-registration__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: stretch;
}

.explorer-registration__card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 54px 36px 36px;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
  background: var(--mc-panel);
  box-shadow: 0 1px 0 rgba(28, 28, 28, 0.04);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Red top line, matching Mission Control cards */

.explorer-registration__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--mc-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.explorer-registration__card:hover {
  border-color: var(--mc-red);
  background: #fffafa;
  box-shadow: 0 8px 24px rgba(28, 28, 28, 0.1);
  transform: translateY(-2px);
}

.explorer-registration__card:hover::before {
  transform: scaleX(1);
}

/* Make required base card slightly stronger */

.explorer-registration__card--base {
  border: 2px solid var(--mc-red);
  box-shadow: 0 6px 20px rgba(28, 28, 28, 0.08);
}

.explorer-registration__card--base::before {
  transform: scaleX(1);
}

/* Card labels */

.explorer-registration__label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  min-width: 475px;
  max-width: calc(100% - 42px);
  padding: 9px 16px;
  border-radius: 0 0 6px 6px;
  transform: translateX(-50%);
  background: #eeeeee;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.explorer-registration__card--base
.explorer-registration__label {
  background: var(--mc-red);
  color: #ffffff;
}

/* Card typography */

.explorer-registration__card-title {
  min-height: 64px;
  margin: 4px 0 8px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.explorer-registration__price {
  margin: 0;
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.explorer-registration__price-detail {
  margin: 8px 0 22px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.explorer-registration__description {
  min-height: 72px;
  margin: 0 0 20px;
  color: var(--mc-muted);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

/* Included-item lists */

.explorer-registration__list {
  margin: 0 0 28px;
  padding: 20px 0 8px;
  border-top: 1px solid var(--mc-border);
  list-style: none;
}

.explorer-registration__list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 27px;
  color: var(--mc-charcoal);
  font-size: 15px;
  line-height: 1.4;
}

.explorer-registration__list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--mc-red);
  content: "✓";
  font-size: 18px;
  font-weight: 700;
}

.explorer-registration__list strong {
  font-weight: 600;
}

/* Not-included message */

.explorer-registration__exclusion {
  margin: -5px 0 24px;
  padding: 14px 16px;
  border: 1px solid #e4c8c5;
  border-left: 5px solid var(--mc-red);
  border-radius: 0 8px 8px 0;
  background: var(--mc-red-light);
  color: var(--mc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.explorer-registration__exclusion strong {
  color: var(--mc-charcoal);
}

/* Buttons */

.explorer-registration__button {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 13px 20px;
  border: 2px solid var(--mc-red);
  border-radius: 6px;
  background: var(--mc-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;
}

.explorer-registration__button::after {
  margin-left: 9px;
  content: "→";
}

.explorer-registration__button:hover,
.explorer-registration__button:focus {
  border-color: var(--mc-red-dark);
  background: var(--mc-red-dark);
  color: #ffffff !important;
}

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

/* Contact button */

.explorer-registration__button--secondary {
  border-color: var(--mc-charcoal);
  background: transparent;
  color: var(--mc-charcoal) !important;
}

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

/* Plus connector */

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

.explorer-registration__connector::before,
.explorer-registration__connector::after {
  position: absolute;
  top: 50%;
  width: 18px;
  border-top: 2px dashed var(--mc-red);
  content: "";
}

.explorer-registration__connector::before {
  left: 0;
}

.explorer-registration__connector::after {
  right: 0;
}

.explorer-registration__plus {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--mc-page);
  border-radius: 50%;
  background: var(--mc-red);
  box-shadow: 0 4px 12px rgba(28, 28, 28, 0.15);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

/* How-it-works message */

.explorer-registration__rule {
  display: flex;
  max-width: 780px;
  align-items: flex-start;
  gap: 13px;
  margin: 30px auto 0;
  padding: 17px 20px;
  border: 1px solid var(--mc-border);
  border-left: 5px solid var(--mc-red);
  border-radius: 0 8px 8px 0;
  background: var(--mc-red-light);
  color: var(--mc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.explorer-registration__rule-icon {
  flex: 0 0 auto;
  color: var(--mc-red);
  font-size: 21px;
  line-height: 1.25;
}

.explorer-registration__rule p {
  margin: 0;
}

.explorer-registration__rule strong {
  color: var(--mc-charcoal);
}

/* Responsive layout */

@media (max-width: 820px) {
  .explorer-registration {
    padding: 48px 16px;
  }

  .explorer-registration__options {
    grid-template-columns: 1fr;
  }

  .explorer-registration__card {
    padding: 54px 26px 30px;
  }

  .explorer-registration__card--base {
    order: 1;
  }

  .explorer-registration__connector {
    order: 2;
    min-height: 72px;
  }

  .explorer-registration__card--addon {
    order: 3;
  }

  .explorer-registration__connector::before,
  .explorer-registration__connector::after {
    left: 50%;
    width: 0;
    height: 18px;
    border-top: 0;
    border-left: 2px dashed var(--mc-red);
  }

  .explorer-registration__connector::before {
    top: 0;
  }

  .explorer-registration__connector::after {
    top: auto;
    right: auto;
    bottom: 0;
  }

  .explorer-registration__card-title,
  .explorer-registration__description {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .explorer-registration__title {
    font-size: 37px;
  }

  .explorer-registration__card-title {
    font-size: 27px;
  }

  .explorer-registration__price {
    font-size: 44px;
  }

  .explorer-registration__label {
    min-width: 185px;
    font-size: 11px;
  }

  .explorer-registration__rule {
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .explorer-registration__card,
  .explorer-registration__card::before,
  .explorer-registration__button {
    transition: none;
  }

  .explorer-registration__card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa14322 *//* =========================================
   BOTBALL EXPLORER REGISTRATION TABLE
   ========================================= */

.explorer-table-section {
  --mc-red: #c0392b;
  --mc-red-dark: #922b21;
  --mc-red-light: #fbeef0;
  --mc-charcoal: #1c1c1c;
  --mc-muted: #666666;
  --mc-border: #d2d2d2;
  --mc-light: #f6f6f6;
  --mc-panel: #ffffff;

  max-width: 1040px;
  margin: 40px auto;
  padding: 0 22px;
  color: var(--mc-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Optional section introduction */

.explorer-table-section__header {
  max-width: 720px;
  margin: 0 0 25px;
}

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

.explorer-table-section__title {
  margin: 0 0 8px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.explorer-table-section__description {
  margin: 0;
  color: var(--mc-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Table container */

.explorer-table-wrapper {
  overflow: hidden;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
  background: var(--mc-panel);
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.07);
}

.explorer-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Column sizing */

.explorer-table th:nth-child(1),
.explorer-table td:nth-child(1) {
  width: 21%;
}

.explorer-table th:nth-child(2),
.explorer-table td:nth-child(2) {
  width: 10%;
}

.explorer-table th:nth-child(3),
.explorer-table td:nth-child(3) {
  width: 18%;
}

.explorer-table th:nth-child(4),
.explorer-table td:nth-child(4) {
  width: 31%;
}

.explorer-table th:nth-child(5),
.explorer-table td:nth-child(5) {
  width: 20%;
}

/* Table heading */

.explorer-table thead {
  background: var(--mc-charcoal);
}

.explorer-table th {
  padding: 17px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.explorer-table th:first-child {
  border-top: 5px solid var(--mc-red);
}

.explorer-table th:not(:first-child) {
  border-top: 5px solid transparent;
}

.explorer-table th:last-child {
  border-right: 0;
}

/* Table body */

.explorer-table td {
  padding: 20px 16px;
  border-right: 1px solid var(--mc-border);
  border-bottom: 1px solid var(--mc-border);
  color: var(--mc-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.explorer-table td:last-child {
  border-right: 0;
}

.explorer-table tbody tr:last-child td {
  border-bottom: 0;
}

.explorer-table tbody tr:nth-child(even) {
  background: var(--mc-light);
}

.explorer-table tbody tr {
  transition: background-color 0.2s ease;
}

.explorer-table tbody tr:hover {
  background: var(--mc-red-light);
}

/* Program name */

.explorer-table__program {
  display: block;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

/* Required/add-on label */

.explorer-table__label {
  display: inline-block;
  margin-top: 9px;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--mc-red-light);
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Price */

.explorer-table__price {
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

/* Included list */

.explorer-table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.explorer-table__list li {
  position: relative;
  margin: 0 0 7px;
  padding-left: 19px;
}

.explorer-table__list li:last-child {
  margin-bottom: 0;
}

.explorer-table__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mc-red);
  content: "✓";
  font-weight: 700;
}

/* Mobile card layout */

@media (max-width: 800px) {
  .explorer-table-section {
    margin: 32px auto;
    padding: 0 16px;
  }

  .explorer-table-wrapper {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .explorer-table,
  .explorer-table tbody,
  .explorer-table tr,
  .explorer-table td {
    display: block;
    width: 100%;
  }

  .explorer-table {
    table-layout: auto;
  }

  .explorer-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .explorer-table tbody {
    display: grid;
    gap: 18px;
  }

  .explorer-table tbody tr {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mc-border);
    border-radius: 10px;
    background: var(--mc-panel);
    box-shadow: 0 6px 18px rgba(28, 28, 28, 0.07);
  }

  .explorer-table tbody tr::before {
    display: block;
    height: 5px;
    background: var(--mc-red);
    content: "";
  }

  .explorer-table tbody tr:nth-child(even),
  .explorer-table tbody tr:hover {
    background: var(--mc-panel);
  }

  .explorer-table td,
  .explorer-table td:nth-child(1),
  .explorer-table td:nth-child(2),
  .explorer-table td:nth-child(3),
  .explorer-table td:nth-child(4),
  .explorer-table td:nth-child(5) {
    display: grid;
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: minmax(110px, 36%) minmax(0, 1fr);
    gap: 16px;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--mc-border);
  }

  .explorer-table td:last-child {
    border-bottom: 0;
  }

  .explorer-table td::before {
    color: var(--mc-charcoal);
    content: attr(data-label);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .explorer-table__program {
    font-size: 17px;
  }

  .explorer-table__price {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .explorer-table td,
  .explorer-table td:nth-child(1),
  .explorer-table td:nth-child(2),
  .explorer-table td:nth-child(3),
  .explorer-table td:nth-child(4),
  .explorer-table td:nth-child(5) {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .explorer-table tbody tr {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4dfbe4d */p {
  font-size: 16px;
  line-height: 1.5;
}

ul {
    padding-left:55px;
}

li span.explorer{
 font-size: 16px;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8131d3d *//* =========================================
   WOMBAT CLASSROOM ADVANTAGES
   Mission Control style
   ========================================= */

.wombat-advantages {
  --mc-red: #c0392b;
  --mc-red-dark: #922b21;
  --mc-red-light: #fbeef0;
  --mc-charcoal: #1c1c1c;
  --mc-muted: #666666;
  --mc-border: #cccccc;
  --mc-panel: #ffffff;
  --mc-light: #f6f6f6;

  max-width: 1040px;
  margin: 48px auto;
  padding: 0 22px;
  color: var(--mc-charcoal);
  font-family: "Barlow", Arial, sans-serif;
}

/* Section heading */

.wombat-advantages__header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.wombat-advantages__eyebrow {
  margin: 0 0 10px;
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wombat-advantages__title {
  margin: 0 0 14px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.wombat-advantages__title::after {
  display: block;
  width: 64px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--mc-red);
  content: "";
}

.wombat-advantages__intro {
  margin: 0;
  color: var(--mc-muted);
  font-size: 17px;
  line-height: 1.65;
}

/* Featured collaboration benefit */

.wombat-advantages__feature {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 34px 38px;
  border: 1px solid var(--mc-border);
  border-left: 6px solid var(--mc-red);
  border-radius: 0 10px 10px 0;
  background: var(--mc-panel);
  box-shadow: 0 8px 24px rgba(28, 28, 28, 0.08);
}

.wombat-advantages__feature::after {
  position: absolute;
  top: -75px;
  right: -75px;
  width: 210px;
  height: 210px;
  border: 38px solid var(--mc-red-light);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.wombat-advantages__feature-icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mc-red);
  color: #ffffff;
}

.wombat-advantages__feature-icon svg {
  width: 40px;
  height: 40px;
}

.wombat-advantages__feature-content {
  position: relative;
  z-index: 1;
}

.wombat-advantages__feature-label {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--mc-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wombat-advantages__feature-title {
  margin: 0 0 8px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.05;
}

.wombat-advantages__feature-text {
  max-width: 780px;
  margin: 0;
  color: var(--mc-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Supporting benefit cards */

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

.wombat-advantages__card {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 26px;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
  background: var(--mc-panel);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.wombat-advantages__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--mc-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.wombat-advantages__card:hover {
  border-color: var(--mc-red);
  box-shadow: 0 8px 22px rgba(28, 28, 28, 0.09);
  transform: translateY(-2px);
}

.wombat-advantages__card:hover::before {
  transform: scaleX(1);
}

.wombat-advantages__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.wombat-advantages__card-icon {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--mc-red-light);
  color: var(--mc-red);
}

.wombat-advantages__card-icon svg {
  width: 23px;
  height: 23px;
}

.wombat-advantages__card-title {
  margin: 0;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
}

.wombat-advantages__card-text {
  margin: 0;
  color: var(--mc-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Technical support card */

.wombat-advantages__support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 18px;
  padding: 25px 28px;
  border: 1px solid var(--mc-border);
  border-left: 5px solid var(--mc-red);
  border-radius: 0 8px 8px 0;
  background: var(--mc-red-light);
}

.wombat-advantages__support-title {
  margin: 0 0 4px;
  color: var(--mc-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.wombat-advantages__support-text {
  margin: 0;
  color: var(--mc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.wombat-advantages__button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid var(--mc-red);
  border-radius: 6px;
  background: var(--mc-red);
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  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;
}

.wombat-advantages__button::after {
  margin-left: 8px;
  content: "→";
}

.wombat-advantages__button:hover,
.wombat-advantages__button:focus {
  border-color: var(--mc-red-dark);
  background: var(--mc-red-dark);
  color: #ffffff !important;
}

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

/* Responsive */

@media (max-width: 760px) {
  .wombat-advantages {
    margin: 34px auto;
    padding: 0 16px;
  }

  .wombat-advantages__feature {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 25px;
  }

  .wombat-advantages__feature-icon {
    width: 64px;
    height: 64px;
  }

  .wombat-advantages__feature-icon svg {
    width: 34px;
    height: 34px;
  }

  .wombat-advantages__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 480px) {
  .wombat-advantages__title {
    font-size: 38px;
  }

  .wombat-advantages__feature-title {
    font-size: 30px;
  }

  .wombat-advantages__card {
    padding: 24px 22px;
  }

  .wombat-advantages__button {
    box-sizing: border-box;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wombat-advantages__card,
  .wombat-advantages__card::before,
  .wombat-advantages__button {
    transition: none;
  }

  .wombat-advantages__card:hover {
    transform: none;
  }
}/* End custom CSS */