:root {
  --sx-bg: #050b12;
  --sx-surface: rgba(13, 21, 32, .82);
  --sx-surface-2: rgba(17, 27, 40, .72);
  --sx-text: #f4f7fb;
  --sx-muted: #9db0c8;
  --sx-orange: #ff7a33;
  --sx-green: #25d56f;
  --sx-purple: #7937ff;
}

body {
  background:
    radial-gradient(circle at 22% 0%, rgb(77 75 90 / 0%), transparent 33%), radial-gradient(circle at 82% 9%, rgba(12, 80, 75, .18), transparent 34%), #050b12;
}

.home-main {
  padding-top: 5px;
}

.breadcrumb {
  display: none;
}

.sx-topbar {
  position: relative;
  z-index: 70;
  width: min(1536px, calc(100% - 56px));
  min-height: 66px;
  margin: 18px auto 0;
  padding: 0 14px 0 24px;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) minmax(360px, 520px);
  gap: 24px;
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: 8px;
  background: rgba(9, 15, 24, .74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.sx-logo,
.sx-logo .logo-img {
  display: block;
}

.sx-logo .logo-img {
  width: 142px;
  height: auto;
}

.sx-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

.sx-nav .nav-link {
  color: #d9e2f1;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  line-height: 1;
  opacity: .92;
}

.sx-nav .nav-link:hover,
.sx-nav .nav-link:focus-visible {
  color: #fff;
  opacity: 1;
}

.sx-fav-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--sx-orange);
  color: #180b04;
  font-size: 11px;
  font-weight: 950;
}

.sx-search-bay {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding-left: 48px;
}

.sx-search-bay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 54px;
  background: linear-gradient(114deg, transparent 0 48%, rgba(121, 55, 255, .95) 49% 51%, transparent 52%);
  pointer-events: none;
}

.sx-search-bay::after {
  content: "";
  position: absolute;
  left: 48px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 55, 255, .75), rgba(121, 55, 255, .25), transparent);
  pointer-events: none;
}

.sx-search-bay input {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(4, 9, 16, .82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  color: #f5f7fb;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.sx-search-bay input:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 122, 51, .55), 0 0 0 3px rgba(255, 122, 51, .08);
}

.sx-search-button,
.sx-heart-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: rgba(27, 37, 51, .88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
  color: #eaf0f8;
  cursor: pointer;
  text-decoration: none;
}

.sx-search-button svg,
.sx-heart-button svg {
  width: 17px;
  height: 17px;
}

.sx-search-button:hover,
.sx-heart-button:hover {
  background: rgba(38, 51, 68, .94);
  color: #fff;
}

.site-footer {
  position: relative;
  width: min(1536px, calc(100% - 56px));
  margin: 88px auto 0;
  padding: 56px 0 30px;
  border-top: 1px solid rgba(172, 185, 205, .12);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 430px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(121, 55, 255, .82));
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr;
  gap: 72px;
}

.footer-logo-img {
  width: 132px;
  height: auto;
}

.footer-tagline {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--sx-muted);
  font-size: 15px;
  line-height: 1.55;
}

.footer-col {
  display: grid;
  gap: 0px;
  align-content: start;
}

