.eafcs-live-home {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  color: #f5f7fb;
  background: #050608;
  position: relative;
  isolation: isolate;
}

.eafcs-live-home.is-hidden {
  display: none !important;
}

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

body.live-home-modal-open {
  overflow: hidden;
}

body.live-home-completion-flow {
  background: #050608;
}

body.live-home-completion-flow .main-wrap,
body.live-home-completion-flow .content {
  background: #050608;
}

body.live-home-completion-flow .content {
  max-width: 980px !important;
  padding: 8px 20px 24px !important;
}

body.live-home-completion-flow .account-section,
body.live-home-completion-flow .dump-section {
  margin-top: 10px;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

body.live-home-completion-flow .account-section .section-title,
body.live-home-completion-flow .dump-section .section-title {
  margin-bottom: 10px;
  font-size: 18px;
}

body.live-home-completion-flow .account-section .form {
  gap: 10px;
}

body.live-home-completion-flow .account-section .form-row input,
body.live-home-completion-flow .account-section .form-row textarea,
body.live-home-completion-flow .account-section .form-row select {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
}

body.live-home-completion-flow .live-status-container {
  max-width: 900px;
  padding: 0;
}

body.live-home-completion-flow .status-grid {
  gap: 14px;
}

body.live-home-completion-flow .order-status-header {
  margin-bottom: 12px;
}

body.live-home-completion-flow .sidebar-card,
body.live-home-completion-flow .order-details-container,
body.live-home-completion-flow .progress-container,
body.live-home-completion-flow .status-timeline {
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

body.live-home-completion-flow .error-notice {
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 16px;
}

body.live-home-completion-flow .error-notice-title {
  font-size: 18px;
}

body.live-home-completion-flow .error-notice-message {
  font-size: 14px;
  line-height: 1.5;
}

#account-modal {
  align-items: center;
}

#account-modal .modal-content.customer-dashboard {
  width: min(940px, 94vw);
  margin: 4vh auto;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(214, 255, 89, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(18, 23, 34, 0.98), rgba(11, 14, 20, 0.98));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

#auth-modal {
  align-items: center;
}

#auth-modal .auth-modal-content {
  width: min(520px, 94vw);
  margin: 4vh auto;
  border-radius: 20px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(214, 255, 89, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(18, 23, 34, 0.98), rgba(11, 14, 20, 0.98));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

#auth-modal .modal-title {
  margin: 4px 0 10px;
  font-size: 24px;
  text-align: center;
  background: linear-gradient(135deg, #d6ff59, #a6d92a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#auth-modal .auth-subtitle {
  margin: 0 0 18px;
  text-align: center;
  color: rgba(245, 247, 251, 0.72);
  font-size: 14px;
}

#auth-modal .auth-form {
  margin-top: 4px;
}

#auth-modal .auth-inline-message,
#auth-modal .auth-inline-error {
  border-color: rgba(96, 165, 250, 0.32);
  background: rgba(30, 64, 175, 0.24);
  color: #dbeafe;
}

#auth-modal .auth-inline-message.is-error,
#auth-modal .auth-inline-error {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(127, 29, 29, 0.28);
  color: #fecaca;
}

#auth-modal .form-group label {
  color: rgba(245, 247, 251, 0.82);
  font-weight: 600;
}

#auth-modal .form-group input {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 17, 0.9);
  color: #f5f7fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

#auth-modal .form-group input::placeholder {
  color: rgba(176, 183, 197, 0.6);
}

#auth-modal .form-group input:focus {
  border-color: rgba(214, 255, 89, 0.45);
  box-shadow: 0 0 0 3px rgba(214, 255, 89, 0.12);
}

#auth-modal .form-links {
  gap: 10px;
}

#auth-modal .form-links .text-btn {
  color: rgba(214, 255, 89, 0.9);
}

#auth-modal .form-links .text-btn:hover {
  color: #f1ffbf;
}

#auth-modal .form-actions {
  gap: 10px;
  margin-top: 18px;
}

#auth-modal .form-actions .btn {
  min-height: 46px;
  border-radius: 12px;
}

#auth-modal .form-actions .btn.btn-ghost {
  background: rgba(17, 20, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f5f7fb;
}

#auth-modal .form-actions .btn.btn-primary {
  background: linear-gradient(135deg, #d6ff59, #b8f335);
  color: #0a0c10;
  box-shadow: 0 14px 28px rgba(214, 255, 89, 0.2);
}

