.marketing-site {
  --site-lime: #f0fe6f;
  --site-muted: #9ca3af;
  --site-faint: #6b7280;
  --site-panel: #0f0f0f;
  --site-border: #2a2a2a;
  min-width: 320px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}

.marketing-site * { box-sizing: border-box; }
.marketing-site h1,
.marketing-site h2,
.marketing-site h3,
.marketing-site p { margin: 0; letter-spacing: 0; }
.marketing-site img { display: block; max-width: 100%; }
.site-container { width: min(1680px, calc(100% - 240px)); margin: 0 auto; }

.new-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(6px);
}
.new-header-inner { height: 100%; display: flex; align-items: center; padding: 0 24px; }
.new-brand { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 20px; font-weight: 510; text-decoration: none; }
.new-brand img { width: 38px; height: 38px; }

.new-hero { position: relative; height: 1345px; display: flex; justify-content: center; padding: 156px 24px; overflow: hidden; }
.new-hero::before { content: ""; position: absolute; top: 25%; left: 50%; width: 800px; height: 861px; border-radius: 999px; background: radial-gradient(circle, rgba(204,255,0,.15), transparent 70%); transform: translateX(-50%); }
.hero-stack { position: relative; width: min(1280px, 100%); display: flex; flex-direction: column; align-items: center; gap: 31px; text-align: center; }
.hero-label { padding: 5px 17px; border: 1px solid rgba(204,255,0,.3); border-radius: 999px; color: var(--site-lime); font-size: 12px; line-height: 16px; }
.new-hero h1 { max-width: 920px; color: #fff; font-size: 72px; font-weight: 510; line-height: 80px; }
.hero-copy { max-width: 1000px; color: var(--site-muted); font-size: 18px; line-height: 29px; }
.store-buttons { display: flex; justify-content: center; gap: 16px; padding-top: 8px; }
.store-badge { width: 174px; height: 58px; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 4px; padding: 8px 10px; border: 2px solid #fff; border-radius: 12px; color: #fff; background: transparent; }
.store-badge[href] { cursor: pointer; text-decoration: none; }
.store-icon-img { width: 35px; height: 35px; object-fit: contain; }
.store-text { display: flex; flex-direction: column; align-items: center; }
.store-text small { font-size: 10px; line-height: 10px; }
.store-text strong { margin-top: 3px; font-size: 15px; font-weight: 400; line-height: 22px; }
.trust-row { display: flex; gap: 32px; padding-top: 25px; color: var(--site-faint); font-size: 12px; line-height: 16px; }
.trust-row span::before { content: "\2713"; margin-right: 8px; color: var(--site-lime); }
.hero-phones { width: 1232px; max-width: none; margin-top: -2px; }

.tools-section { min-height: 892px; padding: 156px 120px; background: #000; }
.tool-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: 334px 174px; gap: 24px; }
.tool-title { display: flex; align-items: center; padding-bottom: 22px; }
.tool-title h2 { font-size: 36px; font-weight: 510; line-height: 57px; }
.tool-card { min-width: 0; padding: 25px; border: 1px solid var(--site-border); border-radius: 24px; background: var(--site-panel); overflow: hidden; }
.tool-card-large { display: flex; flex-direction: column; gap: 8px; }
.tool-card-small.first-small { grid-column: 2; }
.tool-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: rgba(240,254,111,.1); color: var(--site-lime); font-size: 20px; }
.tool-card h3 { color: #fff; font-size: 18px; font-weight: 510; line-height: 28px; }
.tool-card-large h3 { padding-top: 8px; }
.tool-card p { color: var(--site-faint); font-size: 14px; line-height: 20px; }
.tool-card-large .tool-visual { width: 100%; height: 136px; margin-top: auto; object-fit: cover; border-radius: 12px; }

.steps-section { min-height: 529px; display: flex; align-items: center; padding: 156px 192px; }
.steps-wrap { width: min(1400px,100%); margin: 0 auto; }
.steps-wrap h2 { margin-bottom: 64px; text-align: center; font-size: 36px; font-weight: 510; line-height: 57px; }
.new-steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); }
.new-steps::before { content: ""; position: absolute; top: 16px; left: 10%; right: 10%; height: 1px; background: rgba(204,255,0,.2); }
.new-step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.step-dot { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--site-lime); border-radius: 50%; background: #000; color: var(--site-lime); font-size: 12px; line-height: 16px; }
.new-step h3 { padding-top: 8px; font-size: 16px; font-weight: 510; line-height: 24px; }
.new-step p { max-width: 440px; padding: 0 16px; color: var(--site-faint); font-size: 12px; line-height: 16px; }

