/* FantasyHost brand layer — visual identity distinct from generic hosting templates */

.fantasy-landing {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  --fh-accent: #5148ff;
  --fh-accent-deep: #3b33d4;
  --fh-accent-glow: #7c74ff;
  --fh-accent-soft: #ebe9ff;
  --fh-ink: #12121a;
  --fh-bg: #f6f5fc;
  --fh-bg-2: #ffffff;
  --color-primary: var(--fh-accent);
  --color-blue-deep: var(--fh-accent-deep);
  --color-blue-soft: #b8b2ff;
  --color-blue-wash: var(--fh-accent-soft);
  --color-bg: var(--fh-bg);
  --color-bg-2: var(--fh-bg-2);
  --color-ink: var(--fh-ink);
}

.fantasy-landing__body {
  position: relative;
  z-index: 1;
  padding-top: 68px;
}

.fantasy-landing::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 8% -8%, rgba(81, 72, 255, 0.09), transparent 55%),
    radial-gradient(ellipse 55% 40% at 92% 2%, rgba(124, 116, 255, 0.06), transparent 50%),
    radial-gradient(ellipse 45% 28% at 50% 100%, rgba(81, 72, 255, 0.05), transparent 45%);
}

.fantasy-landing .landing-navbar,
.fantasy-landing .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  margin: 0;
  background: rgba(246, 245, 252, 0.94);
  border-bottom: 1px solid rgba(81, 72, 255, 0.08);
}

.fh-brand-accent {
  color: var(--fh-accent);
}

/* Hero */
.fantasy-landing .hero {
  position: relative;
}

.fantasy-landing .hero::before {
  content: '';
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
  height: calc(100% + 68px);
  background: linear-gradient(180deg, rgba(235, 233, 255, 0.75) 0%, transparent 48%);
  pointer-events: none;
}

.fantasy-landing .hero__copy {
  position: relative;
  z-index: 1;
}

.fantasy-landing .hero__eyebrow {
  background: var(--fh-bg-2);
  border: 1px solid rgba(81, 72, 255, 0.16);
  border-radius: 999px;
  padding: 6px 14px 6px 10px;
  display: inline-flex;
  width: fit-content;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.fantasy-landing .hero__eyebrow-dot {
  background: var(--fh-accent);
  box-shadow: 0 0 0 4px rgba(81, 72, 255, 0.14);
}

.fantasy-landing .hero-em {
  background: linear-gradient(135deg, var(--fh-accent-deep) 0%, var(--fh-accent) 52%, var(--fh-accent-glow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fantasy-landing .hero-em::after {
  display: none;
}

.fantasy-landing .prod__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3em 0.45em;
  line-height: 1.35;
}

.fantasy-landing .prod__price-from,
.fantasy-landing .prod__price-per {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--color-ink-2);
  letter-spacing: 0.02em;
}

.fantasy-landing .prod__price-amount {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-ink);
  letter-spacing: -0.01em;
  margin-right: 0;
}

.fantasy-landing .vpsi-plan__desc.is-translating,
.fantasy-landing .dedi-plan__use.is-translating,
.fantasy-landing .dedi-plans-note.is-translating,
.fantasy-landing .dedi-plan__spec-v.is-translating {
  opacity: 0.72;
}

.fantasy-landing .hero__credbar {
  border: 1px solid rgba(81, 72, 255, 0.12);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  justify-content: center;
  gap: 12px 24px;
  width: fit-content;
  max-width: 100%;
  margin-top: 56px;
  margin-inline: auto;
  padding: 16px 24px;
}

.fantasy-landing .hero__credbar > span:not(.dot-sep) {
  white-space: nowrap;
}

.fantasy-landing .hero__credbar .dot-sep {
  margin: 0;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .fantasy-landing .hero__credbar {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 16px;
    padding: 14px 16px;
  }
}

/* Buttons */
.fantasy-landing .btn--primary,
.fantasy-landing .landing-navbar__cta,
.fantasy-landing .landing-navbar__drawer-cta {
  background: linear-gradient(135deg, var(--fh-accent-deep) 0%, var(--fh-accent) 55%, var(--fh-accent-glow) 100%);
  border: none;
  box-shadow: 0 4px 18px rgba(81, 72, 255, 0.24);
}

.fantasy-landing .btn--primary:hover,
.fantasy-landing .landing-navbar__cta:hover,
.fantasy-landing .landing-navbar__drawer-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 22px rgba(81, 72, 255, 0.34);
}

