*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --home-bg: #0a0a0b;
  --home-surface: #121214;
  --home-surface-soft: #17171b;
  --home-surface-muted: #1d1d22;
  --home-border: rgba(255, 255, 255, 0.08);
  --home-border-strong: rgba(255, 255, 255, 0.12);
  --home-text: #f7f7f8;
  --home-text-soft: rgba(255, 255, 255, 0.78);
  --home-text-muted: rgba(255, 255, 255, 0.56);
  --home-orange: #3be22e;
  --home-orange-dark: #30b129;
  --home-orange-soft: rgba(48, 177, 41, 0.12);
  --home-danger: #ef4444;
  --home-shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.18);
  --home-shadow-md: 0 18px 48px rgba(0, 0, 0, 0.24);
  --home-shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.34);
  --home-radius-xl: 28px;
  --home-radius-lg: 22px;
  --home-radius-md: 16px;
  --home-radius-sm: 12px;
  --home-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  background: var(--home-bg);
  color: var(--home-text);
}

body {
  line-height: 1.5;
}

.home-body {
  background:
    radial-gradient(
      40% 18% at 50% 0%,
      rgba(48, 177, 41, 0.08),
      rgba(10, 10, 11, 0) 75%
    ),
    linear-gradient(180deg, #0a0a0b 0%, #0e0e10 100%);
}

.page {
  min-height: 100vh;
}

.no-scroll {
  overflow: hidden;
}

::selection {
  background: rgba(48, 177, 41, 0.22);
  color: #fff;
}

.textGradient {
  background: linear-gradient(90deg, var(--servername-gradient));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

/* HERO */

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 120px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.26) saturate(0.78);
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 6, 0.46) 0%,
      rgba(8, 8, 10, 0.74) 48%,
      rgba(10, 10, 11, 0.96) 100%
    ),
    radial-gradient(
      60% 42% at 50% 26%,
      rgba(48, 177, 41, 0.08),
      rgba(0, 0, 0, 0) 70%
    );
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 380px;
  gap: 28px;
  align-items: center;
}

.hero__content {
  max-width: 760px;
}

.hero__topline {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(18, 18, 22, 0.8);
  border: 1px solid rgba(48, 177, 41, 0.18);
  color: var(--home-orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__title {
  margin: 18px 0 0;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.05em;
  max-width: 880px;
}

.hero__title span {
  display: block;
  margin-top: 8px;
}

.hero__lead {
  margin: 22px 0 0;
  max-width: 680px;
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--home-text-soft);
}

.hero__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero__actionForm {
  margin: 0;
  display: inline-flex;
}

.hero__actionForm button {
  font-family: inherit;
}

.hero__panel {
  display: grid;
  gap: 16px;
}

.heroCard {
  background: rgba(18, 18, 22, 0.92);
  border: 1px solid var(--home-border);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--home-shadow-md);
}

.heroCard--brand {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0)
    ),
    rgba(18, 18, 22, 0.95);
}

.heroCard__brandRow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.heroCard__logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}

.heroCard__eyebrow {
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-orange);
}

.heroCard__title {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.15;
}

.heroCard__text {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: var(--home-text-soft);
}

.heroCard__labelRow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.heroCard__label {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.64);
}

.heroCard__subtext {
  margin-top: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.statusDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.heroCard.is-online .statusDot {
  background: var(--home-orange);
  box-shadow: 0 0 0 4px rgba(48, 177, 41, 0.12);
}

.heroCard.is-offline .statusDot {
  background: var(--home-danger);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.statusNumbers {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 14px 0 0;
}

.statusNumbers__current {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.statusNumbers__divider {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
}

.statusNumbers__max {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
}

.heroStats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.heroStat {
  background: rgba(18, 18, 22, 0.92);
  border: 1px solid var(--home-border);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--home-shadow-sm);
}

.heroStat__value {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  color: #fff;
}

.heroStat__label {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: var(--home-text-muted);
}

.hero__cooldownWrap {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 40px));
  margin: 28px auto 0;
}

/* BUTTONS */

.btn {
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(48, 177, 41, 0.16),
    0 0 0 1px rgba(48, 177, 41, 0.1) inset;
}

.btn:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--home-orange), var(--home-orange-dark));
  border-color: rgba(48, 177, 41, 0.28);
  box-shadow: 0 12px 28px rgba(48, 177, 41, 0.18);
}