#auth-modal #auth-message {
  border-radius: 12px;
  margin-bottom: 14px;
}

#account-modal .modal-title {
  margin: 4px 0 10px;
  font-size: 22px;
  background: linear-gradient(135deg, #d6ff59, #a6d92a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#account-modal .tabs {
  gap: 8px;
  margin: 10px 0 12px;
  padding: 0;
}

#account-modal .tab {
  border-radius: 10px;
  padding: 8px 12px;
}

#account-modal .customer-stats .stat-card,
#account-modal .detail-container,
#account-modal .orders-list .order-card,
#account-modal .cashback-balance-card {
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  body.live-home-completion-flow .content {
    padding: 4px 14px 18px !important;
  }

  body.live-home-completion-flow .account-section,
  body.live-home-completion-flow .dump-section {
    padding: 12px;
    border-radius: 14px;
  }

  #account-modal .modal-content.customer-dashboard {
    width: 96vw;
    margin: 3vh auto;
    padding: 14px 12px;
    border-radius: 16px;
  }

  #auth-modal .auth-modal-content {
    width: 96vw;
    margin: 3vh auto;
    padding: 18px 14px 16px;
    border-radius: 16px;
  }

  #account-modal .modal-title {
    font-size: 20px;
  }

  #auth-modal .modal-title {
    font-size: 21px;
  }
}

body.live-home-shell-active,
body.live-home-shell-active .main-wrap,
body.live-home-shell-active .content {
  background: #050608;
}

body.live-home-shell-active .main-wrap {
  display: block !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  min-height: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.live-home-shell-active .content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px 32px !important;
  min-height: auto !important;
}

body.live-home-shell-active .main-wrap::before {
  display: none;
  background: none !important;
  content: none !important;
}

.live-home-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: block;
  padding: 18px clamp(20px, 5vw, 48px);
  background: rgba(11, 13, 18, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.live-home-modal-open .live-home-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.live-home-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.live-home-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.live-home-header .mobile-menu-btn {
  display: none;
}

.live-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}

.mobile-nav-brand {
  font-size: 28px;
  line-height: 1;
}

.live-home-brand-mark {
  color: #d6ff59;
}

.live-home-header-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  color: rgba(245, 247, 251, 0.8);
  font-size: 15px;
}

.live-home-header-nav a,
.live-home-header-nav-btn {
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.live-home-header-nav a:hover,
.live-home-header-nav-btn:hover {
  color: #d6ff59;
}

.live-home-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-home-currency-dropdown {
  position: relative;
}

.live-home-currency-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 20, 26, 0.72);
  color: #f5f7fb;
  font-weight: 700;
}

.live-home-currency-toggle:hover {
  border-color: rgba(214, 255, 89, 0.3);
  background: rgba(214, 255, 89, 0.08);
}

.live-home-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 20, 26, 0.72);
  color: #f5f7fb;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.live-home-header-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 255, 89, 0.3);
  background: rgba(214, 255, 89, 0.08);
}

.live-home-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  padding: 14px 20px;
  border: 0;
  border-radius: 14px;
  background: #d6ff59;
  color: #0a0c10;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(214, 255, 89, 0.18);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.live-home-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(214, 255, 89, 0.28);
}

.live-home-header-utility {
  display: none;
}

.eafcs-live-home .live-home-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 110px);
  display: grid;
  place-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1px;
  padding: 24px 24px 42px;
  margin-bottom: 34px;
  background:
    linear-gradient(180deg, rgba(7, 8, 12, 0.34) 0%, rgba(7, 8, 12, 0.84) 100%),
    url("assets/EAFCBG1.avif") center/cover no-repeat;
  background-repeat: no-repeat;
}

.eafcs-live-home .live-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(214, 255, 89, 0.1), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(5, 6, 8, 0.78) 100%);
  pointer-events: none;
}

.eafcs-live-home .live-home-hero-shell {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 40px));
  padding: clamp(8px, 2vw, 28px) 0 36px;
  text-align: center;
}

.eafcs-live-home .live-home-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 255, 89, 0.2);
  background: rgba(15, 18, 23, 0.7);
  color: #d6ff59;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eafcs-live-home .live-home-badge,
