.subsidy-section{
  padding:80px 40px;
  background:linear-gradient(135deg,#F3F6FF 0%,#FFFFFF 50%,#EEF2FF 100%);
}
.subsidy-container{
  max-width:1100px;
  margin:0 auto;
}
.subsidy-header{
  text-align:center;
  margin-bottom:48px;
}
.subsidy-kicker{
  font-size:14px;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#0000FF;
  margin-bottom:12px;
}
.subsidy-title{
  font-size:clamp(32px,4vw,42px);
  font-weight:500;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#111;
  margin:0 0 16px;
}
.subsidy-body{
  font-size:18px;
  line-height:1.5;
  color:#4D4D4D;
  max-width:820px;
  margin:0 auto;
}
.subsidy-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-bottom:32px;
}
.subsidy-card{
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 12px 30px rgba(0,24,255,0.08);
  border:1px solid rgba(0,0,0,0.05);
}
.subsidy-card-title{
  font-size:18px;
  font-weight:600;
  margin:0 0 8px;
  color:#000;
}
.subsidy-card-desc{
  font-size:15px;
  line-height:1.4;
  color:#555;
  margin:0;
}
.subsidy-card a{
  color:#0000FF;
  font-weight:600;
  text-decoration:none;
}
.subsidy-cta{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.subsidy-cta-note{
  font-size:15px;
  color:#4D4D4D;
  margin:0;
}
.btn-subsidy-apply{
  background:#0000FF;
  color:#fff;
  border:none;
  font-size:17px;
  font-weight:500;
  padding:12px 28px;
  border-radius:12px;
  text-decoration:none;
  transition:opacity 0.2s ease;
}
.btn-subsidy-apply:hover{
  opacity:0.9;
}
@media(max-width:768px){
  .subsidy-section{
    padding:60px 20px;
  }
  .subsidy-grid{
    grid-template-columns:1fr;
  }
}
html{
  scroll-behavior:smooth;
}
body{
  font-family:"Archivo",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--fsp-blue);
  overflow-x:hidden; /* prevent horizontal scroll */
}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}