.footer-col h4 {
  margin: 0 0 6px;
  color: #77869d;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-col a {
  color: #c7d2e2;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .045);
  color: #6e7d93;
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom strong {
  color: #8e9db5;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-bottom span {
  color: var(--sx-purple);
}

@media (max-width: 1100px) {
  .sx-topbar {
    grid-template-columns: auto 1fr;
  }

  .sx-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 14px;
  }

  .sx-search-bay {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .home-main {
    padding-top: 14px;
  }

  .sx-topbar,
  .site-footer {
    width: calc(100% - 24px);
  }

  .sx-topbar {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .sx-search-bay {
    grid-column: auto;
    width: 100%;
    padding-left: 0;
  }

  .sx-search-bay::before,
  .sx-search-bay::after {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.sx-page {
  width: min(1360px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 26px 0 90px;
}

.sx-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, .94) 0%, rgba(3, 7, 14, .62) 36%, rgba(3, 7, 14, .18) 68%, rgba(3, 7, 14, .88) 100%),
    var(--sx-art) center / cover no-repeat,
    var(--sx-panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.sx-hero::after,
.sx-radar-board::after,
.sx-category-card::after,
.sx-editorial-card::after,
.sx-signal-card::after,
.sx-store-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(133, 67, 255, .72));
  pointer-events: none;
}

.sx-hero > div {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 58px 44px;
}

.sx-kicker {
  margin: 0 0 12px;
  color: var(--sx-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sx-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 76px);
  line-height: .94;
  letter-spacing: 0;
}

.sx-hero p:not(.sx-kicker) {
  max-width: 640px;
  margin: 22px 0 0;
  color: #c5d8ee;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.42;
}

.sx-proofbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: rgba(13, 23, 34, .7);
  box-shadow: inset 0 1px rgba(255, 255, 255, .03), 0 18px 50px rgba(0, 0, 0, .18);
}

.sx-proofbar span {
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 0 28px;
  color: #dbe8f5;
}

.sx-proofbar span + span {
  box-shadow: inset 1px 0 rgba(255, 255, 255, .06);
}

.sx-proofbar b {
  font-size: 14px;
}

.sx-proofbar small {
  color: #88a7c7;
  font-size: 12px;
  font-weight: 800;
}

.sx-section {
  margin-top: 42px;
}

.sx-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.sx-section-head h2 {
  margin: 0;
  color: #f7fbff;
  font-size: 32px;
  line-height: 1;
}

.sx-section-head p {
  margin: 8px 0 0;
  color: #8eb0d2;
  font-size: 15px;
  font-weight: 700;
}

.sx-section-head a {
  color: #aad1f7;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sx-radar-board {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  margin-top: 22px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(15, 27, 39, .84), rgba(10, 18, 28, .96));
}

.sx-radar-panel {
  padding: 32px 30px;
  box-shadow: inset -1px 0 rgba(255, 255, 255, .06);
}

.sx-radar-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: .96;
}

.sx-radar-panel p:not(.sx-kicker) {
  margin: 18px 0 30px;
  color: #a9c2de;
  font-weight: 750;
  line-height: 1.45;
}

.sx-radar-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.sx-radar-total span {
  max-width: 100px;
  color: #d7e6f7;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
}

.sx-radar-total strong {
  color: var(--sx-green);
  font-size: 34px;
}

.sx-radar-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sx-radar-stats span {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.sx-radar-stats b {
  color: #fff;
  font-size: 23px;
}

.sx-radar-stats small {
  color: #9cb9d7;
  font-weight: 800;
}

.sx-radar-list {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.sx-radar-row {
  position: relative;
  min-height: 80px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 150px 190px 150px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 0 24px;
  border-radius: 8px;
  color: #f5fbff;
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(8, 15, 24, .92), rgba(8, 15, 24, .72), rgba(8, 15, 24, .92)),
    var(--sx-art) center / cover no-repeat,
    rgba(255, 255, 255, .035);
}

.sx-radar-game,
.sx-radar-meta,
.sx-radar-save {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
}

.sx-radar-game strong,
.sx-radar-meta strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.sx-radar-row small {
  color: #95adc6;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.sx-radar-game small {
  text-transform: none;
}

.sx-radar-save {
  text-align: right;
}

.sx-radar-save strong {
  color: var(--sx-green);
  font-size: 26px;
}

.sx-editorial-grid,
.sx-store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sx-editorial-card,
.sx-category-card,
.sx-signal-card,
.sx-store-block {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(15, 27, 39, .85), rgba(8, 15, 24, .96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
}

.sx-editorial-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(3, 7, 14, .12), rgba(3, 7, 14, .88)),
    linear-gradient(90deg, rgba(4, 8, 15, .92), rgba(4, 8, 15, .18)),
    var(--sx-art) center / cover no-repeat;
}

.sx-editorial-card h3 {
  max-width: 480px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 26px;
  line-height: 1.03;
}

.sx-price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.sx-price-line span {
  color: #ffc342;
  font-size: 28px;
  font-weight: 950;
}

.sx-price-line small {
  color: #91e5b8;
  font-weight: 900;
}

.sx-discovery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sx-signal-card {
  padding: 22px;
}

.sx-signal-card h3,
.sx-store-block header span {
  margin: 0 0 14px;
  color: #fff;
  font-size: 23px;
}

.sx-signal-row,
.sx-category-row {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 7px;
  color: #eef7ff;
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(7, 13, 21, .96), rgba(7, 13, 21, .58), rgba(7, 13, 21, .94)),
    var(--sx-art) center / cover no-repeat;
}