.btn--secondary {
  color: #fff;
  background: rgba(48, 177, 41, 0.1);
  border-color: rgba(48, 177, 41, 0.22);
}

.btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.btn--panel {
  width: 100%;
  margin-top: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.btn--full {
  width: 100%;
}

/* FLASH */

.flash {
  width: 100%;
  margin: 18px 0 0;
  padding: 13px 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(19, 19, 24, 0.96);
  border: 1px solid var(--home-border);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s var(--home-ease),
    transform 0.2s var(--home-ease);
}

.flash::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.flash::before {
  content: "ℹ";
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.8rem;
  flex: 0 0 20px;
}

.flash-success::before {
  content: "✓";
}

.flash-success::after {
  background: rgba(48, 177, 41, 0.95);
}

.flash-error::before {
  content: "!";
}

.flash-error::after {
  background: rgba(239, 68, 68, 0.95);
}

.flash-info::after {
  background: rgba(59, 130, 246, 0.95);
}

.flash.is-hidden {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

/* MODAL */

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  z-index: 50;
  animation: fadeIn 0.16s var(--home-ease) both;
}

.modal[hidden] {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal__card {
  width: min(460px, calc(100% - 28px));
  max-height: 72vh;
  padding: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #141419;
  border: 1px solid var(--home-border);
  box-shadow: var(--home-shadow-lg);
  transform: translateY(0);
  animation: popIn 0.2s var(--home-ease) both;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.modal__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.modal__close {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--home-border);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 250, 252, 0.9);
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
  transition:
    transform 0.14s var(--home-ease),
    background 0.14s var(--home-ease),
    border-color 0.14s var(--home-ease);
}

.modal__close:hover {
  transform: translateY(-1px);
  background: rgba(48, 177, 41, 0.08);
  border-color: rgba(48, 177, 41, 0.22);
}

.modal__body {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
  overflow: auto;
  max-height: 55vh;
  padding-right: 6px;
}

.playerList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playerList li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.playerList li:last-child {
  border-bottom: none;
}

.modalEmpty {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* CONTENT */

.content {
  position: relative;
  z-index: 1;
  padding: 82px 0 120px;
  background:
    radial-gradient(
      50% 18% at 50% 0%,
      rgba(48, 177, 41, 0.05),
      rgba(10, 10, 11, 0) 75%
    ),
    var(--home-bg);
}

.container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  margin-bottom: -170px;
}

.introStrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 84px;
}

.introStrip__item {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--home-shadow-sm);
}

.introStrip__title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.introStrip__text {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--home-text-soft);
}

.section {
  margin-bottom: 88px;
}

.section__header {
  text-align: center;
  margin-bottom: 30px;
}

.section__eyebrow {
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-orange);
}

.section__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.section__sub {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.82;
  color: var(--home-text-soft);
}

.section__sub--left {
  margin-left: 0;
  margin-right: 0;
}

/* APPLICATIONS */

.appGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.appCard {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow-md);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.22s var(--home-ease),
    box-shadow 0.22s var(--home-ease),
    border-color 0.22s var(--home-ease);
}

.appCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.38) 50%,
      rgba(0, 0, 0, 0.88) 100%
    );
}

.appCard:hover {
  transform: translateY(-5px);
  border-color: rgba(48, 177, 41, 0.22);
  box-shadow: var(--home-shadow-lg);
}

.appCard__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px;
}