/* Header */
.site-header{position:absolute;top:0;left:0;right:0;z-index:20}
.header-inner{display:flex;align-items:center;gap:0;padding:32px 0}
/* align header with hero content (no auto-centering) */
.site-header .container{margin:0;max-width:none;padding-left:28px;padding-right:28px;position:relative}
.logo{display:inline-flex;align-items:center;border-right:1px solid rgba(255,255,255,.7);padding-right:16px;margin-right:16px}
.logo img{height:38px}
.main-nav ul{display:flex;gap:0}
.main-nav a{color:var(--text);text-decoration:none;font-size:15px;opacity:.95;position:relative;display:inline-block}
.main-nav .btn-join-mobile{display:none !important}
.btn-join-mobile{display:none}
.btn-join-desktop{background:#fff;color:#000;padding:10px 60px;border-radius:999px;text-decoration:none;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%)}
/* small separators between nav tabs */
.main-nav li{position:relative;padding:0 24px}
.main-nav li+li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:16px;background:rgba(255,255,255,.7);opacity:.9}
/* active tab dot indicator */
.main-nav a.active:after{content:"";position:absolute;bottom:-13px;left:50%;transform:translateX(-50%);width:7px;height:7px;background:#fff;border-radius:50%}

/* Dropdown Navigation */
.nav-dropdown{position:relative}
.dropdown-toggle{cursor:pointer;position:relative;padding-right:16px}
.dropdown-toggle:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid rgba(255,255,255,.95);transition:transform 0.3s ease}
.nav-dropdown.active .dropdown-toggle:after{transform:translateY(-50%) rotate(180deg)}
.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #000;min-width:220px;padding:0;margin-top:16px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease;z-index:100;border-radius:0;display:flex;flex-direction:column;list-style:none}
.nav-dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu li{padding:0;margin:0;display:block;width:100%}
.dropdown-menu li:before{display:none}
.dropdown-menu a{display:block;padding:10px 20px;color:#0000FF;font-size:15px;white-space:nowrap;transition:background 0.2s ease;text-decoration:none;width:100%}
.dropdown-menu a:hover{background:rgba(0,0,255,.05)}
.dropdown-menu .coming-soon{opacity:.7;cursor:not-allowed;color:#0000FF}
.dropdown-menu .coming-soon span{font-size:15px;opacity:.7;margin-left:4px}

/* Submenu within Dropdown */
.dropdown-submenu{position:relative}
.dropdown-submenu-toggle{color:#0000FF;padding-right:32px;position:relative;cursor:pointer}
.dropdown-submenu-toggle:after{content:">";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#0000FF;font-size:14px;transition:transform 0.3s ease}
.dropdown-submenu.active .dropdown-submenu-toggle:after{transform:translateY(-50%) rotate(90deg)}
.dropdown-submenu-items{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0;margin:0;list-style:none}
.dropdown-submenu.active .dropdown-submenu-items{max-height:200px}
.dropdown-submenu-items li{padding:0;margin:0}
.dropdown-submenu-items a{padding:8px 20px 8px 40px;color:#0000FF;font-size:14px;display:block;text-decoration:none;transition:background 0.2s ease}
.dropdown-submenu-items a:hover{background:rgba(0,0,255,.05)}

/* Hamburger Menu */
.hamburger-btn{display:none;flex-direction:column;gap:5px;background:rgba(255,255,255,0.95);border:1px solid rgba(0,0,0,0.1);border-radius:8px;cursor:pointer;padding:10px;z-index:1001;position:fixed;right:40px;top:32px;width:44px;height:44px;justify-content:center;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);transition:all 0.3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hamburger-btn:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.1);transform:scale(1.05)}
.hamburger-icon{width:20px;height:2px;background:#000;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:block;box-shadow:0 0 2px rgba(255,255,255,0.8),0 0 4px rgba(0,0,0,0.3)}
.hamburger-btn[aria-expanded="true"]{background:rgba(255,255,255,1)}
.hamburger-btn[aria-expanded="true"] .hamburger-icon{background:#000}
.hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
/* Mobile nav backdrop */
.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:opacity 0.35s ease,visibility 0.35s ease;z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.nav-backdrop.active{opacity:1;visibility:visible}

/* Hero */
.hero{position:relative;overflow:hidden;height:100vh}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-texture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;mix-blend-mode:lighten}
.hero-ascii{position:absolute;right:0%;top:10%;width:1100px;opacity:1}
.hero-content{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:140px 0 84px}
.hero .container{max-width:none;margin:0;padding-left:40px;padding-right:40px}
.hero-title{font-weight:500;letter-spacing:-0.057em;line-height:.83;font-size:clamp(40px,6vw,70px)}
.hero-subtitle{margin-top:24px;max-width:none;font-size:22px;letter-spacing:-.017em;line-height:1.4;color:var(--text);margin-bottom:0}
.hero-subtitle--h2{font-size:clamp(22px,3vw,32px);font-weight:500;letter-spacing:-0.02em;line-height:1.2;margin-top:20px;max-width:none}
.hero-subtitle-alt{
  margin-top:16px;
  max-width:700px;
  font-size:18px;
  letter-spacing:-.015em;
  line-height:1.4;
  color:rgba(255,255,255,0.9);
}
.hero-cta-container{
  display:flex;
  gap:16px;
  margin-top:40px;
  flex-wrap:wrap;
}
.hero-cta-wrapper{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.hero-app-link{
  color:#fff;
  font-size:16px;
  line-height:1.5;
  margin:0;
  text-align:left;
  align-self:flex-start;
}
.hero-app-link-text{
  color:#fff;
  text-decoration:underline;
}
.hero-app-link-text:hover{
  opacity:0.8;
}
.btn-start-competing{
  background:#fff;
  color:#000;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
  max-width:100%;
}
.btn-explore-ecosystem{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
  max-width:100%;
}
.btn-start-competing:hover{
  opacity:0.9;
}
.btn-explore-ecosystem:hover{
  opacity:0.9;
}
.hero-bullets{margin-top:32px;display:grid;gap:12px}
.hero-bullets li{display:flex;align-items:flex-start;gap:12px;color:var(--text-dim);font-size:16px;line-height:1.5}
.hero-bullets svg{width:20px;height:20px;flex:0 0 20px;fill:#86EFAC}
.hero-bullet-icon{width:20px;height:20px;flex:0 0 20px;display:block}

/* Bottom CTA bar */
.hero-bottom-cta{position:absolute;left:0;right:0;bottom:0;background:var(--fsp-blue-2);border-top:1px solid rgba(255,255,255,.6)}
.hero-bottom-cta{position:absolute;left:0;right:0;bottom:0;background:var(--fsp-blue-2);border-top:1px solid rgba(255,255,255,.6)}
.hero-bottom-cta{position:absolute}
.hero-bottom-cta:before{content:"";position:absolute;inset:0;background-image:url('../assets/images/hero-texture-56586a.png');background-size:cover;background-position:center;opacity:.6;mix-blend-mode:lighten;pointer-events:none}
.hero-bottom-cta .container{display:flex;align-items:center;justify-content:space-between;height:84px;color:var(--text)}
.hero-bottom-cta .container span{font-size:22px; font-weight:400; line-height:1.14; letter-spacing:-.017em;}
.hero-bottom-cta .cta-link{background:#fff;color:#0000FF;padding:10px 24px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:16px;white-space:nowrap}
.cta-arrow-icon{width:24px;height:24px;flex-shrink:0;display:block}

/* Features Section */
.features{
  background:#fff;
  padding:80px 0 100px;
  position:relative;
}
.features-container{
  max-width:none;
  margin:0;
  padding:0 40px;
}
.features-title{
  font-size:48px;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  text-align:center;
  color:#4D4D4D;
  text-transform:capitalize;
  margin-bottom:16px;
}
.features-subtitle{
  font-size:20px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  text-align:center;
  color:#4D4D4D;
  margin-bottom:48px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.features-cta-wrapper{
  text-align:center;
  margin-top:48px;
}
.btn-get-started{
  background:#fff;
  color:#0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
  border:1px solid #0000FF;
}
.btn-get-started:hover{
  opacity:0.9;
  background:#0000FF;
  color:#fff;
}
.features-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0000FF;
  color:#ffffff;
  font-size:22px;
  font-weight:400;
  line-height:1.13;
  letter-spacing:-.017em;
  padding:8px 24px;
  border-radius:19px;
  margin:0 auto 64px;
  text-align:center;
  width:fit-content;
  display:block;
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  margin-bottom:48px;
  max-width:1800px;
  margin-left:auto;
  margin-right:auto;
}
.feature-card{
  background:#fff;
  border:1px solid #E6E6E6;
  border-right:none;
  padding:32px 24px 40px;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:280px;
  transition:background 0.2s ease, transform 0.2s ease;
}
.feature-card:hover{
  background:#FAFAFA;
  transform:translateY(-2px);
}
.features-grid>.feature-card:first-child{
  border-left:1px solid #E6E6E6;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
}
.features-grid>.feature-card:last-child{
  border-right:1px solid #E6E6E6;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
}
.feature-icon{
  margin-bottom:32px;
}
.feature-icon svg{
  display:block;
}
.feature-icon img{
  display:block;
  width:35px;
  height:35px;
}
.feature-title{
  font-size:16px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:5px;
}
.feature-desc{
  font-size:16px;
  font-weight:300;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#4D4D4D;
}
.feature-link{
  color:#0000FF;
  text-decoration:underline;
}
.features-disclaimer{
  font-size:12px;
  font-weight:400;
  line-height:1.32;
  letter-spacing:-.01em;
  color:#B1B1B1;
  max-width:1311px;
  margin:0 auto 20px;
}

/* Deposit to Earn Section */
.deposit-to-earn{
  background:#0808FF;
  position:relative;
  padding:100px 40px;
  overflow:hidden;
}
.deposit-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.deposit-texture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.6;
  mix-blend-mode:lighten;
}
.deposit-container{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.deposit-header{
  margin-bottom:48px;
  text-align:center;
}
.deposit-title{
  font-size:clamp(28px, 4vw, 42px);
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.025em;
  color:#fff;
  margin:0 0 8px;
  text-align:center;
}
.deposit-title-secondary{
  font-size:clamp(24px, 3.2vw, 36px);
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.02em;
  color:#fff;
  margin:0 0 12px;
  text-align:center;
}
.deposit-subtitle{
  font-size:clamp(16px, 2vw, 20px);
  font-weight:400;
  line-height:1.4;
  letter-spacing:-.017em;
  color:rgba(255,255,255,0.9);
  margin:0;
  text-align:center;
}
.deposit-content{
  display:flex;
  flex-direction:column;
  gap:48px;
}
.deposit-intro{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}
.deposit-body{
  font-size:clamp(18px, 2vw, 22px);
  font-weight:400;
  line-height:1.6;
  letter-spacing:-.01em;
  color:#fff;
  margin:0;
  text-align:center;
}
.deposit-features{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  gap:32px;
  margin-top:24px;
}
.deposit-feature{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:20px;
  background:#fff;
  border:1px solid #E2E7FF;
  border-radius:12px;
  box-shadow:0 14px 32px rgba(0,0,0,0.16);
  transition:transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.deposit-feature:hover{
  transform:translateY(-4px);
  background:#F4F6FF;
  box-shadow:0 18px 36px rgba(0,0,0,0.18);
}
.deposit-feature-icon{
  flex-shrink:0;
  width:28px;
  height:28px;
  margin-top:2px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.deposit-feature-icon img{
  width:28px;
  height:28px;
  filter:none;
}
.deposit-feature-icon svg{
  width:32px;
  height:32px;
}
.deposit-feature-content{
  flex:1;
}
.deposit-feature-title{
  font-size:clamp(18px, 1.8vw, 20px);
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#12173A;
  margin:0 0 10px;
}
.deposit-feature-desc{
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.01em;
  color:#3D4A8A;
  margin:0 0 12px;
}
.deposit-badge{
  display:inline-block;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.3);
  border-radius:8px;
  padding:8px 16px;
  font-size:14px;
  font-weight:600;
  color:#fff;
  letter-spacing:0.02em;
  margin-top:8px;
}
.deposit-cta-wrapper{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:32px;
  flex-wrap:wrap;
}
.btn-deposit-now{
  background:#fff;
  color:#0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
}
.btn-deposit-now:hover{
  opacity:0.9;
}
.btn-explore-tiers{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
}
.btn-explore-tiers:hover{
  opacity:0.9;
  background:rgba(255,255,255,0.1);
}
.deposit-title sup,
.deposit-body sup{
  vertical-align:super;
  font-size:0.6em;
  line-height:0;
}
.deposit-asterisk{
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0.5);
  transition:border-color 0.2s ease;
}
.deposit-asterisk:hover{
  border-bottom-color:#fff;
}

/* Deposit Section Responsive */
@media (max-width: 968px) {
  .deposit-to-earn {
    padding: 80px 40px;
  }
  
  .deposit-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .deposit-feature {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .deposit-to-earn {
    padding: 60px 24px;
  }
  
  .deposit-container {
    max-width: 100%;
  }
  
  .deposit-header {
    margin-bottom: 32px;
  }
  
  .deposit-content {
    gap: 32px;
  }
  
  .deposit-feature {
    flex-direction: column;
    gap: 16px;
  }
  
  .deposit-feature-icon {
    margin-top: 0;
  }
  
  .btn-deposit-now,
  .btn-explore-tiers {
    width: 100%;
    justify-content: center;
  }
}

.btn-start-earning{
  background:#fff;
  color:#0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-.019em;
  padding:8px 32px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
}
.deposit-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:114px;
}
.deposit-step{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.step-card{
  background:#fff;
  border-radius:15px;
  width:100%;
  height:346px;
}
.step-number{
  font-size:48px;
  font-weight:500;
  line-height:.81;
  color:#fff;
}
.step-divider{
  width:100%;
  height:2px;
  background:#fff;
  margin:8px 0;
}
.step-text{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#fff;
  max-width:339px;
}

/* Compete Section */
.compete-section{
  background:#fff;
  padding:80px 40px 100px;
  position:relative;
}
.compete-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
  max-width:1400px;
  margin:0 auto;
}
.compete-content{
  padding-right:40px;
}
.compete-title{
  font-size:48px;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  color:#4D4D4D;
  text-transform:capitalize;
  margin-bottom:24px;
}
.compete-title-line{
  display:block;
  white-space:nowrap;
}
@media (max-width: 768px) {
  .compete-title-line{
    white-space:normal;
  }
}
.compete-subtitle{
  font-size:20px;
  font-weight:500;
  line-height:1.3;
  color:#000;
  margin-bottom:24px;
}
.compete-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:32px;
  max-width:500px;
}
.compete-list{
  list-style:decimal;
  padding-left:20px;
  margin-bottom:40px;
}
.compete-list li{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:8px;
}
.btn-play-now{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0000FF;
  color:#fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  margin-bottom:0;
  transition:opacity 0.2s ease;
}
.compete-logos{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:32px;
}
.app-store-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid #E6E6E6;
  border-radius:999px;
  background:#fff;
  color:#1A1A1A;
  font-size:12px;
  font-weight:500;
  letter-spacing:-.01em;
  text-decoration:none;
  transition:opacity 0.2s ease;
}
.app-store-badge:hover{
  opacity:.85;
}
.app-store-icon{
  height:16px;
  width:auto;
}
.app-store-text{
  white-space:nowrap;
}
.powered-by-fsp{
  display:flex;
  align-items:center;
  gap:8px;
}
.powered-by-fsp span{
  font-size:14px;
  color:#666;
}
.powered-by-fsp img{
  height:20px;
  width:auto;
}
.apple-logo{
  height:24px;
  width:auto;
}
.compete-disclaimer{
  font-size:12px;
  font-weight:400;
  line-height:1.32;
  letter-spacing:-.01em;
  color:#B1B1B1;
  max-width:437px;
  margin-bottom:24px;
}
.compete-link{
  color:#0000FF;
  text-decoration:none;
}
.compete-link:hover{
  text-decoration:underline;
}
.compete-powered-by{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:24px;
}
.powered-by-label{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#000;
}
.powered-by-logo-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#0000FF;
}
.powered-by-logo{
  width:auto;
  height:24px;
  display:block;
}
.powered-by-text{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#0000FF;
}
.powered-by-arrow{
  width:16px;
  height:16px;
  color:#0000FF;
  flex-shrink:0;
}
.compete-images{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  height:610px;
}
.compete-phone-large{
  width:310px;
  height:610px;
  position:relative;
  z-index:2;
}
.compete-phone-small{
  width:212px;
  height:316px;
  position:absolute;
  right:310px; /* touch the 310px wide large phone */
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  box-shadow:0px 4px 21px 4px rgba(0,0,0,0.25);
  border-radius:8px;
}
.compete-divider{display:none}

/* ── Player Cards / Social Proof Ticker ── */
.player-cards-section{
  background:#0a0a0a;
  padding:80px 0 120px;
  overflow:hidden;
  position:relative;
}
.player-cards-container{
  max-width:100%;
  margin:0 auto;
}
.player-cards-header{
  text-align:center;
  padding:0 40px;
  margin-bottom:48px;
}
.player-cards-title{
  font-family:'Bricolage Grotesque','Archivo',sans-serif;
  font-size:56px;
  font-weight:800;
  line-height:1.1;
  margin-bottom:12px;
}
.player-cards-title-white{color:#fff}
.player-cards-title-purple{color:#0000FF}
.player-cards-subtitle{
  font-family:'Archivo',sans-serif;
  font-size:15px;
  color:rgba(255,255,255,.55);
  letter-spacing:.5px;
  text-transform:none;
}

/* ── Player Stat Ticker (top row) ── */
.player-stat-ticker{
  overflow:hidden;
  margin-bottom:40px;
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.player-stat-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:playerStatScroll 35s linear infinite;
}
.player-stat-card{
  display:flex;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:12px 20px;
  flex-shrink:0;
  min-width:260px;
  backdrop-filter:blur(8px);
  transition:border-color .3s,background .3s;
}
.player-stat-card:hover{
  border-color:rgba(0,0,255,.4);
  background:rgba(0,0,255,.08);
}
.player-stat-avatar{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:'Archivo',sans-serif;
  font-weight:700;
  font-size:16px;
  flex-shrink:0;
}
.player-stat-info{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.player-stat-name{
  font-family:'Archivo',sans-serif;
  font-weight:600;
  font-size:14px;
  color:#fff;
}
.player-stat-location{
  font-weight:400;
  color:rgba(255,255,255,.5);
}
.player-stat-detail{
  font-family:'Archivo',sans-serif;
  font-size:13px;
  color:#2c2cff;
  font-weight:500;
}

@keyframes playerStatScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* ── Testimonial Ticker (bottom row) ── */
.player-testimonial-ticker{
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
}
.player-testimonial-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:playerTestiScroll 45s linear infinite;
}
.player-testi-card{
  flex-shrink:0;
  border-radius:16px;
  overflow:hidden;
  width:240px;
  height:300px;
}
.player-testi-photo{
  position:relative;
}
.player-testi-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.player-testi-review{
  background:#0000FF;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.player-testi-stars{
  color:#FFD700;
  font-size:20px;
  letter-spacing:4px;
  margin-bottom:8px;
}
.player-testi-quote{
  font-family:'Bricolage Grotesque','Archivo',sans-serif;
  font-size:18px;
  font-weight:700;
  color:#fff;
  line-height:1.3;
  flex:1;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.player-testi-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  font-family:'Archivo',sans-serif;
  font-size:12px;
  color:rgba(255,255,255,.7);
}
.player-testi-icon{
  font-size:14px;
}
.player-testi-user{
  font-weight:600;
  color:#fff;
}
.player-testi-date{
  margin-left:auto;
}

@keyframes playerTestiScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* Player Cards scroll indicator */
.player-cards-indicator{
  display:flex;
  justify-content:center;
  margin-top:32px;
}
.player-cards-dot{
  width:40px;
  height:6px;
  border-radius:3px;
  background:rgba(255,255,255,.25);
}

/* Pause ticker on hover */
.player-stat-ticker:hover .player-stat-track{animation-play-state:paused}
.player-testimonial-ticker:hover .player-testimonial-track{animation-play-state:paused}

/* ── Player Cards Responsive ── */
@media(max-width:1024px){
  .player-cards-title{font-size:42px}
  .player-cards-section{padding:60px 0 48px}
}
@media(max-width:768px){
  .player-cards-title{font-size:32px}
  .player-cards-section{padding:48px 0 40px}
  .player-cards-header{margin-bottom:32px}
  .player-testi-card{width:200px;height:260px}
  .player-testi-quote{font-size:15px}
  .player-stat-card{min-width:230px;padding:10px 16px}
}
@media(max-width:480px){
  .player-cards-title{font-size:26px}
  .player-testi-card{width:180px;height:240px}
  .player-testi-quote{font-size:14px}
  .player-stat-card{min-width:210px}
}

/* ── Turn Your Play into Income Section ── */
.play-income-section{
  background:#fff;
  padding:100px 40px;
  position:relative;
  overflow:hidden;
}
.play-income-grain{
  position:absolute;
  inset:0;
  background-image:url('../assets/images/card-texture-e0eadf.png');
  background-size:cover;
  background-position:center;
  opacity:.35;
  mix-blend-mode:soft-light;
  pointer-events:none;
  z-index:0;
}
.play-income-container{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.play-income-header{
  text-align:center;
  margin-bottom:64px;
}
.play-income-title{
  font-family:'Bricolage Grotesque','Archivo',sans-serif;
  font-size:clamp(32px,4vw,52px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.03em;
  color:#111;
  margin-bottom:20px;
}
.play-income-subtitle{
  font-family:'Archivo',sans-serif;
  font-size:clamp(16px,1.6vw,20px);
  font-weight:400;
  line-height:1.5;
  color:#555;
  max-width:680px;
  margin:0 auto;
}
.play-income-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.play-income-card{
  background:#fff;
  border:1px solid #E6E6E6;
  border-radius:12px;
  padding:36px 32px;
  display:flex;
  flex-direction:column;
  transition:box-shadow .3s ease,transform .3s ease;
}
.play-income-card:hover{
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  transform:translateY(-4px);
}
.play-income-card-title{
  font-family:'Bricolage Grotesque','Archivo',sans-serif;
  font-size:clamp(20px,2vw,24px);
  font-weight:700;
  color:#111;
  margin-bottom:20px;
  line-height:1.25;
}
.play-income-card-lead{
  font-family:'Archivo',sans-serif;
  font-size:16px;
  color:#0000FF;
  font-weight:600;
  margin-bottom:16px;
  line-height:1.4;
}
.play-income-list{
  list-style:none;
  padding:0;
  margin:0 0 20px;
}
.play-income-list li{
  font-family:'Archivo',sans-serif;
  font-size:15px;
  line-height:1.55;
  color:#444;
  padding:6px 0 6px 20px;
  position:relative;
}
.play-income-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:13px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0000FF;
}
.play-income-list li strong{
  color:#111;
  font-weight:600;
}
.play-income-card-body{
  font-family:'Archivo',sans-serif;
  font-size:15px;
  line-height:1.55;
  color:#444;
  margin-bottom:auto;
  padding-bottom:20px;
}
.play-income-card-footer{
  font-family:'Archivo',sans-serif;
  font-size:14px;
  font-weight:600;
  color:#888;
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #F0F0F0;
  letter-spacing:.01em;
}
.play-income-card-footer--accent{
  color:#0000FF;
}
.play-income-cta{
  text-align:center;
  margin-top:48px;
}
.play-income-cta .btn-explore-tiers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 48px;
  background:#0000FF;
  color:#fff;
  font-family:'Archivo',sans-serif;
  font-size:16px;
  font-weight:600;
  border-radius:8px;
  text-decoration:none;
  transition:opacity .2s;
  cursor:pointer;
}
.play-income-cta .btn-explore-tiers:hover{
  opacity:.9;
}

/* Play Income Responsive */
@media(max-width:1024px){
  .play-income-section{padding:80px 32px}
  .play-income-grid{gap:20px}
  .play-income-card{padding:28px 24px}
}
@media(max-width:768px){
  .play-income-section{padding:64px 20px}
  .play-income-grid{grid-template-columns:1fr}
  .play-income-header{margin-bottom:40px}
  .play-income-card{padding:28px 24px}
}
@media(max-width:480px){
  .play-income-section{padding:48px 16px}
  .play-income-title{font-size:28px}
  .play-income-card{padding:24px 20px}
}

/* Redeem Your FSP Champion Points & Win Big Section */
.redeem-win-big-section{
  background:#fff;
  padding:40px 40px 80px;
  position:relative;
}
.redeem-win-big-container{
  max-width:1310px;
  margin:0 auto;
}
.redeem-win-big-header{
  text-align:center;
  margin-bottom:40px;
  padding-top:20px;
}
.redeem-win-big-title{
  font-size:clamp(28px, 3.5vw, 42px);
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.025em;
  color:#000;
  margin-bottom:12px;
}
.redeem-win-big-subtitle{
  font-size:clamp(18px, 2vw, 24px);
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.0145em;
  color:#4D4D4D;
  text-align:center;
  margin-bottom:12px;
  font-style:italic;
}
.redeem-win-big-body{
  font-size:clamp(16px, 1.8vw, 20px);
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.017em;
  color:#000;
  max-width:900px;
  margin:0 auto 32px;
  text-align:center;
}
.redeem-features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:60px;
  max-width:1200px;
  margin:60px auto 60px;
  padding:60px 0;
  border-top:1px solid #E6E6E6;
  border-bottom:1px solid #E6E6E6;
}
.redeem-feature{
  text-align:left;
  padding:40px;
  background:#FAFAFA;
  border-radius:12px;
  border:1px solid #E6E6E6;
  transition:all 0.3s ease;
}
.redeem-feature:hover{
  background:#fff;
  border-color:#0000FF;
  transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
.redeem-feature-title{
  font-size:24px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#000;
  margin-bottom:16px;
}
.redeem-feature-desc{
  font-size:18px;
  font-weight:400;
  line-height:1.6;
  letter-spacing:-.017em;
  color:#4D4D4D;
  margin:0;
}
.redeem-win-big-grid{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-bottom:0;
}
.redeem-grid-row{
  display:grid;
  gap:24px;
  margin-bottom:0;
}
.redeem-grid-row:first-child{
  grid-template-columns:repeat(2, 1fr);
  margin-bottom:0;
}
.redeem-grid-row:last-child{
  grid-template-columns:repeat(3, 1fr);
  margin-top:0;
}
.redeem-card-item{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
}
.redeem-grid-row:first-child .redeem-card-item{
  height:498px;
}
.redeem-grid-row:last-child .redeem-card-item{
  height:325px;
}
.redeem-card-image{
  width:100%;
  flex:1;
  overflow:hidden;
  position:relative;
}
.redeem-grid-row:first-child .redeem-card-image{
  height:391px;
}
.redeem-grid-row:last-child .redeem-card-image{
  height:250px;
}
.redeem-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.redeem-card-footer{
  background:#0000FF;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:75px;
}
.redeem-grid-row:first-child .redeem-card-footer{
  min-height:107px;
}
.redeem-card-text{
  font-family:"Bricolage Grotesque",system-ui,-apple-system,sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:.9;
  color:#fff;
  margin:0;
  flex:1;
}
.redeem-grid-row:last-child .redeem-card-text{
  font-size:20px;
}
.btn-join-now{
  background:#fff;
  color:#0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  flex-shrink:0;
}
.btn-join-now:hover{
  opacity:.9;
}
.redeem-win-big-bottom{
  display:grid;
  grid-template-columns:1fr 413px;

  margin-top:24px;
  border-radius:20px;
  overflow:hidden;
}
.redeem-bottom-image{
  width:100%;
  height:224px;
  overflow:hidden;
}
.redeem-bottom-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.redeem-bottom-cta{
  background:#0000FF;
  padding:61px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px;
  height:224px;
}
.redeem-bottom-text{
  font-family:"Bricolage Grotesque",system-ui,-apple-system,sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:.9;
  color:#fff;
  text-align:center;
  margin:0;
}
.redeem-bottom-cta .btn-join-now{
  width:373px;
  text-align:center;
  justify-content:center;
  padding:7px 40px;
}

/* Make Your Money Go Further Section */
.money-further{
  background:#fff;
  padding:40px 40px 100px;
  position:relative;
}
.content-separator{
  width:100%;

  height:0;
  border-top:1px solid #D0D0D0;
  margin-bottom:0 !important;
  padding:0;
  display:block;
}
.money-further-container{
  max-width:1400px;
  margin:0 auto;
}
.money-further-title{
  font-size:48px;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  color:#4D4D4D;
  text-transform:capitalize;
  margin-bottom:60px;
}
.money-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.money-card{
  background:#D9D9D9;
  border-radius:18px;
  height:459px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.card-texture-overlay{
  position:absolute;
  inset:0;
  background-image:url('../assets/images/card-texture-e0eadf.png');
  background-size:cover;
  background-position:center;
  opacity:1;
  mix-blend-mode:soft-light;
  pointer-events:none;
  z-index:1;
}
.card-content{
  position:relative;
  z-index:2;
  padding:32px 30px 24px;
  display:flex;
  flex-direction:column;
  height:100%;
}
.card-label{
  font-size:16px;
  font-weight:500;
  line-height:1.44;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:10px;
}
.card-title{
  font-size:26px;
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.012em;
  color:#fff;
  margin-bottom:20px;
}
.btn-explore{
  background:#fff;
  color:#4D4D4D;
  font-size:16px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  transition:opacity 0.2s ease;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:auto;
  width:fit-content;
}
.card-feature{
  margin-top:auto;
}
.rate-large{
  font-size:195px;
  font-weight:500;
  line-height:1;
  letter-spacing:-.103em;
  color:rgba(0,0,255,0.66);
  display:block;
}
.rate-disclaimer{
  font-size:12px;
  font-weight:400;
  line-height:1.32;
  letter-spacing:-.01em;
  color:#fff;
  margin-top:0;
}
/* Card gradients */
.card-earn{
  background:linear-gradient(180deg, #0000FF 0%, #d2d2d2 100%);
}
.card-invest{
  background:linear-gradient(180deg, #cacaca 0%, #0000FF 100%);
}
.card-invest .btn-explore{
  margin-top:auto;
  margin-bottom:0;
  align-self:flex-start;
}
.card-pools{
  background:linear-gradient(180deg, #cecece 0%, #6B6BFF 100%);
}
.card-pools .btn-explore{
  margin-top:auto;
  margin-bottom:0;
  align-self:flex-start;
}

/* Spend to Earn Section */
.spend-to-earn{
  background:#fff;
  padding:80px 40px 80px;
  position:relative;
}
.spend-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  max-width:1400px;



}
.spend-content{
  padding-right:40px;
}
.spend-title{
  font-size:48px;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  color:#4D4D4D;
  margin-bottom:16px;
}
.spend-subtitle{
  font-size:24px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:8px;
}
.spend-subtitle-2{
  font-size:20px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.017em;
  color:#666;
  margin-bottom:24px;
}
.spend-subtitle-text{
  display:block;
  font-size:48px;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  color:#4D4D4D;
}
.spend-desc{
  font-size:22px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:-.017em;
  color:#4D4D4D;
  margin-bottom:32px;
  max-width:600px;
}
.spend-features{
  margin-bottom:32px;
}
.spend-features p{
  font-size:18px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.017em;
  color:#4D4D4D;
  margin-bottom:12px;
}
.spend-features p:last-child{
  margin-bottom:0;
}
.spend-cta-container{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}
.btn-explore-tiers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0000FF;
  color:#fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  text-align:center;
  transition:opacity 0.2s ease;
}
.btn-explore-tiers:hover{
  opacity:0.9;
}
.btn-view-tiers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#0000FF;
  border:1px solid #0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  text-align:center;
  transition:opacity 0.2s ease;
}
.btn-view-tiers:hover{
  opacity:0.9;
}
.btn-request-access{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0000FF;
  color:#fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  text-align:center;
  transition:opacity 0.2s ease;
}
.btn-request-access:hover{
  opacity:0.9;
}
.btn-rewards-calculator{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#0000FF;
  border:1px solid #0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  text-align:center;
  transition:opacity 0.2s ease;
  cursor:pointer;
}
.btn-rewards-calculator:hover{
  opacity:0.9;
}
.spend-cards{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.credit-cards-image{
  width:693px;
  height:446px;
  display:block;
}

/* Refer to Earn Section */
.refer-to-earn{
  background:#fff;
  padding:80px 40px 100px;
}
.refer-card{
  position:relative;
  background:#0000FF;
  border-radius:24px;
  padding:60px 80px;
  overflow:hidden;
  max-width:none;
  margin:0;
}
.refer-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.refer-texture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.6;
  mix-blend-mode:lighten;
}
.refer-ascii{
  position:absolute;
  right:-10%;
  top:-10%;
  width:624px;
  height:839px;
  opacity:1;
}
.refer-container{
  max-width:none;
  margin:0;
  position:relative;
  z-index:1;
}
.refer-header{
  margin-bottom:48px;
  max-width:600px;
}
.refer-title{
  font-size:48px;
  font-weight:500;
  line-height:.9375;
  letter-spacing:-.025em;
  color:#fff;
  margin-bottom:8px;
}
.refer-subtitle{
  font-size:22px;
  font-weight:400;
  line-height:1.1345;
  letter-spacing:-.01745em;
  color:#fff;
  margin-bottom:8px;
}
.refer-body{
  font-size:18px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:-.017em;
  color:#fff;
  margin-bottom:8px;
}
.refer-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.017em;
  color:#fff;
  margin-bottom:0;
}
.section-heading{
  font-size:26px;
  font-weight:500;
  line-height:1.077;
  letter-spacing:-.0123em;
  color:#fff;
  margin-bottom:24px;
}
.refer-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:48px;
}
.refer-step-card{
  background:#fff;
  border:1px solid rgba(64,64,64,0.3);
  border-radius:20px;
  padding:11px 13px 40px;
  min-height:162px;
}
.step-icon{
  margin-bottom:8px;
  width:33px;
  height:32px;
}
.step-title{
  font-size:20px;
  font-weight:500;
  line-height:1.088;
  letter-spacing:-.01em;
  color:#000;
  margin-bottom:5px;
}
.step-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.1875;
  letter-spacing:-.02em;
  color:#4D4D4D;
}
.payment-features{
  list-style:none;
  display:grid;
  gap:12px;
  margin-bottom:32px;
}
.payment-features li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:rgba(255,255,255,0.9);
  font-size:16px;
  line-height:1.5;
}
.check-icon{
  width:20px;
  height:20px;
  flex:0 0 20px;
}
.btn-champion{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#000;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  text-align:center;
  transition:opacity 0.2s ease;
  margin-bottom:16px;
}
.refer-disclaimer{
  font-size:12px;
  font-weight:400;
  line-height:1.32;
  letter-spacing:-.01em;
  color:#fff;
  max-width:756px;
  margin:0;
}

/* Redeem Section */
.redeem-section{
  background:#fff;
  padding:80px 60px;
}
.redeem-title{
  font-size:48px;
  font-weight:500;
  line-height:.9375;
  letter-spacing:-.025em;
  color:#000;
  text-transform:capitalize;
  margin-bottom:12px;
}
.redeem-subtitle{
  font-size:22px;
  font-weight:400;
  line-height:1.136;
  letter-spacing:-.01455em;
  color:#4D4D4D;
  margin-bottom:32px;
}
.redeem-cards{
  display:flex;
  gap:13px;
  background:#F5F6F6;
  border-radius:20px;
  padding:13px;
  position:relative;
}
.redeem-card{
  position:relative;
  overflow:hidden;
}
.redeem-card-large{
  width:325px;
  border-radius:20px 0 0 20px;
  flex-shrink:0;
}
.card-bg-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px 0 0 20px;
  box-shadow:0px 4px 19.7px 5px rgba(0,0,0,0.35);
}
.card-overlay{
  position:absolute;
  bottom:0;
  left:0;
  background:rgba(217,217,217,0.78);
  backdrop-filter:blur(0px);
  border-radius:20px 0 0 20px;
  padding:7px 0 7px 10px;
  width:100%;
  height:74px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.card-overlay-title{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#000;
  margin-bottom:0;
  padding-left:0;
}
.card-overlay-points{
  font-size:20px;
  font-weight:500;
  line-height:.95;
  color:#0033FF;
  margin:0;
  padding-left:4px;
}
.redeem-card-middle{
  background:#fff;
  border-radius:20px;
  box-shadow:0px 4px 19.8px 1px rgba(0,0,0,0.38);
  padding:18px;
  width:auto;
  flex-shrink:0;
}
.court-bg-image{
  width:357px;
  height:150px;
  object-fit:cover;
  border-radius:20px;
  display:block;
}
.main-card-points{
  font-size:20px;
  font-weight:500;
  line-height:.95;
  color:#0033FF;
  margin:6px 0 0 0;
}
.redeem-card-right{
  flex:1;
  background:#fff;
  border-radius:20px;
  box-shadow:0px 4px 19.8px 1px rgba(0,0,0,0.38);
  padding:21px 18px;
  display:flex;
  gap:0;
  align-items:flex-start;
}
.reward-item{
  width:143px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  flex-shrink:0;
}
.reward-image{
  width:143px;
  height:143px;
  object-fit:cover;
  display:block;
  margin-bottom:4px;
}
.reward-name{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#000;
  margin:0 0 4px 0;
  padding:0 8px;
}
.reward-points{
  font-size:14px;
  font-weight:500;
  line-height:1.357;
  color:#0033FF;
  margin:0;
}
.divider-line{
  width:1px;
  height:157px;
  background:#E6E6E6;
  margin:18px 17px 0;
  flex-shrink:0;
}

/* Passion Points Section */
.passion-points-section{
  background:#fff;
  padding:80px 60px 100px;
}
.passion-points-container{
  display:grid;
  grid-template-columns:728px 1fr;
  gap:50px;
}
.passion-points-title{
  font-size:48px;
  font-weight:500;
  line-height:.9375;
  letter-spacing:-.025em;
  color:#4D4D4D;
  text-transform:capitalize;
  margin-bottom:24px;
}
.passion-points-subtitle{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#000;
  margin-bottom:15px;
}
.passion-points-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:24px;
  max-width:424px;
}
.btn-start-earning{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0000FF;
  color:#fff;
  font-size:16px;
  font-weight:400;
  line-height:1.56;
  letter-spacing:-.024em;
  padding:7px 32px;
  border-radius:20px;
  text-decoration:none;
  width:197px;
}
.passion-points-right{
  display:flex;
  flex-direction:column;
  gap:67px;
}
.partners-row{
  display:flex;
  flex-direction:column;
  gap:11px;
}
.partners-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.partners-title{
  font-size:20px;
  font-weight:400;
  line-height:1.15;
  color:#000;
  margin:0;
}
.nav-arrows{
  display:flex;
  gap:6px;
}
.nav-arrow{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#0000FF;
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}
.nav-arrow:hover{
  opacity:.8;
}
.partners-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:19px;
}
.partner-card{
  border:1px solid rgba(0,0,0,0.1);
  border-radius:20px;
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:229px;
}
.apparel-card:nth-child(1){
  background:#D9D9D9;
  border:none;
}
.apparel-card:nth-child(2){
  background:#3B8740;
  border:none;
}
.apparel-card:nth-child(3){
  background:#231F20;
  border:none;
}
.partner-logo{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

/* Responsive - Passion Points */
@media (max-width: 960px){
  .passion-points-container{grid-template-columns:1fr}
}

/* ── Earn SPs Standalone Section ── */
.earn-sps-standalone{
  padding:0 40px;
  background:#fff;
}
.earn-sps-standalone .squad-card{
  max-width:1200px;
  margin:0 auto;
}
@media(max-width:768px){
  .earn-sps-standalone{padding:0 20px}
}
@media(max-width:480px){
  .earn-sps-standalone{padding:0 16px}
}

/* Sticky Tabs */
.sticky-tab-strip{
  position:sticky;
  top:0;
  z-index:15;
  background:transparent;
  padding:14px 0;
}
.sticky-tab-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  justify-content:center;
}
.sticky-tab-controls{
  display:flex;
  gap:0;
  padding:4px;
  border-radius:999px;
  background:#E8E8E8;
}
.sticky-tab-button{
  border:none;
  background:transparent;
  color:#666;
  font-size:16px;
  font-weight:500;
  letter-spacing:-0.01em;
  padding:10px 28px;
  border-radius:999px;
  cursor:pointer;
  transition:background 0.2s ease, color 0.2s ease;
}
.sticky-tab-button.active{
  background:#0000FF;
  color:#fff;
}
.sticky-tab-button:focus-visible{
  outline:2px solid #0000FF;
  outline-offset:2px;
}

/* Pools + Referrals Slider */
.pools-referrals-section{
  background:#fff;
}
/* Hide tab strip when tabs are removed */
.pools-referrals-section--no-tabs .sticky-tab-strip{display:none}
.pools-referrals-slider{
  background:#fff;
  padding:0 0 100px;
  overflow-x:hidden;
  overflow-y:visible;
}
.pools-referrals-panels{
  display:block;
}
.pools-referrals-panel{
  display:none;
}
.pools-referrals-panel[aria-hidden="false"]{
  display:block;
}
.play-income-section--in-tab{
  padding-top:60px;
}

/* Arena Panel */
.arena-panel{
  max-width:1200px;
  margin:0 auto;
  padding:64px 40px 80px;
}
.arena-panel-hero{
  margin-bottom:56px;
  text-align:center;
}
.arena-hero-headline{
  font-size:clamp(32px,4.5vw,52px);
  font-weight:800;
  line-height:1.12;
  color:#1A1A2E;
  max-width:960px;
  margin:0 auto 20px;
  letter-spacing:-0.03em;
}
.arena-hero-sub{
  font-size:18px;
  color:#5C5C7A;
  line-height:1.6;
  max-width:1000px;
  margin:0 auto;
}
.arena-section-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
.arena-section-left{
  display:flex;
  flex-direction:column;
  gap:32px;
}
.arena-section-title{
  font-size:clamp(24px,3vw,34px);
  font-weight:800;
  color:#0A0A0A;
  line-height:1.15;
  margin-bottom:8px;
  letter-spacing:-0.02em;
}
.arena-section-tagline{
  font-size:16px;
  font-style:italic;
  color:#5C5C7A;
  margin-bottom:16px;
}
.arena-section-body{
  font-size:16px;
  color:#1A1A2E;
  line-height:1.7;
  margin-bottom:20px;
}
.arena-audience-block{
  margin-bottom:8px;
}
.arena-audience-label{
  font-size:15px;
  font-weight:800;
  color:#0000FF;
  text-decoration:underline;
  text-underline-offset:3px;
  margin-bottom:6px;
}
.arena-audience-desc{
  font-size:15px;
  color:#1A1A2E;
  line-height:1.65;
}
.arena-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#0000FF;
  color:#fff;
  font-size:14px;
  font-weight:700;
  padding:12px 28px;
  border-radius:40px;
  border:none;
  cursor:pointer;
  margin-top:8px;
  transition:background 0.2s;
  text-decoration:none;
  width:auto;
  align-self:flex-start;
}
.arena-cta-btn:hover{
  background:#2c2cff;
}
.arena-visual{
  background:#0000FF;
  border-radius:20px;
  padding:36px 28px 32px;
  position:relative;
  overflow:hidden;
  min-height:440px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.arena-visual::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 50% 45%,rgba(255,255,255,0.08) 0%,transparent 65%);
}
.arena-rings{
  position:relative;
  width:340px;
  height:340px;
}
.arena-ring{
  position:absolute;
  border-radius:50%;
  border:1.5px solid rgba(255,255,255,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
}
.arena-ring-outer{
  width:340px;
  height:340px;
  top:0;
  left:0;
}
.arena-ring-mid{
  width:240px;
  height:240px;
  top:50px;
  left:50px;
  border-color:rgba(255,255,255,0.22);
}
.arena-ring-inner{
  width:150px;
  height:150px;
  top:95px;
  left:95px;
  border-color:rgba(255,255,255,0.3);
}
.arena-ring-core{
  width:80px;
  height:80px;
  top:130px;
  left:130px;
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.4);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.arena-ring-core-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:5;
}
.arena-ring-core-icon svg{
  width:28px;
  height:28px;
  color:#fff;
  opacity:0.9;
}
.arena-ring-label{
  position:absolute;
  font-size:10px;
  font-weight:700;
  color:rgba(255,255,255,0.7);
  letter-spacing:0.08em;
  text-transform:uppercase;
  white-space:nowrap;
  z-index:4;
}
.arena-label-core{
  top:118px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(255,255,255,0.95);
  font-size:9px;
}
.arena-label-inner{
  bottom:100px;
  left:50%;
  transform:translateX(-50%);
  font-size:9px;
}
.arena-label-mid{
  bottom:56px;
  left:50%;
  transform:translateX(-50%);
  font-size:9px;
}
.arena-label-outer{
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  font-size:9px;
}
.arena-data-badge{
  position:absolute;
  font-size:8px;
  font-weight:600;
  color:rgba(255,255,255,0.55);
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  padding:3px 8px;
  border-radius:10px;
  white-space:nowrap;
  z-index:4;
}
.arena-caption{
  position:relative;
  z-index:4;
  text-align:center;
  margin-top:20px;
}
.arena-caption-title{
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,0.9);
  margin-bottom:2px;
}
.arena-caption-sub{
  font-size:10px;
  color:rgba(255,255,255,0.5);
}
.arena-journey{
  margin-top:56px;
  border-top:1px solid #E4E4EE;
  padding-top:40px;
}
.arena-journey-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#0000FF;
  margin-bottom:24px;
}
.arena-journey-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.arena-step{
  position:relative;
}
.arena-step-number{
  font-size:32px;
  font-weight:900;
  color:#E4E4EE;
  line-height:1;
  margin-bottom:8px;
}
.arena-step-title{
  font-size:14px;
  font-weight:700;
  color:#0A0A0A;
  margin-bottom:4px;
}
.arena-step-desc{
  font-size:13px;
  color:#5C5C7A;
  line-height:1.5;
}
.arena-step:not(:last-child)::after{
  content:'→';
  position:absolute;
  right:-14px;
  top:36px;
  font-size:16px;
  color:#E4E4EE;
  font-weight:700;
}

