/* ----- Host Valheim — tema nórdico / bosque (complementa host-hytale.css + vps.css) ----- */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,600&family=Outfit:wght@400;500;600;700&display=swap");

body.host-hytale-landing.host-valheim-landing {
  --vh-forest: #0c1814;
  --vh-pine: #142920;
  --vh-mist: #c8d4ce;
  --vh-gold: #e8c547;
  --vh-gold-dim: #b8922e;
  --vh-frost: #7dd3c0;
  --vh-bark: #3d2f26;
}

body.host-hytale-landing.host-valheim-landing .hy-page-header.header {
  background: linear-gradient(148deg, var(--vh-forest) 0%, #0a1620 42%, var(--vh-pine) 100%) !important;
}

body.host-hytale-landing.host-valheim-landing .hy-page-header.header::before {
  background:
    radial-gradient(ellipse 90% 65% at 12% 18%, rgba(125, 211, 192, 0.22), transparent 50%),
    radial-gradient(ellipse 50% 45% at 88% 72%, rgba(232, 197, 71, 0.12), transparent 48%),
    repeating-linear-gradient(118deg, transparent, transparent 52px, rgba(255, 255, 255, 0.018) 52px, rgba(255, 255, 255, 0.018) 54px);
}

body.host-hytale-landing.host-valheim-landing .hy-kicker {
  color: rgba(125, 211, 192, 0.95) !important;
  font-family: "Outfit", system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
}

body.host-hytale-landing.host-valheim-landing .title-1.hy-title-glow {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(125, 211, 192, 0.22), 0 2px 24px rgba(0, 0, 0, 0.5);
}

body.host-hytale-landing.host-valheim-landing .hy-title-accent {
  background: linear-gradient(92deg, #f0d875, var(--vh-frost));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

body.host-hytale-landing.host-valheim-landing .hy-hero-lead a {
  color: #9ae8d9;
  font-weight: 700;
}

body.host-hytale-landing.host-valheim-landing .hy-on-dark-btn--outline {
  border-color: rgba(232, 197, 71, 0.65) !important;
}

body.host-hytale-landing.host-valheim-landing .hy-on-dark-btn--outline:hover {
  background: rgba(232, 197, 71, 0.14) !important;
  border-color: var(--vh-gold) !important;
}

body.host-hytale-landing.host-valheim-landing .hy-orb--1 {
  background: radial-gradient(circle at 35% 30%, #d4f4ea, #1a6b5c 65%);
  opacity: 0.88;
}

body.host-hytale-landing.host-valheim-landing .hy-orb--2 {
  background: radial-gradient(circle at 40% 40%, var(--vh-gold), var(--vh-bark) 72%);
  opacity: 0.82;
}

body.host-hytale-landing.host-valheim-landing .hy-orb--3 {
  background: radial-gradient(circle at 30% 30%, #a8c9bc, #1e3d34 75%);
  opacity: 0.78;
}

body.host-hytale-landing.host-valheim-landing .hy-hero-badges {
  background: rgba(12, 24, 20, 0.55);
  border-color: rgba(125, 211, 192, 0.28);
}

body.host-hytale-landing.host-valheim-landing .hy-trust-strip {
  background: linear-gradient(180deg, rgba(12, 24, 20, 0.97) 0%, rgba(10, 22, 32, 0.98) 100%);
  border-top: 1px solid rgba(232, 197, 71, 0.12);
  border-bottom: 1px solid rgba(125, 211, 192, 0.1);
}

/* Secção extra: cards em grid */
.vh-section-extras {
  background: linear-gradient(180deg, rgba(15, 28, 24, 0.35) 0%, transparent 100%);
}

.vh-extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.vh-extra-card {
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(20, 41, 32, 0.55) 0%, rgba(12, 24, 20, 0.72) 100%);
  border: 1px solid rgba(125, 211, 192, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.vh-extra-card:hover {
  border-color: rgba(232, 197, 71, 0.35);
  transform: translateY(-2px);
}

.vh-extra-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(240, 248, 244, 0.98);
  margin-bottom: 0.5rem;
}

.vh-extra-card p {
  margin-bottom: 0;
  color: rgba(200, 212, 206, 0.92);
  line-height: 1.6;
  font-size: 0.95rem;
}

.vh-extra-card p a {
  color: #9ae8d9;
  font-weight: 600;
}

.vh-extra-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  margin-bottom: 0.85rem;
  background: rgba(232, 197, 71, 0.12);
  color: var(--vh-gold);
}

.vh-extra-ico svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* Plan card destacado — selo dourado coerente */
body.host-hytale-landing.host-valheim-landing .hy-plan-card--featured {
  border-color: rgba(232, 197, 71, 0.42);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(232, 197, 71, 0.15);
}

body.host-hytale-landing.host-valheim-landing .hy-plan-badge {
  background: linear-gradient(90deg, rgba(232, 197, 71, 0.95), rgba(184, 146, 46, 0.95));
  color: #1a1208;
}
