body[data-store="fccoinsuae"] {
  background: #050607;
  color: #f7f8fb;
}

body[data-store="fccoinsuae"] .site-header.easpc-v2-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: block;
  padding: 14px clamp(18px, 4vw, 44px);
  background: rgba(5, 6, 7, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.easpc-v2-header-main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.easpc-v2-header-left,
.easpc-v2-header-actions,
.easpc-v2-header-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-header.easpc-v2-header .mobile-menu-btn {
  display: none;
}

.easpc-v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f7f8fb;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.easpc-v2-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 38px;
  padding: 0 9px;
  border-radius: 8px;
  color: #111507;
  background: #d8ff3d;
  font-size: 19px;
  box-shadow: 0 0 26px rgba(216, 255, 61, 0.36);
}

.easpc-v2-brand-text {
  font-size: 24px;
  line-height: 1;
  word-spacing: 0;
  letter-spacing: 0;
}

.easpc-v2-header-nav {
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
}

.easpc-v2-header-nav a,
.easpc-v2-header-nav button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 248, 251, 0.78);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.easpc-v2-header-nav a:hover,
.easpc-v2-header-nav button:hover {
  color: #d8ff3d;
}

.easpc-v2-header-icon:hover,
.easpc-v2-currency-toggle:hover {
  color: #d8ff3d;
  border-color: rgba(216, 255, 61, 0.44);
  background: rgba(216, 255, 61, 0.1);
}

.easpc-v2-header-actions {
  margin-left: auto;
  gap: 10px;
}

.easpc-v2-header-icon,
.easpc-v2-currency-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #f7f8fb;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.easpc-v2-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  color: #111507;
  background: #d8ff3d;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 0 26px rgba(216, 255, 61, 0.28);
}

.easpc-v2-header-utility {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header.easpc-v2-header .lang-menu,
.site-header.easpc-v2-header .currency-menu {
  background: rgba(10, 12, 14, 0.98);
  border-color: rgba(216, 255, 61, 0.22);
}

body[data-store="fccoinsuae"] .main-wrap.easpc-v2-home {
  --easpc-v2-header-offset: 59px;
  --hero-banner-height: max(760px, 100vh);
  position: relative;
  min-height: 100vh;
  margin-top: calc(var(--easpc-v2-header-offset) * -1);
  padding-top: var(--easpc-v2-header-offset);
  overflow: hidden;
  isolation: isolate;
}

body[data-store="fccoinsuae"] .main-wrap.easpc-v2-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  display: block;
  height: auto;
  margin: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 6, 7, 0.88) 0%, rgba(5, 6, 7, 0.48) 42%, rgba(5, 6, 7, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.08) 0%, rgba(5, 6, 7, 0.88) 96%),
    url("assets/fccoinsuae-hero-dubai-stadium-v3.jpg");
  background-position: center top, center top, right top;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.easpc-v2-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.easpc-v2-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d8ff3d;
  box-shadow: 0 0 20px rgba(216, 255, 61, 0.8);
  opacity: 0;
  animation: easpcSpark 7s ease-in-out infinite;
}

.easpc-v2-spark:nth-child(1) { left: 12%; top: 22%; animation-delay: 0.2s; }
.easpc-v2-spark:nth-child(2) { left: 34%; top: 17%; animation-delay: 1.3s; }
.easpc-v2-spark:nth-child(3) { left: 78%; top: 26%; animation-delay: 2.1s; }
.easpc-v2-spark:nth-child(4) { left: 68%; top: 58%; animation-delay: 3.3s; }
.easpc-v2-spark:nth-child(5) { left: 21%; top: 72%; animation-delay: 4.2s; }
.easpc-v2-spark:nth-child(6) { left: 91%; top: 45%; animation-delay: 5.4s; }
.easpc-v2-spark:nth-child(7) { left: 50%; top: 82%; animation-delay: 6.1s; }

.easpc-v2-content {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  min-height: inherit;
  margin: 0 auto;
  padding: 0;
}

.easpc-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 468px);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - var(--easpc-v2-header-offset));
  padding: 62px 0 72px;
  text-align: left;
}