/* Arena Responsive */
@media(max-width:960px){
  .arena-panel{padding:48px 24px 60px}
  .arena-section-row{grid-template-columns:1fr;gap:40px}
  .arena-visual{min-height:380px}
  .arena-journey-steps{grid-template-columns:repeat(2,1fr);gap:24px}
  .arena-step:not(:last-child)::after{display:none}
}
@media(max-width:640px){
  .arena-panel{padding:40px 16px 48px}
  .arena-hero-headline{font-size:28px}
  .arena-hero-sub{font-size:16px}
  .arena-section-title{font-size:24px}
  .arena-section-body{font-size:15px}
  .arena-audience-desc{font-size:14px}
  .arena-visual{min-height:340px;padding:28px 20px 24px}
  .arena-rings{width:280px;height:280px}
  .arena-ring-outer{width:280px;height:280px}
  .arena-ring-mid{width:200px;height:200px;top:40px;left:40px}
  .arena-ring-inner{width:120px;height:120px;top:80px;left:80px}
  .arena-ring-core{width:64px;height:64px;top:108px;left:108px}
  .arena-label-core{top:96px}
  .arena-label-inner{bottom:82px}
  .arena-label-mid{bottom:44px}
  .arena-label-outer{bottom:6px}
  .arena-journey-steps{grid-template-columns:1fr}
  .arena-journey-label{margin-bottom:16px}
  .arena-cta-btn{justify-content:center}
}
@media(max-width:480px){
  .arena-panel{padding:32px 16px 40px}
  .arena-hero-headline{font-size:24px}
  .arena-section-title{font-size:22px}
  .arena-rings{width:240px;height:240px}
  .arena-ring-outer{width:240px;height:240px}
  .arena-ring-mid{width:170px;height:170px;top:35px;left:35px}
  .arena-ring-inner{width:100px;height:100px;top:70px;left:70px}
  .arena-ring-core{width:56px;height:56px;top:92px;left:92px}
  .arena-label-core{top:80px}
  .arena-label-inner{bottom:70px}
  .arena-label-mid{bottom:36px}
  .arena-label-outer{bottom:2px}
  .arena-data-badge{font-size:7px;padding:2px 6px}
  .arena-step-number{font-size:24px}
}

