:root {
  --color-bg: #F5F3ED;
  --color-surface: #FBFAF7;
  --color-text: #171716;
  --color-muted: #68655F;
  --color-border: #DDD9D0;
  --color-accent: #465DFF;
  --color-accent-strong: #354BEF;
  --color-accent-soft: #E9ECFF;
  --color-dark: #171716;
  --color-dark-surface: #222220;
  --color-dark-muted: #AAA69E;
  --container: 1240px;
  --gutter: 24px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-float: 0 18px 70px rgba(23,23,22,.08);
  --ease-out: cubic-bezier(.22,1,.36,1);
  --header-h: 74px;
  --font-main: 'Onest', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-bg); color: var(--color-text); font-family: var(--font-main); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { max-width: 100%; }
::selection { background: var(--color-accent); color: #fff; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 144px 0; }
.section h2 { margin: 0; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.06; font-weight: 550; letter-spacing: -.045em; text-wrap: balance; }
.section h3 { margin: 0; font-size: clamp(25px, 2.4vw, 32px); line-height: 1.14; letter-spacing: -.035em; }
.lead { margin: 28px 0 0; max-width: 690px; color: #4D4A45; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.55; letter-spacing: -.018em; }
.eyebrow { margin: 0 0 22px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; color: var(--color-dark-muted); }
.eyebrow-dark { color: #8C887F; }
.mono-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .07em; color: var(--color-muted); }

/* HEADER */
.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: var(--header-h); border-bottom: 1px solid transparent; transition: background-color 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease; }
.site-header.is-scrolled { background: rgba(245,243,237,.82); border-color: rgba(221,217,208,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand-mini { text-decoration: none; font-family: var(--font-mono); font-weight: 600; font-size: 18px; letter-spacing: -.04em; }
.header-nav { display: flex; align-items: center; gap: 10px; }
.header-link { appearance: none; border: 0; background: transparent; padding: 10px 12px; cursor: pointer; color: var(--color-muted); font-size: 14px; }
.header-cta { text-decoration: none; font-weight: 600; font-size: 14px; padding: 10px 16px; border: 1px solid var(--color-border); border-radius: 999px; background: rgba(251,250,247,.74); transition: transform 180ms ease, background-color 180ms ease; }
.header-cta:hover { transform: translateY(-1px); background: var(--color-surface); }

/* BUTTONS */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 30px; border-radius: 14px; text-decoration: none; font-weight: 600; font-size: 16px; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: var(--color-accent); box-shadow: 0 8px 24px rgba(70,93,255,.18); }
.button-primary:hover { background: var(--color-accent-strong); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(70,93,255,.24); }
.button-small { min-height: 46px; padding: 0 18px; font-size: 14px; border-radius: 12px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; appearance: none; border: 0; background: transparent; padding: 0; color: var(--color-accent); font-size: 16px; font-weight: 600; cursor: pointer; text-align: left; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(2px,-2px); }
.header-cta:focus-visible, .button:focus-visible, .brand-mini:focus-visible, .header-link:focus-visible, .text-link:focus-visible, .rules-button:focus-visible, .modal-close:focus-visible { outline: 3px solid rgba(70,93,255,.30); outline-offset: 3px; }

/* S1 HERO */
.hero { min-height: 100svh; padding: calc(var(--header-h) + 72px) 0 44px; display: flex; flex-direction: column; justify-content: center; overflow: clip; }
.hero::before { content: ''; position: absolute; width: 540px; aspect-ratio: 1; border-radius: 50%; right: -210px; top: 80px; background: radial-gradient(circle, rgba(70,93,255,.085), rgba(70,93,255,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: center; flex: 1; }
.hero-copy { grid-column: 1 / span 7; padding-right: 18px; }
.hero-visual { grid-column: 8 / span 5; position: relative; display: flex; justify-content: flex-end; }
.brand-lockup { display: inline-flex; align-items: baseline; gap: 12px; margin-bottom: 34px; }
.brand-mark { font-family: var(--font-mono); font-size: 23px; font-weight: 600; letter-spacing: -.055em; }
.brand-desc { font-size: 14px; color: var(--color-muted); }
.hero-title { margin: 0; max-width: 760px; font-size: clamp(58px,5.55vw,80px); line-height: 1.01; font-weight: 550; letter-spacing: -.052em; text-wrap: balance; }
.hero-lead { margin: 32px 0 0; max-width: 650px; font-size: clamp(20px,1.65vw,24px); line-height: 1.45; letter-spacing: -.02em; color: #3E3C38; }
.hero-actions { margin-top: 38px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.launch-meta { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--color-muted); font-size: 14px; }
.launch-meta i { font-style: normal; opacity: .5; }
.launch-meta strong { color: var(--color-text); }
.progress-panel { border: 1px solid rgba(221,217,208,.95); border-radius: 28px; background: linear-gradient(180deg,rgba(255,255,255,.70),rgba(251,250,247,.88)), var(--color-surface); box-shadow: var(--shadow-float); }
.progress-panel-hero { width: min(100%,470px); min-height: 530px; padding: 28px; display: flex; flex-direction: column; }
.progress-panel-head, .progress-foot { display: flex; align-items: center; justify-content: space-between; }
.progress-state { color: var(--color-muted); display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 11px; }
.state-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 5px rgba(70,93,255,.09); }
.progress-count-wrap { margin-top: 56px; }
.progress-count { font-family: var(--font-mono); font-size: clamp(82px,8.2vw,118px); line-height: .9; letter-spacing: -.08em; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; }
.progress-separator { color: var(--color-border); margin-inline: .05em; }
.progress-caption { margin: 18px 0 0; color: var(--color-muted); font-size: 14px; }
.day-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 9px; margin-top: auto; padding-top: 46px; }
.day-cell { aspect-ratio: 1; border-radius: 9px; border: 1px solid var(--color-border); background: rgba(255,255,255,.54); color: var(--color-muted); display: grid; place-items: center; font-family: var(--font-mono); font-size: 9px; transition: background-color 360ms var(--ease-out), border-color 360ms var(--ease-out), color 360ms var(--ease-out), transform 360ms var(--ease-out); }
.day-cell.is-done { background: var(--color-accent); color: #fff; border-color: var(--color-accent); transform: translateY(-1px); }
.day-cell.is-done::after { content: '✓'; font-size: 13px; }
.day-cell.is-done span { display: none; }
.day-cell.is-rest { background: #ECE9E1; color: #9A968C; }
.progress-foot { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--color-border); font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
.progress-foot strong { color: var(--color-text); font-size: 13px; }
.visual-pill { position: absolute; z-index: 2; padding: 9px 12px; border: 1px solid var(--color-border); border-radius: 999px; background: rgba(251,250,247,.88); backdrop-filter: blur(8px); color: var(--color-muted); font-size: 12px; box-shadow: 0 10px 30px rgba(23,23,22,.06); }
.visual-pill-one { left: -18px; top: 22%; }
.visual-pill-two { right: -22px; bottom: 22%; }
.hero-bottom { padding-top: 46px; display: flex; justify-content: space-between; gap: 24px; font-size: 13px; color: var(--color-muted); border-top: 1px solid rgba(221,217,208,.72); }

/* S2 */
.dark-section { background: var(--color-dark); color: #F6F4EF; }
.statement-section { padding: 160px 0 170px; }
.statement-wrap { max-width: 1160px; }
.display-title { max-width: 1080px; font-size: clamp(48px,5.1vw,74px) !important; }
.display-title em { color: #B8C1FF; font-style: normal; }
.examples-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 72px; }
.example-card { min-height: 200px; padding: 26px; border: 1px solid #343431; border-radius: var(--radius-lg); background: #1D1D1B; display: flex; flex-direction: column; }
.example-from { color: var(--color-dark-muted); }
.example-arrow { margin-top: auto; padding: 18px 0 8px; color: #818EFF; font-size: 28px; }
.example-card strong { max-width: 270px; font-size: 19px; line-height: 1.35; }
.formula-banner { margin-top: 32px; padding: 28px 32px; border-radius: var(--radius-lg); background: #F5F3ED; color: var(--color-text); display: flex; justify-content: space-between; gap: 24px; font-size: clamp(20px,2vw,27px); letter-spacing: -.025em; }
.formula-banner strong { color: var(--color-accent); }

/* S3 */
.mechanic-section { overflow: clip; }
.mechanic-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: center; }
.section-copy { grid-column: 1 / span 5; }
.score-options { margin-top: 36px; display: flex; gap: 8px; flex-wrap: wrap; }
.score-options span { padding: 9px 12px; border: 1px solid var(--color-border); border-radius: 999px; font-family: var(--font-mono); font-size: 13px; background: var(--color-surface); }
.counter-stage { grid-column: 7 / span 6; min-height: 520px; padding: 40px; border-radius: var(--radius-xl); background: var(--color-accent-soft); display: flex; flex-direction: column; justify-content: center; }
.counter-big { display: flex; align-items: baseline; font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: clamp(92px,11vw,158px); line-height: .88; letter-spacing: -.085em; }
.counter-big i { font-style: normal; color: #BFC5E9; margin-inline: .04em; }
.counter-track { margin-top: 56px; display: grid; grid-template-columns: repeat(23,1fr); gap: 5px; }
.track-cell { height: 54px; border-radius: 7px; border: 1px solid rgba(70,93,255,.18); background: rgba(255,255,255,.66); transition: background 360ms var(--ease-out), transform 360ms var(--ease-out); }
.track-cell.is-done { background: var(--color-accent); transform: translateY(-3px); }
.counter-stage p { margin: 28px 0 0; color: var(--color-muted); }

/* S4 */
.why-section { padding-top: 32px; }
.section-head { max-width: 820px; margin-bottom: 56px; }
.number-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.number-card { min-height: 480px; padding: 30px; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); display: flex; flex-direction: column; }
.number-card-value { font-family: var(--font-mono); font-size: clamp(96px,10vw,142px); line-height: .85; letter-spacing: -.09em; color: var(--color-accent); }
.number-card h3 { margin-top: 14px; }
.number-card p { margin: auto 0 0; color: var(--color-muted); font-size: 17px; line-height: 1.6; }

/* S5 */
.method-section { background: #EFEEE8; }
.method-layout { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: start; }
.method-aside { grid-column: 1 / span 4; position: sticky; top: calc(var(--header-h) + 48px); }
.method-aside h2 { font-size: clamp(39px,3.7vw,52px); }
.method-aside > p:not(.eyebrow) { margin: 26px 0 30px; color: var(--color-muted); font-size: 18px; line-height: 1.6; }
.method-cards { grid-column: 6 / span 7; display: flex; flex-direction: column; gap: 24px; }
.method-card { min-height: 650px; padding: clamp(28px,4vw,48px); border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: var(--color-surface); display: flex; flex-direction: column; }
.method-card.energy { background: #F4F0D8; }
.method-card.vector { background: #E9ECFF; }
.method-card.boundary { background: #F5F4F0; }
.method-symbol { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 18px; background: rgba(255,255,255,.66); font-size: 28px; }
.method-boundary-symbol { border: 2px solid var(--color-text); border-radius: 14px; background: transparent; position: relative; }
.method-boundary-symbol::after { content: ''; position: absolute; inset: 10px; border: 1px dashed var(--color-muted); border-radius: 6px; }
.method-card h3 { margin-top: 18px; max-width: 590px; font-size: clamp(31px,3.2vw,44px); }
.method-card > p:not(.mono-label):not(.method-conclusion) { max-width: 590px; color: #55514B; font-size: 18px; line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.chips span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.65); font-size: 13px; }
.method-example { margin-top: auto; padding: 20px; border-top: 1px solid rgba(23,23,22,.14); display: flex; flex-direction: column; gap: 8px; }
.method-example span { font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
.method-card blockquote { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(23,23,22,.14); font-size: clamp(23px,2.2vw,30px); line-height: 1.3; letter-spacing: -.03em; font-weight: 550; }
.goal-pair { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(23,23,22,.12); font-size: 15px; line-height: 1.5; }
.goal-pair:first-of-type { margin-top: 24px; border-top: 1px solid rgba(23,23,22,.12); }
.goal-pair > span:last-child { font-weight: 600; }
.boundary-list { margin-top: 28px; border-top: 1px solid var(--color-border); }
.boundary-list div { display: grid; grid-template-columns: 1fr 1.1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--color-border); font-size: 15px; }
.boundary-list span { color: var(--color-muted); }
.method-conclusion { margin-top: auto !important; padding-top: 30px; font-weight: 650; color: var(--color-text) !important; }
.method-final { padding: 36px 38px; border-radius: var(--radius-lg); background: var(--color-dark); color: #fff; display: flex; flex-direction: column; gap: 12px; }
.method-final strong { font-size: clamp(24px,2.3vw,31px); line-height: 1.25; letter-spacing: -.03em; }
.method-final span { color: #BBB7AF; }

/* S6 */
.report-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: center; }
.report-grid .section-copy { grid-column: 1 / span 5; }
.report-insight { margin: 34px 0 28px; padding-left: 20px; border-left: 3px solid var(--color-accent); display: flex; flex-direction: column; gap: 7px; }
.report-insight span { color: var(--color-muted); }
.telegram-shell { grid-column: 7 / span 6; min-height: 650px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 32px; background: #DDE6EE; box-shadow: var(--shadow-float); }
.tg-topbar { height: 74px; padding: 0 20px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; background: rgba(255,255,255,.88); border-bottom: 1px solid #CFD6DC; }
.tg-topbar > div:nth-child(2) { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.tg-topbar span { color: #7E8790; font-size: 11px; }
.tg-back, .tg-menu { color: #4C78A7; font-size: 28px; }
.tg-menu { font-size: 16px; text-align: right; }
.tg-chat { min-height: 576px; padding: 28px 22px; background-image: radial-gradient(rgba(72,103,129,.12) 1px, transparent 1px); background-size: 18px 18px; }
.tg-date { width: max-content; margin: 0 auto 28px; padding: 5px 10px; border-radius: 999px; background: rgba(88,112,130,.45); color: #fff; font-size: 11px; }
.tg-message { max-width: 92%; padding: 15px 16px 12px; border-radius: 18px 18px 18px 5px; background: #fff; box-shadow: 0 4px 16px rgba(62,81,95,.10); }
.tg-author { display: grid; grid-template-columns: 32px 1fr auto; gap: 8px; align-items: center; margin-bottom: 16px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.avatar-blue { background: #DDE4FF; color: #354BEF; }
.avatar-lilac { background: #E8DDF4; color: #74518A; }
.avatar-sand { background: #F0E3C9; color: #7D6330; }
.avatar-green { background: #D8ECDC; color: #3B7546; }
.tg-author time { color: #A0A7AD; font-size: 10px; }
.tg-line { padding: 12px 0; border-top: 1px solid #EEF0F2; display: flex; justify-content: space-between; gap: 16px; font-size: 13px; line-height: 1.4; }
.tg-line strong { white-space: nowrap; color: #29323A; }
.tg-observation { padding-top: 12px; border-top: 1px solid #EEF0F2; font-size: 13px; line-height: 1.5; }
.tg-observation span { color: #7E8790; }
.tg-hashtag { color: #3B75A7; font-size: 12px; text-decoration: none; }

/* S7 */
.community-section { background: #FAF9F5; }
.community-head { max-width: 930px; }
.people-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 52px 0 28px; }
.person-card { padding: 16px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; }
.person-card div { display: flex; flex-direction: column; gap: 2px; }
.person-card div span { color: var(--color-muted); font-size: 12px; }
.person-card b { color: var(--color-accent); }
.topic-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.topic-grid article { min-height: 190px; padding: 26px; border: 1px solid var(--color-border); border-radius: var(--radius-lg); display: grid; grid-template-columns: 38px 1fr; gap: 16px; background: var(--color-surface); }
.topic-grid article > span { font-size: 24px; }
.topic-grid h3 { font-size: 23px; }
.topic-grid p { color: var(--color-muted); line-height: 1.55; }

/* S8 */
.founder-section { background: #E9ECFF; }
.founder-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: center; }
.founder-visual { grid-column: 1 / span 5; }
.founder-card { aspect-ratio: 4 / 5; padding: 32px; border-radius: var(--radius-xl); background: linear-gradient(145deg,#1C1C1A,#2B2B27); color: #fff; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 24px 70px rgba(23,23,22,.15); }
.founder-card .mono-label { color: #AAA69E; }
.founder-number { font-family: var(--font-mono); font-size: clamp(90px,10vw,132px); letter-spacing: -.09em; line-height: .9; }
.founder-number span { color: #6F7FFF; }
.founder-card p { max-width: 280px; color: #C7C3BC; line-height: 1.5; }
.founder-copy { grid-column: 7 / span 6; }
.founder-copy p:not(.eyebrow) { color: #4A4850; font-size: 18px; line-height: 1.72; }
.founder-copy strong { color: var(--color-text); }

/* S9 */
.offer-section { background: var(--color-dark); color: #F7F5F0; padding-bottom: 70px; }
.offer-copy { max-width: 980px; }
.offer-copy h2 { font-size: clamp(48px,5vw,72px); }
.offer-copy > p:not(.eyebrow) { max-width: 720px; color: #B9B5AE; font-size: 20px; line-height: 1.55; }
.offer-copy strong { color: #fff; }
.final-scores { margin: 70px 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #333330; border-bottom: 1px solid #333330; }
.final-scores div { padding: 32px 20px 36px; border-right: 1px solid #333330; }
.final-scores div:last-child { border-right: 0; }
.final-scores span { display: block; color: #A9A59D; margin-bottom: 14px; }
.final-scores strong { font-family: var(--font-mono); font-size: clamp(48px,5vw,72px); font-weight: 500; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.offer-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: var(--gutter); align-items: stretch; }
.offer-benefits { grid-column: 1 / span 6; display: flex; flex-direction: column; border-top: 1px solid #333330; }
.offer-benefits span { padding: 24px 0; border-bottom: 1px solid #333330; color: #D0CCC4; font-size: 18px; }
.offer-card { grid-column: 8 / span 5; padding: 34px; border-radius: var(--radius-xl); background: #F5F3ED; color: var(--color-text); }
.offer-card h3 { margin-top: 16px; font-size: 34px; }
.offer-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 38px; }
.offer-meta span { padding: 8px 10px; border-radius: 999px; background: #E9E6DD; color: #5C5953; font-size: 12px; }
.price { font-family: var(--font-mono); font-size: clamp(66px,7vw,92px); line-height: .95; letter-spacing: -.08em; }
.price-note { margin: 10px 0 28px; color: var(--color-muted); }
.rules-button { width: 100%; margin-top: 12px; padding: 13px; border: 0; background: transparent; color: var(--color-muted); cursor: pointer; }
.offer-footer-line { margin-top: 90px; padding-top: 34px; border-top: 1px solid #333330; text-align: center; color: #AAA69E; font-size: clamp(22px,2.5vw,34px); letter-spacing: -.035em; }

/* REVEALS */
.reveal { opacity: 0; transform: translateY(14px); animation: reveal 760ms var(--ease-out) forwards; animation-delay: var(--delay,0ms); }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

/* MOBILE STICKY */
.mobile-sticky { display: none; position: fixed; z-index: 70; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); padding: 10px 10px 10px 16px; border: 1px solid rgba(221,217,208,.86); border-radius: 17px; background: rgba(251,250,247,.94); box-shadow: 0 16px 50px rgba(23,23,22,.16); backdrop-filter: blur(18px); align-items: center; justify-content: space-between; transform: translateY(140%); transition: transform 360ms var(--ease-out); }
.mobile-sticky.is-visible { transform: translateY(0); }
.mobile-sticky > div { display: flex; flex-direction: column; gap: 2px; }
.mobile-sticky-brand { font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
.mobile-sticky strong { font-size: 16px; }

/* MODAL */
.modal { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 28px; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(16,16,15,.62); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; z-index: 1; width: min(100%,760px); max-height: min(84vh,820px); overflow: auto; padding: 42px; border-radius: 28px; background: var(--color-surface); box-shadow: 0 32px 110px rgba(0,0,0,.24); }
.modal-dialog-wide { width: min(100%,860px); }
.modal-dialog h2 { margin: 0 0 30px; font-size: clamp(36px,4vw,50px); line-height: 1.05; letter-spacing: -.045em; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border: 1px solid var(--color-border); border-radius: 50%; background: transparent; cursor: pointer; font-size: 26px; color: var(--color-muted); }
.modal-content { display: flex; flex-direction: column; gap: 18px; }
.modal-content p { margin: 0; color: #4F4C47; font-size: 17px; line-height: 1.65; }
.modal-content strong { color: var(--color-text); }
.rules-list p { padding-bottom: 18px; border-bottom: 1px solid var(--color-border); }

@media (max-width: 1024px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 64px),var(--container)); }
  .section { padding: 112px 0; }
  .hero { padding-top: calc(var(--header-h) + 56px); }
  .hero-title { font-size: clamp(52px,6vw,64px); }
  .progress-panel-hero { min-height: 470px; padding: 22px; }
  .visual-pill { display: none; }
  .number-card { min-height: 430px; }
  .method-aside { grid-column: 1 / span 5; }
  .method-cards { grid-column: 6 / span 7; }
  .method-card { min-height: 590px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 88px 0; }
  .site-header { height: 62px; }
  .header-link { display: none; }
  .header-cta { padding: 8px 13px; font-size: 13px; }
  .hero { min-height: auto; padding: 104px 0 38px; }
  .hero-grid { display: flex; flex-direction: column; gap: 52px; align-items: stretch; }
  .hero-copy, .hero-visual { width: 100%; padding-right: 0; }
  .brand-lockup { margin-bottom: 26px; gap: 9px; }
  .brand-mark { font-size: 20px; }
  .brand-desc { font-size: 12px; }
  .hero-title { font-size: clamp(43px,12vw,50px); line-height: 1.015; letter-spacing: -.055em; text-wrap: pretty; }
  .hero-lead { margin-top: 24px; font-size: 19px; line-height: 1.48; }
  .hero-actions { margin-top: 30px; gap: 12px; align-items: stretch; }
  .button { width: 100%; min-height: 56px; padding-inline: 20px; }
  .launch-meta { justify-content: center; flex-wrap: wrap; gap: 6px; font-size: 12px; }
  .progress-panel-hero { width: 100%; min-height: 430px; padding: 22px; border-radius: 22px; }
  .progress-count-wrap { margin-top: 40px; }
  .progress-count { font-size: clamp(68px,23vw,90px); }
  .day-grid { gap: 7px; padding-top: 34px; }
  .day-cell { border-radius: 8px; font-size: 8px; }
  .hero-bottom { margin-top: 42px; padding-top: 24px; flex-direction: column; gap: 7px; font-size: 12px; }

  .statement-section { padding: 96px 0 108px; }
  .display-title { font-size: clamp(38px,10.5vw,48px) !important; }
  .examples-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .example-card { min-height: 150px; }
  .formula-banner { flex-direction: column; font-size: 21px; }

  .mechanic-grid, .report-grid, .founder-grid, .offer-grid { display: flex; flex-direction: column; gap: 54px; }
  .section-copy, .report-grid .section-copy, .counter-stage, .telegram-shell, .founder-visual, .founder-copy, .offer-benefits, .offer-card { width: 100%; }
  .counter-stage { min-height: 420px; padding: 26px; border-radius: 24px; }
  .counter-big { font-size: clamp(76px,24vw,104px); }
  .counter-track { grid-template-columns: repeat(12,1fr); gap: 5px; }
  .track-cell { height: 32px; }

  .number-cards { grid-template-columns: 1fr; }
  .number-card { min-height: 360px; }

  .method-layout { display: flex; flex-direction: column; gap: 50px; }
  .method-aside { position: static; width: 100%; }
  .method-cards { width: 100%; }
  .method-card { min-height: auto; padding: 28px 24px; border-radius: 24px; }
  .method-symbol { margin-bottom: 42px; }
  .goal-pair, .boundary-list div { grid-template-columns: 1fr; gap: 7px; }
  .method-final { padding: 28px 24px; }

  .telegram-shell { min-height: 610px; border-radius: 24px; }
  .tg-chat { min-height: 536px; padding: 24px 14px; }
  .tg-message { max-width: 100%; }
  .tg-line { flex-direction: column; gap: 6px; }

  .people-strip { display: flex; gap: 10px; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .people-strip::-webkit-scrollbar { display: none; }
  .person-card { min-width: 250px; scroll-snap-align: start; }
  .topic-grid { grid-template-columns: 1fr; }

  .founder-card { aspect-ratio: 5 / 4; }
  .founder-number { font-size: 92px; }

  .offer-copy h2 { font-size: 45px; }
  .final-scores { grid-template-columns: 1fr; margin: 52px 0; }
  .final-scores div { border-right: 0; border-bottom: 1px solid #333330; }
  .final-scores div:last-child { border-bottom: 0; }
  .offer-card { padding: 28px 22px; }
  .price { font-size: 74px; }

  .mobile-sticky { display: flex; }
  .modal { padding: 0; align-items: flex-end; }
  .modal-dialog, .modal-dialog-wide { width: 100%; max-height: 92svh; border-radius: 26px 26px 0 0; padding: 34px 20px max(34px,env(safe-area-inset-bottom)); }
}

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

/* =========================================================
   USER REVISION — 2026-08-30
   Header/logo, compact hero, S2 logic, scroll-driven S3,
   aligned S4 cards, stronger final results/offer.
   ========================================================= */
:root {
  --color-orange: #FF6A00;
  --color-orange-soft: #FFF0E5;
}

/* Accent header + supplied 17/23 logo */
.site-header {
  background: rgba(23,23,22,.97);
  border-bottom: 1px solid rgba(255,106,0,.42);
  box-shadow: 0 8px 30px rgba(23,23,22,.08);
}
.site-header.is-scrolled {
  background: rgba(23,23,22,.90);
  border-color: rgba(255,106,0,.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand-mini {
  width: 92px;
  height: 52px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.brand-mini img {
  display: block;
  width: 100%;
  height: auto;
}
.header-link { color: #C9C5BD; }
.header-link:hover { color: #fff; }
.header-cta {
  color: #fff;
  border-color: var(--color-orange);
  background: var(--color-orange);
  box-shadow: 0 8px 24px rgba(255,106,0,.16);
}
.header-cta:hover { background: #E95F00; }

/* Hero: compact vertical rhythm, no empty lower viewport */
.hero {
  min-height: auto;
  padding: calc(var(--header-h) + 46px) 0 30px;
  justify-content: flex-start;
}
.hero-grid {
  flex: none;
  min-height: 610px;
}
.hero-bottom {
  margin-top: 26px;
  padding-top: 22px;
}

/* S2: action -> result */
.example-card { min-height: 210px; }
.example-action {
  max-width: 300px;
  color: #F7F5F0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
.example-arrow {
  margin-top: auto;
  padding: 20px 0 7px;
  color: var(--color-orange);
  font-size: 34px;
  line-height: 1;
}
.example-result {
  color: #fff;
  font-size: clamp(23px,2vw,29px);
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -.03em;
}
.formula-banner {
  margin-top: 56px;
  padding: 42px 0 0;
  border-top: 1px solid #343431;
  border-radius: 0;
  background: transparent;
  color: #F6F4EF;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1.18fr);
  align-items: center;
  gap: 28px;
  font-size: clamp(34px,4vw,58px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 550;
}
.formula-banner > span { color: #F6F4EF; }
.formula-banner .formula-slash {
  color: var(--color-orange);
  font-family: var(--font-mono);
  font-size: 1.38em;
  line-height: .8;
  font-weight: 500;
  transform: translateY(-.02em);
}
.formula-banner strong {
  color: #8C99FF;
  font-weight: 600;
}

/* S3: warm/orange progress, scroll-driven 6 -> 17 */
.counter-stage {
  background: var(--color-orange-soft);
}
.counter-big i { color: var(--color-orange); }
.counter-track {
  margin-top: 52px;
  grid-template-columns: repeat(23,minmax(10px,1fr));
  gap: 7px;
  align-items: center;
}
.track-cell {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255,106,0,.24);
  background: rgba(255,255,255,.78);
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
.track-cell.is-done {
  background: var(--color-orange);
  border-color: var(--color-orange);
  transform: scale(1.05);
  box-shadow: 0 5px 14px rgba(255,106,0,.18);
}

/* S4: text begins at the same vertical level and stays close to headings */
.number-card {
  min-height: 420px;
  justify-content: flex-start;
}
.number-card h3 { margin-top: 12px; }
.number-card p {
  margin: 18px 0 0;
  color: var(--color-muted);
}

/* S9: outcomes are primary, category scores become supporting facts */
.offer-benefits-center {
  width: 100%;
  margin: 58px 0 28px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border: 1px solid #333330;
  border-radius: 24px;
  overflow: hidden;
}
.offer-benefits-center span {
  min-height: 138px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F7F5F0;
  font-size: clamp(25px,2.35vw,35px);
  line-height: 1.18;
  letter-spacing: -.035em;
  border-bottom: 1px solid #333330;
  border-right: 1px solid #333330;
}
.offer-benefits-center span:nth-child(2n) { border-right: 0; }
.offer-benefits-center span:nth-last-child(-n+2) { border-bottom: 0; }

.final-scores-compact {
  margin: 26px 0 52px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
}
.final-scores-compact div {
  min-width: 190px;
  padding: 14px 18px;
  border: 1px solid #3A3A37 !important;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #1D1D1B;
}
.final-scores-compact span {
  margin: 0;
  color: #AAA69E;
  font-size: 13px;
}
.final-scores-compact strong {
  font-size: clamp(24px,2.4vw,34px);
  letter-spacing: -.05em;
}

.offer-card-full {
  width: 100%;
  min-height: 520px;
  margin-top: 8px;
  padding: clamp(42px,5vw,68px);
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(340px,.75fr);
  gap: clamp(48px,7vw,100px);
  align-items: center;
  border-radius: 32px;
  background: #F5F3ED;
  color: var(--color-text);
}
.offer-card-full .offer-card-main,
.offer-card-full .offer-card-action { min-width: 0; }
.offer-card-full h3 {
  margin: 18px 0 0;
  font-size: clamp(48px,5.2vw,74px);
  line-height: 1;
  letter-spacing: -.055em;
}
.offer-card-full .offer-meta { margin: 28px 0 0; }
.offer-card-full .offer-card-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-card-full .price { font-size: clamp(82px,8vw,118px); }
.offer-card-full .button { margin-top: 4px; }

@media (max-width: 1024px) {
  .hero-grid { min-height: 560px; }
  .offer-card-full {
    min-height: 470px;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .brand-mini { width: 76px; height: 44px; }
  .hero { padding: 90px 0 30px; }
  .hero-grid { min-height: 0; gap: 40px; }
  .hero-bottom { margin-top: 28px; }

  .example-card { min-height: 160px; }
  .formula-banner {
    margin-top: 44px;
    padding-top: 32px;
    grid-template-columns: 1fr;
    gap: 12px;
    font-size: clamp(32px,9vw,43px);
  }
  .formula-banner .formula-slash {
    justify-self: start;
    font-size: 1.15em;
  }

  .counter-track { grid-template-columns: repeat(12,1fr); gap: 7px; }
  .track-cell { max-height: 26px; }

  .number-card { min-height: 330px; }

  .offer-benefits-center { grid-template-columns: 1fr; }
  .offer-benefits-center span {
    min-height: 110px;
    padding: 28px 22px;
    border-right: 0;
    border-bottom: 1px solid #333330 !important;
    font-size: 26px;
  }
  .offer-benefits-center span:last-child { border-bottom: 0 !important; }

  .final-scores-compact {
    display: grid;
    grid-template-columns: 1fr;
    margin: 24px 0 44px;
  }
  .final-scores-compact div { width: 100%; min-width: 0; }

  .offer-card-full {
    min-height: 620px;
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 52px;
  }
  .offer-card-full h3 { font-size: 52px; }
}


/* =========================================================
   FINAL VISUAL FIXES — hero labels, boundary icon, hero statement
   ========================================================= */

/* Keep hero badges attached to the progress card rather than the grid column. */
.hero-visual {
  width: min(100%, 470px);
  justify-self: end;
  overflow: visible;
}
.progress-panel-hero { width: 100%; }
.visual-pill-one {
  left: 10px;
  top: 29%;
  transform: translateX(-46%);
}
.visual-pill-two {
  right: 10px;
  bottom: 22%;
  transform: translateX(46%);
}

/* Stronger first-screen formula. */
.hero-bottom {
  margin-top: 32px;
  padding-top: 28px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1.18fr);
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(23,23,22,.16);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: -.035em;
}
.hero-bottom span:first-child { color: var(--color-text); }
.hero-bottom span:last-child { color: var(--color-accent); }
.hero-bottom-slash {
  color: var(--color-orange);
  font-family: var(--font-mono);
  font-size: 1.7em;
  line-height: .75;
  font-weight: 500;
}

/* One consistent Boundary icon everywhere. */
.boundary-mark {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  border: 1.8px solid currentColor;
  border-radius: .24em;
  color: var(--color-text);
  vertical-align: -.13em;
}
.boundary-mark::before {
  content: '';
  position: absolute;
  inset: 18%;
  border: 1px dashed currentColor;
  border-radius: .12em;
  opacity: .62;
}
.boundary-mark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 8%;
  width: 2px;
  height: 84%;
  border-radius: 999px;
  background: var(--color-orange);
  transform: translateX(-50%) rotate(18deg);
  transform-origin: center;
}
.boundary-mark-large { font-size: 30px; }
.boundary-mark-inline { font-size: 17px; }
.boundary-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* The card wrapper is now neutral; the actual mark lives inside it. */
.method-boundary-symbol {
  border: 0;
  border-radius: 18px;
  background: rgba(255,255,255,.66);
}
.method-boundary-symbol::after { display: none; }

@media (max-width: 1024px) {
  .hero-visual { width: min(100%, 440px); }
  .visual-pill-one { left: 14px; transform: translateX(-34%); }
  .visual-pill-two { right: 14px; transform: translateX(34%); }
}

@media (max-width: 760px) {
  .hero-visual { width: 100%; }
  .visual-pill { display: none; }
  .hero-bottom {
    margin-top: 34px;
    padding-top: 26px;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: clamp(21px, 6.4vw, 27px);
  }
  .hero-bottom-slash {
    justify-self: start;
    font-size: 1.35em;
  }
  .boundary-label { align-items: flex-start; }
  .boundary-mark-inline { margin-top: .08em; }
}


/* =========================================================
   HERO PROGRESS V2 — stable labels + meaningful day states
   ========================================================= */

/* Labels are now children of the card, so this card is their positioning context. */
.progress-panel-hero {
  position: relative;
  overflow: visible;
}

/* Stable concept labels: attached to the physical card edges. */
.progress-panel-hero .visual-pill {
  position: absolute;
  z-index: 4;
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
}

.progress-panel-hero .visual-pill-one {
  left: 0;
  top: 39%;
  right: auto;
  bottom: auto;
  transform: translate(-38%, -50%);
}

.progress-panel-hero .visual-pill-two {
  right: 0;
  top: 72%;
  left: auto;
  bottom: auto;
  transform: translate(38%, -50%);
}

/* Each cell communicates one of three outcomes. */
.day-cell {
  position: relative;
  overflow: hidden;
}


.day-cell.is-done {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
  transform: translateY(-1px);
}

.day-cell.is-done::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}


/* Conscious rest day: neutral gray with a circle. */
.day-cell.is-rest {
  background: #ECE9E1;
  color: #8F897E;
  border-color: #D7D2C8;
  transform: none;
}

.day-cell.is-rest::after {
  content: '○';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
  color: #8F897E;
}


/* Miss: restrained red, visually distinct from a conscious rest day. */
.day-cell.is-miss {
  background: #FFF0EC;
  color: #C84C3A;
  border-color: #E9B5AA;
  transform: none;
}

.day-cell.is-miss::after {
  content: '×';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #C84C3A;
}


@media (max-width: 1024px) {
  .progress-panel-hero .visual-pill-one {
    transform: translate(-26%, -50%);
  }
  .progress-panel-hero .visual-pill-two {
    transform: translate(26%, -50%);
  }
}

@media (max-width: 760px) {
  /* Mobile already has less space around the card; keep labels inside. */
  .progress-panel-hero .visual-pill {
    display: inline-flex;
    padding: 7px 10px;
    font-size: 10px;
  }
  .progress-panel-hero .visual-pill-one {
    left: 18px;
    top: 31%;
    transform: none;
  }
  .progress-panel-hero .visual-pill-two {
    right: 18px;
    top: 31%;
    transform: none;
  }
}


/* =========================================================
   S3 RESTORE — clean progress circles + scroll animation
   ========================================================= */
.counter-track {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(23, minmax(10px, 1fr));
  gap: 7px;
  align-items: center;
}

.track-cell {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255,106,0,.24);
  background: rgba(255,255,255,.78);
  color: transparent;
  font-size: 0;
  overflow: hidden;
  transition:
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.track-cell::before,
.track-cell::after {
  content: none !important;
}

.track-cell.is-done {
  background: var(--color-orange);
  border-color: var(--color-orange);
  transform: scale(1.05);
  box-shadow: 0 5px 14px rgba(255,106,0,.18);
}

@media (max-width: 760px) {
  .counter-track {
    grid-template-columns: repeat(12, 1fr);
    gap: 7px;
  }

  .track-cell {
    max-height: 26px;
  }
}
