/* ----- Conan Exiles — deserto / sol de sangue / ferro (hero grelha + glass) ----- */

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

body.host-conan-exiles-landing {
  --cex-void: #140807;
  --cex-iron: #2a1814;
  --cex-sand: #c4a574;
  --cex-blood: #c73e2b;
  --cex-blood-hot: #e85d4a;
  --cex-glow-sun: rgba(231, 93, 74, 0.32);
  --cex-glow-sand: rgba(196, 165, 116, 0.14);
  --cex-surface: rgba(42, 24, 20, 0.9);
  --cex-border: rgba(255, 236, 220, 0.11);
  --cex-text: #fff4ec;
  --cex-muted: rgba(255, 244, 236, 0.76);
  --cex-faint: rgba(255, 244, 236, 0.5);
  --cex-gold: #e8b86d;
}

body.host-conan-exiles-landing .cex-nav-wrap.header {
  padding: 0.65rem 0 0.85rem !important;
  background: linear-gradient(180deg, #1a0c0a 0%, #241210 100%) !important;
  border-bottom: 1px solid rgba(199, 62, 43, 0.28) !important;
  overflow: visible;
}

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

body.host-conan-exiles-landing .cex-nav-wrap .navigator .title {
  color: rgba(255, 244, 236, 0.82);
  font-size: 0.88rem;
  margin-right: 1rem !important;
  white-space: nowrap;
}

body.host-conan-exiles-landing .cex-nav-wrap .navigator .title::before {
  right: -12px;
}

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

.cex-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(--cex-text);
}

.cex-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 95% 72% at 50% -28%, rgba(232, 184, 109, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 70% 52% at 88% 36%, rgba(199, 62, 43, 0.12), transparent 48%),
    radial-gradient(ellipse 58% 46% at 10% 58%, var(--cex-glow-sand), transparent 44%),
    linear-gradient(172deg, #5c3d2e 0%, var(--cex-iron) 42%, #1a0e0c 78%, var(--cex-void) 100%);
}

.cex-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: repeating-linear-gradient(
    95deg,
    transparent,
    transparent 46px,
    rgba(0, 0, 0, 0.2) 46px,
    rgba(0, 0, 0, 0.2) 47px
  );
  mask-image: radial-gradient(ellipse 86% 74% at 50% 52%, black 0%, transparent 78%);
  pointer-events: none;
}

.cex-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 8, 7, 0.42) 55%, rgba(20, 8, 7, 0.93) 100%);
  pointer-events: none;
}

.cex-hero__sun {
  position: absolute;
  top: -14%;
  left: 46%;
  transform: translateX(-50%);
  width: min(75vw, 520px);
  height: min(75vw, 520px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle, var(--cex-glow-sun) 0%, rgba(232, 184, 109, 0.08) 42%, transparent 66%);
  filter: blur(26px);
  opacity: 0.52;
}

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

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

.cex-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, 250, 245, 0.92);
  margin: 0 0 1rem;
  text-shadow: 0 1px 14px rgba(20, 8, 7, 0.55);
}

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

.cex-hero__title {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: clamp(2.25rem, 5.4vw, 3.55rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 2px 28px rgba(20, 8, 7, 0.55);
}

.cex-hero__title-gradient {
  background: linear-gradient(102deg, #ffffff 4%, #fde8d8 28%, var(--cex-gold) 58%, var(--cex-blood-hot) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cex-hero__subtitle {
  display: block;
  margin-top: 0.55rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.32em;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 248, 242, 0.68);
  color: rgba(255, 248, 242, 0.68);
}

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

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

.cex-hero__lead a {
  color: var(--cex-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 184, 109, 0.5);
}

.cex-hero__lead a:hover {
  color: #fff0d8;
  border-bottom-color: rgba(255, 240, 216, 0.9);
}

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

.cex-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 248, 242, 0.92);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(30, 14, 12, 0.52);
  border: 1px solid rgba(255, 236, 220, 0.14);
  backdrop-filter: blur(8px);
}

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

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

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

body.host-conan-exiles-landing .cex-btn-primary {
  background: linear-gradient(135deg, #c73e2b 0%, #8f2618 52%, #5c150c 100%) !important;
  border: none !important;
  color: #fff8f4 !important;
  box-shadow: 0 4px 28px rgba(199, 62, 43, 0.45);
}

body.host-conan-exiles-landing .cex-btn-primary:hover {
  box-shadow: 0 8px 36px rgba(199, 62, 43, 0.55);
  filter: brightness(1.06);
}

body.host-conan-exiles-landing .cex-btn-ghost {
  background: rgba(255, 248, 242, 0.08) !important;
  border: 1px solid rgba(255, 236, 220, 0.26) !important;
  color: #fff !important;
}

body.host-conan-exiles-landing .cex-btn-ghost:hover {
  background: rgba(255, 248, 242, 0.14) !important;
  border-color: rgba(255, 236, 220, 0.4) !important;
}

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

body.host-conan-exiles-landing .cex-btn-linkish:hover {
  color: #fdeecf !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

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

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

.cex-hero__dunes {
  position: absolute;
  inset: auto 0 6% 0;
  width: min(410px, 88vw);
  height: min(250px, 50vw);
  margin: 0 auto;
  z-index: 0;
  pointer-events: none;
  border-radius: 24px;
  opacity: 0.38;
  background:
    radial-gradient(ellipse 52% 26% at 28% 82%, rgba(196, 165, 116, 0.35), transparent 60%),
    radial-gradient(ellipse 48% 22% at 74% 78%, rgba(199, 62, 43, 0.18), transparent 58%);
  filter: blur(1px);
}

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

.cex-server-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(199, 62, 43, 0.2),
    inset 0 0 50px rgba(232, 184, 109, 0.05);
}

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

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

.cex-server-glass__name {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0.2rem 0 0;
}

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

.cex-server-glass__ping-val {
  font-family: "Oswald", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--cex-gold);
  line-height: 1;
}

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

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

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

.cex-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.26);
  border: 1px solid rgba(255, 236, 220, 0.06);
}

.cex-server-glass__ico {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 62, 43, 0.18);
  color: var(--cex-blood-hot);
}

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

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

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

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

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

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

.cex-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, 236, 220, 0.08);
}

.cex-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(--cex-gold);
  background: rgba(232, 184, 109, 0.1);
  border: 1px solid rgba(232, 184, 109, 0.22);
}

.cex-server-glass__tags span:nth-child(2) {
  color: var(--cex-blood-hot);
  background: rgba(199, 62, 43, 0.12);
  border-color: rgba(199, 62, 43, 0.24);
}

.cex-server-glass__tags span:nth-child(3) {
  color: rgba(255, 248, 242, 0.88);
  background: rgba(255, 248, 242, 0.06);
  border-color: rgba(255, 248, 242, 0.14);
}

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