.sx-signal-row span,
.sx-category-row span {
  display: grid;
  gap: 2px;
}

.sx-signal-row strong,
.sx-category-row strong {
  color: #fff;
}

.sx-signal-row small,
.sx-category-row small {
  color: #91adc9;
  font-weight: 800;
}

.sx-signal-row b,
.sx-category-row b {
  color: var(--sx-green);
  font-size: 17px;
}

.sx-store-block {
  padding: 18px;
}

.sx-store-block header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.sx-store-block header small {
  color: #91adc9;
  font-weight: 800;
}

.sx-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.sx-category-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(3, 7, 14, .12), rgba(3, 7, 14, .88)),
    linear-gradient(90deg, rgba(4, 8, 15, .86), rgba(4, 8, 15, .24)),
    var(--sx-art) center / cover no-repeat;
}

.sx-category-card:nth-child(1),
.sx-category-card:nth-child(6) {
  grid-column: span 3;
}

.sx-category-card:nth-child(2),
.sx-category-card:nth-child(3),
.sx-category-card:nth-child(4),
.sx-category-card:nth-child(5) {
  grid-column: span 2;
}

.sx-category-card h3 {
  margin: 0;
  font-size: 36px;
  line-height: .95;
}

.sx-category-card p:not(.sx-kicker) {
  max-width: 430px;
  margin: 9px 0 28px;
  color: #d2e3f4;
  font-weight: 800;
  line-height: 1.28;
}

.sx-category-card span {
  display: grid;
  gap: 2px;
}

.sx-category-card small {
  color: #91adc9;
  font-weight: 900;
  text-transform: uppercase;
}

.sx-category-card b {
  color: var(--sx-green);
  font-size: 25px;
}

.sx-category-row {
  grid-template-columns: 1fr auto auto;
}

.sx-category-row em {
  color: #dcb78e;
  font-style: normal;
  font-weight: 900;
}

.sx-decision-row {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(21, 31, 18, .96), rgba(23, 50, 27, .68), rgba(10, 16, 25, .94)),
    var(--sx-art) center / cover no-repeat;
}

.sx-decision-row span {
  display: grid;
  gap: 3px;
}

.sx-decision-row small {
  color: #a9c4dc;
  font-weight: 800;
}

.sx-decision-row b {
  color: var(--sx-green);
  font-size: 19px;
}

.sx-offer-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 980px) {
  .sx-page {
    width: min(100% - 28px, 720px);
  }

  .sx-hero {
    min-height: 360px;
  }

  .sx-hero > div {
    padding: 40px 24px;
  }

  .sx-proofbar,
  .sx-radar-board,
  .sx-discovery-grid,
  .sx-editorial-grid,
  .sx-store-grid,
  .sx-offer-strip {
    grid-template-columns: 1fr;
  }

  .sx-radar-row {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px;
  }

  .sx-radar-save {
    text-align: left;
  }

  .sx-category-grid {
    grid-template-columns: 1fr;
  }

  .sx-category-card:nth-child(n) {
    grid-column: auto;
  }
}

/* Shared migration layer for existing public renderers */
.mx-home {
  width: min(100% - 36px, 1360px);
  margin: 0 auto;
  padding: 28px 0 84px;
}

.mx-home a {
  color: inherit;
}

.mx-home-kicker,
.sx-unified-kicker {
  color: var(--sx-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mx-section,
.mx-radar,
.mx-categories,
.mx-showcase,
.mx-insight-banner,
.mx-offers-layout,
.sx-plan-layout,
.sx-unified-section {
  margin-top: 34px;
}

.mx-section-head,
.mx-offers-title,
.sx-plan-head,
.sx-unified-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 14px;
}

.mx-section h2,
.mx-offers-title h1,
.sx-plan-head h2,
.sx-unified-section h2 {
  margin: 0;
  color: var(--sx-text);
  font-size: 28px;
  line-height: 1.05;
}

.mx-section p,
.mx-offers-title p,
.sx-plan-head p,
.sx-unified-muted {
  margin: 7px 0 0;
  color: var(--sx-muted);
  font-size: 15px;
}

.mx-btn,
.sx-plan-clear,
.sx-plan-hero-link,
.sx-unified-actions a,
.sx-unified-actions button,
.sx-economy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: rgba(40, 51, 66, .88);
  color: var(--sx-text);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.mx-btn-primary,
.sx-plan-hero-link {
  background: var(--sx-orange);
  color: #111820;
}

.mx-btn-ghost,
.sx-economy-link {
  background: rgba(40, 51, 66, .72);
  color: var(--sx-text);
}

.mx-offers-hero,
.sx-plan-hero,
.sx-unified-hero {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(4, 8, 18, .94) 0%, rgba(4, 8, 18, .66) 38%, rgba(4, 8, 18, .2) 68%, rgba(4, 8, 18, .92) 100%),
    var(--offers-bg, var(--sx-art, none)) center / cover no-repeat,
    #0b121d;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.mx-offers-hero::after,
.sx-plan-hero::after,
.sx-unified-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(227 111 48), transparent);
}

