:root {
  --purple: #4b0da5;
  --purple-dark: #22004f;
  --purple-deep: #100020;
  --purple-light: #a974ff;
  --white: #ffffff;
  --muted: #cfc5db;
  --border: rgba(255, 255, 255, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--purple-deep);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}
a { color: inherit; text-decoration: none; }
.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 38%, rgba(117, 40, 224, 0.3), transparent 29%),
    radial-gradient(circle at 18% 92%, rgba(75, 13, 165, 0.35), transparent 28%),
    linear-gradient(135deg, #0c0019 0%, #17002f 48%, #090012 100%);
}
.site-header {
  width: min(1280px, calc(100% - 64px));
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}
.logo-spark { color: var(--purple-light); font-size: 25px; margin-right: 3px; filter: drop-shadow(0 0 9px #9f64ff); }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-login, .header-register, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 600; }
.header-login, .header-register { min-height: 43px; padding: 0 18px; border-radius: 999px; font-size: 14px; transition: .25s ease; }
.header-login { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.025); }
.header-login:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); transform: translateY(-2px); }
.header-register { color: var(--purple); background: var(--white); box-shadow: 0 10px 28px rgba(104,38,198,.32); }
.header-register:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(104,38,198,.45); }
.header-register span, .button span { color: var(--purple); }
.mobile-nav-actions { display: none; }
.menu-toggle { display: none; }
.hero {
  width: min(1280px, calc(100% - 64px));
  min-height: calc(100vh - 92px);
  margin: auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 72px;
  padding: 54px 0 64px;
}
.eyebrow {
  width: fit-content;
  margin-bottom: 28px;
  padding: 7px 14px;
  color: #d9c5ff;
  border: 1px solid rgba(169, 116, 255, .45);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--purple-light); box-shadow: 0 0 10px var(--purple-light); }
