/*
  FutCoinSniper Home V2 — cleaned responsive CSS
  Structure:
  1) Base / desktop default
  2) Laptop: 1025px–1366px
  3) Tablet: 768px–1024px
  4) Phones: up to 767px, same layout for modern iPhones
  5) Very small phones: up to 374px
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  background: #02060a;
}

body.fcs-homepage-body {
  margin: 0;
  padding: 0;
  background: #02060a !important;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.fcs-homepage-body * {
  box-sizing: border-box;
}

body.fcs-homepage-body #main,
body.fcs-homepage-body .page-wrapper,
body.fcs-homepage-body .content-area,
body.fcs-homepage-body .site-main {
  background: transparent !important;
}

body.fcs-homepage-body .woo-multi-currency.wmc-sidebar,
body.fcs-homepage-body .wmc-sidebar,
body.fcs-homepage-body .wmc-list-currencies {
  display: none !important;
}

.fcs-homepage {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: #02060a !important;
  background-image: var(--fcs-home-bg) !important;
  background-size: 100% auto !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.fcs-shell {
  width: min(100% - 120px, 1720px);
  margin: 0 auto;
}

/* ===============================
   HEADER OVERRIDES
   =============================== */

body.fcs-homepage-body-v2 {
  margin: 0 !important;
  padding: 0 !important;
  background: #02060a !important;
  overflow-x: hidden !important;
}

body.fcs-homepage-body-v2 .fcs-homepage {
  margin: 0 !important;
  padding: 0 !important;
}

body.fcs-homepage-body-v2 .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(2, 6, 10, 0.94) !important;
  background-color: rgba(2, 6, 10, 0.94) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

body.admin-bar.fcs-homepage-body-v2 .site-header {
  top: 32px !important;
}

body.fcs-homepage-body-v2.fcs-header-scrolled .site-header {
  background: rgba(2, 6, 10, 0.92) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}

body.fcs-homepage-body-v2 .site-header .header_container,
body.fcs-homepage-body-v2 .site-header .header-container,
body.fcs-homepage-body-v2 .site-header .container {
  transition: min-height 0.25s ease, padding 0.25s ease !important;
}

body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .header_container,
body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .header-container,
body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .container {
  min-height: 64px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.fcs-homepage-body-v2 .site-header .custom-logo {
  transition: width 0.25s ease, height 0.25s ease, max-height 0.25s ease !important;
}

body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .custom-logo {
  width: 56px !important;
  height: auto !important;
  max-height: 56px !important;
}

/* ===============================
   HERO — DESKTOP DEFAULT
   =============================== */

.fcs-hero {
  position: relative;
  z-index: 5;
  min-height: 940px;
  display: block;
  padding: 0;
}

.fcs-hero .fcs-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.fcs-hero-content {
  position: relative;
  z-index: 5;
  width: 760px;
  max-width: 760px;
  margin-left: clamp(150px, 10.2vw, 205px);
  padding-top: clamp(285px, 15.3vw, 325px);
}

.fcs-hero h1 {
  margin: 0;
  padding: 0;
  line-height: 0.92;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-weight: 900;
}

.fcs-title-white,
.fcs-title-gold {
  display: block;
  white-space: nowrap;
  font-family: inherit;
}

.fcs-title-white {
  margin-bottom: 18px;
  font-size: clamp(92px, 6.55vw, 122px);
  font-weight: 900;
  color: #e6edf5 !important;
  letter-spacing: -3px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42), 0 0 12px rgba(255, 255, 255, 0.08) !important;
}

.fcs-title-gold {
  margin-top: 0;
  font-size: clamp(92px, 6.55vw, 122px);
  font-weight: 900;
  line-height: 0.9;
  color: #e2a61f !important;
  letter-spacing: -3px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55), 0 0 16px rgba(139, 16, 143, 0.22), 0 0 28px rgba(139, 16, 143, 0.12) !important;
}

.fcs-hero-ui {
  position: relative !important;
  z-index: 5 !important;
  max-width: 760px !important;
  margin-top: 32px !important;
}

.fcs-hero-ui__subtitle {
  margin: 0 0 40px 0 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 23px !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  color: #e6edf5 !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.06) !important;
}

.fcs-hero-ui__buttons {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 0 54px 0 !important;
}

.fcs-platform-btn,
.fcs-platform-btn:hover,
.fcs-platform-btn:focus,
.fcs-platform-btn:active {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 302px !important;
  min-width: 302px !important;
  height: 82px !important;
  padding: 0 28px !important;
  gap: 16px !important;
  border-radius: 8px !important;
  border: 2px solid #d89a13 !important;
  text-decoration: none !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 204, 90, 0.16) 0%, rgba(255, 204, 90, 0) 34%),
    linear-gradient(180deg, rgba(7, 14, 28, 0.96) 0%, rgba(4, 10, 22, 0.98) 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 205, 102, 0.10), 0 0 18px rgba(0, 0, 0, 0.12) !important;
}

.fcs-platform-btn:hover {
  transform: translateY(-1px) !important;
  border-color: #efb42c !important;
  box-shadow: inset 0 0 0 1px rgba(255, 208, 98, 0.14), 0 0 18px rgba(239, 180, 44, 0.12), 0 12px 22px rgba(0, 0, 0, 0.22) !important;
}

.fcs-platform-btn picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.fcs-platform-btn__img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.fcs-platform-btn__img--xbox {
  max-width: 170px !important;
  max-height: 60px !important;
}