/* Navbar */
.fantasy-landing .landing-navbar.is-scrolled,
.fantasy-landing .navbar.is-scrolled {
  border-bottom-color: rgba(81, 72, 255, 0.14);
  background: rgba(246, 245, 252, 0.92);
}

.fantasy-landing .landing-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.fantasy-landing .landing-navbar__brand {
  align-items: center;
  min-height: 36px;
}

.fantasy-landing .landing-navbar__logo {
  width: 32px;
  height: 32px;
}

.fantasy-landing .landing-navbar__name {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.fantasy-landing .landing-navbar__menu {
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
}

.fantasy-landing .landing-navbar__actions {
  flex-shrink: 0;
  margin-left: auto;
}

.fantasy-landing .landing-navbar__mobile {
  margin-left: auto;
}

.fantasy-landing .landing-navbar__nav-link,
.fantasy-landing .landing-navbar__link {
  font-size: 14px;
  line-height: 1;
}

.landing-footer__since {
  color: var(--color-ink-3);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.landing-footer__brand-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Section eyebrows */
.fantasy-landing .eyebrow {
  color: var(--fh-accent-deep);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

.fantasy-landing .eyebrow .dot {
  background: var(--fh-accent);
}

/* Product cards */
.fantasy-landing .prod {
  border: 1px solid var(--color-hairline);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fantasy-landing .prod:hover {
  border-color: rgba(81, 72, 255, 0.32);
  box-shadow: 0 14px 34px -14px rgba(81, 72, 255, 0.2);
  transform: translateY(-2px);
}

.fantasy-landing .prod__icon {
  background: var(--fh-accent-soft);
  color: var(--fh-accent);
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.fantasy-landing .prod__cta {
  color: var(--fh-accent-deep);
}

/* Diff / steps */
.fantasy-landing .diff__num,
.fantasy-landing .step__num .badge {
  color: var(--fh-accent);
}

.fantasy-landing .bignum__value {
  color: var(--fh-accent-deep);
}

/* DDoS */
.fantasy-landing .ddos {
  background: linear-gradient(165deg, #12121a 0%, #1a1830 42%, #12121a 100%);
}

/* Final CTA */
.fantasy-landing .final-cta {
  background: linear-gradient(135deg, var(--fh-accent-deep) 0%, var(--fh-accent) 42%, #6d63ff 100%);
}

.fantasy-landing .final-cta__bg,
.fantasy-landing .final-cta__grid {
  opacity: 0.35;
}

.fantasy-landing .final-cta .btn--primary {
  background: #ffffff;
  color: var(--fh-ink);
  border: none;
  box-shadow: 0 4px 18px rgba(10, 10, 11, 0.14);
}

.fantasy-landing .final-cta .btn--primary:hover {
  background: var(--fh-accent-soft);
  color: var(--fh-accent-deep);
  filter: none;
  box-shadow: 0 6px 22px rgba(10, 10, 11, 0.18);
}

.fantasy-landing .final-cta .btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}

.fantasy-landing .final-cta .btn--ghost:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* Footer */
.fantasy-landing .footer {
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--fh-accent), var(--fh-accent-glow), transparent) 1;
}

.fantasy-landing .footer-status-pill .dot {
  background: var(--fh-accent);
}

/* WhatsApp FAB */
.fantasy-landing .wpp-fab:hover,
.fantasy-landing .wpp-fab:focus-visible {
  background: linear-gradient(135deg, var(--fh-accent-deep), var(--fh-accent));
}

/* Mega menu accent */
.fantasy-landing .landing-navbar__mega-item:hover .landing-navbar__mega-icon {
  border-color: rgba(81, 72, 255, 0.28);
  color: var(--fh-accent);
  background: var(--fh-accent-soft);
}

/* Sub-page heroes (VPS, dedicated, MTA, etc.) */
.fantasy-landing .vpsi-hero__eyebrow,
.fantasy-landing .about-hero__eyebrow,
.fantasy-landing .ddosp-hero__eyebrow,
.fantasy-landing .mta-hero__eyebrow,
.fantasy-landing .dedi-hero__eyebrow,
.fantasy-landing .reseller-hero__eyebrow {
  background: var(--fh-bg-2);
  border: 1px solid rgba(81, 72, 255, 0.14);
  border-radius: 999px;
  padding: 6px 14px 6px 10px;
  display: inline-flex;
  width: fit-content;
}