.pools-panel{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.pools-panel-intro{
  max-width:1200px;
  margin:0 auto;
  padding:70px 60px 0;
}
.pools-panel-title{
  font-size:44px;
  font-weight:500;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#4D4D4D;
  margin:0 0 16px;
}
.pools-panel-subtitle{
  font-size:20px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:-0.01em;
  color:#4D4D4D;
  margin:0;
}
.pools-stake{
  max-width:1200px;
  margin:0 auto;
  padding:0 60px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:48px;
  align-items:center;
}
.pools-stake-title{
  font-size:40px;
  font-weight:500;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#4D4D4D;
  margin:0 0 12px;
}
.pools-stake-subtitle{
  font-size:20px;
  font-weight:400;
  line-height:1.4;
  font-style:italic;
  letter-spacing:-0.01em;
  color:#4D4D4D;
  margin:0 0 20px;
}
.pools-stake-intro{
  font-size:18px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-0.01em;
  color:#4D4D4D;
  margin:0 0 28px;
}
.pools-stake-features{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-bottom:28px;
}
.pools-stake-feature-title{
  font-size:18px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:-0.01em;
  color:#0000FF;
  margin:0 0 8px;
}
.pools-stake-feature-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.6;
  letter-spacing:-0.01em;
  color:#4D4D4D;
  margin:0;
}
.pools-stake-actions{
  display:flex;
}
.btn-stake-athlete{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 30px;
  border-radius:999px;
  background:#0000FF;
  color:#fff;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
}
.btn-stake-athlete:hover{
  opacity:0.9;
}
.pools-stake-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.pools-stake-visual img{
  width:100%;
  max-width:480px;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 8px 32px rgba(0,0,0,0.18);
}
.pools-flow{
  max-width:1200px;
  margin:0 auto;
  padding:28px 32px;
  position:relative;
  background:#0000FF;
  border-radius:24px;
  overflow:hidden;
}
.pools-flow-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.pools-flow-texture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.4;
  mix-blend-mode:lighten;
}
.pools-flow-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.pools-flow-step{
  position:relative;
  color:#fff;
  padding-right:30px;
}
.pools-flow-step:not(:last-child):after{
  content:"";
  position:absolute;
  right:-18px;
  top:18px;
  width:36px;
  height:1px;
  background:rgba(255,255,255,0.6);
}
.pools-flow-step:not(:last-child):before{
  content:"";
  position:absolute;
  right:-18px;
  top:14px;
  width:8px;
  height:8px;
  border-top:2px solid rgba(255,255,255,0.8);
  border-right:2px solid rgba(255,255,255,0.8);
  transform:rotate(45deg);
}
.pools-flow-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:32px;
  border-radius:10px;
  background:#fff;
  color:#0000FF;
  font-size:18px;
  font-weight:600;
  margin-bottom:14px;
}
.pools-flow-text{
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:-0.01em;
  margin:0;
}
.pools-flow-text strong{
  font-weight:600;
}

