:root {
  --hm-bg: #191428;
  --hm-bg-soft: #100d20;
  --hm-panel: rgba(22, 18, 45, 0.82);
  --hm-panel-strong: #17112f;
  --hm-line: rgba(194, 178, 255, 0.2);
  --hm-purple: #9d7dff;
  --hm-blue: #58a6ff;
  --hm-pink: #f079ff;
  --hm-text: #f7f4ff;
  --hm-muted: #c7c0dc;
  --hm-light: #f6f3ff;
  --hm-light-blue: #faeaff;
  --hm-light-ink: #1c1730;
  --hm-light-muted: #625b76;
  --hm-radius: 30px;
  --hm-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

html { scroll-behavior: smooth; }
body.hm-consumer { background: var(--hm-bg); color: var(--hm-text); }
body.hm-consumer main { overflow: hidden; }
.hm-consumer a { color: inherit; }
.hm-consumer a:focus-visible,
.hm-consumer button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.hm-consumer .hm-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; color: #111; padding: 12px 18px; border-radius: 8px; }
.hm-consumer .hm-skip:focus { top: 16px; }
.hm-consumer .rainbow-header { background: linear-gradient(180deg, rgba(7, 6, 16, .96), rgba(7, 6, 16, .72)); backdrop-filter: blur(16px); }
.hm-consumer .logo img { max-height: 50px; width: auto; }
.hm-consumer .mainmenu { gap: 6px; }
.hm-consumer .mainmenu li a { white-space: nowrap; font-size: 15px; }
.hm-consumer .mainmenu li a[aria-current="page"] { color: #fff; }
.hm-consumer .mainmenu li a[aria-current="page"]::after { width: 100%; }
.hm-consumer .hm-nav-download { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 999px; background: linear-gradient(135deg, #825cff, #3f8cff); color: #fff; font-weight: 700; }
.hm-consumer .hm-nav-download:hover { color: #fff; transform: translateY(-1px); }
.hm-consumer .hm-explore-menu { position: relative; }
.hm-consumer .hm-explore-menu > ul { display: none; position: absolute; top: 100%; left: 0; min-width: 250px; padding: 12px; border: 1px solid var(--hm-line); border-radius: 16px; background: #110d22; box-shadow: var(--hm-shadow); }
.hm-consumer .hm-explore-menu:hover > ul,
.hm-consumer .hm-explore-menu:focus-within > ul { display: block; }
.hm-consumer .hm-explore-menu > ul li { display: block; margin: 0; }
.hm-consumer .hm-explore-menu > ul a { display: block; padding: 10px 12px; border-radius: 10px; }
.hm-consumer .hm-explore-menu > ul a:hover { background: rgba(255,255,255,.08); }

.hm-hero { position: relative; padding: 120px 0 90px; min-height: 720px; background: radial-gradient(circle at 50% 15%, rgba(93, 62, 195, .46), transparent 34%), radial-gradient(circle at 82% 68%, rgba(38, 105, 200, .22), transparent 28%), url('../images/bg/main-banner-bg.png') center/cover no-repeat; }
.hm-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,6,16,.18), var(--hm-bg) 96%); pointer-events: none; }
.hm-hero .container { position: relative; z-index: 1; }
.hm-hero-copy { max-width: 900px; margin: 0 auto 54px; text-align: center; }
.hm-eyebrow { margin: 0 0 18px; color: #c8baff; font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hm-brand-title { margin: 0 0 18px; color: #d2c7ff; font-family: 'Orbitron', sans-serif; font-size: clamp(20px, 2.4vw, 30px); font-weight: 900; letter-spacing: .18em; line-height: 1.1; text-transform: uppercase; text-shadow: 0 0 30px rgba(157,125,255,.5); }
.hm-display { margin: 0; font-family: 'Orbitron', sans-serif; font-size: clamp(46px, 8vw, 96px); line-height: .98; letter-spacing: -.045em; color: #fff; }
.hm-typewriter-heading { min-height: .98em; }
.hm-typewriter-cursor { display: inline-block; margin-left: .05em; color: #bca8ff; text-shadow: 0 0 22px rgba(157,125,255,.85); animation: hm-cursor-pulse .9s steps(1, end) infinite; }
@keyframes hm-cursor-pulse { 0%, 46% { opacity: 1; } 47%, 100% { opacity: 0; } }
.hm-lede { max-width: 760px; margin: 26px auto 0; color: var(--hm-muted); font-size: clamp(19px, 2.3vw, 25px); line-height: 1.55; }
.hm-proof-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 24px 0 0; color: #fff; font-weight: 700; }
.hm-proof-line span { display: inline-flex; align-items: center; gap: 8px; }
.hm-proof-line span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hm-purple); box-shadow: 0 0 18px var(--hm-purple); }
.hm-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 30px; }
.hm-store img { height: 54px; width: auto; }
.hm-text-link { min-height: 54px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid var(--hm-line); border-radius: 14px; font-weight: 700; }
.hm-text-link:hover { border-color: #fff; color: #fff; }
.hm-video-shell { position: relative; overflow: hidden; max-width: 1100px; margin: 0 auto; border: 2px solid transparent; border-radius: clamp(22px, 4vw, 54px); background: linear-gradient(#030307, #030307) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 34%, rgba(118,87,255,.14) 66%, transparent 82%) border-box; box-shadow: 0 24px 80px rgba(42,24,112,.38), 0 0 45px rgba(108,74,255,.12); }
.hm-video-shell-featured { border: 2px solid transparent; border-radius: 60px; background: linear-gradient(#030307, #030307) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 34%, rgba(118,87,255,.14) 66%, transparent 82%) border-box; box-shadow: 0 0 0 1px rgba(197,180,255,.12), 0 34px 110px rgba(42,24,112,.58), 0 0 70px rgba(108,74,255,.2); }
.hm-video-shell::after { content: ""; position: absolute; z-index: 1; inset: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: calc(clamp(22px, 4vw, 54px) - 10px); box-shadow: inset 0 0 30px rgba(143,111,255,.14); pointer-events: none; }
.hm-video-shell::before { content: ""; display: block; padding-top: 56.25%; }
.hm-video-shell iframe,
.hm-video-shell video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.hm-video-shell .hm-media-label { position: absolute; z-index: 2; left: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(8,7,16,.76); backdrop-filter: blur(10px); color: #fff; font-size: 13px; font-weight: 700; pointer-events: none; }
.hm-video-play { position: absolute; z-index: 3; inset: 0; display: grid; place-items: center; border: 0; background: transparent; color: #fff; font-size: 30px; cursor: pointer; }
.hm-video-play span { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: rgba(8,7,16,.72); border: 1px solid rgba(255,255,255,.42); }
.hm-video-play[hidden] { display: none; }

.hm-section { position: relative; padding: 110px 0; }
.hm-section-tight { padding: 80px 0; }
.hm-section-soft { overflow: hidden; background: radial-gradient(circle at 10% 8%, rgba(118,87,255,.14), transparent 30%), radial-gradient(circle at 90% 88%, rgba(88,166,255,.17), transparent 32%), linear-gradient(135deg, var(--hm-light) 0%, #f0f1ff 52%, var(--hm-light-blue) 100%); color: var(--hm-light-ink); border-block: 1px solid rgba(118,87,255,.15); }
.hm-section-soft::before { content: ""; position: absolute; width: min(46vw, 620px); aspect-ratio: 1; right: -20vw; top: -42%; border: 1px solid rgba(118,87,255,.12); border-radius: 50%; box-shadow: 0 0 0 54px rgba(118,87,255,.035), 0 0 0 108px rgba(88,166,255,.025); pointer-events: none; }
.hm-section-soft > .container { position: relative; z-index: 1; }
.hm-section-soft .hm-title,
.hm-section-soft .hm-card h3 { color: var(--hm-light-ink); text-shadow: none; }
.hm-section-soft .hm-eyebrow { color: #6547cb; }
.hm-section-soft .hm-section-head p:last-child,
.hm-section-soft .hm-card p,
.hm-section-soft .hm-world-card p { color: var(--hm-light-muted); }
.hm-section-soft .hm-card { border-color: rgba(91,63,190,.17); background: rgba(255,255,255,.72); box-shadow: 0 22px 70px rgba(65,49,114,.12); backdrop-filter: blur(10px); }
.hm-section-soft .hm-card .hm-icon { background: linear-gradient(135deg, rgba(118,87,255,.18), rgba(88,166,255,.2)); color: #5639bd; }
.hm-section-soft .hm-step-number { color: rgba(72,51,145,.12); }
.hm-section-soft .hm-feature-list li { border-color: rgba(91,63,190,.17); background: rgba(255,255,255,.7); color: var(--hm-light-ink); }
.hm-section-soft .hm-text-link { border-color: rgba(91,63,190,.27); color: #4e32b6; background: rgba(255,255,255,.5); }
.hm-section-soft .hm-text-link:hover { border-color: #6547cb; color: #3d258f; background: #fff; }
.hm-section-soft .hm-watch-panel .hm-title,
.hm-section-soft .hm-cta .hm-title { color: #fff; }
.hm-section-soft .hm-watch-panel .hm-eyebrow,
.hm-section-soft .hm-cta .hm-eyebrow { color: #c8baff; }
.hm-section-soft .hm-watch-panel p:not(.hm-stat):not(.hm-eyebrow),
.hm-section-soft .hm-cta p { color: var(--hm-muted); }
.hm-section-soft .hm-watch-panel .hm-text-link,
.hm-section-soft .hm-cta .hm-text-link { border-color: var(--hm-line); color: #fff; background: transparent; }
.hm-section-soft .hm-watch-panel .hm-text-link:hover,
.hm-section-soft .hm-cta .hm-text-link:hover { border-color: #fff; color: #fff; }
.hm-section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.hm-title { margin: 0; color: #fff; font-family: 'Orbitron', sans-serif; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.hm-section-head p:last-child { margin: 20px auto 0; color: var(--hm-muted); font-size: 19px; line-height: 1.7; }
.hm-grid { display: grid; gap: 22px; }
.hm-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hm-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hm-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hm-card { height: 100%; padding: 32px; border: 1px solid var(--hm-line); border-radius: var(--hm-radius); background: linear-gradient(145deg, rgba(30, 22, 60, .9), rgba(13, 18, 42, .88)); box-shadow: var(--hm-shadow); }
.hm-card h3 { margin: 0 0 13px; color: #fff; font-size: 23px; }
.hm-card p { margin: 0; color: var(--hm-muted); font-size: 17px; line-height: 1.65; }
.hm-card .hm-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 16px; background: linear-gradient(135deg, rgba(157,125,255,.3), rgba(88,166,255,.25)); color: #fff; font-size: 20px; }
.hm-step { position: relative; padding-top: 74px; }
.hm-step-number { position: absolute; top: 24px; right: 28px; color: rgba(255,255,255,.12); font: 900 56px/1 'Orbitron',sans-serif; }
.hm-feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 30px 0 0; list-style: none; }
.hm-feature-list li { padding: 15px 18px; border: 1px solid var(--hm-line); border-radius: 16px; background: rgba(255,255,255,.04); color: #fff; }

.hm-feed { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.4fr .8fr; align-items: center; gap: 22px; }
.hm-phone { position: relative; padding: 11px; border: 2px solid transparent; border-radius: 42px; background: linear-gradient(#05040a, #05040a) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 38%, rgba(118,87,255,.18) 72%, transparent 100%) border-box; box-shadow: 0 26px 90px rgba(0,0,0,.5), 0 22px 75px rgba(42,24,112,.42), 0 0 45px rgba(108,74,255,.14); }
.hm-phone::after { content: ""; position: absolute; z-index: 1; inset: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; box-shadow: inset 0 0 26px rgba(143,111,255,.14); pointer-events: none; }
.hm-phone-screen { min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 32px; background: linear-gradient(180deg, rgba(8,7,16,.02), rgba(8,7,16,.88)), url('../images/content/swipe.jpg') center/cover no-repeat; }
.hm-phone-screen .hm-chips { display: flex; gap: 8px; overflow: hidden; margin-bottom: auto; }
.hm-chip { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; background: rgba(8,7,16,.72); color: #fff; font-size: 12px; }
.hm-social-row { display: flex; gap: 11px; margin: 14px 0; }
.hm-social-row span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 999px; background: rgba(8,7,16,.72); font-size: 12px; }
.hm-side-list { display: grid; gap: 14px; }
.hm-side-list .hm-card { padding: 22px; }

.hm-watch-panel { overflow: hidden; position: relative; padding: clamp(34px, 6vw, 76px); border: 2px solid transparent; border-radius: 44px; background: radial-gradient(circle at 76% 10%, rgba(88,166,255,.28), transparent 30%) padding-box, radial-gradient(circle at 20% 86%, rgba(157,125,255,.34), transparent 34%) padding-box, linear-gradient(#100b25, #100b25) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 36%, rgba(118,87,255,.15) 72%, transparent 100%) border-box; box-shadow: var(--hm-shadow), 0 22px 75px rgba(42,24,112,.32); }
.hm-stat { display: inline-block; margin: 0; font: 900 clamp(68px, 11vw, 148px)/.7 ,sans-serif; background: linear-gradient(120deg, #fff, #b9a4ff 45%, #64b1ff); -webkit-background-clip: text; color: transparent; }
.hm-watch-copy { max-width: 670px; }
.hm-watch-copy h2 { margin-top: 22px; }
.hm-watch-copy p { color: var(--hm-muted); font-size: 20px; line-height: 1.65; }
.hm-watch-copy .hm-stat { color: transparent; font-family: sans-serif; font-size: clamp(68px, 5vw, 148px); font-weight: 900; line-height: 1.2; }
.hm-watch-image-frame { position: relative; overflow: hidden; width: 100%; margin-top: clamp(32px, 5vw, 58px); border: 2px solid transparent; border-radius: 36px; background: linear-gradient(#080713, #080713) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 38%, rgba(118,87,255,.18) 72%, transparent 100%) border-box; box-shadow: 0 24px 80px rgba(0,0,0,.4), 0 20px 70px rgba(42,24,112,.38), 0 0 45px rgba(108,74,255,.14); }
.hm-watch-image-frame::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; box-shadow: inset 0 0 28px rgba(143,111,255,.14); pointer-events: none; }
.hm-watch-image-frame img { display: block; width: 100%; height: auto; border-radius: 34px; }
.hm-participant-field { display: grid; grid-template-columns: repeat(15, 1fr); gap: 7px; margin-top: 34px; opacity: .88; }
.hm-participant-field span { aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, #f3eaff, #7352ee); box-shadow: 0 0 12px rgba(157,125,255,.35); }
.hm-participant-field span:nth-child(5n) { background: linear-gradient(135deg, #dff5ff, #3087ed); }
.hm-participant-field span:nth-child(7n) { transform: scale(.72); opacity: .76; }

.hm-world-card { overflow: hidden; padding: 0; }
.hm-world-card img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hm-world-card div { padding: 24px; }
.hm-world-card h3 { margin: 0 0 7px; }
.hm-world-card p { color: var(--hm-muted); }
.hm-cta { padding: clamp(40px, 7vw, 80px); border: 2px solid transparent; border-radius: 44px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(112,77,220,.42), transparent 48%) padding-box, linear-gradient(#0e0b1c, #0e0b1c) padding-box, linear-gradient(180deg, #c9b9ff 0%, #7657ff 36%, rgba(118,87,255,.15) 72%, transparent 100%) border-box; box-shadow: 0 22px 75px rgba(42,24,112,.26); }
.hm-cta .hm-title { max-width: 820px; margin: 0 auto; }
.hm-cta p { max-width: 680px; margin: 20px auto 0; color: var(--hm-muted); font-size: 19px; }

.hm-page-hero { padding: 190px 0 82px; text-align: center; background: radial-gradient(circle at 50% 10%, rgba(91,61,192,.48), transparent 35%), linear-gradient(180deg, #0c0918, var(--hm-bg)); }
.hm-page-hero .hm-display { max-width: 1000px; margin: 0 auto; font-size: clamp(44px, 7vw, 82px); }
.hm-prose { max-width: 820px; margin: 0 auto; }
.hm-prose p { color: var(--hm-muted); font-size: 19px; line-height: 1.8; }
.hm-prose h2 { margin-top: 56px; color: #fff; font-family: 'Orbitron',sans-serif; font-size: clamp(30px, 4vw, 44px); }
.hm-note { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--hm-purple); border-radius: 0 14px 14px 0; background: rgba(157,125,255,.1); color: #e8e1ff; }

.hm-consumer .rainbow-footer { padding-top: 72px; background: #191428; border-top: 1px solid var(--hm-line); }
.hm-consumer .rainbow-footer .desc-text { color: var(--hm-muted); }
.hm-footer-links { list-style: none; padding: 0; margin: 0; }
.hm-footer-links li { margin: 9px 0; }
.hm-footer-links a { color: var(--hm-muted); }
.hm-footer-links a:hover { color: #fff; }
.hm-footer-bottom { margin-top: 58px; padding: 24px 0; border-top: 1px solid var(--hm-line); color: var(--hm-muted); }

@media (max-width: 991px) {
  .hm-hero, .hm-page-hero { padding-top: 145px; }
  .hm-grid-3, .hm-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hm-feed { grid-template-columns: 1fr; max-width: 580px; }
  .hm-side-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hm-phone { order: -1; }
}

@media (max-width: 767px) {
  .hm-hero { min-height: auto; padding-bottom: 68px; }
  .hm-typewriter-heading { min-height: 1.96em; }
  .hm-video-shell-featured { border-radius: 30px; }
  .hm-video-shell::after { inset: 6px; border-radius: 23px; }
  .hm-section { padding: 78px 0; }
  .hm-grid-2, .hm-grid-3, .hm-grid-4, .hm-feature-list, .hm-side-list { grid-template-columns: 1fr; }
  .hm-card { padding: 26px; border-radius: 24px; }
  .hm-watch-panel { border-radius: 28px; }
  .hm-watch-image-frame { border-radius: 24px; }
  .hm-watch-image-frame::after { inset: 6px; border-radius: 17px; }
  .hm-watch-image-frame img { border-radius: 22px; }
  .hm-participant-field { grid-template-columns: repeat(10, 1fr); gap: 5px; }
  .hm-store img { height: 48px; }
  .hm-text-link { min-height: 48px; }
  .hm-phone-screen { min-height: 500px; }
}

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