:root {
  --ink: #010503;
  --ink-2: #07100b;
  --graphite: #151e19;
  --graphite-2: #202b24;
  --paper: #f1f1eb;
  --paper-2: #e5e8e2;
  --white: #fff;
  --muted: #8d9c93;
  --muted-dark: #65736b;
  --green: #0e9f63;
  --green-2: #18c879;
  --lime: #8dfc9c;
  --red: #e9665c;
  --gold: #e1b867;
  --border: rgba(141, 252, 156, .15);
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--white);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.progress { position: fixed; z-index: 101; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--green), var(--lime)); box-shadow: 0 0 14px var(--green-2); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(7, 11, 9, .86); border-color: rgba(255, 255, 255, .07); backdrop-filter: blur(18px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { width: 122px; height: 64px; display: grid; place-items: center; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 19px; margin-left: auto; }
.site-nav a { position: relative; color: #b2beb7; font-size: 13px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 23px; border: 1px solid var(--green-2); background: var(--green); color: var(--white); font-size: 14px; font-weight: 850; letter-spacing: .01em; box-shadow: 0 12px 34px rgba(14, 159, 99, .2); transition: transform .25s, background .25s, box-shadow .25s; }
.button span { color: var(--lime); font-size: 18px; }
.button[href^="https://t.me/"] > span { display: none; }
.button[href^="https://t.me/"]::after { content: ""; width: 21px; height: 21px; flex: 0 0 auto; border-radius: 50%; background-color: #229ed9; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.92 5.24 4.64 10.75c-.97.39-.97.93-.18 1.17l3.66 1.14 1.42 4.42c.18.5.09.7.6.7.39 0 .57-.18.78-.39l1.76-1.71 3.66 2.7c.67.37 1.16.18 1.33-.63l2.4-11.34c.25-.99-.37-1.43-1.15-1.57Zm-9.1 7.56 7.15-4.51c.36-.22.69-.1.42.14l-5.89 5.31-.23 2.47-1.45-3.41Z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 17px 17px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 5px 14px rgba(34, 158, 217, .28); }
.button-small[href^="https://t.me/"]::after { width: 18px; height: 18px; background-size: 15px 15px; }
.button[href^="https://bingx.com/"] > span,
.button[href*="youtube.com/"] > span,
.button[href*="instagram.com/"] > span { display: none; }
.button[href^="https://bingx.com/"]::after,
.button[href*="youtube.com/"]::after,
.button[href*="instagram.com/"]::after { content: ""; width: 21px; height: 21px; flex: 0 0 auto; background-repeat: no-repeat; background-position: center; }
.button[href^="https://bingx.com/"]::after { border-radius: 6px; background-color: #165dff; background-image: url("assets/bingx-logo.png"); background-size: cover; box-shadow: 0 5px 14px rgba(22, 93, 255, .3); }
.button[href*="youtube.com/"]::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='1' y='4' width='22' height='16' rx='5' fill='%23ff0033'/%3E%3Cpath fill='%23fff' d='M10 8.3v7.4l6.4-3.7L10 8.3Z'/%3E%3C/svg%3E"); background-size: 23px 23px; filter: drop-shadow(0 5px 8px rgba(255, 0, 51, .28)); }
.button[href*="instagram.com/"]::after { border-radius: 6px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CradialGradient id='g' cx='28%25' cy='100%25' r='120%25'%3E%3Cstop offset='0' stop-color='%23ffd600'/%3E%3Cstop offset='.48' stop-color='%23ff0169'/%3E%3Cstop offset='1' stop-color='%23d300c5'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='24' height='24' rx='6' fill='url(%23g)'/%3E%3Crect x='5.2' y='5.2' width='13.6' height='13.6' rx='4.2' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='3.2' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Ccircle cx='17' cy='7.2' r='1.1' fill='%23fff'/%3E%3C/svg%3E"); background-size: 21px 21px; box-shadow: 0 5px 14px rgba(255, 1, 105, .24); }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 16px 42px rgba(14, 159, 99, .36); }
.button-small { min-height: 43px; padding-inline: 17px; font-size: 12px; }
.button-large { min-height: 68px; padding-inline: 30px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: #c4cec8; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--lime); font-size: 18px; }
.text-link:hover, .text-link:focus-visible { color: var(--white); }

.hero { position: relative; min-height: 820px; display: flex; align-items: stretch; background: var(--ink); overflow: hidden; }
.hero-market { position: absolute; inset: 0; background-color: #000302; background-image: url("assets/original-photo.png"); background-position: right center; background-size: auto 100%; background-repeat: no-repeat; opacity: 1; }
.hero-market::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #010503 0%, #010503 40%, rgba(1, 5, 3, .98) 48%, rgba(1, 5, 3, .55) 58%, rgba(1, 5, 3, .18) 70%, rgba(1, 5, 3, .02) 84%), linear-gradient(0deg, #010503 0%, transparent 23%); }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(141, 252, 156, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(141, 252, 156, .16) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent 0, black 58%, black 100%); }
.hero-glow { position: absolute; right: 6%; top: 25%; width: 480px; height: 480px; border-radius: 50%; background: rgba(24, 200, 121, .12); filter: blur(90px); }
.hero-inner { position: relative; min-height: 820px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; padding-top: 88px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 46px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 42px; height: 2px; background: var(--green-2); }
.eyebrow.dark { color: var(--green); }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(58px, 6vw, 94px); line-height: .95; letter-spacing: -.052em; font-weight: 850; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 575px; margin: 30px 0 0; color: #aeb9b2; font-size: 20px; line-height: 1.55; }
.hero-identity { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-identity > div { min-width: 205px; padding: 12px 15px; border-left: 2px solid var(--green-2); background: rgba(8, 17, 12, .7); backdrop-filter: blur(8px); }
.hero-identity span { display: block; margin-bottom: 5px; color: #718178; font-family: Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.hero-identity strong { display: block; color: var(--white); font-size: 13px; font-weight: 800; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.signal-row { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: #728178; font-family: Consolas, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.signal-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 8px var(--green-2); }
.hero-person { position: relative; z-index: 2; min-width: 0; align-self: end; height: 730px; display: flex; justify-content: flex-end; align-items: flex-end; }
.hero-person img { position: relative; z-index: 2; width: 820px; max-width: none; height: 820px; max-height: none; object-fit: cover; object-position: center; filter: none; transform: translateY(55px); -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, #000 43%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, #000 43%, #000 100%); }
.quote-chip { position: absolute; z-index: 4; top: 25%; left: -8%; display: flex; align-items: center; gap: 12px; padding: 11px 15px; border: 1px solid rgba(141, 252, 156, .2); background: rgba(7, 11, 9, .78); backdrop-filter: blur(12px); color: var(--white); font-family: Consolas, monospace; font-size: 10px; letter-spacing: .08em; box-shadow: var(--shadow); }
.quote-chip span { color: var(--lime); }
.market-strip { position: absolute; z-index: 5; bottom: 0; left: 0; width: 100%; overflow: hidden; border-block: 1px solid rgba(141, 252, 156, .12); background: rgba(7, 11, 9, .9); }
.market-strip-track { width: max-content; display: flex; align-items: center; gap: 40px; padding: 14px 0; animation: ticker 32s linear infinite; color: #6d7d73; font-family: Consolas, monospace; font-size: 10px; letter-spacing: .12em; }
.market-strip-track b { color: var(--lime); font-weight: 700; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 70px minmax(420px, 1fr) minmax(280px, 380px); gap: 34px; align-items: end; margin-bottom: 74px; }
.section-number { align-self: start; padding-top: 12px; color: var(--green); font-family: Consolas, monospace; font-weight: 800; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted-dark); font-size: 17px; line-height: 1.7; }
.section-heading-dark > p { color: var(--muted); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { position: relative; min-height: 360px; padding: 32px; border: 1px solid #cfd5cf; background: transparent; overflow: hidden; transition: transform .3s, border-color .3s; }
.principle-card:hover { transform: translateY(-6px); border-color: var(--green); }
.principle-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: var(--shadow); }
.card-index { color: var(--green); font-family: Consolas, monospace; font-size: 12px; }
.card-icon { position: absolute; top: 42px; right: 32px; width: 62px; height: 62px; color: var(--green); border: 1px solid currentColor; display: grid; place-items: center; font-size: 30px; }
.principle-card.featured .card-icon { color: var(--lime); }
.principle-card h3 { margin: 150px 0 18px; font-size: 30px; letter-spacing: -.025em; }
.principle-card p { max-width: 300px; margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.6; }
.principle-card.featured p { color: #a4b1a9; }
.chart-icon { display: flex; align-items: end; justify-content: center; gap: 4px; padding: 14px; }
.chart-icon span { display: block; width: 5px; background: currentColor; }
.chart-icon span:nth-child(1) { height: 14px; }.chart-icon span:nth-child(2) { height: 26px; }.chart-icon span:nth-child(3) { height: 20px; }.chart-icon span:nth-child(4) { height: 34px; }

.formats { background: var(--ink); }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format-card { position: relative; min-height: 360px; padding: 30px; border: 1px solid rgba(255, 255, 255, .09); background: var(--graphite); overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.format-card:hover { transform: translateY(-5px); border-color: rgba(141, 252, 156, .35); background: #1a251e; }
.format-card.wide { grid-column: span 2; min-height: 290px; }
.format-top { display: flex; justify-content: space-between; color: #728178; font-family: Consolas, monospace; font-size: 11px; }
.dot { width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 12px currentColor; }
.dot.green { color: var(--green-2); background: currentColor; }.dot.lime { color: var(--lime); background: currentColor; }.dot.red { color: var(--red); background: currentColor; }.dot.white { color: var(--white); background: currentColor; }.dot.gold { color: var(--gold); background: currentColor; }
.format-card h3 { margin: 72px 0 14px; font-size: 30px; }
.format-card p { max-width: 310px; margin: 0; color: #98a79e; line-height: 1.55; }
.mini-chart { position: absolute; left: 30px; right: 30px; bottom: 28px; height: 80px; opacity: .9; }
.mini-chart svg { width: 100%; height: 100%; overflow: visible; }
.mini-chart path { fill: none; stroke: var(--green-2); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 6px rgba(24, 200, 121, .45)); }
.level-bars, .news-lines { position: absolute; left: 30px; right: 30px; bottom: 34px; display: grid; gap: 9px; }
.level-bars span, .news-lines span { display: block; height: 2px; background: var(--green-2); }
.level-bars span:nth-child(2) { width: 72%; background: var(--lime); }.level-bars span:nth-child(3) { width: 42%; }
.news-lines span { background: #59665e; }.news-lines span:nth-child(2) { width: 82%; }.news-lines span:nth-child(3) { width: 60%; }
.risk-scale { position: absolute; left: 30px; right: 30px; bottom: 42px; height: 6px; background: #28312c; }
.risk-scale span { display: block; width: 67%; height: 100%; background: var(--red); box-shadow: 0 0 12px rgba(233, 102, 92, .4); }
.week-stats { position: absolute; right: 36px; bottom: 36px; width: 52%; display: flex; align-items: end; justify-content: flex-end; gap: 14px; color: #708077; font-family: Consolas, monospace; font-size: 10px; }
.week-stats i { width: 18%; height: 58px; background: linear-gradient(0deg, var(--green), var(--lime)); opacity: .75; }.week-stats i:nth-of-type(2) { height: 94px; }

.manifesto { background: var(--lime); color: var(--ink); }
.manifesto-inner { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding-block: 80px; }
.manifesto img { position: absolute; right: 2%; top: 50%; width: 310px; transform: translateY(-50%); opacity: .13; filter: grayscale(1) contrast(2); }
.manifesto blockquote { position: relative; z-index: 2; max-width: 930px; margin: 0; font-size: clamp(38px, 5.2vw, 72px); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.manifesto blockquote em { color: #087a4b; font-style: normal; }
.manifesto-label { margin-top: 42px; font-family: Consolas, monospace; font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.method-flow { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-block: 1px solid #cfd5cf; }
.method-flow::before { content: ""; position: absolute; top: 49px; left: 5%; right: 5%; height: 2px; background: linear-gradient(90deg, var(--green), var(--lime)); }
.method-flow li { position: relative; min-height: 230px; padding: 32px 20px 24px 0; }
.method-flow li:not(:last-child) { border-right: 1px solid #d9ddd8; }
.method-flow li + li { padding-left: 20px; }
.method-flow span { position: relative; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--paper); border: 2px solid var(--green); color: var(--green); font-family: Consolas, monospace; font-size: 10px; font-weight: 800; }
.method-flow b { display: block; margin-top: 50px; font-size: 19px; }
.method-flow small { display: block; margin-top: 10px; color: var(--muted-dark); font-size: 13px; line-height: 1.45; }

.education { position: relative; background: #050a07; overflow: hidden; }
.education-grid-bg { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(141, 252, 156, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(141, 252, 156, .14) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); }
.education-glow { position: absolute; width: 650px; height: 650px; right: -260px; top: 10%; border-radius: 50%; background: rgba(24, 200, 121, .12); filter: blur(115px); }
.education-inner { position: relative; z-index: 2; }
.education-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.education-card { position: relative; min-height: 720px; display: flex; flex-direction: column; padding: 36px; border: 1px solid rgba(255, 255, 255, .11); background: linear-gradient(150deg, #101914, #0a110d); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.education-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--green), transparent 72%); }
.education-card:hover { transform: translateY(-6px); border-color: rgba(141, 252, 156, .35); box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.education-card-featured { background: linear-gradient(145deg, rgba(14, 159, 99, .24), #0b1510 44%, #07100b); border-color: rgba(141, 252, 156, .28); }
.education-card-featured::before { background: linear-gradient(90deg, var(--lime), var(--green-2)); }
.education-card-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: Consolas, monospace; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.education-index { color: var(--green-2); }
.education-format { padding: 8px 11px; border: 1px solid rgba(141, 252, 156, .22); color: var(--lime); background: rgba(141, 252, 156, .04); }
.education-card h3 { margin: 72px 0 22px; color: var(--white); font-size: clamp(38px, 4.1vw, 55px); line-height: .98; letter-spacing: -.045em; }
.education-card h3 em { color: var(--lime); font-style: normal; }
.education-lead { max-width: 510px; margin: 0; color: #a5b2aa; font-size: 17px; line-height: 1.62; }
.education-stats { display: grid; grid-template-columns: repeat(2, 1fr); margin: 34px 0 32px; border-block: 1px solid rgba(255, 255, 255, .1); }
.education-stats > div { display: flex; align-items: baseline; gap: 10px; padding: 20px 0; }
.education-stats > div + div { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, .1); }
.education-stats strong { color: var(--white); font-size: 30px; letter-spacing: -.04em; }
.education-stats span { color: #75847b; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.education-list { display: grid; gap: 14px; margin: 0 0 36px; padding: 0; list-style: none; }
.education-list li { position: relative; padding-left: 28px; color: #bdc8c1; font-size: 14px; line-height: 1.5; }
.education-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--lime); font-weight: 900; }
.education-button { align-self: flex-start; min-width: 190px; margin-top: auto; }
.education-aftercare { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 26px; padding: 24px 28px; border: 1px solid rgba(141, 252, 156, .18); background: rgba(141, 252, 156, .045); }
.education-aftercare-mark { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(141, 252, 156, .32); color: var(--lime); font-size: 23px; }
.education-aftercare small { display: block; margin-bottom: 7px; color: var(--lime); font-family: Consolas, monospace; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.education-aftercare p { max-width: 710px; margin: 0; color: #b5c1ba; font-size: 14px; line-height: 1.58; }
.education-aftercare .text-link { white-space: nowrap; }
.education-note { display: flex; align-items: center; gap: 12px; margin: 25px 0 0; color: #75847b; font-family: Consolas, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.education-note span { display: grid; width: 24px; height: 24px; place-items: center; flex: 0 0 auto; border: 1px solid rgba(141, 252, 156, .3); color: var(--lime); }

.author { position: relative; min-height: 800px; overflow: hidden; background: #000302; border-block: 1px solid rgba(141, 252, 156, .1); }
.author-bg { position: absolute; inset: 0; background: radial-gradient(circle at 21% 48%, rgba(24, 200, 121, .13), transparent 34%), linear-gradient(90deg, transparent 0%, rgba(1, 5, 3, .4) 48%, #000302 78%); }
.author-bg::after { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(141, 252, 156, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(141, 252, 156, .18) 1px, transparent 1px); background-size: 64px 64px; }
.author-inner { position: relative; z-index: 2; min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.author-visual { position: relative; height: 650px; display: flex; align-items: center; justify-content: center; }
.author-visual::before { content: ""; position: absolute; z-index: 1; inset: 36px 8px 10px 54px; border: 1px solid rgba(141, 252, 156, .22); transform: translate(-18px, 18px); }
.author-visual img { position: relative; z-index: 2; width: 610px; height: 610px; max-width: 100%; max-height: 610px; object-fit: cover; border: 1px solid rgba(141, 252, 156, .14); box-shadow: 0 34px 90px rgba(0, 0, 0, .48); }
.avatar-caption { position: absolute; z-index: 3; right: 14px; bottom: 38px; min-width: 220px; padding: 15px 18px; border-left: 3px solid var(--lime); background: rgba(1, 5, 3, .86); backdrop-filter: blur(12px); }
.avatar-caption span { display: block; color: var(--lime); font-family: Consolas, monospace; font-size: 9px; letter-spacing: .12em; }
.avatar-caption b { display: block; margin-top: 5px; color: var(--white); font-size: 17px; }
.author-copy h2 { margin: 0; font-size: clamp(52px, 5.5vw, 78px); line-height: .93; letter-spacing: -.05em; }
.author-role { margin-top: 25px; color: var(--lime); font-size: 17px; font-weight: 750; line-height: 1.5; }
.author-copy > p { max-width: 580px; margin: 22px 0; color: #9eada4; font-size: 17px; line-height: 1.65; }
.author-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 32px; }
.author-points span { color: #c1ccc5; font-size: 13px; }
.author-points i { margin-right: 7px; color: var(--lime); font-style: normal; }
.author-actions { display: flex; align-items: center; gap: 28px; }

.partner { position: relative; padding: 130px 0; overflow: hidden; background: #07110c; border-bottom: 1px solid rgba(141, 252, 156, .12); }
.partner-aura { position: absolute; right: -120px; top: -180px; width: 720px; height: 720px; border-radius: 50%; background: rgba(24, 200, 121, .12); filter: blur(110px); }
.partner-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.partner-mark { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; color: var(--white); font-size: 15px; font-weight: 850; letter-spacing: .08em; }
.partner-mark i { color: var(--lime); font-family: Consolas, monospace; font-size: 24px; font-style: normal; }
.partner-mark strong { font-size: 30px; letter-spacing: -.04em; }
.bingx-lockup { display: inline-flex; align-items: center; gap: 12px; }
.bingx-lockup img { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 9px; box-shadow: 0 10px 28px rgba(19, 77, 255, .28); }
.partner-copy h2 { margin: 0; max-width: 800px; font-size: clamp(46px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.partner-copy p { max-width: 720px; margin: 28px 0 38px; color: #a2afa7; font-size: 18px; line-height: 1.7; }
.partner-card { position: relative; min-height: 410px; padding: 34px; border: 1px solid rgba(141, 252, 156, .24); background: linear-gradient(145deg, rgba(24, 200, 121, .14), rgba(1, 5, 3, .62)); box-shadow: var(--shadow); overflow: hidden; }
.partner-card::after { content: "↗"; position: absolute; right: -18px; bottom: -68px; color: rgba(141, 252, 156, .06); font-size: 290px; line-height: 1; }
.partner-card-top { display: flex; justify-content: space-between; color: var(--lime); font-family: Consolas, monospace; font-size: 10px; letter-spacing: .16em; }
.partner-x { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; margin-top: 78px; color: var(--white); font-size: 72px; font-weight: 900; letter-spacing: -.07em; }
.partner-x img { width: 86px; height: 86px; flex: 0 0 auto; border-radius: 16px; box-shadow: 0 18px 44px rgba(19, 77, 255, .34); }
.partner-x strong { font: inherit; letter-spacing: inherit; }
.partner-line { width: 94px; height: 5px; margin: 22px 0; background: var(--green-2); }
.partner-card p { position: relative; z-index: 2; margin: 0; color: #c4d0c8; line-height: 1.45; }
.partner-code { position: absolute; z-index: 2; left: 34px; bottom: 30px; color: var(--lime); font-family: Consolas, monospace; font-size: 11px; }

.vip { background: #010503; }
.vip-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vip-card { min-height: 260px; padding: 28px; border: 1px solid rgba(255, 255, 255, .09); background: #101914; transition: transform .3s, border-color .3s; }
.vip-card:hover { transform: translateY(-5px); border-color: rgba(141, 252, 156, .38); }
.vip-card > span { color: var(--green-2); font-family: Consolas, monospace; font-size: 11px; }
.vip-card h3 { margin: 72px 0 12px; color: var(--white); font-size: 25px; }
.vip-card p { margin: 0; color: #93a198; line-height: 1.58; }
.join-panel { margin-top: 72px; padding: 54px; border: 1px solid rgba(141, 252, 156, .22); background: linear-gradient(135deg, #0e1912, #06100a); box-shadow: var(--shadow); }
.join-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.join-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.join-copy h3 { margin: 0; font-size: 42px; line-height: 1.05; letter-spacing: -.035em; }
.join-copy p { margin: 0; color: #99a89f; font-size: 17px; line-height: 1.65; }
.join-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0 0; padding: 0; list-style: none; border-block: 1px solid rgba(255, 255, 255, .1); }
.join-steps li { display: flex; gap: 18px; min-height: 150px; padding: 30px 26px 28px 0; }
.join-steps li + li { padding-left: 26px; border-left: 1px solid rgba(255, 255, 255, .1); }
.join-steps li > span { flex: 0 0 auto; color: var(--lime); font-family: Consolas, monospace; font-size: 11px; }
.join-steps b { display: block; color: var(--white); font-size: 18px; }
.join-steps small { display: block; margin-top: 10px; color: #84948a; font-size: 13px; line-height: 1.5; }
.join-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 34px; }
.button-outline { border-color: rgba(141, 252, 156, .38); background: transparent; box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { background: rgba(24, 200, 121, .12); }

.socials { position: relative; overflow: hidden; background: #08100c; }
.social-inner { position: relative; z-index: 2; }
.social-aura { position: absolute; width: 620px; height: 620px; border-radius: 50%; filter: blur(130px); opacity: .12; }
.social-aura-red { left: -260px; top: 16%; background: #ff0033; }
.social-aura-violet { right: -260px; bottom: -180px; background: #b33cff; }
.social-shortcuts { display: flex; justify-content: flex-end; gap: 10px; margin: -42px 0 34px; }
.social-mini { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .035); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .03em; transition: transform .25s, border-color .25s, background .25s; }
.social-mini:hover, .social-mini:focus-visible { transform: translateY(-2px); background: rgba(255, 255, 255, .08); }
.social-mini svg { width: 20px; height: 20px; fill: currentColor; }
.social-mini-instagram svg rect, .social-mini-instagram svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-mini-youtube { color: #ff3854; }
.social-mini-youtube:hover, .social-mini-youtube:focus-visible { border-color: rgba(255, 56, 84, .5); }
.social-mini-instagram { color: #e879f9; }
.social-mini-instagram:hover, .social-mini-instagram:focus-visible { border-color: rgba(232, 121, 249, .5); }
.social-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; align-items: stretch; }
.youtube-feature, .instagram-feature { border: 1px solid rgba(255, 255, 255, .1); background: #101914; box-shadow: var(--shadow); }
.youtube-feature { padding: 28px; }
.instagram-feature { display: flex; flex-direction: column; padding: 28px; background: linear-gradient(160deg, #111a15, #07100b 62%); }
.social-platform-head { display: flex; align-items: center; gap: 13px; min-height: 50px; margin-bottom: 24px; }
.platform-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: var(--white); }
.platform-icon svg { width: 26px; height: 26px; fill: currentColor; }
.youtube-icon { background: #ff0033; box-shadow: 0 12px 34px rgba(255, 0, 51, .24); }
.instagram-icon { background: linear-gradient(135deg, #6b4cff, #e53f8c 55%, #ffb13b); box-shadow: 0 12px 34px rgba(211, 63, 149, .24); }
.instagram-icon svg rect, .instagram-icon svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.platform-name { display: grid; gap: 3px; }
.platform-name small { color: #77877d; font-family: Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.platform-name strong { color: var(--white); font-size: 15px; }
.platform-badge { margin-left: auto; padding: 7px 9px; border: 1px solid rgba(141, 252, 156, .18); color: var(--lime); font-family: Consolas, monospace; font-size: 8px; letter-spacing: .13em; }
.video-cover { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); background: #050806; }
.video-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.youtube-local-fallback { position: absolute; inset: 0; display: block; }
.youtube-local-fallback img { width: 100%; height: 100%; object-fit: cover; }
.youtube-local-badge { position: absolute; right: 13px; bottom: 12px; padding: 7px 9px; background: rgba(1, 5, 3, .88); border: 1px solid rgba(141, 252, 156, .25); color: var(--lime); font-family: Consolas, monospace; font-size: 9px; letter-spacing: .04em; }
.video-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.video-cover:hover img, .video-cover:focus-visible img { transform: scale(1.025); }
.video-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1, 5, 3, .54), transparent 58%); }
.video-play { position: absolute; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; transform: translate(-50%, -50%); background: rgba(255, 0, 51, .94); box-shadow: 0 20px 46px rgba(255, 0, 51, .34); transition: transform .25s; }
.video-cover:hover .video-play, .video-cover:focus-visible .video-play { transform: translate(-50%, -50%) scale(1.08); }
.video-play svg { width: 34px; height: 34px; fill: var(--white); }
.video-duration { position: absolute; right: 13px; bottom: 12px; padding: 5px 7px; background: rgba(1, 5, 3, .86); color: var(--white); font-family: Consolas, monospace; font-size: 10px; }
.video-copy { padding-top: 28px; }
.video-meta, .instagram-copy > span { color: var(--lime); font-family: Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.video-copy h3 { margin: 13px 0 14px; max-width: 690px; color: var(--white); font-size: 28px; line-height: 1.16; letter-spacing: -.025em; }
.video-copy p { max-width: 650px; margin: 0; color: #91a096; font-size: 15px; line-height: 1.6; }
.social-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.iphone-stage { display: grid; place-items: center; flex: 1 1 auto; padding: 6px 0 30px; }
.iphone-frame { position: relative; width: min(100%, 304px); padding: 9px; border: 1px solid #727873; border-radius: 52px; background: linear-gradient(145deg, #686e69, #171a18 31%, #050706 63%, #646a66); box-shadow: 0 38px 80px rgba(0, 0, 0, .56), 0 0 0 3px #070908; }
.iphone-frame::before, .iphone-frame::after { content: ""; position: absolute; left: -5px; width: 3px; border-radius: 3px 0 0 3px; background: #59605b; }
.iphone-frame::before { top: 118px; height: 58px; }
.iphone-frame::after { top: 190px; height: 82px; }
.iphone-screen { position: relative; min-height: 0; aspect-ratio: 1320 / 2868; overflow: hidden; border-radius: 43px; background: #050706; border: 1px solid rgba(255, 255, 255, .06); color: var(--white); }
.dynamic-island { position: absolute; z-index: 4; top: 10px; left: 50%; width: 92px; height: 25px; border-radius: 20px; transform: translateX(-50%); background: #000; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04); }
.instagram-screen-shot { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(1.02) contrast(1.07) brightness(1.035); }
.phone-color-grade { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(24, 200, 121, .06), transparent 24%, transparent 76%, rgba(141, 252, 156, .035)); opacity: .52; mix-blend-mode: screen; }
.phone-status { display: flex; justify-content: space-between; padding: 15px 20px 8px; color: #dfe6e1; font-size: 8px; font-weight: 800; }
.instagram-bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 17px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.instagram-bar strong { font-size: 16px; letter-spacing: -.02em; }
.instagram-bar span { color: #c7d0ca; font-size: 13px; }
.ig-profile { display: flex; align-items: center; gap: 18px; padding: 18px 16px 10px; }
.ig-avatar-ring { width: 76px; height: 76px; flex: 0 0 auto; padding: 3px; border-radius: 50%; background: linear-gradient(135deg, #ffb331, #e5328d 55%, #7559ff); }
.ig-avatar-ring img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 42%; border: 3px solid #050706; border-radius: 50%; }
.ig-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; flex: 1; text-align: center; }
.ig-stats span { display: grid; gap: 2px; }
.ig-stats b { font-size: 13px; }
.ig-stats small { color: #8e9b93; font-size: 7px; }
.ig-bio { padding: 0 17px; }
.ig-bio b { font-size: 10px; }
.ig-bio p { margin: 5px 0 0; color: #b0bbb4; font-size: 8px; line-height: 1.45; }
.ig-open { display: grid; min-height: 30px; place-items: center; margin: 12px 17px 0; border-radius: 8px; background: var(--green); color: var(--white); font-size: 8px; font-weight: 800; }
.ig-highlights { display: flex; justify-content: space-between; padding: 14px 17px 12px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.ig-highlights span { display: grid; justify-items: center; gap: 4px; }
.ig-highlights i { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(141, 252, 156, .25); border-radius: 50%; background: #0d1611; color: var(--lime); font-family: Consolas, monospace; font-size: 8px; font-style: normal; }
.ig-highlights small { color: #7e8c83; font-size: 6px; }
.ig-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 8px 0; color: #79867e; text-align: center; font-size: 12px; }
.ig-tabs span:first-child { color: var(--white); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.ig-post { position: relative; display: flex; aspect-ratio: 1; align-items: center; justify-content: center; overflow: hidden; background: #0c1510; }
.ig-post img { width: 100%; height: 100%; object-fit: cover; }
.ig-post-photo img { transform: scale(1.08); object-position: 60% center; }
.ig-post-photo-2 img { object-position: 38% center; }
.ig-post-logo img { width: 55%; height: 55%; object-fit: contain; }
.ig-post-bingx img { width: 52%; height: 52%; border-radius: 9px; }
.ig-post-chart { align-items: end; gap: 5px; padding-bottom: 18px; background: linear-gradient(145deg, #07110c, #0f2b1c); }
.ig-post-chart i { width: 7px; background: linear-gradient(0deg, var(--green), var(--lime)); }
.ig-post-chart i:nth-child(1) { height: 26px; }.ig-post-chart i:nth-child(2) { height: 45px; }.ig-post-chart i:nth-child(3) { height: 35px; }.ig-post-chart i:nth-child(4) { height: 57px; }
.ig-post-quote { background: var(--lime); color: var(--ink); font-size: 12px; line-height: .95; }
.instagram-copy { padding-top: 4px; }
.instagram-copy h3 { margin: 10px 0 22px; color: var(--white); font-size: 24px; line-height: 1.18; letter-spacing: -.025em; }
.instagram-copy .button { width: 100%; }

.contact { position: relative; background: var(--paper); color: var(--ink); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(14, 159, 99, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 159, 99, .1) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 55%, #000); }
.contact-orbit { position: absolute; border: 1px solid rgba(14, 159, 99, .18); border-radius: 50%; pointer-events: none; }
.contact-orbit-one { width: 520px; height: 520px; right: -170px; top: -260px; }
.contact-orbit-two { width: 330px; height: 330px; right: -75px; top: -165px; }
.contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: center; }
.contact-copy .section-number { margin-bottom: 44px; padding: 0; }
.contact-copy .eyebrow { margin-bottom: 23px; }
.contact-copy h2 { margin: 0; font-size: clamp(50px, 5.8vw, 78px); line-height: .97; letter-spacing: -.05em; }
.contact-copy h2 em { color: var(--green); }
.contact-copy p { max-width: 500px; margin: 30px 0 0; color: var(--muted-dark); font-size: 17px; line-height: 1.7; }
.contact-card { position: relative; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 38px 38px; background: linear-gradient(145deg, #07100b, #111d16); border: 1px solid rgba(24, 200, 121, .32); color: var(--white); box-shadow: 0 30px 80px rgba(1, 5, 3, .22); overflow: hidden; }
.contact-card::before { content: ""; position: absolute; width: 340px; height: 340px; right: -145px; bottom: -180px; border-radius: 50%; background: rgba(24, 200, 121, .18); filter: blur(42px); }
.contact-card::after { content: "↗"; position: absolute; right: 28px; bottom: -42px; color: rgba(141, 252, 156, .045); font-size: 210px; line-height: 1; font-weight: 900; }
.contact-card-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; color: var(--lime); font-family: Consolas, monospace; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.contact-card-top i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 12px var(--green-2); }
.contact-symbol { position: absolute; top: 52px; right: 35px; color: rgba(141, 252, 156, .08); font-size: 145px; line-height: 1; font-weight: 900; }
.contact-card-content { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; }
.contact-label { margin-bottom: 12px; color: #728178; font-family: Consolas, monospace; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-email { margin-bottom: 31px; color: var(--white); font-size: clamp(22px, 2.4vw, 35px); line-height: 1.15; font-weight: 800; letter-spacing: -.035em; transition: color .25s; }
.contact-email:hover, .contact-email:focus-visible { color: var(--lime); }

.final-cta { padding: 110px 0; background: var(--graphite); border-top: 1px solid var(--border); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.045em; }
.final-cta .eyebrow { margin-bottom: 22px; }

.site-footer { background: #040706; border-top: 1px solid rgba(255, 255, 255, .06); }
.footer-main { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-main img { width: 150px; max-height: 120px; object-fit: contain; }
.footer-links { display: flex; gap: 30px; color: #a7b2ab; font-size: 13px; font-weight: 650; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--lime); }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255, 255, 255, .06); color: #65736b; font-size: 10px; }
.footer-bottom p { max-width: 760px; margin: 0; line-height: 1.5; }

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

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

@media (max-width: 1120px) and (min-width: 981px) {
  .header-cta { display: none; }
  .header-inner { gap: 24px; }
}

@media (max-width: 980px) {
  .header-inner { height: 76px; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 24px; background: rgba(7, 11, 9, .97); border-bottom: 1px solid rgba(255, 255, 255, .08); transform: translateY(-130%); transition: transform .3s; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); font-size: 17px; }
  .site-nav a::after { display: none; }
  .menu-toggle { position: relative; order: 3; display: block; width: 42px; height: 42px; margin-left: 0; border: 1px solid rgba(255, 255, 255, .12); background: transparent; }
  .menu-toggle span { position: absolute; left: 11px; width: 18px; height: 2px; background: var(--white); transition: top .25s, transform .25s; }
  .menu-toggle span:first-child { top: 15px; }
  .menu-toggle span:last-child { top: 24px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
  .header-cta { margin-left: auto; }
  .hero, .hero-inner { min-height: 760px; }
  .hero-inner { grid-template-columns: 1.12fr .88fr; }
  .hero-person { height: 600px; margin-right: -80px; }
  .hero-person img { width: 680px; height: 680px; max-height: none; }
  .quote-chip { display: none; }
  .section-heading { grid-template-columns: 52px 1fr; }
  .section-heading > p { grid-column: 2; max-width: 650px; }
  .principles { grid-template-columns: 1fr 1fr; }
  .principle-card:last-child { grid-column: span 2; min-height: 290px; }
  .principle-card:last-child h3 { margin-top: 95px; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-card.wide { grid-column: span 2; }
  .method-flow { grid-template-columns: repeat(3, 1fr); }
  .method-flow::before { display: none; }
  .method-flow li:nth-child(3) { border-right: 0; }
  .method-flow li:nth-child(-n+3) { border-bottom: 1px solid #d9ddd8; }
  .education-card { min-height: 750px; padding: 30px; }
  .education-aftercare { grid-template-columns: 50px 1fr; }
  .education-aftercare .text-link { grid-column: 2; justify-self: start; }
  .author-inner { grid-template-columns: .92fr 1.08fr; gap: 40px; }
  .author-visual { height: 570px; }
  .author-visual img { width: 540px; height: 540px; max-height: 540px; }
  .avatar-caption { right: 0; bottom: 30px; }
  .partner-inner { grid-template-columns: 1fr 1fr; gap: 44px; }
  .partner-card { min-height: 380px; }
  .vip-benefits { grid-template-columns: 1fr 1fr; }
  .join-panel { padding: 42px; }
  .social-grid { grid-template-columns: 1fr; }
  .instagram-feature { display: grid; grid-template-columns: minmax(280px, .8fr) 1fr; column-gap: 48px; align-items: center; }
  .instagram-feature .social-platform-head { grid-column: 1 / -1; }
  .iphone-stage { grid-column: 1; grid-row: 2 / span 2; }
  .instagram-copy { grid-column: 2; grid-row: 2; align-self: center; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .brand { width: 104px; }
  .hero { min-height: 880px; }
  .hero-market { background-position: 66% bottom; background-size: auto 72%; }
  .hero-market::after { background: linear-gradient(90deg, rgba(1, 5, 3, .95) 0%, rgba(1, 5, 3, .66) 58%, rgba(1, 5, 3, .12) 100%), linear-gradient(0deg, #010503 0%, transparent 37%, #010503 100%); }
  .hero-inner { min-height: 880px; display: block; padding-top: 150px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-copy > p { max-width: 520px; font-size: 17px; }
  .hero-identity { display: grid; grid-template-columns: 1fr; max-width: 340px; }
  .signal-row { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; }
  .section-number { display: none; }
  .section-heading > p { grid-column: auto; }
  .section-heading h2 { font-size: clamp(40px, 12vw, 58px); }
  .principles, .format-grid { grid-template-columns: 1fr; }
  .principle-card, .principle-card:last-child { grid-column: auto; min-height: 320px; }
  .principle-card:last-child h3 { margin-top: 130px; }
  .format-card, .format-card.wide { grid-column: auto; min-height: 330px; }
  .week-stats { width: 44%; opacity: .7; }
  .manifesto-inner { min-height: 370px; }
  .manifesto blockquote { font-size: clamp(36px, 10vw, 52px); }
  .manifesto img { width: 220px; }
  .method-flow { grid-template-columns: 1fr 1fr; }
  .method-flow li { min-height: 205px; }
  .method-flow li:nth-child(3) { border-right: 1px solid #d9ddd8; }
  .method-flow li:nth-child(even) { border-right: 0; }
  .method-flow li:nth-child(-n+4) { border-bottom: 1px solid #d9ddd8; }
  .education-plans { grid-template-columns: 1fr; }
  .education-card { min-height: 0; }
  .education-button { margin-top: 10px; }
  .author { min-height: 0; }
  .author-inner { min-height: 0; display: flex; flex-direction: column-reverse; align-items: stretch; justify-content: flex-end; padding-top: 90px; }
  .author-copy { position: relative; z-index: 3; }
  .author-visual { width: calc(100% + 32px); max-width: 520px; height: auto; align-self: center; margin: 58px -16px 0; }
  .author-visual::before { display: none; }
  .author-visual img { width: 100%; height: auto; max-width: 100%; max-height: none; object-fit: contain; }
  .avatar-caption { right: 16px; bottom: 18px; }
  .author-copy h2 { font-size: clamp(40px, 11vw, 58px); }
  .author-role { font-size: 15px; }
  .author-copy > p { font-size: 16px; }
  .author-actions { align-items: flex-start; flex-direction: column; }
  .partner { padding: 90px 0; }
  .partner-inner { grid-template-columns: 1fr; gap: 52px; }
  .partner-copy h2 { font-size: clamp(40px, 11vw, 58px); }
  .partner-copy p { font-size: 16px; }
  .partner-card { min-height: 350px; }
  .partner-x { margin-top: 62px; gap: 16px; font-size: 58px; }
  .partner-x img { width: 70px; height: 70px; border-radius: 13px; }
  .vip-benefits { grid-template-columns: 1fr; }
  .vip-card { min-height: 235px; }
  .join-panel { margin-top: 52px; padding: 28px; }
  .join-copy { grid-template-columns: 1fr; gap: 18px; }
  .join-copy .eyebrow { grid-column: auto; margin-bottom: 5px; }
  .join-copy h3 { font-size: 34px; }
  .join-copy p { font-size: 15px; }
  .join-steps { grid-template-columns: 1fr; }
  .join-steps li { min-height: 0; padding: 24px 0; }
  .join-steps li + li { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); }
  .join-actions { align-items: stretch; flex-direction: column; }
  .social-shortcuts { justify-content: flex-start; margin: -18px 0 30px; }
  .youtube-feature, .instagram-feature { padding: 22px; }
  .instagram-feature { display: flex; }
  .video-copy h3 { font-size: 24px; }
  .social-actions { align-items: flex-start; flex-direction: column; }
  .iphone-stage { padding-top: 14px; }
  .iphone-frame { width: min(100%, 312px); }
  .contact-inner { grid-template-columns: 1fr; gap: 54px; }
  .contact-card { min-height: 390px; }
  .final-cta { padding: 85px 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { align-items: flex-start; flex-direction: column; padding-block: 50px; }
  .footer-links { flex-wrap: wrap; gap: 18px 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding-block: 24px; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 16px; }
  .button { width: 100%; }
  .text-link { padding-left: 3px; }
  .principle-card { padding: 26px; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow li, .method-flow li:nth-child(3), .method-flow li:nth-child(even) { border-right: 0; border-bottom: 1px solid #d9ddd8; }
  .method-flow li:last-child { border-bottom: 0; }
  .method-flow li + li { padding-left: 0; }
  .education-card { padding: 26px 22px; }
  .education-card h3 { margin-top: 52px; font-size: 38px; }
  .education-lead { font-size: 15px; }
  .education-stats strong { font-size: 26px; }
  .education-stats span { font-size: 9px; }
  .education-stats > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .education-stats > div + div { padding-left: 18px; }
  .education-button { width: 100%; }
  .education-aftercare { grid-template-columns: 1fr; padding: 22px; }
  .education-aftercare .text-link { grid-column: auto; white-space: normal; }
  .author-points { align-items: flex-start; flex-direction: column; }
  .avatar-caption { left: 16px; right: 16px; min-width: 0; }
  .partner-mark { gap: 11px; font-size: 11px; }
  .partner-mark strong { font-size: 25px; }
  .bingx-lockup { gap: 8px; }
  .bingx-lockup img { width: 34px; height: 34px; border-radius: 7px; }
  .partner-card { padding: 26px; }
  .partner-x { gap: 12px; font-size: 50px; }
  .partner-x img { width: 60px; height: 60px; border-radius: 11px; }
  .partner-code { left: 26px; }
  .join-panel { padding: 24px 20px; }
  .social-shortcuts { flex-wrap: wrap; }
  .social-mini { flex: 1 1 130px; justify-content: center; }
  .youtube-feature, .instagram-feature { padding: 18px; }
  .platform-badge { display: none; }
  .video-player { height: 200px; min-height: 200px; aspect-ratio: auto; }
  .video-player iframe { height: 200px; }
  .video-play { width: 58px; height: 58px; }
  .video-copy h3 { font-size: 22px; }
  .iphone-frame { width: min(100%, 296px); border-radius: 48px; }
  .iphone-screen { border-radius: 40px; }
  .contact-copy .section-number { display: block; margin-bottom: 30px; }
  .contact-copy h2 { font-size: 49px; }
  .contact-card { min-height: 360px; padding: 26px 22px; }
  .contact-symbol { top: 48px; right: 18px; font-size: 112px; }
  .contact-email { font-size: 24px; }
  .contact-card .button { width: 100%; }
}