.mx-offers-hero > *,
.sx-plan-hero > *,
.sx-unified-hero > * {
  position: relative;
  z-index: 1;
}

.mx-offers-hero,
.sx-unified-hero {
  padding: 58px 48px;
}

.mx-offers-hero h1,
.sx-unified-hero h1,
.sx-plan-hero h1 {
  max-width: 720px;
  margin: 12px 0 12px;
  color: var(--sx-text);
  font-size: clamp(44px, 6vw, 78px);
  line-height: .95;
}

.mx-offers-hero p,
.sx-unified-hero p,
.sx-plan-hero p {
  max-width: 620px;
  color: var(--sx-muted);
  font-size: 19px;
  line-height: 1.45;
}

.sx-offers-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.sx-offers-shortcut {
  position: relative;
  min-height: 74px;
  overflow: hidden;
  border-radius: 8px;
  padding: 14px 16px 13px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color: var(--sx-text);
  text-decoration: none;
  background: rgba(14, 24, 36, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 50px rgba(0,0,0,.18);
}

.sx-offers-shortcut::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 18, .92) 0%, rgba(4, 8, 18, .62) 54%, rgba(4, 8, 18, .84) 100%),
    var(--sx-art, none) center / cover no-repeat;
  opacity: .85;
  transition: opacity .18s ease, transform .18s ease;
}

.sx-offers-shortcut::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,116,49,.55), rgba(136,58,255,.38), transparent);
  opacity: .55;
}

.sx-offers-shortcut > * {
  position: relative;
  z-index: 1;
}

.sx-shortcut-mark {
  color: var(--sx-orange);
  font-weight: 950;
  transform: translateY(-16px);
}

.sx-offers-shortcut strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.sx-offers-shortcut small {
  display: block;
  margin-top: 4px;
  color: var(--sx-muted);
  font-size: 12px;
  line-height: 1.25;
}

.sx-offers-shortcut:hover::before,
.sx-offers-shortcut.is-active::before {
  opacity: 1;
  transform: scale(1.025);
}

.sx-offers-shortcut.is-active {
  background: rgba(39, 24, 21, .82);
}

.mx-home-hero {
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}

.mx-home-hero::after {
  content: "";
  position: absolute;
  left: 42%;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgb(227 111 48), transparent);
}

.mx-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 10px;
  background: rgba(13, 21, 32, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.mx-trust-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 18px 22px;
  color: var(--sx-muted);
}

.mx-trust-card + .mx-trust-card {
  box-shadow: inset 1px 0 0 rgba(255,255,255,.05);
}

.mx-trust-card b {
  display: block;
  color: var(--sx-text);
  margin-bottom: 3px;
}

.mx-trust-mark {
  color: var(--sx-orange);
}

.mx-radar {
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(13, 21, 32, .78);
}

.mx-radar-panel {
  padding: 30px 28px;
  box-shadow: inset -1px 0 0 rgba(255,255,255,.05);
}

.mx-radar-panel h2 {
  margin: 10px 0 14px;
  color: var(--sx-text);
  font-size: 34px;
  line-height: .98;
}

.mx-radar-panel p {
  color: var(--sx-muted);
  line-height: 1.45;
}

.mx-radar-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 16px;
}

.mx-radar-number b,
.mx-radar-save,
.mx-radar-price,
.mx-insight-save b,
.mx-mini-now {
  color: var(--sx-green);
}

.mx-radar-number strong {
  color: var(--sx-green);
  font-size: 34px;
}