.eafcs-live-home .live-home-title,
.eafcs-live-home .live-home-copy,
.eafcs-live-home .live-home-actions,
.eafcs-live-home .live-home-platform-strip,
.eafcs-live-home .live-home-trust {
  opacity: 0;
  animation: liveHomeHeroRise 0.7s ease forwards;
}

.eafcs-live-home .live-home-badge {
  animation-delay: 0.08s;
}

.eafcs-live-home .live-home-title {
  margin: 14px auto 12px;
  max-width: 860px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 16px rgba(214, 255, 89, 0.18), 0 0 40px rgba(214, 255, 89, 0.14);
  animation-delay: 0.18s;
}

.eafcs-live-home .live-home-copy {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(245, 247, 251, 0.84);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.42;
  animation-delay: 0.3s;
}

.eafcs-live-home .live-home-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  animation-delay: 0.42s;
}

.eafcs-live-home .live-home-btn {
  min-width: 220px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.eafcs-live-home .live-home-btn:hover {
  transform: translateY(-1px);
}

.eafcs-live-home .live-home-btn--primary {
  background: linear-gradient(135deg, #d6ff59, #b8f335);
  color: #0a0c10;
  box-shadow: 0 16px 32px rgba(214, 255, 89, 0.22);
}

.eafcs-live-home .live-home-btn--secondary {
  background: rgba(17, 20, 26, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f5f7fb;
}

.eafcs-live-home .live-home-platform-strip,
.eafcs-live-home .live-home-trust {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.eafcs-live-home .live-home-platform-strip {
  margin-top: 14px;
  animation-delay: 0.54s;
}

.eafcs-live-home .live-home-platform-chip,
.eafcs-live-home .live-home-trust span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 13, 18, 0.74);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  color: rgba(245, 247, 251, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.eafcs-live-home .live-home-trust {
  margin-top: 18px;
  animation-delay: 0.66s;
}

.eafcs-live-home .live-home-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.eafcs-live-home .live-home-platform-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(1.18) contrast(1.08);
}

.eafcs-live-home .live-home-platform-icon--playstation {
  background: rgba(255,255,255,0.94);
  box-shadow: 0 10px 24px rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-section {
  padding: 42px 0;
}

.eafcs-live-home .live-home-section-copy {
  max-width: 760px;
  margin-bottom: 20px;
}

.eafcs-live-home .live-home-section-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.eafcs-live-home .live-home-section-copy p,
.eafcs-live-home .live-home-faq details p,
.eafcs-live-home .live-home-step p,
.eafcs-live-home .live-home-trust-row p,
.eafcs-live-home .live-home-cashback p,
.eafcs-live-home .live-home-cashback-point span {
  color: #b0b7c5;
  font-size: 16px;
  line-height: 1.68;
}

.eafcs-live-home .live-home-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eafcs-live-home .live-home-steps::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: #d6ff59;
  z-index: 1;
}

.eafcs-live-home .live-home-step {
  position: relative;
  z-index: 2;
  padding: 26px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(208, 255, 95, 0.16);
  background: rgba(17, 20, 26, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.eafcs-live-home .live-home-step-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 20px;
  border-radius: 999px;
  border: 1px solid rgba(214, 255, 89, 0.28);
  background: #0b0d12;
  color: #d6ff59;
  font-size: 18px;
  font-weight: 800;
}

.eafcs-live-home .live-home-step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
}

.eafcs-live-home .live-home-inline-icon {
  margin-right: 8px;
}

.eafcs-live-home .live-home-cashback {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(208, 255, 95, 0.16);
  background:
    radial-gradient(circle at top left, rgba(214, 255, 89, 0.14), transparent 32%),
    rgba(17, 20, 26, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.eafcs-live-home .live-home-cashback-balance {
  display: inline-grid;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 255, 89, 0.18);
  background: rgba(11, 13, 18, 0.52);
}

.eafcs-live-home .live-home-cashback-balance span {
  color: #b0b7c5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eafcs-live-home .live-home-cashback-balance strong {
  color: #d6ff59;
  font-size: 26px;
  line-height: 1;
}

.eafcs-live-home .live-home-cashback-points {
  display: grid;
  gap: 14px;
}

.eafcs-live-home .live-home-cashback-point {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-cashback-point:last-child {
  border-bottom: 0;
}

.eafcs-live-home .live-home-cashback-point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.eafcs-live-home .live-home-trust-list {
  display: grid;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-trust-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-trust-row h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.08;
}

.eafcs-live-home .live-home-faq {
  display: grid;
  gap: 10px;
}

.eafcs-live-home .live-home-faq details {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-faq summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 22px 56px 22px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.eafcs-live-home .live-home-faq summary::-webkit-details-marker {
  display: none;
}

.eafcs-live-home .live-home-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: #d6ff59;
  font-size: 28px;
}

.eafcs-live-home .live-home-faq details[open] summary::after {
  content: "−";
}

.eafcs-live-home .live-home-faq details p {
  margin: 0 0 20px;
  padding-right: 56px;
}

.eafcs-live-home .live-home-support-copy {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-support-copy p {
  color: #b0b7c5;
  line-height: 1.72;
}

.eafcs-live-home .live-home-support-copy a {
  color: #d6ff59;
}

.eafcs-live-home .live-home-footer {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.eafcs-live-home .live-home-footer-line {
  color: #f5f7fb;
  font-size: 15px;
}

.eafcs-live-home .live-home-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.eafcs-live-home .live-home-footer-links a {
  color: #d6ff59;
  font-size: 14px;
  font-weight: 600;
}

.legacy-home-block {
  display: none !important;
}

body.live-home-shell-active .hero.legacy-home-block,
body.live-home-shell-active #platform-section.legacy-home-block,
body.live-home-shell-active .seo-content-fullwidth.legacy-home-block,
body.live-home-shell-active .site-footer.legacy-home-block {
  display: none !important;
  visibility: hidden !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

#live-home-buy-modal {
  position: fixed;
  inset: 0;
  z-index: 100060;
  display: grid;
  place-items: center;
  padding: 12px;
}

#live-home-buy-modal.is-hidden {
  display: none;
}

#live-home-buy-modal .live-home-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 6, 0.78);
  backdrop-filter: blur(10px);
}

#live-home-buy-modal .live-home-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1020px, 100%);
  max-height: calc(100vh - 24px);
  overflow: auto;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(208,255,95,0.16);
  background:
    radial-gradient(circle at top left, rgba(214, 255, 89, 0.14), transparent 34%),
    rgba(11, 13, 18, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

#live-home-buy-modal .live-home-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

#live-home-buy-modal .live-home-modal-copy h2 {
  margin: 12px 0 8px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.05;
}

#live-home-buy-modal .live-home-modal-platforms,
#live-home-buy-modal .live-home-modal-summary,
#live-home-buy-modal .live-home-modal-reviews,
#live-home-buy-modal .live-home-step-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

#live-home-buy-modal .is-hidden {
  display: none !important;
}

#live-home-buy-modal .live-home-modal-platforms {
  min-height: 190px;
}

#live-home-buy-modal .live-home-platform-card,
#live-home-buy-modal .live-home-summary-card,
#live-home-buy-modal .live-home-review-card,
#live-home-buy-modal .live-home-step-info-card,
#live-home-buy-modal .live-home-amount {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.03);
  color: #f5f7fb;
}

#live-home-buy-modal .live-home-platform-card {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#live-home-buy-modal .live-home-platform-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214,255,89,0.24);
  background: linear-gradient(180deg, rgba(214,255,89,0.04), rgba(255,255,255,0.03));
}

#live-home-buy-modal .live-home-platform-card.is-active {
  border-color: rgba(214,255,89,0.35);
  box-shadow: 0 0 0 1px rgba(214,255,89,0.18) inset, 0 18px 36px rgba(214,255,89,0.14);
  background: linear-gradient(180deg, rgba(214,255,89,0.08), rgba(255,255,255,0.03));
}

