/* ----- Landing Host Hytale — complementa vps.css (tema roxo / teal, sem assets Hypixel) ----- */

body.host-hytale-landing .hy-page-header.header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #1e0a3b 0%, #0f172a 45%, #042f2e 100%) !important;
}
body.host-hytale-landing .hy-page-header.header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 70% at 15% 20%, rgba(167, 139, 250, 0.35), transparent 52%),
    radial-gradient(ellipse 55% 45% at 92% 75%, rgba(45, 212, 191, 0.14), transparent 48%),
    repeating-linear-gradient(125deg, transparent, transparent 48px, rgba(255, 255, 255, 0.015) 48px, rgba(255, 255, 255, 0.015) 50px);
}
body.host-hytale-landing .hy-page-header .container,
body.host-hytale-landing .hy-page-header .container-fluid {
  position: relative;
  z-index: 1;
}
body.host-hytale-landing .hy-kicker {
  color: #c4b5fd !important;
}
body.host-hytale-landing .hy-title-glow {
  text-shadow: 0 0 48px rgba(167, 139, 250, 0.35), 0 2px 28px rgba(0, 0, 0, 0.45);
}
body.host-hytale-landing .hy-title-accent {
  background: linear-gradient(90deg, #a5b4fc, #5eead4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
body.host-hytale-landing .hy-hero-lead {
  color: rgba(237, 233, 254, 0.95) !important;
  max-width: 39rem;
  line-height: 1.65;
}
body.host-hytale-landing .hy-hero-lead a {
  color: #7dd3fc;
  font-weight: 700;
}
body.host-hytale-landing .hy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
body.host-hytale-landing .hy-on-dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  box-shadow: none !important;
}
body.host-hytale-landing .hy-on-dark-btn--outline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(216, 180, 254, 0.85) !important;
}
body.host-hytale-landing .hy-on-dark-btn--outline:hover {
  background: rgba(167, 139, 250, 0.2);
  border-color: #fff !important;
  color: #fff !important;
}
body.host-hytale-landing .hy-on-dark-btn--soft {
  color: rgba(237, 233, 254, 0.95) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
}
body.host-hytale-landing .hy-on-dark-btn--soft:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}
body.host-hytale-landing .hy-hero-note {
  margin-top: 1.1rem;
  font-size: 12.5px;
  color: rgba(203, 213, 225, 0.82);
  max-width: 40rem;
  line-height: 1.5;
}
body.host-hytale-landing .hy-hero-note strong {
  color: rgba(255, 255, 255, 0.92);
}

body.host-hytale-landing .hy-hero-visual {
  position: relative;
  padding: 0.5rem 0 1rem;
}
body.host-hytale-landing .hy-orbs {
  position: relative;
  height: 200px;
  max-width: 300px;
  margin: 0 auto 1.25rem;
}
body.host-hytale-landing .hy-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
}
body.host-hytale-landing .hy-orb--1 {
  width: 100px;
  height: 100px;
  right: 8%;
  top: 10%;
  background: radial-gradient(circle at 35% 30%, #c4b5fd, #6d28d9 65%);
  opacity: 0.9;
  animation: hy-float-1 7s ease-in-out infinite;
}
body.host-hytale-landing .hy-orb--2 {
  width: 72px;
  height: 72px;
  left: 10%;
  top: 35%;
  background: radial-gradient(circle at 40% 40%, #5eead4, #0f766e 70%);
  opacity: 0.85;
  animation: hy-float-2 8s ease-in-out infinite;
}
body.host-hytale-landing .hy-orb--3 {
  width: 48px;
  height: 48px;
  left: 45%;
  bottom: 12%;
  background: radial-gradient(circle at 30% 30%, #fdba74, #c2410c 75%);
  opacity: 0.75;
  animation: hy-float-3 6s ease-in-out infinite;
}
@keyframes hy-float-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes hy-float-2 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(8px) scale(1.05); }
}
@keyframes hy-float-3 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  body.host-hytale-landing .hy-orb--1,
  body.host-hytale-landing .hy-orb--2,
  body.host-hytale-landing .hy-orb--3 {
    animation: none;
  }
}
body.host-hytale-landing .hy-hero-badges {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: rgba(30, 10, 60, 0.45);
  border: 1px solid rgba(196, 181, 253, 0.25);
  backdrop-filter: blur(10px);
}
body.host-hytale-landing .hy-hero-badges li {
  font-size: 13px;
  font-weight: 600;
  color: rgba(237, 233, 254, 0.92);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.host-hytale-landing .hy-hero-badges li:last-child {
  border-bottom: 0;
}

body.host-hytale-landing .hy-trust-strip {
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(30, 10, 60, 0.5) 0%, rgba(15, 23, 42, 0.98) 100%);
  border-top: 1px solid rgba(167, 139, 250, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.host-hytale-landing .hy-trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
body.host-hytale-landing .hy-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 13px;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.92);
}
body.host-hytale-landing .hy-trust-item svg {
  width: 18px;
  height: 18px;
  color: #c4b5fd;
  flex-shrink: 0;
}

