.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shell-campaign-wrap {
  padding: 32px 16px;
  background:
    radial-gradient(circle at top, rgba(255,200,0,0.16), transparent 30%),
    linear-gradient(180deg, #f5f4f1 0%, #efeeea 100%);
}

.shell-hero-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(122,27,126,0.08);
  border-radius: 28px;
  padding: 34px 22px;
  box-shadow:
    0 20px 60px rgba(43,43,43,0.08),
    0 8px 24px rgba(122,27,126,0.06);
}

.shell-mini-badge,
.shell-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,200,0,0.16);
  border: 1px solid rgba(255,200,0,0.45);
  color: #7A1B7E;
  font-size: 13px;
  font-weight: 800;
}

.shell-hero-title,
.shell-popup-title {
  margin: 14px 0 0;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 900;
  color: #7A1B7E;
}

.shell-hero-subtitle,
.shell-popup-subtitle {
  max-width: 580px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.shell-open-wheel-btn,
.shell-spin-btn,
.claim-submit-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}

.shell-open-wheel-btn {
  margin-top: 22px;
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  min-width: 220px;
  padding: 16px 28px;
  border-radius: 14px;
  font-size: 18px;
  box-shadow:
    0 12px 24px rgba(122,27,126,0.22),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.shell-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(29, 12, 33, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  z-index: 99999;
}

.shell-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.shell-popup-box {
  width: 100%;
  max-width: 920px;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  background:
    radial-gradient(circle at top, rgba(255,200,0,0.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,245,243,0.98));
  border-radius: 32px;
  padding: 34px 26px 30px;
  box-shadow:
    0 30px 90px rgba(0,0,0,0.22),
    0 10px 24px rgba(122,27,126,0.08);
  border: 1px solid rgba(122,27,126,0.08);
  transform: scale(.95) translateY(10px);
  transition: transform .28s ease;
}

.shell-popup-overlay.active .shell-popup-box {
  transform: scale(1) translateY(0);
}

.shell-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(122,27,126,0.08);
  color: #7A1B7E;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.shell-popup-top {
  text-align: center;
  margin-bottom: 10px;
}

.wheel-stage {
  position: relative;
  margin-top: 22px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 18px 0 16px;
  z-index: 1;
}

.wheel-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 216, 77, 0.20) 0%, rgba(255, 216, 77, 0.10) 30%, rgba(122,27,126,0.06) 52%, transparent 74%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.wheel-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 250px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43,43,43,0.14) 0%, rgba(43,43,43,0.08) 40%, rgba(43,43,43,0.02) 75%, transparent 100%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.wheel-glow {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,216,77,0.22) 0%, rgba(255,200,0,0.10) 34%, rgba(122,27,126,0.08) 52%, transparent 74%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.wheel-pointer {
  width: 0;
  height: 0;
  margin: 0 auto -12px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 32px solid #6B1870;
  position: relative;
  z-index: 20;
  filter: drop-shadow(0 10px 16px rgba(122,27,126,0.22));
  pointer-events: none;
}

.wheel-pointer::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFE58D 0%, #FFC800 100%);
  box-shadow:
    0 3px 8px rgba(43,43,43,0.16),
    inset 0 1px 0 rgba(255,255,255,0.65);
}

.wheel-outer-ring {
  width: 438px;
  height: 438px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 12px;
  background:
    linear-gradient(180deg, #FFE58D 0%, #FFD84D 16%, #FFC800 58%, #E5AE00 100%);
  box-shadow:
    0 24px 44px rgba(43,43,43,0.14),
    0 10px 16px rgba(255,200,0,0.12),
    inset 0 2px 12px rgba(255,255,255,0.54),
    inset 0 -4px 12px rgba(145,98,0,0.14);
  position: relative;
}

.wheel-outer-ring::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.32);
  pointer-events: none;
}

