/** Shopify CDN: Minification failed

Line 1337:3 Unexpected "/"

**/
/* ============================================================
   BIRTHDAY CLUB 2.0 — STYLES
   ============================================================ */

.page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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

.bc2-hero {
  position: relative;
  background-color: var(--bc2-hero-bg-color, #f6eaf5);
  background-image: var(--bc2-hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 480px;
  height: 36vw;
  max-height: 600px;
}

.bc2-hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 12vw;
}

.bc2-hero__content {
  width: 540px;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bc2-hero__eyebrow {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  color: #111;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

.bc2-hero__eyebrow::before,
.bc2-hero__eyebrow::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bc2-hero__eyebrow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='6' y1='14' x2='18' y2='14'/><line x1='8' y1='5' x2='16' y2='10'/><line x1='8' y1='23' x2='16' y2='18'/></g></svg>");
}

.bc2-hero__eyebrow::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='34' y1='14' x2='22' y2='14'/><line x1='32' y1='5' x2='24' y2='10'/><line x1='32' y1='23' x2='24' y2='18'/></g></svg>");
}

.bc2-hero__title-img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}

.bc2-hero__divider {
  width: 320px;
  max-width: 80%;
  height: 0;
  border-top: 2px dashed #53e7df;
  margin: 14px auto 18px;
  position: relative;
}

.bc2-hero__divider::before,
.bc2-hero__divider::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15e5df;
}

.bc2-hero__divider::before { left: -2px; }
.bc2-hero__divider::after  { right: -2px; }

.bc2-hero__subheading {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: center;
  color: #111;
}

.bc2-hero__text {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 22px;
  text-align: center;
  font-weight: 600;
  color: #111;
}

.bc2-hero__text p {
  margin: 0;
}

.bc2-join_button {
  display: flex;
  justify-content: center;
}

.bc2-hero__button {
  min-width: 280px;
  box-sizing: border-box;
  padding: 12px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(210deg, #ee69dc 20%, #e10fca 54%, #cb0fca 100%);
  border: 3px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--rb-font-body, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bc2-hero__button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(225, 15, 202, 0.4);
  filter: brightness(1.1);
  color: #fff;
}

.bc2-join-between_button {
    display: none;
}

.bc2-top-logo-hero__content {
    display: none;
}

@media screen and (max-width: 1080px) {
  .bc2-hero {
    background-position: -200px top;
  }

  .bc2-hero__wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bc2-hero {
    background-image: var(--bc2-hero-bg-mobile);
    background-color: var(--bc2-hero-bg-color, #f6eaf5);
    background-size: cover;
    background-position: center top;
    height: auto;
    min-height: 0;
    height: 112vw;
    padding: 30px 0 80px;
  }

  .bc2-join_button {
    display: none;
  }

  .bc2-join-between_button {
    position: absolute;
    bottom: -30px;
    display: block;
  }

  .bc2-top-logo-hero__content {
    display: block;
    position: absolute;
    top: 10px;
  }

  .bc2-logo-hero__content {
    display: none;
  }

  .bc2-hero__wrapper {
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
  }

  .bc2-hero__divider {
    display: none;
  }

  .bc2-hero__content {
    width: 100%;
    max-width: 170px;
    position: absolute;
    top: 46%;
    transform: translateY(-26%);
    right: 5%;
  }

  .bc2-join_button {
    margin-top: 18px;
  }
}

@media screen and (max-width: 749px) {
  .bc2-hero__eyebrow {
    font-size: 24px;
  }

  .bc2-hero__title-img {
    max-width: 320px;
  }

  .bc2-hero__subheading {
    font-size: 20px;
  }

  .bc2-hero__text {
    font-size: 16px;
  }

  .bc2-hero__button {
    width: 100%;
    min-width: 0;
  }
}

/* ============================================================
   STEPS
   ============================================================ */

.bc2-steps {
  padding: 30px 0;
}

.bc2-steps__title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 40px;
}

.bc2-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0 50px;
}