body.host-hytale-landing .hy-section {
  padding: 3.75rem 0;
}
body.host-hytale-landing .hy-section--notice {
  padding: 2rem 0 0;
}
body.host-hytale-landing .hy-notice-banner {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px dashed rgba(167, 139, 250, 0.45);
  background: linear-gradient(135deg, rgba(76, 29, 149, 0.25), rgba(15, 23, 42, 0.9));
}
body.host-hytale-landing.light-theme .hy-notice-banner {
  background: linear-gradient(135deg, rgba(237, 233, 254, 0.9), #fff);
  border-color: rgba(109, 40, 217, 0.25);
}
body.host-hytale-landing .hy-notice-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f5f3ff;
  margin-bottom: 0.45rem;
}
body.host-hytale-landing.light-theme .hy-notice-title {
  color: #4c1d95;
}
body.host-hytale-landing .hy-notice-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.92);
}
body.host-hytale-landing.light-theme .hy-notice-text {
  color: #475569;
}
body.host-hytale-landing .hy-notice-text a {
  font-weight: 700;
}

body.host-hytale-landing .hy-section--alt {
  background: linear-gradient(180deg, rgba(245, 243, 255, 0.5) 0%, #f0fdfa 40%, #f8fafc 100%);
}
body.host-hytale-landing.light-theme .hy-section--alt {
  background: linear-gradient(180deg, #ede9fe 0%, #f1f5f9 100%);
}
body.host-hytale-landing:not(.light-theme) .hy-section:not(.hy-section--alt):not(.hy-section--plans):not(.hy-section--notice) {
  background: #09090b;
}
body.host-hytale-landing:not(.light-theme) .hy-section--plans {
  background: linear-gradient(180deg, #0f0a1a 0%, #050506 100%);
}
body.host-hytale-landing .hy-section-head {
  max-width: 720px;
  margin-bottom: 2rem;
}
body.host-hytale-landing .hy-section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.host-hytale-landing .hy-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  opacity: 0.92;
  margin-bottom: 0;
}
body.host-hytale-landing:not(.light-theme) .hy-section .se-title-1 {
  color: #f8fafc;
}
body.host-hytale-landing:not(.light-theme) .hy-lead {
  color: rgba(226, 232, 240, 0.88);
}
body.host-hytale-landing:not(.light-theme) .hy-section a {
  color: #a5b4fc;
}

body.host-hytale-landing .hy-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d28d9, #5b21b6);
  color: #f5f3ff;
  border: 1px solid rgba(196, 181, 253, 0.4);
  margin-bottom: 0.75rem;
}
body.host-hytale-landing .hy-pill--muted {
  background: linear-gradient(135deg, #475569, #334155);
  border-color: rgba(148, 163, 184, 0.35);
}

body.host-hytale-landing .hy-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.host-hytale-landing .hy-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.host-hytale-landing .hy-feature-card {
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 14px 40px -28px rgba(91, 33, 182, 0.45);
  transition: transform 0.2s ease;
}
body.host-hytale-landing:not(.light-theme) .hy-feature-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
body.host-hytale-landing .hy-feature-card:hover {
  transform: translateY(-3px);
}
body.host-hytale-landing .hy-feature-ico {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.3), rgba(45, 212, 191, 0.12));
  color: #7c3aed;
  margin-bottom: 0.85rem;
}
body.host-hytale-landing:not(.light-theme) .hy-feature-ico {
  color: #c4b5fd;
  border: 1px solid rgba(167, 139, 250, 0.25);
}
body.host-hytale-landing .hy-feature-ico svg {
  width: 24px;
  height: 24px;
}
body.host-hytale-landing .hy-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}
body.host-hytale-landing:not(.light-theme) .hy-feature-card h3 {
  color: #f1f5f9;
}
body.host-hytale-landing .hy-feature-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: var(--text-gray, #64748b);
}
body.host-hytale-landing:not(.light-theme) .hy-feature-card p {
  color: rgba(203, 213, 225, 0.88);
}