.wheel-premium {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 4.8s cubic-bezier(.15,.75,.12,1);
  box-shadow:
    inset 0 0 0 6px rgba(255,255,255,0.88),
    inset 0 0 28px rgba(0,0,0,0.07),
    inset 0 -6px 14px rgba(0,0,0,0.04);
  background: linear-gradient(180deg, #ffffff 0%, #f8f4eb 100%);
  cursor: pointer;
}

.wheel-slices {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
}

.wheel-slice {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 50%, 50% 0%, 85.355% 14.645%);
  transform-origin: 50% 50%;
}

.wheel-slice.yellow {
  background: linear-gradient(180deg, #FFE070 0%, #FFC800 100%);
}

.wheel-slice.white {
  background: linear-gradient(180deg, #FFFDF8 0%, #F4ECE0 100%);
}

.wheel-slice-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  transform-origin: center center;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.wheel-slice-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.wheel-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,248,248,0.96) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 7px 12px rgba(43,43,43,0.09),
    inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: hidden;
  font-size: 18px;
}

.wheel-item-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.wheel-item-text {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  color: #2B2B2B;
  max-width: 90px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.60);
}

.wheel-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 124px;
  height: 124px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow:
    0 14px 28px rgba(43,43,43,0.12),
    inset 0 2px 8px rgba(255,255,255,0.92),
    inset 0 -5px 8px rgba(0,0,0,0.04);
  border: 8px solid #FFC800;
  pointer-events: none;
}

.wheel-center::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.50);
}

.wheel-center-logo-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.wheel-center-image {
  max-width: 78px;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(43,43,43,0.05));
}

.second-chance-note {
  display: none;
  margin: 0 auto 14px;
  max-width: 420px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: #7A1B7E;
  background: rgba(255, 243, 199, 0.92);
  border: 1px solid rgba(255, 200, 0, 0.55);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 6px 16px rgba(43,43,43,0.05);
}

.shell-spin-btn {
  display: block;
  margin: 16px auto 0;
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  min-width: 190px;
  padding: 16px 26px;
  border-radius: 14px;
  font-size: 18px;
  box-shadow:
    0 12px 24px rgba(122,27,126,0.22),
    inset 0 1px 0 rgba(255,255,255,0.24);
}

.shell-spin-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.result-box {
  display: none;
  margin: 24px auto 0;
  max-width: 760px;
  background: linear-gradient(180deg, #fff9e8 0%, #fff2c4 100%);
  border: 1px solid rgba(255,200,0,0.50);
  border-radius: 24px;
  padding: 22px 18px;
  box-shadow: 0 10px 28px rgba(43,43,43,0.06);
  text-align: center;
}

.result-text {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #7A1B7E;
}

.claim-cta-wrap {
  display: none;
  margin: 24px auto 0;
  max-width: 700px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(122,27,126,0.08);
  border-radius: 24px;
  padding: 24px 20px 20px;
  box-shadow: 0 12px 28px rgba(43,43,43,0.05);
  text-align: center;
}

.claim-cta-headline {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #7A1B7E;
  margin-bottom: 12px;
}

.claim-cta-text {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  font-weight: 600;
}

.claim-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, #FFD84D 0%, #FFC800 100%);
  color: #2B2B2B;
  min-height: 54px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 900;
  box-shadow:
    0 8px 18px rgba(43,43,43,0.10),
    inset 0 1px 0 rgba(255,255,255,0.4);
}

@keyframes pulsePurple {
  0% { box-shadow: 0 0 0 0 rgba(122,27,126,0.32), 0 12px 24px rgba(122,27,126,0.22); }
  70% { box-shadow: 0 0 0 18px rgba(122,27,126,0), 0 12px 24px rgba(122,27,126,0.22); }
  100% { box-shadow: 0 0 0 0 rgba(122,27,126,0), 0 12px 24px rgba(122,27,126,0.22); }
}