.fcs-platform-btn__img--ps {
  max-width: 205px !important;
  max-height: 80px !important;
}

.fcs-hero-ui__trust {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
}

.fcs-trust-item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding-right: 34px !important;
  margin-right: 34px !important;
}

.fcs-trust-item:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.fcs-trust-item:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(224, 164, 23, 0) 0%, rgba(224, 164, 23, 0.95) 50%, rgba(224, 164, 23, 0) 100%) !important;
}

.fcs-trust-item__icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fcs-trust-item__icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.fcs-trust-item__text {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #d8d8d8 !important;
  white-space: nowrap !important;
}

/* ===============================
   WELCOME / ABOUT — DESKTOP DEFAULT
   =============================== */

.fcs-info.fcs-v2-about-section {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-top: -8px;
}

.fcs-v2-about-shell {
  width: min(100% - 120px, 1580px) !important;
  max-width: 1580px !important;
  margin: 0 auto !important;
}

.fcs-v2-about-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px 44px 26px;
  border: 2px solid #966a13d1;
  background:
    radial-gradient(circle at 16% 10%, rgba(247, 189, 61, 0.05) 0%, rgba(247, 189, 61, 0.018) 28%, rgba(247, 189, 61, 0) 55%),
    radial-gradient(circle at 78% 16%, rgba(247, 189, 61, 0.05) 0%, rgba(247, 189, 61, 0.018) 24%, rgba(247, 189, 61, 0) 52%),
    linear-gradient(180deg, rgba(4, 10, 16, 0.98) 0%, rgba(2, 6, 10, 0.80) 100%);
  box-shadow: 0 0 0 1px rgba(255, 216, 105, 0.08) inset, 0 0 28px rgba(247, 189, 61, 0.13), 0 0 70px rgba(247, 189, 61, 0.06), inset 0 0 55px rgba(255, 202, 73, 0.035), inset 0 -70px 110px rgba(0, 0, 0, 0.38);
}

.fcs-v2-about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)), radial-gradient(circle at 100% 0%, rgba(247, 189, 61, 0.12), transparent 32%);
  opacity: 0.8;
}

.fcs-v2-about-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  gap: 10px;
  align-items: start;
  min-height: 360px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.fcs-v2-about-copy {
  padding-left: 26px;
  padding-top: 38px;
}

.fcs-v2-about-copy h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 3.20vw, 70px);
  line-height: 0.90;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  color: #f3f4f6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.30), 0 0 6px rgba(255, 255, 255, 0.03);
}

.fcs-v2-about-copy h2 span {
  display: block;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 3.5vw, 80px);
  line-height: 0.90;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  color: #e2a61f;
}

.fcs-v2-about-copy p {
  max-width: 600px;
  margin: 22px 0 30px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 1.45vw, 28px);
  line-height: 1.48;
  font-weight: 500;
  letter-spacing: -0.35px;
  color: #e6edf5;
}

.fcs-v2-trust-badges {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.fcs-v2-trust-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #f0f3f7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.fcs-v2-trust-text {
  display: block;
  color: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.fcs-v2-trust-text--fast {
  line-height: 1.25;
  white-space: normal;
}

.fcs-v2-trust-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 10px rgba(239, 181, 46, 0.28));
}

.fcs-v2-trust-badge:nth-child(1) .fcs-v2-trust-icon {
  background-image: url("../img/robot.webp");
}

.fcs-v2-trust-badge:nth-child(2) .fcs-v2-trust-icon {
  background-image: url("../img/risk.webp");
}

.fcs-v2-trust-badge:nth-child(3) .fcs-v2-trust-icon {
  background-image: url("../img/fast.webp");
}

.fcs-v2-player-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 360px;
  padding-right: 0;
  padding-top: 0;
  overflow: visible;
  position: relative;
}

.fcs-v2-players-img {
  display: block;
  width: min(120%, 1050px);
  max-width: none;
  max-height: 440px;
  object-fit: contain;
  transform: translateX(20px) translateY(20px) scale(1.05);
  transform-origin: center center;
  filter: drop-shadow(0 0 20px rgba(247, 189, 61, 0.18)) drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
}

.fcs-v2-stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 24px;
}

.fcs-v2-stat-card {
  min-height: 185px;
  display: grid;
  grid-template-columns: 1fr 115px;
  align-items: center;
  gap: 18px;
  padding: 28px 42px;
  border-radius: 20px;
  border: 1.5px solid rgba(204, 139, 24, 0.75);
  background: radial-gradient(circle at 18% 10%, rgba(247, 189, 61, 0.10) 0%, rgba(247, 189, 61, 0.032) 30%, rgba(247, 189, 61, 0) 58%), linear-gradient(180deg, rgba(4, 12, 20, 0.94) 0%, rgba(1, 7, 13, 0.98) 100%);
  box-shadow: 0 0 0 1px rgba(255, 210, 91, 0.06) inset, 0 0 20px rgba(247, 189, 61, 0.10), inset 0 -40px 80px rgba(0, 0, 0, 0.34);
}