.squad-card{
  max-width:1200px;
  margin:70px auto 0;
  position:relative;
  background:#0000FF;
  border-radius:32px;
  padding:60px 70px;
  overflow:hidden;
}
.squad-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.squad-texture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.55;
  mix-blend-mode:lighten;
}
.squad-ascii{
  position:absolute;
  right:-12%;
  top:-10%;
  width:520px;
  height:auto;
  opacity:0.9;
}
.squad-content{
  position:relative;
  z-index:1;
  color:#fff;
}
.squad-header{
  max-width:620px;
  margin-bottom:32px;
}
.squad-title{
  font-size:48px;
  font-weight:500;
  line-height:1.05;
  letter-spacing:-0.02em;
  margin:0 0 10px;
}
.squad-subtitle{
  font-size:20px;
  font-weight:400;
  line-height:1.4;
  margin:0 0 8px;
}
.squad-body{
  font-size:16px;
  font-weight:400;
  line-height:1.4;
  margin:0 0 8px;
}
.squad-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin:0;
}
.squad-heading{
  font-size:22px;
  font-weight:500;
  line-height:1.2;
  margin:0 0 18px;
}
.squad-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:30px;
}
.squad-step-card{
  background:#fff;
  color:#000;
  border-radius:18px;
  padding:16px 16px 24px;
  min-height:150px;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}
.squad-step-icon{
  width:24px;
  height:24px;
  margin-bottom:10px;
  display:block;
}
.squad-step-title{
  font-size:16px;
  font-weight:600;
  line-height:1.3;
  margin:0 0 6px;
}
.squad-step-desc{
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  margin:0;
  color:#4D4D4D;
}
.btn-invite-team{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 32px;
  border-radius:999px;
  background:#fff;
  color:#0000FF;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
}
.btn-invite-team:hover{
  opacity:0.9;
}