/* Mock painel (estrutura espelhada Minecraft / Hytale) */
body.host-hytale-landing .hy-ptero-frame {
  margin: 2rem auto 0;
  max-width: 920px;
}
body.host-hytale-landing .hy-ptero-mock {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(91, 33, 182, 0.35);
  box-shadow: 0 28px 70px -32px rgba(0, 0, 0, 0.8);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  background: #0b1220;
  text-align: left;
}
body.host-hytale-landing .hy-ptero-mock__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.75rem;
  background: linear-gradient(180deg, #1e1b4b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.host-hytale-landing .hy-ptero-mock__dots::before {
  content: "";
  display: inline-flex;
  width: 52px;
  height: 12px;
  background:
    radial-gradient(circle at 6px 6px, #f87171 6px, transparent 7px),
    radial-gradient(circle at 22px 6px, #fbbf24 6px, transparent 7px),
    radial-gradient(circle at 38px 6px, #34d399 6px, transparent 7px);
}
body.host-hytale-landing .hy-ptero-mock__title {
  flex: 1;
  font-family: var(--secondary-font, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #e2e8f0;
}
body.host-hytale-landing .hy-ptero-mock__muted {
  font-weight: 500;
  opacity: 0.65;
}
body.host-hytale-landing .hy-ptero-mock__user {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4c1d95, #312e81);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body.host-hytale-landing .hy-ptero-mock__body {
  display: flex;
  min-height: 260px;
}
body.host-hytale-landing .hy-ptero-mock__side {
  width: 120px;
  flex-shrink: 0;
  background: #111827;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem 0 0.5rem;
  display: flex;
  flex-direction: column;
}
body.host-hytale-landing .hy-ptero-mock__side-head {
  font-family: var(--secondary-font, system-ui, sans-serif);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  padding: 0 0.65rem 0.5rem;
}
body.host-hytale-landing .hy-ptero-mock__nav li {
  padding: 0.35rem 0.65rem;
  color: #94a3b8;
  font-family: var(--secondary-font, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 600;
  border-left: 3px solid transparent;
}
body.host-hytale-landing .hy-ptero-mock__nav li.is-active {
  color: #f8fafc;
  background: rgba(167, 139, 250, 0.12);
  border-left-color: #a78bfa;
}
body.host-hytale-landing .hy-ptero-mock__side-foot {
  margin-top: auto;
  padding: 0.5rem 0.65rem;
  font-size: 10px;
  color: #475569;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
body.host-hytale-landing .hy-ptero-mock__main {
  flex: 1;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.host-hytale-landing .hy-ptero-mock__serverbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.host-hytale-landing .hy-ptero-mock__srv-name {
  font-family: var(--secondary-font, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #f1f5f9;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
body.host-hytale-landing .hy-ptero-mock__status {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.3);
}
body.host-hytale-landing .hy-ptero-mock__egg {
  color: #5eead4;
  font-weight: 600;
  font-size: 11px;
}
body.host-hytale-landing .hy-ptero-mock__pwr {
  display: flex;
  gap: 0.35rem;
}
body.host-hytale-landing .hy-ptero-mock__btn {
  border: 0;
  border-radius: 6px;
  padding: 0.28rem 0.55rem;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}
body.host-hytale-landing .hy-ptero-mock__btn--start {
  background: #5b21b6;
  color: #f5f3ff;
}
body.host-hytale-landing .hy-ptero-mock__btn--restart {
  background: #ca8a04;
  color: #fffbeb;
}
body.host-hytale-landing .hy-ptero-mock__btn--stop {
  background: #991b1b;
  color: #fef2f2;
}
body.host-hytale-landing .hy-ptero-mock__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.45rem 0.75rem;
  font-family: var(--secondary-font, system-ui, sans-serif);
  font-size: 11px;
  color: #94a3b8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body.host-hytale-landing .hy-ptero-mock__meta strong {
  color: #e2e8f0;
}
body.host-hytale-landing .hy-ptero-mock__console {
  flex: 1;
  padding: 0.65rem 0.75rem 1rem;
  background: #020617;
  min-height: 120px;
}
body.host-hytale-landing .hy-ptero-mock__line {
  margin-bottom: 0.28rem;
  color: #94a3b8;
}
body.host-hytale-landing .hy-ptero-mock__line--ok {
  color: #a7f3d0;
}
body.host-hytale-landing .hy-ptero-mock__line--cmd {
  color: #cbd5e1;
}
body.host-hytale-landing .hy-ptero-mock__ts {
  color: #475569;
  margin-right: 0.35rem;
}
body.host-hytale-landing .hy-ptero-mock__prompt {
  color: #c4b5fd;
}
body.host-hytale-landing .hy-ptero-mock__cursor {
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-top: 0.2rem;
  background: #a78bfa;
  animation: hy-blink 1s step-end infinite;
  vertical-align: middle;
}
@keyframes hy-blink {
  50% { opacity: 0; }
}
@media (max-width: 575.98px) {
  body.host-hytale-landing .hy-ptero-mock__side {
    display: none;
  }
}
body.host-hytale-landing .hy-ptero-caption {
  margin-top: 1rem;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.95);
  text-align: center;
}
body.host-hytale-landing .hy-ptero-caption a {
  color: #818cf8;
  font-weight: 600;
}
body.host-hytale-landing:not(.light-theme) .hy-section--alt .se-title-1 {
  color: #f8fafc;
}
body.host-hytale-landing:not(.light-theme) .hy-section--alt .hy-lead {
  color: rgba(203, 213, 225, 0.88);
}

body.host-hytale-landing .hy-table-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(109, 40, 217, 0.2);
  box-shadow: 0 12px 40px -24px rgba(0, 0, 0, 0.15);
}
body.host-hytale-landing .hy-sizing-table thead {
  background: linear-gradient(135deg, #5b21b6 0%, #4c1d95 100%);
  color: #f5f3ff;
}
body.host-hytale-landing .hy-sizing-table th,
body.host-hytale-landing .hy-sizing-table td {
  padding: 0.85rem 1.1rem;
  font-size: 14px;
}
body.host-hytale-landing .hy-sizing-table th {
  border: 0;
  font-weight: 800;
}
body.host-hytale-landing .hy-sizing-table td {
  border-color: rgba(15, 23, 42, 0.08);
  vertical-align: middle;
}
body.host-hytale-landing:not(.light-theme) .hy-sizing-table tbody tr {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.9);
}
body.host-hytale-landing:not(.light-theme) .hy-sizing-table td {
  border-color: rgba(255, 255, 255, 0.08);
}
body.host-hytale-landing .hy-sizing-foot {
  font-size: 13px;
  margin-top: 0.85rem;
  margin-bottom: 0;
  opacity: 0.88;
}

/* Plan cards */
body.host-hytale-landing .hy-plan-card {
  position: relative;
  height: 100%;
  padding: 1.5rem 1.35rem 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(49, 46, 129, 0.45) 0%, rgba(15, 23, 42, 0.95) 100%);
  box-shadow: 0 20px 50px -30px rgba(0, 0, 0, 0.65);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
body.host-hytale-landing.light-theme .hy-plan-card {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.1);
}
body.host-hytale-landing .hy-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.5);
}
body.host-hytale-landing .hy-plan-card--featured {
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.15), 0 26px 60px -24px rgba(109, 40, 217, 0.35);
}
body.host-hytale-landing .hy-plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
}
body.host-hytale-landing .hy-plan-head {
  margin-bottom: 0.55rem;
}
body.host-hytale-landing .hy-plan-card--featured .hy-plan-head {
  padding-right: 6.5rem;
}
body.host-hytale-landing .hy-plan-name {
  font-family: var(--third-font, inherit);
  font-size: 1.15rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 0.2rem;
}
body.host-hytale-landing.light-theme .hy-plan-name {
  color: var(--dark, #0f172a);
}
body.host-hytale-landing .hy-plan-tag {
  font-size: 13px;
  color: #c4b5fd;
  margin: 0;
}
body.host-hytale-landing.light-theme .hy-plan-tag {
  color: #6d28d9;
}
body.host-hytale-landing .hy-plan-origin {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(237, 233, 254, 0.92);
  margin: 0 0 0.75rem;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  background: rgba(76, 29, 149, 0.35);
  border: 1px solid rgba(167, 139, 250, 0.22);
}
body.host-hytale-landing.light-theme .hy-plan-origin {
  color: #4c1d95;
  background: rgba(237, 233, 254, 0.8);
}
body.host-hytale-landing .hy-plan-origin__mark {
  flex-shrink: 0;
  margin-top: 1px;
}
body.host-hytale-landing .hy-plan-origin__mark svg {
  display: block;
  border-radius: 3px;
}
body.host-hytale-landing .hy-plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
  margin-bottom: 0.35rem;
}
body.host-hytale-landing .hy-plan-price__currency {
  font-size: 1.25rem;
  font-weight: 800;
  color: #c4b5fd;
}
body.host-hytale-landing.light-theme .hy-plan-price__currency {
  color: #6d28d9;
}
body.host-hytale-landing .hy-plan-price__val {
  font-size: clamp(1.85rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  font-family: var(--third-font, inherit);
}
body.host-hytale-landing.light-theme .hy-plan-price__val {
  color: var(--dark, #0f172a);
}
body.host-hytale-landing .hy-plan-price__per {
  font-size: 14px;
  color: rgba(203, 213, 225, 0.88);
}
body.host-hytale-landing .hy-plan-preorder {
  font-size: 11px;
  color: rgba(196, 181, 253, 0.88);
  margin: 0 0 0.85rem;
  line-height: 1.4;
}
body.host-hytale-landing.light-theme .hy-plan-preorder {
  color: #64748b;
}
body.host-hytale-landing .hy-plan-specs {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.host-hytale-landing.light-theme .hy-plan-specs {
  border-bottom-color: rgba(15, 23, 42, 0.08);
}
body.host-hytale-landing .hy-plan-specs__players {
  padding: 0.5rem 0 0.6rem !important;
  margin-bottom: 0.15rem;
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.12), transparent);
  border-radius: 10px 10px 0 0;
}
body.host-hytale-landing .hy-plan-specs__players-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #c4b5fd;
}
body.host-hytale-landing.light-theme .hy-plan-specs__players-label {
  color: #7c3aed;
}
body.host-hytale-landing .hy-plan-specs__players strong {
  font-size: 14px;
  color: #f8fafc;
}
body.host-hytale-landing.light-theme .hy-plan-specs__players strong {
  color: var(--dark, #0f172a);
}
body.host-hytale-landing .hy-plan-specs li {
  font-size: 14px;
  padding: 0.32rem 0;
  color: rgba(226, 232, 240, 0.92);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
body.host-hytale-landing.light-theme .hy-plan-specs li {
  color: #475569;
  border-bottom-color: rgba(15, 23, 42, 0.08);
}
body.host-hytale-landing .hy-plan-specs li:last-child {
  border-bottom: 0;
}
body.host-hytale-landing .hy-plan-specs__net {
  font-size: 13px !important;
}
body.host-hytale-landing .hy-plan-note {
  font-size: 12.5px;
  color: rgba(148, 163, 184, 0.95);
  margin-bottom: 0.85rem;
}
body.host-hytale-landing.light-theme .hy-plan-note {
  color: #64748b;
}
body.host-hytale-landing .hy-plan-cta {
  width: 100%;
  border-radius: 12px;
}
body.host-hytale-landing .hy-plan-link {
  display: block;
  text-align: center;
  margin-top: 0.45rem;
  font-weight: 600;
}
body.host-hytale-landing .hy-plans-disclaimer {
  margin-top: 1.75rem;
  font-size: 13px;
  opacity: 0.9;
}

body.host-hytale-landing .hy-container-narrow {
  max-width: 760px;
}
body.host-hytale-landing .hy-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
body.host-hytale-landing:not(.light-theme) .hy-faq-item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
body.host-hytale-landing .hy-faq-q {
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  padding: 1rem 1.15rem;
  list-style: none;
  padding-right: 2.5rem;
  position: relative;
  color: var(--dark, #0f172a);
}
body.host-hytale-landing:not(.light-theme) .hy-faq-q {
  color: #f1f5f9;
}
body.host-hytale-landing .hy-faq-q::-webkit-details-marker {
  display: none;
}
body.host-hytale-landing .hy-faq-q::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: #7c3aed;
}
body.host-hytale-landing .hy-faq-item[open] .hy-faq-q::after {
  content: "–";
}
body.host-hytale-landing .hy-faq-a {
  padding: 0 1.15rem 1.1rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-gray, #64748b);
}
body.host-hytale-landing:not(.light-theme) .hy-faq-a {
  color: rgba(203, 213, 225, 0.88);
}

body.host-hytale-landing .hy-pre-faq-cta {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, transparent, rgba(76, 29, 149, 0.08));
}
body.host-hytale-landing:not(.light-theme) .hy-pre-faq-cta {
  background: linear-gradient(180deg, #050506, #0f0820);
}
body.host-hytale-landing .hy-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background: linear-gradient(120deg, rgba(76, 29, 149, 0.25) 0%, rgba(15, 23, 42, 0.92) 100%);
}
body.host-hytale-landing.light-theme .hy-cta-banner {
  background: linear-gradient(120deg, #ede9fe 0%, #fff 60%);
}
body.host-hytale-landing .hy-cta-banner__text h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.35rem;
}
body.host-hytale-landing.light-theme .hy-cta-banner__text h2 {
  color: var(--dark, #0f172a);
}
body.host-hytale-landing .hy-cta-banner__text p {
  margin: 0;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.88);
}
body.host-hytale-landing.light-theme .hy-cta-banner__text p {
  color: #64748b;
}
body.host-hytale-landing .hy-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.host-hytale-landing .hy-banner-btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  background: transparent !important;
}
body.host-hytale-landing.light-theme .hy-banner-btn-ghost {
  border-color: rgba(91, 33, 182, 0.4) !important;
  color: #5b21b6 !important;
}

@media (prefers-reduced-motion: reduce) {
  body.host-hytale-landing .hy-ptero-mock__cursor {
    animation: none;
  }
}