.bc2-step-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    box-shadow: 6px 6px 5px 2px #0000001f;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.bc2-step-card__number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #15e5df;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc2-step-card__icon {
  margin: 14px 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.bc2-step-card__icon img {
  width: 130px;
  height: auto;
  display: block;
}

.bc2-step-card__title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
}

.bc2-step-card__text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

@media screen and (max-width: 990px) {
  .bc2-steps__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 360px;
    margin: 0 auto;
  }

  .bc2-step-card {
    min-height: 0;
    padding: 22px 18px 24px;
  }

  .bc2-step-card__icon {
    margin: 6px 0 8px;
    min-height: 80px;
  }

  .bc2-step-card__icon img {
    width: 80px;
  }

  .bc2-step-card__title {
    font-size: 22px;
  }

  .bc2-step-card__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .bc2-steps {
    padding: 50px 0;
  }

  .bc2-steps__title {
    display: none;
    font-size: 28px;
    margin-bottom: 24px;
  }

  .bc2-step-card__number {
    width: 30px;
    height: 30px;
    font-size: 15px;
    top: 14px;
    left: 14px;
  }
}

/* ============================================================
   FORM / SIGNUP
   ============================================================ */

.bc2-signup {
  padding: 30px 0;
  background: #fff;
  position: relative;
}

.bc2-signup__wrapper {
  border: 2px solid var(--bc2-form-border, #53e7df);
  background-image: var(--bc2-form-bg-desktop);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #d8fffb;
  border-radius: 30px;
  padding: 15px 50px;
  display: flex;
  gap: 40px;
  position: relative;
  overflow: hidden;
  align-items: stretch;
}

.bc2-signup__left {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.bc2-signup__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.bc2-signup__eyebrow {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #111;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bc2-signup__eyebrow::before,
.bc2-signup__eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bc2-signup__eyebrow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='6' y1='14' x2='18' y2='14'/><line x1='8' y1='5' x2='16' y2='10'/><line x1='8' y1='23' x2='16' y2='18'/></g></svg>");
}

.bc2-signup__eyebrow::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='34' y1='14' x2='22' y2='14'/><line x1='32' y1='5' x2='24' y2='10'/><line x1='32' y1='23' x2='24' y2='18'/></g></svg>");
}

.bc2-signup__title-img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.bc2-signup__divider {
  width: 550px;
  max-width: 70%;
  border-top: 2px dashed #53e7df;
  margin: 10px auto 0px;
  position: relative;
}

.bc2-signup__divider::before,
.bc2-signup__divider::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15e5df;
}

.bc2-signup__divider::before { left: -2px; }
.bc2-signup__divider::after  { right: -2px; }

.bc2-signup__features {
  display: flex;
  gap: 30px;
  margin: 8px 0 18px;
  justify-content: center;
}

.bc2-signup__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 190px;
  position: relative;
}

.bc2-signup__feature + .bc2-signup__feature::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #ecd8fa;
}

.bc2-signup__feature img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.bc2-signup__feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
}

.bc2-signup__cake {
  max-width: 240px;
  width: 100%;
  margin-top: auto;
}

.bc2-signup__right {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.bc2-signup__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 0;
}

.bc2-signup__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bc2-signup__form input[type="text"],
.bc2-signup__form input[type="email"],
.bc2-signup__form input[type="date"] {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  box-sizing: border-box;
  font-family: var(--rb-font-body, 'Poppins', sans-serif);
}

.bc2-signup__form input::placeholder {
  color: #999;
}

.bc2-signup__form input[type="date"] {
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.bc2-signup__form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}

.bc2-signup__form input[type="date"]::-webkit-inner-spin-button,
.bc2-signup__form input[type="date"]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.bc2-signup__form input.bc2-signup__birthday {
  cursor: pointer;
}

.bc2-signup__checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  padding: 0 30px;
}