@keyframes pulseYellow {
  0% { box-shadow: 0 0 0 0 rgba(255,200,0,0.35), 0 8px 18px rgba(43,43,43,0.10); }
  70% { box-shadow: 0 0 0 18px rgba(255,200,0,0), 0 8px 18px rgba(43,43,43,0.10); }
  100% { box-shadow: 0 0 0 0 rgba(255,200,0,0), 0 8px 18px rgba(43,43,43,0.10); }
}

.pulse-glow {
  animation: pulsePurple 1.8s infinite;
}

.pulse-glow-yellow {
  animation: pulseYellow 1.8s infinite;
}

@media (max-width: 767px) {
  .shell-hero-title,
  .shell-popup-title {
    font-size: 28px;
  }

  .shell-popup-box {
    padding: 28px 16px 22px;
    border-radius: 24px;
  }

  .wheel-stage {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 14px 0 14px;
  }

  .wheel-stage::before {
    width: 395px;
    height: 395px;
    filter: blur(8px);
  }

  .wheel-stage::after {
    width: 210px;
    height: 28px;
    bottom: 4px;
    filter: blur(9px);
  }

  .wheel-glow {
    width: 380px;
    height: 380px;
    filter: blur(17px);
  }

  .wheel-pointer {
    margin: 0 auto -10px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid #6B1870;
  }

  .wheel-pointer::after {
    left: -5px;
    top: -31px;
    width: 11px;
    height: 11px;
  }

  .wheel-outer-ring {
    width: 326px;
    height: 326px;
    padding: 10px;
    box-shadow:
      0 20px 34px rgba(43,43,43,0.14),
      0 8px 14px rgba(255,200,0,0.10),
      inset 0 2px 10px rgba(255,255,255,0.48),
      inset 0 -4px 10px rgba(145,98,0,0.12);
  }

  .wheel-outer-ring::before {
    inset: 7px;
  }

  .wheel-slice-content {
    width: 74px;
  }

  .wheel-item-icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
    box-shadow:
      0 6px 10px rgba(43,43,43,0.09),
      inset 0 1px 0 rgba(255,255,255,0.88);
  }

  .wheel-item-icon img {
    width: 16px;
    height: 16px;
  }

  .wheel-item-text {
    font-size: 10px;
    max-width: 68px;
  }

  .wheel-center {
    width: 96px;
    height: 96px;
    border-width: 6px;
    box-shadow:
      0 12px 22px rgba(43,43,43,0.11),
      inset 0 2px 6px rgba(255,255,255,0.90),
      inset 0 -4px 7px rgba(0,0,0,0.04);
  }

  .wheel-center::before {
    inset: 5px;
  }

  .wheel-center-image {
    max-width: 56px;
    max-height: 56px;
  }

  .result-text {
    font-size: 23px;
  }

  .second-chance-note {
    font-size: 13px;
    max-width: 300px;
    padding: 9px 14px;
  }

  .claim-cta-headline {
    font-size: 21px;
  }

  .claim-cta-text {
    font-size: 15px;
  }
}





roleta
__________
ativar club





