* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #02060c;
  scroll-behavior: smooth;
}

body.zenon-sliced-home {
  margin: 0;
  min-height: 100vh;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 50% 0, rgba(28, 137, 255, .16), transparent 34%),
    linear-gradient(180deg, #01050b 0, #02060c 48%, #000 100%);
}

.zenon-sliced-home a,
.zenon-sliced-home a:hover,
.zenon-sliced-home a:visited,
.zenon-sliced-home a:active {
  text-decoration: none;
}

.zenon-page {
  width: min(1199px, 100%);
  margin: 0 auto;
  background: #02060c;
  box-shadow: 0 0 60px rgba(0, 0, 0, .72);
}

.slice-header,
.slice-hero,
.slice-footer {
  position: relative;
  width: 100%;
}

.slice-hero {
  overflow: hidden;
  margin-top: clamp(47px, 4.67vw, 56px);
  aspect-ratio: 1199 / 396;
}

.slice-header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1000;
  width: min(1199px, 100%);
  height: clamp(47px, 4.67vw, 56px);
  background:
    linear-gradient(180deg, rgba(3, 7, 13, .98), rgba(0, 3, 8, .98));
  border-bottom: 1px solid rgba(215, 154, 45, .28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .42);
  transform: translateX(-50%);
}

#servidor,
#eventos {
  scroll-margin-top: 70px;
}

.slice-hero img,
.slice-footer img,
.slice-card img {
  display: block;
  width: 100%;
  height: auto;
}

.slice-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}

.slice-content {
  display: grid;
  grid-template-columns: 335fr 444fr 420fr;
  align-items: stretch;
  width: 87%;
  min-height: clamp(385px, 32vw, 455px);
  margin: 0 auto;
  background: #02060c;
}

.slice-card {
  display: block;
  min-width: 0;
  height: 100%;
  background: #02060c;
}

.slice-card img {
  height: auto;
  object-fit: contain;
}

.home-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-width: 0;
  height: 100%;
  background:
    radial-gradient(circle at 100% 50%, rgba(30, 118, 207, .10), transparent 46%),
    #02060c;
}

.home-left {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-width: 0;
}

.home-panel {
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 31, .96), rgba(2, 9, 17, .98));
  border: 1px solid rgba(195, 139, 40, .48);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(91, 187, 255, .05);
  overflow: hidden;
}

.home-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(92, 151, 209, .16);
  background: linear-gradient(90deg, rgba(10, 32, 54, .76), rgba(2, 9, 17, .28));
}

.home-panel h2 {
  margin: 0;
  color: #f7fbff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-panel h2:before {
  content: "✦";
  margin-right: 8px;
  color: #ffc652;
  text-shadow: 0 0 12px rgba(255, 198, 82, .45);
}

.home-panel header a {
  color: #f5bd49;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-panel ol,
.home-panel ul {
  list-style: none;
  margin: 0;
  padding: 10px 13px;
}

.home-panel li {
  display: grid;
  grid-template-columns: 24px 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border-bottom: 1px solid rgba(92, 151, 209, .14);
}

.home-panel li:last-child {
  border-bottom: 0;
}

.home-panel img {
  width: 31px;
  height: 31px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 202, 92, .54);
  background: rgba(2, 9, 17, .92);
}

.rank-position {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.home-panel li:nth-child(1) .rank-position,
.home-panel li:nth-child(2) .rank-position,
.home-panel li:nth-child(3) .rank-position {
  background: linear-gradient(180deg, #d7a43f, #7b4b13);
}

.home-panel strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
}

.home-panel small {
  display: block;
  margin-top: 1px;
  color: #92a6bc;
  font-size: 10px;
  line-height: 1.1;
}

.home-panel b {
  color: #f5f8ff;
  font-size: 12px;
}

.home-events li {
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 45px;
}

.home-events img {
  width: 34px;
  height: 34px;
  border-radius: 5px;
}

.home-events strong {
  color: #f5bd49;
  text-transform: uppercase;
}

.home-events b {
  color: #ffe08b;
}

.home-news {
  height: auto;
}

.home-news > div {
  padding: 12px 13px;
}

.news-featured {
  position: relative;
  display: block;
  min-height: 138px;
  padding: 80px 14px 12px;
  border: 1px solid rgba(92, 151, 209, .24);
  border-radius: 6px;
  overflow: hidden;
  background: #030d18;
}

.news-featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
}

.news-featured:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(2, 8, 15, .92));
}

.news-featured span,
.news-featured strong,
.news-featured small {
  position: relative;
  z-index: 1;
}

.news-featured span {
  display: block;
  color: #f5bd49;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-featured strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.news-featured small {
  display: block;
  margin-top: 5px;
  color: #aebdcd;
  font-size: 10px;
  text-transform: uppercase;
}