.easpc-v2-hero-copy {
  max-width: 620px;
}

.easpc-v2-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 255, 61, 0.34);
  border-radius: 999px;
  background: rgba(216, 255, 61, 0.1);
  color: #e8ff78;
  font-size: 13px;
  font-weight: 900;
  animation: easpcHeroIn 0.65s ease both 0.05s;
}

.easpc-v2-hero .title {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
  animation: easpcHeroIn 0.7s ease both 0.14s;
}

.easpc-v2-hero .subtitle {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(247, 248, 251, 0.82);
  font-size: 18px;
  line-height: 1.55;
  animation: easpcHeroIn 0.7s ease both 0.24s;
}

.easpc-v2-hero-actions,
.easpc-v2-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  animation: easpcHeroIn 0.7s ease both 0.34s;
}

.easpc-v2-primary-link,
.easpc-v2-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.easpc-v2-primary-link {
  color: #111507;
  background: #d8ff3d;
  border: 1px solid #d8ff3d;
  animation: easpcCtaPulse 2.8s ease-in-out 1.8s 2;
}

.easpc-v2-secondary-link {
  color: #f7f8fb;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.easpc-v2-trust-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: min(190px, 100%);
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(10, 13, 16, 0.7);
  color: rgba(247, 248, 251, 0.72);
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.easpc-v2-trust-card strong {
  color: #fff;
  font-size: 14px;
}

.easpc-v2-stars {
  color: #d8ff3d;
  letter-spacing: 0;
}

.easpc-v2-platform-badges,
.easpc-v2-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.easpc-v2-platform-badges span,
.easpc-v2-payment-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 5px;
  color: #111507;
  background: #d8ff3d;
  font-size: 10px;
  font-weight: 900;
}

#platform-section.easpc-v2-order-card {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  animation: easpcHeroIn 0.7s ease both 0.44s;
}

.easpc-v2-order-pending #platform-section.easpc-v2-order-card {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  animation: none;
}

.easpc-v2-order-ready #platform-section.easpc-v2-order-card {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  animation: none;
}

.easpc-v2-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.easpc-v2-eyebrow {
  display: block;
  color: #d8ff3d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.easpc-v2-card-top h2,
.easpc-v2-inline-head .section-title {
  margin: 3px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  text-align: left;
}

.easpc-v2-safe-badge {
  padding: 7px 9px;
  border-radius: 999px;
  color: #d8ff3d;
  background: rgba(216, 255, 61, 0.1);
  font-size: 11px;
  font-weight: 900;
}

.easpc-v2-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.easpc-v2-platform-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  position: relative;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f8fb;
  overflow: hidden;
  transform: none;
}

.easpc-v2-platform-card:hover,
.easpc-v2-platform-card:focus-visible,
.easpc-v2-platform-card.selected {
  transform: translateY(-2px);
  border-color: rgba(216, 255, 61, 0.72);
  box-shadow: 0 0 0 1px rgba(216, 255, 61, 0.18), 0 16px 36px rgba(0, 0, 0, 0.26);
}

.easpc-v2-platform-card .platform-image {
  width: 100%;
  aspect-ratio: 2.55 / 1;
  margin: 0;
  border-radius: 6px;
  background: #0c0f14;
  overflow: hidden;
}

.easpc-v2-platform-card .platform-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  display: block;
}