.shell-activate-page {
  padding: 50px 18px;
  background:
    radial-gradient(circle at top, rgba(255, 200, 0, 0.16), transparent 28%),
    linear-gradient(180deg, #f5f4f1 0%, #efeeea 100%);
  min-height: 100vh;
}

.shell-activate-card {
  max-width: 1040px;
  margin: 0 auto;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(122, 27, 126, 0.08);
  border-radius: 32px;
  padding: 42px 28px 34px;
  box-shadow:
    0 24px 60px rgba(43,43,43,0.08),
    0 10px 28px rgba(122,27,126,0.06);
  text-align: center;
}

.shell-activate-badge {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(122, 27, 126, 0.08);
  border: 1px solid rgba(122, 27, 126, 0.18);
  color: #7A1B7E;
  font-size: 13px;
  font-weight: 900;
}

.shell-activate-title {
  margin: 18px 0 0;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  color: #7A1B7E;
  letter-spacing: -1px;
}

.shell-activate-subtitle {
  max-width: 780px;
  margin: 18px auto 0;
  font-size: 19px;
  line-height: 1.65;
  color: #444;
}

.shell-prize-box {
  margin: 32px auto 0;
  max-width: 820px;
  background: linear-gradient(180deg, #f8f4fb 0%, #f3edf9 100%);
  border: 1px solid rgba(122, 27, 126, 0.14);
  border-radius: 24px;
  padding: 26px 20px;
  box-shadow: 0 10px 28px rgba(43,43,43,0.05);
}

.shell-prize-label {
  font-size: 14px;
  font-weight: 900;
  color: #7A1B7E;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.shell-prize-value {
  margin-top: 8px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: #7A1B7E;
}

.shell-prize-note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-weight: 700;
}

.shell-steps-box {
  margin-top: 30px;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(122, 27, 126, 0.08);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(43,43,43,0.04);
}

.shell-steps-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  color: #7A1B7E;
  margin-bottom: 18px;
  text-align: left;
}

.shell-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.shell-step-card {
  background: linear-gradient(180deg, #fcfbff 0%, #f7f4fb 100%);
  border: 1px solid rgba(122, 27, 126, 0.10);
  border-radius: 20px;
  padding: 20px 18px;
  box-shadow: 0 8px 18px rgba(43,43,43,0.03);
}

.shell-step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.shell-step-heading {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #7A1B7E;
  margin-bottom: 8px;
}

.shell-step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  font-weight: 700;
}

.shell-offer-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: stretch;
}

.shell-offer-left,
.shell-offer-right {
  background: #fff;
  border: 1px solid rgba(122, 27, 126, 0.08);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(43,43,43,0.04);
}

.shell-offer-mini {
  font-size: 14px;
  font-weight: 900;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.shell-offer-price {
  margin-top: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #7A1B7E;
}

.shell-offer-price span {
  font-size: 18px;
  font-weight: 800;
  color: #666;
  margin-left: 4px;
}

.shell-offer-title {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  color: #7A1B7E;
  margin-bottom: 14px;
}

.shell-highlight-benefit {
  margin-bottom: 18px;
  background: linear-gradient(180deg, #f8f4fb 0%, #f3edf9 100%);
  border: 1px solid rgba(122, 27, 126, 0.14);
  border-radius: 20px;
  padding: 18px 18px 16px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(43,43,43,0.04);
}

.shell-highlight-label {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #7A1B7E;
  margin-bottom: 8px;
}

.shell-highlight-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  color: #7A1B7E;
  margin-bottom: 8px;
}

.shell-highlight-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  font-weight: 700;
  text-align: left;
}

.shell-benefit-list {
  margin: 0;
  padding-left: 20px;
  text-align: left;
}

.shell-benefit-list li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
}

.shell-guarantee {
  margin-top: 24px;
  display: inline-block;
  background: rgba(39,174,96,0.10);
  border: 1px solid rgba(39,174,96,0.24);
  color: #1b7f3b;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.shell-activate-btn {
  display: inline-block;
  margin-top: 28px;
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  text-decoration: none;
  min-width: 320px;
  padding: 18px 28px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 900;
  box-shadow:
    0 14px 28px rgba(122,27,126,0.22),
    inset 0 1px 0 rgba(255,255,255,0.20);
  transition: transform .18s ease, opacity .18s ease;
}

.shell-activate-btn:hover {
  transform: translateY(-1px);
  opacity: .95;
}

.shell-activate-footnote {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
}

