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

.bbe-host-hero {
  --bbe-red: #c0392b;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;
  --bbe-charcoal-light: #303030;

  position: relative;
  max-width: 1180px;
  margin: 0 auto 64px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(192, 57, 43, 0.34),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--bbe-charcoal) 0%,
      var(--bbe-charcoal-light) 100%
    );
  box-shadow: 0 20px 50px rgba(28, 28, 28, 0.2);
  color: #ffffff;
  font-family: "Barlow", Arial, sans-serif;
}

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

.bbe-host-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 55px;
  padding: 70px 65px 64px;
}

/* Main copy */

.bbe-host-hero__content {
  min-width: 0;
}

.bbe-host-hero__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #ff9287;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-host-hero__title {
  max-width: 690px;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 70px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.bbe-host-hero__title-accent {
  display: block;
  color: var(--bbe-red-light);
}

.bbe-host-hero__description {
  max-width: 680px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

/* Buttons */

.bbe-host-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.bbe-host-hero__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 21px;
  border: 2px solid var(--bbe-red);
  border-radius: 6px;
  background: var(--bbe-red);
  color: #ffffff !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.055em;
  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-host-hero__button::after {
  margin-left: 8px;
  content: "→";
}

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

.bbe-host-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.bbe-host-hero__button--secondary::after {
  content: "↓";
}

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

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

/* Hosting path panel */

.bbe-host-hero__panel {
  min-width: 0;
  padding: 29px 27px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 5px solid var(--bbe-red);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.bbe-host-hero__panel-label {
  display: block;
  margin-bottom: 6px;
  color: #ff9287;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bbe-host-hero__panel-title {
  margin: 0 0 21px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
}

/* Path steps */

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

.bbe-host-hero__step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.bbe-host-hero__step-number {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.22);
  color: var(--bbe-red-light);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.bbe-host-hero__step-title {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.bbe-host-hero__step-text {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.35;
}

/* Quick facts */

.bbe-host-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 23px;
}

.bbe-host-hero__fact {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.16);
}

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

.bbe-host-hero__fact-label {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.35;
}

/* Tablet */

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

  .bbe-host-hero__inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 35px;
    padding: 60px 42px 54px;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .bbe-host-hero {
    margin: 0 14px 54px;
    border-radius: 10px;
  }

  .bbe-host-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 24px 40px;
  }

  .bbe-host-hero__title {
    font-size: 47px;
  }

  .bbe-host-hero__description {
    font-size: 15px;
  }

  .bbe-host-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

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

@media (max-width: 390px) {
  .bbe-host-hero__facts {
    grid-template-columns: 1fr;
  }
}

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

  .bbe-host-hero__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-664295b *//* =========================================
   WHY HOST BOTBALL EXPLORER?
   ========================================= */

.bbe-host-benefits {
  --bbe-red: #c0392b;
  --bbe-red-light: #fbeeed;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #dddddd;
  --bbe-panel: #ffffff;
  --bbe-light: #f6f6f6;

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

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

.bbe-host-benefits__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.16em;
  text-transform: uppercase;
}

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

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

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

/* Benefit cards */

.bbe-host-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.bbe-host-benefits__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 27px 25px 25px;
  border: 1px solid var(--bbe-border);
  border-radius: 9px;
  background: var(--bbe-panel);
  box-shadow: 0 7px 20px rgba(28, 28, 28, 0.06);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

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

.bbe-host-benefits__card:hover {
  border-color: #d6aaa6;
  box-shadow: 0 13px 29px rgba(28, 28, 28, 0.1);
  transform: translateY(-4px);
}

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

.bbe-host-benefits__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

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

.bbe-host-benefits__card-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Featured host statement */

.bbe-host-benefits__statement {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  margin-top: 22px;
  padding: 24px 27px;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 9px 9px 0;
  background: var(--bbe-light);
}

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

