/* ----- Arma 3 — noite tática: azul-ardósia, HUD ciano e âmbar (distinto de Reforger / Unturned) ----- */

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@600;700&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

body.host-arma-3-landing {
  --a3-void: #05080d;
  --a3-slate: #152536;
  --a3-deep: #0d1520;
  --a3-cyan: #4fd1c5;
  --a3-cyan-soft: #7ee8de;
  --a3-amber: #d4a03a;
  --a3-amber-hot: #e8b84d;
  --a3-glow-cyan: rgba(79, 209, 197, 0.28);
  --a3-glow-amber: rgba(212, 160, 58, 0.18);
  --a3-surface: rgba(18, 28, 42, 0.9);
  --a3-border: rgba(210, 230, 255, 0.1);
  --a3-text: #eef4fb;
  --a3-muted: rgba(238, 244, 251, 0.76);
  --a3-faint: rgba(238, 244, 251, 0.48);
}

body.host-arma-3-landing .a3-nav-wrap.header {
  padding: 0.65rem 0 0.85rem !important;
  background: linear-gradient(180deg, #0a111a 0%, #121d2b 100%) !important;
  border-bottom: 1px solid rgba(79, 209, 197, 0.2) !important;
  overflow: visible;
}

body.host-arma-3-landing .a3-nav-wrap .navigator {
  margin-bottom: 0 !important;
  gap: 0.35rem 0.65rem;
}

body.host-arma-3-landing .a3-nav-wrap .navigator .title {
  color: rgba(238, 244, 251, 0.82);
  font-size: 0.88rem;
  margin-right: 1rem !important;
  white-space: nowrap;
}

body.host-arma-3-landing .a3-nav-wrap .navigator .title::before {
  right: -12px;
}

body.host-arma-3-landing .a3-nav-wrap .navigator .item {
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 0 !important;
  padding: 0.2rem 0;
}

@media (max-width: 1399px) {
  body.host-arma-3-landing .a3-nav-wrap .navigator .item {
    font-size: 0.76rem;
  }
}

.a3-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.75rem) 0 clamp(2.5rem, 6vw, 4rem);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--a3-text);
}

.a3-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 95% 78% at 50% -32%, rgba(79, 209, 197, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 62% 48% at 94% 42%, var(--a3-glow-amber), transparent 48%),
    radial-gradient(ellipse 58% 44% at 6% 58%, rgba(30, 58, 95, 0.35), transparent 46%),
    linear-gradient(172deg, #1e3a5f 0%, var(--a3-slate) 38%, var(--a3-deep) 76%, var(--a3-void) 100%);
}

.a3-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 8, 13, 0.45) 56%, rgba(5, 8, 13, 0.94) 100%);
  pointer-events: none;
}

.a3-hero__hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.09;
  background-image: linear-gradient(rgba(79, 209, 197, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 209, 197, 0.35) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 88% 74% at 50% 48%, black 0%, transparent 78%);
}

.a3-hero__inner {
  position: relative;
  z-index: 2;
}

.a3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

@media (max-width: 991px) {
  .a3-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.a3-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
  text-shadow: 0 1px 14px rgba(5, 8, 13, 0.55);
}

.a3-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--a3-cyan-soft), var(--a3-amber-hot));
  box-shadow: 0 0 12px var(--a3-glow-cyan);
}

.a3-hero__title {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(2.15rem, 5.2vw, 3.45rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 2px 28px rgba(5, 8, 13, 0.55);
}

.a3-hero__title-gradient {
  background: linear-gradient(102deg, #ffffff 4%, var(--a3-cyan-soft) 32%, var(--a3-amber-hot) 68%, var(--a3-amber) 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.a3-hero__subtitle {
  display: block;
  margin-top: 0.52rem;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.a3-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem;
  max-width: 38rem;
}

.a3-hero__lead strong {
  color: #fff;
  font-weight: 700;
}

.a3-hero__lead a {
  color: var(--a3-cyan-soft);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(127, 232, 222, 0.45);
}

.a3-hero__lead a:hover {
  color: #e8fffb;
  border-bottom-color: rgba(232, 255, 251, 0.88);
}

.a3-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  max-width: 42rem;
}

.a3-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(12, 22, 34, 0.55);
  border: 1px solid rgba(210, 230, 255, 0.12);
  backdrop-filter: blur(8px);
}

.a3-hero__chip svg {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  opacity: 0.95;
  color: var(--a3-cyan);
}

.a3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  margin-bottom: 1.25rem;
}

