:root {
  --ink: #1d1d1f;
  --black: #000;
  --white: #fff;
  --parchment: #f5f5f7;
  --tile-dark: #252527;
  --muted: #86868b;
  --muted-dark: #ccc;
  --hairline: #e0e0e0;
  --mint: #43e88b;
  --mint-focus: #63f1a5;
  --mint-dark: #15834d;
  --short: #ff6178;
  --display: "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text: "SF Pro Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--black); font-family: var(--text); font-size: 17px; line-height: 1.47; letter-spacing: -.022em; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: var(--black); border-radius: 999px; background: var(--mint); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 44px; color: rgba(255,255,255,.86); background: rgba(0,0,0,.92); backdrop-filter: saturate(180%) blur(20px); }
.global-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100% - 40px,980px); height: 44px; margin: 0 auto; }
.brand { display: inline-flex; gap: 7px; align-items: center; justify-self: start; width: max-content; }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; overflow: hidden; background: var(--black); }
.brand-mark img { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; max-width: none; object-fit: cover; transform: translate(-50%,-50%); }
.brand-name { color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: -.04em; }
.primary-nav { display: flex; gap: 36px; align-items: center; }
.primary-nav a, .nav-shop { font-size: 12px; font-weight: 400; letter-spacing: -.01em; transition: color 160ms ease; }
.primary-nav a:hover, .nav-shop:hover { color: var(--white); }
.nav-shop { justify-self: end; }
.nav-toggle { display: none; }
.nav-toggle:focus-visible { outline: 2px solid var(--mint-focus); outline-offset: -5px; border-radius: 8px; }