.bc2-join-signup__button {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bc2-signup__checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.bc2-signup__checkbox-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #c9c9d1;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.bc2-signup__checkbox-box::after {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  margin-top: -2px;
  transition: transform 0.18s ease;
}

.bc2-signup__checkbox:hover .bc2-signup__checkbox-box {
  border-color: #15e5df;
}

.bc2-signup__checkbox input[type="checkbox"]:focus-visible + .bc2-signup__checkbox-box {
  outline: 2px solid #e10fca;
  outline-offset: 2px;
}

.bc2-signup__checkbox input[type="checkbox"]:checked + .bc2-signup__checkbox-box {
  background: linear-gradient(210deg, #ee69dc 20%, #e10fca 54%, #cb0fca 100%);
  border-color: transparent;
}

.bc2-signup__checkbox input[type="checkbox"]:checked + .bc2-signup__checkbox-box::after {
  transform: rotate(-45deg) scale(1);
}

.bc2-signup__checkbox-label {
  flex: 1;
  color: #2d2d33;
}

.bc2-signup__button {
  margin: 6px auto 0;
  width: 280px;
  box-sizing: border-box;
  padding: 12px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  cursor: pointer;
  background: linear-gradient(210deg, #ee69dc 20%, #e10fca 54%, #cb0fca 100%);
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--rb-font-body, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bc2-signup__button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(225, 15, 202, 0.4);
  filter: brightness(1.1);
}

.bc2-signup__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  filter: none;
}

.bc2-signup__message {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  min-height: 1em;
  color: #111;
}

.bc2-signup__message--error {
  color: #c0144a;
}

/* Fine-print disclosure under the submit button.
   Replaces the previous required checkbox while keeping a visible
   marketing-consent statement near the affirmative action — same
   pattern as the 10% Off popup. */
.bc2-signup__disclosure {
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: #6a4a6a;
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.bc2-signup__success {
  display: none;
  background: transparent;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
}

.bc2-signup__success.is-shown {
  display: block;
}

.bc2-signup.is-submitted .bc2-signup__features,
.bc2-signup.is-submitted .bc2-signup__divider {
  display: none;
}

.bc2-signup__success-icon {
  font-size: 48px;
  margin-bottom: 6px;
}

.bc2-signup__success-heading {
  font-size: 24px;
  font-weight: 800;
  color: #e10fca;
  margin: 0 0 10px;
}

.bc2-signup__success-text {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

.bc2-top-logo-signup__heading {
    display: none;
}

@media screen and (max-width: 990px) {
.bc2-signup__wrapper {
    background-position: -170px center;
}
}

@media screen and (max-width: 680px) {
  .bc2-signup__wrapper {
    flex-direction: column;
    padding: 10px;
    background-image: var(--bc2-form-bg-mobile);
    background-position: -22px 15vw;
    background-color: #d8fffb;
    gap: 0;
    background-size: 330px;
  }

  .bc2-signup__left,
  .bc2-signup__right {
    width: 100%;
  }

  .bc2-signup__left {
    align-items: flex-end;
  }

  .bc2-signup__cake {
    max-width: 180px;
    margin: 14px auto 4px;
    order: 1;
  }

  .bc2-signup__heading {
    align-items: flex-end;
    order: 0;
  }

  .bc2-signup__features {
    margin: 100px 0 20px;
    order: 2;
    gap: 0;
  }

  .bc2-signup__feature {
    flex-direction: column;
    width: 175px;
    gap: 0;
  }

  .bc2-signup__feature p {
    text-align: center;
  }

  .bc2-logo-signup__heading {
    display: none;
  }

  .bc2-top-logo-signup__heading {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .bc2-signup__divider {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .bc2-signup__features {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    padding-left: 10px;
  }

  .bc2-signup__feature {
    max-width: none;
  }

  .bc2-signup__feature + .bc2-signup__feature::before {
    display: none;
  }

  .bc2-signup__row {
    grid-template-columns: 1fr;
  }

  .bc2-signup__button {
    width: 100%;
  }

  .bc2-signup__eyebrow {
    font-size: 22px;
  }

  .bc2-signup__title-img {
    max-width: 260px;
  }
}

/* ============================================================
   VIDEO BANNER
   ============================================================ */

.bc2-video-banner {
  padding: 30px 0 60px;
  background: white;
}

.bc2-video-banner__wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 70px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bc2-video-banner__top,
.bc2-video-banner__bottom {
  position: relative;
  z-index: 2;
  width: 65%;
  max-width: 520px;
  text-align: center;
  margin-right: 240px;
}

.bc2-video-banner__subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bc2-video-banner__title {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  margin: 20px 0;
}

.bc2-video-banner__text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  /* .bc2-video-banner__wrapper {
    background-position: center center;
    padding: 24px 20px;
    min-height: 0;
    justify-content: flex-start;
  }

  .bc2-video-banner__top {
    width: 100%;
    margin: 0 0 16px;
    padding: 6px 0;
  }

  .bc2-video-banner__bottom {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
  } */

  .bc2-video-banner__bottom .bc2-video-banner__text {
    flex: 1;
    text-align: center;
    font-size: 16px;
  }

  .bc2-video-banner__phone {
    display: block;
    flex-shrink: 0;
    width: 38%;
    max-width: 220px;
    aspect-ratio: 9 / 16;
    background-image: var(--bc2-video-bg-mobile);
    background-size: 280% auto;
    background-position: 85% 100%;
    background-repeat: no-repeat;
    border-radius: 14px;
  }

  .bc2-video-banner__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 749px) {
  .bc2-video-banner {
    padding: 20px 0 40px;
  }

  .bc2-video-banner__top {
    position: absolute;
    z-index: 2;
    width: 260px;
    text-align: center;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
  }

  .bc2-video-banner__wrapper {
    background-image: var(--bc2-video-bg-mobile) !important;
    padding: 20px 18px;
    background-position: center bottom;
    height: 100vw;
  }

  .bc2-video-banner__title {
    font-size: 26px;
  }

  .bc2-video-banner__subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .bc2-video-banner__bottom .bc2-video-banner__text {
    font-size: 20px;
  }

  .bc2-video-banner__bottom {
    width: 40vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    left: 5%;
  }
}

@media screen and (max-width: 480px) {
    .bc2-video-banner__bottom .bc2-video-banner__text {
        font-size: 18px;
    }
}

/* ============================================================
   FEATURES
   ============================================================ */

.bc2-features {
  padding: 40px 0;
}

.bc2-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
  position: relative;
}

.bc2-feature {
  text-align: center;
  position: relative;
  padding: 0 24px;
}

.bc2-feature:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 140px;
  background: var(--bc2-feature-separator, #8fe8e2);
}

.bc2-feature__icon {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.bc2-feature__icon img {
  width: 90px;
  height: auto;
}

.bc2-feature__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 6px;
}

.bc2-feature__text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .bc2-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .bc2-feature::after {
    display: none !important;
  }

  .bc2-features__grid::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    width: 1px;
    background: var(--bc2-feature-separator, #8fe8e2);
    transform: translateX(-0.5px);
  }
}

@media screen and (max-width: 749px) {
  .bc2-features {
    padding: 30px 0;
  }

  .bc2-features__grid {
    gap: 28px 16px;
  }

  .bc2-feature__icon img {
    width: 70px;
  }

  .bc2-feature__title {
    font-size: 15px;
  }

  .bc2-feature__text {
    font-size: 13px;
  }
}

/* ============================================================
   HOME PAGE BANNER (Birthday Club CTA)
   ============================================================ */

.bc2-home-banner {
  padding: 30px 0;
  background: #fff;
}

.bc2-home-banner-width {
    max-width: 1640px;
    margin: auto;
    padding: 0 5rem;
}

.bc2-home-banner__wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--bc2-home-bg-color, #f6eaf5);
  background-image: var(--bc2-home-bg-image);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 220px;
  text-decoration: none;
  color: inherit;
}

.bc2-home-banner__mobile-image {
  display: none;
}

.bc2-home-banner__mobile-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bc2-home-banner__content {
    width: 55%;
    max-width: 570px;
    text-align: center;
    padding: 6px 10px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-right: 8vw;
}

.bc2-home-banner__panel {
  width: 100%;
  background: rgba(216, 255, 251, 0.92);
  border: 2px solid #53e7df;
  border-radius: 20px;
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
}

.bc2-home-banner__eyebrow {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #111;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.bc2-home-banner__eyebrow::before,
.bc2-home-banner__eyebrow::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bc2-home-banner__eyebrow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='6' y1='14' x2='18' y2='14'/><line x1='8' y1='5' x2='16' y2='10'/><line x1='8' y1='23' x2='16' y2='18'/></g></svg>");
}

.bc2-home-banner__eyebrow::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 28'><g fill='none' stroke='%23e10fca' stroke-width='4' stroke-linecap='round'><line x1='34' y1='14' x2='22' y2='14'/><line x1='32' y1='5' x2='24' y2='10'/><line x1='32' y1='23' x2='24' y2='18'/></g></svg>");
}