/* More Partners Section */
.more-partners-section{
  background:#fff;
  padding:0 60px 100px;
}
.more-partners-container{
  display:grid;
  grid-template-columns:464px 1fr;
  gap:190px;
}
.more-partners-subtitle{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#000;
  margin-bottom:15px;
}
.more-partners-desc{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-.02em;
  color:#4D4D4D;
  margin-bottom:24px;
  max-width:424px;
}
.more-partners-right{
  display:flex;
  flex-direction:column;
  gap:67px;
}
.sports-card{
  border:1px solid rgba(0,0,0,0.1);
  border-radius:20px;
  padding:10px;
  min-height:229px;
}
.full-width-partners-image{
  width:100%;
  height:auto;
  display:block;
}

/* Responsive - More Partners */
@media (max-width: 960px){
  .more-partners-container{grid-template-columns:1fr}
}

/* Calculator Section */
.calculator-section{
  position:relative;
  background:#0808FF;
  padding:65px 40px 91px;
  overflow:hidden;
}
.calculator-texture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.6;
  mix-blend-mode:lighten;
  pointer-events:none;
}
.calculator-container{
  position:relative;
  z-index:1;
}
.calculator-header-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:67px;
  gap:40px;
}
.calculator-header-right{
  display:flex;
  align-items:center;
  gap:16px;
}
.calculator-tier-toggle{
  display:flex;
  gap:8px;
  background:rgba(255,255,255,0.1);
  border-radius:12px;
  padding:4px;
}
.tier-toggle-btn{
  background:transparent;
  border:none;
  color:rgba(255,255,255,0.7);
  font-size:16px;
  font-weight:500;
  padding:8px 20px;
  border-radius:8px;
  cursor:pointer;
  transition:all 0.2s ease;
}
.tier-toggle-btn.active{
  background:#fff;
  color:#0000FF;
}
.tier-toggle-btn:hover:not(.active){
  color:#fff;
  background:rgba(255,255,255,0.1);
}
.calculator-title{
  font-size:48px;
  font-weight:500;
  line-height:.9375;
  letter-spacing:-.025em;
  color:#fff;
  text-transform:capitalize;
  margin:0;
  flex-shrink:0;
}
.calculator-header-right{
  display:flex;
  align-items:center;
  gap:16px;
}
.calculator-desc{
  font-size:22px;
  font-weight:400;
  line-height:1.1345;
  letter-spacing:-.01745em;
  color:#fff;
  max-width:688px;
  margin:0;
  text-align:right;
}
.btn-start-earning-white{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#0000FF;
  font-size:20px;
  font-weight:400;
  line-height:1.248;
  letter-spacing:-.0192em;
  padding:7px 34px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  width:180px;
}
.calculator-inputs{
  display:grid;
  grid-template-columns:235px 235px 251px 322px 235px;
  gap:17px;
  margin-bottom:24px;
}
.calculator-card{
  background:#fff;
  border:1px solid rgba(64,64,64,0.3);
  border-radius:20px;
  padding:20px 13px;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:218px;
}
.input-label{
  font-size:16px;
  font-weight:500;
  line-height:1.088;
  letter-spacing:-.01em;
  color:#757575;
  margin-bottom:0;
  display:block;
}
.input-label-dark{
  color:#000;
}
.calculator-input{
  border:none;
  padding-top:0;
  font-size:48px;
  font-weight:400;
  line-height:1;
  color:#000;
  background:transparent;
  outline:none;
  width:100%;
  margin-top:auto;
}
.calculator-card-spending{
  padding:20px 21px;
}
.spending-inputs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:62px;
  margin-top:auto;
}
.spending-label{
  font-size:20px;
  font-weight:500;
  line-height:1.15;
  color:#000;
  margin-bottom:13px;
  display:block;
}
.spending-input-group .calculator-input{
  font-size:32px;
}
.calculator-card-result{
  background:#D6FFCF;
}
.result-value{
  font-size:48px;
  font-weight:400;
  line-height:1;
  color:#000;
  padding-top:0;
  margin-top:auto;
}
.chart-icon{
  position:absolute;
  top:10px;
  right:22px;
  width:40px;
  height:40px;
}
.calculator-divider{
  width:100%;
  height:1px;
  background:#E6E6E6;
  margin:0 0 13px 0;
}
.calculator-card-golden{
  background:linear-gradient(135deg, rgba(252, 207, 76, 1) 0%, rgba(251, 233, 152, 1) 23%, rgba(243, 225, 143, 1) 51%, rgba(227, 188, 97, 1) 77%);
  position:relative;
}
.golden-ticket-value{
  font-size:48px;
  font-weight:500;
  line-height:.9375;
  letter-spacing:-.025em;
  color:#000;
  text-transform:uppercase;
  margin-top:auto;
  padding-top:13px;
}
.ticket-icon{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
}
.fsp-logo-icon{
  position:absolute;
  bottom:10px;
  right:10px;
  width:31px;
  height:31px;
}
.calculator-disclaimer{
  font-size:12px;
  font-weight:400;
  line-height:1.32;
  letter-spacing:-.01em;
  color:#fff;
  margin:0;
  opacity:.7;
}