#live-home-buy-modal .live-home-platform-icon-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: transparent;
}

#live-home-buy-modal .live-home-platform-card--playstation .live-home-platform-icon-image,
#live-home-buy-modal .live-home-step-info-icon.is-playstation {
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(255,255,255,0.08);
}

#live-home-buy-modal .live-home-platform-card img,
#live-home-buy-modal .live-home-step-info-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(1.18) contrast(1.08);
}

#live-home-buy-modal .live-home-platform-card img.ps-platform-logo,
#live-home-buy-modal .live-home-step-info-icon img.ps-platform-logo {
  filter: brightness(0) contrast(1.2);
}

#live-home-buy-modal .live-home-platform-card small {
  font-size: 14px;
  font-weight: 700;
  color: rgba(245,247,251,0.92);
}

#live-home-buy-modal .live-home-platform-card .price-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#live-home-buy-modal .live-home-platform-card .price-main {
  color: #d6ff59;
  font-weight: 700;
  line-height: 1.1;
}

#live-home-buy-modal .live-home-platform-card .price-unit {
  margin-top: 4px;
  color: rgba(255,255,255,0.9);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

#live-home-buy-modal .live-home-step-info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 14px;
  border-radius: 18px;
}

#live-home-buy-modal .live-home-step-info-card--platform {
  cursor: pointer;
}