.easpc-v2-platform-card .platform-heading {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.easpc-v2-platform-card .price-label {
  color: rgba(247, 248, 251, 0.5);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.easpc-v2-platform-card .price-value {
  color: #d8ff3d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.easpc-v2-inline-quantity {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.easpc-v2-inline-head {
  display: grid;
  grid-template-columns: minmax(130px, 0.62fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.easpc-v2-presets.quantity-presets {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.easpc-v2-presets .preset-btn {
  min-width: 0;
  min-height: 38px;
  padding: 0 4px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.easpc-v2-presets .preset-btn:hover,
.easpc-v2-presets .preset-btn.active {
  color: #111507;
  background: #d8ff3d;
  border-color: #d8ff3d;
}

.easpc-v2-slider-row.slider-row {
  margin: 14px 0 0;
}

.easpc-v2-slider-row input[type="range"] {
  accent-color: #d8ff3d;
}

.easpc-v2-quantity-readout.quantity-readout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(180px, 0.92fr);
  gap: 10px;
  margin: 14px 0 0;
}

.easpc-v2-quantity-readout > div,
.easpc-v2-pay-earn > div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.easpc-v2-order-summary {
  padding: 12px;
}

.easpc-v2-order-summary > span,
.easpc-v2-pay-earn span {
  display: block;
  color: rgba(247, 248, 251, 0.55);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.easpc-v2-order-summary dl {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
}

.easpc-v2-order-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.easpc-v2-order-summary dt,
.easpc-v2-order-summary dd {
  margin: 0;
  color: rgba(247, 248, 251, 0.7);
  font-size: 12px;
}

.easpc-v2-order-summary dd {
  color: #fff;
  font-weight: 900;
}

.easpc-v2-pay-earn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.easpc-v2-pay-earn > div {
  display: grid;
  align-content: center;
  min-height: 68px;
  padding: 10px 12px;
  text-align: center;
}

.easpc-v2-pay-earn #payout-display {
  margin-top: 2px;
  color: #d8ff3d;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.easpc-v2-pay-earn #payout-display.is-placeholder {
  color: rgba(247, 248, 251, 0.72);
  font-size: 15px;
}

.easpc-v2-pay-earn strong {
  color: #fff;
}

.easpc-v2-pay-earn #cashback-display {
  color: #d8ff3d;
}

.easpc-v2-quantity-actions.actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
}

.easpc-v2-quantity-actions .btn {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.easpc-v2-quantity-actions .btn-primary {
  color: #111507;
  background: #d8ff3d;
  border-color: #d8ff3d;
  animation: easpcCtaPulse 2.8s ease-in-out 1.8s 2;
}

.easpc-v2-card-note {
  margin: 12px 0 0;
  color: rgba(247, 248, 251, 0.58);
  font-size: 12px;
  text-align: center;
}

.easpc-v2-page-sections {
  display: grid;
  gap: 28px;
  padding: 0 0 72px;
}

.easpc-v2-section {
  color: #f7f8fb;
}

.easpc-v2-info-grid,
.easpc-v2-faq-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.easpc-v2-section-head h2,
.easpc-v2-support-band h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
}

.easpc-v2-section-head p,
.easpc-v2-support-band p {
  margin: 12px 0 0;
  color: rgba(247, 248, 251, 0.7);
  line-height: 1.6;
}

.easpc-v2-feature-grid,
.easpc-v2-step-grid,
.easpc-v2-faq-grid {
  display: grid;
  gap: 12px;
}

.easpc-v2-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.easpc-v2-step-grid,
.easpc-v2-faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.easpc-v2-feature-grid article,
.easpc-v2-step-grid article,
.easpc-v2-faq-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.76);
  backdrop-filter: blur(14px);
}

.easpc-v2-feature-grid h3,
.easpc-v2-step-grid h3,
.easpc-v2-faq-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.easpc-v2-feature-grid p,
.easpc-v2-step-grid p,
.easpc-v2-faq-grid p {
  margin: 10px 0 0;
  color: rgba(247, 248, 251, 0.7);
  line-height: 1.55;
}

.easpc-v2-step-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #111507;
  background: #d8ff3d;
  font-weight: 950;
}

.easpc-v2-card-action {
  margin-top: 14px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(216, 255, 61, 0.48);
  border-radius: 8px;
  background: rgba(216, 255, 61, 0.1);
  color: #d8ff3d;
  font-weight: 900;
  cursor: pointer;
}

.easpc-v2-cashback-rate {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  padding: 9px 11px;
  border-radius: 8px;
  background: rgba(216, 255, 61, 0.1);
}

.easpc-v2-cashback-rate span {
  color: rgba(247, 248, 251, 0.62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.easpc-v2-cashback-rate strong {
  color: #d8ff3d;
  font-size: 28px;
}

.easpc-v2-support-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(216, 255, 61, 0.22);
  border-radius: 8px;
  background: rgba(216, 255, 61, 0.08);
}

.easpc-v2-local-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.72);
  backdrop-filter: blur(14px);
}

