:root {
  --bg: #07100f;
  --bg-soft: #0b1513;
  --panel: #101c19;
  --panel-2: #14231f;
  --line: rgba(215, 237, 228, .12);
  --line-strong: rgba(215, 237, 228, .22);
  --text: #f1f4ed;
  --muted: #9daaa4;
  --muted-2: #718079;
  --mint: #a9d8ba;
  --mint-bright: #c8efcf;
  --teal: #4c9b82;
  --indigo: #7072a4;
  --danger: #ff9b8e;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: var(--mint-bright); color: #07100f; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(7, 16, 15, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 20px; letter-spacing: .04em; font-weight: 700; }
.brand img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; box-shadow: 0 0 0 1px var(--line-strong); }
.nav-menu { display: flex; align-items: center; gap: 31px; }
.nav-menu a { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.nav-menu a:hover, .nav-menu a:focus-visible { color: var(--text); }
.nav-actions { display: flex; align-items: center; }
.mobile-nav-cta, .menu-button { display: none; }
.menu-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 20px; height: 2px; border-radius: 2px; background: var(--text); transition: transform .25s ease, opacity .2s ease; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; padding: 12px 19px; cursor: pointer; font-weight: 800; font-size: 13px; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(169, 216, 186, .5); outline-offset: 3px; }
.button-primary { color: #08110f; background: var(--mint-bright); box-shadow: 0 14px 34px rgba(137, 202, 161, .16); }
.button-primary:hover { background: #ddf8df; box-shadow: 0 18px 42px rgba(137, 202, 161, .24); }
.button-secondary, .button-quiet { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button-secondary:hover, .button-quiet:hover { background: rgba(255,255,255,.06); border-color: rgba(215,237,228,.35); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 12px; }
.play-dot { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(169,216,186,.12); color: var(--mint-bright); font-size: 8px; }

.hero { position: relative; overflow: hidden; padding: 156px 0 44px; background: radial-gradient(circle at 83% 22%, rgba(78, 146, 122, .15), transparent 35%), linear-gradient(180deg, #07100f 0%, #091310 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .28; pointer-events: none; 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: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 500px; height: 500px; right: -240px; top: 160px; border: 1px solid rgba(169,216,186,.08); }
.orb-two { width: 680px; height: 680px; right: -330px; top: 70px; border: 1px solid rgba(169,216,186,.05); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: 64px; align-items: center; }
.availability { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(169,216,186,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(169,216,186,0); } }
.hero h1 { margin: 25px 0 23px; font-family: var(--serif); font-size: clamp(52px, 5.7vw, 82px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: var(--mint); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: var(--muted-2); font-size: 11px; font-weight: 700; }

.hero-visual { position: relative; min-width: 0; padding: 24px 0 35px; }
.visual-glow { position: absolute; width: 72%; height: 72%; right: 5%; top: 5%; background: rgba(85, 164, 135, .24); filter: blur(85px); border-radius: 50%; }
.app-window { position: relative; z-index: 2; overflow: hidden; min-height: 495px; border: 1px solid rgba(215,237,228,.17); border-radius: 22px; background: #0b1312; box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.04); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.window-top { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.window-brand { display: flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: 13px; letter-spacing: .05em; }
.window-brand img { width: 26px; height: 26px; border-radius: 7px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #27332f; }
.app-body { min-height: 439px; display: grid; grid-template-columns: 104px 1fr; }
.app-sidebar { display: flex; flex-direction: column; gap: 7px; padding: 24px 11px; border-right: 1px solid var(--line); }
.app-sidebar span { padding: 8px 10px; border-radius: 7px; color: #68756f; font-size: 9px; font-weight: 700; }
.app-sidebar .side-active { background: rgba(169,216,186,.09); color: var(--mint); }
.app-sidebar b { width: 27px; height: 27px; display: grid; place-items: center; margin: auto auto 0; border-radius: 50%; background: #253c34; color: var(--mint); font-size: 8px; }
.app-content { min-width: 0; padding: 25px; }
.app-greeting { display: flex; justify-content: space-between; align-items: start; margin-bottom: 17px; }
.app-greeting div { display: grid; }
.app-greeting small, .score-card small { color: #68766f; font-size: 7px; letter-spacing: .14em; font-weight: 800; }
.app-greeting strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.app-greeting > span { color: #617068; font-size: 10px; }
.score-card { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, rgba(169,216,186,.08), rgba(112,114,164,.05)); }
.score-card > div:first-child { display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 9px; }
.score-card small { grid-column: 1 / -1; }
.score-card strong { font-family: var(--serif); color: var(--mint-bright); font-size: 35px; line-height: 1; }
.score-card p { margin: 0 0 3px; color: #76837d; font-size: 8px; }
.score-card p span { color: var(--mint); }
.score-ring { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint) 0 84%, #26312e 84%); position: relative; }
.score-ring::after { content: ''; position: absolute; inset: 5px; border-radius: 50%; background: #111b19; }
.score-ring span { position: relative; z-index: 1; font-size: 10px; font-weight: 800; }
.today-head, .today-head > div { display: flex; align-items: center; justify-content: space-between; }
.today-head { margin: 20px 0 10px; }
.today-head > div { gap: 9px; }
.today-head strong { font-family: var(--serif); font-size: 14px; }
.today-head small { color: #65726c; font-size: 7px; }
.today-head button { width: 22px; height: 22px; border: 0; border-radius: 6px; background: var(--mint); color: #08110f; cursor: pointer; line-height: 1; }
.task-list { display: grid; gap: 7px; }
.task { min-width: 0; width: 100%; display: flex; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid rgba(215,237,228,.08); border-radius: 8px; background: rgba(255,255,255,.015); color: #c6cec9; cursor: pointer; text-align: left; }
.task:hover { background: rgba(255,255,255,.035); }
.task i { flex: 0 0 14px; height: 14px; border: 1px solid #50605a; border-radius: 4px; position: relative; }
.task span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
.task small { margin-left: auto; color: #5f6b66; font-size: 7px; }
.task.completed span { color: #5e6a65; text-decoration: line-through; }
.task.completed i { background: var(--teal); border-color: var(--teal); }
.task.completed i::after { content: '✓'; position: absolute; inset: -4px 0 0 2px; color: white; font-size: 10px; }
.week-row, .week-bars { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.week-row { margin-top: 13px; text-align: center; color: #596660; font-size: 6px; }
.week-bars { height: 35px; align-items: end; }
.week-bars i { height: var(--h); border-radius: 3px 3px 1px 1px; background: #26332f; }
.week-bars i.current { background: linear-gradient(var(--mint), var(--teal)); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 150px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(15,28,24,.92); box-shadow: 0 18px 45px rgba(0,0,0,.38); backdrop-filter: blur(12px); }
.float-card > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: rgba(169,216,186,.09); color: var(--mint); font-size: 13px; }
.float-card div { display: grid; }
.float-card strong { font-size: 9px; }
.float-card small { color: var(--muted-2); font-size: 7px; }
.streak-card { left: -28px; bottom: 3px; }
.focus-card { right: -24px; top: 83px; }
.focus-card > span { color: var(--mint-bright); }
.stat-strip { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-strip > div { display: grid; gap: 1px; padding: 24px 25px; border-right: 1px solid var(--line); }
.stat-strip > div:last-child { border-right: 0; }
.stat-strip strong { font-family: var(--serif); color: var(--mint-bright); font-size: 22px; font-weight: 500; }
.stat-strip span { color: var(--muted-2); font-size: 9px; font-weight: 700; }

.section { padding: 112px 0; }
.kicker, .tag { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.section h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); line-height: 1.03; letter-spacing: -.035em; font-weight: 500; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 53px; }
.section-heading p, .center-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.features { background: #0a1311; }
.feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; }
.feature-card { position: relative; overflow: hidden; min-height: 375px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.008)); }
.feature-card::after { content: ''; position: absolute; width: 260px; height: 260px; right: -150px; bottom: -160px; border: 1px solid rgba(169,216,186,.08); border-radius: 50%; }
.feature-main { grid-row: span 2; min-height: 766px; }
.feature-icon { position: absolute; top: 28px; right: 28px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--muted-2); font-size: 9px; font-weight: 800; }
.feature-card h3 { max-width: 470px; margin: 18px 0 11px; font-family: var(--serif); font-size: 31px; line-height: 1.12; font-weight: 500; }
.feature-card p { max-width: 450px; margin: 0; color: var(--muted); font-size: 14px; }
.priority-stack { position: absolute; inset: auto 30px 34px; display: grid; gap: 9px; }
.priority-stack > div { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7,16,15,.7); }
.priority-stack i { width: 18px; height: 18px; border: 1px solid #4d5e57; border-radius: 5px; }
.priority-stack span { display: grid; }
.priority-stack b { font-size: 11px; }
.priority-stack small { color: var(--muted-2); font-size: 8px; }
.priority-stack em { margin-left: auto; color: #4d5e57; font-size: 9px; font-style: normal; }
.focus-clock { position: absolute; right: 34px; bottom: 28px; width: 140px; height: 140px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line-strong); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(169,216,186,.025); }
.focus-clock::before { content: ''; position: absolute; inset: -1px; border: 2px solid transparent; border-top-color: var(--mint); border-right-color: var(--teal); border-radius: 50%; transform: rotate(30deg); }
.focus-clock span { font-family: var(--serif); color: var(--mint-bright); font-size: 28px; }
.focus-clock small { color: var(--muted-2); font-size: 7px; letter-spacing: .15em; }
.focus-clock i { position: absolute; width: 7px; height: 7px; right: 17px; top: 20px; border-radius: 50%; background: var(--mint); }
.mini-chart { position: absolute; right: 31px; bottom: 30px; left: 45%; height: 105px; display: flex; align-items: end; gap: 8px; }
.mini-chart i { flex: 1; height: var(--v); border-radius: 4px 4px 1px 1px; background: #26352f; }
.mini-chart .hot { background: linear-gradient(var(--mint), var(--teal)); }

.method { background: var(--bg); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 118px; }
.method-copy p { max-width: 440px; margin: 25px 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line-strong); color: var(--mint-bright); font-size: 12px; font-weight: 800; }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 38px 0; border-top: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 1px solid var(--line); }
.method-list > li > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--mint); font-size: 10px; font-weight: 800; }
.method-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.method-list p { max-width: 500px; margin: 0; color: var(--muted); }

.product { overflow: hidden; border-top: 1px solid var(--line); background: #0a1412; }
.center-heading { max-width: 700px; margin: 0 auto 38px; text-align: center; }
.center-heading p { max-width: 590px; margin: 20px auto 0; }
.product-tabs { width: fit-content; display: flex; gap: 5px; margin: 0 auto 24px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }
.product-tabs button { min-width: 92px; padding: 10px 15px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.product-tabs button.active { background: var(--panel-2); color: var(--mint-bright); box-shadow: 0 4px 15px rgba(0,0,0,.18); }
.product-stage { min-height: 475px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 72% 50%, rgba(78,146,122,.13), transparent 45%), #0c1714; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.product-panel { min-height: 475px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; padding: 60px; animation: panel-in .35s ease both; }
.product-panel[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(10px); } }
.panel-copy > span { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.panel-copy h3 { margin: 15px 0 14px; font-family: var(--serif); font-size: 39px; line-height: 1.07; font-weight: 500; }
.panel-copy p { color: var(--muted); font-size: 14px; }
.panel-copy ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.panel-copy li { color: #c1cbc6; font-size: 12px; }
.panel-copy li::before { content: '✓'; margin-right: 9px; color: var(--mint); }
.panel-ui { width: 100%; max-width: 500px; justify-self: end; padding: 25px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(8,17,15,.78); box-shadow: var(--shadow); }
.ui-label { display: flex; justify-content: space-between; margin-bottom: 15px; }
.ui-label b { font-family: var(--serif); font-size: 17px; }
.ui-label span { color: var(--muted-2); font-size: 9px; }
.ui-task { display: flex; align-items: center; gap: 11px; padding: 15px; margin-top: 8px; border: 1px solid var(--line); border-radius: 10px; color: #d2d9d5; font-size: 11px; }
.ui-task i { width: 17px; height: 17px; border: 1px solid #4e5d57; border-radius: 5px; }
.ui-task small { margin-left: auto; color: var(--muted-2); font-size: 8px; }
.ui-task.done { color: var(--muted-2); text-decoration: line-through; }
.ui-task.done i { background: var(--teal); border-color: var(--teal); }
.focus-ui { display: grid; justify-items: center; text-align: center; padding-block: 37px; }
.focus-ui > small { color: var(--muted-2); font-size: 8px; letter-spacing: .16em; }
.focus-ui > b { margin-top: 5px; font-family: var(--serif); font-size: 18px; }
.big-timer { margin: 26px 0 18px; font-family: var(--serif); color: var(--mint-bright); font-size: 65px; line-height: 1; letter-spacing: -.04em; }
.timer-line { width: 82%; height: 4px; overflow: hidden; border-radius: 4px; background: #26342f; }
.timer-line i { display: block; width: 64%; height: 100%; background: var(--mint); }
.focus-ui button { margin-top: 25px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; }
.progress-top { display: flex; align-items: start; justify-content: space-between; }
.progress-top > div { display: grid; }
.progress-top small { color: var(--muted-2); font-size: 8px; letter-spacing: .14em; }
.progress-top b { font-family: var(--serif); color: var(--mint-bright); font-size: 56px; line-height: 1.1; }
.progress-top span { color: var(--muted); font-size: 9px; }
.progress-top em { padding: 6px 9px; border-radius: 999px; background: rgba(169,216,186,.1); color: var(--mint); font-size: 9px; font-style: normal; }
.progress-bars { height: 165px; display: flex; align-items: end; gap: 10px; margin-top: 24px; }
.progress-bars i { flex: 1; height: var(--p); border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--teal), #263b34); }
.progress-bars i:last-child { background: linear-gradient(180deg, var(--mint-bright), var(--teal)); }

.testimonial { padding-block: 80px; }
.quote-card { position: relative; overflow: hidden; padding: 78px 10%; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(120deg, rgba(169,216,186,.07), rgba(112,114,164,.04)); text-align: center; }
.quote-card::before, .quote-card::after { content: ''; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(169,216,186,.07); border-radius: 50%; }
.quote-card::before { left: -150px; top: -150px; }.quote-card::after { right: -150px; bottom: -150px; }
.quote-mark { color: var(--mint); font-family: var(--serif); font-size: 55px; line-height: .7; }
.quote-card blockquote { max-width: 850px; margin: 17px auto; font-family: var(--serif); font-size: clamp(30px, 3.6vw, 47px); line-height: 1.1; letter-spacing: -.025em; }
.quote-card p { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: 13px; }

.studio { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(169,216,186,.055), transparent 55%); }
.studio::after { content: ''; position: absolute; width: 430px; height: 430px; right: -220px; bottom: -250px; border: 1px solid rgba(169,216,186,.08); border-radius: 50%; pointer-events: none; }
.studio-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.studio-copy h2 { margin: 14px 0 24px; font-family: var(--serif); font-size: clamp(45px, 5vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.studio-copy p { max-width: 620px; margin: 0 0 25px; color: var(--muted); font-size: 15px; }
.studio-facts { display: grid; gap: 10px; }
.studio-facts > div { display: grid; gap: 5px; padding: 21px 23px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.studio-facts strong { font-family: var(--serif); color: var(--mint-bright); font-size: 20px; font-weight: 500; }
.studio-facts span { color: var(--muted); font-size: 11px; }

.download { background: var(--mint-bright); color: #09120f; }
.download-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.download .kicker { color: #39705e; }
.download h2 { color: #0b1512; }
.download-copy p { max-width: 470px; color: #4b6259; }
.official-download-note { display: grid; gap: 3px; max-width: 470px; margin-top: 25px; padding: 15px 17px; border: 1px solid rgba(7,16,15,.12); border-radius: 11px; background: rgba(255,255,255,.27); }
.official-download-note strong { color: #163a2e; font-size: 11px; }
.official-download-note span { color: #536b61; font-size: 9px; }
.release-options { display: grid; gap: 12px; }
.release-card { padding: 29px; border: 1px solid rgba(7,16,15,.12); border-radius: 20px; background: rgba(255,255,255,.58); box-shadow: 0 25px 65px rgba(45,92,72,.12); }
.release-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 17px; }
.release-platform-icon { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #15392e; color: var(--mint-bright); font-size: 20px; }
.release-heading div { display: grid; gap: 2px; }
.release-heading small { color: #39705e; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.release-heading h3 { margin: 0; color: #0b1713; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.release-card > p { margin: 0 0 18px; color: #536b61; font-size: 11px; }
.release-download { width: 100%; }
.release-card .install-note { margin: 13px 0 0; color: #5c7168; font-size: 8px; line-height: 1.55; }
.checksum { margin-top: 13px; border-top: 1px solid rgba(7,16,15,.1); padding-top: 11px; }
.checksum summary { cursor: pointer; color: #3d5f52; font-size: 8px; font-weight: 800; }
.checksum p { display: grid; gap: 4px; margin: 9px 0 0; }
.checksum b { color: #526a60; font-size: 8px; }
.checksum code { overflow-wrap: anywhere; color: #274a3d; font-size: 7px; }
.waitlist { padding: 29px; border: 1px solid rgba(7,16,15,.12); border-radius: 20px; background: rgba(255,255,255,.38); box-shadow: 0 25px 65px rgba(45,92,72,.12); }
.windows-waitlist .release-heading { margin-bottom: 10px; }
.windows-copy { margin: 0 0 18px; color: #536b61; font-size: 10px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.waitlist fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 21px; padding: 0; border: 0; }
.waitlist legend, .email-label { margin-bottom: 8px; color: #4c6259; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.waitlist label:not(.email-label) { position: relative; display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid rgba(7,16,15,.12); border-radius: 11px; background: rgba(255,255,255,.24); cursor: pointer; }
.waitlist label:has(input:checked) { border-color: #2f6e58; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px #2f6e58; }
.waitlist input[type="radio"] { position: absolute; opacity: 0; }
.waitlist label > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: rgba(30,78,61,.09); font-size: 15px; }
.waitlist label > b { display: grid; font-size: 11px; }
.waitlist label small { color: #64766f; font-size: 8px; font-weight: 600; }
.email-label { display: block; }
.email-control { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.email-control input { min-width: 0; height: 50px; padding: 0 14px; border: 1px solid rgba(7,16,15,.15); border-radius: 11px; outline: 0; background: rgba(255,255,255,.68); color: #08110e; font-size: 13px; }
.email-control input::placeholder { color: #71857c; }
.email-control input.invalid { border-color: #a6362b; box-shadow: 0 0 0 3px rgba(166,54,43,.1); }
.download .button-primary { background: #0b1713; color: var(--mint-bright); box-shadow: none; }
.download .button-primary:hover { background: #163127; }
.download .button-primary:disabled { cursor: wait; opacity: .68; transform: none; }
.form-message { min-height: 19px; margin: 9px 0 0; color: #60736b; font-size: 9px; }
.form-message a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.form-message.error { color: #96352e; }.form-message.success { color: #1b664e; font-weight: 800; }

.faq { background: #091210; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 118px; align-self: start; }
.faq-heading p { color: var(--muted); font-size: 13px; }.faq-heading p a { color: var(--mint); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 2px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 20px; height: 20px; position: relative; }
.accordion summary span::before, .accordion summary span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--muted); transition: transform .25s ease; }
.accordion summary span::before { transform: translate(-50%,-50%); }.accordion summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.accordion details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.accordion details p { max-width: 620px; margin: -6px 0 25px; color: var(--muted); font-size: 13px; }

.site-footer { padding: 70px 0 25px; background: #050b0a; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; }
.footer-top > div:first-child > p { color: var(--muted-2); font-size: 12px; }
.footer-links { display: flex; gap: 85px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links b { margin-bottom: 5px; color: var(--text); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 9px; }

/* Legal page */
.legal-page { background: #07100f; }
.legal-page .site-header { background: rgba(7, 16, 15, .88); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.legal-page .nav-menu a[aria-current="page"] { color: var(--mint-bright); }
.legal-hero { position: relative; overflow: hidden; padding: 164px 0 86px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(76,155,130,.16), transparent 36%), linear-gradient(180deg, #07100f, #0a1412); }
.legal-hero::before { content: ''; position: absolute; inset: 0; opacity: .24; pointer-events: none; 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: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.legal-orb { position: absolute; width: 560px; height: 560px; right: -250px; top: -120px; border: 1px solid rgba(169,216,186,.08); border-radius: 50%; }
.legal-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 300px; gap: 90px; align-items: end; }
.legal-hero h1 { max-width: 760px; margin: 20px 0 24px; font-family: var(--serif); font-size: clamp(56px, 7vw, 92px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.legal-hero h1 em { color: var(--mint); font-weight: 400; }
.legal-hero-grid > div > p { max-width: 710px; margin: 0; color: var(--muted); font-size: 17px; }
.legal-status { display: grid; gap: 5px; padding: 24px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(16,28,25,.72); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.legal-status > span { color: var(--muted-2); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-status strong { font-family: var(--serif); color: var(--mint-bright); font-size: 20px; font-weight: 500; }
.legal-status p { margin: 4px 0 12px; color: var(--muted-2); font-size: 10px; }
.legal-status a { color: var(--mint); font-size: 11px; font-weight: 800; overflow-wrap: anywhere; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 90px; padding-block: 78px 110px; }
.legal-toc { position: sticky; top: 108px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.015); }
.legal-toc > span { color: var(--muted-2); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.legal-toc nav { display: grid; gap: 2px; margin-top: 12px; }
.legal-toc a { padding: 8px 9px; border-radius: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.legal-toc a:hover, .legal-toc a:focus-visible { background: rgba(169,216,186,.08); color: var(--mint-bright); }
.legal-content { min-width: 0; }
.legal-section { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; scroll-margin-top: 98px; padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--line); }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.section-number { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--mint); font-size: 9px; font-weight: 900; }
.legal-section h2 { margin: 8px 0 22px; font-family: var(--serif); font-size: clamp(38px, 4vw, 55px); font-weight: 500; line-height: 1.04; letter-spacing: -.03em; }
.legal-section h3 { margin: 42px 0 12px; font-family: var(--serif); color: var(--mint-bright); font-size: 25px; font-weight: 500; scroll-margin-top: 100px; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 14px; }
.legal-section p { margin: 0 0 17px; }
.legal-section ul { display: grid; gap: 9px; margin: 12px 0 0; padding-left: 20px; }
.legal-section li::marker { color: var(--mint); }
.legal-section a:not(.button) { color: var(--mint); text-decoration: underline; text-decoration-color: rgba(169,216,186,.32); text-underline-offset: 3px; }
.legal-callout { margin: 28px 0; padding: 22px 24px; border: 1px solid var(--line-strong); border-left: 3px solid var(--mint); border-radius: 0 13px 13px 0; background: linear-gradient(90deg, rgba(169,216,186,.08), rgba(169,216,186,.015)); }
.legal-callout strong { font-family: var(--serif); color: var(--mint-bright); font-size: 19px; font-weight: 500; }
.legal-callout p { margin: 5px 0 0; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 20px 0 10px; }
.legal-card { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.legal-card b { display: block; margin-bottom: 7px; color: var(--text); font-size: 12px; }
.legal-card p { margin: 0; color: var(--muted); font-size: 12px; }
.service-list { display: grid; gap: 10px; margin: 20px 0 23px; }
.service-list > div { display: grid; grid-template-columns: 150px minmax(0,1fr) auto; gap: 18px; align-items: start; padding: 17px 18px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.012); }
.service-list b { font-family: var(--serif); color: var(--text); font-size: 15px; font-weight: 500; }
.service-list span { color: var(--muted); font-size: 11px; }
.service-list a { white-space: nowrap; font-size: 10px; font-weight: 800; }
.deletion-section { padding-top: 2px; }
.deletion-steps { display: grid; gap: 12px; margin: 25px 0; padding: 0; list-style: none; }
.deletion-steps li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.deletion-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(169,216,186,.1); color: var(--mint); font-size: 10px; font-weight: 900; }
.deletion-steps b { color: var(--text); font-size: 13px; }
.deletion-steps p { margin: 4px 0 0; font-size: 12px; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.contact-section address { display: grid; gap: 5px; margin: 22px 0; padding: 24px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--panel); font-style: normal; }
.contact-section address strong { font-family: var(--serif); color: var(--mint-bright); font-size: 20px; font-weight: 500; }
.contact-section address span { color: var(--muted-2); font-size: 11px; }

.error-page { min-height: 100dvh; display: grid; place-items: center; padding: 50px 0; background: radial-gradient(circle at 75% 20%, rgba(169,216,186,.1), transparent 34%), #07100f; }
.error-card { display: grid; justify-items: start; }
.error-code { margin-top: 60px; color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.error-card h1 { margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(58px, 9vw, 106px); font-weight: 500; line-height: .92; letter-spacing: -.05em; }
.error-card h1 em { color: var(--mint); font-weight: 400; }
.error-card > p { max-width: 570px; margin: 0 0 30px; color: var(--muted); font-size: 16px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,6,5,.8); backdrop-filter: blur(10px); }
.modal-card { position: relative; z-index: 1; width: min(680px, 100%); max-height: min(90vh, 700px); overflow-y: auto; padding: 42px; border: 1px solid var(--line-strong); border-radius: 22px; background: #101c19; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }
.modal-card h2 { max-width: 520px; margin: 12px 0 28px; font-family: var(--serif); font-size: 40px; line-height: 1.05; font-weight: 500; }
.demo-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 28px; }
.demo-steps > div { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.demo-steps span { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: rgba(169,216,186,.1); color: var(--mint); font-size: 9px; font-weight: 800; }
.demo-steps b { display: block; font-family: var(--serif); font-size: 17px; }.demo-steps p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.toast { position: fixed; z-index: 400; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-width: 220px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: 12px; background: #152620; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }.toast span { color: var(--mint); }.toast p { margin: 0; font-size: 11px; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .hero h1 { font-size: clamp(48px, 6.4vw, 70px); }
  .focus-card { right: 0; }.streak-card { left: 0; }
  .feature-card h3 { font-size: 27px; }
  .method-grid, .faq-grid { gap: 65px; }
  .product-panel { padding: 45px; gap: 40px; }
  .legal-layout { gap: 48px; }
  .service-list > div { grid-template-columns: 125px minmax(0,1fr); }
  .service-list a { grid-column: 2; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 36px, 680px); }
  .nav { height: 70px; }
  .desktop-cta { display: none; }
  .menu-button { display: flex; }
  .nav-menu { position: fixed; inset: 70px 0 auto; display: grid; align-content: start; gap: 0; max-height: 0; overflow: hidden; padding: 0 18px; background: rgba(7,16,15,.98); border-bottom: 1px solid transparent; opacity: 0; pointer-events: none; transition: max-height .35s ease, opacity .25s ease, padding .35s ease; }
  .nav-menu.open { max-height: calc(100dvh - 70px); overflow-y: auto; padding-block: 14px 24px; border-bottom-color: var(--line); opacity: 1; pointer-events: auto; }
  .nav-menu a { padding: 16px 5px; border-bottom: 1px solid var(--line); color: var(--text); font-family: var(--serif); font-size: 23px; }
  .nav-menu .mobile-nav-cta { display: flex; justify-content: center; margin-top: 16px; padding: 15px; border: 0; border-radius: 11px; background: var(--mint-bright); color: #07100f; font-family: var(--sans); font-size: 13px; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .availability { justify-content: center; }
  .hero h1 { max-width: 680px; margin-inline: auto; font-size: clamp(49px, 10vw, 72px); }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-line { justify-content: center; }
  .hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat-strip > div:nth-child(2) { border-right: 0; }.stat-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 88px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main { grid-row: auto; min-height: 650px; }
  .feature-card { min-height: 365px; }
  .method-grid, .faq-grid, .download-wrap, .studio-grid { grid-template-columns: 1fr; gap: 55px; }
  .method-copy, .faq-heading { position: static; }
  .product-panel { grid-template-columns: 1fr; }
  .panel-ui { justify-self: stretch; max-width: none; }
  .download-copy { text-align: center; }.download-copy p { margin-inline: auto; }
  .legal-hero { padding-top: 130px; }
  .legal-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .legal-status { max-width: 420px; }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; padding-top: 45px; }
  .legal-toc { position: static; overflow-x: auto; padding: 13px; }
  .legal-toc nav { display: flex; width: max-content; margin-top: 7px; }
  .legal-toc a { white-space: nowrap; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 540px); }
  .brand { font-size: 18px; }.brand img { width: 34px; height: 34px; }
  .hero { padding: 108px 0 28px; }
  .availability { font-size: 8px; }
  .hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 8px 14px; font-size: 9px; }
  .app-window { min-height: 410px; border-radius: 16px; transform: none; }
  .window-top { height: 48px; padding-inline: 14px; }
  .app-body { min-height: 360px; grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .app-content { padding: 17px; }
  .app-greeting strong { font-size: 17px; }
  .score-card { padding: 12px 14px; }
  .score-card strong { font-size: 29px; }
  .task { padding: 8px; }
  .float-card { min-width: 135px; padding: 10px; }
  .streak-card { left: -5px; bottom: 3px; }.focus-card { right: -5px; top: 68px; }
  .stat-strip { margin-top: 55px; }
  .stat-strip > div { padding: 19px 13px; }.stat-strip strong { font-size: 18px; }.stat-strip span { font-size: 8px; }
  .section { padding: 75px 0; }.section h2 { font-size: clamp(39px, 12vw, 52px); }
  .section-heading { margin-bottom: 35px; }
  .feature-card { min-height: 390px; padding: 23px; }
  .feature-main { min-height: 610px; }
  .feature-card h3 { padding-right: 35px; font-size: 27px; }
  .feature-icon { top: 21px; right: 21px; }
  .priority-stack { inset: auto 20px 22px; }.priority-stack > div { padding: 12px; }
  .focus-clock { right: 24px; bottom: 24px; width: 125px; height: 125px; }
  .mini-chart { left: 35%; right: 24px; }
  .method-list li { grid-template-columns: 55px 1fr; gap: 12px; padding: 29px 0; }.method-list > li > span { width: 43px; height: 43px; }.method-list h3 { font-size: 28px; }.method-list p { font-size: 13px; }
  .center-heading { margin-bottom: 28px; }
  .product-tabs { width: 100%; }.product-tabs button { min-width: 0; flex: 1; padding-inline: 8px; }
  .product-stage, .product-panel { min-height: auto; }.product-panel { padding: 26px 18px; gap: 28px; }.panel-copy h3 { font-size: 32px; }.panel-ui { padding: 18px; }.big-timer { font-size: 52px; }
  .quote-card { padding: 55px 25px; }.quote-card blockquote { font-size: 30px; }
  .waitlist, .release-card { padding: 20px; }.waitlist fieldset { grid-template-columns: 1fr; }.email-control { grid-template-columns: 1fr; }.email-control .button { width: 100%; }
  .faq-heading p { overflow-wrap: anywhere; }.accordion summary { font-size: 17px; }
  .footer-top { flex-direction: column; }.footer-links { width: 100%; justify-content: space-between; gap: 35px; }.footer-bottom { flex-direction: column; }
  .modal-card { padding: 38px 20px 24px; }.modal-card h2 { font-size: 33px; }.demo-steps { grid-template-columns: 1fr; }.demo-steps > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 9px; }.demo-steps span { grid-row: span 2; margin: 0; }.demo-steps p { margin-top: 2px; }
  .toast { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .legal-hero { padding: 116px 0 58px; }
  .legal-hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .legal-hero-grid > div > p { font-size: 15px; }
  .legal-layout { padding-bottom: 75px; }
  .legal-section { grid-template-columns: 1fr; gap: 14px; padding-bottom: 52px; margin-bottom: 52px; }
  .section-number { width: 38px; height: 38px; }
  .legal-section h2 { font-size: 38px; }
  .legal-grid { grid-template-columns: 1fr; }
  .service-list > div { grid-template-columns: 1fr; gap: 6px; }
  .service-list a { grid-column: auto; white-space: normal; }
  .legal-actions { flex-direction: column; }
  .legal-actions .button { width: 100%; }
  .deletion-steps li { grid-template-columns: 34px minmax(0,1fr); padding: 16px; }
  .deletion-steps li > span { width: 31px; height: 31px; }
}

@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; }
}