#live-home-buy-modal .live-home-step-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
}

#live-home-buy-modal .live-home-step-info-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#live-home-buy-modal .live-home-step-info-label {
  color: #b0b7c5;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#live-home-buy-modal .live-home-step-info-copy strong {
  font-size: 15px;
}

#live-home-buy-modal .live-home-amount {
  margin-top: 14px;
  padding: 8px 12px 10px;
  border-radius: 22px;
}

#live-home-buy-modal .live-home-amount-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

#live-home-buy-modal .live-home-amount-header strong {
  font-size: 17px;
}

#live-home-buy-modal .live-home-amount-slider {
  display: grid;
  gap: 2px;
}

#live-home-buy-modal .live-home-amount-values,
#live-home-buy-modal .live-home-amount-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#live-home-buy-modal .live-home-amount-values strong,
#live-home-buy-modal .live-home-amount-caption strong {
  font-size: 16px;
}

#live-home-buy-modal .live-home-amount-values span,
#live-home-buy-modal .live-home-amount-caption span {
  color: #b0b7c5;
  font-size: 12px;
}

#live-home-buy-modal .live-home-range {
  --range-progress: 13.33%;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  accent-color: #d6ff59;
  height: 6px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #d6ff59 0%,
    #d6ff59 var(--range-progress),
    rgba(255,255,255,0.14) var(--range-progress),
    rgba(255,255,255,0.14) 100%
  ) !important;
  outline: none;
}

#live-home-buy-modal .live-home-range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: transparent !important;
}

#live-home-buy-modal .live-home-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #0b0d12;
  background: #d6ff59;
  box-shadow: 0 0 0 4px rgba(214,255,89,0.18);
  cursor: pointer;
  margin-top: -8px;
}

#live-home-buy-modal .live-home-range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14) !important;
}

#live-home-buy-modal .live-home-range::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: #d6ff59 !important;
}

#live-home-buy-modal .live-home-range::-moz-range-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 3px solid #0b0d12;
  border-radius: 999px;
  background: #d6ff59;
  box-shadow: 0 0 0 4px rgba(214,255,89,0.18);
  cursor: pointer;
}

#live-home-buy-modal .live-home-summary-card,
#live-home-buy-modal .live-home-review-card {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

#live-home-buy-modal .live-home-summary-card {
  text-align: center;
}

#live-home-buy-modal .live-home-summary-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 18px;
}

#live-home-buy-modal .live-home-review-stars {
  color: #d6ff59;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

#live-home-buy-modal .live-home-review-card p {
  margin: 0 0 10px;
  color: #f5f7fb;
  font-size: 14px;
  line-height: 1.45;
}

#live-home-buy-modal .live-home-review-card strong {
  display: block;
  color: #b0b7c5;
  font-size: 13px;
}

#live-home-buy-modal .live-home-review-card .live-home-review-meta {
  display: block;
  margin-top: 4px;
  color: rgba(176, 183, 197, 0.88);
  font-size: 12px;
}

#live-home-buy-modal .live-home-modal-checkout {
  margin-top: 14px;
}

#live-home-buy-modal .live-home-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
  gap: 14px;
  align-items: start;
}

#live-home-buy-modal .live-home-checkout-main,
#live-home-buy-modal .live-home-checkout-sidebar {
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr;
}

#live-home-buy-modal .live-home-checkout-panel {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0)),
    rgba(17, 20, 26, 0.92);
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
  padding: 16px;
}

#live-home-buy-modal .live-home-checkout-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

#live-home-buy-modal .live-home-checkout-heading h3 {
  margin: 0;
  font-size: clamp(21px, 2.6vw, 28px);
  line-height: 1.08;
}