.news-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.news-list li {
  border-bottom: 1px solid rgba(92, 151, 209, .14);
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  color: inherit;
}

.news-list img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 5px;
}

.news-list strong {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.news-list small {
  display: block;
  margin-top: 3px;
  color: #92a6bc;
  font-size: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 36px;
  width: 100%;
  margin: 0;
  padding: 28px 24px 26px;
  background:
    linear-gradient(180deg, rgba(5, 18, 31, .96), rgba(2, 9, 17, .98));
  border: 1px solid rgba(195, 139, 40, .48);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(91, 187, 255, .05);
}

.footer-brand img {
  width: 176px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(58, 164, 255, .28));
}

.footer-brand p {
  max-width: 210px;
  margin: 14px 0 0;
  color: #92a6bc;
  font-size: 12px;
  line-height: 1.55;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
}

.footer-col,
.footer-social {
  justify-self: center;
  width: max-content;
  min-width: 120px;
}

.footer-col h3,
.footer-social h3 {
  margin: 0 0 12px;
  color: #f7fbff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  margin-top: 8px;
  color: #92a6bc;
  font-size: 12px;
}

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

.footer-social h3 {
  margin-bottom: 10px;
  padding-left: 0;
  text-align: center;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 4px 0;
  color: #a9c0d8;
  font-size: 12px;
  border-radius: 4px;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.social-link:hover {
  color: #ffd56b;
  background: rgba(255, 197, 73, .07);
  transform: translateX(2px);
}

.social-icon {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  color: #65c9ff;
  background: rgba(24, 132, 210, .13);
  border: 1px solid rgba(77, 181, 247, .24);
  border-radius: 50%;
}

.social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.social-link:hover .social-icon {
  color: #ffd56b;
  border-color: rgba(255, 197, 73, .45);
}

.footer-status strong {
  display: block;
  color: #36ff5d;
  font-size: 22px;
  font-weight: 950;
  text-shadow: 0 0 12px rgba(57, 255, 93, .40);
}

.footer-status a {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  border: 1px solid rgba(245, 189, 73, .58);
  border-radius: 4px;
}

.home-bp {
  align-self: start;
  height: auto;
  min-height: 0;
}

.home-bp ol {
  padding-top: 18px;
}

.home-bp h2:before {
  content: "BP";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 20px;
  margin-right: 8px;
  border-radius: 999px;
  color: #07111d;
  background: linear-gradient(180deg, #f8ca62, #9c6218);
  font-size: 9px;
  font-weight: 950;
  text-shadow: none;
}

.home-bp b {
  color: #ffe08b;
  white-space: nowrap;
}

.home-leaders {
  align-self: stretch;
  height: 100%;
}

.leader-list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-content: stretch;
  gap: 12px;
  height: calc(100% - 42px);
  padding: 13px;
  position: relative;
}

.leader-list:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 189, 73, .42), rgba(92, 151, 209, .22), transparent);
  transform: translateY(-50%);
}

.leader-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 0;
  padding: 10px 12px;
  background:
    linear-gradient(180deg, rgba(8, 29, 50, .76), rgba(3, 13, 24, .88));
  border: 1px solid rgba(92, 151, 209, .24);
  border-left-color: rgba(245, 189, 73, .62);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(91, 187, 255, .04);
  overflow: hidden;
}

.leader-card:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 58px;
  height: 42px;
  background: url("rankings/assets/images/ranking/coroaBP.png") center / contain no-repeat;
  opacity: .82;
  filter:
    saturate(1.18)
    contrast(1.08)
    drop-shadow(0 0 9px rgba(245, 189, 73, .42));
  transform: translateY(-50%);
  pointer-events: none;
}

.leader-card img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border: 1px solid rgba(255, 202, 92, .54);
  border-radius: 5px;
  background: rgba(2, 9, 17, .92);
}

.leader-card span {
  display: block;
  color: #f5bd49;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.leader-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leader-card small {
  display: block;
  margin-top: 2px;
  color: #92a6bc;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leader-card em,
.leader-card i {
  font-style: normal;
}

.leader-card em {
  color: #f5bd49;
}

.leader-card b {
  display: block;
  color: #ffe08b;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.home-empty {
  display: block !important;
  min-height: 70px !important;
  padding: 22px 0;
  color: #aebdcd;
  font-size: 12px;
  text-align: center;
}

.hot {
  position: absolute;
  display: block;
  z-index: 5;
  border-radius: 4px;
}

.hot:focus-visible {
  outline: 2px solid #6fd8ff;
  outline-offset: 2px;
}

.logo {
  left: 2.6%;
  top: 7%;
  width: 13.2%;
  height: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(58, 164, 255, .34))
    drop-shadow(0 0 10px rgba(255, 197, 73, .24));
}