/* FAQ Section */
.faq-section{
  background:#fff;
  padding:48px 40px 60px;
}
.faq-container{
  max-width:800px;
  margin:0 auto;
}
.faq-title{
  font-size:32px;
  font-weight:500;
  line-height:1;
  letter-spacing:-.025em;
  color:#000;
  margin-bottom:32px;
}
.faq-list{
  display:flex;
  flex-direction:column;
  gap:0;
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}
.faq-column{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.btn-start-earning-passion{
  background:#0000FF;
  color:#fff;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.019em;
  padding:7px 40px;
  border-radius:20px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity 0.2s ease;
}
.btn-start-earning-passion:hover{
  opacity:0.9;
}
.faq-item{
  position:relative;
  border:none;
  border-bottom:1px solid #E6E6E6;
  border-radius:0;
  padding:16px 0;
  display:flex;
  flex-direction:column;
  transition:all 0.3s ease;
}
.faq-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.faq-question-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  min-height:32px;
}
.faq-question{
  font-size:16px;
  font-weight:500;
  line-height:1.4;
  color:#000;
  flex:1;
  margin:0;
  display:flex;
  align-items:center;
  padding:0;
}
.faq-answer{
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  color:#4D4D4D;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  padding:0;
}
.faq-item.active .faq-answer{
  max-height:1000px;
  opacity:1;
  padding-top:16px;
}
.faq-toggle{
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
  flex-shrink:0;
  width:21px;
  height:21px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform 0.3s ease;
}
.faq-item.active .faq-toggle{
  transform:rotate(45deg);
}
.faq-toggle:hover{
  opacity:.7;
}
.faq-category{
  margin-top:48px;
  margin-bottom:24px;
}
.faq-category:first-child{
  margin-top:0;
}
.faq-category-title{
  font-size:20px;
  font-weight:600;
  color:#0000FF;
  margin:0 0 24px;
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.faq-items{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.faq-question-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:32px;
}
.faq-question{
  font-size:16px;
  font-weight:500;
  line-height:1.4;
  color:#000;
  flex:1;
  margin:0;
  display:flex;
  align-items:center;
  padding:0;
}

/* Footer */
.site-footer{
  background:#ffffff;
  padding:40px 64px 32px;
  border-top:1px solid #E6E6E6;
}
.footer-container{
  max-width:1310px;
  margin:0 auto;
}
.footer-content{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
}
.footer-left{
  max-width:400px;
}
.footer-logo{
  width:200px;
  height:auto;
  display:block;
  margin-bottom:12px;
}
.footer-tagline{
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  color:#4D4D4D;
  margin:0 0 20px;
}
.newsletter-form{
  position:relative;
  width:300px;
  height:40px;
  border:1px solid #000;
  border-radius:0;
  display:flex;
  margin-bottom:8px;
}
.newsletter-input{
  flex:1;
  border:none;
  background:transparent;
  padding:11.5px 12px;
  font-size:14px;
  font-weight:400;
  line-height:1.21;
  color:#000;
  outline:none;
}
.newsletter-input::placeholder{
  color:#000;
}
.btn-newsletter{
  background:#000;
  color:#fff;
  border:none;
  padding:6px 24px;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  cursor:pointer;
  white-space:nowrap;
  margin:6px;
}
.btn-newsletter:hover{
  background:#333;
}
.newsletter-disclaimer{
  font-size:10px;
  font-weight:400;
  line-height:1.2;
  color:#999;
  margin:0;
}
.footer-right{
  display:flex;
  gap:48px;
  align-items:flex-start;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-links a{
  font-size:14px;
  font-weight:400;
  color:#000;
  text-decoration:none;
  transition:opacity 0.2s ease;
}
.footer-links a:hover{
  opacity:0.6;
}
.footer-bottom{
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid #E6E6E6;
}
.footer-copyright{
  font-size:12px;
  font-weight:400;
  color:#999;
  margin:0;
}

/* Responsive tweaks */
@media (max-width: 1200px){
  .features-grid{grid-template-columns:repeat(3,1fr);max-width:1000px}
  .features-grid>.feature-card{border-right:none}
  .features-grid>.feature-card:nth-child(3n){border-right:1px solid #E6E6E6}
  .features-grid>.feature-card:nth-child(3n-2){border-left:1px solid #E6E6E6}
  .features-grid>.feature-card:first-child{border-top-left-radius:8px;border-bottom-left-radius:0}
  .features-grid>.feature-card:nth-child(3){border-top-right-radius:8px;border-bottom-right-radius:0}
  .features-grid>.feature-card:nth-child(4){border-top-left-radius:0;border-bottom-left-radius:8px}
  .features-grid>.feature-card:nth-child(6){border-top-right-radius:0;border-bottom-right-radius:8px}
}
@media (max-width: 960px){
  .hamburger-btn{display:flex;position:fixed;right:40px;top:32px;z-index:1001;width:44px;height:44px;padding:10px;justify-content:center;align-items:center;background:rgba(255,255,255,0.95);border:1px solid rgba(0,0,0,0.1);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
  .logo{border-right:none;padding-right:0;margin-right:0}
  .hamburger-icon{width:20px;height:2px;background:#000;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 0 2px rgba(255,255,255,0.8),0 0 4px rgba(0,0,0,0.3)}
  .hamburger-btn[aria-expanded="true"]{background:rgba(255,255,255,1)}
  .hamburger-btn[aria-expanded="true"] .hamburger-icon{background:#000}
  .hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
  .hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(2){opacity:0;transform:scaleX(0)}
  .hamburger-btn[aria-expanded="true"] .hamburger-icon:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
  .main-nav{position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background:linear-gradient(180deg,#0000FF 0%,#0000CC 100%);display:flex;flex-direction:column;transform:translateX(100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);z-index:1000;overflow:hidden;box-shadow:-8px 0 32px rgba(0,0,0,0.3)}
  .main-nav[aria-hidden="false"]{transform:translateX(0)}
  .main-nav > ul{flex-direction:column;gap:0;align-items:stretch;width:100%;margin:0;padding:80px 0 20px;list-style:none;overflow-y:auto;flex:1;min-height:0}
  .main-nav li{padding:0;width:100%;text-align:left}
  .main-nav li+li:before{display:none}
  .main-nav > ul > li > a:not(.dropdown-toggle){font-size:16px;letter-spacing:0.02em;opacity:1;display:flex;align-items:center;padding:14px 28px;text-align:left;color:#fff;text-decoration:none;min-height:50px;font-weight:500;transition:all 0.2s ease;border-left:3px solid transparent}
  .main-nav > ul > li > a:not(.dropdown-toggle):hover,.main-nav > ul > li > a:not(.dropdown-toggle):active{background:rgba(255,255,255,0.08);border-left-color:rgba(255,255,255,0.5)}
  .main-nav a.active:after{display:none}
  .main-nav > ul > li > a.active{background:rgba(255,255,255,0.1);border-left-color:#fff}
  .nav-dropdown{width:100%;text-align:left;position:relative}
  .dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 28px;position:relative;min-height:50px;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#fff;font-size:16px;letter-spacing:0.02em;font-weight:500;transition:all 0.2s ease;border-left:3px solid transparent}
  .dropdown-toggle:hover,.dropdown-toggle:active{background:rgba(255,255,255,0.08);border-left-color:rgba(255,255,255,0.5)}
  .dropdown-toggle:after{display:block !important;content:"";width:8px;height:8px;border:none;border-right:2px solid rgba(255,255,255,0.7);border-bottom:2px solid rgba(255,255,255,0.7);transform:rotate(45deg);transition:transform 0.3s ease;position:static;flex-shrink:0;margin-left:auto}
  .nav-dropdown.active .dropdown-toggle{background:rgba(255,255,255,0.05)}
  .nav-dropdown.active .dropdown-toggle:after{transform:rotate(-135deg)}
  .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;background:rgba(0,0,0,0.15);border:none;padding:0;margin:0;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);min-width:auto;max-height:0;overflow:hidden;width:100%;border-radius:0;transition:max-height 0.35s cubic-bezier(0.4,0,0.2,1)}
  .nav-dropdown.active .dropdown-menu{max-height:500px}
  .dropdown-menu li{width:100%;text-align:left;padding:0}
  .dropdown-menu a{font-size:15px;padding:12px 28px 12px 44px;opacity:0.9;color:#fff;display:flex;align-items:center;justify-content:flex-start;width:100%;text-align:left;min-height:44px;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:all 0.2s ease;background:transparent;font-weight:400}
  .dropdown-menu a:hover,.dropdown-menu a:active{background:rgba(255,255,255,0.08);opacity:1}
  .dropdown-menu .coming-soon{opacity:0.5;color:#fff}
  .dropdown-menu .coming-soon span{font-size:13px;opacity:0.8;margin-left:6px}
  /* Submenu in Mobile */
  .dropdown-submenu{width:100%;position:relative}
  .dropdown-submenu-toggle{color:#fff;padding:12px 28px 12px 44px;opacity:0.9;display:flex;align-items:center;justify-content:space-between;min-height:44px;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:all 0.2s ease;background:transparent;font-weight:400}
  .dropdown-submenu-toggle:hover,.dropdown-submenu-toggle:active{background:rgba(255,255,255,0.08);opacity:1}
  .dropdown-submenu-toggle:after{content:"";width:8px;height:8px;border:none;border-right:2px solid rgba(255,255,255,0.7);border-bottom:2px solid rgba(255,255,255,0.7);transform:rotate(45deg);transition:transform 0.3s ease;position:static;flex-shrink:0}
  .dropdown-submenu.active .dropdown-submenu-toggle:after{transform:rotate(-135deg)}
  .dropdown-submenu-items{position:static;max-height:0;overflow:hidden;background:rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);transition:max-height 0.35s cubic-bezier(0.4,0,0.2,1);padding:0;margin:0;list-style:none;width:100%}
  .dropdown-submenu.active .dropdown-submenu-items{max-height:200px}
  .dropdown-submenu-items li{width:100%;text-align:left;padding:0}
  .dropdown-submenu-items a{padding:12px 28px 12px 60px;opacity:0.9;color:#fff;display:flex;align-items:center;justify-content:flex-start;width:100%;text-align:left;min-height:44px;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:all 0.2s ease;background:transparent;font-weight:400;font-size:14px}
  .dropdown-submenu-items a:hover,.dropdown-submenu-items a:active{background:rgba(255,255,255,0.08);opacity:1}
  .main-nav .btn-join-mobile{display:flex !important;align-items:center;justify-content:center;position:relative;transform:none;right:auto;top:auto;margin:0 28px 24px;background:#fff;color:#0000FF;padding:14px 24px;border-radius:999px;text-decoration:none;font-weight:600;font-size:15px;text-align:center;box-sizing:border-box;transition:all 0.2s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);flex-shrink:0;z-index:10}
  .main-nav .btn-join-mobile:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,0.2)}
  .main-nav .btn-join-mobile.fsp-btn-locked{pointer-events:none;gap:10px}
  .main-nav .btn-join-mobile.fsp-btn-locked:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
  .btn-join-desktop{display:none !important}
  .hero-ascii{right:-35%;top:0;width:900px;opacity:.35}
  .sticky-tab-inner{padding:0 24px}
  .pools-panel-intro{padding:60px 24px 0}
  .pools-panel-title{font-size:36px}
  .pools-stake{grid-template-columns:1fr;padding:0 24px}
  .pools-stake-visual{order:-1}
  .pools-flow{margin:0 24px;padding:24px}
  .pools-flow-inner{grid-template-columns:repeat(2,1fr)}
  .pools-flow-step{padding-right:0}
  .pools-flow-step:before,
  .pools-flow-step:after{display:none}
  .squad-card{margin:60px 24px 0;padding:40px 32px}
  .squad-steps{grid-template-columns:1fr}
  .squad-ascii{right:-22%;width:420px;opacity:0.6}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .features-container{padding:0 24px}
  .features-grid>.feature-card{border-right:none}
  .features-grid>.feature-card:nth-child(2n){border-right:1px solid #E6E6E6}
  .features-grid>.feature-card:nth-child(6){border-right:1px solid #E6E6E6}
  .compete-container{grid-template-columns:1fr;gap:60px}
  .compete-title{font-size:40px;line-height:1.1}
  .compete-subtitle{font-size:18px}
  .compete-section{padding:80px 40px 100px;height:auto;min-height:auto}
  .compete-content{padding-right:0}
  .compete-desc{max-width:100%}
  .compete-images{height:400px;justify-content:center}
  .compete-phone-large{width:240px;height:473px}
  .compete-phone-small{width:170px;height:253px;right:200px}
  .redeem-win-big-section{padding:60px 24px 80px}
  .redeem-grid-row:first-child{grid-template-columns:1fr;gap:24px}
  .redeem-grid-row:last-child{grid-template-columns:1fr;gap:24px}
  .redeem-grid-row:first-child .redeem-card-item{width:100%;max-width:632px;margin:0 auto}
  .redeem-grid-row:last-child .redeem-card-item{width:100%;max-width:413px;margin:0 auto}
  .redeem-win-big-bottom{grid-template-columns:1fr}
  .redeem-bottom-cta .btn-join-now{width:100%;max-width:373px}
  .money-cards{grid-template-columns:1fr;gap:24px}
  .money-further{padding:30px 24px 80px}
  .spend-container{grid-template-columns:1fr;gap:60px}
  .spend-to-earn{padding:80px 24px 80px}
  .spend-cta-container{flex-direction:column;gap:16px;width:100%}
  .btn-explore-tiers,.btn-view-tiers,.btn-request-access,.btn-rewards-calculator{width:100%}
  .credit-cards-image{width:520px;height:335px}
  .refer-steps{grid-template-columns:1fr;gap:24px}
  .refer-to-earn{padding:60px 24px 80px}
  .refer-card{padding:40px 30px;border-radius:16px}
  .refer-ascii{display:none}
  .redeem-section{padding:60px 24px}
  .redeem-cards{flex-direction:column;height:auto}
  .redeem-card-large{width:100%;border-radius:20px 20px 0 0}
  .card-bg-image{border-radius:20px 20px 0 0}
  .redeem-card-main{border-radius:0 0 20px 20px}
  .reward-items{flex-direction:column}
  .divider-line{width:100%;height:1px;margin:12px 0}
  .passion-points-container{grid-template-columns:1fr;gap:40px}
  .passion-points-section{padding:60px 24px 80px}
  .partners-cards{grid-template-columns:1fr;gap:12px}
  .more-partners-container{grid-template-columns:1fr;gap:40px}
  .more-partners-section{padding:0 24px 80px}
  .calculator-section{padding:60px 24px 80px}
  .calculator-inputs{grid-template-columns:1fr;gap:12px}
  .calculator-header-wrapper{flex-direction:column;gap:20px;margin-bottom:40px}
  .calculator-header-right{align-items:flex-start;text-align:left}
  .calculator-desc{text-align:left}
  .faq-section{padding:40px 24px 48px}
  .faq-grid{grid-template-columns:1fr;gap:20px}
  .site-footer{padding:40px 24px 32px}
  .footer-content{flex-direction:column;gap:32px}
  .footer-logo{width:300px}
}
@media (max-width: 640px){
  .hamburger-btn{right:24px;top:28px;width:40px;height:40px;padding:8px}
  .logo{border-right:none;padding-right:0;margin-right:0}
  .hamburger-icon{width:18px}
  .main-nav{max-width:100%}
  .main-nav .btn-join-mobile{margin:0 24px 20px;padding:12px 20px;font-size:14px}
  .dropdown-toggle{font-size:15px;padding:12px 24px;min-height:46px}
  .dropdown-menu a{font-size:14px;padding:11px 24px 11px 40px;min-height:40px}
  .main-nav > ul > li > a:not(.dropdown-toggle){font-size:15px;padding:12px 24px;min-height:46px}
  .hero-content{padding:56px 0 120px}
  .hero .container{padding-left:24px}
  .hero-ascii{right:auto;left:50%;transform:translateX(-50%);top:auto;bottom:0;width:100%;max-width:500px;opacity:0.6}
  .hero-subtitle{font-size:18px}
  .sticky-tab-strip{padding:12px 0}
  .sticky-tab-controls{width:100%;justify-content:center}
  .sticky-tab-button{font-size:14px;padding:8px 16px}
  .pools-panel-intro{padding:40px 16px 0}
  .pools-panel-title{font-size:30px}
  .pools-panel-subtitle{font-size:18px}
  .pools-stake-title{font-size:32px}
  .pools-stake-subtitle{font-size:18px}
  .pools-stake-intro{font-size:16px}
  .pools-stake-feature-title{font-size:16px}
  .pools-stake-feature-desc{font-size:15px}
  .btn-stake-athlete{width:100%}
  .pools-flow{margin:0 16px;padding:20px;border-radius:18px}
  .pools-flow-inner{grid-template-columns:1fr}
  .pools-flow-number{font-size:16px}
  .squad-card{margin:40px 16px 0;padding:32px 24px;border-radius:24px}
  .squad-title{font-size:36px}
  .squad-subtitle{font-size:18px}
  .squad-ascii{display:none}
  .btn-invite-team{width:100%}
  .features-grid{grid-template-columns:1fr;max-width:100%}
  .features-title{font-size:36px}
  .features-grid>.feature-card{
    border-right:1px solid #E6E6E6;
    border-left:1px solid #E6E6E6;
    border-radius:8px;
    margin-bottom:16px;
  }
  .features-grid>.feature-card:first-child,
  .features-grid>.feature-card:nth-child(2),
  .features-grid>.feature-card:nth-child(3),
  .features-grid>.feature-card:nth-child(4),
  .features-grid>.feature-card:nth-child(5){
    border-radius:8px;
  }
  .hero-cta-container{
    flex-direction:column;
    width:100%;
  }
  .btn-start-competing,
  .btn-explore-ecosystem{
    width:100%;
    max-width:100%;
    justify-content:center;
  }
  .deposit-steps{grid-template-columns:1fr;gap:40px}
  .deposit-title{font-size:28px}
  .deposit-title-secondary{font-size:24px}
  .deposit-subtitle{font-size:16px}
  .deposit-header{flex-direction:column}
  .compete-title{font-size:32px;line-height:1.1;margin-bottom:20px}
  .compete-subtitle{font-size:16px;margin-bottom:20px}
  .compete-section{padding:60px 20px 80px;height:auto;min-height:auto}
  .compete-container{gap:40px}
  .compete-content{padding-right:0}
  .compete-desc{font-size:15px;margin-bottom:24px;max-width:100%}
  .compete-list{font-size:15px;margin-bottom:32px;padding-left:18px}
  .compete-list li{font-size:15px;margin-bottom:12px;line-height:1.4}
  .btn-play-now{font-size:16px;padding:12px 24px;width:100%;max-width:100%;margin-bottom:0}
  .compete-logos{flex-direction:column;align-items:flex-start;gap:16px;margin-top:24px}
  .app-store-badge{width:auto;max-width:100%;justify-content:center}
  .compete-images{height:auto;min-height:350px;overflow:visible;padding-bottom:20px;justify-content:center}
  .compete-phone-large{width:200px;height:auto;max-height:394px}
  .compete-phone-small{width:140px;height:auto;max-height:208px;right:auto;left:50%;transform:translate(-50%,-50%);margin-left:-80px}
  .redeem-win-big-title{font-size:36px}
  .redeem-win-big-subtitle{font-size:20px}
  .redeem-win-big-body{font-size:18px;margin-bottom:40px}
  .redeem-features{grid-template-columns:1fr;gap:24px;margin:40px auto;padding:40px 0}
  .redeem-feature{padding:32px 24px}
  .redeem-feature-title{font-size:20px;margin-bottom:12px}
  .redeem-feature-desc{font-size:16px}
  .redeem-win-big-section{padding:40px 16px 60px}
  .redeem-win-big-header{margin-bottom:32px;padding-top:20px}
  .redeem-card-text{font-size:20px}
  .redeem-grid-row:last-child .redeem-card-text{font-size:18px}
  .redeem-bottom-text{font-size:18px}
  .money-further-title{font-size:36px}
  .rate-large{font-size:120px}
  .spend-title,.spend-subtitle-text{font-size:36px}
  .spend-desc{font-size:18px}
  .spend-content{padding-right:0}
  .spend-cta-container{flex-direction:column;gap:16px;width:100%}
  .btn-explore-tiers,.btn-view-tiers,.btn-request-access,.btn-rewards-calculator{width:100%}
  .credit-cards-image{width:100%;height:auto;max-width:400px}
  .refer-title{font-size:36px}
  .refer-subtitle{font-size:18px}
  .section-heading{font-size:20px}
  .refer-card{padding:32px 24px;border-radius:12px}
  .refer-to-earn{padding:40px 16px 60px}
  .redeem-title{font-size:36px}
  .redeem-subtitle{font-size:18px}
  .redeem-section{padding:40px 16px}
  .passion-points-title{font-size:36px}
  .passion-points-subtitle{font-size:18px}
  .passion-points-section{padding:40px 16px 60px}
  .more-partners-subtitle{font-size:18px}
  .more-partners-section{padding:0 16px 60px}
  .calculator-title{font-size:36px}
  .calculator-desc{font-size:18px}
  .calculator-section{padding:40px 16px 60px}
  .calculator-input{font-size:32px}
  .spending-input-group .calculator-input{font-size:24px}
  .faq-title{font-size:24px}
  .faq-section{padding:32px 16px 40px}
  .faq-question{font-size:15px}
  .faq-item{padding:12px 0}
  .site-footer{padding:32px 16px 24px}
  .newsletter-form{width:100%;max-width:300px}
  .footer-logo{width:160px}
  .footer-right{flex-direction:row;gap:32px}
  .newsletter-disclaimer{font-size:9px}
}

/* Tiers Popup Modal */
.tiers-popup{
  position:fixed;
  inset:0;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.3s ease,visibility 0.3s ease;
  pointer-events:none;
}
.tiers-popup[aria-hidden="false"]{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.tiers-popup-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.6);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.tiers-popup-content{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  border-radius:24px 24px 0 0;
  max-height:90vh;
  overflow-y:auto;
  transform:translateY(100%);
  transition:transform 0.4s cubic-bezier(0.4,0,0.2,1);
  padding:40px 24px 60px;
  box-shadow:0 -4px 24px rgba(0,0,0,0.15);
}
.tiers-popup[aria-hidden="false"] .tiers-popup-content{
  transform:translateY(0);
}
.tiers-popup-header{
  position:relative;
  margin-bottom:40px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.tiers-popup-title{
  font-size:32px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#000;
  margin:0;
}
.tiers-popup-close{
  position:absolute;
  top:0;
  right:0;
  background:transparent;
  border:none;
  cursor:pointer;
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  transition:opacity 0.2s ease;
  border-radius:8px;
}
.tiers-popup-close:hover{
  opacity:0.7;
  background:rgba(0,0,0,0.05);
}
.tiers-cards-container{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  max-width:1200px;
  margin:0 auto;
}
.tier-card{
  background:#fff;
  border:2px solid #000;
  border-radius:16px;
  padding:32px;
  display:flex;
  flex-direction:column;
  transition:transform 0.2s ease,box-shadow 0.2s ease;
}
.tier-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(0,0,255,0.15);
}
.tier-card-bronze{
  background:linear-gradient(135deg,#0000FF 0%,#2c2cff 100%);
  border-color:#0000FF;
  color:#fff;
}
.tier-card-silver{
  background:linear-gradient(135deg,#f0f0ff 0%,#e0e0ff 100%);
  border-color:#0000FF;
  color:#000;
}
.tier-card-header{
  margin-bottom:32px;
}
.tier-card-title{
  font-size:28px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:-0.02em;
  margin:0 0 16px 0;
}
.tier-card-price{
  display:flex;
  flex-direction:column;
  margin-bottom:12px;
}
.tier-price-amount{
  font-size:48px;
  font-weight:600;
  line-height:1;
  letter-spacing:-0.03em;
}
.tier-price-free-text{
  font-size:40px;
  color:#0000FF;
}
.tier-price-period{
  font-size:14px;
  font-weight:400;
  opacity:0.9;
  margin-top:4px;
}
.tier-price-free{
  font-size:16px;
  font-weight:500;
  margin:8px 0;
  opacity:0.95;
}
.tier-free-condition{
  font-size:14px;
  line-height:1.5;
  opacity:0.85;
  margin:0;
}
.tier-card-silver .tier-free-condition{
  color:#000;
  opacity:0.8;
}
.tier-card-benefits{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-bottom:32px;
}
.tier-benefit-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  line-height:1.5;
}
.tier-check-icon{
  flex-shrink:0;
  margin-top:2px;
}
.tier-card-bronze .tier-check-icon path{
  stroke:#fff;
}
.tier-card-silver .tier-check-icon path{
  stroke:#0000FF;
}
.tier-card-cta{
  display:block;
  text-align:center;
  padding:14px 32px;
  border-radius:12px;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  transition:all 0.2s ease;
  border:2px solid transparent;
}
.tier-card-cta-bronze{
  background:#fff;
  color:#0000FF;
  border-color:#fff;
}
.tier-card-cta-bronze:hover{
  background:rgba(255,255,255,0.9);
  transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(255,255,255,0.3);
}
.tier-card-cta-silver{
  background:transparent;
  color:#0000FF;
  border-color:#0000FF;
}
.tier-card-cta-silver:hover{
  background:#0000FF;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(0,0,255,0.3);
}

/* Responsive Tiers Popup */
@media(max-width:960px){
  .tiers-popup-content{
    padding:32px 20px 40px;
    border-radius:20px 20px 0 0;
  }
  .tiers-popup-title{
    font-size:24px;
  }
  .tiers-cards-container{
    grid-template-columns:1fr;
    gap:20px;
  }
  .tier-card{
    padding:24px;
  }
  .tier-card-title{
    font-size:24px;
  }
  .tier-price-amount{
    font-size:40px;
  }
  .tier-price-free-text{
    font-size:36px;
  }
  .tier-benefit-item{
    font-size:14px;
  }
  .tier-card-cta{
    padding:12px 24px;
    font-size:15px;
  }
}
@media(max-width:640px){
  .tiers-popup-content{
    padding:24px 16px 32px;
  }
  .tiers-popup-title{
    font-size:20px;
  }
  .tier-card{
    padding:20px;
  }
  .tier-card-title{
    font-size:20px;
  }
  .tier-price-amount{
    font-size:36px;
  }
  .tier-price-free-text{
    font-size:32px;
  }
}

@media (max-width: 480px){
  .hero-title{font-size:28px}
  .hero-subtitle{font-size:16px}
  .snapchat-card-heading{font-size:14px}
  .snapchat-card-cta{font-size:12px;padding:8px 16px}
  .btn-start-competing{font-size:16px;padding:12px 24px}
  .subsidy-title{font-size:28px}
  .compete-title{font-size:32px}
  .calculator-section .calculator-title{font-size:28px}
  .faq-title{font-size:22px}
  .footer-logo{width:140px}
  .tier-toggle-btn{font-size:12px;padding:6px 12px}
  .sticky-tab-button{font-size:12px;padding:6px 12px}
}

/* ── Locked-button mobile fixes ── */
.fsp-btn-locked{
  pointer-events:none;
  cursor:not-allowed;
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.fsp-lock-icon{
  width:16px;
  height:16px;
  flex:0 0 auto;
  opacity:0.95;
}

.tier-card-cta.fsp-btn-locked{
  display:flex;
  width:100%;
  justify-content:center;
  gap:10px;
}

@media (max-width:640px){
  .vcard-cta.fsp-btn-locked{
    white-space:normal;
    text-align:center;
    justify-content:center;
    min-height:44px;
    padding:10px 14px;
    font-size:12px;
  }
  .fsp-btn-locked .fsp-lock-icon{
    width:14px;
    height:14px;
  }
}
@media (max-width:480px){
  .vcard-cta.fsp-btn-locked{
    padding:8px 12px;
    font-size:11px;
    gap:6px;
  }
}