#live-home-buy-modal .live-home-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#live-home-buy-modal .live-home-payment-tile {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    rgba(10, 13, 18, 0.96);
  color: #f5f7fb;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="card"] {
  border-color: rgba(74, 144, 226, 0.24);
  background:
    radial-gradient(circle at top right, rgba(74, 144, 226, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    rgba(10, 13, 18, 0.96);
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="apple_pay"] {
  border-color: rgba(214, 255, 89, 0.22);
  background:
    radial-gradient(circle at top right, rgba(214, 255, 89, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    rgba(10, 13, 18, 0.96);
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="paypal"] {
  border-color: rgba(0, 112, 224, 0.24);
  background:
    radial-gradient(circle at top right, rgba(0, 112, 224, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    rgba(10, 13, 18, 0.96);
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="bank"] {
  border-color: rgba(168, 85, 247, 0.18);
  background:
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
    rgba(10, 13, 18, 0.96);
}

#live-home-buy-modal .live-home-payment-copy {
  display: block;
  margin: 0;
  color: #c4ccda;
  font-size: 12px;
  line-height: 1.45;
}

#live-home-buy-modal .live-home-payment-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.05);
}

#live-home-buy-modal .live-home-payment-tile.is-selected {
  border-color: rgba(214,255,89,0.48);
  box-shadow: 0 0 0 1px rgba(214,255,89,0.12), 0 18px 34px rgba(0,0,0,0.28);
  background:
    linear-gradient(180deg, rgba(214,255,89,0.1), rgba(214,255,89,0.02)),
    rgba(10, 13, 18, 0.96);
}

#live-home-buy-modal .live-home-payment-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

#live-home-buy-modal .live-home-payment-title strong {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

#live-home-buy-modal .live-home-payment-badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(214,255,89,0.1);
  border: 1px solid rgba(214,255,89,0.18);
  color: #d6ff59;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="card"] .live-home-payment-badge {
  background: rgba(74, 144, 226, 0.16);
  border-color: rgba(74, 144, 226, 0.28);
  color: #8ec7ff;
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="apple_pay"] .live-home-payment-badge {
  background: rgba(214,255,89,0.12);
  border-color: rgba(214,255,89,0.24);
  color: #d6ff59;
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="paypal"] .live-home-payment-badge {
  background: rgba(0,112,224,0.14);
  border-color: rgba(0,112,224,0.28);
  color: #78bdff;
}

#live-home-buy-modal .live-home-payment-tile[data-payment-option="bank"] .live-home-payment-badge {
  background: rgba(168,85,247,0.14);
  border-color: rgba(168,85,247,0.26);
  color: #d7b5ff;
}

#live-home-buy-modal .live-home-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#live-home-buy-modal .live-home-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: #f5f7fb;
  font-size: 11px;
  font-weight: 700;
}

#live-home-buy-modal .live-home-payment-logo--visa {
  background: #1a1f71;
  border-color: #3143c9;
  color: #ffffff;
}

#live-home-buy-modal .live-home-payment-logo--mastercard {
  background: linear-gradient(90deg, #eb001b 0 50%, #f79e1b 50% 100%);
  border-color: rgba(247,158,27,.5);
  color: #fff7ed;
}

#live-home-buy-modal .live-home-payment-logo--amex {
  background: #2e77bc;
  border-color: #5fa4e0;
  color: #ffffff;
}

#live-home-buy-modal .live-home-payment-logo--apple {
  background: #111827;
  border-color: #4b5563;
  color: #ffffff;
}

#live-home-buy-modal .live-home-payment-logo--gpay {
  background: #ffffff;
  border-color: #d1d5db;
  color: #111827;
}

#live-home-buy-modal .live-home-payment-logo--stripe {
  background: #635bff;
  border-color: #8b86ff;
  color: #ffffff;
}

#live-home-buy-modal .live-home-payment-logo--paypal {
  background: #003087;
  border-color: #0070e0;
  color: #ffffff;
}

#live-home-buy-modal .live-home-payment-logo--epayouts,
#live-home-buy-modal .live-home-payment-logo--bank,
#live-home-buy-modal .live-home-payment-logo--cash {
  background: rgba(30,41,59,.82);
  color: #e2e8f0;
}

#live-home-buy-modal .live-home-payment-logo--epayouts {
  border-color: rgba(96,165,250,.3);
}

#live-home-buy-modal .live-home-payment-logo--bank {
  border-color: rgba(168,85,247,0.26);
}

#live-home-buy-modal .live-home-payment-logo--cash {
  border-color: rgba(234,179,8,.35);
}

#live-home-buy-modal .live-home-checkout-actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