@media (max-width: 767px) {
  .shell-activate-card {
    padding: 30px 18px 24px;
    border-radius: 24px;
  }

  .shell-activate-title {
    font-size: 34px;
  }

  .shell-activate-subtitle {
    font-size: 17px;
  }

  .shell-prize-value {
    font-size: 30px;
  }

  .shell-steps-grid,
  .shell-offer-box {
    grid-template-columns: 1fr;
  }

  .shell-steps-title,
  .shell-offer-title,
  .shell-highlight-title {
    font-size: 20px;
  }

  .shell-step-heading {
    font-size: 18px;
  }

  .shell-step-text,
  .shell-highlight-text {
    font-size: 14px;
  }

  .shell-benefit-list li {
    font-size: 16px;
  }

  .shell-offer-price {
    font-size: 40px;
  }

  .shell-activate-btn {
    min-width: 100%;
    font-size: 18px;
    padding: 16px 20px;
  }
}


__________
footer




.shell-footer-ultra {
  margin-top: 56px;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 77, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.05), transparent 26%),
    linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  box-shadow:
    0 -10px 30px rgba(122,27,126,0.14),
    inset 0 1px 0 rgba(255,255,255,0.05);
  position: relative;
}

.shell-footer-ultra::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 40%),
    linear-gradient(315deg, rgba(255,216,77,0.05) 0%, transparent 38%);
  pointer-events: none;
}

.shell-footer-ultra-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 20px;
  position: relative;
  z-index: 1;
}

.shell-footer-ultra-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 46px;
  align-items: start;
}

.shell-footer-ultra-brand {
  max-width: 500px;
}

.shell-footer-logo-card {
  position: relative;
  width: fit-content;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 10px 24px rgba(0,0,0,0.12);
  overflow: hidden;
}

.shell-footer-logo-glow {
  position: absolute;
  inset: auto auto -10px -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,216,77,0.18);
  filter: blur(18px);
  pointer-events: none;
}

.shell-footer-logo {
  position: relative;
  width: 152px;
  height: auto;
  display: block;
}

.shell-footer-description {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.90);
  font-weight: 600;
}

.shell-footer-badges {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shell-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 216, 77, 0.14);
  border: 1px solid rgba(255, 216, 77, 0.24);
  color: #FFD84D;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.shell-footer-ultra-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.shell-footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shell-footer-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFD84D;
  letter-spacing: 0.1px;
}

.shell-footer-item {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
}

.shell-footer-divider {
  margin-top: 30px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.03) 0%,
    rgba(255,255,255,0.18) 50%,
    rgba(255,255,255,0.03) 100%
  );
}

.shell-footer-ultra-bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.shell-footer-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.76);
  font-weight: 600;
}

.shell-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.shell-footer-mini-text {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(255,255,255,0.76);
}

@media (max-width: 767px) {
  .shell-footer-ultra {
    margin-top: 42px;
    border-radius: 24px 24px 0 0;
  }

  .shell-footer-ultra-inner {
    padding: 30px 18px 18px;
  }

  .shell-footer-ultra-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .shell-footer-ultra-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shell-footer-logo {
    width: 132px;
  }

  .shell-footer-description {
    font-size: 14px;
  }

  .shell-footer-divider {
    margin-top: 22px;
  }

  .shell-footer-ultra-bottom {
    margin-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .shell-footer-bottom-links {
    gap: 12px;
  }
}






__________



.club-home {
  background:
    radial-gradient(circle at top, rgba(255,200,0,0.14), transparent 24%),
    linear-gradient(180deg, #f5f4f1 0%, #efeeea 100%);
  padding: 28px 18px 50px;
}

.club-home-hero,
.club-home-how {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 34px;
  align-items: center;
}

.club-home-hero {
  padding: 34px 0 16px;
}

.club-home-badge,
.club-home-section-badge {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,200,0,0.16);
  border: 1px solid rgba(255,200,0,0.42);
  color: #7A1B7E;
  font-size: 13px;
  font-weight: 900;
}

.club-home-title {
  margin: 18px 0 0;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -1px;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-subtitle {
  margin: 18px 0 0;
  max-width: 620px;
  font-size: 19px;
  line-height: 1.7;
  color: #444;
  font-weight: 600;
}

.club-home-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.club-home-btn {
  display: inline-block;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 900;
  transition: transform .18s ease, opacity .18s ease;
}

.club-home-btn:hover {
  transform: translateY(-1px);
  opacity: .95;
}

.club-home-btn-primary {
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(122,27,126,0.20);
}

.club-home-btn-secondary {
  background: #fff;
  color: #7A1B7E;
  border: 1px solid rgba(122,27,126,0.12);
  box-shadow: 0 8px 22px rgba(43,43,43,0.05);
}

.club-home-hero-image img,
.club-home-how-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(43,43,43,0.08);
}

.club-home-benefits,
.club-home-membership,
.club-home-about,
.club-home-final-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 56px;
}