.product-nav { position: sticky; z-index: 90; top: 44px; height: 52px; margin-top: 44px; color: var(--ink); background: rgba(245,245,247,.86); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: saturate(180%) blur(20px); }
.product-nav > div { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; width: min(100% - 40px,980px); height: 100%; margin: 0 auto; }
.product-nav-name { font-family: var(--display); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.product-nav nav { display: flex; gap: 24px; }
.product-nav nav a { font-size: 12px; letter-spacing: -.01em; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; color: inherit; border: 1px solid transparent; border-radius: 999px; background: transparent; cursor: pointer; font-size: 17px; font-weight: 400; line-height: 1; letter-spacing: -.022em; transition: opacity 160ms ease, transform 100ms ease, background 160ms ease; }
.button:hover { opacity: .86; }
.button:active { transform: scale(.95); }
.button:focus-visible { outline: 2px solid var(--mint-focus); outline-offset: 3px; }
.button-primary { color: var(--black); background: var(--mint); }
.button-secondary { color: var(--mint); border-color: var(--mint); }
.button-compact { min-height: 32px; padding: 7px 14px; font-size: 12px; }
.button-on-dark { color: var(--mint-focus); border-color: var(--mint-focus); }

.tile { position: relative; overflow: hidden; padding: 80px max(24px,calc((100vw - 1440px)/2)); }
.tile-black { color: var(--white); background: var(--black); }
.tile-white { color: var(--ink); background: var(--white); }
.tile-parchment { color: var(--ink); background: var(--parchment); }
.tile-copy { width: min(100%,900px); margin: 0 auto; text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--mint); font-size: 14px; font-weight: 600; letter-spacing: -.014em; }
.eyebrow-dark { color: var(--mint-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; }

.hero { min-height: 900px; padding-top: 92px; padding-bottom: 0; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 24px; font-size: clamp(48px,5.4vw,76px); line-height: 1.04; }
.hero h1 span, .closing-tile h2 span { display: block; color: var(--mint); }
.tile-lede { max-width: 690px; margin: 0 auto; color: var(--muted-dark); font-family: var(--display); font-size: clamp(21px,2.1vw,28px); font-weight: 400; line-height: 1.25; letter-spacing: -.018em; }
.tile-parchment .tile-lede, .tile-white .tile-lede { color: var(--muted); }
.tile-actions { display: flex; gap: 14px; align-items: center; justify-content: center; margin-top: 28px; }

.dashboard-render, .product-render { overflow: hidden; border-radius: 18px; box-shadow: rgba(0,0,0,.22) 3px 5px 30px 0; }
.dashboard-render { position: relative; z-index: 1; width: min(100%,980px); margin: 72px auto 0; color: var(--white); background: #0a100d; border: 1px solid rgba(255,255,255,.12); border-radius: 18px 18px 0 0; box-shadow: rgba(0,0,0,.32) 3px 5px 30px 0; }
.dashboard-topbar, .render-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 46px; padding: 0 20px; font-size: 12px; letter-spacing: -.01em; }
.dashboard-topbar { grid-template-columns: 1fr auto; min-height: 66px; color: rgba(255,255,255,.56); border-bottom: 1px solid rgba(255,255,255,.1); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #5f6562; }
.window-dots i:first-child { background: var(--mint); }
.dashboard-body { padding: 28px; }
.chart-grid { position: relative; height: 360px; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 20% 25%; border: 1px solid rgba(255,255,255,.08); }
.sim-pnl-hud { display: grid; grid-template-columns: auto auto auto; gap: 0 12px; align-items: center; justify-self: end; min-width: 0; padding: 9px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(9,23,19,.92); }
.sim-pnl-hud small { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.sim-pnl-hud strong { font-size: 20px; font-weight: 700; line-height: 1.25; }
.sim-pnl-hud span { align-self: center; color: rgba(255,255,255,.62); text-align: right; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sim-pnl-hud strong.is-positive { color: var(--mint); }
.sim-pnl-hud strong.is-negative { color: var(--short); }
.trade-entry-line { position: absolute; z-index: 2; left: 0; width: 100%; border-top: 1px dotted rgba(67,232,139,.68); pointer-events: none; }
.trade-entry-line.is-short { border-color: rgba(255,97,120,.72); }
.position-chip { position: absolute; z-index: 5; left: 164px; padding: 4px 7px; color: var(--black); border-radius: 4px; background: var(--mint); font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; transform: translateY(-50%); pointer-events: none; }
.position-chip.is-short { background: var(--short); }
.trade-level-line { position: absolute; z-index: 2; left: 0; width: 100%; pointer-events: none; }
.trade-target-line { border-top: 1px dashed rgba(67,232,139,.82); }
.trade-stop-line { border-top: 1px dashed rgba(255,97,120,.86); }
.trade-level-chip { position: absolute; z-index: 5; left: 14px; padding: 4px 7px; color: var(--black); border-radius: 4px; font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; transform: translateY(-50%); pointer-events: none; }
.trade-target-chip { background: var(--mint); }
.trade-stop-chip { background: var(--short); }
.candle { position: absolute; inset-block: 0; left: var(--candle-left,10%); width: 8px; color: var(--mint); transform: translateX(-50%); transition: left 520ms cubic-bezier(.2,.75,.2,1),color 180ms ease,opacity 180ms ease; }
.candle::before { position: absolute; bottom: var(--body-bottom,20%); left: 0; width: 8px; height: max(3px,var(--body-height,18%)); border-radius: 1px; background: currentColor; content: ""; transition: bottom 100ms linear,height 100ms linear,box-shadow 180ms ease; }
.candle i { position: absolute; bottom: var(--wick-bottom,16%); left: 3.25px; width: 1.5px; height: var(--wick-height,26%); background: currentColor; transition: bottom 100ms linear,height 100ms linear; }
.candle.down { color: var(--short); opacity: .92; }
.candle.is-live { opacity: 1; }
.candle.is-live::before { box-shadow: 0 0 10px rgba(67,232,139,.32); }
.signal-label { position: absolute; z-index: 4; top: var(--signal-top,50%); left: 50%; padding: 3px 6px; color: #091713; border-radius: 4px; font-size: 10px; font-weight: 800; line-height: 1.2; letter-spacing: .04em; white-space: nowrap; pointer-events: none; }
.signal-buy { background: var(--mint); transform: translateX(-50%); }
.signal-sell { background: var(--short); transform: translate(-50%,-100%); }
.candle-1{--candle-left:10%;--body-bottom:20%;--body-height:18%;--wick-bottom:16%;--wick-height:26%}.candle-2{--candle-left:20%;--body-bottom:28%;--body-height:16%;--wick-bottom:24%;--wick-height:24%}.candle-3{--candle-left:30%;--body-bottom:23%;--body-height:24%;--wick-bottom:19%;--wick-height:32%}.candle-4{--candle-left:42%;--body-bottom:39%;--body-height:18%;--wick-bottom:35%;--wick-height:26%}.candle-5{--candle-left:52%;--body-bottom:46%;--body-height:15%;--wick-bottom:42%;--wick-height:23%}.candle-6{--candle-left:63%;--body-bottom:40%;--body-height:25%;--wick-bottom:36%;--wick-height:33%}.candle-7{--candle-left:74%;--body-bottom:51%;--body-height:29%;--wick-bottom:47%;--wick-height:37%}.candle-8{--candle-left:84%;--body-bottom:58%;--body-height:19%;--wick-bottom:54%;--wick-height:27%}.candle-9{--candle-left:93%;--body-bottom:55%;--body-height:31%;--wick-bottom:51%;--wick-height:39%}
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 12px; }
.signal-grid article { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 15px; border-radius: 11px; background: rgba(255,255,255,.055); }
.signal-grid span { color: rgba(255,255,255,.42); font-size: 11px; }.signal-grid strong{font-size:14px;font-weight:600}.signal-grid b{grid-row:1/3;grid-column:2;align-self:center;color:var(--mint);font-size:17px;font-weight:600}
.arm-control { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; min-width: 0; padding: 14px 15px; color: var(--white); text-align: left; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.055); cursor: pointer; transition: border-color 160ms ease,background 160ms ease,transform 120ms ease; }
.arm-control:hover { border-color: rgba(255,255,255,.22); }
.arm-control:active { transform: scale(.98); }
.arm-control:focus-visible { outline: 2px solid var(--mint-focus); outline-offset: 3px; }
.arm-control span { grid-column: 1; }
.arm-control strong { grid-column: 1; text-transform: uppercase; }
.arm-control b { grid-row: 1/3; grid-column: 2; min-width: 32px; padding: 5px 7px; color: rgba(255,255,255,.5); text-align: center; border-radius: 999px; background: rgba(255,255,255,.06); font-size: 10px; letter-spacing: .06em; }
.arm-control[data-arm-mode="buy"].is-active { border-color: var(--mint); background: rgba(67,232,139,.12); }
.arm-control[data-arm-mode="buy"].is-active b { color: var(--black); background: var(--mint); }
.arm-control[data-arm-mode="sell"].is-active { border-color: var(--short); background: rgba(255,97,120,.12); }
.arm-control[data-arm-mode="sell"].is-active b { color: var(--black); background: var(--short); }
.arm-control[data-arm-mode="both"].is-active { border-color: #ffc857; background: rgba(255,200,87,.12); }
.arm-control[data-arm-mode="both"].is-active b { color: var(--black); background: #ffc857; }
.support-strip { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; min-height: 92px; padding: 20px max(24px,calc((100vw - 980px)/2)); color: var(--ink); background: var(--white); }
.support-strip p { margin: 0; font-size: 17px; font-weight: 600; }.support-strip div{display:flex;gap:36px;color:var(--muted);font-size:14px}
.catalog-intro { padding-top: 112px; padding-bottom: 112px; }
.catalog-intro h2, .process-section h2, .psychology-tile h2, .closing-tile h2 { margin-bottom: 20px; font-size: clamp(40px,4.5vw,64px); line-height: 1.07; }

.product-tile { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(560px,1.28fr); gap: clamp(56px,7vw,110px); align-items: center; min-height: 790px; padding: 80px max(24px,calc((100vw - 1280px)/2)); }
.product-tile-light { color: var(--ink); background: var(--white); }.product-tile-dark{color:var(--white);background:var(--tile-dark)}
.product-copy { max-width: 480px; }.product-label{margin-bottom:10px;color:var(--mint-dark);font-size:17px;font-weight:600}.product-tile-dark .product-label{color:var(--mint)}
.product-copy h2 { margin-bottom: 20px; font-size: clamp(40px,4vw,58px); line-height: 1.08; }
.product-copy>p:not(.product-label){color:var(--muted);font-size:21px;line-height:1.42}.product-tile-dark .product-copy>p:not(.product-label){color:var(--muted-dark)}.product-copy .tile-actions{justify-content:flex-start}
.text-link{padding:10px 0;color:var(--mint-dark);border:0;background:transparent;cursor:pointer;font-size:17px}.text-link-dark{color:var(--mint-focus)}.text-link:focus-visible{outline:2px solid var(--mint-focus);outline-offset:4px;border-radius:5px}
.product-render{min-height:520px;color:var(--white);background:#111512;border:1px solid rgba(255,255,255,.1)}
.render-toolbar{color:rgba(255,255,255,.55);border-bottom:1px solid rgba(255,255,255,.09)}.render-toolbar strong{font-size:12px;font-weight:400}.render-toolbar i{justify-self:end;width:8px;height:8px;border-radius:50%;background:var(--mint)}
.render-content{display:grid;grid-template-columns:150px 1fr;min-height:472px}.render-sidebar{display:flex;flex-direction:column;gap:22px;padding:26px 22px;color:rgba(255,255,255,.42);border-right:1px solid rgba(255,255,255,.08);font-size:13px}.render-sidebar b{color:var(--mint);font-weight:600}
.render-main{padding:28px}.render-title{display:flex;justify-content:space-between;font-size:14px}.render-title strong{font-weight:600}
.mini-chart{position:relative;height:300px;margin-top:24px;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:25% 25%;border:1px solid rgba(255,255,255,.07)}
.mini-chart i{position:absolute;left:var(--x);top:var(--y);width:8px;height:var(--h);background:var(--mint)}.mini-chart i::after{position:absolute;top:-12px;left:3px;width:1px;height:calc(100% + 24px);background:var(--mint);content:""}.mini-chart span{position:absolute;right:16px;top:18px;padding:5px 10px;color:var(--black);border-radius:999px;background:var(--mint);font-size:11px;font-weight:600}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.metric-row span{display:flex;justify-content:space-between;padding:11px 12px;border-radius:8px;background:rgba(255,255,255,.05)}.metric-row small{color:rgba(255,255,255,.42)}.metric-row b{color:var(--mint);font-weight:600}
.tv-render{background:#090b0a}.tv-stage{position:relative;height:472px;overflow:hidden;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:12.5% 20%}.tv-band{position:absolute;right:0;bottom:16%;width:72%;height:30%;background:rgba(67,232,139,.08)}.tv-price-line{position:absolute;top:53%;width:100%;border-top:1px dashed rgba(67,232,139,.5)}.tv-wave{position:absolute;left:-5%;top:42%;width:110%;height:2px;background:var(--mint);transform:rotate(-9deg)}.tv-wave::before,.tv-wave::after{position:absolute;width:34%;height:80px;border-top:3px solid var(--mint);border-radius:50%;content:""}.tv-wave::before{left:18%;top:-38px;transform:rotate(18deg)}.tv-wave::after{right:12%;top:-12px;transform:rotate(-12deg)}.tv-status{position:absolute;right:30px;top:28px;padding:7px 12px;color:var(--black);border-radius:999px;background:var(--mint);font-size:12px;font-weight:600}.tv-symbol{position:absolute;left:30px;bottom:24px;color:rgba(255,255,255,.18);font-family:var(--display);font-size:110px;font-weight:600;letter-spacing:-.06em}

.process-section{padding-top:120px;padding-bottom:120px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:min(100%,1120px);margin:64px auto 0}.process-grid article{min-height:260px;padding:32px;border:1px solid var(--hairline);border-radius:18px;background:var(--white)}.process-grid span{color:var(--mint-dark);font-size:14px;font-weight:600}.process-grid h3{margin:70px 0 12px;font-size:28px;line-height:1.15}.process-grid p{margin:0;color:var(--muted);font-size:17px;line-height:1.47}
.psychology-tile{min-height:900px;padding-top:112px;padding-bottom:0}.video-render{position:relative;display:block;width:min(100%,1040px);min-height:500px;margin:72px auto 0;padding:64px;overflow:hidden;color:var(--white);text-align:left;border:0;border-radius:18px 18px 0 0;background:#121514;cursor:pointer;box-shadow:rgba(0,0,0,.32) 3px 5px 30px 0}.video-render::before{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:80px 80px;content:""}.video-render>*{position:relative;z-index:1}.video-kicker{display:block;margin-bottom:90px;color:var(--mint);font-size:14px;font-weight:600}.video-render strong{display:block;max-width:650px;font-family:var(--display);font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-.04em}.video-render i{position:absolute;z-index:2;right:64px;bottom:64px;display:grid;width:56px;height:56px;place-items:center;color:var(--black);border-radius:50%;background:var(--mint);font-style:normal;font-size:17px}.video-render small{position:absolute;left:64px;bottom:64px;color:rgba(255,255,255,.48);font-size:12px}
.about-section{padding-top:140px;padding-bottom:140px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;width:min(100%,980px);margin:0 auto}.about-grid h2,.faq-layout h2{margin:0;font-size:clamp(40px,4.4vw,60px);line-height:1.08}.about-copy p{color:var(--muted);font-size:21px;line-height:1.5}.about-copy p:last-child{margin-bottom:0}
.faq-section{padding-top:120px;padding-bottom:120px}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:110px;width:min(100%,1120px);margin:0 auto}.faq-list details{border-bottom:1px solid var(--hairline)}.faq-list summary{display:flex;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none;font-size:21px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--mint-dark);font-size:26px;font-weight:300;transition:transform 160ms ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:700px;margin:-6px 0 24px;color:var(--muted);font-size:17px;line-height:1.47}
.closing-tile{padding-top:130px;padding-bottom:130px}.closing-tile h2{margin-bottom:0}

.site-footer{padding:56px max(24px,calc((100vw - 980px)/2)) 28px;color:rgba(255,255,255,.58);background:var(--black);font-size:12px;letter-spacing:-.01em}.footer-top{display:flex;justify-content:space-between;gap:32px;align-items:center;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-top p{margin:0}.footer-brand{display:inline-flex;gap:8px;align-items:center;color:var(--white)}.footer-brand strong{font-size:15px;letter-spacing:-.04em}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links strong{color:var(--white);font-size:12px;font-weight:600}.footer-links a:hover{color:var(--white)}.footer-legal{display:flex;justify-content:space-between;gap:40px;padding-top:24px}.footer-legal p{max-width:620px;margin:0;text-align:right;line-height:1.45}
.preview-dialog{width:min(calc(100% - 40px),520px);padding:42px;color:var(--ink);border:0;border-radius:18px;background:var(--white)}.preview-dialog::backdrop{background:rgba(0,0,0,.64);backdrop-filter:blur(12px)}.preview-dialog h2{margin-bottom:14px;font-size:40px;line-height:1.08}.preview-dialog>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.47}.preview-dialog .button{margin-top:10px}.dialog-close{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;place-items:center;color:var(--ink);border:0;border-radius:50%;background:rgba(210,210,215,.64);cursor:pointer;font-size:22px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity 700ms ease,transform 700ms cubic-bezier(.2,.7,.2,1)}.reveal-delay{transition-delay:120ms}.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

@media(max-width:1068px){.hero h1{font-size:56px}.product-tile{grid-template-columns:1fr;gap:56px}.product-copy{max-width:760px;text-align:center;margin:0 auto}.product-copy .tile-actions{justify-content:center}.product-render{width:min(100%,820px);margin:0 auto}.about-grid,.faq-layout{gap:64px}}
@media(max-width:833px){.global-nav{grid-template-columns:1fr auto 1fr}.primary-nav{position:fixed;z-index:-1;inset:44px 0 auto;display:flex;flex-direction:column;gap:0;align-items:stretch;padding:12px 24px 26px;color:var(--white);background:rgba(0,0,0,.98);opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity 180ms ease,transform 180ms ease}.primary-nav.is-open{opacity:1;pointer-events:auto;transform:none}.primary-nav a{display:block;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:17px}.nav-toggle{display:grid;gap:6px;width:44px;height:44px;padding:0;border:0;background:transparent;place-content:center;cursor:pointer}.nav-toggle>span:not(.sr-only){display:block;width:18px;height:1px;background:var(--white);transition:transform 160ms ease}.nav-toggle[aria-expanded="true"]>span:nth-of-type(2){transform:translateY(3.5px) rotate(45deg)}.nav-toggle[aria-expanded="true"]>span:nth-of-type(3){transform:translateY(-3.5px) rotate(-45deg)}.nav-shop{justify-self:end}.product-nav nav{display:none}.product-nav>div{grid-template-columns:1fr auto}.support-strip{grid-template-columns:1fr}.support-strip div{justify-content:space-between}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:220px}.process-grid h3{margin-top:50px}.about-grid,.faq-layout{grid-template-columns:1fr}.about-copy{max-width:700px}.video-render{min-height:440px}.render-content{grid-template-columns:110px 1fr}.render-sidebar{padding-inline:16px}}
@media(max-width:640px){html{scroll-padding-top:96px}.global-nav,.product-nav>div{width:calc(100% - 32px)}.brand-name{display:none}.nav-shop{font-size:12px}.product-nav{height:48px}.product-nav-name{font-size:17px}.tile{padding:64px 20px}.hero{min-height:780px;padding-top:64px;padding-bottom:0}.hero h1{font-size:40px}.tile-lede{font-size:21px}.tile-actions{flex-direction:column}.tile-actions .button{width:100%;max-width:280px}.dashboard-render{margin-top:52px;border-radius:12px 12px 0 0}.dashboard-body{padding:14px}.dashboard-topbar{padding-inline:14px}.chart-grid{height:250px}.signal-grid{grid-template-columns:1fr}.signal-grid article:nth-child(n+2){display:none}.support-strip{padding:28px 20px}.support-strip div{flex-direction:column;gap:10px}.catalog-intro{padding-block:80px}.catalog-intro h2,.process-section h2,.psychology-tile h2,.closing-tile h2{font-size:40px}.product-tile{min-height:auto;padding:72px 20px}.product-copy h2{font-size:40px}.product-copy>p:not(.product-label){font-size:19px}.product-render{min-height:420px;border-radius:12px}.render-content{grid-template-columns:1fr;min-height:374px}.render-sidebar{display:none}.render-main{padding:18px}.mini-chart{height:260px}.metric-row span:nth-child(2){display:none}.metric-row{grid-template-columns:repeat(2,1fr)}.tv-stage{height:374px}.tv-symbol{font-size:78px}.process-section,.faq-section{padding-block:80px}.process-grid{margin-top:44px}.psychology-tile{min-height:auto;padding-top:80px;padding-bottom:0}.video-render{min-height:420px;margin-top:52px;padding:32px;border-radius:12px 12px 0 0}.video-kicker{margin-bottom:84px}.video-render strong{font-size:40px}.video-render i{right:32px;bottom:32px}.video-render small{left:32px;bottom:36px;max-width:180px}.about-section{padding-block:88px}.about-grid{gap:44px}.about-grid h2,.faq-layout h2{font-size:40px}.about-copy p{font-size:19px}.faq-layout{gap:44px}.faq-list summary{font-size:18px}.closing-tile{padding-block:88px}.footer-top,.footer-legal{align-items:flex-start;flex-direction:column}.footer-top p{line-height:1.45}.footer-links{grid-template-columns:1fr 1fr}.footer-legal p{text-align:left}.preview-dialog{padding:36px 24px}.preview-dialog h2{font-size:34px}}
@media(max-width:419px){.hero h1,.catalog-intro h2,.process-section h2,.psychology-tile h2,.closing-tile h2,.product-copy h2,.about-grid h2,.faq-layout h2{font-size:34px}.hero{padding-top:52px}.chart-grid{height:220px}.dashboard-topbar{grid-template-columns:1fr auto}.dashboard-topbar>span{display:none}.product-nav .button{padding-inline:12px}.render-toolbar{grid-template-columns:1fr auto}.render-toolbar strong{display:none}.video-render strong{font-size:34px}.video-render small{display:none}.footer-links{grid-template-columns:1fr}.footer-top{padding-bottom:24px}}
@media(max-width:640px){.candle,.candle::before{width:6px}.candle i{left:2.5px;width:1px}}
