/*
 * Homepage
 *
 * Cinematic landing page inspired by the EvolvedWOTLK concept. Shared header
 * and footer markup remain untouched; all layout overrides are homepage-scoped.
 */

.home-body {
  background: #020914;
}

.home-body::before {
  content: none;
}

.home-body .content-wrapper {
  margin-top: calc(var(--header-offset) + var(--nav-height));
  overflow: hidden;
}

.home-page {
  --home-border: rgba(87, 154, 204, 0.34);
  --home-panel: rgba(3, 17, 31, 0.88);
  --home-copy: #9fb6cc;
  position: relative;
  color: #e5f2ff;
}

.home-page::after {
  content: "";
  position: absolute;
  inset: 560px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 11% 18%,
      rgba(18, 111, 174, 0.11),
      transparent 27%
    ),
    radial-gradient(
      circle at 87% 37%,
      rgba(21, 101, 156, 0.1),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(1, 8, 17, 0.84), rgba(1, 8, 17, 0.94));
}

.home-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.home-hero {
  position: relative;
  z-index: 1;
  min-height: clamp(540px, 39vw, 650px);
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: #03101e url("/assets/img/background.jpg") center top / cover
    no-repeat;
  border-bottom: 1px solid rgba(43, 132, 193, 0.24);
}

.home-hero::before,
.home-hero::after {
  content: none;
}

.home-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.home-hero-copy {
  width: min(760px, 54%);
  padding: 58px 0 68px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-kicker {
  margin-bottom: 23px;
  color: #8cc9f0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0 0 24px;
  color: #edf5ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 3.85vw, 4.35rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.hero-title span {
  color: #21bdf4;
  text-shadow: 0 0 26px rgba(26, 174, 234, 0.22);
}

.hero-subtext {
  max-width: 560px;
  margin: 0 0 30px;
  color: #b3c6d9;
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  color: #eaf6ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.home-btn {
  min-width: 210px;
  padding: 0 23px;
}

.home-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.home-btn.primary {
  border: 1px solid #159fea;
  background: linear-gradient(
    180deg,
    rgba(17, 137, 225, 0.92),
    rgba(5, 66, 145, 0.94)
  );
  box-shadow:
    inset 0 1px rgba(211, 244, 255, 0.28),
    0 0 25px rgba(9, 137, 226, 0.34);
}

.home-btn.gold {
  border: 1px solid rgba(193, 145, 33, 0.72);
  background: linear-gradient(
    180deg,
    rgba(92, 67, 15, 0.82),
    rgba(46, 31, 5, 0.92)
  );
  box-shadow:
    inset 0 1px rgba(255, 231, 156, 0.13),
    0 0 22px rgba(175, 123, 17, 0.18);
}

.home-content {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding-bottom: 30px;
}

.realm-status-panel,
.home-panel,
.home-cta {
  border: 1px solid var(--home-border);
  background:
    radial-gradient(circle at 15% 0, rgba(23, 115, 173, 0.12), transparent 33%),
    linear-gradient(180deg, rgba(5, 24, 42, 0.93), rgba(2, 14, 27, 0.95));
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(180, 225, 255, 0.04);
}

.realm-status-panel {
  position: relative;
  padding: 22px 26px 33px;
  border-radius: 14px;
}

.realm-status-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
  color: #9cb2c8;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.server-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 0.7rem;
}

.server-status-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.server-status-badge.online {
  color: #5ee5b0;
  border: 1px solid rgba(34, 197, 139, 0.36);
  background: rgba(12, 122, 88, 0.16);
}

.server-status-badge.online::before {
  background: #24df9e;
  box-shadow: 0 0 9px #24df9e;
  animation: homePulse 2s infinite;
}

.server-status-badge.partial {
  color: #f1cb6c;
  border: 1px solid rgba(219, 168, 52, 0.36);
  background: rgba(133, 88, 11, 0.18);
}

.server-status-badge.partial::before {
  background: #eec24e;
}

.server-status-badge.offline {
  color: #ef8e8e;
  border: 1px solid rgba(215, 74, 74, 0.36);
  background: rgba(130, 35, 35, 0.18);
}

.server-status-badge.offline::before {
  background: #e96f6f;
}

@keyframes homePulse {
  50% {
    opacity: 0.45;
  }
}

.realm-status-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr) 1.35fr;
  align-items: start;
}