body.host-arma-3-landing .a3-hero__actions .btn,
body.host-arma-3-landing .a3-hero__actions a.btn {
  min-height: 2.75rem;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.host-arma-3-landing .a3-hero__actions .btn:active {
  transform: scale(0.98);
}

body.host-arma-3-landing .a3-btn-primary {
  background: linear-gradient(135deg, #2a7a7a 0%, #1a5c6e 45%, #0f3d52 100%) !important;
  border: 1px solid rgba(79, 209, 197, 0.35) !important;
  color: #f8fffe !important;
  box-shadow: 0 4px 28px rgba(26, 92, 110, 0.45);
}

body.host-arma-3-landing .a3-btn-primary:hover {
  box-shadow: 0 8px 36px rgba(79, 209, 197, 0.35);
  filter: brightness(1.08);
}

body.host-arma-3-landing .a3-btn-ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(212, 160, 58, 0.28) !important;
  color: #fff !important;
}

body.host-arma-3-landing .a3-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(212, 160, 58, 0.42) !important;
}

body.host-arma-3-landing .a3-btn-linkish {
  background: transparent !important;
  border: none !important;
  color: var(--a3-cyan-soft) !important;
  box-shadow: none !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.host-arma-3-landing .a3-btn-linkish:hover {
  color: #ecfffc !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.a3-hero__note {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  max-width: 44rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(210, 230, 255, 0.12);
}

.a3-hero__note strong {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.a3-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .a3-hero__visual {
    justify-content: flex-end;
  }
}

.a3-hero__scope {
  position: absolute;
  inset: auto 0 7% 0;
  width: min(400px, 88vw);
  height: min(250px, 50vw);
  margin: 0 auto;
  z-index: 0;
  pointer-events: none;
  border-radius: 22px;
  opacity: 0.38;
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 209, 197, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 52% 26% at 50% 88%, rgba(212, 160, 58, 0.22), transparent 65%);
  filter: blur(1px);
}

.a3-server-glass {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.2rem;
  background: var(--a3-surface);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid var(--a3-border);
  box-shadow:
    0 26px 52px rgba(3, 6, 10, 0.58),
    inset 0 1px 0 rgba(210, 230, 255, 0.05);
}

.a3-server-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(79, 209, 197, 0.16),
    inset 0 0 48px rgba(30, 90, 110, 0.08);
}

.a3-server-glass__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.a3-server-glass__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--a3-faint);
}

.a3-server-glass__name {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0.2rem 0 0;
}

.a3-server-glass__ping {
  text-align: right;
  flex-shrink: 0;
}

.a3-server-glass__ping-val {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--a3-cyan-soft);
  line-height: 1;
}

.a3-server-glass__ping-unit {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--a3-muted);
  text-transform: uppercase;
}

.a3-server-glass__ping-caption {
  font-size: 0.7rem;
  color: var(--a3-faint);
  margin-top: 0.25rem;
}

.a3-server-glass__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.a3-server-glass__specs li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(210, 230, 255, 0.06);
}

.a3-server-glass__ico {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 209, 197, 0.14);
  color: var(--a3-cyan-soft);
}

.a3-server-glass__ico svg {
  width: 1.1rem;
  height: 1.1rem;
}

.a3-server-glass__spec-meta {
  min-width: 0;
}

.a3-server-glass__spec-k {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--a3-faint);
}

.a3-server-glass__spec-v {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--a3-text);
  margin-top: 0.05rem;
}

.a3-server-glass__meter {
  width: 3.5rem;
  height: 4px;
  border-radius: 999px;
  background: rgba(210, 230, 255, 0.08);
  overflow: hidden;
}

.a3-server-glass__meter > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--a3-cyan), var(--a3-amber-hot));
}

.a3-server-glass__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.05rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(210, 230, 255, 0.08);
}

.a3-server-glass__tags span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  color: var(--a3-cyan-soft);
  background: rgba(79, 209, 197, 0.1);
  border: 1px solid rgba(79, 209, 197, 0.22);
}

.a3-server-glass__tags span:nth-child(2) {
  color: var(--a3-amber-hot);
  background: rgba(212, 160, 58, 0.1);
  border-color: rgba(212, 160, 58, 0.24);
}

.a3-server-glass__tags span:nth-child(3) {
  color: rgba(238, 244, 251, 0.88);
  background: rgba(238, 244, 251, 0.06);
  border-color: rgba(238, 244, 251, 0.14);
}

.a3-server-glass__fine {
  font-size: 0.68rem;
  line-height: 1.55;
  color: var(--a3-faint);
  margin: 0.85rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(210, 230, 255, 0.06);
}
