@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   FUTCOINSNIPER LOYALTY & REWARDS PAGE
   File: assets/css/loyalty.css
========================================================= */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #02060a !important;
  color: #e6edf5 !important;
  overflow-x: hidden !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

/* Transparent wrappers */
#page,
#main,
.page-wrapper,
.content-area,
.site-main,
.entry-content,
.woocommerce,
.shop-container,
.container,
.row,
.col {
  background: transparent !important;
}

/* =========================================================
   PAGE BACKGROUND
========================================================= */

.fcs-loyalty-page {
  position: relative !important;
  min-height: 100vh !important;
  overflow: hidden !important;

  background-color: #02060a !important;
  background-image: url("../img/bg.webp") !important;
  background-repeat: repeat-y !important;
  background-position: top center !important;
  background-size: 100% auto !important;

  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

.fcs-loyalty-section {
  position: relative !important;
  min-height: 100vh !important;

  display: flex !important;
  align-items: center !important;

  padding: 1px 0 130px !important;
  background: transparent !important;
}

.fcs-loyalty-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;

  background:
    radial-gradient(circle at 50% 18%, rgba(255, 194, 41, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 10, 0.06), rgba(2, 6, 10, 0.42)) !important;
}

.fcs-loyalty-shell {
  position: relative !important;
  z-index: 2 !important;

  width: min(100% - 56px, 980px) !important;
  margin: 0 auto !important;
}

/* =========================================================
   CARD
========================================================= */

.fcs-loyalty-card {
  position: relative !important;

  width: 100% !important;
  min-height: 440px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 56px 38px !important;

  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 18px !important;

  background:
    radial-gradient(circle at 50% 0%, rgba(255, 194, 41, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(8, 13, 18, 0.90), rgba(2, 7, 11, 0.96)) !important;

  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;

  text-align: center !important;
  overflow: hidden !important;
}

.fcs-loyalty-card::before {
  content: "" !important;
  position: absolute !important;

  width: 360px !important;
  height: 220px !important;

  left: 50% !important;
  top: 48% !important;
  transform: translate(-50%, -50%) !important;

  background: radial-gradient(circle, rgba(255, 194, 41, 0.17), transparent 68%) !important;

  pointer-events: none !important;
  z-index: 0 !important;
}

.fcs-loyalty-card > * {
  position: relative !important;
  z-index: 1 !important;
}

/* =========================================================
   TITLES
========================================================= */

.fcs-loyalty-title {
  margin: 0 0 22px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -3.4px !important;

  text-align: center !important;

  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 255, 255, 0.08) !important;
}

.fcs-loyalty-title span {
  color: #ffc229 !important;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 18px rgba(255, 194, 41, 0.22) !important;
}

.fcs-loyalty-coming {
  margin: 0 0 22px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: clamp(40px, 5vw, 70px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -3px !important;

  text-align: center !important;

  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 255, 255, 0.08) !important;
}

.fcs-loyalty-coming span {
  color: #ffc229 !important;
}

/* =========================================================
   TEXT / BUTTON
========================================================= */

.fcs-loyalty-text {
  max-width: 620px !important;
  margin: 0 auto 32px !important;

  color: rgba(230, 237, 245, 0.74) !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}

.fcs-loyalty-btn {
  min-height: 54px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 28px !important;

  border: 0 !important;
  border-radius: 10px !important;

  background: linear-gradient(180deg, #ffcf44 0%, #f5ad12 100%) !important;
  color: #060606 !important;

  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;

  box-shadow:
    0 16px 34px rgba(255, 194, 41, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;

  transition: transform 0.2s ease, filter 0.2s ease !important;
}

.fcs-loyalty-btn:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.06) !important;
  color: #060606 !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 820px) {
  .fcs-loyalty-page {
    background-image: url("../img/mob.webp") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
    background-color: #02060a !important;
  }

  .fcs-loyalty-section {
    align-items: flex-start !important;
    padding: 96px 0 72px !important;
  }

  .fcs-loyalty-shell {
    width: calc(100% - 24px) !important;
    max-width: 430px !important;
  }

  .fcs-loyalty-card {
    min-height: 420px !important;
    padding: 42px 18px !important;
    border-radius: 16px !important;
  }

  .fcs-loyalty-title {
    font-size: 42px !important;
    line-height: 0.95 !important;
    letter-spacing: -2.5px !important;
  }

  .fcs-loyalty-coming {
    font-size: 40px !important;
    line-height: 0.95 !important;
    letter-spacing: -2.3px !important;
  }

  .fcs-loyalty-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .fcs-loyalty-btn {
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .fcs-loyalty-title {
    font-size: 38px !important;
  }

  .fcs-loyalty-coming {
    font-size: 36px !important;
  }
}