:root {
  --bg: #070912;
  --bg-soft: #0c0f1b;
  --panel: #111522;
  --panel-2: #161b2a;
  --text: #f7f8fc;
  --text-soft: #a7afc2;
  --muted: #747d92;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.15);
  --purple: #7c6cff;
  --purple-2: #9c8cff;
  --cyan: #43d8e6;
  --green: #62e6b5;
  --blue: #55a8ff;
  --white: #fff;
  --ink: #111827;
  --shell: min(1200px, calc(100% - 40px));
  --radius: 24px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(110px); opacity: .17; pointer-events: none; }
.ambient-a { width: 620px; height: 620px; top: -260px; left: 10%; background: var(--purple); }
.ambient-b { width: 520px; height: 520px; top: 220px; right: -260px; background: var(--cyan); opacity: .11; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 60; height: 72px; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(7,9,18,.78); backdrop-filter: blur(20px); border-color: var(--line); }
.nav-shell { height: 72px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1.15rem/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand-symbol { width: 32px; height: 32px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; }
.desktop-nav a, .nav-link { color: #aeb5c6; font-size: .9rem; font-weight: 500; transition: color .2s ease; }
.desktop-nav a:hover, .nav-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 21px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; padding: 14px 20px; font-weight: 700; font-size: .93rem; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 15px; border-radius: 10px; font-size: .85rem; }
.button-light { color: #121421; background: white; box-shadow: 0 8px 30px rgba(255,255,255,.1); }
.button-primary { color: white; background: linear-gradient(135deg, var(--purple), #6358f5); box-shadow: 0 16px 38px rgba(124,108,255,.25); }
.button-primary:hover { box-shadow: 0 20px 48px rgba(124,108,255,.35); }
.button-ghost { border-color: var(--line-strong); background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); place-content: center; gap: 5px; }
.menu-button span:not(.sr-only) { width: 17px; height: 1px; background: white; }
.mobile-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,18,30,.97); box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 13px 14px; border-radius: 10px; color: #d8dceb; }
.mobile-nav a:hover { background: rgba(255,255,255,.05); }

.hero { position: relative; min-height: 930px; padding: 154px 0 92px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; 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: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid { display: grid; grid-template-columns: .86fr 1.2fr; align-items: center; gap: 56px; }
.hero-copy { padding-bottom: 40px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 999px; color: #cdd2df; background: rgba(255,255,255,.035); font-size: .79rem; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(98,230,181,.09), 0 0 18px rgba(98,230,181,.6); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 660px; margin: 24px 0; font-size: clamp(3.6rem, 6.3vw, 6.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 700; }
h1 span { display: inline-block; color: transparent; background: linear-gradient(120deg, #fff 2%, #bcb6ff 47%, #64dae8 94%); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--text-soft); font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.signal-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 58px; }
.signal-row > div { display: flex; align-items: center; gap: 12px; }
.signal-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; color: #9ea7bb; background: rgba(255,255,255,.025); font: 600 .66rem/1 "Manrope", sans-serif; }
.signal-row p { display: grid; gap: 3px; margin: 0; }
.signal-row strong { font-size: .82rem; }
.signal-row small { color: var(--muted); font-size: .72rem; }

.product-stage { position: relative; min-width: 0; perspective: 1600px; }
.stage-glow { position: absolute; inset: 10% 0 0 7%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(124,108,255,.3), transparent 66%); filter: blur(28px); }
.app-window { display: grid; grid-template-columns: 56px 1fr; width: 760px; max-width: 100%; margin-left: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(14,17,28,.87); box-shadow: 0 55px 130px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(18px); transform: rotateY(-4deg) rotateX(1deg); transform-origin: center; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 17px 10px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
.app-logo { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px; border-radius: 10px; background: linear-gradient(135deg, var(--purple), var(--cyan)); }
.app-logo span { width: 13px; height: 2px; border-radius: 4px; background: white; box-shadow: 0 5px white, 0 -5px white; transform: rotate(-18deg); }
.app-sidebar button { display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 10px; background: transparent; cursor: default; }
.app-sidebar button svg { width: 17px; fill: none; stroke: #747d92; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.app-sidebar .side-active { background: rgba(124,108,255,.16); }
.app-sidebar .side-active svg { stroke: #a69cff; }
.side-spacer { flex: 1; }
.avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #ddd9ff; background: #2a244e; font-size: .6rem; font-weight: 700; }
.app-content { min-width: 0; padding: 23px; }
.app-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.overline { color: #717b92; font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.app-header h2 { margin: 4px 0 0; font-size: 1.22rem; letter-spacing: -.03em; }
.date-chip { padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; color: #aab1c2; background: rgba(255,255,255,.025); font-size: .66rem; }
.metric-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.metric-strip > div { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 10px; padding: 13px 14px; background: #111522; }
.metric-strip span { grid-column: 1/-1; color: #737d92; font-size: .6rem; }
.metric-strip strong { font: 700 1rem/1 "Manrope", sans-serif; }
.metric-strip small { justify-self: end; color: #6f788b; font-size: .57rem; }
.positive { color: var(--green) !important; }
.app-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 13px; }
.glass-card { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.card-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.card-title h3 { margin: 3px 0 0; font-size: .83rem; letter-spacing: -.02em; }
.legend { display: flex; align-items: center; gap: 5px; color: #737d92; font-size: .55rem; }
.legend i { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); }
.svg-chart { height: 138px; margin-top: 8px; }
.svg-chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-grid path { fill: none; stroke: rgba(255,255,255,.055); stroke-width: 1; }
.chart-area { fill: url(#areaGradient); }
.chart-path { fill: none; stroke: url(#lineGradient); stroke-width: 3; stroke-linecap: round; }
.svg-chart circle { fill: var(--cyan); stroke: #111522; stroke-width: 4; }
.chart-labels { display: flex; justify-content: space-between; color: #596276; font-size: .52rem; }
.count-badge { padding: 5px 8px; border-radius: 7px; color: #b9b3ff; background: rgba(124,108,255,.13); font-size: .58rem; }
.event-feed { display: grid; margin-top: 9px; }
.event-feed > div { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.065); }
.event-feed > div:last-child { border-bottom: 0; }
.event-date { display: grid; place-items: center; width: 30px; height: 34px; border: 1px solid var(--line); border-radius: 8px; color: #6f788b; font-size: .48rem; }
.event-date b { color: white; font-size: .7rem; }
.event-feed p { display: grid; gap: 2px; min-width: 0; margin: 0; }
.event-feed strong { overflow: hidden; font-size: .63rem; text-overflow: ellipsis; white-space: nowrap; }
.event-feed small { overflow: hidden; color: #697287; font-size: .49rem; text-overflow: ellipsis; white-space: nowrap; }
.event-tag { padding: 4px 5px; border-radius: 5px; font-size: .45rem; font-style: normal; }
.event-tag.sport { color: #84c4ff; background: rgba(85,168,255,.1); }
.event-tag.music { color: #b6adff; background: rgba(124,108,255,.12); }
.event-tag.culture { color: #77dfcb; background: rgba(67,216,230,.1); }
.rate-list-card { grid-column: 1; }
.updated { color: #596276; font-size: .5rem; }
.rate-list { display: grid; margin-top: 7px; }
.rate-list > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 8px 7px; border-radius: 9px; }
.source-logo { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; color: #c4d8ff; background: #203c72; font: 700 .56rem/1 "Manrope", sans-serif; }
.source-logo.expedia { color: #f4dc72; background: #473f22; }
.source-logo.sonicro { color: white; background: linear-gradient(135deg, var(--purple), #486fe5); }
.rate-list p { display: grid; gap: 1px; margin: 0; }
.rate-list strong { font-size: .62rem; }
.rate-list small { color: #687185; font-size: .49rem; }
.rate-list b { font-size: .65rem; }
.best-rate { background: rgba(124,108,255,.09); }
.best-rate b { color: #9e94ff; }
.demand-card { grid-column: 2; grid-row: 2; }
.demand-status { padding: 5px 7px; border-radius: 6px; background: rgba(98,230,181,.09); font-size: .5rem; }
.demand-orbit { position: relative; display: grid; place-items: center; height: 118px; margin-top: 7px; }
.orbit-ring { position: absolute; border: 1px solid rgba(124,108,255,.17); border-radius: 50%; }
.ring-one { width: 108px; height: 108px; }
.ring-two { width: 74px; height: 74px; border-color: rgba(67,216,230,.16); }
.orbit-center { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #393267, #171c2a 70%); box-shadow: 0 0 30px rgba(124,108,255,.16); }
.orbit-center strong { font-size: .95rem; }
.orbit-center span { color: #737d92; font-size: .43rem; }
.orbit-dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.dot-a { top: 14px; right: 45px; }
.dot-b { left: 36px; bottom: 24px; background: var(--purple); box-shadow: 0 0 12px var(--purple); }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(20,24,38,.88); box-shadow: 0 22px 55px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.floating-note > span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(98,230,181,.8); }
.floating-note p { display: grid; gap: 2px; margin: 0; }
.floating-note strong { font-size: .67rem; }
.floating-note small { color: #778094; font-size: .55rem; }
.note-one { right: -22px; bottom: 85px; }
.note-two { left: 22px; top: -25px; }
.note-two > span { background: var(--cyan); box-shadow: 0 0 12px rgba(67,216,230,.8); }

.logo-band { border-block: 1px solid var(--line); background: rgba(255,255,255,.014); }
.logo-band-inner { display: flex; align-items: center; justify-content: center; gap: 25px; min-height: 74px; color: #687185; font: 600 .72rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.logo-band-inner i { width: 3px; height: 3px; border-radius: 50%; background: #42495a; }
.section { padding: 130px 0; }
.section-intro { max-width: 830px; margin-bottom: 64px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: #8e85ff; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.section-kicker::before { content: ""; width: 18px; height: 1px; background: #8e85ff; }
.section-intro h2, .sticky-copy h2, .cta-copy h2 { margin: 20px 0 24px; font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: 1.02; letter-spacing: -.06em; }
.section-intro p, .sticky-copy > p { max-width: 690px; margin: 0; color: var(--text-soft); font-size: 1.05rem; line-height: 1.75; }

.platform-section { background: linear-gradient(180deg, #070912, #090c16); }
.bento-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.bento { position: relative; min-height: 390px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.bento-large { grid-column: span 2; display: grid; grid-template-columns: .7fr 1.1fr; align-items: center; gap: 50px; min-height: 430px; }
.bento-wide { display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 45px; grid-column: span 2; min-height: 410px; }
.bento-copy { position: relative; z-index: 2; max-width: 480px; }
.number { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 27px; border: 1px solid var(--line-strong); border-radius: 10px; color: #8d95a8; font-size: .66rem; }
.bento h3 { margin: 0 0 13px; font-size: 1.55rem; letter-spacing: -.04em; }
.bento p { margin: 0; color: var(--text-soft); line-height: 1.7; }
.mini-rate-ui { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #101420; box-shadow: 0 38px 80px rgba(0,0,0,.28); }
.mini-top { display: flex; justify-content: space-between; margin-bottom: 16px; color: #8891a5; font-size: .69rem; }
.mini-top i { padding: 4px 7px; border-radius: 6px; color: var(--green); background: rgba(98,230,181,.08); font-style: normal; }
.mini-property { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 15px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.property-art { height: 60px; border-radius: 11px; background: linear-gradient(145deg, #2b3560 0 44%, #8e6a55 45% 61%, #292d3a 62%); }
.mini-property > div:nth-child(2) { display: grid; gap: 5px; }
.mini-property strong { font-size: .83rem; }
.mini-property small { color: #757e91; font-size: .65rem; }
.mini-property b { color: #d4d0ff; }
.mini-lines { display: grid; gap: 10px; margin-top: 17px; }
.mini-lines span { width: var(--w); height: 6px; border-radius: 99px; background: linear-gradient(90deg, rgba(124,108,255,.65), rgba(67,216,230,.22)); }
.availability-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; margin-top: 52px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #0d111c; }
.availability-grid span { aspect-ratio: 1; border: 1px solid rgba(255,255,255,.05); border-radius: 6px; background: rgba(255,255,255,.025); }
.availability-grid span.full { background: linear-gradient(135deg, rgba(124,108,255,.85), rgba(67,216,230,.55)); border-color: transparent; box-shadow: 0 8px 18px rgba(124,108,255,.11); }
.sparkline-card { position: absolute; inset: auto 28px 28px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #0d111c; }
.sparkline-card strong, .sparkline-card span { display: block; }
.sparkline-card strong { color: var(--green); font-size: 1.45rem; }
.sparkline-card span { margin-top: 3px; color: #7d8699; font-size: .72rem; }
.sparkline-card svg { width: 100%; height: 85px; margin-top: 14px; }
.sparkline-card path { fill: none; stroke: url(#lineGradient); stroke-width: 4; stroke-linecap: round; }
.code-window { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #0a0d15; box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.code-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 15px; border-bottom: 1px solid var(--line); }
.code-bar i { width: 7px; height: 7px; border-radius: 50%; background: #3f4657; }
.code-bar span { margin-left: 8px; color: #5f687b; font-size: .62rem; }
pre { margin: 0; padding: 25px; overflow: auto; color: #9ba4b7; font: 500 .83rem/1.9 ui-monospace, SFMono-Regular, Menlo, monospace; }
code b { color: #958aff; font-weight: 500; } code em { color: #71dbbd; font-style: normal; } code u { color: #6dbaf9; text-decoration: none; } code span { color: #d5d9e4; }

.intelligence-section { background: #f4f5f8; color: var(--ink); }
.split-layout { display: grid; grid-template-columns: .8fr 1.15fr; gap: 90px; align-items: start; }
.sticky-copy { position: sticky; top: 125px; }
.intelligence-section .section-kicker { color: #6658ea; }
.intelligence-section .section-kicker::before { background: #6658ea; }
.sticky-copy h2 { max-width: 580px; }
.sticky-copy > p { color: #626b7c; }
.clean-list { display: grid; gap: 17px; margin: 35px 0 0; padding: 0; list-style: none; }
.clean-list li { display: flex; align-items: center; gap: 13px; color: #343b49; font-weight: 600; }
.clean-list i { width: 7px; height: 7px; border-radius: 50%; background: #7467f3; box-shadow: 0 0 0 5px rgba(116,103,243,.1); }
.intelligence-stack { display: grid; gap: 20px; }
.intelligence-card { display: grid; grid-template-columns: 38px 1fr; gap: 18px; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid #dee1e8; border-radius: 24px; background: white; box-shadow: 0 18px 60px rgba(31,38,55,.06); }
.card-index { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #e3e5eb; border-radius: 9px; color: #788092; font-size: .7rem; font-weight: 700; }
.intelligence-card small { color: #7568f4; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.intelligence-card h3 { margin: 8px 0 9px; font-size: 1.55rem; letter-spacing: -.04em; }
.intelligence-card p { max-width: 550px; margin: 0; color: #6c7483; line-height: 1.65; }
.movement-viz { grid-column: 1/-1; display: flex; align-items: end; gap: 10px; height: 120px; padding: 16px 18px 0; border-radius: 16px; background: #f6f7fa; }
.movement-viz span { flex: 1; height: var(--h); border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #7b6ef5, #b3adf8); }
.location-viz { position: relative; grid-column: 1/-1; height: 145px; overflow: hidden; border-radius: 16px; background: radial-gradient(circle at 45% 45%, #e6e3ff, transparent 15%), linear-gradient(120deg, #f2f3f7, #fafafe); }
.map-line { position: absolute; height: 2px; border-top: 2px dashed #d7d9e2; transform-origin: left; }
.line-a { width: 75%; top: 40%; left: 10%; transform: rotate(12deg); }
.line-b { width: 70%; top: 72%; left: 18%; transform: rotate(-17deg); }
.pin { position: absolute; width: 15px; height: 15px; border: 4px solid white; border-radius: 50%; background: #9b92f6; box-shadow: 0 6px 15px rgba(91,80,220,.25); }
.main-pin { width: 22px; height: 22px; left: 44%; top: 38%; background: #6558e8; }
.pin-a { left: 16%; top: 28%; }.pin-b { right: 20%; top: 55%; }.pin-c { left: 30%; bottom: 16%; }
.insight-viz { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 20px; border-radius: 16px; color: white; background: linear-gradient(135deg, #161928, #252044); }
.insight-viz div { display: grid; gap: 5px; }
.insight-viz span { color: #8e96aa; font-size: .72rem; }
.insight-viz strong { font-size: 1.05rem; }
.insight-viz i { padding: 8px 10px; border-radius: 8px; color: #79e0be; background: rgba(98,230,181,.1); font-size: .68rem; font-style: normal; font-weight: 700; }

.events-section { background: #080a13; }
.events-showcase { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.event-showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); }
.event-image { position: relative; height: 310px; overflow: hidden; }
.event-label { position: absolute; top: 17px; left: 17px; z-index: 3; padding: 7px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(9,11,18,.5); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 700; }
.concert-image { background: radial-gradient(circle at 50% 93%, rgba(235,95,255,.75), transparent 25%), linear-gradient(160deg, #0c1128, #251657 58%, #481c67); }
.image-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 32px 32px; transform: perspective(300px) rotateX(52deg) scale(1.5); transform-origin: bottom; }
.concert-image::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 10%; height: 90px; background: repeating-linear-gradient(90deg, transparent 0 7px, rgba(255,255,255,.4) 8px 10px); mask-image: linear-gradient(to top, black, transparent); }
.culture-image { background: linear-gradient(150deg, #b8c7d4, #ece4da 48%, #967964); }
.museum-shape { position: absolute; inset: 18% 10% 0; border: 7px solid rgba(255,255,255,.75); border-bottom: 0; box-shadow: inset 0 0 0 1px rgba(24,28,35,.15); }
.museum-shape::before, .museum-shape::after { content: ""; position: absolute; top: 15%; bottom: 0; width: 7px; background: rgba(255,255,255,.72); }
.museum-shape::before { left: 32%; }.museum-shape::after { right: 32%; }
.sports-image { background: radial-gradient(ellipse at 50% 90%, #449872, transparent 31%), linear-gradient(#131b36 0 47%, #ad805e 48% 60%, #192232 61%); }
.stadium-shape { position: absolute; inset: 32% 8% 11%; border: 8px solid rgba(255,255,255,.36); border-radius: 50%; box-shadow: 0 0 45px rgba(85,168,255,.26); }
.event-info { padding: 25px; }
.event-info > span { color: #7f889b; font-size: .72rem; }
.event-info h3 { margin: 10px 0; font-size: 1.25rem; letter-spacing: -.035em; }
.event-info p { margin: 0; color: #8f98aa; line-height: 1.65; font-size: .9rem; }

.use-cases-section { background: #080a13; border-top: 1px solid var(--line); }
.use-case-list { border-top: 1px solid var(--line); }
.use-case-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 25px; align-items: center; padding: 34px 5px; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), background .25s ease; }
.use-case-list article:hover { padding-inline: 22px; background: rgba(255,255,255,.025); }
.use-case-list article > span { color: #5f687b; font-size: .72rem; }
.use-case-list h3 { margin: 0 0 7px; font-size: 1.35rem; }
.use-case-list p { margin: 0; color: #7f889b; }
.use-case-list i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: #9d95ff; font-style: normal; transition: transform .25s var(--ease); }
.use-case-list article:hover i { transform: rotate(45deg); }

.cta-section { padding-top: 50px; background: #080a13; }
.cta-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; min-height: 440px; overflow: hidden; padding: 60px; border: 1px solid rgba(255,255,255,.11); border-radius: 30px; background: linear-gradient(135deg, #17142f 0%, #111b31 56%, #0a2730 100%); box-shadow: 0 50px 120px rgba(0,0,0,.35); }
.cta-card::before { content: ""; position: absolute; inset: 0; 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: 42px 42px; mask-image: radial-gradient(circle at 50% 50%, black, transparent 82%); }
.cta-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-a { width: 320px; height: 320px; right: 28%; top: -190px; background: radial-gradient(circle at 35% 35%, rgba(124,108,255,.55), rgba(124,108,255,.04) 62%, transparent 70%); }
.orb-b { width: 260px; height: 260px; right: -90px; bottom: -150px; background: radial-gradient(circle at 35% 35%, rgba(67,216,230,.43), rgba(67,216,230,.03) 62%, transparent 70%); }
.cta-copy, .waitlist-form { position: relative; z-index: 2; }
.light-pill { color: #e3e0ff; background: rgba(255,255,255,.04); }
.cta-copy h2 { margin-bottom: 17px; font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
.cta-copy p { margin: 0; color: #9ca5b8; font-size: 1rem; }
.waitlist-form { display: grid; gap: 12px; }
.waitlist-fields { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.waitlist-fields input { min-width: 0; padding: 13px 14px; border: 0; outline: none; color: white; background: transparent; }
.waitlist-fields input::placeholder { color: #7f889a; }
.waitlist-fields button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 0; border-radius: 10px; color: #111421; background: white; font-weight: 800; cursor: pointer; transition: transform .2s var(--ease); }
.waitlist-fields button:hover { transform: translateY(-1px); }
.waitlist-form > small { color: #6f788b; font-size: .68rem; }
.form-status { display: none; margin: 0; padding: 12px 14px; border-radius: 11px; font-size: .82rem; font-weight: 700; }
.form-status.success, .form-status.error { display: block; }
.form-status.success { color: #bdf5df; border: 1px solid rgba(98,230,181,.18); background: rgba(98,230,181,.08); }
.form-status.error { color: #ffc3c9; border: 1px solid rgba(255,114,127,.18); background: rgba(255,114,127,.08); }

.site-footer { padding: 58px 0; border-top: 1px solid var(--line); background: #070912; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; align-items: end; }
.footer-grid > div:first-child p { margin: 14px 0 0; color: #697286; font-size: .78rem; }
.footer-links { display: flex; gap: 25px; color: #8992a5; font-size: .8rem; }
.footer-links a:hover, .footer-meta a:hover { color: white; }
.footer-meta { display: grid; justify-items: end; gap: 8px; color: #697286; font-size: .78rem; }
.footer-meta a { color: #a8afbf; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { max-width: 800px; padding-bottom: 0; }
  .app-window { margin: 30px auto 0; }
  .signal-row { max-width: 680px; }
  .note-one { right: 2%; }
  .split-layout { grid-template-columns: 1fr; gap: 65px; }
  .sticky-copy { position: static; }
  .events-showcase { grid-template-columns: repeat(2,1fr); }
  .events-showcase article:first-child { grid-column: span 2; }
  .cta-card { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 1200px); }
  .desktop-nav, .nav-actions { display: none; }
  .menu-button { display: grid; }
  .hero { min-height: auto; padding-bottom: 70px; }
  h1 { font-size: clamp(3.25rem, 15vw, 5.1rem); }
  .signal-row { grid-template-columns: 1fr; gap: 13px; }
  .app-window { grid-template-columns: 46px 1fr; transform: none; }
  .app-content { padding: 16px; }
  .metric-strip { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr; }
  .rate-list-card, .demand-card { grid-column: auto; grid-row: auto; }
  .floating-note { display: none; }
  .logo-band-inner { flex-wrap: wrap; gap: 13px 18px; padding: 22px 0; }
  .section { padding: 95px 0; }
  .bento-grid, .bento-large, .bento-wide { grid-template-columns: 1fr; }
  .bento-large, .bento-wide { grid-column: auto; }
  .bento { min-height: 360px; }
  .mini-property { grid-template-columns: 65px 1fr auto; }
  .events-showcase { grid-template-columns: 1fr; }
  .events-showcase article:first-child { grid-column: auto; }
  .event-image { height: 270px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { justify-items: start; }
}

@media (max-width: 560px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .app-sidebar { display: none; }
  .app-window { grid-template-columns: 1fr; border-radius: 18px; }
  .app-header { align-items: start; flex-direction: column; }
  .chart-panel { overflow: hidden; }
  .section-intro h2, .sticky-copy h2 { font-size: 2.65rem; }
  .bento { padding: 23px; border-radius: 20px; }
  .bento-large, .bento-wide { gap: 28px; }
  .mini-property { grid-template-columns: 1fr; }
  .property-art { height: 100px; }
  .mini-property b { justify-self: start; }
  .intelligence-card { grid-template-columns: 1fr; padding: 23px; }
  .insight-viz { align-items: start; flex-direction: column; }
  .use-case-list article { grid-template-columns: 42px 1fr; }
  .use-case-list article i { display: none; }
  .cta-card { padding: 32px 22px; border-radius: 22px; }
  .waitlist-fields { grid-template-columns: 1fr; }
  .waitlist-fields button { justify-content: center; }
}

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