.fcs-v2-stat-card strong {
  display: block;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #e2a61f;
  font-size: clamp(62px, 4.5vw, 92px);
  line-height: 0.78;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.fcs-v2-stat-card span {
  display: block;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #e2a61f;
  font-size: clamp(34px, 2.45vw, 48px);
  line-height: 0.90;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.fcs-v2-stat-card p {
  margin: 12px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #f3f4f6;
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

.fcs-v2-stat-icon {
  width: 135px;
  height: 135px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 16px rgba(247, 189, 61, 0.20));
}

.fcs-v2-stat-card:nth-child(1) .fcs-v2-stat-icon {
  background-image: url("../img/winner.webp");
}

.fcs-v2-stat-card:nth-child(2) .fcs-v2-stat-icon {
  background-image: url("../img/people.webp");
  width: 150px;
  height: 150px;
  transform: translateX(-20px);
}

.fcs-v2-stat-card:nth-child(3) .fcs-v2-stat-icon {
  background-image: url("../img/coin.webp");
}

.fcs-v2-trusted-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  color: #e6edf5;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.fcs-v2-trusted-line span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-image: url("../img/risk.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===============================
   SYSTEM — DESKTOP DEFAULT
   =============================== */

.fcs-system-section {
  padding: 90px 0 70px;
}

.fcs-system {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 86px;
  align-items: start;
  max-width: 1680px;
}

.fcs-system-title h2 {
  margin: 0 0 0 80px;
  color: #e2a61f !important;
  font-size: clamp(52px, 4.2vw, 80px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.fcs-work-white {
  color: #e6edf5 !important;
}

.fcs-title-line {
  display: block;
  width: 150px;
  height: 4px;
  background: #f7bd3d !important;
  margin-top: 38px;
  margin-left: 80px;
}

.fcs-steps-wrap {
  display: grid !important;
  grid-template-columns: 130px 1fr !important;
  gap: 28px !important;
  align-items: start !important;
}

.fcs-steps-visual {
  width: 130px !important;
  max-width: 130px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  overflow: visible !important;
  margin-top: -8px !important;
}

.fcs-steps-visual img,
.fcs-system img[src*="7.webp"] {
  display: block !important;
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
  object-fit: contain !important;
}

.fcs-steps {
  display: grid !important;
  grid-template-rows: 65px 146px 65px !important;
  row-gap: 44px !important;
  padding-top: 4px !important;
}

.fcs-step {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.fcs-step p {
  margin: 0 !important;
  color: #e6edf5 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  max-width: 700px !important;
}

.fcs-step strong {
  color: #f7bd3d;
}

/* ===============================
   REVIEWS — DESKTOP DEFAULT
   =============================== */

.fcs-reviews {
  padding: 0 0 64px;
}

.fcs-reviews-shell {
  max-width: 1580px;
}

.fcs-reviews-title {
  margin: 0 0 28px;
  font-size: 36px;
  color: #e6edf5;
  font-weight: 800;
}

.fcs-reviews-title span {
  color: #f7bd3d;
}

.fcs-review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.fcs-review-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 32px;
  min-height: 255px;
  border: 1.5px solid rgba(150, 106, 19, 0.82);
  background: radial-gradient(circle at 18% 10%, rgba(255, 205, 83, 0.13) 0%, rgba(255, 205, 83, 0.045) 22%, rgba(255, 205, 83, 0) 46%), radial-gradient(circle at 90% 8%, rgba(255, 190, 48, 0.09) 0%, rgba(255, 190, 48, 0.025) 24%, rgba(255, 190, 48, 0) 48%), linear-gradient(180deg, rgba(4, 12, 20, 0.94) 0%, rgba(1, 7, 13, 0.98) 100%);
  box-shadow: 0 0 10px rgba(245, 174, 38, 0.06), 0 0 20px rgba(245, 174, 38, 0.03), inset 0 0 16px rgba(255, 255, 255, 0.015) !important;
}

.fcs-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.fcs-stars {
  color: #f7bd3d;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
}

.fcs-review-card p {
  color: #e6edf5;
  line-height: 1.55;
  margin: 0 0 28px;
  font-size: 18px;
}

.fcs-review-card strong {
  color: #f7bd3d;
  font-size: 18px;
}

.fcs-review-card--trustpilot {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 38px 30px !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-text {
  margin: 0 0 26px !important;
  color: #e6edf5 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  max-width: 320px !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-link {
  display: inline-block !important;
  margin-bottom: 22px !important;
  color: #e6edf5 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-link:hover {
  color: #f7bd3d !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-stars {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-stars span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  background: #00b67a !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  border-radius: 2px !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-brand {
  color: #e6edf5 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.fcs-review-card--trustpilot .fcs-trustpilot-brand:hover {
  color: #f7bd3d !important;
}

.fcs-trustpilot-strip {
  display: none;
}

.fcs-see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 28px 0 0 auto;
  gap: 16px;
  color: #f7bd3d;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fcs-see-all span {
  font-size: 44px;
  line-height: 1;
  transition: color 0.2s ease;
}

.fcs-see-all:hover,
.fcs-see-all:hover span {
  color: #eccc79;
  text-decoration: none;
}

.fcs-review-dots {
  display: none;
}

/* ===============================
   LAPTOPS — 1025px to 1366px
   =============================== */

@media (min-width: 1025px) and (max-width: 1366px) {
  .fcs-shell,
  .fcs-v2-about-shell {
    width: min(100% - 80px, 1280px) !important;
  }

  .fcs-hero {
    min-height: 820px;
  }

  .fcs-hero-content {
    width: 710px;
    max-width: 710px;
    margin-left: clamp(90px, 8vw, 145px);
    padding-top: 270px;
  }

  .fcs-title-white,
  .fcs-title-gold {
    font-size: clamp(78px, 6.2vw, 108px);
  }

  .fcs-v2-about-card {
    padding: 30px 38px 24px;
  }

  .fcs-v2-about-copy {
    padding-left: 14px;
  }

  .fcs-v2-about-copy h2 {
    font-size: clamp(44px, 3.5vw, 58px);
  }

  .fcs-v2-about-copy p {
    font-size: clamp(20px, 1.55vw, 25px);
  }

  .fcs-v2-trust-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .fcs-v2-player-cards {
    min-height: 320px;
  }

  .fcs-v2-players-img {
    width: min(112%, 880px);
    max-height: 370px;
    transform: scale(1.08);
  }

  .fcs-v2-stat-card {
    min-height: 170px;
    padding: 26px 32px;
  }

  .fcs-system {
    gap: 58px;
  }

  .fcs-system-title h2 {
    margin-left: 40px;
  }

  .fcs-title-line {
    margin-left: 40px;
  }

  .fcs-review-grid {
    gap: 18px;
  }
}

/* ===============================
   TABLETS — 768px to 1024px
   =============================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .fcs-shell,
  .fcs-v2-about-shell,
  .fcs-reviews-shell {
    width: calc(100% - 48px) !important;
    max-width: none !important;
  }

  .fcs-homepage {
    background-size: auto 900px !important;
    background-position: 58% top !important;
  }

  .fcs-hero {
    min-height: 760px;
  }

  .fcs-hero-content {
    width: 650px;
    max-width: calc(100% - 64px);
    margin-left: 32px;
    padding-top: 230px;
  }

  .fcs-title-white,
  .fcs-title-gold {
    font-size: clamp(60px, 9vw, 88px);
  }

  .fcs-hero-ui__buttons {
    gap: 20px !important;
  }

  .fcs-platform-btn,
  .fcs-platform-btn:hover,
  .fcs-platform-btn:focus,
  .fcs-platform-btn:active {
    width: 270px !important;
    min-width: 270px !important;
    height: 74px !important;
  }

  .fcs-trust-item {
    padding-right: 24px !important;
    margin-right: 24px !important;
  }

  .fcs-trust-item__icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .fcs-trust-item__text {
    font-size: 16px !important;
  }

  .fcs-v2-about-top {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fcs-v2-about-copy {
    padding-left: 0;
  }

  .fcs-v2-player-cards {
    min-height: auto;
    padding-right: 0;
  }

  .fcs-v2-players-img {
    width: 100%;
    max-width: 760px;
    max-height: 420px;
    transform: none;
  }

  .fcs-v2-stats-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fcs-v2-stat-card {
    grid-template-columns: 1fr 110px;
    padding: 26px 30px;
  }

  .fcs-v2-stat-icon {
    width: 105px;
    height: 105px;
  }

  .fcs-system {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .fcs-system-title h2 {
    margin: 0;
    text-align: center;
  }

  .fcs-title-line {
    margin: 24px auto 0;
  }

  .fcs-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   PHONES — up to 767px
   Same layout for iPhone 12 through modern Pro Max screens
   =============================== */

@media (max-width: 767px) {
  body.fcs-homepage-body-v2 .fcs-homepage {
    --fcs-mobile-section-gap: 34px;
  }

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #02060a !important;
  }

  body.fcs-homepage-body-v2 .site-header {
    top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header {
    background: rgba(2, 6, 10, 0.94) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35) !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .custom-logo {
    width: 50px !important;
    height: auto !important;
    max-height: 50px !important;
  }

  body.fcs-homepage-body-v2 .fcs-homepage {
    background-image: url("../img/mob-bg.webp") !important;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #02060a !important;
  }

  .fcs-shell,
  .fcs-v2-about-shell,
  .fcs-reviews-shell {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fcs-hero {
    position: relative !important;
    min-height: auto !important;
    padding: 0 0 var(--fcs-mobile-section-gap) 0 !important;
    overflow: hidden !important;
  }

  .fcs-hero .fcs-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .fcs-hero-content {
    width: min(calc(100% - 36px), 430px) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding-top: 190px !important;
    text-align: left !important;
  }

  .fcs-hero h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: -1.4px !important;
    font-weight: 700 !important;
  }

  .fcs-title-white,
  .fcs-title-gold {
    display: block !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
  }

  .fcs-title-white {
    font-size: 56px !important;
    line-height: 0.9 !important;
    letter-spacing: -1.8px !important;
    margin: 0 0 8px 0 !important;
    color: #eef5fb !important;
    text-shadow: none !important;
  }

  .fcs-title-gold {
    font-size: 55px !important;
    line-height: 0.9 !important;
    letter-spacing: -1.8px !important;
    margin: 0 !important;
    color: #f1b12c !important;
    text-shadow: none !important;
  }

  .fcs-hero-ui {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 430px !important;
    margin-top: 8px !important;
  }

  .fcs-hero-ui__subtitle {
    order: 1 !important;
    max-width: 335px !important;
    margin: 18px 0 18px 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    letter-spacing: -0.2px !important;
    color: #ffffff !important;
    text-shadow: none !important;
  }

  .fcs-hero-ui__trust {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: clamp(7px, 2.4vw, 12px) !important;
    margin: 8px 0 18px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .fcs-trust-item,
  .fcs-trust-item:nth-child(1),
  .fcs-trust-item:nth-child(2),
  .fcs-trust-item:nth-child(3) {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    gap: 5px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    justify-self: auto !important;
  }

  .fcs-trust-item::after,
  .fcs-trust-item:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .fcs-trust-item__icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    flex: 0 0 18px !important;
  }

  .fcs-trust-item__text {
    font-size: clamp(11.5px, 3vw, 12.8px) !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    color: #eef4fb !important;
    white-space: nowrap !important;
  }

  .fcs-hero-ui__buttons {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }

  .fcs-platform-btn,
  .fcs-platform-btn:hover,
  .fcs-platform-btn:focus,
  .fcs-platform-btn:active {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 150px !important;
    padding: 22px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 17px !important;
    border: 1.5px solid rgba(239, 181, 46, 0.92) !important;
    background: radial-gradient(circle at 50% 0%, rgba(255, 197, 66, 0.12) 0%, rgba(255, 197, 66, 0.02) 38%, rgba(255, 197, 66, 0) 68%), linear-gradient(180deg, rgba(7, 14, 22, 0.82) 0%, rgba(2, 7, 13, 0.94) 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 218, 122, 0.05), 0 0 16px rgba(239, 181, 46, 0.10), 0 12px 26px rgba(0, 0, 0, 0.24) !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .fcs-platform-btn::before,
  .fcs-platform-btn::after {
    display: none !important;
    content: none !important;
  }

  .fcs-platform-btn__img {
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.08)) !important;
  }

  .fcs-platform-btn__img--xbox {
    width: auto !important;
    max-width: 118px !important;
    max-height: 88px !important;
  }

  .fcs-platform-btn__img--ps {
    width: auto !important;
    max-width: 136px !important;
    max-height: 92px !important;
  }

  .fcs-trustpilot-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(calc(100% - 36px), 430px) !important;
    margin: -24px auto var(--fcs-mobile-section-gap) auto !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .fcs-trustpilot-strip a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: auto !important;
    max-width: 100% !important;
    color: #ffffff !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55) !important;
  }

  .fcs-trustpilot-strip strong {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
  }

  .fcs-trustpilot-strip__star {
    color: #00b67a !important;
    font-size: 19px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    margin-left: 3px !important;
  }

  .fcs-trustpilot-strip__brand {
    color: #ffffff !important;
    font-weight: 600 !important;
  }

  .fcs-info,
  .fcs-info.fcs-v2-about-section {
    margin-top: 0 !important;
    padding: 0 0 var(--fcs-mobile-section-gap) 0 !important;
  }

  .fcs-v2-about-card {
    position: relative !important;
    overflow: visible !important;
    border-radius: 0 !important;
    padding: 24px 18px 22px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .fcs-v2-about-card::before {
    display: none !important;
    content: none !important;
  }

  .fcs-v2-about-top {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    min-height: auto !important;
    padding-bottom: 20px !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .fcs-v2-about-copy {
    width: 100% !important;
    max-width: 430px !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .fcs-v2-about-copy h2 {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 0.94 !important;
    letter-spacing: -1.4px !important;
    text-align: center !important;
  }

  .fcs-v2-about-copy h2 span {
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 0.94 !important;
    letter-spacing: -1.4px !important;
    text-align: center !important;
  }

  .fcs-v2-about-copy p {
    max-width: 370px !important;
    margin: 18px auto 22px !important;
    font-family: "Inter", "Poppins", Arial, sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    letter-spacing: -0.15px !important;
    color: rgba(255, 255, 255, 0.94) !important;
    text-align: center !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55) !important;
  }

  .fcs-v2-trust-badges {
    display: none !important;
  }

  .fcs-v2-player-cards {
    width: 100% !important;
    max-width: 430px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  .fcs-v2-players-img {
    display: block !important;
    width: min(108%, 430px) !important;
    max-width: 430px !important;
    height: auto !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    object-fit: contain !important;
  }

  .fcs-v2-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }

  .fcs-v2-stat-card {
    min-height: 118px !important;
    grid-template-columns: 1fr 76px !important;
    gap: 14px !important;
    padding: 18px 18px !important;
    border-radius: 17px !important;
  }

  .fcs-v2-stat-card strong {
    font-size: 48px !important;
    line-height: 0.82 !important;
    letter-spacing: -1.3px !important;
  }

  .fcs-v2-stat-card span {
    margin-top: 8px !important;
    font-size: 28px !important;
    line-height: 0.92 !important;
  }

  .fcs-v2-stat-card p {
    margin-top: 8px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .fcs-v2-stat-icon,
  .fcs-v2-stat-card:nth-child(2) .fcs-v2-stat-icon {
    width: 76px !important;
    height: 76px !important;
    transform: none !important;
  }

  .fcs-v2-trusted-line {
    display: none !important;
  }

  .fcs-system-section {
    padding: 0 0 var(--fcs-mobile-section-gap) 0 !important;
  }

  .fcs-system {
    display: block !important;
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  .fcs-system-title h2 {
    margin: 0 !important;
    font-size: clamp(36px, 10.4vw, 48px) !important;
    line-height: 1.05 !important;
    letter-spacing: -1px !important;
    text-align: center !important;
  }

  .fcs-title-line {
    width: 96px !important;
    height: 3px !important;
    margin: 18px auto 30px !important;
  }

  .fcs-steps-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 390px !important;
    height: 330px !important;
    margin: 0 auto !important;
  }

  .fcs-steps-visual {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: 82px !important;
    max-width: 82px !important;
    height: 300px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .fcs-steps-visual img,
  .fcs-system img[src*="7.webp"] {
    display: block !important;
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .fcs-steps {
    position: absolute !important;
    left: 86px !important;
    right: 0 !important;
    top: 0 !important;
    display: block !important;
    height: 300px !important;
    padding: 0 !important;
    margin: 0 !important;
    counter-reset: none !important;
  }

  .fcs-step {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .fcs-step::before {
    display: none !important;
    content: none !important;
  }

  .fcs-step:nth-child(1) {
    top: 16px !important;
  }

  .fcs-step:nth-child(2) {
    top: 135px !important;
  }

  .fcs-step:nth-child(3) {
    top: 255px !important;
  }

  .fcs-step p,
  .fcs-step p strong {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
  }

  .fcs-step p {
    margin: 0 !important;
    max-width: 100% !important;
  }

  .fcs-step p::before {
    display: block !important;
    font-family: "Inter", "Poppins", Arial, sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    letter-spacing: -0.18px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-align: left !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62) !important;
  }

  .fcs-step:nth-child(1) p::before {
    content: "Fill out your FUT account form and complete the payment" !important;
  }

  .fcs-step:nth-child(2) p::before {
    content: "Within the next 5 minutes, our manager will personally contact you" !important;
  }

  .fcs-step:nth-child(3) p::before {
    content: "As soon as your coins are delivered, you'll receive a confirmation message." !important;
  }

  .fcs-reviews {
    padding: 0 0 var(--fcs-mobile-section-gap) 0 !important;
    overflow: hidden !important;
  }

  .fcs-reviews-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .fcs-reviews-title {
    max-width: 360px !important;
    margin: 0 auto 18px !important;
    padding: 0 18px !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #ffffff !important;
  }

  .fcs-reviews-title span {
    color: #f7bd3d !important;
  }

  .fcs-review-grid {
    display: flex !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 16px !important;
    padding: 0 20px 8px !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .fcs-review-grid::-webkit-scrollbar {
    display: none !important;
  }

  .fcs-review-card {
    flex: 0 0 calc(100vw - 40px) !important;
    width: calc(100vw - 40px) !important;
    max-width: 380px !important;
    min-height: 265px !important;
    scroll-snap-align: center !important;
    border-radius: 20px !important;
    padding: 30px 24px !important;
    border: 1.5px solid rgba(204, 139, 24, 0.75) !important;
    background: radial-gradient(circle at 18% 10%, rgba(247, 189, 61, 0.10) 0%, rgba(247, 189, 61, 0.032) 30%, rgba(247, 189, 61, 0) 58%), linear-gradient(180deg, rgba(4, 12, 20, 0.94) 0%, rgba(1, 7, 13, 0.98) 100%) !important;
    box-shadow: 0 0 0 1px rgba(255, 210, 91, 0.06) inset, 0 0 18px rgba(247, 189, 61, 0.10), inset 0 -40px 80px rgba(0, 0, 0, 0.34) !important;
  }

  .fcs-review-card--trustpilot {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 265px !important;
    padding: 30px 24px !important;
  }

  .fcs-review-card--trustpilot .fcs-trustpilot-text {
    max-width: 285px !important;
    margin: 0 auto 24px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
  }

  .fcs-review-card--trustpilot .fcs-trustpilot-link {
    margin: 0 0 18px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  .fcs-review-card--trustpilot .fcs-trustpilot-stars {
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 0 20px !important;
  }

  .fcs-review-card--trustpilot .fcs-trustpilot-stars span {
    width: 30px !important;
    height: 30px !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #00b67a !important;
    color: #ffffff !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  .fcs-review-card--trustpilot .fcs-trustpilot-brand {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  .fcs-review-card:not(.fcs-review-card--trustpilot) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: left !important;
  }

  .fcs-review-card:not(.fcs-review-card--trustpilot) p {
    margin: 20px 0 24px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #ffffff !important;
  }

  .fcs-stars {
    font-size: 25px !important;
    line-height: 1 !important;
    color: #f7bd3d !important;
  }

  .fcs-review-card strong {
    color: #f7bd3d !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .fcs-review-dots {
    position: relative !important;
    z-index: 99 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 22px !important;
    margin: 16px auto 16px !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
  }

  .fcs-review-dots button {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.38) !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
  }

  .fcs-review-dots button.is-active {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    background: #ffffff !important;
  }

  .fcs-see-all {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    margin: 8px auto 0 !important;
    gap: 10px !important;
    color: #f7bd3d !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  .fcs-see-all span {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  body.home .fcs-footer-mobile-desc,
  body.fcs-homepage-body .fcs-footer-mobile-desc,
  body.fcs-homepage-body-v2 .fcs-footer-mobile-desc {
    display: none !important;
  }
}

/* ===============================
   VERY SMALL PHONES — up to 374px
   =============================== */

@media (max-width: 374px) {
  .fcs-hero {
    min-height: 720px !important;
  }

  .fcs-hero-content {
    width: calc(100% - 28px) !important;
    padding-top: 270px !important;
  }

  .fcs-title-white,
  .fcs-title-gold {
    font-size: 50px !important;
  }

  .fcs-hero-ui__subtitle {
    font-size: 19px !important;
    margin-bottom: 16px !important;
  }

  .fcs-hero-ui__buttons {
    gap: 12px !important;
  }

  .fcs-platform-btn,
  .fcs-platform-btn:hover,
  .fcs-platform-btn:focus,
  .fcs-platform-btn:active {
    height: 132px !important;
    border-radius: 15px !important;
  }

  .fcs-platform-btn__img--xbox {
    max-width: 104px !important;
    max-height: 78px !important;
  }

  .fcs-platform-btn__img--ps {
    max-width: 122px !important;
    max-height: 82px !important;
  }

  .fcs-trust-item__icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
  }

  .fcs-trust-item__text {
    font-size: 10.5px !important;
    letter-spacing: -0.1px !important;
  }

  .fcs-v2-trust-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .fcs-v2-trust-badge {
    padding: 0 4px !important;
    gap: 4px !important;
  }

  .fcs-v2-trust-badge > span:not(.fcs-v2-trust-icon)::before {
    font-size: 11.5px !important;
  }

  .fcs-step p::before {
    font-size: 14px !important;
  }
}

/* =========================================================
   HOME SCROLLED HEADER — KEEP DESKTOP POSITION
   Logo hidden but space preserved, menu does not jump left
========================================================= */

@media (min-width: 768px) {

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header,
  body.fcs-homepage-body-v2 .site-header.scrolled {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: rgba(2, 6, 10, 0.94) !important;
    border-bottom: 1px solid rgba(247, 189, 61, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32) !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .header_container,
  body.fcs-homepage-body-v2 .site-header.scrolled .header_container {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .site-branding,
  body.fcs-homepage-body-v2 .site-header.scrolled .site-branding {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 48px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .custom-logo,
  body.fcs-homepage-body-v2 .site-header.scrolled .custom-logo {
    width: 54px !important;
    height: 54px !important;
    max-height: 54px !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .nav-wrapper,
  body.fcs-homepage-body-v2 .site-header.scrolled .nav-wrapper {
    height: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-left: 7% !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header #site-navigation,
  body.fcs-homepage-body-v2 .site-header.scrolled #site-navigation {
    height: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 660px !important;
    margin-right: 100px !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header #primary-menu,
  body.fcs-homepage-body-v2 .site-header.scrolled #primary-menu {
    height: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header #primary-menu li a,
  body.fcs-homepage-body-v2 .site-header.scrolled #primary-menu li a {
    font-size: 15px !important;
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .box,
  body.fcs-homepage-body-v2 .site-header.scrolled .box {
    height: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    transform: translateX(100px) !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .social_box,
  body.fcs-homepage-body-v2 .site-header.scrolled .social_box {
    height: 48px !important;
    max-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    margin-right: 55px !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .social-link img,
  body.fcs-homepage-body-v2 .site-header.scrolled .social-link img {
    width: 18px !important;
    height: 18px !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .button__signIn,
  body.fcs-homepage-body-v2 .site-header.scrolled .button__signIn {
    width: auto !important;
    min-width: 108px !important;
    height: 34px !important;
    padding: 0 14px !important;
    border-radius: 9px !important;
    border-width: 1.5px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    gap: 7px !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .button__signIn-icon,
  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .button__signIn-icon svg,
  body.fcs-homepage-body-v2 .site-header.scrolled .button__signIn-icon,
  body.fcs-homepage-body-v2 .site-header.scrolled .button__signIn-icon svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }

  body.fcs-homepage-body-v2.fcs-header-scrolled .site-header .button__signIn-text,
  body.fcs-homepage-body-v2 .site-header.scrolled .button__signIn-text {
    font-size: 13px !important;
    line-height: 1 !important;
  }
}

/* =========================================================
   HOME PAGE FOOTER — ONLY FOR MAIN PAGE
   Put this at the END of assets/css/home.css
========================================================= */

body.fcs-homepage-body-v2 .fcs-site-footer {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  padding: 40px 0 42px !important;
  margin: 0 !important;
  background: transparent !important;
}

body.fcs-homepage-body-v2 .fcs-site-footer,
body.fcs-homepage-body-v2 .fcs-site-footer * {
  box-sizing: border-box !important;
}

body.fcs-homepage-body-v2 .fcs-site-footer__shell {
  width: min(100% - 120px, 1720px) !important;
  margin: 0 auto !important;
}

body.fcs-homepage-body-v2 .fcs-site-footer__box {
  position: relative !important;
  min-height: 335px !important;
  padding: 54px 90px !important;
  display: grid !important;
  grid-template-columns: 1.55fr 1.1fr 0.8fr 0.75fr !important;
  gap: 54px !important;
  align-items: start !important;
  border: 1px solid rgba(245, 174, 38, 0.78) !important;
  border-radius: 24px !important;
  background: rgba(3, 10, 15, 0.72) !important;
  box-shadow:
    0 0 26px rgba(245, 174, 38, 0.10),
    inset 0 0 28px rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

/* Vertical lines */
body.fcs-homepage-body-v2 .fcs-footer-subscribe,
body.fcs-homepage-body-v2 .fcs-footer-platforms,
body.fcs-homepage-body-v2 .fcs-footer-links,
body.fcs-homepage-body-v2 .fcs-footer-connect {
  position: relative !important;
}

body.fcs-homepage-body-v2 .fcs-footer-subscribe::after,
body.fcs-homepage-body-v2 .fcs-footer-platforms::after,
body.fcs-homepage-body-v2 .fcs-footer-links::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: -27px !important;
  width: 1px !important;
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgba(245, 174, 38, 0) 0%,
    rgba(245, 174, 38, 0.38) 50%,
    rgba(245, 174, 38, 0) 100%
  ) !important;
}

/* Subscribe */
body.fcs-homepage-body-v2 .fcs-footer-subscribe h3 {
  margin: 0 0 28px !important;
  color: #f7bd3d !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 12px rgba(236, 204, 121, 0.16) !important;
}

body.fcs-homepage-body-v2 .fcs-footer-email {
  width: 100% !important;
  max-width: 460px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 7px 0 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(245, 174, 38, 0.45) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  overflow: hidden !important;
  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.22),
    0 0 14px rgba(245, 174, 38, 0.05) !important;
}

body.fcs-homepage-body-v2 .fcs-footer-email input {
  flex: 1 !important;
  width: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

body.fcs-homepage-body-v2 .fcs-footer-email input::placeholder {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.fcs-homepage-body-v2 .fcs-footer-email button {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #f7bd3d !important;
  color: #071018 !important;
  cursor: pointer !important;
  box-shadow:
    0 0 18px rgba(236, 204, 121, 0.28),
    inset 0 0 10px rgba(255, 255, 255, 0.18) !important;
}

body.fcs-homepage-body-v2 .fcs-footer-email button span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  transform: translateY(-3px) !important;
}

body.fcs-homepage-body-v2 .fcs-footer-subscribe p {
  max-width: 520px !important;
  margin: 34px 0 0 !important;
  color: #e6edf5 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* Platforms */
body.fcs-homepage-body-v2 .fcs-footer-platforms {
  padding-top: 4px !important;
}

body.fcs-homepage-body-v2 .fcs-footer-platform-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
}

body.fcs-homepage-body-v2 .fcs-footer-platform-row a {
  height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(245, 174, 38, 0.30) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #e6edf5 !important;
  text-decoration: none !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

body.fcs-homepage-body-v2 .fcs-footer-platform-row a:hover {
  color: #f7bd3d !important;
  border-color: rgba(247, 189, 61, 0.72) !important;
  background: rgba(247, 189, 61, 0.06) !important;
}

/* Links */
body.fcs-homepage-body-v2 .fcs-footer-links h4,
body.fcs-homepage-body-v2 .fcs-footer-connect h4 {
  margin: 0 0 26px !important;
  color: #f7bd3d !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body.fcs-homepage-body-v2 .fcs-footer-links a,
body.fcs-homepage-body-v2 .fcs-footer-connect a {
  display: block !important;
  margin-bottom: 24px !important;
  color: #e6edf5 !important;
  text-decoration: none !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

body.fcs-homepage-body-v2 .fcs-footer-links a:hover,
body.fcs-homepage-body-v2 .fcs-footer-connect a:hover {
  color: #f7bd3d !important;
  transform: translateX(2px) !important;
}

/* Copyright */
body.fcs-homepage-body-v2 .fcs-site-footer__copyright {
  margin-top: 32px !important;
  text-align: center !important;
  color: #e6edf5 !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.fcs-homepage-body-v2 .fcs-site-footer__copyright span {
  color: #eccc79 !important;
  font-weight: 800 !important;
}

body.fcs-homepage-body-v2 .fcs-footer-mobile-simple {
  display: none !important;
}

/* Tablet */
@media (max-width: 1300px) {
  body.fcs-homepage-body-v2 .fcs-site-footer__box {
    grid-template-columns: 1.2fr 1fr !important;
    gap: 42px !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-subscribe::after,
  body.fcs-homepage-body-v2 .fcs-footer-platforms::after,
  body.fcs-homepage-body-v2 .fcs-footer-links::after {
    display: none !important;
    content: none !important;
  }
}

/* Mobile footer */
@media (max-width: 900px) {
  body.fcs-homepage-body-v2 .fcs-site-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 18px !important;
    padding: 18px 0 34px !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.90) 0%,
        rgba(0, 0, 0, 0.96) 100%
      ) !important;
    box-shadow:
      0 -26px 46px rgba(0, 0, 0, 0.78),
      inset 0 1px 0 rgba(247, 189, 61, 0.24) !important;
  }

  body.fcs-homepage-body-v2 .fcs-site-footer__shell {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  body.fcs-homepage-body-v2 .fcs-site-footer__box {
    min-height: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 18px 14px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-platforms,
  body.fcs-homepage-body-v2 .fcs-footer-links,
  body.fcs-homepage-body-v2 .fcs-footer-connect {
    display: none !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-subscribe {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-subscribe h3 {
    margin: 0 0 18px !important;
    color: #f7bd3d !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-email {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    margin: 0 0 12px !important;
    padding: 0 5px 0 0 !important;
    border-radius: 16px !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-email input {
    height: 100% !important;
    padding: 0 18px !important;
    font-size: 15.5px !important;
    line-height: 56px !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-email button {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-email button span {
    font-size: 34px !important;
    transform: translateY(-2px) !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-subscribe p {
    max-width: none !important;
    margin: 20px 0 30px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 15.5px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-simple {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    column-gap: 26px !important;
    row-gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 22px !important;
    padding: 0 2px !important;
    text-align: center !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 15.5px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-nav a:hover {
    color: #f7bd3d !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-socials {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-socials a {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 50% !important;
    color: #f7bd3d !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.02) !important;
  }

  body.fcs-homepage-body-v2 .fcs-footer-mobile-socials svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  body.fcs-homepage-body-v2 .fcs-site-footer__copyright {
    margin-top: 20px !important;
    color: #e6edf5 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
}