.details-section { padding: 156px 120px; }
.detail-list { display: flex; flex-direction: column; gap: 96px; }
.detail-row { min-height: 418px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding: 48px; border-radius: 40px; background: rgba(15,15,15,.3); }
.detail-visual { min-width: 0; }
.detail-visual img { width: 100%; max-height: 350px; object-fit: contain; }
.detail-copy { min-width: 0; }
.detail-copy h2 { margin-bottom: 26px; font-size: 36px; font-weight: 510; line-height: 57px; }
.detail-copy > p { margin-bottom: 25px; color: var(--site-muted); font-size: 16px; line-height: 24px; }
.detail-copy ul { margin: 0; padding: 0; list-style: none; }
.detail-copy li { margin-top: 14px; color: #fff; font-size: 14px; line-height: 20px; }
.detail-copy li::before { content: "\2713"; margin-right: 14px; color: var(--site-lime); }
.detail-row:nth-child(2) .detail-copy { order: -1; }
.scan-visual img { animation: scan-float 2.5s linear infinite; }
@keyframes scan-float { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-2px,-10px); } }

.games-section { min-height: 438px; display: flex; align-items: center; padding: 156px 120px; }
.games-layout { display: grid; grid-template-columns: 520px 1fr; align-items: center; gap: 80px; }
.games-layout h2 { font-size: 36px; font-weight: 510; line-height: 57px; }
.game-tags { display: grid; grid-template-columns: repeat(5,minmax(140px,1fr)); gap: 12px; }
.game-tag { min-height: 34px; display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.05); border-radius: 8px; background: rgba(26,26,26,.5); color: #fff; font-size: 12px; line-height: 16px; }
.game-tag::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--site-lime); box-shadow: 0 0 0 5px rgba(240,254,111,.07); }

.new-cta { min-height: 642px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 120px 65px; border: 1px solid var(--site-border); background: var(--site-panel); text-align: center; }
.new-cta > img { width: 70px; height: 70px; }
.cta-brand { color: var(--site-lime); font-size: 13px; line-height: 18px; }
.new-cta h2 { font-size: 36px; font-weight: 510; line-height: 40px; }
.new-cta > p:not(.cta-brand) { color: var(--site-muted); font-size: 16px; line-height: 24px; }
.new-footer { min-height: 121px; display: flex; align-items: center; padding: 32px 120px; border-top: 1px solid rgba(255,255,255,.05); }
.new-footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-logo { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-logo img { width: 24px; height: 24px; }
.new-footer-links { display: flex; gap: 32px; }
.new-footer-links a,
.new-footer-links button { padding: 0; border: 0; background: none; color: var(--site-faint); font: inherit; font-size: 14px; text-decoration: none; cursor: pointer; }

@media (max-width: 1300px) {
  .site-container { width: min(1120px, calc(100% - 64px)); }
  .tools-section, .details-section, .games-section { padding-right: 32px; padding-left: 32px; }
  .steps-section { padding-right: 32px; padding-left: 32px; }
  .tool-grid { grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: auto; }
  .tool-title { grid-column: 1 / -1; }
  .tool-card-small.first-small { grid-column: auto; }
  .games-layout { grid-template-columns: 360px 1fr; gap: 48px; }
  .game-tags { grid-template-columns: repeat(3,minmax(140px,1fr)); }
}

@media (max-width: 820px) {
  .site-container { width: calc(100% - 40px); }
  .new-header { height: 65px; }
  .new-header-inner { padding: 0; }
  .new-brand { font-size: 18px; }
  .new-brand img { width: 34px; height: 34px; }
  .new-hero { height: auto; min-height: 940px; padding: 112px 20px 64px; }
  .hero-stack { gap: 24px; }
  .new-hero h1 { font-size: 48px; line-height: 52px; }
  .hero-copy { font-size: 16px; line-height: 24px; }
  .trust-row { flex-wrap: wrap; justify-content: center; gap: 12px 20px; padding-top: 14px; }
  .hero-phones { width: 760px; margin-top: 12px; }
  .tools-section, .steps-section, .details-section, .games-section { min-height: 0; padding: 80px 20px; }
  .tool-grid { grid-template-columns: 1fr; gap: 16px; }
  .tool-title { padding-bottom: 24px; }
  .tool-title h2, .steps-wrap h2, .games-layout h2 { font-size: 34px; line-height: 43px; }
  .tool-card-large { min-height: 334px; }
  .new-steps { grid-template-columns: 1fr; gap: 36px; }
  .new-steps::before { top: 16px; bottom: 16px; left: 50%; right: auto; width: 1px; height: auto; }
  .new-step { padding: 0 14px; }
  .details-section { padding-top: 24px; }
  .detail-list { gap: 32px; }
  .detail-row { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px 36px; border-radius: 24px; }
  .detail-row:nth-child(2) .detail-copy { order: initial; }
  .detail-copy h2 { margin-bottom: 18px; font-size: 34px; line-height: 42px; }
  .detail-copy > p { font-size: 15px; }
  .games-layout { grid-template-columns: 1fr; gap: 36px; }
  .game-tags { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .new-cta { min-height: 560px; padding: 80px 20px; }
  .new-cta h2 { font-size: 34px; line-height: 42px; }
  .new-cta > p:not(.cta-brand) { max-width: 520px; }
  .new-footer { padding: 34px 20px; }
  .new-footer-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .new-footer-links { flex-wrap: wrap; gap: 16px 24px; }
}

@media (max-width: 440px) {
  .new-hero h1 { font-size: 42px; line-height: 47px; }
  .store-buttons { flex-direction: column; }
  .hero-phones { width: 650px; }
  .game-tags { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .scan-visual img { animation: none; }
}