.realm-stat {
  min-width: 0;
  min-height: 86px;
  padding: 8px 22px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  border-left: 1px solid rgba(78, 132, 171, 0.25);
}

.realm-stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.realm-stat > i {
  flex: 0 0 auto;
  color: #5d91b9;
  font-size: 2.15rem;
}

.realm-stat div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.realm-stat span {
  color: #8198af;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.realm-stat strong {
  margin-top: 5px;
  overflow: hidden;
  color: #edf6ff;
  font-size: 1.02rem;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.realm-stat.uptime strong {
  overflow: visible;
  font-size: clamp(0.72rem, 0.82vw, 1.02rem);
  letter-spacing: -0.015em;
  text-overflow: clip;
  white-space: nowrap;
}

.realm-stat.players strong {
  margin: 0 0 3px;
  font-size: 2rem;
}

.status-value.online {
  color: #61e6b1;
}

.status-value.offline {
  color: #ef8e8e;
}

.realm-stat.realmlist {
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 8px;
}

.realmlist-copy-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 3px;
}

.realm-stat.realmlist strong {
  margin-top: 0;
  font-size: 1.02rem;
  white-space: nowrap;
}

.realm-stat.realmlist .copy-btn {
  margin-top: 0;
}

.copy-btn {
  flex: 0 0 auto;
  height: 32px;
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #9bc9eb;
  border: 1px solid rgba(60, 139, 197, 0.42);
  border-radius: 7px;
  background: rgba(13, 61, 98, 0.34);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: 180ms ease;
}

.copy-btn:hover,
.copy-btn.copied {
  color: #fff;
  border-color: #3bbef1;
  background: rgba(16, 104, 157, 0.48);
}

.copy-btn.copied {
  color: #d8ffee;
  border-color: rgba(34, 197, 139, 0.7);
  background: rgba(11, 125, 85, 0.5);
  box-shadow: 0 0 14px rgba(34, 197, 139, 0.18);
}

.status-updated {
  position: absolute;
  right: 35%;
  bottom: -13px;
  left: 35%;
  min-height: 27px;
  display: grid;
  place-items: center;
  color: #8da5bb;
  border: 1px solid rgba(40, 100, 145, 0.32);
  border-radius: 0 0 12px 12px;
  background: #041426;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-announcement {
  margin-top: 24px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c8daea;
  border: 1px solid rgba(73, 145, 196, 0.35);
  border-radius: 9px;
  background: rgba(5, 26, 45, 0.9);
}

.home-announcement > i {
  color: #4fc6ee;
  font-size: 1.35rem;
}

.home-announcement div {
  display: flex;
  gap: 10px;
}

.home-announcement a {
  margin-left: auto;
  color: #64c9ef;
}

.home-section {
  padding-top: 42px;
}

.ornament-heading {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 17px;
}

.ornament-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57, 124, 171, 0.48));
}

.ornament-heading span:last-child {
  background: linear-gradient(90deg, rgba(57, 124, 171, 0.48), transparent);
}

.ornament-heading h2 {
  position: relative;
  margin: 0;
  color: #c9d9e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.ornament-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 8px;
  height: 8px;
  border: 1px solid #1d92cf;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 12px rgba(29, 146, 207, 0.42);
}

.ornament-heading.compact {
  margin-bottom: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.feature-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  color: #dbeafa;
  border: 1px solid rgba(79, 136, 177, 0.42);
  border-radius: 12px;
  background: #061426;
  text-decoration: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.feature-card:hover {
  color: #fff;
  border-color: rgba(75, 186, 237, 0.68);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(27, 142, 202, 0.12);
  transform: translateY(-4px);
}

.feature-card img,
.feature-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.feature-card img {
  object-fit: cover;
}

.feature-card-shade {
  background: linear-gradient(
    180deg,
    transparent 36%,
    rgba(2, 11, 21, 0.7) 61%,
    #03101f 88%
  );
}

.feature-icon {
  position: absolute;
  left: 23px;
  bottom: 105px;
  z-index: 1;
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  color: #9fdcff;
  border: 1px solid rgba(83, 174, 229, 0.52);
  border-radius: 50%;
  background: rgba(5, 52, 91, 0.86);
  box-shadow: 0 0 20px rgba(34, 147, 213, 0.24);
  font-size: 1.55rem;
}

.feature-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 22px 23px;
}

