/* Sunwin — layout theo Figma 1920 / 393 */

@property --sw-s {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

:root {
  --sw-bg: #0f0a0a;
  --sw-footer: #1f0e07;
  --sw-gold-1: #f0d57f;
  --sw-gold-2: #fefbdb;
  --sw-gold-3: #ffe68c;
  --sw-gold-4: #ffd330;
  --sw-gold-5: #f29d09;
  --sw-gold-6: #ff9f3e;
  --sw-gold-7: #ffd77b;
  --sw-red: #6d0003;
  --sw-s: min(1, 100vw / 1920px);
  --sw-font: "Be Vietnam Pro", "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

body.sunwin-page,
body.sunwin-page #wrapper,
body.sunwin-page .page-wrapper {
  background-color: var(--sw-bg) !important;
  background-image: url("../images/bg-body.png") !important;
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-attachment: scroll !important;
}

.sunwin-landing,
.sunwin-landing #wrapper,
.sunwin-landing .page-wrapper,
.sunwin-landing #main,
.sunwin-landing .content-area {
  background-color: var(--sw-bg) !important;
  margin: 0;
}

body.sunwin-page:not(.sunwin-landing) #main,
body.sunwin-page:not(.sunwin-landing) .content-area,
body.sunwin-page:not(.sunwin-landing) .blog-wrapper {
  background: transparent !important;
}

.sunwin-landing .header-wrapper,
.sunwin-landing #header,
.sunwin-landing .header,
.sunwin-landing #top-bar,
.sunwin-landing .page-title,
.sunwin-landing .breadcrumbs {
  display: none !important;
}

.sunwin-page .footer-wrapper,
.sunwin-page #footer,
.sunwin-page .absolute-footer {
  display: none !important;
}

.sunwin-landing #wrapper,
.sunwin-landing .page-wrapper,
.sunwin-landing #main,
.sunwin-landing .content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

body.sunwin-landing,
body.sunwin-landing .sw,
body.sunwin-landing h1,
body.sunwin-landing h2,
body.sunwin-landing h3,
body.sunwin-landing h4,
body.sunwin-landing h5,
body.sunwin-landing h6,
body.sunwin-landing p,
body.sunwin-landing a,
body.sunwin-landing span,
body.sunwin-landing li,
body.sunwin-landing time,
body.sunwin-landing strong,
body.sunwin-landing em,
body.sunwin-landing b,
body.sunwin-landing button,
body.sunwin-landing input,
body.sunwin-landing textarea,
body.sunwin-landing select,
body.sunwin-landing .heading-font,
body.sunwin-landing .alt-font,
body.sunwin-landing .section-title,
body.sunwin-landing .section-title-main,
body.sunwin-landing .section-title span,
body.sunwin-landing .nav > li > a,
body.sunwin-landing .button,
.sw {
  font-family: var(--sw-font) !important;
}

.sw {
  color: #fff;
  background: var(--sw-bg);
  overflow-x: clip;
}

.sw a {
  text-decoration: none;
  color: inherit;
}

.sw img {
  display: block;
  border: 0;
}

.sw-gold {
  background: linear-gradient(180deg, var(--sw-gold-1) 0%, var(--sw-gold-2) 48.6%, var(--sw-gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sw-gold-head {
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sw-gold-soft {
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-7) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sw-gold-line {
  background: linear-gradient(90deg, var(--sw-gold-4) 0%, #fffdc0 10.18%, var(--sw-gold-5) 67.88%, #ffe959 79.6%, #fffdc0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== 1920 stage ===== */
.sw-hero {
  position: relative;
  overflow: visible;
  height: calc(950px * var(--sw-s));
  background: transparent;
}

.sw-hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 32px * var(--sw-s));
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  z-index: 0;
}

.sw-hero-spot,
.sw-hero::after,
.sw-main::before {
  display: none;
}

.sw-main {
  position: relative;
  overflow: visible;
  height: auto;
  padding: 8px 0 48px;
  background: #0f0a0a;
}

.sw-main-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-40px * var(--sw-s));
  width: 100%;
  height: calc(100% + 40px * var(--sw-s));
  background-color: transparent;
  background-image: url("../images/bg-body.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 2;
}

.sw-foot {
  position: relative;
  overflow: visible;
  height: calc(340px * var(--sw-s));
  background: var(--sw-footer);
}

.sw-site-footer {
  position: relative;
  z-index: 4;
  font-family: var(--sw-font);
}

.sw-site-footer,
.sw-site-footer h3,
.sw-site-footer a,
.sw-site-footer span,
.sw-site-footer nav {
  font-family: var(--sw-font) !important;
}

.sw-stage {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  width: 1920px;
  margin-left: -960px;
  transform: scale(var(--sw-s));
  transform-origin: top center;
}

.sw-stage--hero { height: 950px; }
.sw-stage--main {
  position: relative;
  left: auto;
  top: auto;
  width: min(calc(792px * var(--sw-s)), calc(100% - 32px));
  height: auto;
  margin: 0 auto;
  transform: none;
}
.sw-stage--foot {
  height: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding: 40px 0 24px 367px;
  box-sizing: border-box;
}
.sw-stage--foot > .sw-abs {
  position: relative;
  left: auto;
  top: auto;
}

.sw-abs {
  position: absolute;
  box-sizing: border-box;
}

/* Hero */
.sw-logo {
  left: 874px;
  top: 16px;
  width: 173px;
  height: 140px;
}
.sw-logo img {
  width: 173px;
  height: 140px;
  object-fit: contain;
}

.sw-tagline {
  left: 0;
  right: 0;
  top: 168px;
  width: 100%;
  margin: 0;
  padding: 4px 24px 6px;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.35;
  white-space: nowrap;
}

.sw-ramos {
  left: 367px;
  top: 205px;
  width: 282px;
  height: 440px;
  overflow: hidden;
  border-radius: 20px;
  background: none;
}
.sw-ramos video {
  display: block;
  width: 282px;
  height: 440px;
  object-fit: cover;
  object-position: top;
  background: none;
}
.sw-ramos-play {
  position: absolute;
  left: 113px;
  top: 192px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 2px solid #ffd330;
  border-radius: 50%;
  background: rgba(20, 8, 6, 0.72);
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #ffd330;
  font-size: 0;
  line-height: 0;
  transform: none;
  -webkit-text-fill-color: #ffd330;
}
.sw-ramos-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffd330;
  background: none;
}
.sw-ramos.is-playing .sw-ramos-play { display: none; }

.sw-visual {
  left: 666px;
  top: 205px;
  width: 588px;
  height: 598px;
}
.sw-visual img {
  width: 588px;
  height: 598px;
  object-fit: contain;
  object-position: top;
}

.sw-card {
  left: 1278px;
  top: 205px;
  width: 282px;
  height: 440px;
}
.sw-card > img {
  width: 282px;
  height: 440px;
  object-fit: cover;
  border-radius: 28px;
}
.sw-card-hit {
  position: absolute;
  left: 22px;
  top: 188px;
  width: 238px;
  height: 142px;
}

.sw-btn-and {
  left: 563px;
  top: 828px;
  width: 384px;
  height: 84px;
}
.sw-btn-ios {
  left: 971px;
  top: 828px;
  width: 384px;
  height: 84px;
}
.sw-btn-and img,
.sw-btn-ios img {
  width: 384px;
  height: 84px;
  object-fit: contain;
}
.sw-btn--mb { display: none; }

/* Main — bài viết cùng cột 792 Figma, scale theo --sw-s */
.sw-stage--main .sw-abs {
  position: relative;
  left: auto;
  top: auto;
}

.sw-partners-row {
  display: flex;
  gap: calc(16px * var(--sw-s));
  justify-content: center;
  margin: 0 0 calc(28px * var(--sw-s));
}

.sw-partners-head {
  position: relative;
  width: 100%;
  margin: calc(8px * var(--sw-s)) 0 calc(14px * var(--sw-s));
  padding: calc(10px * var(--sw-s)) 0 0;
  text-align: center;
  font-size: max(16px, calc(24px * var(--sw-s)));
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sw-partners-head::before,
.sw-partners-head::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(160px * var(--sw-s));
  height: 2px;
  background: radial-gradient(circle, #610000 0%, rgba(64, 0, 0, 0) 80%);
}
.sw-partners-head::before { left: 0; }
.sw-partners-head::after { right: 0; }

.sw-partner {
  width: calc(250px * var(--sw-s));
  height: calc(119px * var(--sw-s));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--sw-s));
  border-radius: calc(33px * var(--sw-s));
  background:
    radial-gradient(ellipse at 50% 100%, rgba(110, 0, 0, 0.9), transparent 70%),
    linear-gradient(90deg, #241103, #17100e);
  box-shadow: inset 0 0 14px rgba(75, 0, 0, 0.86);
}
.sw-partner--1,
.sw-partner--2,
.sw-partner--3 { flex: 1 1 0; max-width: calc(250px * var(--sw-s)); }
.sw-partner img {
  height: calc(56px * var(--sw-s));
  width: auto;
  max-width: 80%;
  object-fit: contain;
}
.sw-partner span {
  font-size: max(12px, calc(22px * var(--sw-s)));
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.sw-partner--2 span {
  font-size: max(11px, calc(16px * var(--sw-s)));
  letter-spacing: 0.02em;
  text-align: center;
}

.sw .container.section-title-container {
  width: 100%;
  max-width: none;
  margin: calc(28px * var(--sw-s)) 0 calc(16px * var(--sw-s));
  padding: 0;
}
.sw .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: max(18px, calc(26px * var(--sw-s)));
  font-weight: 800;
  line-height: 1.35;
}
.sw .section-title b {
  display: block;
  flex: 1 1 0;
  min-width: 24px;
  height: 2px;
  background: radial-gradient(circle, #610000 0%, rgba(64, 0, 0, 0) 80%);
}
.sw .section-title-main {
  flex: 0 1 auto;
  max-width: 86%;
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw .section-title-main .emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em;
  vertical-align: -0.1em;
}
.sw-h2 {
  width: 100%;
  margin: calc(36px * var(--sw-s)) 0 calc(14px * var(--sw-s));
  padding: 6px 4px 8px;
  text-align: center;
  font-size: max(16px, calc(24px * var(--sw-s)));
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.3;
}

.sw-copy {
  width: 100%;
  color: #fff;
  font-size: max(15px, calc(20px * var(--sw-s)));
  font-weight: 500;
  line-height: 1.4;
}
.sw-copy a {
  color: var(--sw-gold-4);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 211, 48, 0.45);
}
.sw-copy a:hover {
  color: var(--sw-gold-2);
  border-bottom-color: var(--sw-gold-2);
}
.sw-copy strong {
  color: #fff8e6;
  font-weight: 800;
}
.sw-copy p { margin: 0 0 calc(12px * var(--sw-s)); }
.sw-copy ul {
  margin: 0 0 calc(14px * var(--sw-s));
  padding-left: calc(22px * var(--sw-s));
}
.sw-copy li {
  margin-bottom: calc(6px * var(--sw-s));
}
.sw-copy li::marker { color: var(--sw-gold-4); }
.sw-copy h3 {
  margin: calc(20px * var(--sw-s)) 0 calc(8px * var(--sw-s));
  padding: 2px 0 4px;
  font-size: max(16px, calc(20px * var(--sw-s)));
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-copy .sw-lead {
  font-size: max(16px, calc(20px * var(--sw-s)));
}
.sw-copy em {
  color: #f0d57f;
  font-style: normal;
}

.sw-faq {
  width: 100%;
  margin: 0 0 calc(28px * var(--sw-s));
}
.sw-faq details {
  margin: 0 0 calc(10px * var(--sw-s));
  border: 1px solid rgba(240, 213, 127, 0.22);
  border-radius: calc(12px * var(--sw-s));
  background:
    radial-gradient(ellipse at 50% 100%, rgba(110, 0, 0, 0.4), transparent 70%),
    rgba(0, 0, 0, 0.32);
}
.sw-faq summary {
  display: block;
  cursor: pointer;
  padding: calc(14px * var(--sw-s)) calc(44px * var(--sw-s)) calc(14px * var(--sw-s)) calc(16px * var(--sw-s));
  position: relative;
  color: #fff8e6;
  font-size: max(15px, calc(18px * var(--sw-s)));
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}
.sw-faq summary::-webkit-details-marker { display: none; }
.sw-faq summary::after {
  content: "+";
  position: absolute;
  right: calc(16px * var(--sw-s));
  top: 50%;
  transform: translateY(-50%);
  color: var(--sw-gold-4);
  font-size: 1.2em;
  font-weight: 700;
}
.sw-faq details[open] summary::after { content: "–"; }
.sw-faq details p {
  margin: 0;
  padding: 0 calc(16px * var(--sw-s)) calc(14px * var(--sw-s));
  color: #fff;
  font-size: max(14px, calc(17px * var(--sw-s)));
  line-height: 1.5;
}
.sw-faq details a {
  color: var(--sw-gold-4);
  font-weight: 700;
}
.sw-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  margin: 0 0 calc(16px * var(--sw-s));
  padding: calc(10px * var(--sw-s)) calc(16px * var(--sw-s));
  border: 1px solid rgba(240, 213, 127, 0.35);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 8% 50%, rgba(61, 204, 111, 0.12), transparent 42%),
    rgba(0, 0, 0, 0.32);
  font-size: max(13px, calc(15px * var(--sw-s)));
  color: #f3ead4;
}
.sw-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dcc6f;
  box-shadow: 0 0 8px rgba(61, 204, 111, 0.85);
}
.sw-status-sep { color: rgba(240, 213, 127, 0.55); }
.sw-status strong {
  color: #3dcc6f;
  font-weight: 800;
}

.sw-dl {
  display: grid;
  gap: calc(12px * var(--sw-s));
  margin: 0 0 calc(18px * var(--sw-s));
}
.sw-dl-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: calc(14px * var(--sw-s));
  min-height: calc(72px * var(--sw-s));
  padding: calc(10px * var(--sw-s)) calc(10px * var(--sw-s)) calc(10px * var(--sw-s)) calc(22px * var(--sw-s));
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(240, 213, 127, 0.55);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 12% 50%, rgba(255, 211, 48, 0.14), transparent 42%),
    linear-gradient(180deg, #4a220c 0%, #1f0d06 55%, #140806 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 140, 0.22),
    0 6px 18px rgba(0, 0, 0, 0.35);
}
.sw-dl-item:hover {
  border-color: var(--sw-gold-4);
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 140, 0.35),
    0 0 18px rgba(255, 211, 48, 0.18);
}
.sw-dl-plat {
  font-size: max(12px, calc(15px * var(--sw-s)));
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-dl-desc {
  font-size: max(12px, calc(15px * var(--sw-s)));
  font-weight: 500;
  line-height: 1.3;
  color: #f3ead4;
}
.sw-dl-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc(44px * var(--sw-s));
  padding: 0 calc(18px * var(--sw-s));
  border-radius: 999px;
  font-size: max(12px, calc(14px * var(--sw-s)));
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3a1606;
  background: linear-gradient(180deg, #fff3b0 0%, var(--sw-gold-4) 48%, #e08a00 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.sw-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(12px * var(--sw-s));
  margin: calc(16px * var(--sw-s)) 0 calc(20px * var(--sw-s));
}
.sw-stats div {
  padding: calc(14px * var(--sw-s)) calc(8px * var(--sw-s));
  text-align: center;
  border: 1px solid rgba(240, 213, 127, 0.35);
  border-radius: calc(12px * var(--sw-s));
  background:
    radial-gradient(ellipse at 50% 100%, rgba(110, 0, 0, 0.55), transparent 70%),
    rgba(0, 0, 0, 0.32);
}
.sw-stats strong {
  display: block;
  color: var(--sw-gold-4);
  font-size: max(18px, calc(24px * var(--sw-s)));
  font-weight: 800;
}
.sw-stats span {
  font-size: max(11px, calc(13px * var(--sw-s)));
  color: #e8e0d0;
}

.sw-about-img {
  display: block;
  width: 100%;
  height: auto;
  margin: calc(20px * var(--sw-s)) 0;
  object-fit: cover;
  border-radius: calc(16px * var(--sw-s));
  border: 1px solid rgba(240, 213, 127, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.sw-guide,
.sw-copy a.sw-guide {
  display: block;
  width: 100%;
  height: auto;
  margin: calc(16px * var(--sw-s)) 0 calc(20px * var(--sw-s));
  border-radius: calc(32px * var(--sw-s));
  overflow: hidden;
  border: 1px solid var(--sw-red);
  border-bottom: 1px solid var(--sw-red);
  box-shadow: 0 8px 28px rgba(109, 0, 3, 0.35);
  font-weight: inherit;
}
.sw-guide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sw-game-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(14px * var(--sw-s));
  margin: calc(18px * var(--sw-s)) 0 calc(22px * var(--sw-s));
}
.sw-game-cat {
  display: grid;
  grid-template-columns: calc(92px * var(--sw-s)) 1fr;
  gap: calc(12px * var(--sw-s));
  align-items: center;
  padding: calc(10px * var(--sw-s));
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(240, 213, 127, 0.3);
  border-radius: calc(14px * var(--sw-s));
  background:
    radial-gradient(ellipse at 0% 100%, rgba(110, 0, 0, 0.45), transparent 70%),
    rgba(0, 0, 0, 0.32);
}
.sw-game-cat:hover { border-color: var(--sw-gold-4); }
.sw-game-cat img {
  width: 100%;
  height: auto;
  aspect-ratio: 310 / 490;
  object-fit: cover;
  border-radius: calc(10px * var(--sw-s));
}
.sw-game-cat h3 {
  margin: 0 0 6px;
  font-size: max(13px, calc(16px * var(--sw-s)));
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-game-cat p {
  margin: 0;
  font-size: max(12px, calc(14px * var(--sw-s)));
  line-height: 1.35;
  color: #f3ead4;
}

.sw-more {
  margin: calc(8px * var(--sw-s)) 0 calc(20px * var(--sw-s));
  padding: calc(22px * var(--sw-s)) calc(18px * var(--sw-s)) calc(16px * var(--sw-s));
  border-radius: calc(20px * var(--sw-s));
  border: 1px solid rgba(240, 213, 127, 0.22);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(80, 20, 8, 0.35), transparent 55%),
    rgba(16, 10, 10, 0.72);
}
.sw-more-block h3,
.sw-more-minis h3 {
  margin: 0 0 calc(6px * var(--sw-s));
  padding: 2px 0 2px;
  font-size: max(16px, calc(20px * var(--sw-s)));
  font-weight: 800;
  line-height: 1.35;
  background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-more-block > p,
.sw-more-minis p {
  margin: 0 0 calc(14px * var(--sw-s));
  font-size: max(13px, calc(15px * var(--sw-s)));
  line-height: 1.5;
  color: #f3ead4;
}
.sw-more-row {
  display: flex;
  align-items: center;
  gap: calc(12px * var(--sw-s));
}
.sw-more-feat {
  display: block;
  width: auto;
  height: 155px;
  border-radius: calc(14px * var(--sw-s));
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}
.sw-more-feat img {
  width: auto;
  height: 155px;
  object-fit: cover;
  object-position: center top;
}
.sw-slider {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 155px;
  overflow: hidden;
}
.sw-slider-track {
  display: flex;
  width: max-content;
  height: 155px;
  animation: sw-marquee 28s linear infinite;
}
.sw-slider:hover .sw-slider-track {
  animation-play-state: paused;
}
.sw-slider-track img {
  display: block;
  height: 155px;
  width: auto;
  flex: none;
}
@keyframes sw-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.sw-more-minis {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: calc(18px * var(--sw-s));
  align-items: center;
  margin-top: calc(22px * var(--sw-s));
  padding-top: calc(20px * var(--sw-s));
  border-top: 1px solid rgba(240, 213, 127, 0.16);
}
.sw-more-phone {
  display: block;
  min-width: 0;
}
.sw-more-phone img {
  width: 100%;
  height: auto;
}

/* News — cùng cột bài viết */
.sw-news {
  position: relative;
  z-index: 3;
  padding: calc(40px * var(--sw-s)) 16px calc(36px * var(--sw-s));
  background: #0f0a0a url("../images/bg-body.png") center top / cover no-repeat;
}
.sw-news-inner {
  width: min(calc(792px * var(--sw-s)), calc(100% - 32px));
  margin: 0 auto;
}
.sw-news h2 {
  margin: 0 0 calc(20px * var(--sw-s));
  padding: 6px 4px 8px;
  text-align: center;
  font-size: max(18px, calc(28px * var(--sw-s)));
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.3;
}
.sw-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(12px * var(--sw-s));
}
.sw-news-list a {
  display: block;
  padding: calc(14px * var(--sw-s)) calc(14px * var(--sw-s)) calc(12px * var(--sw-s));
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(110, 0, 0, 0.4), transparent 70%),
    rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(240, 213, 127, 0.28);
  border-radius: calc(12px * var(--sw-s));
  font-size: max(13px, calc(16px * var(--sw-s)));
  font-weight: 600;
  line-height: 1.4;
}
.sw-news-list a:hover {
  border-color: var(--sw-gold-1);
  color: var(--sw-gold-2);
}
.sw-news-list time {
  display: block;
  margin-bottom: calc(6px * var(--sw-s));
  color: var(--sw-gold-1);
  font-size: max(11px, calc(12px * var(--sw-s)));
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sw-news-more {
  display: block;
  margin-top: calc(20px * var(--sw-s));
  text-align: center;
  font-size: max(13px, calc(16px * var(--sw-s)));
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sw-gold-4);
}

/* Footer */
.sw-foot-logo {
  width: 273px;
  height: 220px;
  flex: 0 0 273px;
  object-fit: contain;
}

.sw-contact,
.sw-policies-col,
.sw-cert {
  width: 282px;
  flex: 0 0 282px;
}

.sw-foot h3 {
  margin: 0 0 16px;
  padding: 2px 4px 4px;
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
}

.sw-socials {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 16px;
}
.sw-socials img {
  width: 48px;
  height: 48px;
}

.sw-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  width: fit-content;
  padding: 8px 16px 8px 8px;
  border: 1px solid var(--sw-gold-1);
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
}
.sw-support img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sw-policies {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.sw-policies a {
  color: #fff;
}

.sw-dmca {
  width: 175px;
  height: 55px;
  margin: 0 auto;
  object-fit: contain;
}

.sw-dock { display: none; }

/* ===== Mobile 393 ===== */
@media (max-width: 767px) {
  :root { --sw-s: 1; }

  .sw { padding-bottom: 104px; }

  .sw-hero,
  .sw-main,
  .sw-foot {
    height: auto;
    overflow: visible;
  }

  .sw-hero {
    min-height: 0;
    height: auto;
    padding: 0 0 12px;
  }

  .sw-hero-bg {
    height: 100%;
    object-position: center bottom;
  }

  .sw-stage--hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sw-main {
    background-size: 100% auto;
    padding: 24px 10px 40px;
  }

  .sw-foot { height: auto; padding: 24px 10px 20px; }

  .sw-stage {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    transform: none;
  }

  .sw-stage--hero,
  .sw-stage--main,
  .sw-stage--foot {
    height: auto;
  }

  .sw-abs {
    position: relative;
    left: auto !important;
    top: auto !important;
  }

  .sw-logo {
    display: block;
    width: 140px;
    height: 112px;
    margin: 16px auto 0;
  }
  .sw-logo img {
    width: 140px;
    height: 112px;
  }

  .sw-tagline {
    width: 100%;
    margin: 6px 0 0;
    padding: 0 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .sw img.sw-ramos,
  .sw-ramos,
  .sw-card,
  .sw-card > img { display: none !important; }

  .sw-visual {
    display: block;
    width: 100%;
    height: auto;
    max-width: 360px;
    margin: 4px auto 0;
  }
  .sw-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sw-btn--pc { display: none !important; }
  .sw-btn--mb {
    display: block;
    position: relative;
    left: auto !important;
    top: auto !important;
    width: min(360px, calc(100% - 24px));
    height: auto;
    margin: 6px auto 0;
  }
  .sw-btn--mb img {
    width: 100%;
    height: auto;
  }

  .sw-stage--main,
  .sw-news-inner {
    width: 100%;
  }

  .sw-partners-head {
    width: 100%;
    font-size: 16px;
    padding: 8px 0 12px;
    margin-top: 8px;
  }
  .sw-partners-head::before,
  .sw-partners-head::after {
    width: 14vw;
    top: 50%;
  }

  .sw-partners-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 393px;
    margin: 0 auto 8px;
  }

  .sw-partner {
    width: auto;
    height: 56px;
    gap: 4px;
    border-radius: 16px;
    padding: 6px;
  }
  .sw-partner img { height: 26px; }
  .sw-partner span { font-size: 11px; }

  .sw .section-title {
    font-size: 18px;
    gap: 8px;
  }
  .sw .section-title-main { max-width: 78%; }
  .sw-h2 {
    width: 100%;
    font-size: 17px;
    margin: 22px 0 10px;
  }

  .sw-copy,
  .sw-copy .sw-lead {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .sw-copy h3 { font-size: 16px; }

  .sw-dl-item {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 6px;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 18px;
  }
  .sw-dl-cta {
    min-height: 36px;
    padding: 0 14px;
    margin-top: 4px;
  }

  .sw-about-img {
    width: 100%;
    height: auto;
    margin: 16px 0;
  }

  .sw-guide {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 16px;
  }
  .sw-guide img {
    width: 100%;
    height: auto;
  }

  .sw-game-cats { grid-template-columns: 1fr; }
  .sw-game-cat { grid-template-columns: 72px 1fr; }

  .sw-more {
    padding: 16px 12px 12px;
    border-radius: 16px;
  }
  .sw-more-row { flex-wrap: wrap; }
  .sw-more-minis { grid-template-columns: 1fr; }
  .sw-more-feat img { height: 155px; width: auto; }
  .sw-slider,
  .sw-slider-track,
  .sw-slider-track img { height: 155px; }
  .sw-more-minis { margin-top: 18px; padding-top: 16px; }
  .sw-stats { grid-template-columns: 1fr; }

  .sw-stage--foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }

  .sw-news {
    padding: 28px 12px 24px;
  }
  .sw-news h2 { font-size: 16px; }
  .sw-news-list { grid-template-columns: 1fr; }
  .sw-news-list a { font-size: 14px; padding: 10px 12px; }

  .sw-stage--foot {
    padding: 0;
    gap: 16px;
  }

  .sw-foot-logo {
    width: 160px;
    height: auto;
    flex: none;
    margin: 0 auto;
  }

  .sw-contact,
  .sw-policies-col,
  .sw-cert {
    width: auto;
    flex: none;
  }

  .sw-contact { grid-column: 1 / -1; }

  .sw-foot h3 { font-size: 13px; margin-bottom: 10px; }
  .sw-socials { gap: 16px; }
  .sw-socials img { width: 40px; height: 40px; }
  .sw-support { font-size: 14px; }
  .sw-policies { font-size: 13px; gap: 12px; }
  .sw-dmca { width: 140px; height: auto; }

  .sw-dock {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: calc(104px + env(safe-area-inset-bottom, 0px));
    overflow: visible;
    background: none;
    padding: 0;
  }

  .sw-dock-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 430px;
    height: 104px;
    margin: 0 auto;
  }

  .sw-dock-side {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    width: 42%;
    height: 64px;
    padding: 0 10px 16px;
    color: transparent;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 0;
    overflow: visible;
  }
  .sw-dock-promo {
    left: 0;
    background: url("../images/dock-left.svg") left bottom / 100% 64px no-repeat;
  }
  .sw-dock-app {
    right: 0;
    background: url("../images/dock-right.svg") right bottom / 100% 64px no-repeat;
  }
  .sw-dock-side img {
    position: absolute;
    left: 50%;
    top: -5px;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    object-fit: contain;
  }
  .sw-dock-promo img { transform: translate(calc(-50% - 18px), 0); }
  .sw-dock-app img { transform: translate(calc(-50% + 18px), 0); }
  .sw-dock-promo span { transform: translateX(-18px); }
  .sw-dock-app span { transform: translateX(18px); }
  .sw-dock-side span {
    position: relative;
    top: -8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(180deg, var(--sw-gold-2) 30%, var(--sw-gold-6) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sw-dock-play {
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    width: 176px;
    height: 90px;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    transform: translateX(-50%);
    overflow: visible;
  }
  .sw-dock-play-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: fill;
    object-position: bottom center;
    pointer-events: none;
  }
  .sw-dock-chip {
    position: absolute;
    left: 50%;
    top: -6px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
      radial-gradient(circle at 50% 42%, #7a0c0c 0 34%, transparent 36%),
      repeating-conic-gradient(#e8c98a 0 16deg, #8c1515 16deg 32deg);
    box-shadow:
      0 0 0 3px #d4af6a,
      0 3px 8px rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
  .sw-dock-play-txt {
    position: relative;
    z-index: 1;
    width: 128px;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
  }
}
