/* jetton-games.win project-specific presentation layer */
:root{--hero-radius:26px;--panel-radius:24px}
.intro-stage__copy,.intro-stage__media{border-radius:var(--hero-radius)}
.content-panel,.detail-stage__copy,.detail-stage__media{border-radius:var(--panel-radius)}
@media(max-width:700px){:root{--hero-radius:20px;--panel-radius:18px}}



/* Root presentation: retain the full visual UI while removing article/SEO copy. */
.intro-stage--root .intro-stage__copy{display:flex;flex-direction:column;justify-content:center}
.intro-stage--root .intro-stage__copy>p{display:none}

/* Responsive informational footer. */
.site-footer{margin-top:56px;border-top:1px solid rgba(255,255,255,.07);background:#070c12}
.site-footer *{min-width:0}
.site-footer__inner{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:44px 0 28px}
.site-footer__topline{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}
.site-footer__logo{display:inline-flex;align-items:center;flex:0 0 auto}
.site-footer__logo img{display:block;width:auto;height:50px}
.site-footer__locale{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 15px;border:1px solid #202b38;border-radius:14px;background:#111820;color:#e5ebf1;font-size:14px;white-space:nowrap}
.site-footer__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,420px);gap:44px;align-items:stretch}
.site-footer__nav-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 32px;align-items:start;padding-top:8px}
.site-footer__column{display:flex;flex-direction:column;gap:11px;min-width:0}
.site-footer__column strong{display:block;margin-bottom:4px;color:#f5f7fa;font-size:17px;line-height:1.25}
.site-footer__column a{color:#8492a4;font-size:13px;line-height:1.45;overflow-wrap:anywhere;transition:color .18s ease}
.site-footer__column a:hover{color:#eef4f8}
.support-card{position:relative;overflow:hidden;min-height:196px;border:1px solid #202a37;border-radius:22px;background:#151c25;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(145px,.85fr)}
.support-card__copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:24px 8px 22px 24px}
.support-card__title{color:#f4f7fa;font-size:20px;line-height:1.2;font-weight:900}
.support-card__title span{display:inline-flex;align-items:center;margin-left:6px;padding:3px 9px;border-radius:999px;background:var(--brand-lime);color:#09100d;font-size:12px;vertical-align:middle}
.support-card__copy p{max-width:260px;margin:16px 0 18px;color:#98a5b5;font-size:13px;line-height:1.5}
.support-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:11px;background:#293341;color:#fff;font-size:13px;font-weight:850;white-space:nowrap}
.support-card__visual{position:relative;overflow:hidden}
.support-card__visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#151c25 0%,rgba(21,28,37,.48) 38%,transparent 74%)}
.support-card__visual img{width:100%;height:100%;object-fit:cover;object-position:31% 34%;filter:saturate(.8) contrast(1.03)}
.site-footer__services{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:38px;padding:22px 0;border-top:1px solid #18222e;border-bottom:1px solid #18222e}
.payment-strip,.social-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.social-strip{justify-content:flex-end}
.payment-token{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid #263342;background:#111923;color:#dce4ec;font-size:12px;font-weight:900}
.payment-token--usdt{background:#1b9e83;color:#fff}.payment-token--ton{background:#1596cf;color:#fff;font-size:9px}.payment-token--eth{background:#e8edf4;color:#18202a}.payment-token--btc{background:#f7931a;color:#fff;font-size:18px}.payment-token--more{background:#111923;color:#8c9aac}
.payment-separator{width:1px;height:34px;background:#22303e;margin-inline:4px}
.payment-badge,.social-strip span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border:1px solid #253343;border-radius:13px;background:#111923;color:#dce4ec;font-size:12px;font-weight:800;white-space:nowrap}
.site-footer__legal{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding-top:25px}
.site-footer__legal p{max-width:1160px;margin:0;color:#718197;font-size:11.5px;line-height:1.6}
.site-footer__age{width:48px;height:48px;border:3px solid #202a34;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:950}

@media(max-width:1120px){
  .site-footer__main{grid-template-columns:1fr;gap:30px}
  .site-footer__nav-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
  .support-card{min-height:180px;grid-template-columns:minmax(0,1fr) 250px}
  .support-card__copy p{max-width:480px}
}

@media(max-width:760px){
  .site-footer{margin-top:40px}
  .site-footer__inner{width:calc(100% - 24px);padding:30px 0 22px}
  .site-footer__topline{margin-bottom:28px}
  .site-footer__logo img{height:39px}
  .site-footer__locale{min-height:38px;padding:0 11px;font-size:12px;border-radius:11px}
  .site-footer__main{gap:26px}
  .site-footer__nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px;padding-top:0}
  .site-footer__column{gap:9px}
  .site-footer__column strong{font-size:15px;margin-bottom:2px}
  .site-footer__column a{font-size:12px;line-height:1.4}
  .support-card{min-height:170px;grid-template-columns:minmax(0,1fr) 36%;border-radius:18px}
  .support-card__copy{padding:20px 6px 18px 18px}
  .support-card__title{font-size:18px}
  .support-card__title span{padding:2px 7px;font-size:10px}
  .support-card__copy p{max-width:230px;margin:12px 0 14px;font-size:11.5px;line-height:1.45}
  .support-card__button{min-height:36px;padding:0 12px;font-size:11px}
  .support-card__visual img{object-position:30% 34%}
  .site-footer__services{grid-template-columns:1fr;gap:15px;margin-top:28px;padding:18px 0}
  .payment-strip{gap:8px}
  .social-strip{justify-content:flex-start;width:100%}
  .payment-token{width:36px;height:36px}
  .payment-badge,.social-strip span{min-height:36px;padding:0 11px;font-size:11px}
  .site-footer__legal{grid-template-columns:1fr auto;gap:16px;padding-top:20px;align-items:end}
  .site-footer__legal p{font-size:10.5px;line-height:1.55}
  .site-footer__age{width:42px;height:42px;font-size:14px}
}

@media(max-width:480px){
  .site-footer__inner{width:calc(100% - 20px)}
  .site-footer__topline{gap:12px}
  .site-footer__logo img{height:34px;max-width:132px}
  .site-footer__locale{min-height:34px;padding:0 9px;font-size:11px}
  .site-footer__nav-grid{grid-template-columns:1fr 1fr;gap:24px 14px}
  .site-footer__column strong{font-size:14px}
  .site-footer__column a{font-size:11px}
  .support-card{display:block;min-height:0}
  .support-card__copy{padding:18px}
  .support-card__copy p{max-width:none;margin:10px 0 13px;font-size:11px}
  .support-card__visual{display:none}
  .payment-strip{gap:7px}
  .payment-token{width:34px;height:34px;font-size:11px}
  .payment-token--btc{font-size:16px}
  .payment-separator{display:none}
  .payment-badge{min-height:34px;padding:0 9px;font-size:10px}
  .social-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .social-strip span{width:100%;min-height:36px;padding:0 8px;font-size:10px}
  .site-footer__legal{grid-template-columns:1fr;gap:14px;align-items:start}
  .site-footer__age{grid-row:1;width:40px;height:40px;font-size:13px}
  .site-footer__legal p{font-size:10px}
}