.easpc-v2-local-list {
  display: grid;
  gap: 12px;
}

.easpc-v2-local-list article,
.easpc-v2-proof-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.easpc-v2-local-list h3,
.easpc-v2-proof-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.easpc-v2-local-list p,
.easpc-v2-proof-grid p {
  margin: 9px 0 0;
  color: rgba(247, 248, 251, 0.7);
  line-height: 1.55;
}

.easpc-v2-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.easpc-v2-proof-icon {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 8px;
  border-radius: 8px;
  color: #111507;
  background: #d8ff3d;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer.easpc-v2-footer {
  padding: 34px 20px 30px;
  border-top: 1px solid rgba(231, 231, 227, 0.14);
  background: #151616;
  color: #e7e7e3;
}

.footer-trust-network-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: min(1040px, 100%);
  margin: 0 auto 24px;
}

.footer-trustpilot-card {
  padding: 14px;
  border-radius: 8px;
  background: rgba(231, 231, 227, 0.055);
  border: 1px solid rgba(231, 231, 227, 0.14);
  text-align: center;
}

.footer-trustpilot-card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-trustpilot-card__stars {
  color: #00b67a;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 900;
}

.footer-trustpilot-card__name {
  color: #e7e7e3;
  font-size: 13px;
  font-weight: 800;
}

.footer-trustpilot-card__copy {
  margin: 8px 0 0;
  color: #afafaf;
  font-size: 13px;
  line-height: 1.5;
}

.footer-trustpilot-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #e7e7e3;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.footer-trustpilot-card__link:hover {
  color: #d8ff3d;
}

.footer-network-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 16px 20px;
  border-radius: 8px;
  color: #e7e7e3;
  text-decoration: none;
  border: 1px solid rgba(231, 231, 227, 0.14);
  background: rgba(231, 231, 227, 0.055);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.footer-network-card:hover,