.feature-content h3 {
  margin: 0 0 8px;
  color: #55c8f3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 500;
  text-transform: uppercase;
}

.feature-content p {
  margin: 0;
  color: #acbed0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.feature-card.violet .feature-icon,
.feature-card.violet h3 {
  color: #b8a6ff;
}

.feature-card.green .feature-icon,
.feature-card.green h3 {
  color: #72dfbd;
}

.feature-card.gold .feature-icon,
.feature-card.gold h3 {
  color: #efbd57;
}

.home-panels {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 15px;
}

.home-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
}

.panel-heading {
  min-height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(72, 127, 167, 0.22);
}

.panel-heading h2 {
  margin: 0;
  color: #c9d9e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.panel-heading a {
  padding: 7px 12px;
  color: #4fbfeb;
  border: 1px solid rgba(55, 133, 188, 0.32);
  border-radius: 5px;
  background: rgba(11, 55, 86, 0.28);
  font-size: 0.62rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.update-item {
  min-height: 97px;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 15px;
  color: #dceafa;
  border-bottom: 1px solid rgba(68, 121, 158, 0.2);
  text-decoration: none;
  transition: background 180ms ease;
}

.update-item:last-child {
  border-bottom: 0;
}

.update-item:hover {
  color: #fff;
  background: rgba(23, 83, 124, 0.17);
}

.update-item img {
  width: 110px;
  height: 70px;
  object-fit: cover;
  border: 1px solid rgba(68, 145, 196, 0.36);
  border-radius: 8px;
}

.update-item h3 {
  margin: 0 0 4px;
  font-size: 0.86rem;
}

.update-item h3 span {
  margin-left: 7px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
  background: #e13e36;
  font-size: 0.48rem;
  text-transform: uppercase;
}

.update-item p {
  margin: 0 0 4px;
  overflow: hidden;
  color: #8da4ba;
  font-size: 0.69rem;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.update-item time {
  color: #758ca2;
  font-size: 0.63rem;
}

.update-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #66bde7;
  border: 1px solid rgba(70, 136, 181, 0.3);
  border-radius: 50%;
  background: rgba(3, 15, 28, 0.65);
  box-shadow: 0 0 12px rgba(8, 49, 78, 0.28);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.update-item:hover .update-arrow {
  color: #dff6ff;
  border-color: rgba(75, 186, 237, 0.56);
  background: rgba(15, 62, 96, 0.78);
  transform: translateX(2px);
}

.highlight-viewport {
  position: relative;
  padding: 14px 48px 7px;
}

.highlight-track {
  display: grid;
  grid-auto-columns: calc((100% - 18px) / 3);
  grid-auto-flow: column;
  gap: 9px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.highlight-track::-webkit-scrollbar {
  display: none;
}

.highlight-card {
  min-width: 0;
  padding-bottom: 13px;
  overflow: hidden;
  color: #d9e8f7;
  border: 1px solid rgba(69, 125, 165, 0.32);
  border-radius: 9px;
  background: rgba(3, 15, 28, 0.72);
  scroll-snap-align: start;
  text-decoration: none;
}

.highlight-card:hover {
  color: #fff;
  border-color: rgba(73, 174, 224, 0.58);
}

.highlight-card img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border-bottom: 1px solid rgba(69, 125, 165, 0.24);
}

.highlight-card span,
.highlight-card h3,
.highlight-card p {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
}

.highlight-card span {
  margin-top: 10px;
  color: #3eaee0;
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
}

.highlight-card h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 0.76rem;
}

.highlight-card p {
  margin-bottom: 0;
  color: #7f96aa;
  font-size: 0.61rem;
  line-height: 1.35;
}

.highlight-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #9cc6e4;
  border: 1px solid rgba(70, 136, 181, 0.38);
  border-radius: 50%;
  background: #06192c;
  transform: translateY(-50%);
}

.highlight-arrow.previous {
  left: 10px;
}

.highlight-arrow.next {
  right: 10px;
}

.highlight-dots {
  min-height: 19px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.highlight-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #163a54;
}

.highlight-dots button.active {
  background: #23b9f1;
  box-shadow: 0 0 8px rgba(35, 185, 241, 0.7);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}