.mx-radar-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mx-radar-stat {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.mx-radar-board {
  padding: 18px;
}

.mx-radar-head {
  display: none;
}

.mx-radar-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) .75fr .9fr auto;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  background: rgba(7, 13, 22, .8);
}

.mx-radar-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,13,22,.9), rgba(7,13,22,.56), rgba(7,13,22,.9)),
    var(--sx-art, none) center / cover no-repeat;
  opacity: .9;
}

.mx-radar-row > * {
  position: relative;
  z-index: 1;
}

.mx-radar-thumb {
  display: none;
}

.mx-radar-title,
.mx-radar-shop {
  color: var(--sx-text);
  font-weight: 900;
}

.mx-radar-sub {
  color: var(--sx-muted);
  font-size: 12px;
  font-weight: 800;
}

.mx-radar-save {
  display: grid;
  justify-items: end;
  font-size: 24px;
  font-weight: 950;
}

.mx-radar-save::before {
  content: "Economia";
  color: #92a7bd;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mx-offer-grid,
.mx-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mx-offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mx-favorite-wrap,
.mx-offer-card {
  min-width: 0;
}

.mx-offer-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #0f1824;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.mx-offer-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101823;
}

.mx-offer-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(8,17,28,0) 0%, rgba(8,17,28,.58) 62%, #08111c 100%);
}

.mx-offer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mx-offer-body {
  padding: 10px 12px 12px;
  background: #101b2a;
}

.mx-card-cut,
.card-discount,
.mx-featured-cut,
.mx-stack-cut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 8px 8px;
  border-radius: 8px;
  background: #eef4fb;
  color: #142030;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.mx-card-price,
.mx-featured-price,
.mx-stack-price {
  color: #ffc94a;
  font-weight: 950;
}

.mx-card-economy,
.mx-saving,
.mx-offer-saving {
  color: var(--sx-green);
}

.mx-card-ref,
.mx-mini-old {
  color: #9aa9ba;
  text-decoration: line-through;
}

.mx-offers-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
}

.mx-filter-panel {
  align-self: start;
  padding: 24px;
  border-radius: 10px;
  background: rgba(13, 21, 32, .9);
}

.mx-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.mx-filter-group {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.mx-filter-group-title {
  margin-bottom: 8px;
  color: #8295aa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mx-filter-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--sx-muted);
  text-decoration: none;
  font-weight: 800;
}

.mx-filter-link.is-active {
  background: rgba(255, 118, 69, .15);
  color: var(--sx-text);
  box-shadow: inset 3px 0 0 var(--sx-orange);
}

.sx-plan-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 360px;
  padding: 56px 52px;
  background:
    linear-gradient(90deg, rgba(26, 3, 8, .88), rgba(50, 8, 16, .5), rgba(4, 8, 18, .6)),
    url("https://cdn.cloudflare.steamstatic.com/steam/apps/1174180/library_hero.jpg") center / cover no-repeat,
    #120b10;
}

.sx-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
}

.sx-plan-main,
.sx-plan-summary,
.sx-plan-stores,
.sx-unified-item,
.sx-unified-stat,
.sx-unified-empty {
  border: 0 !important;
  border-radius: 10px;
  padding: 0px !important;
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 50px rgba(0,0,0,.22);
}

.sx-plan-main {
  padding: 28px;
}

.sx-plan-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.sx-plan-list {
  display: grid;
  gap: 12px;
}