.nav,
.login,
.criar-topo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(9px, .86vw, 12px);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .16s ease, text-shadow .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
  text-decoration: none;
}

.nav:hover,
.login:hover,
.criar-topo:hover {
  color: #ffd56b;
  text-shadow: 0 0 14px rgba(255, 197, 73, .82);
  text-decoration: none;
}

.nav:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd56b, transparent);
  box-shadow: 0 0 14px rgba(255, 197, 73, .92);
  transform: translateX(-50%);
}

.inicio { left: 25.5%; top: 0; width: 5.5%; height: 100%; }
.servidor { left: 31.8%; top: 0; width: 7.0%; height: 100%; }
.downloads { left: 39.6%; top: 0; width: 8.5%; height: 100%; }
.ranking { left: 48.9%; top: 0; width: 7.0%; height: 100%; }
.mix { left: 56.7%; top: 0; width: 5.0%; height: 100%; }
.regras { left: 62.5%; top: 0; width: 7.0%; height: 100%; }
.login {
  left: 81.0%;
  top: 14%;
  width: 7.0%;
  height: 69%;
  border: 1px solid rgba(116, 143, 172, .48);
  background: rgba(4, 10, 18, .82);
}
.criar-topo {
  left: 89.0%;
  top: 14%;
  width: 8.9%;
  height: 69%;
  color: #fff;
  background: linear-gradient(180deg, #f2bd55, #9a5a13);
  border: 1px solid rgba(255, 221, 128, .82);
  box-shadow: 0 0 20px rgba(219, 154, 45, .34);
}

.login:hover {
  border-color: rgba(255, 213, 107, .78);
}

.criar-topo:hover {
  box-shadow: 0 0 26px rgba(255, 197, 73, .62);
}

.jogar,
.download {
  cursor: pointer;
  border: 0;
  transition:
    background .16s ease,
    box-shadow .16s ease,
    filter .16s ease,
    transform .08s ease;
}

.jogar {
  left: 32.1%;
  top: 63.9%;
  width: 16.8%;
  height: 15.0%;
  background: rgba(255, 190, 50, .02);
}

.download {
  left: 49.6%;
  top: 63.9%;
  width: 16.5%;
  height: 15.0%;
  background: rgba(31, 135, 224, .02);
}

.jogar:hover,
.jogar:focus-visible {
  background:
    radial-gradient(ellipse at center, rgba(255, 224, 137, .3), rgba(221, 145, 21, .1) 62%, transparent 80%);
  box-shadow:
    0 0 13px rgba(255, 206, 72, .9),
    0 0 32px rgba(255, 167, 25, .5),
    inset 0 0 18px rgba(255, 239, 188, .25);
  filter: brightness(1.18);
}

.download:hover,
.download:focus-visible {
  background:
    radial-gradient(ellipse at center, rgba(80, 189, 255, .26), rgba(17, 105, 196, .1) 62%, transparent 80%);
  box-shadow:
    0 0 13px rgba(53, 174, 255, .88),
    0 0 32px rgba(24, 118, 255, .5),
    inset 0 0 18px rgba(151, 224, 255, .22);
  filter: brightness(1.2);
}

.jogar:active,
.download:active {
  transform: translateY(2px) scale(.985);
  filter: brightness(.9);
}

.jogar:active {
  background: rgba(154, 88, 9, .18);
  box-shadow:
    0 0 9px rgba(255, 174, 24, .54),
    inset 0 4px 12px rgba(31, 17, 0, .5);
}

.download:active {
  background: rgba(4, 60, 127, .2);
  box-shadow:
    0 0 9px rgba(35, 145, 255, .54),
    inset 0 4px 12px rgba(0, 15, 39, .55);
}

.saiba {
  left: 74.2%;
  top: 86.0%;
  width: 10.9%;
  height: 8.3%;
  cursor: pointer;
  border: 0;
  background: rgba(255, 183, 42, .025);
  box-shadow: inset 0 0 10px rgba(255, 205, 83, .04);
  transition:
    background .16s ease,
    box-shadow .16s ease,
    filter .16s ease,
    transform .08s ease;
}

.saiba:hover,
.saiba:focus-visible {
  background:
    radial-gradient(ellipse at center, rgba(255, 214, 109, .27), rgba(211, 133, 17, .09) 58%, transparent 76%);
  box-shadow:
    0 0 10px rgba(255, 191, 49, .78),
    0 0 25px rgba(255, 169, 28, .48),
    inset 0 0 13px rgba(255, 229, 153, .25);
  filter: brightness(1.2);
}

.saiba:active {
  transform: translateY(1px) scale(.985);
  background: rgba(154, 88, 9, .2);
  box-shadow:
    0 0 8px rgba(255, 174, 24, .52),
    inset 0 3px 9px rgba(21, 10, 0, .48);
  filter: brightness(.92);
}
.footer-downloads { left: 31.0%; top: 31.0%; width: 6.0%; height: 16.0%; }
.footer-ranking { left: 31.0%; top: 47.0%; width: 5.3%; height: 14.0%; }
.footer-conta { left: 45.0%; top: 57.0%; width: 5.0%; height: 14.0%; }

.server-status-bar {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 87%;
  min-height: 74px;
  margin: -10px auto 0;
  background:
    linear-gradient(180deg, rgba(5, 15, 25, .97), rgba(2, 8, 15, .98));
  border: 1px solid rgba(195, 139, 40, .52);
  border-radius: 4px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(88, 180, 255, .04);
  overflow: hidden;
}

.status-cell {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 14px 18px 14px 56px;
  border-right: 1px solid rgba(101, 133, 166, .16);
}

.status-cell:last-child {
  border-right: 0;
}

.status-cell:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(213, 165, 64, .96), rgba(89, 57, 15, .96));
  border: 1px solid rgba(255, 217, 122, .52);
  box-shadow: 0 0 16px rgba(219, 165, 55, .20);
  transform: translateY(-50%);
}