h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.6px;
}
h1 span { color: transparent; -webkit-text-stroke: 1.5px #b987ff; text-shadow: 0 0 30px rgba(137, 74, 232, .2); }
.hero-copy > p { max-width: 610px; margin: 25px 0 30px; color: var(--muted); font-size: 18px; line-height: 29.25px; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 56px; padding: 0 24px; border-radius: 9px; font-size: 16px; }
.button-primary { background: var(--white); color: var(--purple); box-shadow: 0 13px 35px rgba(117, 40, 224, .35); }
.button-primary span { color: var(--purple); }
.button-secondary { border: 1px solid rgba(169, 116, 255, .5); }
.button-secondary .play { font-size: 11px; }
.hero-points { display: flex; gap: 25px; margin: 30px 0 0; padding: 0; list-style: none; color: #aaa0b6; font-size: 13px; }
.hero-points span { color: var(--purple-light); margin-right: 5px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(169, 116, 255, .2); border-radius: 50%; }
.orbit-one { width: 560px; height: 360px; transform: rotate(-22deg); }
.orbit-two { width: 470px; height: 470px; border-style: dashed; transform: rotate(18deg); }
.visual-card { border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; backdrop-filter: blur(12px); }
.card-back { position: absolute; width: 420px; height: 370px; padding: 28px; transform: rotate(9deg) translate(46px, -12px); color: #ad91d2; background: rgba(87, 24, 176, .22); }
.card-back span { font: 500 11px/1 "Inter", sans-serif; letter-spacing: 2px; }
.card-back strong { position: absolute; bottom: 28px; left: 28px; font: 600 18px/1.2 "Inter", sans-serif; }
.card-main { z-index: 2; width: 420px; min-height: 410px; padding: 20px; background: linear-gradient(145deg, rgba(76, 13, 166, .96), rgba(28, 2, 58, .93)); box-shadow: 0 28px 80px rgba(0, 0, 0, .45), inset 0 1px rgba(255,255,255,.08); transform: rotate(-2deg); }
.card-topline { display: flex; justify-content: space-between; color: #c4b0dc; font-size: 10px; letter-spacing: 1.7px; text-transform: uppercase; }
.card-topline i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--white); box-shadow: 0 0 8px var(--white); }
.card-art { position: relative; height: 265px; margin: 18px 0; overflow: hidden; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #faf8ff, #c6a1ff); color: var(--purple); }
.art-word { z-index: 2; font: 700 clamp(48px, 5vw, 70px)/1 "Inter", sans-serif; letter-spacing: -3px; }
.art-star { position: absolute; z-index: 3; top: 50px; left: 55px; color: var(--white); font-size: 45px; text-shadow: 0 0 18px var(--purple); }
.art-ring { position: absolute; width: 260px; height: 260px; border: 35px solid rgba(75,13,165,.18); border-radius: 50%; transform: translate(125px, 70px); }
.card-footer { display: flex; align-items: center; justify-content: space-between; }
.card-footer div { display: grid; }
.card-footer small { color: #aa98be; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.card-footer strong { font: 500 14px/1.6 "Inter", sans-serif; }
.round-arrow { display: grid; place-items: center; width: 43px; height: 43px; color: var(--purple); background: var(--white); border-radius: 50%; }
.floating-label { position: absolute; z-index: 4; padding: 7px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #200442; font-size: 12px; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.label-one { top: 70px; left: 0; transform: rotate(-8deg); }
.label-two { right: -8px; bottom: 90px; transform: rotate(7deg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1000px) {
  .site-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .eyebrow, .hero-actions { margin-left: auto; margin-right: auto; }
  .hero-points { justify-content: center; }
  .hero-visual { min-height: 560px; }
}
@media (max-width: 720px) {
  .site-header, .hero { width: min(100% - 36px, 1280px); }
  .site-header { height: 76px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; gap: 4px; padding: 8px; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: var(--white); }
  .site-nav { position: absolute; z-index: 10; top: 76px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: #17002f; border: 1px solid var(--border); border-radius: 12px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 17px; }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
  .mobile-nav-actions a { min-height: 45px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 999px; }
  .mobile-nav-actions a:last-child { color: var(--purple); background: var(--white); }
  .hero { min-height: auto; gap: 35px; padding: 48px 0; }
  h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-actions, .hero-points { flex-direction: column; }
  .hero-points { align-items: center; gap: 8px; }
  .hero-visual { min-height: 470px; transform: scale(.88); margin: -30px -30px; }
  .card-main, .card-back { width: min(420px, 92vw); }
  .label-one { left: 5px; }
  .label-two { right: 5px; }
}
@media (prefers-reduced-motion: no-preference) {
  .card-main { animation: float 5s ease-in-out infinite; }
  .art-star { animation: glow 2.4s ease-in-out infinite; }
  @keyframes float { 50% { transform: rotate(-1deg) translateY(-10px); } }
  @keyframes glow { 50% { transform: scale(1.12) rotate(12deg); } }
}

/* Premium finish */
body { -webkit-font-smoothing: antialiased; }
.page-shell { position: relative; }
.page-shell::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.page-shell::after {
  content: ""; position: absolute; inset: 0; z-index: 8; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor-glow { position: fixed; z-index: 0; width: 480px; height: 480px; border-radius: 50%; pointer-events: none; opacity: .16; background: radial-gradient(circle, #7f35e9 0%, transparent 68%); transform: translate(-50%, -50%); }
.site-header { position: relative; z-index: 20; }
.logo::after { content: "®"; align-self: flex-start; margin: -2px 0 0 5px; color: #927daa; font: 500 8px/1 "Inter", sans-serif; letter-spacing: 0; }
.site-nav a { position: relative; color: #a99eb5; font-size: 14px; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--white); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.hero { position: relative; z-index: 2; }
.eyebrow { background: rgba(115,47,210,.08); }
.eyebrow b { margin-left: 13px; padding-left: 13px; border-left: 1px solid rgba(255,255,255,.18); color: #857592; font-size: 9px; font-weight: 500; }
h1 span { color: #a974ff; background: linear-gradient(90deg, #fff 0%, #d4b7ff 28%, #8b45eb 88%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 0; text-shadow: 0 12px 48px rgba(137,74,232,.22); }
.button { position: relative; overflow: hidden; padding-inline: 25px; border-radius: 999px; font-size: 15px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { box-shadow: 0 13px 35px rgba(117,40,224,.35), inset 0 -2px 0 rgba(75,13,165,.12); }
.button-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(136,83,210,.14) 45%, transparent 70%); transform: translateX(-110%); transition: transform .55s ease; }
.button-primary:hover::before { transform: translateX(110%); }
.button-secondary { border-color: rgba(169,116,255,.38); background: rgba(255,255,255,.025); }
.button-secondary:hover { background: rgba(255,255,255,.07); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.scroll-cue { display: flex; align-items: center; gap: 11px; margin-top: 35px; color: #6e627a; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 22px; height: 35px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.scroll-cue i::after { content: ""; position: absolute; top: 7px; left: 50%; width: 2px; height: 6px; border-radius: 2px; background: var(--purple-light); transform: translateX(-50%); animation: scrollDown 1.8s ease-in-out infinite; }
.hero-visual::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(108,36,207,.2); filter: blur(85px); }
.visual-card { border-color: rgba(255,255,255,.18); backdrop-filter: blur(18px); }
.card-main { background: linear-gradient(145deg, rgba(91,24,184,.93), rgba(22,0,47,.97)); box-shadow: 0 40px 100px rgba(0,0,0,.52), 0 0 70px rgba(111,44,203,.16), inset 0 1px rgba(255,255,255,.11); transform-style: preserve-3d; transition: transform .18s ease-out; }
.card-art::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(75,13,165,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(75,13,165,.16) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(135deg, transparent, #000); }
.art-caption { position: absolute; z-index: 2; right: 17px; bottom: 14px; color: rgba(49,0,120,.65); font-size: 8px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.floating-label { background: rgba(32,4,66,.82); backdrop-filter: blur(12px); font-size: 11px; letter-spacing: .5px; }
@keyframes scrollDown { 0% { opacity: 0; transform: translate(-50%, 0); } 45% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }
@media (max-width: 720px) { .scroll-cue { display: none; } }
@media (pointer: coarse), (prefers-reduced-motion: reduce) { .cursor-glow { display: none; } }

/* Investment flow */
.investment-flow {
  position: relative;
  z-index: 2;
  padding: 115px max(32px, calc((100% - 1280px) / 2)) 52px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 48% 120%, rgba(85,18,178,.26), transparent 38%),
    linear-gradient(180deg, #0a0015 0%, #100020 100%);
}
.investment-flow::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(169,116,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(169,116,255,.025), 0 0 0 140px rgba(169,116,255,.018);
}
.flow-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 13px;
  color: #d4b8ff;
  border: 1px solid rgba(169,116,255,.38);
  border-radius: 999px;
  background: rgba(93,27,186,.09);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.flow-heading h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.6px;
}
.flow-heading h2 span {
  background: linear-gradient(90deg, #d8c1ff, #8944ed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow-heading > p { max-width: 475px; margin: 0 0 5px; color: #aaa0b6; font-size: 17px; line-height: 1.7; }
.flow-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.flow-grid::before { content: ""; position: absolute; z-index: 0; top: 68px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg, transparent, rgba(169,116,255,.48), transparent); }
.flow-card {
  position: relative;
  z-index: 1;
  min-height: 255px;
  padding: 20px 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(59,13,119,.34), rgba(20,2,42,.76));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.14);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.flow-card::after { content: ""; position: absolute; top: 0; left: 0; width: 85px; height: 3px; background: linear-gradient(90deg, var(--purple-light), transparent); }
.flow-card:hover { transform: translateY(-8px); border-color: rgba(169,116,255,.35); background: linear-gradient(145deg, rgba(76,16,153,.48), rgba(20,2,42,.82)); }
.flow-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.flow-icon { position: relative; display: grid; place-items: center; width: 50px; height: 50px; color: var(--white); border: 1px solid rgba(169,116,255,.42); border-radius: 14px; background: rgba(113,45,207,.32); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.flow-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.flow-icon b { position: absolute; right: -7px; bottom: -7px; display: grid; place-items: center; min-width: 24px; height: 19px; padding: 0 4px; color: var(--purple-deep); border: 2px solid #1b0338; border-radius: 6px; background: #c8a1ff; font: 700 8px/1 "Inter", sans-serif; }
.step-number { padding-top: 3px; color: #8f809c; font: 600 9px/1 "Inter", sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }
.flow-card h3 { margin: 0 0 8px; font-family: "Inter", sans-serif; font-size: 17px; font-weight: 600; line-height: 1.35; letter-spacing: -.5px; }
.flow-card p { margin: 0; color: #a99eb4; font-size: 14px; line-height: 1.65; }
.flow-note { margin: 23px 0 0; color: #6f647a; font-size: 11px; text-align: right; }

@media (max-width: 1000px) {
  .investment-flow { padding-top: 90px; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid::before { display: none; }
}
@media (max-width: 720px) {
  .investment-flow { padding: 75px 18px 40px; }
  .flow-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 40px; }
  .flow-heading h2 { font-size: clamp(33px, 10vw, 44px); }
  .flow-heading > p { font-size: 16px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-card { min-height: auto; }
  .flow-note { text-align: left; }
}

/* Professional flow redesign */
.investment-flow {
  padding-top: 128px;
  padding-bottom: 70px;
  background:
    radial-gradient(circle at 50% 0, rgba(88,30,166,.12), transparent 34%),
    #0b0115;
}
.investment-flow::before { display: none; }
.flow-heading { align-items: flex-end; margin-bottom: 72px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.09); }
.section-label { gap: 9px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #a78aba; font-size: 10px; }
.section-label i { width: 6px; height: 6px; border-radius: 50%; background: #a974ff; box-shadow: 0 0 12px rgba(169,116,255,.8); }
.flow-heading h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.flow-heading h2 span { background: linear-gradient(90deg, #fff 0%, #b987ff 72%); -webkit-background-clip: text; background-clip: text; }
.flow-intro { width: min(100%, 465px); display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: start; }
.flow-intro > span { padding-top: 5px; color: #8e75a5; font: 500 10px/1 "Inter", sans-serif; letter-spacing: 1.5px; }
.flow-intro p { margin: 0; color: #a79dad; font-size: 16px; line-height: 1.7; }
.flow-heading > p { display: none; }
.flow-grid { gap: 14px; counter-reset: flow; }
.flow-grid::before { top: 64px; left: 12%; right: 12%; background: linear-gradient(90deg, rgba(169,116,255,.08), rgba(169,116,255,.5), rgba(169,116,255,.08)); }
.flow-card {
  min-height: 310px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-color: rgba(255,255,255,.095);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 22px 60px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.035);
}
.flow-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 42%); }
.flow-card::after { width: 42px; height: 1px; background: #a974ff; box-shadow: 0 0 14px rgba(169,116,255,.75); }
.flow-card:hover { transform: translateY(-5px); border-color: rgba(169,116,255,.3); background: rgba(105,43,188,.08); }
.flow-card-top { margin-bottom: 0; }
.flow-icon { z-index: 1; width: 54px; height: 54px; border-color: rgba(169,116,255,.32); border-radius: 50%; background: #170529; box-shadow: 0 0 0 8px #0b0115, inset 0 1px rgba(255,255,255,.08); }
.flow-icon b { right: -10px; bottom: -8px; min-width: 25px; color: #fff; border: 3px solid #0b0115; background: #4b0da5; }
.step-number { color: #74647f; font-size: 8px; }
.flow-card-copy { margin-top: auto; }
.flow-card h3 { margin-bottom: 12px; color: #f9f6fc; font-size: 16px; letter-spacing: -.35px; }
.flow-card p { color: #918796; font-size: 14px; line-height: 1.7; }
.flow-footer { display: flex; align-items: center; gap: 28px; margin-top: 26px; color: #8e8395; font-size: 12px; }
.flow-footer span { display: inline-flex; align-items: center; gap: 8px; }
.flow-footer span i { display: grid; place-items: center; width: 18px; height: 18px; color: #d3b7ff; border: 1px solid rgba(169,116,255,.35); border-radius: 50%; font-size: 9px; font-style: normal; }
.flow-footer p { margin: 0 0 0 auto; color: #625868; font-size: 10px; }

@media (max-width: 1000px) {
  .investment-flow { padding-top: 95px; }
  .flow-grid::before { display: none; }
  .flow-card { min-height: 260px; }
}
@media (max-width: 720px) {
  .investment-flow { padding-top: 78px; }
  .flow-heading { align-items: flex-start; margin-bottom: 32px; padding-bottom: 32px; }
  .flow-intro { grid-template-columns: 1fr; gap: 10px; }
  .flow-card { min-height: 235px; }
  .flow-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .flow-footer p { margin-left: 0; }
}

/* Platform features */
.platform-features {
  position: relative;
  z-index: 2;
  padding: 120px max(32px, calc((100% - 1280px) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 95% 15%, rgba(86,25,172,.15), transparent 28%),
    #0d0218;
  background-size: 78px 78px, 78px 78px, auto, auto;
}
.platform-features::before { content: ""; position: absolute; left: 50%; bottom: -310px; width: 780px; height: 480px; border-radius: 50%; background: rgba(77,17,161,.15); filter: blur(110px); transform: translateX(-50%); }
.features-heading { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 58px; }
.features-heading h2 { margin: 0; font-family: "Inter", sans-serif; font-size: clamp(38px, 4vw, 54px); font-weight: 700; line-height: 1.08; letter-spacing: -1.6px; }
.features-heading h2 span { background: linear-gradient(90deg, #fff, #b987ff 75%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.features-heading > p { max-width: 460px; margin: 0 0 5px; color: #9d93a4; font-size: 16px; line-height: 1.7; }
.features-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.feature-card { position: relative; min-height: 285px; padding: 30px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.018); transition: background .3s ease; }
.feature-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #6b22cf, #c4a0ff); transition: width .35s ease; }
.feature-card:hover { background: rgba(92,31,174,.08); }
.feature-card:hover::before { width: 100%; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 39px; color: #cfb4fa; border: 1px solid rgba(169,116,255,.3); border-radius: 12px; background: rgba(75,13,165,.17); transition: color .3s ease, background .3s ease, transform .3s ease; }
.feature-card:hover .feature-icon { color: #fff; background: rgba(99,34,190,.3); transform: translateY(-3px); }
.feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card > div:nth-child(2) { display: flex; align-items: center; gap: 11px; }
.feature-index { color: #685b71; font: 500 8px/1 "Inter", sans-serif; letter-spacing: 1px; }
.feature-card h3 { margin: 0; font-family: "Inter", sans-serif; font-size: 17px; font-weight: 600; line-height: 1.35; letter-spacing: -.5px; }
.feature-card p { max-width: 345px; margin: 12px 0 0; color: #968c9d; font-size: 14px; line-height: 1.7; }
.feature-arrow { position: absolute; right: 27px; bottom: 25px; color: #6d5d78; font-size: 16px; opacity: 0; transform: translate(-6px, 6px); transition: .3s ease; }
.feature-card:hover .feature-arrow { color: #b990f2; opacity: 1; transform: translate(0, 0); }

@media (max-width: 1000px) {
  .platform-features { padding-top: 95px; padding-bottom: 95px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .platform-features { padding: 78px 18px; }
  .features-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 38px; }
  .features-heading h2 { font-size: clamp(33px, 10vw, 44px); }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; padding: 25px; }
  .feature-arrow { opacity: .7; transform: none; }
}

/* FAQ */
.faq-section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 105px;
  padding: 125px max(32px, calc((100% - 1280px) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 5% 40%, rgba(82,20,170,.18), transparent 27%),
    #0a0113;
}
.faq-section::after { content: "?"; position: absolute; left: -25px; bottom: -175px; color: rgba(255,255,255,.018); font: 700 520px/.8 "Inter", sans-serif; pointer-events: none; }
.faq-intro { position: relative; z-index: 1; }
.faq-intro h2 { margin: 0; font-family: "Inter", sans-serif; font-size: clamp(40px, 4.2vw, 57px); font-weight: 700; line-height: 1.08; letter-spacing: -1.6px; }
.faq-intro h2 span { background: linear-gradient(90deg, #fff, #ac78f5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.faq-intro > p { max-width: 395px; margin: 25px 0 38px; color: #9b909f; font-size: 16px; line-height: 1.7; }
.faq-contact { width: fit-content; padding: 17px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.025); }
.faq-contact span { display: block; margin-bottom: 2px; color: #766b7b; font-size: 11px; }
.faq-contact a { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 600; }
.faq-contact b { color: #b789f5; font-weight: 400; transition: transform .25s ease; }
.faq-contact a:hover b { transform: translate(3px, -3px); }
.faq-list { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.11); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.11); transition: border-color .25s ease; }
.faq-item.is-open { border-color: rgba(169,116,255,.32); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 86px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #eae5ed; border: 0; background: transparent; font: 500 17px/1.4 "Inter", sans-serif; text-align: left; cursor: pointer; }
.faq-item button span { display: flex; align-items: center; gap: 19px; }
.faq-item button b { color: #665a6d; font: 500 9px/1 "Inter", sans-serif; letter-spacing: 1px; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transition: border-color .25s ease, background .25s ease, transform .3s ease; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #ac8acf; transform: translate(-50%, -50%); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .25s ease; }
.faq-item.is-open button { color: #fff; }
.faq-item.is-open button i { border-color: rgba(169,116,255,.48); background: rgba(75,13,165,.24); transform: rotate(90deg); }
.faq-item.is-open button i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { max-width: 625px; padding: 0 55px 27px 47px; }
.faq-answer p { margin: 0; color: #948a9a; font-size: 14px; line-height: 1.75; }

@media (max-width: 1000px) {
  .faq-section { grid-template-columns: 1fr; gap: 55px; padding-top: 95px; padding-bottom: 95px; }
  .faq-intro > p { max-width: 560px; }
}
@media (max-width: 720px) {
  .faq-section { gap: 45px; padding: 78px 18px; }
  .faq-intro h2 { font-size: clamp(36px, 11vw, 47px); }
  .faq-item button { min-height: 78px; font-size: 15px; }
  .faq-item button span { gap: 11px; }
  .faq-answer { padding: 0 40px 24px 27px; }
}

/* CTA */
.cta-section {
  position: relative;
  z-index: 2;
  padding: 50px max(32px, calc((100% - 1280px) / 2)) 110px;
  background: #0a0113;
}
.cta-panel {
  position: relative;
  min-height: 310px;
  padding: 58px 58px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border: 1px solid rgba(169,116,255,.36);
  border-radius: 28px;
  background:
    linear-gradient(110deg, rgba(99,27,187,.38), rgba(38,6,73,.8) 45%, rgba(19,2,38,.96)),
    #170329;
  box-shadow: 0 35px 100px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.07);
}
.cta-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.cta-panel::after { content: ""; position: absolute; left: 0; top: 0; width: 180px; height: 2px; background: linear-gradient(90deg, #b987ff, transparent); box-shadow: 0 0 18px rgba(169,116,255,.7); }
.cta-glow { position: absolute; left: 12%; bottom: -190px; width: 480px; height: 380px; border-radius: 50%; background: rgba(109,43,202,.38); filter: blur(90px); }
.cta-copy { position: relative; z-index: 2; max-width: 730px; }
.cta-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: #a899b2; font-size: 10px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.cta-kicker i { width: 6px; height: 6px; border-radius: 50%; background: #b987ff; box-shadow: 0 0 11px #b987ff; }
.cta-copy h2 { margin: 0; font-family: "Inter", sans-serif; font-size: clamp(35px, 3.6vw, 49px); font-weight: 700; line-height: 1.12; letter-spacing: -1.6px; }
.cta-copy h2 span { background: linear-gradient(90deg, #fff 0%, #c39df8 42%, #8741e7 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta-copy p { max-width: 650px; margin: 19px 0 0; color: #aaa0af; font-size: 16px; line-height: 1.65; }
.cta-actions { position: relative; z-index: 2; flex: 0 0 auto; display: flex; align-items: center; gap: 11px; }
.cta-primary, .cta-secondary { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; font-size: 15px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.cta-primary { color: var(--purple); background: #fff; box-shadow: 0 14px 36px rgba(112,46,204,.38); }
.cta-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 43px rgba(112,46,204,.52); }
.cta-primary span { transition: transform .25s ease; }
.cta-primary:hover span { transform: translateX(4px); }
.cta-secondary { min-width: 110px; border: 1px solid rgba(190,150,244,.38); background: rgba(255,255,255,.025); }
.cta-secondary:hover { transform: translateY(-3px); border-color: rgba(214,186,255,.65); background: rgba(255,255,255,.07); }
.cta-decoration { position: absolute; right: -80px; bottom: -190px; width: 390px; height: 390px; border: 1px solid rgba(169,116,255,.13); border-radius: 50%; }
.cta-decoration span { position: absolute; inset: 52px; border: inherit; border-radius: inherit; }
.cta-decoration span:nth-child(2) { inset: 104px; }
.cta-decoration span:nth-child(3) { inset: 156px; background: rgba(169,116,255,.09); }

@media (max-width: 1000px) {
  .cta-panel { align-items: flex-start; flex-direction: column; gap: 35px; }
}
@media (max-width: 720px) {
  .cta-section { padding: 35px 18px 78px; }
  .cta-panel { min-height: auto; padding: 38px 25px; border-radius: 20px; }
  .cta-copy h2 { font-size: clamp(32px, 9.5vw, 43px); }
  .cta-copy p { font-size: 15px; }
  .cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .cta-primary, .cta-secondary { width: 100%; }
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 2;
  padding: 78px max(32px, calc((100% - 1280px) / 2)) 28px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.09);
  background: #07000d;
}
.site-footer::before { content: "4Tzar"; position: absolute; right: -18px; bottom: 20px; color: rgba(255,255,255,.012); font: 700 clamp(120px, 17vw, 245px)/.7 "Inter", sans-serif; letter-spacing: -12px; pointer-events: none; }
.footer-main { position: relative; display: grid; grid-template-columns: 1.15fr 1.55fr .8fr; gap: 70px; padding-bottom: 64px; }
.footer-logo { margin-bottom: 25px; font-size: 37px; }
.footer-brand > p { max-width: 330px; margin: 0 0 26px; color: #8f8594; font-size: 14px; line-height: 1.7; }
.footer-status { width: fit-content; display: flex; align-items: center; gap: 9px; color: #786d7d; font-size: 10px; letter-spacing: .8px; text-transform: uppercase; }
.footer-status i { width: 6px; height: 6px; border-radius: 50%; background: #a974ff; box-shadow: 0 0 10px rgba(169,116,255,.8); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h2, .footer-account h2 { margin: 0 0 11px; color: #746979; font: 600 9px/1 "Inter", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-column a { position: relative; color: #aaa0ae; font-size: 13px; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #fff; transform: translateX(3px); }
.footer-account { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.09); }
.footer-account > p { margin: 0 0 20px; color: #8f8594; font-size: 13px; line-height: 1.65; }
.footer-account > a { min-height: 45px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #1a002f; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease; }
.footer-account > a:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(111,43,204,.35); }
.footer-socials { display: flex; gap: 8px; margin-top: 22px; }
.footer-socials a { width: 32px; height: 32px; display: grid; place-items: center; color: #92869a; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-size: 10px; font-weight: 600; transition: .2s ease; }
.footer-socials a:hover { color: #fff; border-color: rgba(169,116,255,.5); background: rgba(75,13,165,.2); }
.footer-disclosure { position: relative; padding: 24px 0; display: grid; grid-template-columns: 130px 1fr; gap: 30px; border-top: 1px solid rgba(255,255,255,.075); border-bottom: 1px solid rgba(255,255,255,.075); }
.footer-disclosure span { color: #746979; font-size: 9px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.footer-disclosure p { max-width: 920px; margin: 0; color: #5f5663; font-size: 10px; line-height: 1.7; }
.footer-bottom { position: relative; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; padding-top: 25px; color: #625968; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom a { color: #978b9e; transition: color .2s ease; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom a span { margin-left: 7px; color: #ae82e9; }

@media (max-width: 1000px) {
  .footer-main { grid-template-columns: 1fr 1.5fr; }
  .footer-account { grid-column: 1 / -1; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
  .footer-account > p { max-width: 450px; }
  .footer-account > a { max-width: 240px; }
}
@media (max-width: 720px) {
  .site-footer { padding: 65px 18px 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-bottom: 45px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .footer-account { grid-column: auto; }
  .footer-account > a { max-width: none; }
  .footer-disclosure { grid-template-columns: 1fr; gap: 10px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom p:nth-child(2) { display: none; }
}

/* Refined site header */
.page-shell { overflow: clip; }
.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1280px, calc(100% - 36px));
  height: 74px;
  margin-top: 14px;
  padding: 0 12px 0 17px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 18px;
  background: rgba(13,2,26,.68);
  box-shadow: 0 12px 45px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.045);
  backdrop-filter: blur(22px) saturate(130%);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease, height .3s ease;
}
.site-header.is-scrolled { height: 66px; border-color: rgba(169,116,255,.2); background: rgba(10,1,19,.9); box-shadow: 0 15px 45px rgba(0,0,0,.35); }
.logo { gap: 10px; letter-spacing: 0; }
.logo::after { display: none; }
.logo-mark { position: relative; width: 39px; height: 39px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(191,151,247,.4); border-radius: 11px; background: linear-gradient(145deg, #6e25ce, #3a087c); box-shadow: 0 7px 20px rgba(89,26,180,.35), inset 0 1px rgba(255,255,255,.2); }
.logo-mark::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.logo-mark i { position: absolute; top: -9px; right: -7px; width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.2); filter: blur(5px); }
.logo-mark b { position: relative; font: 700 17px/1 "Inter", sans-serif; }
.logo-name { display: flex; align-items: flex-end; color: #fff; font: 700 23px/1 "Inter", sans-serif; letter-spacing: -1px; }
.logo-name small { margin: 0 0 1px 5px; color: #897895; font: 500 7px/1 "Inter", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.site-nav { gap: 4px; padding: 5px; border: 1px solid rgba(255,255,255,.07); border-radius: 999px; background: rgba(255,255,255,.025); }
.site-nav > a { padding: 7px 13px; border-radius: 999px; color: #968b9d; font-size: 12px; }
.site-nav > a::after { display: none; }
.site-nav > a:hover { color: #fff; background: rgba(255,255,255,.045); }
.site-nav > a.is-active { color: #fff; background: rgba(126,63,214,.18); box-shadow: inset 0 0 0 1px rgba(169,116,255,.16); }
.header-actions { gap: 7px; }
.header-login, .header-register { min-height: 43px; padding: 0 16px; font-size: 12px; }
.header-login { color: #c8bfcd; border-color: transparent; background: transparent; }
.header-login:hover { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.login-icon { color: #9e72da; font-size: 17px; transform: rotate(180deg); }
.header-register { padding-inline: 19px; background: linear-gradient(180deg, #fff, #e9dcfa); box-shadow: 0 8px 24px rgba(92,30,181,.3), inset 0 -1px rgba(71,8,143,.12); }
.header-register:hover { box-shadow: 0 12px 30px rgba(111,41,207,.46); }

@media (max-width: 1080px) {
  .site-nav > a { padding-inline: 9px; font-size: 11px; }
  .header-login { display: none; }
}
@media (max-width: 820px) {
  .site-header { top: 8px; height: 66px; margin-top: 8px; border-radius: 15px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; padding: 0; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: rgba(255,255,255,.035); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 19px; height: 1px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 3px; padding: 12px; border: 1px solid rgba(169,116,255,.18); border-radius: 15px; background: rgba(12,1,23,.97); box-shadow: 0 24px 60px rgba(0,0,0,.42); backdrop-filter: blur(24px); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { min-height: 43px; padding: 0 13px; display: flex; align-items: center; border-radius: 9px; font-size: 14px; }
  .mobile-nav-actions { display: grid; }
}
@media (max-width: 480px) {
  .site-header { width: calc(100% - 20px); padding-left: 12px; }
  .logo-mark { width: 37px; height: 37px; }
  .logo-name { font-size: 20px; }
  .logo-name small { display: none; }
}

/* Minimal header revision */
.site-header {
  top: 0;
  width: min(1280px, calc(100% - 64px));
  height: 88px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.site-header.is-scrolled {
  width: 100%;
  height: 72px;
  padding-inline: max(32px, calc((100% - 1280px) / 2));
  border-color: rgba(255,255,255,.1);
  background: rgba(9,0,18,.88);
  box-shadow: 0 12px 40px rgba(0,0,0,.26);
  backdrop-filter: blur(20px);
}
.logo { gap: 3px; }
.logo .logo-spark { display: inline-block; margin: -19px -7px 0 0; color: #fff; font-size: 26px; filter: drop-shadow(0 0 10px rgba(185,135,255,.8)); }
.logo-name { display: flex; align-items: center; font: 700 29px/.9 "Inter", sans-serif; letter-spacing: -1.8px; }
.logo-name b { color: #fff; font: inherit; }
.logo-name em { color: #b987ff; font: inherit; font-style: normal; text-shadow: 0 0 18px rgba(169,116,255,.35); }
.site-nav { gap: 34px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.site-nav > a { position: relative; padding: 8px 0; border-radius: 0; color: #9b91a1; font-size: 13px; }
.site-nav > a::after { display: block; content: ""; position: absolute; right: 50%; bottom: 0; left: 50%; width: auto; height: 1px; background: #b987ff; transition: left .25s ease, right .25s ease; }
.site-nav > a:hover { color: #fff; background: transparent; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { right: 0; left: 0; }
.site-nav > a.is-active { color: #fff; background: transparent; box-shadow: none; }
.header-actions { gap: 10px; }
.header-login, .header-register { min-height: 42px; padding: 0 19px; border-radius: 9px; font-size: 13px; }
.header-login { display: inline-flex; color: #d4ccd8; border: 1px solid rgba(255,255,255,.16); background: transparent; }
.header-login:hover { border-color: rgba(185,135,255,.52); background: rgba(255,255,255,.035); }
.header-register { padding-inline: 21px; color: #350071; background: #fff; box-shadow: 0 10px 28px rgba(93,29,184,.3); }
.header-register span { color: #4b0da5; }
.header-register:hover { box-shadow: 0 13px 34px rgba(113,43,209,.45); }

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .site-nav > a { padding-inline: 0; font-size: 12px; }
  .header-login { display: inline-flex; }
}
@media (max-width: 820px) {
  .site-header, .site-header.is-scrolled { top: 0; width: 100%; height: 70px; margin: 0; padding: 0 18px; border-radius: 0; background: rgba(9,0,18,.9); backdrop-filter: blur(20px); }
  .logo-name { font-size: 28px; }
  .header-actions { display: none; }
  .site-nav { top: 70px; left: 12px; right: 12px; gap: 3px; padding: 12px; border: 1px solid rgba(169,116,255,.18); border-radius: 13px; background: rgba(12,1,23,.98); }
  .site-nav > a { padding: 0 13px; }
  .site-nav > a::after { display: none; }
  .site-nav > a.is-active { background: rgba(126,63,214,.12); }
  .menu-toggle { border-radius: 8px; }
}

/* Live earnings chart */
.card-main { min-height: 450px; }
.card-art { height: 304px; padding: 21px 20px 17px; display: block; background: linear-gradient(145deg, #f9f5ff, #d8c2f7); }
.card-art::before { opacity: .32; background-size: 30px 30px; mask-image: linear-gradient(to bottom, #000, transparent); }
.earnings-summary { position: relative; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; }
.earnings-summary > div { display: grid; }
.earnings-summary small { margin-bottom: 3px; color: rgba(53,7,110,.55); font-size: 8px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; }
.earnings-summary strong { color: #3f078e; font: 700 30px/1.1 "Inter", sans-serif; letter-spacing: -1.5px; }
.earnings-summary strong span { font-size: 15px; letter-spacing: -.5px; }
.growth-pill { padding: 5px 8px; color: #fff; border-radius: 999px; background: #4b0da5; box-shadow: 0 6px 15px rgba(75,13,165,.25); font-size: 9px; font-weight: 600; }
.earnings-chart { position: absolute; z-index: 2; right: 14px; bottom: 24px; left: 14px; height: 190px; }
.earnings-chart::before, .earnings-chart::after { content: ""; position: absolute; right: 0; left: 0; height: 1px; border-top: 1px dashed rgba(75,13,165,.13); }
.earnings-chart::before { top: 46px; }
.earnings-chart::after { top: 96px; }
.earnings-chart svg { width: 100%; height: 155px; overflow: visible; }
.chart-area { fill: url(#earnings-area); }
.chart-line { fill: none; stroke: url(#earnings-line); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 4px 6px rgba(75,13,165,.26)); stroke-dasharray: 520; stroke-dashoffset: 520; animation: drawChart 2.2s cubic-bezier(.22,.8,.35,1) forwards .35s; }
.chart-point { fill: #fff; stroke: #4b0da5; stroke-width: 2; opacity: 0; animation: showPoint .35s ease forwards; }
.point-one { animation-delay: 1s; }
.point-two { animation-delay: 1.5s; }
.point-three { animation-delay: 2.15s; filter: drop-shadow(0 0 5px rgba(75,13,165,.7)); }
.chart-tooltip { position: absolute; z-index: 4; top: 0; right: 6px; padding: 6px 8px; display: grid; color: #fff; border-radius: 7px; background: rgba(48,3,103,.92); box-shadow: 0 8px 18px rgba(62,8,126,.24); opacity: 0; transform: translateY(5px); animation: showTooltip .4s ease forwards 2.25s; }
.chart-tooltip::after { content: ""; position: absolute; right: 14px; bottom: -4px; width: 8px; height: 8px; background: inherit; transform: rotate(45deg); }
.chart-tooltip small { font-size: 6px; opacity: .65; text-transform: uppercase; letter-spacing: .8px; }
.chart-tooltip strong { font: 600 10px/1.4 "Inter", sans-serif; }
.chart-axis { position: absolute; right: 1px; bottom: 4px; left: 1px; display: flex; justify-content: space-between; color: rgba(53,7,110,.42); font-size: 7px; font-weight: 600; }
.card-art .art-caption { right: auto; bottom: 7px; left: 20px; color: rgba(49,0,120,.46); font-size: 6px; }
@keyframes drawChart { to { stroke-dashoffset: 0; } }
@keyframes showPoint { to { opacity: 1; } }
@keyframes showTooltip { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .chart-line { stroke-dashoffset: 0; animation: none; } .chart-point, .chart-tooltip { opacity: 1; animation: none; } }
