/* ----- Aloft — hero céu diurno, limpo (estrutura tipo Terraria: grelha + cartão glass; visual distinto) ----- */

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

body.host-aloft-landing {
  --al-deep: #0a1628;
  --al-sky-top: #e8f4fc;
  --al-sky-mid: #7eb8d6;
  --al-sky-low: #1a3a52;
  --al-glow-cyan: rgba(56, 189, 248, 0.35);
  --al-glow-warm: rgba(254, 215, 170, 0.22);
  --al-surface: rgba(15, 36, 56, 0.82);
  --al-border: rgba(255, 255, 255, 0.11);
  --al-text: #f0f7fb;
  --al-muted: rgba(240, 247, 251, 0.76);
  --al-faint: rgba(240, 247, 251, 0.5);
  --al-accent: #38bdf8;
  --al-accent-hot: #7dd3fc;
  --al-teal: #2dd4bf;
  --al-sand: #fed7aa;
}

body.host-aloft-landing .al-nav-wrap.header {
  padding: 0.65rem 0 0.85rem !important;
  background: linear-gradient(180deg, #0c1a2e 0%, #0f2036 100%) !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.18) !important;
  overflow: visible;
}

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

body.host-aloft-landing .al-nav-wrap .navigator .title {
  color: rgba(240, 247, 251, 0.82);
  font-size: 0.88rem;
  margin-right: 1rem !important;
  white-space: nowrap;
}

body.host-aloft-landing .al-nav-wrap .navigator .title::before {
  right: -12px;
}

body.host-aloft-landing .al-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-aloft-landing .al-nav-wrap .navigator .item {
    font-size: 0.76rem;
  }
}

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

/* Fundo: horizonte suave — sem “estrelas” nem ruído */
.al-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 120% 85% at 50% -35%, rgba(255, 255, 255, 0.92) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 85% 25%, rgba(125, 211, 252, 0.12), transparent 50%),
    radial-gradient(ellipse 70% 55% at 12% 45%, rgba(45, 212, 191, 0.08), transparent 48%),
    linear-gradient(165deg, var(--al-sky-top) 0%, var(--al-sky-mid) 32%, var(--al-sky-low) 72%, var(--al-deep) 100%);
}

.al-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 40, 0.38) 62%, rgba(10, 22, 40, 0.92) 100%);
  pointer-events: none;
}

/* Brilho solar discreto */
.al-hero__glow {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  width: min(72vw, 520px);
  height: min(72vw, 520px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, var(--al-glow-warm) 0%, var(--al-glow-cyan) 35%, transparent 68%);
  filter: blur(28px);
  opacity: 0.55;
}

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

.al-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) {
  .al-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.al-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 12px rgba(10, 22, 40, 0.35);
}

.al-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--al-accent), var(--al-teal));
  box-shadow: 0 0 12px var(--al-glow-cyan);
}

.al-hero__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 3.55rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 2px 24px rgba(10, 22, 40, 0.35);
}

.al-hero__title-gradient {
  background: linear-gradient(102deg, #ffffff 8%, #e0f2fe 35%, #38bdf8 72%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.al-hero__subtitle {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.36em;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72);
  color: rgba(255, 255, 255, 0.72);
}

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

.al-hero__lead strong {
  color: #fff;
  font-weight: 600;
}

.al-hero__lead a {
  color: var(--al-accent-hot);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(125, 211, 252, 0.5);
}

.al-hero__lead a:hover {
  color: #e0f2fe;
  border-bottom-color: rgba(224, 242, 254, 0.9);
}

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

.al-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

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

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

body.host-aloft-landing .al-hero__actions .btn,
body.host-aloft-landing .al-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-aloft-landing .al-hero__actions .btn:active {
  transform: scale(0.98);
}

body.host-aloft-landing .al-btn-primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 52%, #0369a1 100%) !important;
  border: none !important;
  color: #f0f9ff !important;
  box-shadow: 0 4px 28px rgba(14, 165, 233, 0.38);
}

body.host-aloft-landing .al-btn-primary:hover {
  box-shadow: 0 8px 36px rgba(14, 165, 233, 0.48);
  filter: brightness(1.06);
}

body.host-aloft-landing .al-btn-ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

body.host-aloft-landing .al-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

body.host-aloft-landing .al-btn-linkish {
  background: transparent !important;
  border: none !important;
  color: var(--al-teal) !important;
  box-shadow: none !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.host-aloft-landing .al-btn-linkish:hover {
  color: #99f6e4 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.al-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(255, 255, 255, 0.16);
}

.al-hero__note strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

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

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

/* Formas “ilha” mínimas — opacidade baixa, sem poluição */
.al-hero__islands {
  position: absolute;
  inset: auto 0 8% 0;
  width: min(420px, 88vw);
  height: min(280px, 52vw);
  margin: 0 auto;
  z-index: 0;
  pointer-events: none;
  border-radius: 32px;
  opacity: 0.45;
  background:
    radial-gradient(ellipse 55% 28% at 22% 78%, rgba(45, 212, 191, 0.35), transparent 62%),
    radial-gradient(ellipse 48% 24% at 72% 72%, rgba(14, 165, 233, 0.28), transparent 58%),
    radial-gradient(ellipse 40% 20% at 48% 88%, rgba(253, 230, 138, 0.2), transparent 55%);
  filter: blur(1px);
}

.al-server-glass {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.2rem;
  background: var(--al-surface);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid var(--al-border);
  box-shadow:
    0 26px 52px rgba(5, 18, 35, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.al-server-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(56, 189, 248, 0.18),
    inset 0 0 50px rgba(45, 212, 191, 0.06);
}

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

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

.al-server-glass__name {
  font-family: "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff;
  margin: 0.2rem 0 0;
  letter-spacing: -0.02em;
}

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

.al-server-glass__ping-val {
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--al-accent-hot);
  line-height: 1;
}

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

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

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

.al-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.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.al-server-glass__ico {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 189, 248, 0.14);
  color: var(--al-accent);
}

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

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

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

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

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

.al-server-glass__meter > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--al-teal), var(--al-accent));
}

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

.al-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(--al-teal);
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.22);
}

.al-server-glass__tags span:nth-child(2) {
  color: var(--al-accent-hot);
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.24);
}

.al-server-glass__tags span:nth-child(3) {
  color: var(--al-sand);
  background: rgba(254, 215, 170, 0.1);
  border-color: rgba(254, 215, 170, 0.22);
}

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