:root {
  --bg: #070610;
  --bg-alt: #0d0a1c;
  --accent-purple: #8a2be2;
  --accent-pink: #ff4fd8;
  --text-main: #f7f5ff;
  --text-muted: #aaa4bc;
  --card-bg: #111022;
  --card-border: #292442;
  --radius-lg: 20px;
  --radius-md: 12px;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.55);
  --gradient-main: radial-gradient(circle at top left, #ff4fd8 0, #8a2be2 40%, #050510 80%);
  --gold: #e8bd6a;
  --gold-light: #ffe1a1;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--text-main);
  background: var(--gradient-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.hn-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(to right, rgba(5, 5, 16, 0.92), rgba(10, 10, 30, 0.78));
  backdrop-filter: blur(16px);
}

.hn-logo-wrap { display: flex; align-items: center; gap: 12px; }

.hn-logo-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: radial-gradient(circle at 20% 0, #ff4fd8, #8a2be2);
  font-size: 22px;
}

.hn-nav a {
  color: var(--text-main);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.hn-nav a:hover,
.hn-nav a:focus-visible { color: var(--accent-pink); }

.hn-main { width: 100%; max-width: 960px; flex: 1; margin: 0 auto 40px; padding: 20px; }
.hn-venues-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.hn-venue-card { padding: 14px; border: 1px solid var(--card-border); border-radius: var(--radius-lg); background: var(--card-bg); }
.hn-btn { padding: 7px 12px; border: 0; border-radius: 999px; cursor: pointer; font-size: 12px; text-decoration: none; }
.hn-btn-primary { color: #fff; background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple)); }

.hn-footer { margin-top: auto; padding: 24px 20px; color: var(--text-muted); background: rgba(5, 5, 16, 0.86); text-align: center; }
.hn-footer p { margin: 5px 0; }
.hn-footer-note { font-size: 0.76rem; }

/* 4Real homepage */
body.home-page { overflow-x: hidden; background: #080713; }
.home-page svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.home-skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 0 0 8px 8px; color: #160f1b; background: var(--gold); font-weight: 800; transition: top .2s; }
.home-skip-link:focus { top: 0; }

.home-header { min-height: 76px; padding-inline: max(20px, calc((100vw - 1160px) / 2)); background: rgba(8, 7, 19, .84); }
.home-brand { color: #fff; text-decoration: none; min-width: 0; }
.home-brand .hn-logo-icon { box-shadow: 0 10px 28px rgba(138, 43, 226, .3); }
.home-brand .hn-logo-text { min-width: 0; display: flex; flex-direction: column; }
.home-brand-name { white-space: nowrap; font-size: 1.1rem; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.home-brand-tagline { margin-top: 5px; color: var(--text-muted); font-size: .64rem; letter-spacing: .035em; white-space: nowrap; }
.home-nav-link { display: inline-flex; padding: 10px 17px; border: 1px solid rgba(232, 189, 106, .5); border-radius: 999px; color: var(--gold-light) !important; font-size: .77rem !important; transition: transform .2s, background .2s !important; }
.home-nav-link:hover { transform: translateY(-2px); background: rgba(232, 189, 106, .1); }
.home-main { flex: 1; }

.home-hero { position: relative; min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: center; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 78% 42%, rgba(138, 43, 226, .28), transparent 29%), radial-gradient(circle at 13% 5%, rgba(255, 79, 216, .23), transparent 27%), linear-gradient(137deg, #0d091d 0%, #110a27 48%, #080713 100%); }
.home-grid { position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(to bottom, #000, transparent 93%); }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,7,19,.38), transparent 54%); }
.home-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 170px; z-index: -1; background: linear-gradient(transparent, #080713); }
.home-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.home-orbit-one { width: 620px; height: 620px; right: -350px; top: -220px; box-shadow: 0 0 0 80px rgba(255,255,255,.008); }
.home-orbit-two { width: 430px; height: 430px; left: -300px; bottom: -160px; border-color: rgba(255,79,216,.13); }
.home-hero-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 9%; padding-block: 86px 125px; }
.home-kicker { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 22px; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .18em; line-height: 1.45; text-transform: uppercase; max-width: 100%; }
.home-kicker > span { width: 32px; height: 1px; flex: 0 0 32px; margin-top: .55em; background: var(--gold); }
.home-copy h1 { margin: 0; font-size: clamp(4.4rem, 10.5vw, 8.4rem); line-height: .78; letter-spacing: -.095em; white-space: nowrap; }
.home-copy h1 .brand-char {
  display: inline-block;
  color: transparent;
  background: linear-gradient(140deg, #fff 10%, #f7f5ff 42%, var(--accent-pink) 72%, var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  transform: translateY(0) rotate(0deg);
  animation: brand-char-in .8s cubic-bezier(.22,1,.36,1) both, brand-char-float 5s ease-in-out infinite;
}
.home-copy h1 .brand-char:nth-child(1) { animation-delay: .04s, 1.1s; }
.home-copy h1 .brand-char:nth-child(2) { animation-delay: .10s, 1.25s; }
.home-copy h1 .brand-char:nth-child(3) { animation-delay: .16s, 1.4s; }
.home-copy h1 .brand-char:nth-child(4) { animation-delay: .22s, 1.55s; }
.home-copy h1 .brand-char:nth-child(5) { animation-delay: .28s, 1.7s; }
@keyframes brand-char-in {
  from { opacity: 0; transform: translateY(24px) rotate(5deg) scale(.92); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); filter: blur(0); }
}
@keyframes brand-char-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.home-statement { margin: 31px 0 0; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 750; letter-spacing: -.045em; }
.home-statement em { color: var(--accent-pink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.home-intro { max-width: 520px; margin: 20px 0 0; color: #c5bfd3; font-size: clamp(.98rem, 1.4vw, 1.12rem); line-height: 1.75; }
.home-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.home-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .025em; text-decoration: none; transition: transform .22s, box-shadow .22s, background .22s, border-color .22s; }
.home-button:hover { transform: translateY(-3px); }
.home-button svg { width: 18px; height: 18px; }
.home-button-primary { color: #17101a; background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, #c88c37); box-shadow: 0 14px 38px rgba(200, 140, 55, .22), inset 0 1px rgba(255,255,255,.5); }
.home-button-primary:hover { box-shadow: 0 19px 45px rgba(232,189,106,.3), inset 0 1px rgba(255,255,255,.5); }
.home-button-quiet { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.home-button-quiet:hover { border-color: rgba(255,79,216,.4); background: rgba(255,79,216,.08); }

.home-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.home-radar { position: relative; width: min(450px, 90%); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; background: radial-gradient(circle, rgba(138,43,226,.15), rgba(8,7,19,.18) 55%, transparent 70%); box-shadow: inset 0 0 90px rgba(138,43,226,.08), 0 35px 80px rgba(0,0,0,.25); }
.home-radar::before, .home-radar::after { content: ""; position: absolute; background: rgba(255,255,255,.07); }
.home-radar::before { width: 1px; height: 100%; }
.home-radar::after { width: 100%; height: 1px; }
.home-radar-ring { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.home-ring-one { inset: 14%; }
.home-ring-two { inset: 29%; border-style: dashed; animation: home-spin 26s linear infinite; }
.home-ring-three { inset: 42%; border-color: rgba(232,189,106,.25); }
.home-radar-sweep { position: absolute; inset: 50% 50% 50% 50%; width: 45%; height: 1px; transform-origin: left center; background: linear-gradient(90deg, var(--accent-pink), transparent); animation: home-spin 5s linear infinite; filter: drop-shadow(0 0 8px rgba(255,79,216,.9)); }
.home-radar-sweep::after { content: ""; position: absolute; width: 150px; height: 150px; right: 0; bottom: 0; background: conic-gradient(from 268deg at 100% 100%, rgba(255,79,216,.14), transparent 30deg); }
@keyframes home-spin { to { transform: rotate(360deg); } }
.home-now-mark { position: relative; z-index: 2; width: 112px; height: 112px; display: grid; place-items: center; border: 1px solid rgba(232,189,106,.38); border-radius: 50%; background: linear-gradient(145deg, rgba(232,189,106,.14), rgba(17,10,39,.95)); box-shadow: 0 0 60px rgba(232,189,106,.18); }
.home-now-mark span { color: var(--gold-light); font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.home-now-mark i { position: absolute; width: 8px; height: 8px; right: 4px; top: 30px; border-radius: 50%; background: var(--accent-pink); box-shadow: 0 0 0 6px rgba(255,79,216,.12); }
.home-radar-dot { position: absolute; width: 9px; height: 9px; z-index: 2; border: 2px solid #0b0919; border-radius: 50%; background: var(--accent-pink); box-shadow: 0 0 0 6px rgba(255,79,216,.12); }
.home-dot-one { left: 18%; top: 38%; }
.home-dot-two { right: 20%; top: 27%; background: var(--gold); box-shadow: 0 0 0 6px rgba(232,189,106,.11); }
.home-dot-three { right: 28%; bottom: 17%; background: #a767e7; }
.home-floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(15,12,30,.78); box-shadow: 0 20px 45px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.home-floating-card p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.home-floating-card strong { font-size: .73rem; }
.home-floating-card p span { color: #938da1; font-size: .59rem; }
.home-card-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--gold); background: rgba(232,189,106,.09); }
.home-card-icon svg { width: 18px; height: 18px; }
.home-card-venue { left: -10px; top: 17%; }
.home-card-live { right: -12px; bottom: 15%; }
.home-card-live > i { width: 9px; height: 9px; border-radius: 50%; background: var(--accent-pink); box-shadow: 0 0 0 5px rgba(255,79,216,.12); animation: home-pulse 1.7s ease-in-out infinite; }
@keyframes home-pulse { 50% { opacity: .45; transform: scale(.82); } }
.home-coordinate { position: absolute; color: rgba(255,255,255,.28); font-size: .53rem; font-weight: 800; letter-spacing: .16em; }
.home-coordinate-one { left: 7%; bottom: 9%; writing-mode: vertical-rl; }
.home-coordinate-two { right: 4%; top: 8%; }
.home-bottom-line { position: absolute; left: 50%; bottom: 37px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #8e889c; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.home-bottom-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.home-footer { position: relative; z-index: 2; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.07); background: #06050d; text-align: left; }
.home-footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; }
.home-footer strong { color: #fff; font-size: .9rem; letter-spacing: -.035em; }
.home-footer-inner > div p { margin: 4px 0 0; color: #746e80; font-size: .63rem; }
.home-footer-inner em { color: #a86ec5; }
.home-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 23px; }
.home-footer-links a { color: #918b9e; font-size: .68rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.home-footer-links a:hover, .home-footer-links a:focus-visible { color: var(--gold); }
.home-copyright { margin: 0; color: #625c6e; font-size: .63rem; white-space: nowrap; }
.home-reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.home-reveal-delay { transition-delay: .12s; }
.home-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .home-hero-layout { grid-template-columns: 1fr; gap: 45px; padding-block: 76px 145px; }
  .home-copy { position: relative; z-index: 2; }
  .home-copy h1 { font-size: clamp(4.2rem, 17vw, 7rem); }
  .home-visual { width: min(600px, 100%); min-height: 470px; margin: auto; }
  .home-footer-inner { grid-template-columns: 1fr auto; }
  .home-footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 600px) {
  .home-shell { width: min(100% - 30px, 1160px); }
  .home-header { min-height: 68px; padding: 12px 15px; }
  .home-brand { gap: 9px; }
  .home-brand .hn-logo-icon { width: 35px; height: 35px; flex-basis: 35px; border-radius: 11px; font-size: 18px; }
  .home-brand-name { font-size: .96rem; }
  .home-brand-tagline { display: none; }
  .home-nav-link { padding: 8px 12px; font-size: .68rem !important; }
  .home-hero { min-height: auto; }
  .home-hero-layout { gap: 22px; padding-block: 72px 125px; }
  .home-kicker { margin-bottom: 18px; font-size: .62rem; letter-spacing: .13em; }
  .home-copy h1 { font-size: clamp(3.65rem, 20vw, 5rem); line-height: .86; letter-spacing: -.08em; }
  .home-statement { margin-top: 25px; font-size: clamp(1.65rem, 8vw, 2.2rem); }
  .home-intro { margin-top: 16px; font-size: .93rem; line-height: 1.65; }
  .home-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .home-button { width: 100%; }
  .home-visual { min-height: 360px; transform: scale(.88); transform-origin: top center; margin-bottom: -55px; }
  .home-radar { width: 360px; max-width: 105vw; }
  .home-floating-card { padding: 11px 13px; }
  .home-card-venue { left: -8px; top: 13%; }
  .home-card-live { right: -9px; bottom: 12%; }
  .home-coordinate { display: none; }
  .home-bottom-line { width: calc(100% - 30px); bottom: 27px; gap: 8px; justify-content: space-between; font-size: .52rem; letter-spacing: .08em; }
  .home-footer { padding: 27px 0; }
  .home-footer-inner { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .home-footer-links { grid-column: auto; grid-row: auto; justify-content: center; gap: 14px 20px; }
  .home-copyright { text-align: center; }
}


@media (max-width: 420px) {
  .home-kicker {
    font-size: .56rem;
    letter-spacing: .095em;
    line-height: 1.55;
  }
  .home-kicker > span {
    width: 24px;
    flex-basis: 24px;
  }
}

@media (max-width: 360px) {
  .home-brand-name { font-size: .88rem; }
  .home-nav-link { padding-inline: 10px; }
  .home-copy h1 { font-size: 3.35rem; }
  .home-visual { transform: scale(.8); margin-bottom: -90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .home-reveal { opacity: 1; transform: none; }
}