.appCard__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(48, 177, 41, 0.12);
  border: 1px solid rgba(48, 177, 41, 0.2);
  color: var(--home-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.appCard__title {
  margin: 16px 0 8px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.appCard__text {
  margin: 0;
  max-width: 320px;
  font-size: 0.94rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.appCard__link {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}

.appCard--politi {
  background-image: url("../images/police.webp");
}

.appCard--ems {
  background-image: url("../images/ems.webp");
}

.appCard--advokat {
  background-image: url("../images/lawyer.webp");
}

/* MAP */

.section--map {
  margin-top: 10px;
}

.mapSection {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.mapSection__intro {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--home-shadow-sm);
}

.mapCard {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 24px;
  padding: 14px;
  box-shadow: var(--home-shadow-sm);
}

.gtavMap {
  height: 650px;
  border-radius: 16px;
  overflow: hidden;
}

.mapAccordion {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mapItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 15px;
  border-radius: 14px;
  border: 1px solid var(--home-border);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 0.18s var(--home-ease),
    background 0.18s var(--home-ease),
    transform 0.18s var(--home-ease);
  -webkit-tap-highlight-color: transparent;
}

.mapItem:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.mapItem.is-active {
  background: rgba(48, 177, 41, 0.08);
  border-color: rgba(48, 177, 41, 0.22);
}

.mapLeft {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mapIco {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(48, 177, 41, 0.1);
  border: 1px solid rgba(48, 177, 41, 0.18);
  color: var(--home-orange);
  font-size: 14px;
}

.mapArrow {
  opacity: 0.7;
  transform: rotate(0deg);
  transition:
    transform 0.18s var(--home-ease),
    opacity 0.18s var(--home-ease);
}

.mapItem.is-active .mapArrow {
  transform: rotate(180deg);
  opacity: 0.95;
}

.mapPanel {
  display: none;
  padding: 14px 15px 15px;
  border-radius: 14px;
  border: 1px solid rgba(48, 177, 41, 0.16);
  background: rgba(48, 177, 41, 0.05);
}

.mapPanel.is-open {
  display: block;
  animation: panelIn 0.18s var(--home-ease) both;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mapSub {
  color: var(--home-orange);
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.mapText {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* LEAFLET */

.leaflet-container {
  background: #0b0c12;
}

#gtavMap,
#gtavMap.leaflet-container {
  background: #0b0c12 !important;
}

.leaflet-control-attribution {
  display: none !important;
}

.leaflet-control-zoom a {
  background: rgba(18, 18, 22, 0.94) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  transition:
    background 0.16s var(--home-ease),
    border-color 0.16s var(--home-ease);
}

.leaflet-control-zoom a:hover {
  background: rgba(48, 177, 41, 0.12) !important;
  border-color: rgba(48, 177, 41, 0.34) !important;
}

/* COOLDOWN */

.frontCooldown {
  background: rgba(18, 18, 22, 0.94);
  border: 1px solid rgba(48, 177, 41, 0.16);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--home-shadow-sm);
}

.frontCooldown__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.frontCooldown__eyebrow {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-orange);
}

.frontCooldown__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.frontCooldown__desc {
  margin: 10px 0 0;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--home-text-soft);
  max-width: 620px;
}

.frontCooldown__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  min-width: 440px;
}

.frontCooldown__unit {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--home-border);
  border-radius: 16px;
  padding: 18px 12px;
  text-align: center;
}

.frontCooldown__number {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.frontCooldown__label {
  display: block;
  margin-top: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-text-muted);
}

.frontCooldown--expired {
  opacity: 0.72;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .heroStats {
    grid-template-columns: 1fr;
  }

  .mapSection {
    grid-template-columns: 1fr;
  }

  .frontCooldown__content {
    grid-template-columns: 1fr;
  }

  .frontCooldown__timer {
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 100px 0 40px;
  }

  .hero__inner,
  .hero__cooldownWrap,
  .container {
    width: min(100% - 24px, 1240px);
  }

  .hero__title {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }

  .hero__panel {
    grid-template-columns: 1fr;
  }

  .introStrip {
    grid-template-columns: 1fr;
  }

  .appGrid {
    grid-template-columns: 1fr;
  }

  .frontCooldown__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gtavMap {
    height: 520px;
  }
}

@media (max-width: 768px) {
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero__actions .btn,
  .hero__actionForm,
  .hero__actionForm button {
    width: 100%;
  }

  .section__header {
    text-align: left;
  }

  .section__sub {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 88px;
  }

  .hero__title {
    line-height: 1;
  }

  .heroCard__brandRow {
    align-items: flex-start;
  }

  .heroCard__logo {
    width: 58px;
    height: 58px;
  }

  .statusNumbers__current {
    font-size: 2.4rem;
  }

  .appCard {
    min-height: 300px;
  }

  .gtavMap {
    height: 420px;
  }

  .frontCooldown {
    padding: 18px;
  }

  .frontCooldown__timer {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .frontCooldown__unit {
    padding: 14px 10px;
  }

  .frontCooldown__number {
    font-size: 1.75rem;
  }
}

.mapEntry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mapMeta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mapTitle {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  text-align: left;
}

.mapPanelHead {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mapPanelIcon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(48, 177, 41, 0.1);
  border: 1px solid rgba(48, 177, 41, 0.18);
  color: var(--home-orange);
  font-size: 15px;
}

.mapLeft {
  min-width: 0;
  flex: 1;
}