.club-home-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.club-home-section-title {
  margin: 16px 0 0;
  font-size: 42px;
  line-height: 1.08;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-section-title.left {
  text-align: left;
}

.club-home-section-subtitle {
  margin: 14px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  font-weight: 600;
}

.club-home-benefits-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.club-home-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(122,27,126,0.08);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 10px 24px rgba(43,43,43,0.05);
}

.club-home-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff9e8 0%, #fff1bf 100%);
  border: 1px solid rgba(255,200,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.club-home-card h3 {
  margin: 16px 0 0;
  font-size: 22px;
  line-height: 1.2;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-card p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  font-weight: 600;
}

.club-home-how {
  padding-top: 56px;
}

.club-home-how-content {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(122,27,126,0.08);
  border-radius: 28px;
  padding: 28px 24px;
  box-shadow: 0 10px 24px rgba(43,43,43,0.05);
}

.club-home-how-text {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  font-weight: 600;
}

.club-home-steps {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.club-home-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.club-home-step span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8D2390 0%, #7A1B7E 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.club-home-step p {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 700;
}

.club-home-membership-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}

.club-home-membership-left,
.club-home-membership-right,
.club-home-final-cta-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(122,27,126,0.08);
  border-radius: 26px;
  padding: 26px 24px;
  box-shadow: 0 10px 24px rgba(43,43,43,0.05);
}

.club-home-membership-mini {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 900;
}

.club-home-membership-price {
  margin-top: 10px;
  font-size: 52px;
  line-height: 1;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-membership-price span {
  font-size: 18px;
  color: #666;
  font-weight: 800;
  margin-left: 4px;
}

.club-home-membership-right h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-membership-right p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  font-weight: 600;
}

.club-home-final-cta-card {
  text-align: center;
}

.club-home-final-title {
  margin: 16px auto 0;
  max-width: 820px;
  font-size: 42px;
  line-height: 1.08;
  color: #7A1B7E;
  font-weight: 900;
}

.club-home-final-text {
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  font-weight: 600;
}

.club-home-final-cta-card .club-home-btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .club-home {
    padding: 20px 14px 36px;
  }

  .club-home-hero,
  .club-home-how,
  .club-home-membership-card,
  .club-home-benefits-grid {
    grid-template-columns: 1fr;
  }

  .club-home-title {
    font-size: 38px;
  }

  .club-home-subtitle,
  .club-home-section-subtitle,
  .club-home-final-text {
    font-size: 16px;
  }

  .club-home-section-title,
  .club-home-final-title {
    font-size: 30px;
  }

  .club-home-membership-price {
    font-size: 42px;
  }

  .club-home-card h3,
  .club-home-membership-right h3 {
    font-size: 22px;
  }

  .club-home-card p,
  .club-home-how-text,
  .club-home-membership-right p,
  .club-home-step p {
    font-size: 15px;
  }

  .club-home-hero-image img,
  .club-home-how-image img {
    border-radius: 20px;
  }
}
.club-home-wide-image {
  max-width: 1180px;
  margin: 28px auto 0;
}

.club-home-wide-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(43,43,43,0.08);
  object-fit: cover;
}

@media (max-width: 767px) {
  .club-home-wide-image img {
    border-radius: 20px;
  }
}/* End custom CSS */