.footer-network-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(231, 231, 227, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.footer-network-card:focus-visible {
  outline: 2px solid rgba(216, 255, 61, 0.72);
  outline-offset: 3px;
}

.footer-network-card__logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-network-card__content strong {
  display: block;
  margin-bottom: 4px;
  color: #e7e7e3;
  font-size: 15px;
  line-height: 1.35;
}

.footer-network-card__content p {
  margin: 0;
  color: #afafaf;
  font-size: 12.5px;
  line-height: 1.52;
  max-width: 42ch;
}

.footer-network-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e7e7e3;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.footer-network-card__arrow {
  display: inline-block;
  transition: transform 180ms ease;
}

.footer-network-card:hover .footer-network-card__arrow,
.footer-network-card:focus-visible .footer-network-card__arrow {
  transform: translateX(2px);
}

.site-footer.easpc-v2-footer .payment-methods {
  margin-bottom: 18px;
}

.site-footer.easpc-v2-footer .footer-links a,
.site-footer.easpc-v2-footer .smallprint {
  color: #afafaf;
}

.site-footer.easpc-v2-footer .footer-links a:hover {
  color: #d8ff3d;
}

.easpc-v2-flow-active .easpc-v2-hero,
.easpc-v2-flow-active .easpc-v2-page-sections {
  display: none;
}

.easpc-v2-flow-active .quantity-section,
.easpc-v2-flow-active .account-section,
.easpc-v2-flow-active .dump-section {
  width: min(960px, calc(100% - 48px));
  margin: 110px auto 36px;
  background: rgba(18, 22, 29, 0.94);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.easpc-v2-checkout-card,
.easpc-v2-account-card,
.easpc-v2-delivery-card {
  color: #f7f8fb;
}

.easpc-v2-checkout-card .section-title,
.easpc-v2-account-card .section-title,
.easpc-v2-delivery-card .section-title {
  margin: 0 0 20px;
  color: #f7f8fb;
}

.easpc-v2-checkout-card .form,
.easpc-v2-account-card .form {
  color: #f7f8fb;
}

.easpc-v2-checkout-card .form-row,
.easpc-v2-account-card .form-row {
  margin-bottom: 16px;
}

.easpc-v2-checkout-card label,
.easpc-v2-account-card label {
  color: rgba(247, 248, 251, 0.76);
  font-weight: 800;
}

.easpc-v2-checkout-card input,
.easpc-v2-checkout-card select,
.easpc-v2-account-card input,
.easpc-v2-account-card select,
.easpc-v2-account-card textarea {
  color: #f7f8fb;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.easpc-v2-checkout-card .info-note,
.easpc-v2-account-card .info-notice,
.easpc-v2-account-card .status-message,
.easpc-v2-delivery-card .summary {
  color: rgba(247, 248, 251, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}

.easpc-v2-checkout-card .payment-option-tile {
  color: #f7f8fb;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}

.easpc-v2-checkout-card .payment-option-tile:hover,
.easpc-v2-checkout-card .payment-option-tile.is-selected {
  border-color: rgba(216, 255, 61, 0.68);
}

.easpc-v2-checkout-card .price-summary {
  color: rgba(247, 248, 251, 0.76);
  background: rgba(216, 255, 61, 0.08);
  border-color: rgba(216, 255, 61, 0.2);
}

.easpc-v2-checkout-card #total-amount,
.easpc-v2-checkout-card #total-amount strong {
  color: #d8ff3d;
}

.easpc-v2-checkout-card .btn-primary,
.easpc-v2-account-card .btn-primary,
.easpc-v2-delivery-card .btn-primary {
  color: #111507;
  background: #d8ff3d;
  border-color: #d8ff3d;
}

body[data-store="fccoinsuae"] .top-banner.info {
  color: #d8ff3d !important;
  background: rgba(5, 6, 7, 0.96) !important;
  border-bottom-color: rgba(216, 255, 61, 0.42) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

body[data-store="fccoinsuae"] #progress-section.easpc-v2-delivery-card {
  color: #f7f8fb;
  background: rgba(18, 22, 29, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36) !important;
}

body[data-store="fccoinsuae"] #progress-section .live-status-container,
body[data-store="fccoinsuae"] #progress-section .sidebar-card,
body[data-store="fccoinsuae"] #progress-section .order-details-card,
body[data-store="fccoinsuae"] #progress-section .progress-container,
body[data-store="fccoinsuae"] #progress-section .status-timeline,
body[data-store="fccoinsuae"] #progress-section .order-details-container {
  color: #f7f8fb;
  background: rgba(18, 22, 29, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26) !important;
}

body[data-store="fccoinsuae"] #progress-section .sidebar-item,
body[data-store="fccoinsuae"] #progress-section .order-detail-icon,
body[data-store="fccoinsuae"] #progress-section .progress-stat,
body[data-store="fccoinsuae"] #progress-section .progress-bar-track {
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(255, 255, 255, 0.13) !important;
}

body[data-store="fccoinsuae"] #progress-section .section-title,
body[data-store="fccoinsuae"] #progress-section .progress-title,
body[data-store="fccoinsuae"] #progress-section .status-step-title,
body[data-store="fccoinsuae"] #progress-section .sidebar-title,
body[data-store="fccoinsuae"] #progress-section .sidebar-value,
body[data-store="fccoinsuae"] #progress-section .order-detail-value,
body[data-store="fccoinsuae"] #progress-section .error-notice-title,
body[data-store="fccoinsuae"] #progress-section .proof-images-title {
  color: #f7f8fb !important;
}

body[data-store="fccoinsuae"] #progress-section .sidebar-label,
body[data-store="fccoinsuae"] #progress-section .order-detail-label,
body[data-store="fccoinsuae"] #progress-section .progress-stat-label,
body[data-store="fccoinsuae"] #progress-section .status-step-time,
body[data-store="fccoinsuae"] #progress-section .proof-images-subtitle,
body[data-store="fccoinsuae"] #progress-section .error-notice-message,
body[data-store="fccoinsuae"] #progress-section .error-notice-admin-note,
body[data-store="fccoinsuae"] #progress-section .error-notice-list {
  color: rgba(247, 248, 251, 0.76) !important;
}

body[data-store="fccoinsuae"] #progress-section .progress-percentage,
body[data-store="fccoinsuae"] #progress-section .error-notice-icon {
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  color: #d8ff3d !important;
}

