.elementor-3170 .elementor-element.elementor-element-64a4890{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3170 .elementor-element.elementor-element-a2fdc4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-3170:not(.elementor-motion-effects-element-type-background), body.elementor-page-3170 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#060B17;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-45729c9 */.fc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.fc-vip-hero {
  background: #041a2f;
  padding: 90px 0 70px;
  text-align: center;
}

.fc-vip-hero .fc-container {
  max-width: 860px;
}

.fc-vip-hero .fc-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4db2ff;
}

.fc-vip-hero h1 {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
}

.fc-vip-hero p {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #c7d6ea;
}

.fc-vip-hero-points {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fc-vip-hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(77,178,255,0.12);
  border: 1px solid rgba(77,178,255,0.18);
  color: #4db2ff;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .fc-vip-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .fc-container {
    padding: 0 18px;
  }

  .fc-vip-hero {
    padding: 70px 0 50px;
  }

  .fc-vip-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .fc-vip-hero p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .fc-vip-hero .fc-hero-kicker {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .fc-vip-hero-points span {
    font-size: 13px;
    padding: 9px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a07feb */.fc-vip-pricing {
  padding: 30px 0 90px;
  background: linear-gradient(180deg, #041a2f 0%, #06172c 100%);
}

.fc-vip-pricing-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fc-vip-pricing-head h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}

.fc-vip-pricing-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #c7d6ea;
}

.fc-vip-pricing-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fc-vip-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 24px;
  background: #0b2340;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

.fc-vip-card-featured {
  border-color: rgba(77,178,255,0.45);
  box-shadow: 0 0 0 1px rgba(77,178,255,0.12), 0 24px 50px rgba(0,0,0,0.22);
}

.fc-vip-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #18b24b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fc-vip-card-plan h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
  color: #ffffff;
}

.fc-vip-card-plan p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #c7d6ea;
}

.fc-vip-card-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.fc-vip-card-price .fc-currency {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  transform: translateY(-10px);
}

.fc-vip-card-price .fc-amount {
  font-size: 64px;
  line-height: 0.95;
  font-weight: 700;
  color: #ffffff;
}

.fc-vip-card-price .fc-period {
  font-size: 18px;
  line-height: 1.2;
  color: #9fb0cc;
  margin-bottom: 8px;
}

.fc-vip-card-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.fc-vip-card-features span {
  position: relative;
  padding-left: 26px;
  color: #c7d6ea;
  font-size: 16px;
  line-height: 1.6;
}

.fc-vip-card-features span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #18b24b;
  font-weight: 700;
}

.fc-vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 14px;
  background: #4db2ff;
  color: #041a2f;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.fc-vip-btn:hover {
  background: #66c0ff;
}

.fc-vip-card-featured .fc-vip-btn {
  background: #18b24b;
  color: #ffffff;
}

.fc-vip-card-featured .fc-vip-btn:hover {
  background: #22c956;
}

@media (max-width: 1024px) {
  .fc-vip-pricing-list {
    grid-template-columns: 1fr;
  }

  .fc-vip-card-plan h3 {
    font-size: 28px;
  }

  .fc-vip-card-price .fc-amount {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .fc-vip-pricing {
    padding: 20px 0 70px;
  }

  .fc-vip-pricing-head h2 {
    font-size: 32px;
  }

  .fc-vip-pricing-head p {
    font-size: 16px;
  }

  .fc-vip-card {
    padding: 24px 18px;
    gap: 18px;
  }

  .fc-vip-badge {
    top: 14px;
    right: 14px;
    font-size: 11px;
  }

  .fc-vip-card-plan h3 {
    font-size: 26px;
  }

  .fc-vip-card-price .fc-currency {
    font-size: 20px;
    transform: translateY(-8px);
  }

  .fc-vip-card-price .fc-amount {
    font-size: 48px;
  }

  .fc-vip-card-price .fc-period {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .fc-vip-card-features span {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1496806 */.fc-vip-payments {
  padding: 40px 0 90px;
  text-align: center;
}

.fc-vip-payments h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #ffffff;
}

.fc-payments-sub {
  margin-bottom: 30px;
  color: #c7d6ea;
  font-size: 16px;
}

.fc-payment-methods {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fc-pay-card {
  min-width: 140px;
  padding: 16px 20px;
  border-radius: 14px;
  background: #0b2340;
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
  font-weight: 600;
  transition: 0.2s ease;
}

.fc-pay-card:hover {
  border-color: #4db2ff;
  transform: translateY(-3px);
}

.fc-payment-note {
  margin-top: 20px;
  font-size: 14px;
  color: #8fa6c9;
}

.fc-payment-contact {
  margin-top: 16px;
  font-size: 14px;
  color: #8fa6c9;
}

.fc-payment-contact a {
  color: #4db2ff;
  text-decoration: none;
  font-weight: 600;
}

.fc-payment-contact a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90867cd */.fc-vip-faq {
  padding: 40px 0 100px;
}

.fc-vip-faq-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fc-vip-faq-head h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}

.fc-vip-faq-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #c7d6ea;
}

.fc-vip-faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.fc-faq-item {
  background: #0b2340;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 24px 22px;
}

.fc-faq-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
}

.fc-faq-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #c7d6ea;
}

.fc-faq-item a {
  color: #4db2ff;
  text-decoration: none;
}

.fc-faq-item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .fc-vip-faq {
    padding: 30px 0 80px;
  }

  .fc-vip-faq-head h2 {
    font-size: 32px;
  }

  .fc-vip-faq-head p {
    font-size: 16px;
  }

  .fc-faq-item {
    padding: 20px 18px;
  }

  .fc-faq-item h3 {
    font-size: 19px;
  }

  .fc-faq-item p {
    font-size: 15px;
  }
}/* End custom CSS */