:root {
  --ink: #10110f;
  --soft-ink: #343831;
  --muted: #6f746c;
  --line: rgba(20, 23, 18, .12);
  --paper: #f4f3ef;
  --white: #fff;
  --acid: #d8ff4f;
  --blue: #606cff;
  --green: #c9f59f;
  --orange: #ff9a62;
  --terminal: #09100c;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
body, button { font-family: Inter, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1320px, calc(100% - 56px)); margin-inline: auto; }
.narrow { width: min(1040px, calc(100% - 56px)); }
.section { padding: 150px 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 15px; color: #fff; background: #111; border-radius: 99px; transform: translateY(-70px); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(244, 243, 239, .82); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px) saturate(150%); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 20px/1 Manrope, sans-serif; letter-spacing: -.7px; }
.brand-glyph { position: relative; width: 33px; height: 33px; display: inline-grid; place-items: center; overflow: hidden; background: var(--ink); border-radius: 9px; }
.brand-glyph i:first-child { width: 9px; height: 9px; border-right: 2px solid var(--acid); border-bottom: 2px solid var(--acid); transform: translate(-4px) rotate(-45deg); }
.brand-glyph i:last-child { position: absolute; width: 8px; height: 2px; margin: 9px 0 0 10px; background: var(--acid); }
.nav-links { display: flex; align-items: center; gap: 27px; color: #4f544d; font-size: 12px; font-weight: 500; }
.nav-links > a { transition: color .2s; }
.nav-links > a:hover { color: #000; }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav-text { font-size: 12px; font-weight: 600; }
.mobile-nav-actions, .menu-button { display: none; }

.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 14px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-large { min-height: 55px; padding: 0 25px; font-size: 13px; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 18px rgba(13, 15, 12, .15); }
.button-dark:hover { background: #282b26; box-shadow: 0 12px 25px rgba(13, 15, 12, .2); }
.button-light { background: rgba(255, 255, 255, .7); border-color: var(--line); }
.button-light:hover { background: #fff; }
.button-white { color: #111; background: #fff; }

.hero { position: relative; min-height: 1280px; padding: 162px 0 120px; overflow: hidden; background: radial-gradient(circle at 10% 8%, rgba(255, 173, 118, .26), transparent 25%), radial-gradient(circle at 94% 30%, rgba(105, 119, 255, .26), transparent 24%), linear-gradient(180deg, #f4f3ef 0%, #f8f7f3 57%, #edebe4 100%); }
.hero:after { content: ""; position: absolute; z-index: 0; left: 50%; bottom: -280px; width: 1200px; height: 620px; background: rgba(201, 245, 159, .44); border-radius: 50%; filter: blur(110px); transform: translateX(-50%); }
.hero-aura { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .42; pointer-events: none; }
.aura-one { width: 420px; height: 420px; top: 180px; left: -220px; background: #ffba88; }
.aura-two { width: 500px; height: 500px; top: 420px; right: -300px; background: #7c85ff; }
.hero-copy { position: relative; z-index: 2; text-align: center; }
.announcement { min-height: 38px; padding: 6px 7px 6px 12px; display: inline-flex; align-items: center; gap: 8px; color: #555a52; background: rgba(255, 255, 255, .66); border: 1px solid rgba(15, 18, 13, .1); border-radius: 99px; box-shadow: 0 6px 25px rgba(18, 21, 16, .06); font-size: 10px; font-weight: 600; backdrop-filter: blur(12px); }
.announcement i { padding: 8px 12px; color: #fff; background: #171916; border-radius: 99px; font-style: normal; }
.live-dot { width: 7px; height: 7px; background: #49ac5e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(73, 172, 94, .12); }
.hero h1 { margin: 47px 0 30px; font: 700 clamp(76px, 10vw, 150px)/.84 Manrope, sans-serif; letter-spacing: clamp(-8px, -.065em, -4px); }
.hero h1 em { position: relative; color: transparent; background: linear-gradient(100deg, #4658ff 8%, #7358df 42%, #cf654d 82%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-copy > p { max-width: 720px; margin: 0 auto; color: #555b53; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; letter-spacing: -.25px; }
.hero-actions { margin-top: 35px; display: flex; justify-content: center; gap: 10px; }
.hero-proof { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #7c8079; font-size: 9px; font-weight: 500; letter-spacing: .25px; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; background: #9da099; border-radius: 50%; }

.product-cinema { position: relative; z-index: 2; margin-top: 98px; padding: 24px 62px 0; }
.cinema-glow { position: absolute; inset: -40px 4% 1%; background: conic-gradient(from 200deg, rgba(201, 245, 159, .5), rgba(115, 126, 255, .26), rgba(255, 154, 98, .3), rgba(201, 245, 159, .5)); border-radius: 90px; filter: blur(48px); opacity: .58; }
.workspace-window { position: relative; overflow: hidden; background: #eef0eb; border: 1px solid rgba(16, 18, 15, .22); border-radius: 24px; box-shadow: 0 60px 120px rgba(26, 30, 23, .24), 0 10px 35px rgba(26, 30, 23, .12); }
.window-chrome { height: 48px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #777c74; background: #f8f8f5; border-bottom: 1px solid #dedfd9; font-size: 8px; }
.traffic { display: flex; gap: 6px; }
.traffic i, .mini-chrome i { width: 8px; height: 8px; background: #d2d3ce; border-radius: 50%; }
.address { min-width: 250px; padding: 8px 20px; text-align: center; background: #e9eae5; border-radius: 7px; }
.tiny-lock { margin-right: 5px; }
.chrome-status { justify-self: end; }
.chrome-status span { width: 6px; height: 6px; display: inline-block; margin-right: 5px; background: #5ab168; border-radius: 50%; }
.workspace { min-height: 610px; display: grid; grid-template-columns: 220px 1fr; }
.workspace-nav { padding: 24px 16px 17px; display: flex; flex-direction: column; color: #7d8c83; background: #101712; }
.workspace-brand { margin: 0 7px 38px; color: #fff; font: 700 13px Manrope, sans-serif; }
.workspace-brand span { margin-right: 7px; color: var(--acid); font: 500 11px DM Mono, monospace; }
.workspace-brand em { margin-left: 5px; color: #77877e; font-style: normal; font-weight: 500; }
.workspace-nav > small { margin: 0 7px; color: #4f5e55; font-size: 6px; letter-spacing: 1.3px; }
.workspace-identity { margin: 10px 3px 22px; padding: 9px; display: flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .05); border-radius: 9px; }
.workspace-identity > i { width: 28px; height: 28px; display: grid; place-items: center; color: #111; background: var(--acid); border-radius: 8px; font: 700 8px Manrope, sans-serif; font-style: normal; }
.workspace-identity > span { display: grid; gap: 3px; }
.workspace-identity b { color: #e5ebe7; font-size: 7px; }
.workspace-identity small { color: #66776d; font-size: 5.5px; }
.workspace-nav ul { margin: 0; padding: 0; display: grid; gap: 3px; list-style: none; }
.workspace-nav li { padding: 10px 9px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; border-radius: 7px; font-size: 7px; }
.workspace-nav li.active { color: #f1f5f2; background: rgba(216, 255, 79, .09); box-shadow: inset 2px 0 var(--acid); }
.workspace-nav li.active span { color: var(--acid); }
.workspace-nav li b { min-width: 16px; height: 16px; display: grid; place-items: center; color: #161d16; background: var(--acid); border-radius: 99px; font-size: 5px; }
.zero-note { margin-top: auto; padding: 11px; display: flex; align-items: center; gap: 9px; color: #aec568; background: rgba(216, 255, 79, .055); border: 1px solid rgba(216, 255, 79, .08); border-radius: 9px; }
.zero-note > span { font-size: 15px; }
.zero-note p { margin: 0; display: grid; gap: 3px; }
.zero-note b { font-size: 6px; }
.zero-note small { color: #687c70; font-size: 5px; }
.workspace-main { min-width: 0; display: grid; grid-template-rows: 66px 38px 1fr 30px; background: #f1f2ee; }
.workspace-header { padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedfd9; }
.workspace-header > div:first-child { display: grid; gap: 4px; }
.workspace-header small { color: #969b94; font-size: 5px; letter-spacing: 1.2px; }
.workspace-header b { font: 650 12px Manrope, sans-serif; }
.workspace-header-actions { display: flex; align-items: center; gap: 9px; }
.workspace-header-actions button { width: 27px; height: 27px; color: #838981; background: #e5e6e1; border: 0; border-radius: 7px; font-size: 7px; }
.session-live { padding: 6px 9px; color: #397d47; background: #e2f0df; border-radius: 99px; font-size: 6px; font-weight: 600; }
.session-live i { width: 5px; height: 5px; display: inline-block; margin-right: 4px; background: #4baa5e; border-radius: 50%; }
.terminal-tabs { padding: 0 13px; display: flex; align-items: end; gap: 3px; background: #e6e7e2; border-bottom: 1px solid #d5d7d0; }
.terminal-tabs > span { height: 31px; min-width: 138px; padding: 0 10px; display: flex; align-items: center; gap: 6px; color: #777d75; background: #dcddd8; border-radius: 6px 6px 0 0; font-size: 6px; }
.terminal-tabs > span.active { color: #333932; background: #f7f7f4; }
.terminal-tabs i { width: 5px; height: 5px; background: #58a76a; border-radius: 50%; }
.terminal-tabs b { margin-left: auto; font-weight: 400; }
.terminal-tabs button { width: 25px; height: 25px; margin-bottom: 3px; color: #858a83; background: transparent; border: 0; }
.terminal-canvas { min-height: 0; display: grid; grid-template-columns: 1fr 270px; overflow: hidden; color: #a8b7ad; background: var(--terminal); }
.terminal-lines { padding: 31px 30px; overflow: hidden; font: 8.5px/2 DM Mono, monospace; }
.terminal-lines p { margin: 0 0 6px; }
.terminal-lines mark { color: var(--acid); background: none; }
.terminal-lines b { color: #edf3ef; font-weight: 500; }
.terminal-muted { color: #536359; }
.terminal-output { color: #74877b; }
.terminal-thinking { width: max-content; padding: 2px 9px; color: #b7cbac; background: rgba(216, 255, 79, .06); border: 1px solid rgba(216, 255, 79, .1); border-radius: 5px; }
.terminal-thinking span { width: 5px; height: 5px; display: inline-block; margin-right: 5px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 8px var(--acid); }
.terminal-cursor, .phone-terminal i, .local-command pre i { width: 6px; height: 12px; display: inline-block; vertical-align: middle; background: var(--acid); animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.operator-panel { margin: 13px; padding: 14px; display: flex; flex-direction: column; color: #363c35; background: #f4f5f0; border-radius: 11px; box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.operator-panel header { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; }
.operator-star { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: #5662f5; border-radius: 8px; }
.operator-panel header p { margin: 0; display: grid; gap: 2px; }
.operator-panel header b { font-size: 7px; }
.operator-panel header small { color: #8c918a; font-size: 5px; }
.operator-panel header button { color: #8c918a; background: transparent; border: 0; }
.operator-result { margin-top: 22px; }
.operator-result > span { color: #4c9a5c; font-size: 5px; font-weight: 700; letter-spacing: .8px; }
.operator-result h3 { margin: 8px 0; font: 650 13px/1.25 Manrope, sans-serif; letter-spacing: -.3px; }
.operator-result p { color: #777e75; font-size: 6px; line-height: 1.65; }
.operator-checks { margin-top: 6px; padding-top: 8px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e0e2dc; }
.operator-checks p { margin: 4px 0; color: #6c746b; font-size: 5.5px; }
.operator-checks i { margin-right: 4px; color: #4a9958; font-style: normal; }
.operator-button { margin-top: auto; padding: 10px; display: flex; justify-content: space-between; color: #fff; background: #171a17; border: 0; border-radius: 7px; font-size: 6px; }
.terminal-footer { padding: 0 12px; display: flex; align-items: center; justify-content: flex-end; gap: 16px; color: #4f6357; background: #0d1711; border-top: 1px solid #1e2d24; font-size: 5px; }
.terminal-footer span:first-child { margin-right: auto; }
.terminal-footer i { width: 5px; height: 5px; display: inline-block; margin-right: 4px; background: #4aa55d; border-radius: 50%; }
.device-card { position: absolute; z-index: 4; }
.phone-card { right: 4px; bottom: -61px; width: 170px; height: 310px; padding: 24px 13px 16px; color: #cbd7cf; background: #070b08; border: 5px solid #171a17; border-radius: 31px; box-shadow: 0 30px 60px rgba(17, 20, 16, .3); transform: rotate(3deg); }
.phone-speaker { position: absolute; top: 7px; left: 50%; width: 52px; height: 12px; background: #171a17; border-radius: 99px; transform: translateX(-50%); }
.phone-card > small { color: #65756a; font-size: 5px; letter-spacing: 1px; }
.phone-card h3 { margin: 8px 0 15px; font: 650 10px Manrope, sans-serif; }
.phone-terminal { height: 210px; padding: 11px 9px; color: #87988c; background: #0c1510; border: 1px solid #1d2b22; border-radius: 10px; font: 5.5px/1.85 DM Mono, monospace; }
.phone-terminal p { margin: 0 0 5px; }
.phone-terminal i { width: 4px; height: 7px; }
.phone-home { width: 45px; height: 3px; margin: 10px auto; background: #485149; border-radius: 99px; }
.resume-toast { position: absolute; z-index: 5; left: 20px; bottom: 42px; min-width: 250px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .9); border: 1px solid rgba(19, 23, 18, .1); border-radius: 13px; box-shadow: 0 18px 45px rgba(24, 29, 21, .2); backdrop-filter: blur(15px); }
.resume-toast > span { width: 34px; height: 34px; display: grid; place-items: center; color: #38492e; background: var(--green); border-radius: 9px; }
.resume-toast p { margin: 0; display: grid; gap: 3px; }
.resume-toast b { font-size: 8px; }
.resume-toast small { color: #82877f; font-size: 6px; }

.platform-bar { padding: 26px 0; background: #fff; border-block: 1px solid var(--line); }
.platform-bar > div { display: flex; align-items: center; justify-content: center; gap: 22px; }
.platform-bar span { color: #959990; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.platform-bar b { color: #454a43; font-size: 11px; font-weight: 600; }
.platform-bar i { width: 3px; height: 3px; background: #bec0ba; border-radius: 50%; }

.section-label { display: inline-flex; align-items: center; gap: 8px; color: #6b7069; font-size: 9px; font-weight: 600; letter-spacing: 1.1px; text-transform: uppercase; }
.section-label:before { content: ""; width: 19px; height: 1px; background: currentColor; }
.section-label.on-dark { color: #9ba49d; }
.statement { padding-bottom: 110px; background: #fff; }
.statement h2 { margin: 28px 0 30px; font: 700 clamp(60px, 7vw, 104px)/.96 Manrope, sans-serif; letter-spacing: -.065em; }
.statement p { max-width: 830px; margin: 0; color: #71766f; font-size: clamp(18px, 2vw, 27px); line-height: 1.45; letter-spacing: -.6px; }

.worlds { padding-top: 30px; background: #fff; }
.worlds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.world-card { min-height: 780px; padding: 37px; position: relative; overflow: hidden; border-radius: 30px; }
.world-card > header { display: flex; align-items: center; justify-content: space-between; }
.world-card > header span, .world-card > header small { font: 600 8px DM Mono, monospace; letter-spacing: 1px; }
.world-copy { position: relative; z-index: 2; margin-top: 165px; }
.world-copy h3 { margin-bottom: 22px; font: 700 clamp(42px, 4vw, 66px)/1 Manrope, sans-serif; letter-spacing: -.055em; }
.world-copy p { max-width: 510px; color: #697067; font-size: 14px; line-height: 1.65; }
.world-copy a { margin-top: 14px; display: inline-flex; gap: 9px; font-size: 11px; font-weight: 600; }
.local-world { background: #efeee9; border: 1px solid #dfded7; }
.local-command { position: absolute; right: -16px; bottom: -38px; width: 86%; height: 275px; overflow: hidden; color: #93a096; background: #0b110d; border: 1px solid #242e27; border-radius: 18px 18px 0 0; box-shadow: 0 30px 60px rgba(20, 24, 19, .22); transform: rotate(-2deg); }
.mini-chrome { height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 6px; color: #728078; background: #151d18; border-bottom: 1px solid #263029; font-size: 6px; }
.mini-chrome i { width: 7px; height: 7px; background: #354139; }
.mini-chrome span { margin-left: auto; margin-right: auto; }
.local-command pre { margin: 0; padding: 25px; font: 9px/1.9 DM Mono, monospace; }
.local-command pre > span { color: #536158; }
.local-command pre b, .local-command pre mark { color: var(--acid); background: none; }
.cloud-world { color: #fff; background: radial-gradient(circle at 90% 90%, rgba(216, 255, 79, .16), transparent 31%), linear-gradient(145deg, #182019, #0c120e); }
.cloud-world .world-copy p { color: #9da89f; }
.cloud-world .world-card, .cloud-world > header { color: #c9d1cb; }
.cloud-world .world-copy a { color: var(--acid); }
.session-journey { position: absolute; right: 37px; bottom: 36px; left: 37px; min-height: 235px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.journey-line { position: absolute; top: 50%; right: 12%; left: 12%; height: 1px; background: rgba(216, 255, 79, .25); }
.journey-line i { position: absolute; inset: -3px auto auto 18%; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 18px var(--acid); animation: travel 3.8s ease-in-out infinite; }
@keyframes travel { 0% { left: 0; } 50% { left: 78%; } 100% { left: 0; } }
.journey-device, .journey-status { position: relative; z-index: 2; min-height: 105px; padding: 18px; display: flex; align-items: center; gap: 13px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; backdrop-filter: blur(10px); }
.journey-device > span { width: 43px; height: 43px; position: relative; display: block; }
.device-laptop:before { content: ""; position: absolute; inset: 4px 2px 10px; border: 2px solid #96aa9d; border-radius: 5px; }
.device-laptop:after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; background: #96aa9d; border-radius: 99px; }
.device-phone:before { content: ""; position: absolute; inset: 1px 10px; border: 2px solid #96aa9d; border-radius: 7px; }
.journey-device p, .journey-status p { margin: 0; display: grid; gap: 5px; }
.journey-device b, .journey-status b { font-size: 9px; }
.journey-device small, .journey-status small { color: #728279; font-size: 6px; }
.journey-status { min-height: 122px; background: var(--acid); color: #171c16; border-color: var(--acid); box-shadow: 0 15px 35px rgba(0, 0, 0, .25); }
.journey-status > span { font-size: 20px; }
.journey-status small { color: #53603e; }

.operator { position: relative; overflow: hidden; color: #fff; background: #121315; }
.operator-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .55; }
.orb-a { width: 500px; height: 500px; left: -200px; bottom: -160px; background: #5d6aff; }
.orb-b { width: 460px; height: 460px; top: -230px; right: -120px; background: #c0478d; }
.operator-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 120px; }
.operator-copy h2 { margin: 31px 0 28px; font: 700 clamp(70px, 7vw, 108px)/.88 Manrope, sans-serif; letter-spacing: -.07em; }
.operator-copy h2 em { color: #aab2ff; font-style: normal; }
.operator-copy > p { max-width: 500px; color: #989b9e; font-size: 15px; line-height: 1.7; }
.operator-copy ul { max-width: 440px; margin: 32px 0 35px; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .1); }
.operator-copy li { padding: 14px 0; display: flex; gap: 20px; color: #c3c5c7; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
.operator-copy li span { color: #606568; font: 8px DM Mono, monospace; }
.operator-demo { padding: 25px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .1); border-radius: 28px; box-shadow: 0 40px 90px rgba(0, 0, 0, .4); backdrop-filter: blur(20px); }
.operator-prompt { min-height: 70px; padding: 14px 17px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; color: #20221f; background: #fff; border-radius: 15px; }
.operator-prompt > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #5b67f5; border-radius: 9px; }
.operator-prompt p { margin: 0; font-size: 11px; }
.operator-prompt small { color: #999d97; font: 8px DM Mono, monospace; }
.operator-plan { margin-top: 15px; overflow: hidden; background: #181a1b; border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; }
.operator-plan header { min-height: 65px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.operator-plan header p { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 9px; }
.operator-plan header p span { color: #aab2ff; }
.operator-plan header > small { padding: 5px 8px; color: #888d89; background: #232626; border-radius: 99px; font-size: 6px; }
.plan-step { min-height: 61px; padding: 0 19px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.plan-step > span { width: 22px; height: 22px; display: grid; place-items: center; color: #878d88; background: #262928; border-radius: 6px; font: 7px DM Mono, monospace; }
.plan-step code { color: #cad0cb; font: 8px DM Mono, monospace; }
.plan-step i { padding: 5px 7px; color: #78ba7f; background: rgba(79, 170, 93, .1); border-radius: 99px; font-size: 5px; font-style: normal; }
.operator-plan footer { padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.operator-plan footer p { margin: 0; color: #7d827e; font-size: 6px; }
.operator-plan footer p span { margin-right: 5px; color: #aab2ff; }
.operator-plan footer button { padding: 11px 14px; display: flex; gap: 15px; color: #fff; background: #5b67f5; border: 0; border-radius: 8px; font-size: 7px; font-weight: 600; }
.operator-insight { margin: 15px 0 -65px 48px; padding: 17px 19px; color: #262824; background: #d7f5bc; border-radius: 15px; box-shadow: 0 22px 55px rgba(0, 0, 0, .28); transform: rotate(1.5deg); }
.operator-insight > span { font-size: 5px; font-weight: 700; letter-spacing: 1px; }
.operator-insight p { margin: 8px 0; font-size: 9px; line-height: 1.5; }
.operator-insight small { color: #738367; font-size: 5px; }

.network { background: #f0efe9; }
.section-heading { display: grid; grid-template-columns: 1fr 1.1fr .9fr; align-items: end; gap: 45px; }
.section-heading h2 { margin: 0; font: 700 clamp(58px, 6vw, 92px)/.95 Manrope, sans-serif; letter-spacing: -.065em; }
.section-heading > p { margin: 0; color: #70766e; font-size: 14px; line-height: 1.7; }
.network .section-heading { grid-template-columns: 1.35fr .65fr; gap: 30px 80px; }
.network .section-heading .section-label { grid-column: 1 / -1; }
.network .section-heading > p { max-width: 440px; justify-self: end; }
.network-stage { min-height: 430px; margin-top: 90px; padding: 36px; display: grid; grid-template-columns: 1fr 210px 1fr; align-items: stretch; gap: 15px; background: #e7e6df; border: 1px solid #d8d7cf; border-radius: 27px; }
.network-zone { position: relative; padding: 28px; border-radius: 19px; }
.network-zone > small { font: 600 6px DM Mono, monospace; letter-spacing: 1.1px; }
.cloud-zone { color: #fff; background: #141a16; }
.vpc-zone { background: #f8f8f4; border: 1px solid #dadbd4; }
.zone-core, .connector-node { width: min(290px, 90%); min-height: 82px; margin: 55px auto 0; padding: 16px; display: flex; align-items: center; gap: 13px; background: #212a23; border: 1px solid #344039; border-radius: 13px; }
.zone-core > span, .connector-node > span { width: 42px; height: 42px; display: grid; place-items: center; color: #1c241b; background: var(--acid); border-radius: 11px; font-size: 18px; }
.zone-core p, .connector-node p { margin: 0; display: grid; gap: 5px; }
.zone-core b, .connector-node b { font-size: 9px; }
.zone-core small, .connector-node small { color: #7c8a81; font-size: 6px; }
.zone-team { margin-top: 60px; display: flex; align-items: center; justify-content: center; }
.zone-team i { width: 28px; height: 28px; margin-left: -5px; display: grid; place-items: center; color: #222; background: #dde7d8; border: 2px solid #141a16; border-radius: 50%; font-size: 6px; font-style: normal; }
.zone-team span { margin-left: 9px; color: #77857c; font-size: 7px; }
.connector-node { color: #20241f; background: #fff; border-color: #dfe0da; box-shadow: 0 15px 30px rgba(31, 35, 28, .08); }
.connector-node > span { color: #fff; background: #5965f5; }
.connector-node small { color: #68726a; }
.private-hosts { margin-top: 38px; display: flex; justify-content: center; gap: 7px; }
.private-hosts span { padding: 8px 9px; color: #697069; background: #efefea; border: 1px solid #dcddd6; border-radius: 8px; font: 6px DM Mono, monospace; }
.private-hosts i { width: 5px; height: 5px; display: inline-block; margin-right: 5px; background: #55a760; border-radius: 50%; }
.network-tunnel { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7e837c; font: 6px DM Mono, monospace; text-align: center; }
.network-tunnel > div { width: 100%; height: 1px; margin: 14px 0; position: relative; background: #aeb1a9; }
.network-tunnel > div i { position: absolute; top: -3px; width: 7px; height: 7px; background: #5b67f5; border-radius: 50%; }
.network-tunnel > div i:nth-child(1) { left: 12%; }
.network-tunnel > div i:nth-child(2) { left: 49%; }
.network-tunnel > div i:nth-child(3) { right: 12%; }
.network-points { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d3d3cc; }
.network-points p { margin: 0; padding: 28px 35px; display: grid; grid-template-columns: 30px 1fr; gap: 8px 12px; border-right: 1px solid #d3d3cc; }
.network-points p:last-child { border: 0; }
.network-points span { grid-row: 1 / 3; color: #a0a39d; font: 7px DM Mono, monospace; }
.network-points b { font-size: 11px; }
.network-points small { color: #7b8079; font-size: 8px; line-height: 1.55; }

.security { background: #fff; }
.security-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 100px; }
.security-visual { height: 600px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(216, 255, 79, .15), transparent 24%), #0c120e; border-radius: 28px; }
.cipher-field { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(164, 184, 170, .1); font: 17px/4 DM Mono, monospace; letter-spacing: 4px; text-align: center; transform: rotate(-15deg) scale(1.3); }
.security-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(216, 255, 79, .4); stroke-width: 1; stroke-dasharray: 6 6; }
.security-visual svg circle { fill: var(--acid); stroke: none; }
.key-device, .encrypted-record { position: absolute; z-index: 2; padding: 15px; background: #f6f7f2; border-radius: 14px; box-shadow: 0 25px 50px rgba(0, 0, 0, .3); }
.key-device { top: 50%; left: 7%; width: 210px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; transform: translateY(-50%) rotate(-3deg); }
.key-device > span { width: 40px; height: 40px; display: grid; place-items: center; color: #182017; background: var(--acid); border-radius: 10px; }
.key-device p { margin: 0; display: grid; gap: 5px; }
.key-device small, .encrypted-record small { color: #92988f; font-size: 5px; letter-spacing: .8px; }
.key-device b { font-size: 8px; }
.key-device > i { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: #4eab60; border-radius: 50%; font-size: 7px; font-style: normal; }
.encrypted-record { top: 50%; right: 6%; width: 210px; color: #d5ded7; background: #19211b; border: 1px solid #334036; transform: translateY(-50%) rotate(2deg); }
.encrypted-record p { margin: 13px 0; overflow: hidden; color: #78887d; font: 8px DM Mono, monospace; letter-spacing: 2px; white-space: nowrap; }
.encrypted-record span { color: #8da096; font-size: 6px; }
.security-copy h2 { margin: 28px 0; font: 700 clamp(55px, 5.3vw, 82px)/.96 Manrope, sans-serif; letter-spacing: -.065em; }
.security-copy > p { color: #6f756e; font-size: 15px; line-height: 1.7; }
.security-list { margin: 35px 0 28px; border-top: 1px solid var(--line); }
.security-list p { min-height: 73px; margin: 0; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; border-bottom: 1px solid var(--line); }
.security-list b { font-size: 10px; }
.security-list small { color: #858a83; font-size: 8px; line-height: 1.45; }
.security-copy > a { display: inline-flex; gap: 9px; font-size: 10px; font-weight: 600; }

.film { color: #fff; background: #111311; }
.film-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: start; }
.film-heading h2 { margin: 0; font: 700 clamp(55px, 6vw, 94px)/.96 Manrope, sans-serif; letter-spacing: -.065em; }
.film-frame { margin-top: 75px; position: relative; }
.film-frame video { width: 100%; display: block; background: #000; border: 1px solid rgba(255, 255, 255, .14); border-radius: 28px; box-shadow: 0 50px 110px #000; }
.film-caption { position: absolute; right: 20px; bottom: 20px; padding: 9px 12px; color: #dfe2df; background: rgba(8, 10, 8, .66); border: 1px solid rgba(255, 255, 255, .12); border-radius: 99px; font-size: 7px; backdrop-filter: blur(10px); }

.install { color: #fff; background: #111311; border-top: 1px solid rgba(255, 255, 255, .08); }
.install-shell { padding: 85px; display: grid; grid-template-columns: 1fr; gap: 58px; background: radial-gradient(circle at 90% 0, rgba(103, 116, 255, .3), transparent 32%), radial-gradient(circle at 0 100%, rgba(216, 255, 79, .15), transparent 30%), #1a1d1b; border: 1px solid rgba(255, 255, 255, .1); border-radius: 30px; }
.install-copy { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 28px 70px; }
.install-copy .section-label { grid-column: 1 / -1; }
.install-copy h2 { margin: 0; font: 700 clamp(58px, 5vw, 80px)/.96 Manrope, sans-serif; letter-spacing: -.065em; }
.install-copy p { max-width: 390px; margin: 0 0 5px; color: #a2a8a3; font-size: 14px; line-height: 1.75; }
.install-console { overflow: hidden; background: #0b0f0c; border: 1px solid #394039; border-radius: 17px; box-shadow: 0 35px 70px rgba(0, 0, 0, .35); }
.install-tabs { padding: 12px; display: flex; gap: 6px; background: #141916; border-bottom: 1px solid #292f2a; }
.install-tabs button { padding: 10px 16px; color: #727a74; background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: 9px; }
.install-tabs button.active { color: #e7ece8; background: #252c27; }
.install-command { min-height: 145px; padding: 32px; display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; align-items: center; gap: 13px; }
.install-command > span { color: var(--acid); font: 13px DM Mono, monospace; }
.install-command code { overflow-x: auto; color: #d9e0db; font: 12px/1.5 DM Mono, monospace; white-space: nowrap; }
.copy-button { padding: 10px 14px; color: #a3ada6; background: #1b211d; border: 1px solid #303831; border-radius: 8px; cursor: pointer; font-size: 8px; }
.install-meta { padding: 17px 32px; display: flex; justify-content: space-between; color: #657169; background: #101511; border-top: 1px solid #252c27; font-size: 8px; }
.install-meta span:first-child { color: #8cab73; }

.final-cta { text-align: center; background: #f4f3ef; }
.final-symbol { width: 66px; height: 66px; margin: 0 auto 40px; display: grid; place-items: center; color: var(--acid); background: var(--ink); border-radius: 19px; font: 600 16px DM Mono, monospace; box-shadow: 0 18px 40px rgba(14, 17, 12, .18); }
.final-cta h2 { margin-bottom: 28px; font: 700 clamp(66px, 8vw, 125px)/.9 Manrope, sans-serif; letter-spacing: -.07em; }
.final-cta p { color: #6e736c; font-size: 17px; }
.final-cta > div > div { margin-top: 32px; display: flex; justify-content: center; gap: 10px; }

.site-footer { padding: 85px 0 28px; color: #a6ada8; background: #0d100e; }
.site-footer .brand { color: #fff; }
.site-footer .brand-glyph { background: var(--acid); }
.site-footer .brand-glyph i:first-child { border-color: #111; }
.site-footer .brand-glyph i:last-child { background: #111; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-intro p { max-width: 310px; margin-top: 13px; color: #5f6962; font-size: 10px; line-height: 1.7; }
.footer-main b { margin-bottom: 8px; color: #eef1ef; font-size: 9px; }
.footer-main > div:not(:first-child) a { color: #757e77; font-size: 9px; }
.footer-main > div:not(:first-child) a:hover { color: #fff; }
.footer-bottom { margin-top: 70px; padding-top: 24px; display: flex; justify-content: space-between; color: #4d5650; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 7px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .nav-links { gap: 17px; }
  .product-cinema { padding-inline: 20px; }
  .workspace { grid-template-columns: 190px 1fr; }
  .terminal-canvas { grid-template-columns: 1fr 230px; }
  .operator-grid { gap: 65px; }
  .world-card { min-height: 720px; }
  .session-journey { grid-template-columns: 1fr; align-content: end; gap: 8px; }
  .journey-line { display: none; }
  .journey-device, .journey-status { min-height: 65px; }
  .network-stage { grid-template-columns: 1fr 120px 1fr; }
  .private-hosts { flex-direction: column; }
  .security-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .shell, .narrow { width: min(680px, calc(100% - 34px)); }
  .section { padding: 100px 0; }
  .nav { min-height: 70px; }
  .nav-links { display: none; position: absolute; top: 70px; right: 17px; left: 17px; padding: 16px; gap: 3px; color: #30342f; background: rgba(255, 255, 255, .96); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 25px 60px rgba(20, 23, 17, .18); backdrop-filter: blur(20px); }
  .nav-links.open { display: grid; }
  .nav-links > a { padding: 11px 10px; border-radius: 8px; }
  .nav-links > a:hover { background: #f0f0eb; }
  .nav-actions { display: none; }
  .mobile-nav-actions { margin-top: 8px; padding-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; border-top: 1px solid var(--line); }
  .mobile-nav-actions a { padding: 12px; text-align: center; background: #eeeee8; border-radius: 9px; }
  .mobile-nav-actions a:last-child { color: #fff; background: #111; }
  .menu-button { margin-left: auto; width: 41px; height: 41px; display: grid; place-content: center; gap: 6px; background: rgba(255, 255, 255, .6); border: 1px solid var(--line); border-radius: 50%; }
  .menu-button span { width: 16px; height: 1px; background: currentColor; }
  .hero { min-height: 1100px; padding-top: 135px; }
  .hero h1 { font-size: clamp(62px, 15vw, 105px); }
  .product-cinema { width: calc(100% - 20px); margin-top: 75px; padding: 0; }
  .workspace { min-height: 510px; grid-template-columns: 1fr; }
  .workspace-nav { display: none; }
  .terminal-canvas { grid-template-columns: 1fr 220px; }
  .workspace-window { border-radius: 18px; }
  .phone-card { width: 145px; height: 270px; }
  .resume-toast { left: -2px; bottom: 24px; min-width: 215px; }
  .worlds-grid, .operator-grid, .security-layout, .install-shell { grid-template-columns: 1fr; }
  .world-card { min-height: 740px; }
  .world-copy { margin-top: 90px; }
  .operator-grid { gap: 90px; }
  .operator-copy { max-width: 570px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 600px; }
  .network .section-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .network .section-heading .section-label { grid-column: auto; }
  .network .section-heading h2 { font-size: clamp(58px, 9vw, 72px); }
  .network .section-heading > p { max-width: 570px; padding-top: 0; justify-self: start; font-size: 13px; }
  .network-stage { min-height: 340px; margin-top: 52px; padding: 18px; grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); gap: 8px; border-radius: 23px; }
  .network-zone { padding: 20px 17px; border-radius: 16px; }
  .network-zone > small { font-size: 7px; }
  .zone-core, .connector-node { width: 100%; min-height: 76px; margin-top: 48px; padding: 13px; gap: 10px; }
  .zone-core > span, .connector-node > span { width: 38px; height: 38px; flex: 0 0 38px; }
  .zone-core b, .connector-node b { font-size: 10px; }
  .zone-core small, .connector-node small { font-size: 7px; }
  .zone-team { margin-top: 48px; }
  .zone-team span { font-size: 8px; }
  .network-tunnel { min-height: 0; font-size: 7px; }
  .network-tunnel > div { width: 100%; height: 1px; margin: 14px 0; }
  .network-tunnel > div i { top: -3px; }
  .private-hosts { margin-top: 30px; }
  .private-hosts span { padding: 8px; font-size: 6.5px; }
  .network-points p { padding: 24px 18px; grid-template-columns: 24px 1fr; gap: 7px 9px; }
  .network-points b { font-size: 10px; }
  .network-points small { font-size: 7.5px; }
  .security-visual { height: 520px; order: 2; }
  .film-heading { grid-template-columns: 1fr; gap: 28px; }
  .install-shell { padding: 52px 42px; gap: 36px; }
  .install-copy { max-width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .install-copy .section-label { grid-column: auto; }
  .install-copy h2 { max-width: 600px; }
  .install-copy p { max-width: 520px; margin-bottom: 0; }
  .install-tabs { padding: 9px; gap: 6px; }
  .install-tabs button { padding: 10px 15px; font-size: 9px; }
  .install-command { min-height: 112px; padding: 24px; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 12px; }
  .install-command > span { font-size: 12px; }
  .install-command code { font-size: 10px; }
  .copy-button { padding: 9px 12px; font-size: 8px; }
  .install-meta { padding: 15px 24px; font-size: 7.5px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .section { padding: 82px 0; }
  .announcement i { display: none; }
  .hero { min-height: 980px; padding-top: 120px; }
  .hero h1 { margin-top: 35px; font-size: clamp(54px, 17vw, 78px); letter-spacing: -.075em; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { align-items: center; flex-direction: column; gap: 7px; }
  .hero-proof i { display: none; }
  .product-cinema { margin-top: 58px; }
  .window-chrome { grid-template-columns: 1fr auto; }
  .address { min-width: 0; }
  .chrome-status { display: none; }
  .workspace { min-height: 420px; }
  .workspace-header { padding: 0 15px; }
  .terminal-tabs > span { min-width: 120px; }
  .terminal-tabs > span:nth-child(2) { display: none; }
  .terminal-canvas { grid-template-columns: 1fr; }
  .terminal-lines { padding: 24px 18px; font-size: 6px; }
  .operator-panel { display: none; }
  .phone-card { right: -11px; bottom: -104px; width: 116px; height: 220px; padding: 21px 9px 10px; border-width: 4px; border-radius: 24px; }
  .phone-terminal { height: 145px; font-size: 4.5px; }
  .phone-card h3 { margin-bottom: 8px; }
  .phone-home { margin-top: 7px; }
  .resume-toast { bottom: -14px; min-width: 190px; padding: 9px; }
  .platform-bar { margin-top: 0; }
  .platform-bar > div { flex-wrap: wrap; gap: 10px 14px; }
  .platform-bar span { width: 100%; text-align: center; }
  .statement h2 { font-size: 50px; }
  .statement p { font-size: 17px; }
  .world-card { min-height: 650px; padding: 26px; border-radius: 22px; }
  .world-copy h3 { font-size: 42px; }
  .local-command { width: 94%; height: 230px; }
  .session-journey { right: 26px; bottom: 20px; left: 26px; }
  .operator-copy h2 { font-size: 70px; }
  .operator-demo { padding: 14px; border-radius: 20px; }
  .operator-prompt { grid-template-columns: 30px 1fr; }
  .operator-prompt small { display: none; }
  .plan-step { padding: 0 12px; grid-template-columns: 20px 1fr; }
  .plan-step code { font-size: 6px; }
  .plan-step i { display: none; }
  .operator-plan footer { align-items: stretch; flex-direction: column; }
  .operator-plan footer button { justify-content: space-between; }
  .operator-insight { margin-left: 15px; }
  .section-heading h2, .security-copy h2, .film-heading h2, .install-copy h2 { font-size: 48px; }
  .network .section-heading { grid-template-columns: 1fr; gap: 19px; }
  .network .section-heading .section-label { grid-column: auto; }
  .network .section-heading h2 { font-size: 48px; }
  .network .section-heading > p { padding-top: 0; font-size: 13px; }
  .network-stage { margin-top: 55px; padding: 13px; grid-template-columns: 1fr; border-radius: 20px; }
  .network-zone { padding: 20px 14px; }
  .network-tunnel { min-height: 90px; }
  .network-tunnel > div { width: 1px; height: 60px; margin: 10px 0; }
  .network-tunnel > div i { top: auto; left: -3px !important; }
  .network-tunnel > div i:nth-child(1) { top: 5%; }
  .network-tunnel > div i:nth-child(2) { top: 47%; }
  .network-tunnel > div i:nth-child(3) { top: 90%; }
  .network-points { grid-template-columns: 1fr; }
  .network-points p { padding: 24px 8px; border-right: 0; border-bottom: 1px solid #d3d3cc; }
  .security-visual { height: 450px; }
  .key-device, .encrypted-record { width: 180px; }
  .key-device { top: 37%; left: 6%; }
  .encrypted-record { top: 65%; right: 5%; }
  .security-list p { grid-template-columns: 1fr; align-content: center; gap: 6px; }
  .film-frame { width: calc(100% - 20px); margin-top: 45px; }
  .film-frame video { border-radius: 16px; }
  .install-shell { width: calc(100% - 20px); padding: 45px 20px; border-radius: 22px; }
  .install-tabs { overflow-x: auto; }
  .install-copy h2 { font-size: 40px; }
  .install-copy h2 br { display: none; }
  .install-tabs button { padding: 9px 12px; font-size: 8px; }
  .install-command { min-height: 108px; padding: 18px 14px; grid-template-columns: 14px minmax(0, 1fr); gap: 10px; }
  .install-command > span { font-size: 10px; }
  .install-command code { font-size: 8px; }
  .copy-button { grid-column: 2; justify-self: start; padding: 8px 11px; font-size: 7px; }
  .install-meta { padding: 14px; flex-wrap: wrap; gap: 8px 14px; font-size: 7px; }
  .final-cta h2 { font-size: 60px; }
  .final-cta > div > div { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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