body[data-store="fccoinsuae"] #progress-section .progress-bar-fill {
  background: linear-gradient(90deg, #d8ff3d, #a9e92f) !important;
  box-shadow: 0 0 18px rgba(216, 255, 61, 0.34) !important;
}

body[data-store="fccoinsuae"] #progress-section .status-badge.status-processing,
body[data-store="fccoinsuae"] #progress-section .status-badge.status-active,
body[data-store="fccoinsuae"] #progress-section .status-badge.status-paid,
body[data-store="fccoinsuae"] #progress-section .status-badge.status-shipped,
body[data-store="fccoinsuae"] #progress-section .status-badge.status-completed,
body[data-store="fccoinsuae"] #progress-section .status-step.status-completed .status-step-icon,
body[data-store="fccoinsuae"] #progress-section .status-step.status-active .status-step-icon {
  color: #111507 !important;
  background: #d8ff3d !important;
  box-shadow: 0 10px 26px rgba(216, 255, 61, 0.2) !important;
}

body[data-store="fccoinsuae"] #progress-section .status-step.status-completed,
body[data-store="fccoinsuae"] #progress-section .status-step.status-active,
body[data-store="fccoinsuae"] #progress-section .order-notice,
body[data-store="fccoinsuae"] #progress-section #keep-page-open-notice {
  color: #f7f8fb !important;
  background: rgba(216, 255, 61, 0.1) !important;
  border-color: rgba(216, 255, 61, 0.32) !important;
}

body[data-store="fccoinsuae"] #progress-section .order-notice .notice-content,
body[data-store="fccoinsuae"] #progress-section #keep-page-open-notice .notice-content {
  color: #f7f8fb !important;
}

body[data-store="fccoinsuae"] #progress-section .error-notice {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 255, 61, 0.09), transparent 34%),
    rgba(18, 22, 29, 0.94) !important;
  border-color: rgba(216, 255, 61, 0.24) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24) !important;
}

body[data-store="fccoinsuae"] #progress-section .error-notice-list {
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(255, 255, 255, 0.13) !important;
}

body[data-store="fccoinsuae"] .seo-content-fullwidth,
body[data-store="fccoinsuae"] #features-section {
  display: none !important;
}

.easpc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease var(--easpc-reveal-delay, 0ms), transform 0.55s ease var(--easpc-reveal-delay, 0ms);
}

.easpc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes easpcHeroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes easpcCtaPulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(216, 255, 61, 0);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(216, 255, 61, 0.12), 0 0 34px rgba(216, 255, 61, 0.34);
  }
}

@keyframes easpcSpark {
  0%, 80%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6);
  }
  42% {
    opacity: 0.7;
    transform: translate3d(10px, -18px, 0) scale(1);
  }
}