.status-cell:after {
  position: absolute;
  left: 27px;
  top: 50%;
  color: #ffe2a0;
  font-size: 14px;
  font-weight: 900;
  transform: translateY(-53%);
}

.status-cell:nth-child(1):after { content: "♛"; color: #ffe2a0; }
.status-cell:nth-child(2):after { content: "◆"; }
.status-cell:nth-child(3):after { content: "◆"; }
.status-cell:nth-child(4):after { content: "◆"; }
.status-cell:nth-child(5):after { content: "♜"; }
.status-cell:nth-child(6):after { content: "◴"; }

.status-cell span {
  color: #aebdcd;
  font-size: clamp(7px, .64vw, 10px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.status-cell strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
  color: #fff;
  font-size: clamp(15px, 1.55vw, 22px);
  font-weight: 950;
  line-height: 1;
}

.status-cell:nth-child(2) strong {
  font-size: clamp(13px, 1.2vw, 18px);
}

.status-server strong {
  color: #39ff5d;
  text-shadow: 0 0 12px rgba(57, 255, 93, .45);
}

.status-server i {
  position: absolute;
  right: 14%;
  top: 61%;
  width: clamp(7px, .75vw, 11px);
  height: clamp(7px, .75vw, 11px);
  border-radius: 50%;
  background: #39ff5d;
  box-shadow: 0 0 10px rgba(57, 255, 93, .78);
  transform: translateY(-50%);
}

.status-server.is-offline strong {
  color: #ff5555;
  text-shadow: 0 0 12px rgba(255, 85, 85, .45);
}

.status-server.is-offline i {
  background: #ff5555;
  box-shadow: 0 0 10px rgba(255, 85, 85, .78);
}

.status-server:not(.is-online):not(.is-offline) strong {
  color: #ffd56b;
  text-shadow: 0 0 12px rgba(255, 213, 107, .45);
}

@media (max-width: 760px) {
  .zenon-page {
    width: 100%;
  }

  .slice-content {
    grid-template-columns: 1fr;
  }

  .home-side {
    grid-template-rows: auto;
  }

  .server-status-bar {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .slice-header {
    height: 96px;
    background-size: auto 104px;
  }

  .slice-hero {
    margin-top: 96px;
  }

  .logo {
    left: 3%;
    top: 6px;
    width: 25%;
    height: 46px;
  }

  .login {
    left: auto;
    right: 27%;
    top: 10px;
    width: 18%;
    height: 36px;
  }

  .criar-topo {
    left: auto;
    right: 3%;
    top: 10px;
    width: 22%;
    height: 36px;
  }

  .nav {
    top: 56px;
    height: 40px;
    font-size: 9px;
  }

  .inicio { left: 2%; width: 13%; }
  .servidor { left: 15%; width: 17%; }
  .downloads { left: 32%; width: 21%; }
  .ranking { left: 53%; width: 16%; }
  .mix { left: 69%; width: 11%; }
  .regras { left: 80%; width: 18%; }

  .site-footer {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
    padding: 22px 18px;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
  }

  .footer-brand img {
    width: 160px;
  }

  .footer-brand p {
    max-width: none;
    margin: 0;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .footer-status a {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .site-footer {
    width: calc(100% - 20px);
    padding: 20px 16px;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand img {
    margin: 0 auto;
  }

  .footer-brand p {
    margin-top: 10px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-status strong {
    font-size: 20px;
  }
}