#live-home-buy-modal .live-home-checkout-tool {
  display: grid;
  gap: 6px;
}

#live-home-buy-modal .live-home-checkout-tool span {
  color: #b0b7c5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#live-home-buy-modal .live-home-checkout-tool input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(11,13,18,0.86);
  color: #f5f7fb;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#live-home-buy-modal .live-home-checkout-tool input:focus {
  outline: none;
  border-color: rgba(214,255,89,0.36);
  box-shadow: 0 0 0 3px rgba(214,255,89,0.12);
  background: rgba(11,13,18,0.96);
}

#live-home-buy-modal .live-home-checkout-tool-buttons,
#live-home-buy-modal .live-home-checkout-final {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#live-home-buy-modal .live-home-checkout-final .live-home-btn,
#live-home-buy-modal .live-home-checkout-tool-buttons .live-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 12px 14px;
  text-align: center;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

#live-home-buy-modal #live-home-apply-coupon {
  border-color: rgba(74, 144, 226, 0.24);
  background: linear-gradient(180deg, rgba(74, 144, 226, 0.14), rgba(74, 144, 226, 0.06));
  color: #dcefff;
}

#live-home-buy-modal #live-home-apply-cashback {
  border-color: rgba(214,255,89,0.24);
  background: linear-gradient(180deg, rgba(214,255,89,0.14), rgba(214,255,89,0.06));
  color: #f5fbd7;
}

#live-home-buy-modal #live-home-pay-now {
  background: linear-gradient(135deg, #d6ff59, #b8f335);
  border-color: rgba(214,255,89,0.34);
  color: #0a0c10;
  box-shadow: 0 14px 30px rgba(214,255,89,0.18);
}

#live-home-buy-modal #live-home-checkout-edit {
  border-color: rgba(255,255,255,0.12);
  background: rgba(17, 20, 26, 0.9);
  color: #f5f7fb;
}

#live-home-buy-modal #live-home-apply-coupon:hover,
#live-home-buy-modal #live-home-apply-cashback:hover,
#live-home-buy-modal #live-home-pay-now:hover,
#live-home-buy-modal #live-home-checkout-edit:hover {
  transform: translateY(-1px);
}

#live-home-buy-modal .live-home-checkout-summary {
  display: grid;
  gap: 10px;
}

#live-home-buy-modal .live-home-checkout-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: #b0b7c5;
  font-size: 14px;
}

#live-home-buy-modal .live-home-checkout-row strong {
  color: #f5f7fb;
  text-align: right;
}

#live-home-buy-modal .live-home-checkout-row--total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}

#live-home-buy-modal .live-home-checkout-panel--trust {
  background:
    radial-gradient(circle at top left, rgba(214,255,89,0.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0)),
    rgba(17, 20, 26, 0.92);
  height: 100%;
}

#live-home-buy-modal .live-home-checkout-trust-list {
  display: grid;
  gap: 12px;
  height: 100%;
  align-content: start;
}

#live-home-buy-modal .live-home-checkout-trust-item {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#live-home-buy-modal .live-home-checkout-trust-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#live-home-buy-modal .live-home-checkout-trust-item strong {
  color: #f5f7fb;
  font-size: 15px;
  line-height: 1.2;
}

#live-home-buy-modal .live-home-checkout-trust-item span {
  color: #b0b7c5;
  font-size: 13px;
  line-height: 1.5;
}

#live-home-buy-modal .live-home-checkout-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #d6ff59;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

#live-home-buy-modal .live-home-checkout-whatsapp:hover {
  color: #edffc0;
}

#live-home-buy-modal .live-home-checkout-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.18);
  color: #25d366;
  font-size: 13px;
  line-height: 1;
}

#live-home-buy-modal .live-home-modal-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap;
}

#live-home-buy-modal .live-home-modal-btn {
  min-width: 220px;
  width: 220px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  margin: 0;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  appearance: none;
}

#live-home-buy-modal .live-home-modal-btn.live-home-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 20, 26, 0.7);
  color: #f5f7fb;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .eafcs-live-home .live-home-steps,
  .eafcs-live-home .live-home-cashback,
  .eafcs-live-home .live-home-trust-row,
  #live-home-buy-modal .live-home-modal-platforms,
  #live-home-buy-modal .live-home-modal-summary,
  #live-home-buy-modal .live-home-modal-reviews,
  #live-home-buy-modal .live-home-step-info,
  #live-home-buy-modal .live-home-checkout-shell {
    grid-template-columns: 1fr;
  }

  .eafcs-live-home .live-home-steps::before {
    display: none;
  }
}