@media (max-width: 960px) {
  .easpc-v2-header-main {
    grid-template-columns: auto 1fr;
  }

  .site-header.easpc-v2-header .mobile-menu-btn {
    display: inline-grid;
  }

  .easpc-v2-header-nav {
    display: none;
  }

  .easpc-v2-header-actions {
    justify-content: flex-end;
  }

  .easpc-v2-lang-dropdown {
    display: none;
  }

  .easpc-v2-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 78px 0 44px;
  }

  .easpc-v2-hero .title {
    font-size: 44px;
  }

  .easpc-v2-info-grid,
  .easpc-v2-faq-strip,
  .easpc-v2-feature-grid,
  .easpc-v2-step-grid,
  .easpc-v2-faq-grid,
  .easpc-v2-local-band,
  .easpc-v2-proof-grid,
  .footer-trust-network-row {
    grid-template-columns: 1fr;
  }

  .easpc-v2-support-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-network-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
  }

  .footer-network-card__cta {
    grid-column: 1 / -1;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home #platform-section.easpc-v2-order-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 8px !important;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-card {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-card:hover {
    transform: translateY(-2px) !important;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-card .platform-image {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 800 / 533 !important;
    margin: 0 !important;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-card .platform-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (max-width: 640px) {
  body[data-store="fccoinsuae"] .main-wrap.easpc-v2-home {
    --easpc-v2-header-offset: 58px;
  }

  .easpc-v2-content {
    width: min(100% - 24px, 1180px);
  }

  .easpc-v2-brand-mark {
    width: 32px;
    height: 32px;
  }

  .easpc-v2-brand-text {
    font-size: 13px;
  }

  .easpc-v2-header-cta,
  .easpc-v2-header-icon {
    min-height: 34px;
  }

  .easpc-v2-header-cta {
    padding: 0 10px;
  }

  .easpc-v2-currency-dropdown {
    display: none;
  }

  .easpc-v2-hero {
    padding-top: 72px;
    gap: 20px;
  }

  .easpc-v2-hero .title {
    font-size: 38px;
  }

  .easpc-v2-hero-actions {
    flex-direction: column;
  }

  .easpc-v2-primary-link,
  .easpc-v2-secondary-link {
    width: 100%;
  }

  .easpc-v2-metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .easpc-v2-trust-card {
    width: auto;
    min-height: 82px;
    padding: 9px;
    font-size: 11px;
  }

  .easpc-v2-trust-card strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .easpc-v2-trust-card > span:not(.easpc-v2-stars):not(.easpc-v2-platform-badges):not(.easpc-v2-payment-badges) {
    display: none;
  }

  .easpc-v2-platform-badges span,
  .easpc-v2-payment-badges span {
    min-height: 16px;
    padding: 0 4px;
    font-size: 8px;
  }

  .easpc-v2-local-band,
  .easpc-v2-local-list article,
  .easpc-v2-proof-grid article {
    padding: 14px;
  }

  .footer-trust-network-row {
    gap: 12px;
  }

  .footer-network-card__content p {
    max-width: none;
  }

  #platform-section.easpc-v2-order-card {
    padding: 14px;
  }

  .easpc-v2-platform-grid {
    gap: 6px;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .easpc-v2-platform-card {
    padding: 6px;
  }

  body[data-store="fccoinsuae"] .easpc-v2-home .easpc-v2-platform-card {
    padding: 6px !important;
  }

  .easpc-v2-platform-card .price-label {
    display: none;
  }

  .easpc-v2-platform-card .platform-heading {
    font-size: 10px;
  }

  .easpc-v2-platform-card .price-value {
    font-size: 11px;
  }

  .easpc-v2-inline-head,
  .easpc-v2-quantity-readout.quantity-readout,
  .easpc-v2-quantity-actions.actions {
    grid-template-columns: 1fr;
  }

  .easpc-v2-presets.quantity-presets {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .easpc-v2-pay-earn {
    grid-template-columns: 1fr 1fr;
  }

  .easpc-v2-pay-earn #payout-display {
    font-size: 24px;
  }

  .easpc-v2-flow-active .quantity-section,
  .easpc-v2-flow-active .account-section,
  .easpc-v2-flow-active .dump-section {
    width: calc(100% - 24px);
    margin-top: 82px;
  }

  body[data-store="fccoinsuae"] .chat-widget {
    right: 6px !important;
    bottom: 6px !important;
    transform: scale(0.72);
    transform-origin: bottom right;
  }

  body[data-store="fccoinsuae"] .chat-panel {
    right: 8px !important;
    bottom: 66px !important;
    width: min(320px, calc(100vw - 16px)) !important;
  }

  body[data-store="fccoinsuae"] iframe[src*="tawk.to"],
  body[data-store="fccoinsuae"] iframe[title*="tawk" i],
  body[data-store="fccoinsuae"] iframe[title*="chat" i] {
    transform: scale(0.72) !important;
    transform-origin: bottom right !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .easpc-v2-live-pill,
  .easpc-v2-hero .title,
  .easpc-v2-hero .subtitle,
  .easpc-v2-hero-actions,
  .easpc-v2-metric-row,
  .easpc-v2-order-card,
  .easpc-v2-primary-link,
  .easpc-v2-quantity-actions .btn-primary,
  .easpc-v2-spark,
  .easpc-reveal {
    animation: none !important;
    transition: none !important;
  }

  .easpc-reveal {
    opacity: 1;
    transform: none;
  }
}