.sx-plan-item,
.sx-plan-store {
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.sx-plan-summary,
.sx-plan-stores {
  padding: 22px;
}

.sx-unified {
  width: min(100% - 36px, 1360px) !important;
  max-width: none !important;
  padding: 28px 0 84px !important;
}

.sx-unified-hero {
  margin-bottom: 20px !important;
  background:
    linear-gradient(90deg, rgba(4,8,18,.9), rgba(4,8,18,.38), rgba(4,8,18,.86)),
    url("https://cdn.cloudflare.steamstatic.com/steam/apps/477160/library_hero.jpg") center / cover no-repeat,
    #101925 !important;
}

.sx-unified-summary {
  gap: 14px !important;
}

.sx-unified-stat {
  padding: 20px !important;
}

.sx-unified-list {
  gap: 12px !important;
}

.sx-unified-item {
  padding: 14px 16px !important;
}

.sx-unified-item.is-in-plan {
  box-shadow: inset 3px 0 0 rgba(34,197,94,.8), inset 0 1px 0 rgba(255,255,255,.04), 0 18px 50px rgba(0,0,0,.22) !important;
}

@media (max-width: 980px) {
  .mx-home,
  .sx-unified {
    width: min(100% - 28px, 720px) !important;
  }

  .mx-trust,
  .mx-radar,
  .mx-offers-layout,
  .sx-plan-layout {
    grid-template-columns: 1fr;
  }

  .sx-offers-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mx-offer-grid,
  .mx-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mx-radar-row {
    grid-template-columns: 1fr;
  }

  .mx-radar-save {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .mx-offer-grid,
  .mx-offers-grid,
  .sx-offers-shortcuts,
  .mx-trust {
    grid-template-columns: 1fr;
  }

  .mx-offers-hero,
  .sx-plan-hero,
  .sx-unified-hero {
    padding: 34px 24px;
  }
}

/* Production proportion pass: keep the approved DNA, but avoid the pages feeling stretched. */
.sx-topbar,
.site-footer {
  width: min(1500px, calc(100% - 56px));
}

.sx-topbar {
  min-height: 62px;
  grid-template-columns: auto minmax(360px, 1fr) minmax(300px, 430px);
  gap: 20px;
  margin-top: 24px;
  padding-left: 22px;
}

.sx-search-bay {
  min-height: 62px;
  grid-template-columns: minmax(0, 1fr) 40px 40px;
  gap: 9px;
  padding-left: 44px;
}

.sx-search-bay::before {
  width: 50px;
}

.sx-search-bay::after {
  left: 44px;
}

.sx-search-bay input,
.sx-search-button,
.sx-heart-button {
  height: 40px;
}

.sx-search-button,
.sx-heart-button {
  width: 40px;
}

.sx-page,
.mx-home,
.sx-unified {
  width: min(1500px, calc(100% - 56px)) !important;
}

.sx-hero {
  min-height: 300px;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, .94) 0%, rgba(3, 7, 14, .68) 34%, rgba(3, 7, 14, .12) 66%, rgba(3, 7, 14, .8) 100%),
    var(--sx-art, none) center / cover no-repeat,
    var(--sx-panel);
}

.sx-hero > div {
  padding: 50px 42px;
}

.sx-hero h1 {
  font-size: clamp(44px, 5.2vw, 68px);
}

.sx-hero p:not(.sx-kicker) {
  max-width: 600px;
  font-size: 18px;
}

.sx-radar-hero,
.sx-categories-hero {
  background:
    linear-gradient(90deg, rgba(3, 7, 14, .94) 0%, rgba(3, 7, 14, .62) 31%, rgba(3, 7, 14, .16) 63%, rgba(3, 7, 14, .82) 100%),
    var(--sx-art, none) center / cover no-repeat,
    #07111d;
}

.sx-radar-board {
  grid-template-columns: 300px 1fr;
}

.sx-radar-row {
  min-height: 78px;
}

.sx-plan-hero,
.sx-unified-hero {
  min-height: 270px;
}

.sx-plan-hero {
  padding: 44px 46px;
}

.sx-unified-hero {
  padding: 46px 42px !important;
}

.sx-plan-hero h1,
.sx-unified-hero h1 {
  font-size: clamp(40px, 5vw, 62px);
}

.sx-unified-summary {
  margin-top: 18px;
}

.sx-unified-section {
  margin-top: 38px;
}

.sx-unified-item {
  padding: 16px 18px !important;
}

.sx-plan-layout {
  align-items: start;
}

.sx-plan-main,
.sx-plan-sidebar {
  align-self: start;
}

.sx-plan-hero {
  background:
    linear-gradient(90deg, rgba(23, 3, 8, .9) 0%, rgba(57, 8, 18, .52) 42%, rgba(4, 8, 18, .82) 100%),
    url("https://cdn.cloudflare.steamstatic.com/steam/apps/1174180/library_hero.jpg") center / cover no-repeat,
    #101019 !important;
}

.site-footer {
  margin-top: 82px;
  padding-top: 54px;
}

@media (max-width: 1100px) {
  .sx-topbar {
    grid-template-columns: auto 1fr;
  }

  .sx-search-bay {
    grid-column: 1 / -1;
  }

  .sx-page,
  .mx-home,
  .sx-unified {
    width: min(100% - 32px, 760px) !important;
  }
}