@media (max-width: 768px) {
  body.live-home-shell-active .hero.legacy-home-block,
  body.live-home-shell-active #platform-section.legacy-home-block,
  body.live-home-shell-active .seo-content-fullwidth.legacy-home-block,
  body.live-home-shell-active .site-footer.legacy-home-block,
  body.live-home-shell-active #platform-section.legacy-home-block .hero-split-container,
  body.live-home-shell-active #platform-section.legacy-home-block .platform-grid,
  body.live-home-shell-active #platform-section.legacy-home-block .platform-card,
  body.live-home-shell-active #platform-section.legacy-home-block .hero-price-comparison,
  body.live-home-shell-active #platform-section.legacy-home-block .hero-how-to-order {
    display: none !important;
  }

  .live-home-header {
    padding: 12px;
  }

  .live-home-header-main {
    gap: 8px;
  }

  .live-home-header .mobile-menu-btn {
    display: inline-flex;
  }

  .live-home-brand {
    font-size: 23px;
    gap: 8px;
  }

  .live-home-brand-text {
    display: none;
  }

  .live-home-header-nav {
    display: none;
  }

  .live-home-header-actions {
    gap: 8px;
    margin-left: auto;
  }

  .live-home-currency-toggle {
    min-width: 52px;
    height: 42px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 13px;
  }

  .live-home-header-cta {
    min-width: 92px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
  }

  .live-home-header-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 17px;
  }

  .eafcs-live-home {
    width: min(100% - 28px, 1180px);
  }

  .eafcs-live-home .live-home-hero {
    min-height: auto;
    padding: 18px 16px 24px;
    margin-bottom: 26px;
  }

  .eafcs-live-home .live-home-hero-shell {
    width: min(100%, calc(100% - 24px));
    padding: 6px 0 22px;
  }

  .eafcs-live-home .live-home-title {
    margin: 12px auto 10px;
    font-size: clamp(40px, 15vw, 64px);
  }

  .eafcs-live-home .live-home-copy {
    font-size: 15px;
    line-height: 1.38;
  }

  .eafcs-live-home .live-home-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .eafcs-live-home .live-home-btn {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
  }

  .eafcs-live-home .live-home-platform-strip {
    gap: 8px;
  }

  .eafcs-live-home .live-home-platform-chip,
  .eafcs-live-home .live-home-trust span {
    padding: 8px 12px;
    font-size: 12px;
  }

  .eafcs-live-home .live-home-section {
    padding: 38px 0;
  }

  .eafcs-live-home .live-home-section-copy h2 {
    font-size: 30px;
  }

  .eafcs-live-home .live-home-footer-links {
    gap: 12px;
  }

  .eafcs-live-home .live-home-step {
    padding: 22px 18px;
  }

  .eafcs-live-home .live-home-step h3 {
    font-size: 20px;
  }

  #live-home-buy-modal {
    padding: 8px;
  }

  #live-home-buy-modal .live-home-modal-dialog {
    max-height: calc(100vh - 16px);
    padding: 18px 14px;
    border-radius: 22px;
  }

  #live-home-buy-modal .live-home-modal-copy h2 {
    margin: 8px 0 8px;
    font-size: clamp(24px, 7vw, 34px);
  }

  #live-home-buy-modal .live-home-modal-actions {
    gap: 10px;
  }

  #live-home-buy-modal .live-home-modal-btn {
    width: 100%;
    min-width: 0;
  }

  #live-home-buy-modal .live-home-checkout-grid,
  #live-home-buy-modal .live-home-checkout-tool-buttons,
  #live-home-buy-modal .live-home-checkout-final {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  body.live-home-shell-active .hero.legacy-home-block,
  body.live-home-shell-active #platform-section.legacy-home-block,
  body.live-home-shell-active .seo-content-fullwidth.legacy-home-block,
  body.live-home-shell-active .site-footer.legacy-home-block {
    display: none !important;
  }

  .live-home-header {
    padding: 10px;
  }

  .live-home-header-actions {
    gap: 6px;
  }

  .live-home-currency-toggle,
  .live-home-header-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 6px;
  }

  .live-home-header-cta {
    min-width: 84px;
    padding: 10px;
    font-size: 12px;
  }
}