.bbe-host-benefits__statement-title {
  display: block;
  margin-bottom: 4px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.bbe-host-benefits__statement-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Tablet */

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

/* Mobile */

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

  .bbe-host-benefits__header {
    margin-bottom: 29px;
  }

  .bbe-host-benefits__title {
    font-size: 40px;
  }

  .bbe-host-benefits__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bbe-host-benefits__card {
    padding: 24px 21px 22px;
  }

  .bbe-host-benefits__statement {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

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

  .bbe-host-benefits__card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-864de8d *//* =========================================
   HOW HOSTING WORKS
   ========================================= */

.bbe-host-process {
  --bbe-red: #c0392b;
  --bbe-red-light: #ff7465;
  --bbe-charcoal: #1c1c1c;
  --bbe-charcoal-light: #303030;
  --bbe-white: #ffffff;
  --bbe-green: #72ce88;

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

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

.bbe-host-process::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-host-process__inner {
  position: relative;
  z-index: 2;
  padding: 64px 68px 62px;
}

/* Section header */

.bbe-host-process__header {
  max-width: 760px;
  margin: 0 auto 43px;
  text-align: center;
}

.bbe-host-process__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: #ff9287;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bbe-host-process__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 55px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
}

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

.bbe-host-process__description {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.65;
}

/* Process grid */

.bbe-host-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.bbe-host-process__step {
  position: relative;
  min-width: 0;
  padding: 25px 23px 23px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bbe-host-process__step:hover {
  border-color: rgba(255, 116, 101, 0.75);
  background: rgba(192, 57, 43, 0.12);
  transform: translateY(-4px);
}

.bbe-host-process__step-header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

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

.bbe-host-process__phase {
  display: block;
  color: rgba(255, 255, 255, 0.43);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbe-host-process__step-title {
  margin: 2px 0 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}

.bbe-host-process__step-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.bbe-host-process__step-text strong {
  color: #ffffff;
  font-weight: 700;
}

/* Completion indicator */

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

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

/* Fee note */

.bbe-host-process__note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  margin-top: 23px;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: rgba(192, 57, 43, 0.13);
}

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

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

.bbe-host-process__note-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 12px;
  line-height: 1.55;
}

.bbe-host-process__note-text strong {
  color: #ffffff;
}

/* Tablet */

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

  .bbe-host-process__inner {
    padding: 56px 42px 54px;
  }

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

/* Mobile */

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

  .bbe-host-process__inner {
    padding: 49px 24px 42px;
  }

  .bbe-host-process__header {
    margin-bottom: 30px;
  }

  .bbe-host-process__title {
    font-size: 40px;
  }

  .bbe-host-process__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bbe-host-process__step {
    padding: 22px 20px;
  }

  .bbe-host-process__note {
    grid-template-columns: 1fr;
    padding: 21px;
  }
}

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

  .bbe-host-process__step:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-28eafa2 *//* =========================================
   EVENT INFORMATION CHECKLIST
   ========================================= */

.bbe-host-details {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeeed;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #dddddd;
  --bbe-light: #f6f6f6;
  --bbe-white: #ffffff;

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

/* Section header */

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

.bbe-host-details__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.16em;
  text-transform: uppercase;
}

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

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

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

/* Checklist panels */

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

.bbe-host-details__panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bbe-border);
  border-radius: 10px;
  background: var(--bbe-white);
  box-shadow: 0 8px 23px rgba(28, 28, 28, 0.07);
}

.bbe-host-details__panel-header {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 23px 24px;
  background: var(--bbe-charcoal);
}

.bbe-host-details__panel--attendee
.bbe-host-details__panel-header {
  background: var(--bbe-red);
}