/* Shared assembly shell: LOCKED navbar v1.0 + footer v1 */
.topbar.sx-topbar.savexp-nav {
  --nav-bg: rgb(11 16 24 / 40%);
  --nav-bay: rgba(5, 10, 16, .56);
  --nav-line: rgba(128, 67, 255, .9);
  position: relative;
  z-index: 70;
  display: block;
  width: min(1335px, calc(100% - 56px));
  min-height: 62px;
  margin: 24px auto 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 10px;
  background: var(--nav-bg);
  box-shadow: 0 18px 22px rgb(0 0 0 / 35%), inset 0 1px 0 rgb(255 255 255 / 8%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.topbar.sx-topbar.savexp-nav::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  width: 224px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(227 110 48), transparent);
  pointer-events: none;
}

.topbar.sx-topbar.savexp-nav .savexp-nav__inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 20px;
  padding: 0 14px 0 22px;
}

.topbar.sx-topbar.savexp-nav .savexp-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.topbar.sx-topbar.savexp-nav .savexp-logo .logo-img {
  display: block;
  width: 142px;
  height: auto;
}

.topbar.sx-topbar.savexp-nav .savexp-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

.topbar.sx-topbar.savexp-nav .savexp-links .nav-link {
  color: rgba(238, 246, 255, .92);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, opacity .16s ease;
}

.topbar.sx-topbar.savexp-nav .savexp-links .nav-link:hover {
  color: #fff;
}

.topbar.sx-topbar.savexp-nav .sx-fav-count {
  display: inline-grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  margin-left: 4px;
  border-radius: 999px;
  background: var(--sx-orange);
  color: #111820;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.topbar.sx-topbar.savexp-nav .savexp-search-bay {
 align-items: center;
    align-self: stretch;
    background: linear-gradient(122deg, transparent 0 37px, rgb(49 49 49 / 44%) 38px);
    display: flex;
    gap: 10px;
    margin-right: -16px;
    min-height: 64px;
    padding: 0 14px 0 54px;
    position: relative;
    overflow: visible;
}

.topbar.sx-topbar.savexp-nav .savexp-search-bay::before {
     background: transparent;
    content: "";
    height: 76px;
    left: 28px;
    opacity: .9;
    position: absolute;
    top: -6px;
    transform: rotate(31deg);
    width: 1px;
}

.topbar.sx-topbar.savexp-nav .savexp-search-bay::after {
 content: "";
    position: absolute;
    right: 18px;
    bottom: -1px;
    width: 224px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(228 111 48), transparent);
    pointer-events: none;
}

.topbar.sx-topbar.savexp-nav .savexp-search {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  background: rgba(2, 7, 12, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .045);
  color: #fff;
  font-size: 14px;
  outline: none;
}

.topbar.sx-topbar.savexp-nav .savexp-search:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 0 3px rgba(128, 67, 255, .12);
}

.topbar.sx-topbar.savexp-nav .savexp-search::placeholder {
  color: rgba(224, 235, 248, .48);
}