.quick-card {
  min-height: 132px;
  padding: 17px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #bed0df;
  border: 1px solid rgba(67, 125, 168, 0.32);
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(7, 31, 53, 0.83),
    rgba(3, 16, 29, 0.9)
  );
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.quick-card:hover {
  color: #fff;
  border-color: rgba(55, 176, 232, 0.62);
  background: linear-gradient(
    180deg,
    rgba(10, 48, 78, 0.9),
    rgba(4, 22, 38, 0.94)
  );
  transform: translateY(-3px);
}

.quick-card > i {
  margin-bottom: 11px;
  color: #329fdf;
  font-size: 2.15rem;
  filter: drop-shadow(0 0 11px rgba(50, 159, 223, 0.32));
}

.quick-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
}

.quick-card span {
  margin-top: 4px;
  color: #7f95a9;
  font-size: 0.68rem;
}

.home-cta {
  position: relative;
  min-height: 116px;
  margin-top: 27px;
  padding: 18px 26px 18px 250px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border-radius: 10px;
}

.home-cta-art {
  position: absolute;
  inset: 0 auto 0 0;
  width: 230px;
  background:
    linear-gradient(90deg, transparent 55%, #06182a),
    url("/assets/img/banner.png") center / cover;
}

.home-cta h2 {
  margin: 0 0 7px;
  color: #d5e4f1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: uppercase;
}

.home-cta p {
  margin: 0;
  color: #8fa5ba;
  font-size: 0.78rem;
}

.home-cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.home-cta-action .home-btn {
  min-width: 300px;
}

.home-cta-action span {
  color: #70879d;
  font-size: 0.68rem;
}

.home-body .frost-footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .home-hero {
    background-position: center top;
  }

  .home-hero-copy {
    width: 66%;
  }

  .realm-status-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .realm-stat:nth-child(4) {
    border-left: 0;
  }

  .realm-stat.realmlist {
    align-items: flex-start;
  }

  .feature-card {
    min-height: 330px;
  }

  .quick-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .home-shell {
    width: min(100% - 32px, 760px);
  }

  .home-hero {
    min-height: 660px;
    background-position: center top;
  }

  .home-hero-copy {
    width: 82%;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-panels {
    grid-template-columns: 1fr;
  }

  .home-cta {
    padding-left: 190px;
  }

  .home-cta-art {
    width: 175px;
  }

  .home-cta-action .home-btn {
    min-width: 230px;
  }
}

@media (max-width: 640px) {
  .home-shell {
    width: calc(100% - 22px);
  }

  .home-hero {
    min-height: 625px;
    background-position: center top;
  }

  .home-hero-copy {
    width: 100%;
    padding: 58px 0 76px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
    line-height: 1.02;
  }

  .hero-subtext {
    font-size: 0.9rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .home-btn {
    min-width: 0;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .realm-status-panel {
    padding: 19px 14px 30px;
  }

  .realm-status-grid {
    grid-template-columns: 1fr 1fr;
  }

  .realm-stat {
    min-height: 80px;
    padding: 9px 12px;
  }

  .realm-stat:nth-child(odd) {
    border-left: 0;
  }

  .realm-stat:nth-child(4) {
    border-left: 1px solid rgba(78, 132, 171, 0.25);
  }

  .realm-stat > i {
    font-size: 1.55rem;
  }

  .realm-stat.realmlist {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(78, 132, 171, 0.2);
    padding-bottom: 9px;
  }

  .realm-stat.realmlist strong {
    white-space: normal;
  }

  .realm-stat.realmlist .copy-btn {
    margin-top: 0;
  }

  .status-updated {
    right: 18%;
    left: 18%;
  }

  .home-announcement,
  .home-announcement div {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-announcement a {
    margin-left: 0;
  }

  .ornament-heading {
    gap: 10px;
  }

  .ornament-heading h2 {
    font-size: 1.2rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 345px;
  }

  .update-item {
    grid-template-columns: 82px 1fr auto;
    padding: 11px;
  }

  .update-item img {
    width: 82px;
    height: 62px;
  }

  .highlight-viewport {
    padding-right: 40px;
    padding-left: 40px;
  }

  .highlight-track {
    grid-auto-columns: 80%;
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-card {
    min-height: 116px;
  }

  .home-cta {
    padding: 150px 18px 20px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-cta-art {
    inset: 0 0 auto;
    width: auto;
    height: 135px;
    background:
      linear-gradient(180deg, transparent 45%, #06182a),
      url("/assets/img/banner.png") center / cover;
  }

  .home-cta-action .home-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .server-status-badge.online::before {
    animation: none;
  }
}
