:root {
  --black: #050506;
  --surface: #0b0b0d;
  --surface-2: #111114;
  --surface-3: #17171b;
  --line: rgba(255,255,255,.09);
  --line-bright: rgba(255,255,255,.16);
  --text: #f5f5f7;
  --muted: #9a9aa3;
  --red: #ef233c;
  --red-2: #b80f24;
  --red-soft: rgba(239,35,60,.12);
  --green: #52d273;
  --radius: 20px;
  --shadow: 0 28px 90px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--black); color: var(--text); font-family: "Manrope", sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-140%); padding: 10px 15px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { transform: none; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .018; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 76px; width: min(1400px, calc(100% - 56px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 50; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; position: relative; transform: rotate(45deg); border: 1px solid rgba(239,35,60,.7); background: linear-gradient(145deg, #1c090c, #09090b 60%); box-shadow: 0 0 24px rgba(239,35,60,.18), inset 0 0 0 3px #08080a; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(239,35,60,.3); }
.brand-mark span { transform: rotate(-45deg); font: 700 15px/1 "Space Grotesk"; color: #fff; }
.brand-name { font: 700 17px/1 "Space Grotesk"; letter-spacing: .13em; }
.brand-name span { color: var(--red); }
.private-pill { margin-left: 8px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: #73737c; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 32px; color: #a8a8b0; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 10px 14px; color: #fff; border: 1px solid rgba(239,35,60,.42); background: var(--red-soft); border-radius: 8px; transition: .2s ease; }
.nav-cta:hover { background: var(--red); transform: translateY(-1px); }
.nav-cta span { color: #ff7181; margin-left: 5px; }
.nav-cta:hover span { color: #fff; }
.menu-button { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero { min-height: 760px; max-width: 1400px; margin: 0 auto; padding: 96px 44px 84px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; position: relative; }
.hero::before { content: ""; width: 520px; height: 520px; position: absolute; right: -80px; top: 70px; background: radial-gradient(circle, rgba(222,19,45,.18), rgba(222,19,45,.04) 40%, transparent 68%); filter: blur(20px); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: 8%; bottom: 16%; width: 1px; height: 190px; background: linear-gradient(transparent, rgba(239,35,60,.6), transparent); transform: rotate(38deg); opacity: .25; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: #b9b9c1; font-size: 10px; letter-spacing: .19em; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.02); border-radius: 999px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); margin-right: 8px; box-shadow: 0 0 0 5px rgba(239,35,60,.1), 0 0 12px var(--red); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin: 0; }
h1 { font-size: clamp(46px, 5.2vw, 76px); line-height: .98; letter-spacing: -.052em; margin: 24px 0 26px; }
h1 em { color: var(--red); font-style: normal; text-shadow: 0 0 60px rgba(239,35,60,.2); }
.hero-lede { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 570px; margin: 0 0 31px; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.button { min-height: 48px; border-radius: 9px; padding: 0 19px; display: inline-flex; gap: 12px; align-items: center; justify-content: center; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #ff5266; outline-offset: 3px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 34px rgba(239,35,60,.18); }
.button-primary:hover { background: #ff3149; }
.button-ghost { background: rgba(255,255,255,.025); border-color: var(--line); }
.button-ghost:hover { border-color: var(--line-bright); background: rgba(255,255,255,.05); }
.play-icon { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); font-size: 7px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 27px; color: #6f6f78; font-size: 10px; font-weight: 700; }
.trust-row b { color: var(--red); margin-right: 4px; }

.dashboard-shell { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #08080a; box-shadow: var(--shadow), 0 0 0 9px rgba(255,255,255,.015); transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); overflow: hidden; min-width: 0; }
.window-bar { height: 38px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #55555f; font-size: 8px; letter-spacing: .06em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #303035; }
.window-dots i:first-child { background: var(--red); }
.secure-label { color: #73737a; font-weight: 800; }
.secure-label::first-letter { color: var(--green); }
.dashboard-body { display: grid; grid-template-columns: 61px 1fr; min-height: 465px; }
.dash-sidebar { border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 17px 9px; }
.mini-brand { width: 29px; height: 29px; border-radius: 7px; background: var(--red); display: grid; place-items: center; margin-bottom: 8px; box-shadow: 0 0 22px rgba(239,35,60,.25); }
.mini-brand span { font: 800 12px "Space Grotesk"; }
.dash-icon { width: 37px; height: 37px; border-radius: 9px; border: 1px solid transparent; background: transparent; color: #5c5c65; cursor: pointer; transition: .2s ease; }
.dash-icon:hover, .dash-icon.active { background: var(--red-soft); border-color: rgba(239,35,60,.25); color: #ff5366; }
.dash-main { padding: 23px 25px; min-width: 0; background: radial-gradient(circle at 95% 0, rgba(239,35,60,.06), transparent 36%); }
.dash-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 21px; }
.dash-topline > div:first-child { display: grid; gap: 6px; }
.tiny-label { color: #51515a; font-size: 7px; letter-spacing: .14em; font-weight: 800; }
.dash-topline strong { font: 600 13px "Space Grotesk"; }
.online-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--green); margin-left: 5px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 25px; height: 25px; display: grid; place-items: center; margin-left: -5px; border: 2px solid #0b0b0e; border-radius: 50%; background: #232329; color: #ababaf; font-style: normal; font-size: 7px; font-weight: 800; }
.avatar-stack i:first-child { background: var(--red); color: #fff; }
.preview-panel { animation: panelIn .35s ease; }
.preview-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.preview-title h3 { font-size: 21px; letter-spacing: -.03em; }
.preview-title p { margin: 5px 0 0; color: #6e6e76; font-size: 9px; }
.preview-title .status-chip { padding: 5px 8px; border: 1px solid rgba(82,210,115,.18); border-radius: 999px; color: var(--green); background: rgba(82,210,115,.07); font-size: 7px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.metric-card { min-height: 94px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); }
.metric-card .metric-icon { color: var(--red); font-size: 10px; }
.metric-card strong { display: block; font: 600 25px "Space Grotesk"; margin: 10px 0 2px; }
.metric-card small { color: #66666f; font-size: 7px; }
.activity-panel { margin-top: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.015); }
.activity-head { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 800; margin-bottom: 13px; }
.activity-head span { color: #55555c; font-size: 7px; }
.activity-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.055); }
.activity-row i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 6px; color: #ff596c; background: var(--red-soft); font-style: normal; font-size: 8px; }
.activity-row b { display: block; font-size: 8px; }
.activity-row small { color: #575760; font-size: 7px; }
.activity-row time { color: #55555c; font-size: 7px; }
.feature-preview-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.feature-preview-row { min-height: 59px; display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 8px 13px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.014); }
.feature-preview-row:last-child { border-bottom: 0; }
.feature-preview-row > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: var(--red-soft); color: #ff5266; }
.feature-preview-row b { display: block; font-size: 9px; }
.feature-preview-row small { color: #5e5e66; font-size: 7px; }
.toggle { width: 29px; height: 16px; border-radius: 999px; background: var(--red); position: relative; box-shadow: 0 0 12px rgba(239,35,60,.25); }
.toggle::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: white; position: absolute; top: 3px; right: 3px; }
.mini-chart { height: 110px; display: flex; gap: 7px; align-items: end; padding: 15px 18px 5px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.014); }
.mini-chart i { flex: 1; min-height: 12%; background: linear-gradient(var(--red), rgba(239,35,60,.16)); border-radius: 3px 3px 0 0; animation: chartGrow .6s ease both; }
.preview-hint { position: absolute; left: 50%; bottom: 11px; transform: translateX(-50%); padding: 6px 10px; background: #111115; border: 1px solid var(--line); border-radius: 999px; color: #595962; font-size: 7px; white-space: nowrap; }
.preview-hint span { color: #ff5266; font-weight: 800; margin-right: 5px; }

.modules-section { border-top: 1px solid var(--line); padding: 104px max(28px, calc((100vw - 1312px)/2)) 116px; background: #08080a; position: relative; }
.modules-section::before { content: ""; position: absolute; inset: 0; opacity: .09; pointer-events: none; background-size: 42px 42px; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); mask-image: linear-gradient(to bottom, black, transparent 44%); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; position: relative; z-index: 2; margin-bottom: 42px; }
.kicker { color: var(--red); }
.section-heading h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; margin-top: 15px; }
.section-heading h2 span { color: #66666f; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.explorer-grid { display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line-bright); border-radius: var(--radius); overflow: hidden; position: relative; z-index: 2; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.goal-panel { padding: 30px; background: #0d0d10; border-right: 1px solid var(--line); }
.step-label { color: #5e5e67; font-size: 8px; letter-spacing: .16em; font-weight: 800; }
.goal-panel h3, .recommendation-panel h3 { font-size: 20px; margin: 10px 0 22px; }
.goal-options { display: grid; gap: 8px; }
.goal-option { width: 100%; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 11px; text-align: left; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #101013; cursor: pointer; transition: .2s ease; }
.goal-option > span { grid-row: 1/3; width: 36px; height: 36px; display: grid; place-items: center; align-self: center; color: #6d6d76; background: rgba(255,255,255,.03); border-radius: 8px; }
.goal-option b { align-self: end; font-size: 10px; }
.goal-option small { align-self: start; color: #5f5f67; font-size: 8px; margin-top: 3px; }
.goal-option:hover { background: #151519; border-color: rgba(255,255,255,.15); }
.goal-option.active { border-color: rgba(239,35,60,.42); background: var(--red-soft); }
.goal-option.active > span { color: #fff; background: var(--red); box-shadow: 0 0 18px rgba(239,35,60,.22); }
.recommendation-panel { padding: 30px; background: radial-gradient(circle at 100% 0, rgba(239,35,60,.09), transparent 40%), #09090b; display: flex; flex-direction: column; }
.recommendation-head { display: flex; justify-content: space-between; gap: 20px; }
.recommendation-head h3 { max-width: 500px; }
.stack-count { height: fit-content; border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; color: #71717a; font-size: 8px; white-space: nowrap; }
.stack-count b { color: #fff; }
.recommendation-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.recommendation-item { min-height: 84px; display: grid; grid-template-columns: 40px 1fr; gap: 11px; align-items: center; border: 1px solid var(--line); padding: 13px; border-radius: 11px; background: rgba(255,255,255,.02); animation: panelIn .3s ease both; }
.recommendation-icon, .module-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: var(--red-soft); color: #ff5266; font-size: 14px; }
.recommendation-item b { display: block; font-size: 10px; }
.recommendation-item small { display: block; color: #686871; font-size: 8px; line-height: 1.45; margin-top: 4px; }
.recommendation-foot { border-top: 1px solid var(--line); padding-top: 17px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.recommendation-foot > span { color: #686871; font-size: 8px; line-height: 1.5; max-width: 430px; }
.text-button { border: 0; padding: 0; background: transparent; color: #fff; font-size: 9px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.text-button span { color: var(--red); margin-left: 4px; }

.module-browser { margin-top: 22px; position: relative; z-index: 2; }
.browser-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 17px; }
.filter-tabs { display: flex; gap: 5px; padding: 4px; border: 1px solid var(--line); background: #0c0c0f; border-radius: 10px; }
.filter-tab { min-height: 34px; padding: 0 12px; border: 0; background: transparent; border-radius: 7px; color: #73737c; font-size: 9px; font-weight: 800; cursor: pointer; }
.filter-tab.active { background: #202024; color: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.25); }
.search-box { width: 190px; min-height: 42px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; background: #0c0c0f; color: #65656d; }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 10px; }
.search-box:focus-within { border-color: rgba(239,35,60,.5); }
.module-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.module-card { min-height: 174px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #0c0c0f; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease, background .2s ease; animation: panelIn .3s ease both; }
.module-card:hover { transform: translateY(-3px); border-color: rgba(239,35,60,.28); background: #111114; }
.module-card-top { display: flex; justify-content: space-between; align-items: start; }
.module-card .module-icon { width: 34px; height: 34px; font-size: 12px; }
.module-category { color: #52525b; font-size: 7px; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.module-card h3 { font-size: 14px; margin: 17px 0 6px; }
.module-card p { color: #696971; font-size: 8px; line-height: 1.55; margin: 0 0 15px; }
.module-card button { margin-top: auto; align-self: flex-start; padding: 0; border: 0; background: transparent; color: #7b7b83; font-size: 8px; font-weight: 800; cursor: pointer; }
.module-card button span { color: var(--red); margin-left: 4px; }
.module-card button:hover { color: #fff; }
.module-card.highlighted { border-color: rgba(239,35,60,.5); box-shadow: 0 0 0 1px rgba(239,35,60,.1), 0 12px 35px rgba(239,35,60,.07); }
.empty-state { padding: 45px 20px; text-align: center; color: #74747c; border: 1px dashed var(--line-bright); border-radius: 12px; font-size: 11px; }
.show-more { display: flex; margin: 18px auto 0; align-items: center; gap: 8px; border: 0; background: transparent; color: #777780; font-size: 9px; font-weight: 800; cursor: pointer; }
.show-more:hover { color: #fff; }
.show-more span { color: var(--red); }

.options-section { padding: 110px max(28px, calc((100vw - 1312px)/2)) 30px; background: var(--black); }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.plan-card { min-height: 390px; border: 1px solid var(--line); border-radius: 16px; padding: 27px; display: flex; flex-direction: column; background: #0a0a0c; position: relative; overflow: hidden; }
.plan-card.featured { border-color: rgba(239,35,60,.38); background: linear-gradient(145deg, rgba(239,35,60,.1), #0a0a0c 48%); }
.plan-glow { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: rgba(239,35,60,.18); filter: blur(65px); top: -80px; right: -40px; }
.plan-top { display: flex; align-items: center; justify-content: space-between; }
.plan-icon { font: 600 11px "Space Grotesk"; color: #4d4d55; }
.plan-tag { color: #696972; border: 1px solid var(--line); padding: 5px 8px; border-radius: 999px; font-size: 7px; letter-spacing: .12em; font-weight: 800; }
.featured .plan-tag { color: #ff596c; border-color: rgba(239,35,60,.28); background: var(--red-soft); }
.plan-card h3 { font-size: 30px; margin: 28px 0 12px; }
.plan-card > p { min-height: 65px; color: #888891; font-size: 11px; line-height: 1.65; margin: 0 0 22px; max-width: 330px; }
.plan-card ul { display: grid; gap: 13px; list-style: none; padding: 18px 0; margin: 0; border-top: 1px solid var(--line); }
.plan-card li { color: #adadb4; font-size: 9px; }
.plan-card li::before { content: "✓"; color: var(--red); margin-right: 9px; font-weight: 900; }
.plan-card > a { margin-top: auto; min-height: 43px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; font-size: 9px; font-weight: 800; }
.plan-card > a span { color: var(--red); }
.plan-card > a:hover { color: #ff5266; }

.final-cta { margin-top: 84px; min-height: 360px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; border: 1px solid rgba(239,35,60,.32); border-radius: 22px; padding: 56px; background: radial-gradient(circle at 75% 40%, rgba(239,35,60,.15), transparent 28%), linear-gradient(135deg, #0f090b, #09090b 65%); }
.final-cta::before { content: "N"; position: absolute; right: 8%; top: 50%; transform: translateY(-50%); font: 700 270px/1 "Space Grotesk"; color: transparent; -webkit-text-stroke: 1px rgba(239,35,60,.1); opacity: .8; }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { font-size: clamp(40px, 4.4vw, 62px); letter-spacing: -.05em; line-height: .98; margin: 14px 0 18px; }
.cta-copy p { max-width: 520px; color: #85858e; font-size: 11px; line-height: 1.7; }
.cta-button { position: relative; z-index: 2; min-width: 178px; }
.privacy-note { position: absolute; left: 56px; bottom: 24px; color: #55555e; font-size: 8px; }
.privacy-note span { color: var(--green); margin-right: 5px; }
.cta-orbit { position: absolute; width: 290px; height: 290px; border: 1px solid rgba(239,35,60,.08); border-radius: 50%; right: 1%; top: 11%; }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(239,35,60,.1); }
.cta-orbit::before { inset: 42px; }.cta-orbit::after { inset: 87px; }
.cta-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); }
.cta-orbit i:nth-child(1) { top: 28px; left: 53px; }.cta-orbit i:nth-child(2) { right: 30px; top: 110px; }.cta-orbit i:nth-child(3) { bottom: 32px; left: 115px; }
footer { min-height: 115px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #505058; font-size: 8px; }
footer > span { justify-self: end; text-transform: uppercase; letter-spacing: .12em; }
.footer-brand { opacity: .7; }

.tour-overlay { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.82); backdrop-filter: blur(10px); }
.tour-overlay[hidden] { display: none; }
.tour-dialog { width: min(500px, 100%); position: relative; padding: 25px; border: 1px solid var(--line-bright); border-radius: 18px; background: #0e0e11; box-shadow: var(--shadow); animation: modalIn .25s ease; }
.tour-close { position: absolute; top: 13px; right: 13px; width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 8px; background: #151518; color: #888891; font-size: 20px; cursor: pointer; }
.tour-step { color: var(--red); font-size: 8px; letter-spacing: .14em; font-weight: 800; }
.tour-visual { height: 190px; margin: 20px 0 24px; border: 1px solid var(--line); border-radius: 12px; background: radial-gradient(circle at center, rgba(239,35,60,.18), transparent 55%), #08080a; display: grid; place-items: center; overflow: hidden; }
.tour-graphic { width: 76%; display: grid; gap: 8px; }
.tour-graphic i { display: block; height: 31px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); position: relative; overflow: hidden; }
.tour-graphic i::after { content: ""; position: absolute; left: 10px; top: 9px; height: 10px; width: var(--w,60%); border-radius: 4px; background: linear-gradient(90deg, var(--red), rgba(239,35,60,.15)); }
.tour-dialog h2 { font-size: 25px; letter-spacing: -.035em; margin-bottom: 10px; }
.tour-dialog > p { color: #85858e; font-size: 11px; line-height: 1.7; min-height: 38px; }
.tour-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.tour-dots { display: flex; gap: 6px; }
.tour-dots i { width: 6px; height: 6px; border-radius: 999px; background: #38383f; }
.tour-dots i.active { width: 17px; background: var(--red); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes chartGrow { from { height: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .dashboard-shell { width: min(780px, 100%); margin: 0 auto; transform: none; }
  .explorer-grid { grid-template-columns: 1fr; }
  .goal-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .goal-options { grid-template-columns: 1fr 1fr; }
  .module-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); height: 67px; }
  .private-pill { display: none; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 66px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); background: rgba(10,10,12,.98); border-radius: 0 0 12px 12px; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { min-height: auto; padding: 66px 20px 74px; gap: 47px; }
  .hero::before { width: 330px; height: 330px; right: -100px; top: 20px; }
  h1 { font-size: 48px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .dashboard-shell { border-radius: 12px; }
  .dashboard-body { grid-template-columns: 48px 1fr; min-height: 400px; }
  .dash-sidebar { padding: 12px 5px; }
  .dash-icon { width: 34px; height: 34px; }
  .dash-main { padding: 18px 14px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:last-child { grid-column: 1/3; min-height: 70px; }
  .preview-hint { display: none; }
  .modules-section, .options-section { padding-left: 18px; padding-right: 18px; }
  .modules-section { padding-top: 78px; padding-bottom: 85px; }
  .section-heading { display: grid; gap: 21px; margin-bottom: 30px; }
  .section-heading > p { font-size: 12px; }
  .goal-panel, .recommendation-panel { padding: 20px; }
  .goal-options, .recommendation-list { grid-template-columns: 1fr; }
  .recommendation-item { min-height: 70px; }
  .recommendation-foot { align-items: flex-start; flex-direction: column; }
  .browser-toolbar { align-items: stretch; flex-direction: column; }
  .filter-tabs { overflow-x: auto; }
  .filter-tab { flex: 0 0 auto; }
  .search-box { width: 100%; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 360px; }
  .final-cta { min-height: 500px; margin-top: 55px; padding: 38px 25px 60px; grid-template-columns: 1fr; align-content: center; }
  .cta-button { width: 100%; }
  .privacy-note { left: 25px; right: 25px; bottom: 21px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 480px) {
  .brand-name { font-size: 15px; }
  h1 { font-size: 42px; }
  .trust-row { gap: 10px 15px; }
  .window-bar > span:nth-child(2) { display: none; }
  .dashboard-body { min-height: 430px; }
  .dash-topline strong { font-size: 11px; }
  .avatar-stack { display: none; }
  .activity-row time { display: none; }
  .feature-preview-row { grid-template-columns: 30px 1fr auto; padding-left: 8px; padding-right: 8px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 150px; }
  .section-heading h2 { font-size: 36px; }
  .options-section { padding-top: 78px; }
  .cta-copy h2 { font-size: 39px; }
  footer > span { display: none; }
}

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