.topbar.sx-topbar.savexp-nav .savexp-icon {
  width: 75px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: rgba(244, 249, 255, .94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  text-decoration: none;
  cursor: pointer;
  transition: background .16s ease, transform .16s ease;
}

.topbar.sx-topbar.savexp-nav .savexp-icon:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.gp-detail-page .topbar.sx-topbar.savexp-nav {
  position: absolute;
  top: 24px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.site-footer.savexp-footer {
  width: min(1335px, calc(100% - 56px));
  margin: 0px auto 0;
  padding: 96px 40px 36px;
  border-top: 1px solid rgba(128, 67, 255, .58);
  background: linear-gradient(180deg, rgba(8, 14, 22, .82), rgba(6, 11, 17, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.site-footer.savexp-footer .footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) 1fr 1fr;
  gap: 96px;
  max-width: 1335px;
  margin: 0 auto;
}

.site-footer.savexp-footer .footer-logo-img {
  width: 146px;
  height: auto;
}

.site-footer.savexp-footer .footer-tagline {
  max-width: 360px;
  margin-top: 20px;
  color: rgba(174, 199, 226, .86);
  font-size: 15px;
  line-height: 1.55;
}

.site-footer.savexp-footer .footer-col h4 {
  margin: 0 0 22px;
  color: rgba(143, 164, 193, .78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer.savexp-footer .footer-col a {
  display: block;
  margin-top: 14px;
  color: rgba(214, 228, 244, .88);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer.savexp-footer .footer-col a:hover {
  color: #fff;
}

.site-footer.savexp-footer .footer-bottom {
  max-width: 1360px;
  margin: 72px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .045);
  color: rgba(115, 139, 168, .72);
}

.site-footer.savexp-footer .savexp-footer__signature {
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-footer.savexp-footer .savexp-footer__signature span {
  color: var(--sx-purple-strong);
}

@media (max-width: 1100px) {
  .topbar.sx-topbar.savexp-nav .savexp-nav__inner {
    grid-template-columns: auto 1fr;
    row-gap: 12px;
    padding: 12px 14px;
  }

  .topbar.sx-topbar.savexp-nav .savexp-links {
    justify-content: flex-end;
    gap: 18px;
  }

  .topbar.sx-topbar.savexp-nav .savexp-search-bay {
    grid-column: 1 / -1;
  }

  .site-footer.savexp-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .site-footer.savexp-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .topbar.sx-topbar.savexp-nav,
  .site-footer.savexp-footer {
    width: min(100% - 24px, 520px);
  }

  .topbar.sx-topbar.savexp-nav .savexp-nav__inner {
    grid-template-columns: 1fr;
  }

  .topbar.sx-topbar.savexp-nav .savexp-links {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .topbar.sx-topbar.savexp-nav .savexp-search-bay {
    min-height: 52px;
    padding-left: 0;
    background: transparent;
  }

  .topbar.sx-topbar.savexp-nav .savexp-search-bay::before,
  .topbar.sx-topbar.savexp-nav .savexp-search-bay::after,
  .topbar.sx-topbar.savexp-nav::after {
    display: none;
  }

  .site-footer.savexp-footer {
    padding: 64px 24px 28px;
  }

  .site-footer.savexp-footer .footer-inner,
  .site-footer.savexp-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Shared assembly footer: compact locked visual override */
.site-footer.savexp-footer {
  position: relative;
  width: min(1320px, calc(100% - 56px));
  margin: 0px auto 0;
  padding: 0 40px;
  border-top: 0;
  background: radial-gradient(circle at 18% 0%, rgb(61 208 255 / 4%), transparent 28%), linear-gradient(55deg, rgb(14 23 34 / 4%), rgb(10 17 26 / 17%));
    box-shadow: none;
    border-radius: 12px;
}

.site-footer.savexp-footer::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: transparent;
}

.site-footer.savexp-footer::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 0;
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(228 111 48));
}

.site-footer.savexp-footer .footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(2, minmax(140px, .5fr));
  gap: 48px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 46px 0 30px;
}

.site-footer.savexp-footer .footer-logo-img {
  width: 124px;
  height: auto;
}

.site-footer.savexp-footer .footer-tagline {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(174, 199, 226, .86);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer.savexp-footer .footer-col h4 {
  margin: 0 0 16px;
  color: rgba(143, 164, 193, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer.savexp-footer .footer-col a {
  display: block;
  margin-top: 11px;
  color: rgba(214, 228, 244, .88);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.site-footer.savexp-footer .footer-col a:first-of-type {
  margin-top: 0;
}

.site-footer.savexp-footer .footer-col a:hover {
  color: #fff;
}

.site-footer.savexp-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 0 0;
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
  color: rgba(115, 139, 168, .72);
  font-size: 11px;
}

.site-footer.savexp-footer .savexp-footer__signature {
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-footer.savexp-footer .savexp-footer__signature span {
  color: var(--sx-purple-strong);
}

@media (max-width: 1100px) {
  .site-footer.savexp-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .site-footer.savexp-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-footer.savexp-footer {
    width: min(100% - 24px, 520px);
    padding: 0 24px;
  }

  .site-footer.savexp-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0 24px;
  }

  .site-footer.savexp-footer .footer-bottom {
    display: grid;
    gap: 12px;
  }
}


/* Mobile footer decoration: keep the line inside the footer box */
@media (max-width: 720px) {
  .site-footer.savexp-footer::before {
    width: auto;
    max-width: none;
  }
}
