:root {
  --bg: #0b0c0f;
  --bg-soft: #111319;
  --panel: #15171d;
  --panel-2: #1a1d24;
  --border: rgba(255,255,255,.09);
  --border-strong: rgba(255,255,255,.15);
  --text: #f7f5f2;
  --muted: #a7a7ad;
  --muted-2: #777a82;
  --accent: #ffb79f;
  --accent-strong: #ff9f7f;
  --accent-dark: #4d2e27;
  --success: #a8e6bf;
  --blue: #8bc8ff;
  --shadow: 0 32px 100px rgba(0,0,0,.42);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--accent); color: #17100d; }

.skip-link { position: fixed; left: 16px; top: -80px; background: white; color: black; padding: 12px 16px; z-index: 1000; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(11,12,15,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.04em; width: max-content; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; color: #17100d; background: var(--accent); border-radius: 12px; }
.brand-mark svg { width: 26px; height: 26px; }
.brand-dot { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; color: #c7c7cb; font-size: 14px; }
.nav-links a:hover { color: white; }
.nav-wrap > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; min-height: 50px; padding: 0 20px; font-weight: 750; letter-spacing: -.02em; transition: .25s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #1c1310; box-shadow: 0 12px 36px rgba(255,183,159,.18); }
.button-primary:hover { background: #ffc3af; box-shadow: 0 16px 44px rgba(255,183,159,.24); }
.button-secondary { background: rgba(255,255,255,.04); border-color: var(--border-strong); }
.button-secondary:hover, .button-ghost:hover { background: rgba(255,255,255,.08); }
.button-small { min-height: 40px; padding: 0 15px; border-radius: 12px; font-size: 13px; }
.button-ghost { border-color: var(--border); background: rgba(255,255,255,.025); }

.hero { min-height: 100vh; padding: 154px 0 58px; position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: -5; background: radial-gradient(circle at 50% -10%, rgba(255,183,159,.09), transparent 34%), linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .28; z-index: -4; }
.hero-glow-one { width: 380px; height: 380px; background: #994b38; top: 15%; right: -120px; }
.hero-glow-two { width: 260px; height: 260px; background: #294e69; bottom: 6%; left: -80px; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.25fr; gap: 66px; align-items: center; }
.hero-copy { padding: 34px 0; }
.eyebrow { font-size: 12px; letter-spacing: .23em; font-weight: 800; color: var(--accent); margin-bottom: 22px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(255,183,159,.1); margin-right: 10px; }
h1 { margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; max-width: 720px; }
.text-accent { color: var(--accent); }
.hero-lead { font-size: 18px; line-height: 1.7; color: #b9b9be; max-width: 650px; margin: 28px 0 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 34px; }
.hero-proof span { color: #b7b7bd; border: 1px solid var(--border); border-radius: 99px; padding: 7px 11px; font-size: 12px; background: rgba(255,255,255,.025); }

.hero-visual { position: relative; min-width: 0; }
.app-shell { border: 1px solid var(--border-strong); border-radius: 25px; background: #0e1014; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.app-topbar { height: 64px; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; background: rgba(255,255,255,.014); }
.mini-brand { font-size: 13px; font-weight: 800; }
.mini-mark { color: var(--accent); margin-right: 4px; }
.app-tabs { display: flex; gap: 6px; font-size: 10px; color: #96989f; background: #14161b; padding: 4px; border: 1px solid var(--border); border-radius: 10px; }
.app-tabs span { padding: 7px 10px; border-radius: 7px; }
.app-tabs .active { color: #111; background: var(--accent); }
.avatar { justify-self: end; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #272a31; font-size: 9px; color: #d1d1d5; }
.app-body { display: grid; grid-template-columns: 180px 1fr; min-height: 474px; }
.mock-sidebar { padding: 20px 14px; border-right: 1px solid var(--border); background: #0d0f12; }
.side-label { font-size: 8px; letter-spacing: .16em; color: #777a82; margin-bottom: 14px; }
.side-card { display: flex; align-items: center; gap: 10px; color: #8e9097; border-radius: 10px; padding: 10px 9px; font-size: 10px; margin-bottom: 5px; }
.side-card span { width: 22px; color: #62656d; }
.side-card.active { background: #1e1918; color: #fff; border: 1px solid rgba(255,183,159,.18); }
.side-card.active span { color: var(--accent); }
.health-card { margin-top: 92px; border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: #14171b; }
.health-head { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; color: #a7a9ae; }
.health-head b { color: var(--success); font-weight: 700; }
.health-bar { height: 4px; border-radius: 99px; background: #2b2e34; margin: 9px 0; overflow: hidden; }
.health-bar i { display: block; width: 92%; height: 100%; background: linear-gradient(90deg, var(--accent), var(--success)); border-radius: inherit; }
.health-card small { font-size: 8px; color: #73767c; }
.timeline { padding: 25px 26px 30px; background: radial-gradient(circle at 80% 0%, rgba(255,183,159,.05), transparent 25%); }
.timeline-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.timeline-head h3 { font-size: 18px; margin: 4px 0 0; letter-spacing: -.03em; }
.micro { display: block; font-size: 8px; letter-spacing: .17em; color: #74777f; font-weight: 800; }
.ready-pill { font-size: 8px; color: var(--success); border: 1px solid rgba(168,230,191,.22); background: rgba(168,230,191,.07); padding: 6px 8px; border-radius: 99px; }
.timeline-card { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--border); background: #14171b; border-radius: 14px; margin: 10px 0; }
.event-icon { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; background: #1e2228; color: #aeb0b5; font-size: 12px; }
.accent-icon { color: var(--accent); background: rgba(255,183,159,.08); }
.event-main { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.event-main strong { font-size: 12px; }
.event-main small { font-size: 9px; color: #83868d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.time-pill, .rating, .ticket-saved { font-size: 9px; color: #91949a; }
.rating { color: #ffd27f; }
.ticket-saved { color: var(--success); }
.mini-cta { color: #18100e; background: var(--accent); border: 0; border-radius: 8px; padding: 7px 9px; font-size: 9px; font-weight: 800; }
.floating-chip { position: absolute; border: 1px solid rgba(255,255,255,.13); background: rgba(20,22,27,.94); backdrop-filter: blur(16px); border-radius: 99px; padding: 10px 13px; color: #d6d6da; font-size: 10px; box-shadow: 0 14px 32px rgba(0,0,0,.32); }
.floating-chip-one { left: -34px; bottom: 68px; color: var(--success); }
.floating-chip-two { right: -24px; top: 112px; color: var(--accent); }
.trust-strip { margin-top: 74px; display: flex; justify-content: center; align-items: center; gap: 18px; color: #555861; font-size: 10px; letter-spacing: .19em; font-weight: 800; }
.trust-strip i { width: 3px; height: 3px; background: var(--accent); border-radius: 50%; opacity: .65; }

.section { padding: 120px 0; position: relative; }
.features-section { border-top: 1px solid var(--border); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin: 0 auto 58px; }
.section-heading h2, .manifesto-copy h2, .launch-content h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1.03; letter-spacing: -.055em; margin: 0; }
.section-heading p { max-width: 650px; color: #999ba2; line-height: 1.7; font-size: 17px; }
.muted-title { color: #676a72; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature { grid-column: span 3; min-height: 260px; padding: 28px; border-radius: 22px; border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,255,255,.036), rgba(255,255,255,.013)); position: relative; overflow: hidden; }
.feature:hover { border-color: rgba(255,183,159,.22); }
.feature h3 { font-size: 21px; letter-spacing: -.035em; margin: 18px 0 11px; }
.feature p { color: #989ba2; font-size: 14px; line-height: 1.65; margin: 0; }
.feature-large { grid-column: span 7; min-height: 390px; padding: 36px; }
.feature-large h3 { font-size: 36px; max-width: 560px; }
.feature-large p { font-size: 16px; max-width: 670px; }
.feature-visual { grid-column: span 5; min-height: 390px; padding: 36px; }
.feature-visual h3 { font-size: 32px; }
.feature-kicker { color: var(--accent); letter-spacing: .17em; font-size: 9px; font-weight: 800; }
.icon-badge { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; border: 1px solid rgba(255,183,159,.16); background: rgba(255,183,159,.065); color: var(--accent); font-size: 18px; }
.prompt-box { position: absolute; left: 36px; right: 36px; bottom: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 18px; border: 1px solid var(--border-strong); background: #111318; border-radius: 14px; color: #a9abb0; font-size: 13px; }
.prompt-box b { color: var(--accent); white-space: nowrap; }
.wallet-stack { position: absolute; inset: auto 26px 20px 26px; height: 170px; }
.wallet-ticket { position: absolute; left: 0; right: 0; height: 92px; border-radius: 16px; border: 1px solid var(--border-strong); padding: 14px 16px; display: flex; flex-direction: column; background: #17191f; box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.wallet-ticket span { font-size: 8px; letter-spacing: .16em; color: var(--accent); }
.wallet-ticket strong { margin-top: 6px; font-size: 13px; }
.wallet-ticket small { color: #7f8288; margin-top: 5px; font-size: 9px; }
.ticket-a { transform: translateY(0) rotate(-2deg); z-index: 3; }
.ticket-b { transform: translateY(38px) translateX(18px) rotate(2deg); z-index: 2; background: #13151a; }
.ticket-c { transform: translateY(76px) translateX(38px) rotate(-1deg); z-index: 1; background: #101216; }

.how-section { background: #0e0f13; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { padding: 28px 24px; border-left: 1px solid var(--border); min-height: 240px; }
.step:first-child { border-left-color: rgba(255,183,159,.34); }
.step-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,183,159,.08); border: 1px solid rgba(255,183,159,.18); color: var(--accent); font-weight: 800; font-size: 12px; }
.step h3 { font-size: 22px; letter-spacing: -.04em; margin: 54px 0 10px; }
.step p { color: #8f9299; line-height: 1.65; font-size: 14px; margin: 0; }

.manifesto-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
.manifesto-copy p { color: #9b9da4; font-size: 17px; line-height: 1.8; max-width: 720px; margin-top: 28px; }
.manifesto-points { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 26px; margin-top: 30px; color: #c5c6ca; font-size: 13px; }
.manifesto-points span::first-letter { color: var(--accent); }
.phone-wrap { display: grid; place-items: center; min-height: 650px; background: radial-gradient(circle, rgba(255,183,159,.12), transparent 56%); }
.phone { width: 310px; padding: 9px; border-radius: 44px; border: 1px solid #3b3d44; background: #050607; box-shadow: 0 40px 100px rgba(0,0,0,.5); position: relative; transform: rotate(3deg); }
.phone-notch { position: absolute; width: 92px; height: 20px; background: #050607; border-radius: 0 0 12px 12px; top: 8px; left: 50%; transform: translateX(-50%); z-index: 2; }
.phone-screen { min-height: 610px; border-radius: 36px; padding: 35px 18px 22px; background: linear-gradient(180deg, #14161b, #0b0c0f 58%); overflow: hidden; }
.phone-brand { color: var(--accent); font-size: 12px; font-weight: 900; margin-bottom: 50px; }
.phone-screen h3 { font-size: 30px; letter-spacing: -.05em; margin: 5px 0 18px; }
.phone-health { border-radius: 14px; padding: 14px; background: #171a1f; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 5px; margin-bottom: 24px; }
.phone-health span { color: #8c8f96; font-size: 10px; }
.phone-health b { color: var(--success); font-size: 11px; }
.phone-event { display: grid; grid-template-columns: 45px 1fr; gap: 4px 10px; padding: 10px 0; }
.phone-event small { color: var(--accent); grid-row: span 2; font-size: 9px; }
.phone-event strong { font-size: 12px; }
.phone-event span { color: #777a82; font-size: 9px; }
.phone-line { height: 24px; width: 1px; background: #30333a; margin-left: 20px; }
.phone-screen button { margin-top: 32px; width: 100%; height: 46px; border: 0; border-radius: 13px; background: var(--accent); color: #1b110e; font-weight: 850; font-size: 11px; }

.launch-section { padding-top: 60px; }
.launch-card { min-height: 500px; border-radius: 34px; border: 1px solid rgba(255,183,159,.19); background: linear-gradient(135deg, #161314, #0f1115 62%); position: relative; overflow: hidden; display: flex; align-items: center; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.launch-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 48%, rgba(255,183,159,.12), transparent 27%); pointer-events: none; }
.launch-content { position: relative; z-index: 4; padding: 68px; max-width: 700px; }
.launch-content p { color: #9ea0a6; line-height: 1.75; max-width: 560px; font-size: 16px; }
.launch-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; }
.privacy-note { color: #696c73; font-size: 11px; }
.launch-word { position: absolute; right: -30px; bottom: -62px; font-size: 230px; line-height: .8; letter-spacing: -.08em; font-weight: 950; color: rgba(255,255,255,.025); z-index: 1; }
.launch-orbit { position: absolute; border: 1px solid rgba(255,183,159,.12); border-radius: 50%; right: 52px; top: 50%; transform: translateY(-50%); }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 420px; height: 420px; right: -8px; }

.site-footer { padding: 34px 0 48px; }
.footer-grid { border-top: 1px solid var(--border); padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; }
.footer-brand { font-size: 18px; }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
.footer-brand .brand-mark svg { width: 22px; height: 22px; }
.footer-grid p { color: #696c72; text-align: center; font-size: 12px; }
.footer-links { justify-self: end; display: flex; gap: 20px; color: #74777e; font-size: 11px; }
.footer-links a:hover { color: var(--accent); }

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

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; max-width: 780px; margin: 0 auto; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { max-width: 900px; margin: 10px auto 0; width: 100%; }
  .feature { grid-column: span 6; }
  .feature-large, .feature-visual { grid-column: span 6; }
  .manifesto-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { padding-top: 128px; }
  .app-shell { transform: none; }
  .feature-large, .feature-visual, .feature { grid-column: 1 / -1; }
  .feature { min-height: auto; }
  .feature-large, .feature-visual { min-height: 360px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left-color: rgba(255,183,159,.34); }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-copy { text-align: center; }
  .manifesto-copy p { margin-left: auto; margin-right: auto; }
  .manifesto-points { justify-content: center; }
  .phone-wrap { min-height: 560px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-self: center; }
  .footer-grid p { margin: 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .site-header .button { display: none; }
  .nav-wrap { height: 66px; }
  .hero { padding: 112px 0 42px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .app-body { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .app-tabs { display: none; }
  .app-topbar { grid-template-columns: 1fr auto; }
  .avatar { grid-column: 2; }
  .timeline { padding: 20px 14px 22px; }
  .timeline-card { grid-template-columns: 28px 1fr; }
  .timeline-card > :last-child { grid-column: 2; justify-self: start; margin-top: 4px; }
  .floating-chip-one { left: 10px; bottom: -16px; }
  .floating-chip-two { right: 8px; top: 78px; }
  .trust-strip { gap: 10px; font-size: 8px; flex-wrap: wrap; margin-top: 58px; }
  .section { padding: 88px 0; }
  .section-heading h2, .manifesto-copy h2, .launch-content h2 { font-size: 42px; }
  .feature-large, .feature-visual { min-height: 420px; padding: 25px; }
  .feature-large h3, .feature-visual h3 { font-size: 30px; }
  .prompt-box { left: 24px; right: 24px; bottom: 24px; flex-direction: column; align-items: flex-start; }
  .wallet-stack { left: 18px; right: 18px; }
  .steps { grid-template-columns: 1fr; }
  .step { border-left-color: rgba(255,183,159,.26); min-height: 190px; }
  .step h3 { margin-top: 34px; }
  .manifesto-points { grid-template-columns: 1fr; text-align: left; width: max-content; margin-left: auto; margin-right: auto; }
  .phone { width: 282px; }
  .phone-screen { min-height: 570px; }
  .launch-card { min-height: 520px; }
  .launch-content { padding: 38px 26px; }
  .launch-word { font-size: 140px; }
  .footer-links { flex-direction: column; gap: 8px; }
}

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