.bbe-host-details__panel-icon {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

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

.bbe-host-details__panel-title {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.bbe-host-details__panel-body {
  padding: 10px 24px 18px;
}

/* Checklist */

.bbe-host-details__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbe-host-details__item {
  position: relative;
  padding: 14px 0 14px 31px;
  border-bottom: 1px solid var(--bbe-border);
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bbe-host-details__item:last-child {
  border-bottom: 0;
}

.bbe-host-details__item::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  content: "✓";
  font-size: 11px;
  font-weight: 800;
}

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

.bbe-host-details__optional {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--bbe-light);
  color: var(--bbe-muted);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Preparation note */

.bbe-host-details__note {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 21px;
  padding: 22px 24px;
  border: 1px solid #e4c8c5;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 9px 9px 0;
  background: var(--bbe-red-light);
}

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

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

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

.bbe-host-details__note-link {
  color: var(--bbe-red) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.bbe-host-details__note-link::after {
  margin-left: 6px;
  content: "→";
}

.bbe-host-details__note-link:hover,
.bbe-host-details__note-link:focus {
  color: var(--bbe-red-dark) !important;
  text-decoration: underline !important;
}

/* Mobile */

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

  .bbe-host-details__title {
    font-size: 40px;
  }

  .bbe-host-details__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bbe-host-details__note {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .bbe-host-details__note-link {
    grid-column: 1 / -1;
    padding-top: 3px;
  }
}

@media (max-width: 440px) {
  .bbe-host-details__panel-header {
    padding: 21px 19px;
  }

  .bbe-host-details__panel-body {
    padding-right: 19px;
    padding-left: 19px;
  }

  .bbe-host-details__note {
    grid-template-columns: 1fr;
    padding: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7989d93 *//* =========================================
   EVENT FEES AND HOST SHARE
   ========================================= */

.bbe-host-fees {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeeed;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #dddddd;
  --bbe-light: #f6f6f6;
  --bbe-white: #ffffff;
  --bbe-green: #438456;

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

/* Header */

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

.bbe-host-fees__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.16em;
  text-transform: uppercase;
}

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

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

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

/* Main layout */

.bbe-host-fees__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 20px;
}

/* Revenue split panel */

.bbe-host-fees__split-panel {
  overflow: hidden;
  border-radius: 10px;
  background: var(--bbe-charcoal);
  box-shadow: 0 11px 27px rgba(28, 28, 28, 0.16);
  color: #ffffff;
}

.bbe-host-fees__split-header {
  padding: 25px 26px 20px;
}

.bbe-host-fees__split-label {
  display: block;
  margin-bottom: 5px;
  color: #ff9287;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbe-host-fees__split-title {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.05;
}

/* Visual percentage bar */

.bbe-host-fees__split-bar {
  display: grid;
  grid-template-columns: 60fr 40fr;
  min-height: 110px;
}

.bbe-host-fees__share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 14px;
  text-align: center;
}

.bbe-host-fees__share--host {
  background: var(--bbe-red);
}

.bbe-host-fees__share--kipr {
  background: #353535;
}

.bbe-host-fees__percentage {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.bbe-host-fees__share-label {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bbe-host-fees__split-details {
  padding: 22px 26px 25px;
}

.bbe-host-fees__split-text {
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.bbe-host-fees__split-text:last-child {
  margin-bottom: 0;
}

.bbe-host-fees__split-text strong {
  color: #ffffff;
}

/* Fee facts */

.bbe-host-fees__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.bbe-host-fees__fact {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.bbe-host-fees__fact-value {
  display: block;
  margin-bottom: 3px;
  color: #ff9287;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.bbe-host-fees__fact-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.35;
}

/* Fee example table */

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

.bbe-host-fees__table-header {
  padding: 24px 25px 19px;
  border-bottom: 1px solid var(--bbe-border);
  background: var(--bbe-light);
}

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

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

.bbe-host-fees__table-description {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.5;
}

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

.bbe-host-fees__table th,
.bbe-host-fees__table td {
  width: 33.333%;
  box-sizing: border-box;
  text-align: left;
}

.bbe-host-fees__table th {
  padding: 13px 17px;
  border: 0;
  border-bottom: 2px solid var(--bbe-charcoal);
  background: var(--bbe-charcoal);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.bbe-host-fees__table th:nth-child(2) {
  background: var(--bbe-red);
}

.bbe-host-fees__table td {
  padding: 14px 17px;
  border: 0;
  border-right: 1px solid var(--bbe-border);
  border-bottom: 1px solid var(--bbe-border);
  color: var(--bbe-muted);
  font-size: 13px;
}

.bbe-host-fees__table td:last-child {
  border-right: 0;
}

.bbe-host-fees__table tbody tr:last-child td {
  border-bottom: 0;
}

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

.bbe-host-fees__table td:nth-child(2) {
  color: var(--bbe-red);
  font-weight: 700;
}

.bbe-host-fees__table td:nth-child(3) {
  color: var(--bbe-charcoal);
  font-weight: 700;
}

/* Public fee notice */

.bbe-host-fees__notice {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin-top: 21px;
  padding: 22px 24px;
  border: 1px solid #e4c8c5;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 9px 9px 0;
  background: var(--bbe-red-light);
}

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

.bbe-host-fees__notice-title {
  display: block;
  margin-bottom: 4px;
  color: var(--bbe-charcoal);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.bbe-host-fees__notice-text {
  margin: 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Mobile */

@media (max-width: 800px) {
  .bbe-host-fees__layout {
    grid-template-columns: 1fr;
  }
}

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

  .bbe-host-fees__title {
    font-size: 40px;
  }

  .bbe-host-fees__split-bar {
    min-height: 100px;
  }

  .bbe-host-fees__percentage {
    font-size: 32px;
  }

  .bbe-host-fees__table th,
  .bbe-host-fees__table td {
    padding: 12px 9px;
    font-size: 11px;
  }

  .bbe-host-fees__notice {
    grid-template-columns: 1fr;
    padding: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-cd73c54 *//* =========================================
   HOST INQUIRY AND EVENT SUBMISSION
   ========================================= */

.bbe-host-contact {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeeed;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #dddddd;
  --bbe-light: #f6f6f6;
  --bbe-white: #ffffff;
  --bbe-blue: #426b82;
  --bbe-blue-light: #edf5f8;

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

/* Header */

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

.bbe-host-contact__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.16em;
  text-transform: uppercase;
}

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

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

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

/* Contact paths */

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

.bbe-host-contact__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 33px 31px 30px;
  border: 1px solid var(--bbe-border);
  border-top: 6px solid var(--bbe-red);
  border-radius: 10px;
  background: var(--bbe-white);
  box-shadow: 0 9px 25px rgba(28, 28, 28, 0.08);
}

.bbe-host-contact__card--approved {
  border-top-color: var(--bbe-blue);
}

.bbe-host-contact__card-number {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.bbe-host-contact__card--approved
.bbe-host-contact__card-number {
  background: var(--bbe-blue-light);
  color: var(--bbe-blue);
}

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

.bbe-host-contact__card--approved
.bbe-host-contact__card-label {
  color: var(--bbe-blue);
}

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

.bbe-host-contact__card-text {
  margin: 0 0 19px;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Preparation list */

.bbe-host-contact__list {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.bbe-host-contact__item {
  position: relative;
  padding-left: 25px;
  color: var(--bbe-muted);
  font-size: 12px;
  line-height: 1.45;
}

.bbe-host-contact__item::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

.bbe-host-contact__card--approved
.bbe-host-contact__item::before {
  background: var(--bbe-blue-light);
  color: var(--bbe-blue);
}

/* Buttons */

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

.bbe-host-contact__button::after {
  margin-left: 8px;
  content: "→";
}

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

.bbe-host-contact__card--approved
.bbe-host-contact__button {
  border-color: var(--bbe-blue);
  background: var(--bbe-blue);
}

.bbe-host-contact__card--approved
.bbe-host-contact__button:hover,
.bbe-host-contact__card--approved
.bbe-host-contact__button:focus {
  border-color: #304f61;
  background: #304f61;
}

.bbe-host-contact__button:focus-visible {
  outline: 3px solid var(--bbe-charcoal);
  outline-offset: 3px;
}

/* Contact note */

.bbe-host-contact__note {
  margin-top: 20px;
  padding: 19px 22px;
  border-radius: 8px;
  background: var(--bbe-light);
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.bbe-host-contact__note strong {
  color: var(--bbe-charcoal);
}

.bbe-host-contact__note a {
  color: var(--bbe-red) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bbe-host-contact__note a:hover,
.bbe-host-contact__note a:focus {
  color: var(--bbe-red-dark) !important;
  text-decoration: underline !important;
}

/* Mobile */

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

  .bbe-host-contact__title {
    font-size: 40px;
  }

  .bbe-host-contact__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bbe-host-contact__card {
    padding: 28px 23px 25px;
  }

  .bbe-host-contact__button {
    width: 100%;
  }
}

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

  .bbe-host-contact__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-bea27b1 *//* =========================================
   HOST EVENT FAQ
   ========================================= */

.bbe-host-faq {
  --bbe-red: #c0392b;
  --bbe-red-dark: #922b21;
  --bbe-red-light: #fbeeed;
  --bbe-charcoal: #1c1c1c;
  --bbe-muted: #666666;
  --bbe-border: #dddddd;
  --bbe-light: #f6f6f6;
  --bbe-white: #ffffff;

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

/* Header */

.bbe-host-faq__header {
  max-width: 740px;
  margin: 0 auto 36px;
  text-align: center;
}

.bbe-host-faq__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.16em;
  text-transform: uppercase;
}

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

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

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

/* FAQ list */

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

.bbe-host-faq__item {
  overflow: hidden;
  border: 1px solid var(--bbe-border);
  border-radius: 8px;
  background: var(--bbe-white);
  box-shadow: 0 5px 16px rgba(28, 28, 28, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bbe-host-faq__item[open] {
  border-color: #d5aaa6;
  box-shadow: 0 8px 21px rgba(28, 28, 28, 0.08);
}

.bbe-host-faq__question {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  box-sizing: border-box;
  padding: 17px 64px 17px 21px;
  color: var(--bbe-charcoal);
  cursor: pointer;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
}

.bbe-host-faq__question::-webkit-details-marker {
  display: none;
}

.bbe-host-faq__question::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bbe-red-light);
  color: var(--bbe-red);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.bbe-host-faq__item[open]
.bbe-host-faq__question::after {
  background: var(--bbe-red);
  color: #ffffff;
  content: "−";
}

.bbe-host-faq__question:hover {
  color: var(--bbe-red);
}

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

.bbe-host-faq__answer {
  padding: 0 64px 21px 21px;
  border-top: 1px solid var(--bbe-border);
  background: var(--bbe-light);
}

.bbe-host-faq__answer p {
  margin: 17px 0 0;
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.65;
}

.bbe-host-faq__answer strong {
  color: var(--bbe-charcoal);
}

/* Closing help note */

.bbe-host-faq__help {
  margin-top: 20px;
  padding: 19px 22px;
  border-left: 5px solid var(--bbe-red);
  border-radius: 0 8px 8px 0;
  background: var(--bbe-red-light);
  color: var(--bbe-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.bbe-host-faq__help strong {
  color: var(--bbe-charcoal);
}

.bbe-host-faq__help a {
  color: var(--bbe-red) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bbe-host-faq__help a:hover,
.bbe-host-faq__help a:focus {
  color: var(--bbe-red-dark) !important;
  text-decoration: underline !important;
}

/* Mobile */

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

  .bbe-host-faq__title {
    font-size: 40px;
  }

  .bbe-host-faq__question {
    min-height: 60px;
    padding: 16px 57px 16px 17px;
    font-size: 17px;
  }

  .bbe-host-faq__question::after {
    right: 15px;
  }

  .bbe-host-faq__answer {
    padding: 0 17px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbe-host-faq__item {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a4b66b7 *//* =========================================
   FINAL HOST EVENT CTA
   ========================================= */

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

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

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

.bbe-host-cta::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-host-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
  padding: 52px 53px 47px;
}

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

.bbe-host-cta__title {
  margin: 0 0 11px;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 51px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 0.98;
}

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

/* Buttons */

.bbe-host-cta__actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  gap: 10px;
}

.bbe-host-cta__button {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 21px;
  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: 14px;
  font-weight: 700;
  letter-spacing: 0.055em;
  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-host-cta__button::after {
  margin-left: 8px;
  content: "→";
}

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

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

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

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

/* Quick facts */

.bbe-host-cta__facts {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: -5px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bbe-host-cta__fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.35;
}

.bbe-host-cta__fact::before {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.25);
  color: var(--bbe-red-light);
  content: "✓";
  font-size: 9px;
  font-weight: 800;
}

/* Mobile */

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

  .bbe-host-cta__inner {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 44px 27px 38px;
  }

  .bbe-host-cta__title {
    font-size: 41px;
  }

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

  .bbe-host-cta__facts {
    grid-column: 1;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -4px;
  }
}

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

  .bbe-host-cta__button:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca88cf9 *//* =========================================
   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 */