.bc2-home-banner__title-img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 8px;
}

.bc2-home-banner__icons {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin: 0 0 8px;
  align-items: center;
}

.bc2-home-banner__icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    max-width: 205px;
}

.bc2-home-banner__icon img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.bc2-home-banner__subheading {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #111;
    text-align: center;
}

.bc2-home-banner__text {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0 0 12px;
    color: #111;
    text-align: center;
}

.bc2-home-banner__text p {
  margin: 0;
}

.bc2-home-banner__button {
  display: inline-flex;
  min-width: 220px;
  padding: 10px 26px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(210deg, #ee69dc 20%, #e10fca 54%, #cb0fca 100%);
  border: 3px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--rb-font-body, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bc2-home-banner__button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(225, 15, 202, 0.4);
  filter: brightness(1.1);
} */

.bc2-club-home-banner__icons {
    display: none !important;
}

@media screen and (max-width: 1440px) {
    .bc2-home-banner__wrapper {
        padding: 30px;
    }

    .bc2-home-banner__content {
        margin-right: 0;
    }
}

@media screen and (max-width: 1080px) {
    .bc2-home-banner__wrapper {
        background-position: -160px center;
    }
}

@media screen and (max-width: 990px) {
  .bc2-home-banner__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-image: var(--bc2-home-bg-image-mobile);
    background-position: center center;
    background-size: cover;
    padding: 24px 20px;
    min-height: 560px;
  }

  .bc2-home-banner__content {
    width: 100%;
    max-width: 420px;
    background: none;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }

  .bc2-home-banner__top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
    .bc2-home-banner__icons {
        display: none;
    }

    .bc2-club-home-banner__icons {
        display: flex;
        gap: 22px;
        justify-content: center;
        margin: 0 0 8px;
        align-items: center;
        position: absolute;
        top: 20%;
        right: 0%;
    }

    .bc2-club-home-banner__icons {
        flex-direction: column;
    }
  .bc2-home-banner__wrapper {
    min-height: 600px;
    padding: 22px 18px;
  }

  .bc2-home-banner__content {
    gap: 20px;
  }

  .bc2-home-banner__title-img {
    max-width: 240px;
  }
}

@media screen and (max-width: 749px) {

  .bc2-home-banner {
    padding: 20px 0;
  }

  .bc2-home-banner__button {
    width: 100%;
    min-width: 0;
  }

  .bc2-home-banner__icon {
    font-size: 11px;
  }

  .bc2-home-banner-width {
    padding: 0 1.5rem;
  }
}
