
    :root {
      --bg: #07090d;
      --bg-2: #0d1118;
      --panel: #11161e;
      --panel-2: #171e29;
      --line: #28323e;
      --soft-line: #1a222c;
      --text: #f2f6f4;
      --muted: #91a0ad;
      --acid: #a3e635;
      --acid-dark: #4a710f;
      --purple: #9b7bff;
      --cyan: #70e8ff;
      --pink: #ff75ba;
      --orange: #ff9c65;
      --mono: 'DM Mono', monospace;
      --sans: 'Space Grotesk', system-ui, sans-serif;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
    body:before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black 0%, transparent 75%); }
    body:after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
    ::selection { color: var(--bg); background: var(--acid); }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }
    .mono { font-family: var(--mono); }
    .wrap { width: min(1190px, calc(100% - 48px)); margin: 0 auto; }
    .topline { border-bottom: 1px solid var(--soft-line); background: rgba(7,9,13,.78); backdrop-filter: blur(18px); }
    .nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; }
    .brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.06em; font-size: 17px; white-space: nowrap; flex-shrink: 0; }
    .brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--acid); border-radius: 9px 9px 9px 2px; color: var(--bg); background: var(--acid); font-weight: 700; box-shadow: 0 0 28px rgba(163,230,53,.35); }
    .nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 600; white-space: nowrap; }
    .nav-links a:hover { color: var(--acid); }
    .nav-right { display: flex; align-items: center; gap: 11px; }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 8px; padding: 12px 16px; color: var(--text); cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s, border-color .2s, color .2s, background .2s, box-shadow .2s; }
    .btn:hover { transform: translateY(-2px); }
    .btn-acid { color: var(--bg); background: var(--acid); box-shadow: 0 0 30px rgba(163,230,53,.12); }
    .btn-acid:hover { background: #b8e85a; box-shadow: 0 0 35px rgba(163,230,53,.28); }
    .btn-ghost { border-color: var(--line); background: rgba(255,255,255,.02); }
    .btn-ghost:hover { border-color: var(--acid); color: var(--acid); }
    .menu-btn { display: none; border: 0; padding: 4px; color: var(--text); background: transparent; cursor: pointer; font-size: 25px; }

    .hero { position: relative; padding: 94px 0 72px; }
    .hero:before { content: ''; position: absolute; width: 600px; height: 600px; top: -250px; right: -190px; border-radius: 50%; background: rgba(155,123,255,.12); filter: blur(80px); pointer-events: none; }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 860px); justify-content: center; align-items: center; position: relative; }
    .kicker { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #34421f; border-radius: 999px; padding: 7px 10px; color: var(--acid); background: rgba(163,230,53,.05); font: 14px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
    .kicker i { font-size: 14px; }
    .hero h1 { max-width: 650px; margin: 23px 0 24px; font-size: clamp(52px, 6.8vw, 91px); font-weight: 700; letter-spacing: -.06em; line-height: .94; }
    .hero h1 .line-acid { color: var(--acid); }
    .hero h1 .outline { color: transparent; -webkit-text-stroke: 1px #6f7e86; font-size: .78em; white-space: nowrap; }
    .hero-copy { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
    .hero-copy b { color: var(--text); font-weight: 600; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
    .hero-meta { display: flex; align-items: center; gap: 13px; margin-top: 23px; color: #71808a; font: 14px var(--mono); }
    .live { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(163,230,53,.1), 0 0 17px var(--acid); }
    .hero-promise { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
    .hero-promise span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid #27343d; border-radius: 5px; color: #98a7ae; background: rgba(255,255,255,.025); font: 14px var(--mono); }
    .hero-promise span { color: var(--acid); border-color: #435d22; }
    .hero-promise i { font-size: 14px; }

    .builder { border: 1px solid #303b48; border-radius: 13px; background: var(--panel); box-shadow: 0 30px 100px rgba(0,0,0,.42), 0 0 70px rgba(155,123,255,.08); transform: rotate(1.2deg); overflow: hidden; }
    .builder-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-bottom: 1px solid var(--line); background: #0c1118; }
    .traffic { display: flex; gap: 5px; }
    .traffic i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #46525d; }
    .traffic i:first-child { background: var(--pink); }
    .traffic i:nth-child(2) { background: var(--orange); }
    .traffic i:nth-child(3) { background: var(--acid); }
    .builder-tab { color: var(--muted); font: 14px var(--mono); }
    .builder-live { display: inline-flex; align-items: center; gap: 6px; color: var(--acid); font: 14px var(--mono); }
    .builder-main { display: grid; grid-template-columns: 168px 1fr; min-height: 540px; }
    .builder-side { padding: 15px 11px; border-right: 1px solid var(--line); background: #0c1118; }
    .side-caption { padding: 10px 8px 7px; color: #65727c; font: 14px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
    .side-item { display: flex; align-items: center; gap: 8px; padding: 9px 8px; border-radius: 6px; color: #8c9aa4; font-size: 14px; font-weight: 600; }
    .side-item i { font-size: 14px; }
    .side-item.active { color: var(--text); background: #1b2731; box-shadow: inset 2px 0 0 var(--acid); }
    .side-project { margin: 14px 5px 4px; padding: 10px 9px; border: 1px solid #2a3943; border-radius: 7px; background: #111a22; }
    .side-project label { display: block; color: #6f7f88; font: 14px var(--mono); }
    .side-project strong { display: block; margin-top: 5px; color: var(--acid); font: 14px var(--mono); }
    .builder-canvas { padding: 19px; background: #10161e; position: relative; overflow: hidden; }
    .canvas-grid { position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(#5f6e78 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, black, transparent); }
    .canvas-head { display: flex; justify-content: space-between; align-items: start; gap: 14px; position: relative; z-index: 1; }
    .canvas-head h3 { margin: 0; font-size: 15px; letter-spacing: -.04em; }
    .canvas-head p { margin: 4px 0 0; color: var(--muted); font: 14px var(--mono); }
    .canvas-actions { display: flex; gap: 7px; }
    .square-btn { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: #161e27; font-size: 14px; }
    .flow-card { position: relative; z-index: 1; margin-top: 26px; padding: 15px; border: 1px solid #2b3947; border-radius: 10px; background: #131b24; }
    .flow-card-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #28343f; }
    .flow-card-top strong { font-size: 14px; }
    .flow-state { color: var(--acid); font: 14px var(--mono); }
    .prompt-box { margin: 12px 0 16px; padding: 11px; border: 1px solid #334351; border-radius: 7px; color: #c0cbd0; background: #0d131a; font: 14px var(--mono); line-height: 1.5; }
    .prompt-box b { color: var(--purple); font-weight: 400; }
    .code-strip { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin: -6px 0 15px; padding: 8px 10px; border: 1px solid #263b46; border-radius: 6px; color: #7e929b; background: #0b1219; font: 14px var(--mono); }
    .code-strip code { color: var(--cyan); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .flow-title { display: flex; align-items: center; gap: 6px; color: #7b8a94; font: 14px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
    .flow-title i { color: var(--acid); }
    .flow-row { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 6px; margin-top: 13px; }
    .node { min-height: 66px; padding: 10px; border: 1px solid; border-radius: 7px; background: #18222d; }
    .node small { display: block; margin-bottom: 9px; color: #82909b; font: 14px var(--mono); }
    .node strong { display: block; font-size: 14px; line-height: 1.2; }
    .node.ai { border-color: #6a52c2; box-shadow: 0 0 20px rgba(155,123,255,.12); }
    .node.ai strong { color: #beaaff; }
    .node.event { border-color: #3b7b87; }
    .node.event strong { color: var(--cyan); }
    .node.action { border-color: #6b8b25; }
    .node.action strong { color: var(--acid); }
    .flow-connector { height: 1px; position: relative; background: #4f5d65; }
    .flow-connector:after { content: ''; position: absolute; right: 0; top: -3px; border: 3px solid transparent; border-right: 0; border-left-color: #75858e; }
    .node-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 12px; color: #6d7b85; font: 14px var(--mono); }
    .node-foot b { color: var(--acid); font-weight: 400; }
    .suggestion { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 9px; border: 1px dashed #4e5a31; border-radius: 7px; color: #b9ce7d; background: rgba(163,230,53,.04); font: 14px var(--mono); }
    .suggestion i { color: var(--acid); font-size: 14px; }
    .builder-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: #72808a; font: 14px var(--mono); }
    .secure-mark { display: inline-flex; align-items: center; gap: 5px; color: var(--acid); }

    .marquee-wrap { border-top: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); overflow: hidden; }
    .marquee { display: flex; width: max-content; animation: scroll 23s linear infinite; }
    .marquee span { display: inline-flex; align-items: center; gap: 26px; padding: 17px 28px; color: #75848d; font: 14px var(--mono); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
    .marquee span:after { content: '✳'; color: var(--acid); font-size: 14px; }
    @keyframes scroll { to { transform: translateX(-50%); } }

    .exec-signal { border-top: 1px solid var(--soft-line); background: #0b0f14; overflow: hidden; }
    .exec-signal:before { content: 'CUSTOM SOFTWARE / 2026'; position: absolute; right: 5%; top: 45px; color: #1c2830; font: 14px var(--mono); letter-spacing: .18em; transform: rotate(90deg); transform-origin: right top; }
    .exec-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
    .exec-signal h2 { max-width: 630px; font-size: clamp(46px, 6.2vw, 82px); }
    .exec-signal h2 em { color: var(--acid); font-style: normal; }
    .exec-lead { max-width: 430px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
    .exec-proof { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
    .exec-card { min-height: 164px; padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
    .exec-card:nth-child(2) { border-color: #4b3f7c; background: #151327; }
    .exec-card:nth-child(3) { border-color: #345c65; background: #101c22; }
    .exec-card:nth-child(4) { border-color: #576d25; background: #131a11; }
    .exec-card i { color: var(--acid); font-size: 21px; }
    .exec-card:nth-child(2) i { color: var(--purple); }
    .exec-card:nth-child(3) i { color: var(--cyan); }
    .exec-card:nth-child(4) i { color: var(--orange); }
    .exec-card strong { display: block; margin-top: 27px; font-size: 15px; letter-spacing: -.05em; }
    .exec-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .exec-roles { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
    .exec-roles span { padding: 7px 9px; border: 1px solid #34424c; border-radius: 5px; color: #a5b2b7; font: 14px var(--mono); }

    .miniapps-section { background: linear-gradient(180deg, #f0f3ee 0%, #e3e8e0 100%); color: var(--bg); position: relative; overflow: hidden; }
    .miniapps-section:before { content: ''; position: absolute; width: 650px; height: 650px; top: -270px; right: -230px; border: 1px solid #cbd6ce; border-radius: 50%; box-shadow: 0 0 0 45px rgba(155,123,255,.06), 0 0 0 90px rgba(112,232,255,.04); }
    .miniapps-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; align-items: center; position: relative; z-index: 1; }
    .miniapps-grid h2 { max-width: 550px; color: var(--bg); }
    .miniapps-lead { max-width: 390px; margin: 22px 0 0; color: #576359; font-size: 15px; line-height: 1.6; }
    .miniapps-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
    .miniapps-chips li { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid #cbd6ce; border-radius: 999px; color: #4a710f; background: rgba(255,255,255,.65); font: 14px var(--mono); }
    .miniapps-chips i { font-size: 14px; }
    .miniapps-board { padding: 17px; border: 1px solid #cbd6ce; border-radius: 13px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.12); }
    html.js .miniapps-board { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
    html.js .miniapps-board.is-visible { opacity: 1; transform: none; }
    .miniapps-board-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid #d4ded5; color: #576359; font: 14px var(--mono); }
    .miniapps-board-head span { color: #4a710f; position: relative; padding-left: 18px; }
    .miniapps-board-head span:before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: #4a710f; box-shadow: 0 0 0 0 rgba(74,113,15,.6); animation: mapp-live 1.6s ease-out infinite; }
    @keyframes mapp-live { 0% { box-shadow: 0 0 0 0 rgba(74,113,15,.55); } 100% { box-shadow: 0 0 0 10px rgba(74,113,15,0); } }
    .miniapps-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 14px; padding: 6px; border: 1px solid #d4ded5; border-radius: 10px; background: #f3f6f1; }
    .mapp-tab { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 8px; border: 1px solid transparent; border-radius: 7px; color: #576359; background: transparent; font: 14px var(--mono); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
    .mapp-tab:hover { color: #2d3d0a; background: rgba(255,255,255,.7); transform: translateY(-1px); }
    .mapp-tab.is-active { color: #fff; background: #2d3d0a; border-color: #2d3d0a; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(45,61,10,.18); }
    .mapp-tab.is-active i { animation: mapp-icon-pop .4s ease both; }
    @keyframes mapp-icon-pop { 0% { transform: scale(.6) rotate(-12deg); opacity: 0; } 60% { transform: scale(1.15) rotate(4deg); opacity: 1; } 100% { transform: scale(1) rotate(0); opacity: 1; } }
    .mapp-tab i { font-size: 15px; }
    .mapp-tab:focus-visible { outline: 2px solid #4a710f; outline-offset: 2px; }
    .miniapps-panels { margin-top: 14px; min-height: 132px; }
    .mapp-panel { padding: 18px; border: 1px solid #d4ded5; border-radius: 10px; background: #fbfcfa; }
    .mapp-panel[hidden] { display: none; }
    .mapp-panel.is-active { animation: mapp-fade .35s ease both; }
    .mapp-panel strong { display: block; font-size: 17px; letter-spacing: -.02em; color: var(--bg); }
    .mapp-panel p { margin: 6px 0 12px; color: #576359; font-size: 14px; line-height: 1.55; }
    .mapp-chips { display: flex; flex-wrap: wrap; gap: 6px; }
    .mapp-chips span { padding: 5px 9px; border: 1px solid #d4ded5; border-radius: 6px; color: #4a710f; background: #fff; font: 14px var(--mono); opacity: 0; transform: translateY(6px); animation: mapp-chip-in .35s ease forwards; }
    .mapp-chips span:nth-child(1) { animation-delay: .05s; }
    .mapp-chips span:nth-child(2) { animation-delay: .12s; }
    .mapp-chips span:nth-child(3) { animation-delay: .19s; }
    @keyframes mapp-chip-in { to { opacity: 1; transform: none; } }
    @keyframes mapp-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
    .miniapps-section .eyebrow { color: var(--acid-dark); }
    .agent-section { background: #080b10; position: relative; overflow: hidden; }
    .agent-section:before { content: ''; position: absolute; width: 650px; height: 650px; top: -270px; right: -230px; border: 1px solid #233a45; border-radius: 50%; box-shadow: 0 0 0 45px rgba(112,232,255,.03), 0 0 0 90px rgba(155,123,255,.025); }
    .agent-head { position: relative; z-index: 1; }
    .agent-head h2 { max-width: 760px; }
    .agent-head h2 span { color: var(--purple); }
    .agent-head p { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
    .scenario-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 33px 0 15px; position: relative; z-index: 1; }
    .scenario-tab { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: #8f9da5; background: rgba(255,255,255,.02); cursor: pointer; font-size: 14px; font-weight: 700; text-align: left; transition: .2s; }
    .scenario-tab i { color: var(--cyan); font-size: 17px; }
    .scenario-tab.active, .scenario-tab:hover { border-color: var(--purple); color: white; background: rgba(155,123,255,.1); box-shadow: 0 0 22px rgba(155,123,255,.1); }
    .scenario-tab.active i { color: var(--purple); }
    .agent-sim { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; position: relative; z-index: 1; }
    .sim-column { min-height: 560px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(17,22,30,.82); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
    .sim-column.agent { border-color: #473b72; background: rgba(18,16,34,.9); }
    .sim-label { display: inline-flex; align-items: center; gap: 8px; padding: 6px 9px; border: 1px solid #33414c; border-radius: 999px; color: #b3bec3; font: 14px var(--mono); }
    .sim-label i { color: var(--cyan); }
    .sim-column.agent .sim-label { border-color: #5b4e92; color: #c6baff; }
    .sim-column.agent .sim-label i { color: var(--purple); }
    .sim-column h3 { margin: 17px 0 6px; font-size: 23px; letter-spacing: -.07em; }
    .sim-column > p { margin: 0; color: #84939c; font-size: 14px; line-height: 1.55; }
    .sim-screen { min-height: 380px; margin-top: 18px; padding: 12px; border: 1px solid #293640; border-radius: 8px; background: #090e14; overflow: auto; }
    .chat-hint { display: grid; place-items: center; min-height: 280px; color: #65757f; text-align: center; font-size: 14px; line-height: 1.5; }
    .chat-hint i { display: block; margin-bottom: 9px; color: #71838c; font-size: 25px; }
    .chat-message { max-width: 87%; margin: 0 0 10px; padding: 9px 10px; border: 1px solid #2e3c47; border-radius: 7px 7px 7px 2px; color: #c8d1d4; background: #151d25; font: 14px var(--mono); line-height: 1.5; animation: fadeIn .35s ease-out; }
    .chat-message.user { margin-left: auto; border-color: #3a5363; border-radius: 7px 7px 2px 7px; color: #d9f3f8; background: #112731; }
    .chat-message.ai { color: #aab7be; }
    .chat-message strong { display: block; margin-bottom: 4px; color: var(--cyan); font-size: 14px; letter-spacing: .08em; }
    .chat-message.ai strong { color: #8c9aa3; }
    .chat-typing { display: inline-flex; gap: 4px; padding: 10px; border-radius: 7px; background: #151d25; }
    .chat-typing i { width: 5px; height: 5px; display: block; border-radius: 50%; background: #7d8d96; animation: typing 1s infinite; }
    .chat-typing i:nth-child(2) { animation-delay: .17s; }
    .chat-typing i:nth-child(3) { animation-delay: .34s; }
    @keyframes typing { 50% { opacity: .2; transform: translateY(-2px); } }
    .sim-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; color: #6f7f88; font: 14px var(--mono); }
    .agent-goal { padding: 11px; border: 1px solid #4e4285; border-radius: 7px; color: #d4ccff; background: rgba(155,123,255,.08); font: 14px var(--mono); line-height: 1.5; }
    .agent-goal b { display: block; margin-bottom: 5px; color: var(--purple); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
    .agent-log { display: flex; gap: 9px; margin-top: 9px; padding: 10px; border: 1px solid #293541; border-radius: 7px; color: #b3c0c5; background: #0c1219; font: 14px var(--mono); line-height: 1.5; animation: fadeIn .35s ease-out; }
    .agent-log i { width: 15px; flex: 0 0 15px; color: var(--cyan); text-align: center; }
    .agent-log.purple i { color: var(--purple); }
    .agent-log.green i { color: var(--acid); }
    .agent-log.orange i { color: var(--orange); }
    .agent-result { margin-top: 10px; padding: 11px; border: 1px solid #5b861d; border-radius: 7px; color: #a3e635; background: rgba(163,230,53,.07); font: 14px var(--mono); line-height: 1.5; animation: fadeIn .35s ease-out; }
    .agent-result b { display: block; margin-bottom: 4px; color: var(--acid); }
    .sim-action { display: flex; justify-content: center; margin: 21px 0 0; position: relative; z-index: 1; }
    .sim-footnote { margin: 16px 0 0; color: #65757f; text-align: center; font: 14px var(--mono); }


    .section { padding: 125px 0; position: relative; }
    .section-light { background: #f2f6f1; color: var(--bg); }
    .section-light:before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(7,9,13,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(7,9,13,.07) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; }
    .section-inner { position: relative; }
    .eyebrow { color: var(--acid); font: 14px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
    .eyebrow.dark { color: var(--acid-dark); }
    .eyebrow-neon { color: var(--acid); text-shadow: 0 0 14px rgba(163,230,53,.5); }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 47px; }
    .section h2 { max-width: 780px; margin: 13px 0 0; font-size: clamp(42px, 6vw, 78px); font-weight: 700; letter-spacing: -.05em; line-height: .98; }
    .section-head p { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
    .section-light .section-head p { color: #6b7771; }

    .thesis { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
    .thesis h2 { font-size: clamp(47px, 6vw, 82px); }
    .thesis h2 em { color: var(--acid-dark); font-style: normal; }
    .thesis-copy { max-width: 390px; margin-top: 22px; color: #75848e; font-size: 15px; line-height: 1.7; }
    .thesis-quote { margin-top: 27px; padding-left: 16px; border-left: 2px solid var(--acid); color: var(--text); font-weight: 600; font-size: 14px; line-height: 1.5; }
    .thesis-visual { position: relative; min-height: 405px; padding: 25px; border: 1px solid #263441; border-radius: 15px; background: #0c1118; overflow: hidden; }
    .thesis-visual:after { content: ''; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -125px; border: 1px solid #32434f; border-radius: 50%; box-shadow: 0 0 0 28px rgba(163,230,53,.05), 0 0 0 58px rgba(163,230,53,.035); }
    .orbit-label { position: absolute; right: 23px; top: 27px; color: #667984; font: 14px var(--mono); }
    .thesis-stack { display: grid; gap: 9px; margin-top: 34px; position: relative; z-index: 1; }
    .stack-row { display: grid; grid-template-columns: 116px 1fr auto; align-items: center; gap: 16px; padding: 15px 16px; border: 1px solid #2b3943; border-radius: 9px; background: #111a22; }
    .stack-row span { color: #7a8992; font: 14px var(--mono); }
    .stack-row strong { font-size: 14px; letter-spacing: -.04em; }
    .stack-row i { color: #64757f; font-size: 16px; }
    .stack-row.active { border-color: var(--acid); box-shadow: 0 0 22px rgba(163,230,53,.08); }
    .stack-row.active strong, .stack-row.active i { color: var(--acid); }

    .builder-explain { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .explain-card { min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); display: flex; flex-direction: column; }
    .explain-card:nth-child(2) { border-color: #4b3f7c; background: #151327; }
    .explain-card:nth-child(3) { border-color: #345c65; background: #101c22; }
    .explain-card:nth-child(4) { border-color: #576d25; background: #131a11; }
    .explain-num { color: var(--acid); font: 14px var(--mono); text-shadow: 0 0 12px rgba(163,230,53,.45); }
    .explain-card:nth-child(2) .explain-num { color: var(--acid); text-shadow: 0 0 12px rgba(163,230,53,.45); }
    .explain-card:nth-child(3) .explain-num { color: var(--acid); text-shadow: 0 0 12px rgba(163,230,53,.45); }
    .explain-card h3 { margin: 28px 0 9px; font-size: 22px; letter-spacing: -.03em; line-height: 1.15; }
    .explain-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
    .section-light .explain-card h3 { color: var(--text); }
    .section-light .explain-card p { color: #b7c3c9; }
    .explain-card .tiny-code { display: inline-block; align-self: flex-start; margin-top: auto; padding: 7px 11px; border: 1px solid #435d22; border-radius: 999px; color: var(--acid); background: rgba(163,230,53,.08); font: 600 13px var(--sans); letter-spacing: -.01em; }

    .ai-lab { background: #0a0d12; }
    .ai-lab-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; }
    .ai-lab-copy h2 { font-size: clamp(42px,5.6vw,72px); }
    .ai-lab-copy p { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.7; }
    .ai-lab-copy .btn { margin-top: 20px; }
    .playground { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--panel); }
    .playground-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-bottom: 1px solid var(--line); background: #0d131a; }
    .playground-top strong { font-size: 14px; }
    .playground-top span { color: var(--acid); font: 14px var(--mono); }
    .playground-tabs { display: flex; gap: 7px; padding: 15px 16px 0; overflow-x: auto; }
    .lab-tab { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
    .lab-tab.active, .lab-tab:hover { border-color: var(--acid); color: var(--acid); background: rgba(163,230,53,.05); }
    .playground-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; padding: 15px 16px 16px; }
    .prompt-panel, .preview-panel { min-height: 360px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: #0d131a; }
    .panel-label { display: flex; justify-content: space-between; gap: 10px; color: #71828d; font: 14px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
    .panel-label b { color: var(--acid); font-weight: 400; }
    .fake-prompt { min-height: 116px; margin-top: 15px; padding: 12px; border: 1px solid #404d59; border-radius: 7px; color: #d2dadd; background: #111923; font: 14px var(--mono); line-height: 1.6; }
    .fake-prompt .cursor { display: inline-block; width: 5px; height: 12px; margin-left: 2px; vertical-align: -2px; background: var(--acid); animation: blink 1s infinite; }
    @keyframes blink { 50% { opacity: .15; } }
    .prompt-action { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
    .model-chips { display: flex; gap: 5px; flex-wrap: wrap; }
    .model-chip { padding: 5px 6px; border: 1px solid #34404a; border-radius: 5px; color: #8997a0; font: 14px var(--mono); }
    .model-chip.active { border-color: var(--purple); color: #c2b3ff; }
    .prompt-action .square-btn { width: 29px; height: 29px; color: var(--bg); background: var(--acid); border-color: var(--acid); }
    .preview-window { margin-top: 15px; border: 1px solid #303e48; border-radius: 8px; overflow: hidden; background: #111a21; }
    .preview-nav { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-bottom: 1px solid #2b3942; background: #16212a; }
    .preview-nav strong { font-size: 14px; }
    .preview-nav span { width: 42px; height: 13px; border-radius: 3px; background: #29414b; }
    .preview-content { padding: 13px; }
    .preview-content h4 { margin: 0; font-size: 14px; letter-spacing: -.04em; }
    .preview-content p { margin: 4px 0 12px; color: #82919a; font-size: 14px; }
    .preview-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
    .preview-metric { padding: 8px; border: 1px solid #2d3d47; border-radius: 5px; background: #0c141a; }
    .preview-metric span { display: block; color: #74858f; font: 14px var(--mono); }
    .preview-metric strong { display: block; margin-top: 5px; color: var(--acid); font-size: 18px; }
    .preview-list { display: grid; gap: 5px; margin-top: 8px; }
    .preview-list div { display: flex; justify-content: space-between; padding: 7px; border-radius: 4px; background: #18232b; color: #9babb3; font: 14px var(--mono); }
    .preview-list b { color: var(--cyan); font-weight: 400; }

    .enterprise { color: var(--text); background: #0d1118; }
    .enterprise .section-head p { color: #8a93a3; }
    .enterprise-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
    .security-panel { min-height: 470px; padding: 23px; border: 1px solid #2c3947; border-radius: 13px; background: rgba(17,22,30,.7); position: relative; overflow: hidden; }
    .security-panel:before { content: 'GOVERNED'; position: absolute; right: -58px; top: 27px; padding: 8px 60px; color: var(--acid); border-top: 1px solid #2c3947; border-bottom: 1px solid #2c3947; font: 14px var(--mono); letter-spacing: .14em; transform: rotate(35deg); }
    .security-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #2c3947; }
    .security-head strong { font-size: 14px; letter-spacing: -.04em; color: var(--text); }
    .security-head span { color: #8a93a3; font: 14px var(--mono); }
    .security-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 17px; }
    .security-item { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #2c3947; border-radius: 8px; background: rgba(255,255,255,.03); }
    .security-item i { color: var(--acid); font-size: 18px; }
    .security-item strong { display: block; font-size: 14px; color: var(--text); }
    .security-item span { display: block; margin-top: 3px; color: #8a93a3; font: 14px var(--mono); }
    .permission-table { margin-top: 18px; border: 1px solid #2c3947; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.02); }
    .permission-row { display: grid; grid-template-columns: 1fr 1fr 62px; gap: 10px; align-items: center; padding: 10px 12px; border-bottom: 1px solid #2c3947; color: #8a93a3; font: 14px var(--mono); }
    .permission-row:last-child { border-bottom: 0; }
    .permission-row strong { color: var(--text); font-size: 14px; }
    .permission-row b { color: var(--acid); font-weight: 500; text-align: right; }
    .enterprise-copy { padding: 21px 12px; }
    .enterprise-copy h2 { font-size: clamp(44px, 6vw, 77px); color: var(--text); }
    .enterprise-copy p { max-width: 395px; margin: 24px 0 0; color: #8a93a3; font-size: 14px; line-height: 1.7; }
    .enterprise-copy .big-note { margin-top: 27px; padding-left: 16px; border-left: 2px solid var(--acid); color: #f2f6f4; font-size: 15px; font-weight: 700; line-height: 1.4; }

    .enterprise-head { max-width: 720px; margin-bottom: 56px; }
    .enterprise-head h2 { margin: 10px 0 14px; font-size: clamp(44px, 6vw, 77px); letter-spacing: -.05em; line-height: .95; color: var(--text); }
    .enterprise-head p { max-width: 520px; color: #8a93a3; font-size: 15px; line-height: 1.7; }

    .timeline { list-style: none; padding: 0; margin: 0; position: relative; display: grid; gap: 22px; }
    .timeline:before { content: ''; position: absolute; left: 78px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, transparent 0, #2c3947 12%, #2c3947 88%, transparent 100%); }
    html.js .timeline-item { display: grid; grid-template-columns: 72px 14px 1fr; align-items: start; gap: 14px; opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
    html.js .timeline-item.is-visible { opacity: 1; transform: translateY(0); }
    .t-time { font: 14px var(--mono); color: #8a93a3; padding-top: 8px; text-align: right; letter-spacing: .04em; }
    .t-dot { position: relative; width: 14px; height: 14px; margin-top: 11px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(163,230,53,.12); }
    .t-dot:after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid rgba(163,230,53,.35); opacity: 0; animation: t-pulse 2.4s ease-out infinite; }
    @keyframes t-pulse { 0% { opacity: .9; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.6); } }
    .t-card { padding: 16px 18px; border: 1px solid #2c3947; border-radius: 10px; background: rgba(17,22,30,.7); }
    .t-card header { display: flex; align-items: center; gap: 10px; }
    .t-card header i { color: var(--acid); font-size: 18px; }
    .t-card header strong { font-size: 15px; letter-spacing: -.02em; color: var(--text); }
    .t-card header em { margin-left: auto; font: 14px var(--mono); font-style: normal; color: #8a93a3; letter-spacing: .04em; }
    .t-card p { margin: 8px 0 10px; color: #b6c0c9; font-size: 14px; line-height: 1.6; }
    .t-card footer { padding-top: 10px; border-top: 1px dashed #2c3947; }
    .t-card footer span { font: 14px var(--mono); color: var(--acid); letter-spacing: .02em; }
    .timeline-item.t-block .t-card { background: linear-gradient(180deg, rgba(163,230,53,.06) 0%, rgba(17,22,30,.7) 60%); border-color: #3a4a3a; }
    .timeline-item.t-block .t-dot { background: var(--cyan); box-shadow: 0 0 0 4px rgba(112,232,255,.12); }
    .timeline-item.t-block .t-dot:after { border-color: rgba(112,232,255,.35); }
    .timeline-item.t-block .t-card footer span { color: var(--cyan); }

    @media (max-width: 760px) {
      .timeline:before { left: 18px; }
      .timeline-item { grid-template-columns: 48px 14px 1fr; gap: 10px; }
      .t-time { font-size: 13px; padding-top: 10px; }
    }

    .paths { padding-bottom: 127px; background: linear-gradient(180deg, #0d1118 0%, #080b10 100%); color: var(--text); }
    .paths .section-head p { color: #8a93a3; }
    .paths .eyebrow { color: var(--acid); }
    .path-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
    .path-card { min-height: 355px; padding: 28px; border: 1px solid #2c3947; border-radius: 13px; background: rgba(17,22,30,.7); position: relative; overflow: hidden; display: flex; flex-direction: column; }
    .path-card > * { position: relative; z-index: 1; }
    .path-card:after { content: ''; position: absolute; width: 180px; height: 180px; right: -75px; bottom: -72px; border: 1px solid #35444d; border-radius: 50%; box-shadow: 0 0 0 19px rgba(163,230,53,.04), 0 0 0 39px rgba(163,230,53,.025); pointer-events: none; z-index: 0; }
    .path-card.acid { color: var(--bg); border-color: var(--acid); background: var(--acid); }
    .path-card.acid:after { border-color: #8db521; box-shadow: 0 0 0 19px rgba(7,9,13,.06), 0 0 0 39px rgba(7,9,13,.04); }
    .path-label { font: 14px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .path-card h3 { margin: 70px 0 10px; font-size: 34px; letter-spacing: -.08em; line-height: .94; color: var(--text); }
    .path-card p { max-width: 380px; margin: 0; color: #8a93a3; font-size: 14px; line-height: 1.65; }
    .path-card.acid p { color: #43520e; }
    .path-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
    .path-list span { padding: 6px 8px; border: 1px solid #2c3947; border-radius: 5px; color: #8d9aa1; font: 14px var(--mono); }
    .path-card.acid .path-list span { border-color: #8caf26; color: #43520e; }
    .path-card .btn { margin-top: auto; padding-top: 24px; align-self: flex-start; }
    .path-card.acid .btn { color: var(--text); background: var(--bg); }
    .path-card .btn-ghost { border-color: #2c3947; color: var(--text); background: rgba(255,255,255,.04); }
    .path-card .btn-ghost:hover { border-color: var(--acid); color: var(--acid); background: rgba(163,230,53,.08); }

    .diagnostic { padding: 110px 0; border-top: 1px solid var(--soft-line); background: #0d1219; position: relative; overflow: hidden; }
    .diagnostic:before { content: ''; position: absolute; width: 540px; height: 540px; left: -330px; top: -280px; border: 1px solid #1f3c3d; border-radius: 50%; box-shadow: 0 0 0 45px rgba(112,232,255,.03), 0 0 0 90px rgba(112,232,255,.02); }
    .diag-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; position: relative; }
    .diagnostic h2 { font-size: clamp(44px, 6vw, 77px); }
    .diagnostic-copy { max-width: 460px; color: var(--muted); font-size: 15px; line-height: 1.7; }
    .diag-list { display: grid; gap: 10px; margin: 25px 0; }
    .diag-list div { display: flex; align-items: center; gap: 9px; color: #d1dadd; font-size: 14px; font-weight: 600; }
    .diag-list i { color: var(--acid); }
    .diag-terminal { border: 1px solid #30404c; border-radius: 11px; background: #080d12; box-shadow: 0 25px 60px rgba(0,0,0,.25); overflow: hidden; }
    .terminal-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #27343e; color: #778790; font: 14px var(--mono); }
    .terminal-head b { color: var(--acid); font-weight: 400; }
    .terminal-body { min-height: 317px; padding: 17px; font: 14px var(--mono); line-height: 1.85; }
    .terminal-body .comment { color: #5f737d; }
    .terminal-body .key { color: var(--purple); }
    .terminal-body .val { color: var(--cyan); }
    .terminal-body .ok { color: var(--acid); }
    .terminal-cursor { display: inline-block; width: 6px; height: 12px; vertical-align: -2px; background: var(--acid); }

    .cta { padding: 104px 0 120px; background: var(--acid); color: var(--bg); position: relative; overflow: hidden; }
    .cta:after { content: 'SIVO'; position: absolute; right: -30px; bottom: -72px; color: rgba(7,9,13,.06); font-size: 240px; font-weight: 700; letter-spacing: -.15em; }
    .cta-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
    .cta h2 { max-width: 700px; margin: 14px 0 17px; font-size: clamp(46px, 6vw, 80px); letter-spacing: -.06em; line-height: .96; }
    .cta-copy { max-width: 480px; color: #42520e; font-size: 15px; line-height: 1.65; }
    .cta-form { padding: 21px; border: 1px solid #a2c938; border-radius: 11px; background: rgba(255,255,255,.5); }
    .cta-form h3 { margin: 0 0 16px; font-size: 17px; letter-spacing: -.05em; }
    .field { display: block; margin-bottom: 10px; }
    .field span { display: block; margin-bottom: 5px; color: #536416; font: 14px var(--mono); }
    .field input, .field select { width: 100%; padding: 11px 12px; border: 1px solid #a6c83c; border-radius: 7px; outline: none; color: var(--bg); background: #f1ffd0; font-size: 14px; }
    .field input:focus, .field select:focus { border-color: var(--bg); box-shadow: 0 0 0 3px rgba(7,9,13,.1); }
    .cta-form .btn { width: 100%; margin-top: 6px; color: var(--text); background: var(--bg); }
    .form-success { display: none; padding: 14px; border-radius: 7px; color: #345000; background: #eaffaf; font-size: 14px; font-weight: 700; line-height: 1.5; }
    .form-success.show { display: block; }
    .cta-form.submitted .form-fields { display: none; }
    .cta-form.submitted .form-success { display: block; }
    .form-note { margin: 12px 0 0; color: #687b1a; text-align: center; font: 14px var(--mono); }

    /* Lectura y movimiento: texto grande, entrada suave y sin ruido visual. */
    .hero-copy, .section-head p, .thesis-copy, .exec-lead, .explain-card p, .ai-lab-copy p, .sim-column > p, .enterprise-copy p, .path-card p, .diagnostic-copy, .cta-copy { font-size: 15px; }
    .exec-card span { font-size: 14px; }
    .section, .marquee-wrap { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
    .section.is-visible, .marquee-wrap.is-visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .section, .marquee-wrap { opacity: 1; transform: none; }
    }

    footer { padding: 25px 0; border-top: 1px solid #26322b; background: #080b0d; }
    .footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #6c7d83; font: 14px var(--mono); }
    .footer-links { display: flex; gap: 18px; }
    .footer-links a:hover { color: var(--acid); }

    .modal { display: none; place-items: center; position: fixed; inset: 0; z-index: 30; padding: 20px; background: rgba(3,5,7,.76); backdrop-filter: blur(10px); }
    .modal.open { display: grid; }
    .modal-card { width: min(460px,100%); padding: 24px; border: 1px solid #3b4c56; border-radius: 12px; background: #111820; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
    .modal-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
    .modal-card h3 { margin: 0; font-size: 24px; letter-spacing: -.07em; }
    .modal-card p { margin: 8px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
    .modal-card .field span { color: #7f929b; }
    .modal-card .field input, .modal-card .field select { border-color: #35434e; color: var(--text); background: #0d131a; }
    .close { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #35434e; border-radius: 50%; color: var(--muted); background: #18212a; cursor: pointer; }
    .modal-note { margin-top: 13px; color: #6e7e87; text-align: center; font: 14px var(--mono); }

    .generator-section { background: linear-gradient(180deg, #080b10 0%, #0d1219 100%); position: relative; overflow: hidden; }
    .generator-section:before { content: ''; position: absolute; width: 600px; height: 600px; top: -260px; left: -240px; border-radius: 50%; background: rgba(155,123,255,.08); filter: blur(80px); pointer-events: none; }
    .generator-section:after { content: ''; position: absolute; width: 540px; height: 540px; bottom: -260px; right: -200px; border-radius: 50%; background: rgba(112,232,255,.06); filter: blur(80px); pointer-events: none; }
    .generator-hero { position: relative; z-index: 1; text-align: center; margin: 47px 0 35px; max-width: 880px; margin-left: auto; margin-right: auto; }
    .hero-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid #4b3f7c; border-radius: 999px; color: #beaaff; background: rgba(155,123,255,.08); font: 14px var(--mono); letter-spacing: .04em; }
    .hero-badge i { color: var(--purple); }
    .demo-disclaimer { display: inline-flex; align-items: center; gap: 5px; margin: 10px 0 0; color: #8a8a9a; font: 14px var(--sans); font-style: italic; }
    .demo-disclaimer i { color: var(--cyan); font-size: 14px; }
    .generator-hero h3 { margin: 22px 0 6px; font-size: clamp(38px, 5vw, 64px); font-weight: 700; letter-spacing: -.06em; line-height: 1; }
    .generator-hero h3 span { background: linear-gradient(90deg, #fff, #beaaff, #70e8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .generator-hero h4 { margin: 0 0 18px; font-size: clamp(26px, 3.4vw, 42px); font-weight: 700; letter-spacing: -.05em; color: var(--text); line-height: 1.1; }
    .generator-lead { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.65; }
    .generator-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
    .step-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(17,22,30,.72); text-align: left; transition: border-color .2s, transform .2s; }
    .step-item:hover { border-color: var(--purple); transform: translateY(-2px); }
    .step-num { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid var(--purple); border-radius: 50%; color: var(--purple); background: rgba(155,123,255,.1); font: 14px var(--mono); font-weight: 700; }
    .step-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
    .step-text strong { color: var(--text); font-size: 14px; font-weight: 700; letter-spacing: -.01em; line-height: 1.2; }
    .step-text em { color: var(--muted); font: 14px var(--sans); font-style: normal; line-height: 1.35; }
    .preset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 30px 0; position: relative; z-index: 1; }
    .preset-card { min-height: 200px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s, border-color .25s, box-shadow .25s; outline: none; }
    .preset-card:hover, .preset-card:focus-visible { transform: translateY(-3px); border-color: var(--purple); box-shadow: 0 22px 60px rgba(155,123,255,.12); }
    .preset-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
    .preset-tag { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid; border-radius: 5px; font: 14px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
    .preset-tag.crm { color: #70c8ff; border-color: #2c5b7e; background: rgba(112,232,255,.08); }
    .preset-tag.inv { color: var(--purple); border-color: #4b3f7c; background: rgba(155,123,255,.1); }
    .preset-tag.hr  { color: #70e8ff; border-color: #345c65; background: rgba(112,232,255,.06); }
    .preset-tag.fin { color: var(--orange); border-color: #7a4f1f; background: rgba(255,156,101,.06); }
    .preset-go { color: #65727c; font-size: 16px; transition: transform .2s, color .2s; }
    .preset-card:hover .preset-go, .preset-card:focus-visible .preset-go { color: var(--purple); transform: translate(2px, -2px); }
    .preset-card h5 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.04em; line-height: 1.2; }
    .preset-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
    .preset-card-foot { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: #6f7f88; font: 14px var(--mono); }
    .preset-card-foot strong { color: var(--text); font-weight: 700; }
    .generator-prompter { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(7,9,13,.82); box-shadow: 0 0 60px rgba(155,123,255,.08); position: relative; z-index: 1; }
    .generator-form { display: flex; flex-direction: column; gap: 14px; }
    .generator-form textarea { width: 100%; padding: 4px; border: 0; background: transparent; color: var(--text); font: 14px var(--sans); resize: vertical; outline: none; line-height: 1.55; }
    .generator-form textarea::placeholder { color: #5f6e78; }
    .generator-form textarea[readonly] { cursor: default; color: #b6c2c8; background: rgba(255,255,255,.02); padding: 9px 11px; border-radius: 8px; border: 1px solid #2c3947; }
    .generator-form textarea[readonly]:focus { outline: none; border-color: #3a4d5b; }
    .generator-form-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
    .generator-meta { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; color: var(--muted); font: 14px var(--mono); }
    .generator-meta strong { color: var(--text); font-weight: 700; }
    .generator-meta .dot { color: #3a4750; margin: 0 2px; }
    .generator-form-foot .btn i { font-size: 14px; }
    .generator-mock { margin-top: 18px; padding: 14px; border: 1px solid #1f3c3d; border-radius: 9px; background: #080d12; }
    .mock-status { display: flex; align-items: center; gap: 7px; color: var(--cyan); font: 14px var(--mono); margin-bottom: 8px; }
    .loading-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: g-blink 1.1s infinite; }
    .mock-tokens { margin-left: auto; color: #6f7f88; }
    .mock-progress { width: 100%; height: 3px; border-radius: 999px; background: #14202b; overflow: hidden; margin-bottom: 12px; }
    .mock-progress-bar { height: 100%; width: 0%; background: linear-gradient(90deg, var(--cyan), var(--acid)); border-radius: 999px; transition: width .25s linear; box-shadow: 0 0 12px rgba(163,230,53,.4); }
    .mock-preview { position: relative; border: 1px solid #1a2933; border-radius: 8px; background: #0b1219; padding: 14px; min-height: 280px; overflow: hidden; }
    .mock-preview.is-loading { display: grid; gap: 12px; align-content: start; }
    .mock-skel { display: grid; gap: 10px; }
    .mock-skel-row { height: 12px; border-radius: 4px; background: linear-gradient(90deg, #14202b 0%, #1f2d3a 50%, #14202b 100%); background-size: 200% 100%; animation: g-shimmer 1.4s linear infinite; }
    .mock-skel-row.short { width: 40%; }
    .mock-skel-row.med { width: 70%; }
    .mock-skel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 4px; }
    .mock-skel-card { height: 56px; border-radius: 8px; background: linear-gradient(90deg, #14202b 0%, #1f2d3a 50%, #14202b 100%); background-size: 200% 100%; animation: g-shimmer 1.4s linear infinite; }
    .mock-skel-table { margin-top: 6px; display: grid; gap: 6px; }
    .mock-skel-cell { height: 22px; border-radius: 4px; background: linear-gradient(90deg, #14202b 0%, #1f2d3a 50%, #14202b 100%); background-size: 200% 100%; animation: g-shimmer 1.4s linear infinite; }
    @keyframes g-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

    .mp-app { display: grid; gap: 14px; animation: mp-fadein .5s ease both; }
    @keyframes mp-fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
    .mp-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
    .mp-head h4 { margin: 0; font-size: 15px; letter-spacing: -.02em; color: var(--text); }
    .mp-head h4 i { color: var(--acid); margin-right: 6px; }
    .mp-head .mp-tag { color: #7e8a92; font: 12px var(--mono); }
    .mp-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .mp-kpi { padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
    .mp-kpi small { display: block; color: var(--muted); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .mp-kpi b { display: block; margin-top: 4px; font-size: 18px; color: var(--text); }
    .mp-kpi.ok b { color: var(--acid); }
    .mp-kpi.warn b { color: #ffb84d; }
    .mp-table { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--panel); }
    .mp-table-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--line); }
    .mp-table-head strong { font-size: 13px; }
    .mp-table-head button { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border: 0; border-radius: 6px; background: var(--acid); color: var(--bg); font: 12px var(--sans); font-weight: 700; cursor: pointer; }
    .mp-table-head button:hover { background: #b8e85a; }
    .mp-table table { width: 100%; border-collapse: collapse; font: 12px var(--sans); }
    .mp-table th { text-align: left; padding: 8px 12px; color: var(--muted); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); }
    .mp-table td { padding: 8px 12px; border-bottom: 1px solid var(--soft-line); color: var(--text); }
    .mp-table tr:last-child td { border-bottom: 0; }
    .mp-table td.in { color: #5fc28b; font-weight: 700; }
    .mp-table td.out { color: #ff8a8a; font-weight: 700; }
    @media (max-width: 600px) { .mp-kpis { grid-template-columns: repeat(2, 1fr); } }

    .mock-code { margin: 0; padding: 12px; border: 1px solid #1a2933; border-radius: 7px; color: #c8d1d4; background: #0b1219; font: 14px var(--mono); line-height: 1.6; max-height: 180px; overflow: auto; white-space: pre-wrap; word-break: break-word; }
    .mock-success { display: none; align-items: center; gap: 8px; margin-top: 12px; padding: 10px; border: 1px dashed #4b3f7c; border-radius: 7px; color: #d4ccff; background: rgba(155,123,255,.06); font: 14px var(--mono); }
    .mock-success.show { display: inline-flex; }
    .mock-success a { color: var(--acid); text-decoration: underline; cursor: pointer; }
    .mock-success .dot { color: #3a4750; }
    .mock-code-drawer { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(7,9,13,.78); backdrop-filter: blur(8px); }
    .mock-code-drawer[hidden] { display: none; }
    .mock-code-drawer > .mock-code { max-width: 920px; width: 100%; max-height: 80vh; }
    .mock-code-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--text); font: 14px var(--mono); }
    .mock-code-drawer-close { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--muted); cursor: pointer; }
    .mock-code-drawer-close:hover { color: var(--acid); border-color: var(--acid); }
    .generator-foot { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 25px; color: #6c7d83; font: 14px var(--mono); position: relative; z-index: 1; flex-wrap: wrap; }
    .generator-foot .dot { color: #3a4750; }
    @keyframes g-blink { 50% { opacity: .2; } }

    .flows-section { background: linear-gradient(180deg, #f0f3ee 0%, #e3e8e0 100%); color: var(--bg); position: relative; overflow: hidden; }
    .flows-section:before { content: ''; position: absolute; width: 540px; height: 540px; top: -250px; right: -200px; border-radius: 50%; background: rgba(155,123,255,.12); filter: blur(70px); pointer-events: none; }
    .flows-section:after { content: ''; position: absolute; width: 480px; height: 480px; bottom: -200px; left: -180px; border-radius: 50%; background: rgba(112,232,255,.1); filter: blur(70px); pointer-events: none; }
    .flows-section .section-head h2 { color: var(--bg); }
    .flows-section .section-head p { color: #576359; }
    .flows-section .eyebrow { color: var(--acid-dark); }
    .flows-demo { position: relative; z-index: 1; margin: 25px 0 12px; max-width: 100%; min-width: 0; overflow: hidden; }
    .flows-open { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 6px 10px; color: var(--muted); font: 14px var(--mono); border-radius: 5px; transition: color .2s; }
    .flows-open:hover { color: var(--acid); }
    .flows-open i { font-size: 14px; }
    .flows-foot { display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; color: #576359; font: 14px var(--mono); position: relative; z-index: 1; }
    .flows-foot .dot { color: #a3b0a4; }
    .flows-foot i { color: var(--acid); margin-right: 4px; font-size: 14px; }
    .flows-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; position: relative; z-index: 1; }
    .flows-points li { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #cbd6ce; border-radius: 9px; background: rgba(255,255,255,.65); font-size: 14px; color: #3a4940; line-height: 1.4; }
    .flows-points li i { color: var(--acid-dark); font-size: 15px; flex-shrink: 0; }
    .flows-points li span { display: block; }

    /* ---------- SIVO Flows editor (namespaced with fe-) ---------- */
    .fe-root { --fe-bg:#1e1e2e; --fe-panel:#262637; --fe-panel2:#2d2d42; --fe-border:#3a3a52; --fe-text:#e4e4f0; --fe-muted:#8a8aa3; --fe-accent:#5b8cff; --fe-wire:#6c6c8a; --fe-ok:#2fb787; }
    .fe-root * { box-sizing: border-box; }
    .fe-root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--fe-text); background: var(--fe-bg); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
    .fe-wrap { display: flex; flex-direction: column; height: 560px; min-width: 0; overflow: hidden; }
    .fe-topbar { display: flex; align-items: center; gap: 8px; background: var(--fe-panel); border-bottom: 1px solid var(--fe-border); padding: 8px 12px; flex-shrink: 0; }
    .fe-title { font-size: 14px; font-weight: 700; margin: 0 12px 0 0; color: var(--fe-accent); letter-spacing: -.02em; }
    .fe-title span { color: var(--fe-muted); font-weight: 500; font-size: 14px; margin-left: 6px; }
    .fe-tabs { display: flex; gap: 4px; flex: 1; overflow-x: auto; min-width: 0; }
    .fe-tab { padding: 6px 12px; border-radius: 6px 6px 0 0; font-size: 14px; cursor: pointer; background: var(--fe-panel2); border: 1px solid var(--fe-border); border-bottom: none; white-space: nowrap; display: flex; align-items: center; gap: 6px; color: var(--fe-text); }
    .fe-tab.fe-active { background: var(--fe-bg); border-color: var(--fe-accent); color: var(--fe-accent); }
    .fe-tab.fe-subflow::before { content: "⤷"; font-size: 14px; opacity: 0.7; }
    .fe-tab .fe-close { opacity: 0.5; font-size: 14px; padding: 0 2px; cursor: pointer; }
    .fe-tab .fe-close:hover { opacity: 1; color: #ff6b6b; }
    .fe-btn { background: var(--fe-panel2); border: 1px solid var(--fe-border); color: var(--fe-text); padding: 6px 10px; border-radius: 6px; font-size: 14px; cursor: pointer; font-family: inherit; }
    .fe-btn:hover { border-color: var(--fe-accent); }
    .fe-btn-primary { background: var(--fe-accent); border-color: var(--fe-accent); color: #fff; }
    .fe-btn-primary:hover { background: #4778e8; }
    .fe-main { flex: 1 1 0; display: flex; min-height: 0; min-width: 0; width: 100%; overflow: hidden; }
    .fe-canvas-wrap { flex: 1 1 0; position: relative; overflow: auto; background-image: radial-gradient(circle, #33334a 1px, transparent 1px); background-size: 22px 22px; min-width: 0; max-width: 100%; }
    .fe-palette { width: 200px; flex-shrink: 0; background: var(--fe-panel); border-right: 1px solid var(--fe-border); padding: 10px; overflow-y: auto; }
    .fe-palette h3 { font-size: 14px; text-transform: uppercase; color: var(--fe-muted); margin: 12px 0 6px; letter-spacing: 0.04em; }
    .fe-palette h3:first-child { margin-top: 0; }
    .fe-palette-item { padding: 8px 10px; border-radius: 6px; margin-bottom: 5px; font-size: 14px; cursor: grab; border-left: 3px solid; background: var(--fe-panel2); user-select: none; transition: transform .1s; color: var(--fe-text); }
    .fe-palette-item:hover { transform: translateX(2px); }
    .fe-palette-item:active { cursor: grabbing; }
    .fe-palette-hint { color: var(--fe-muted); font-size: 14px; line-height: 1.5; padding: 8px 0 0; border-top: 1px solid var(--fe-border); margin-top: 12px; }
    .fe-canvas { position: relative; min-width: 1400px; height: 900px; }
    .fe-canvas svg { position: absolute; top: 0; left: 0; width: 1400px; height: 900px; pointer-events: none; }
    .fe-node { position: absolute; min-width: 150px; background: var(--fe-panel2); border: 1px solid var(--fe-border); border-left: 4px solid; border-radius: 6px; padding: 9px 12px; font-size: 14px; cursor: grab; user-select: none; transition: box-shadow .15s; color: var(--fe-text); }
    .fe-node:hover { box-shadow: 0 4px 14px rgba(0,0,0,.35); }
    .fe-node.fe-selected { border-color: var(--fe-accent); box-shadow: 0 0 0 1px var(--fe-accent); }
    .fe-node .fe-type-label { font-size: 14px; color: var(--fe-muted); text-transform: uppercase; letter-spacing: 0.03em; }
    .fe-node .fe-name-label { font-weight: 600; margin-top: 2px; }
    .fe-node .fe-desc-label { font-size: 14px; color: var(--fe-muted); margin-top: 4px; line-height: 1.35; max-width: 200px; }
    .fe-port { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--fe-bg); border: 2px solid var(--fe-wire); top: 50%; transform: translateY(-50%); cursor: crosshair; }
    .fe-port.fe-in { left: -6px; }
    .fe-port.fe-out { right: -6px; }
    .fe-port:hover { border-color: var(--fe-accent); transform: translateY(-50%) scale(1.25); }
    .fe-config-panel { width: 240px; flex-shrink: 0; background: var(--fe-panel); border-left: 1px solid var(--fe-border); padding: 12px; overflow-y: auto; font-size: 14px; }
    .fe-config-panel h3 { font-size: 14px; text-transform: uppercase; color: var(--fe-muted); margin: 0 0 10px; letter-spacing: 0.04em; }
    .fe-config-panel label { display: block; font-size: 14px; color: var(--fe-muted); margin: 10px 0 3px; }
    .fe-config-panel input, .fe-config-panel select, .fe-config-panel textarea { width: 100%; background: var(--fe-panel2); border: 1px solid var(--fe-border); color: var(--fe-text); padding: 6px 8px; border-radius: 5px; font-size: 14px; font-family: inherit; }
    .fe-config-panel textarea { resize: vertical; min-height: 50px; }
    .fe-empty-hint { color: var(--fe-muted); line-height: 1.5; font-size: 14px; }
    .fe-statusbar { background: var(--fe-panel); border-top: 1px solid var(--fe-border); padding: 6px 12px; font-size: 14px; color: var(--fe-muted); flex-shrink: 0; display: flex; align-items: center; gap: 12px; }
    .fe-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); display: none; align-items: center; justify-content: center; z-index: 100; }
    .fe-overlay.fe-open { display: flex; }
    .fe-modal { width: 560px; max-width: 92vw; max-height: 86vh; background: var(--fe-panel); border: 1px solid var(--fe-border); border-radius: 8px; display: flex; flex-direction: column; overflow: hidden; }
    .fe-modal-header { padding: 12px 14px; border-bottom: 1px solid var(--fe-border); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; }
    .fe-modal-title { font-size: 14px; font-weight: 700; }
    .fe-modal-subtitle { font-size: 14px; color: var(--fe-muted); margin-top: 2px; }
    .fe-modal-body { padding: 14px; overflow-y: auto; font-size: 14px; }
    .fe-modal-body label { display: block; font-size: 14px; color: var(--fe-muted); margin: 10px 0 4px; }
    .fe-modal-body label:first-child { margin-top: 0; }
    .fe-modal-body input, .fe-modal-body textarea { width: 100%; background: var(--fe-panel2); border: 1px solid var(--fe-border); color: var(--fe-text); padding: 7px 9px; border-radius: 5px; font-size: 14px; font-family: inherit; }
    .fe-textarea-desc { font-size: 14px; min-height: 110px; resize: vertical; line-height: 1.55; }
    .fe-modal-fields { display: flex; gap: 10px; }
    .fe-modal-fields > div { flex: 1; }
    #fe-modal-routing { margin-top: 8px; padding: 10px; border: 1px dashed var(--fe-border); border-radius: 5px; background: var(--fe-bg); color: var(--fe-muted); font-size: 14px; line-height: 1.5; }
    #fe-modal-test-result { margin-top: 8px; padding: 10px; border: 1px solid var(--fe-border); border-radius: 5px; background: #16161f; color: #8adf9e; font-size: 14px; display: none; }
    #fe-modal-test-result.fe-show { display: block; }
    #fe-modal-test-result.fe-error { color: #ff8a8a; }
    .fe-modal-footer { padding: 10px 14px; border-top: 1px solid var(--fe-border); display: flex; justify-content: flex-end; gap: 8px; flex-shrink: 0; }
    @media (max-width: 650px) {
      .fe-root { border-radius: 10px; }
      .fe-wrap { height: 420px; }
      .fe-palette, .fe-config-panel { display: none; }
      .fe-tabs { max-width: 30vw; }
      .fe-title span { display: none; }
      .fe-title { margin-right: 4px; font-size: 14px; }
      .fe-topbar { padding: 6px 8px; gap: 4px; }
      .fe-btn { padding: 4px 7px; font-size: 14px; }
      .fe-statusbar { padding: 4px 8px; font-size: 14px; }
      .fe-node { min-width: 120px; padding: 6px 8px; font-size: 14px; border-radius: 5px; }
      .fe-node .fe-desc-label { display: none; }
      .fe-node .fe-type-label { font-size: 14px; }
      .fe-node .fe-name-label { font-size: 14px; margin-top: 1px; }
      .fe-port { width: 9px; height: 9px; }
      .fe-port.fe-in { left: -5px; }
      .fe-port.fe-out { right: -5px; }
      .flows-points { grid-template-columns: 1fr; gap: 5px; margin-bottom: 12px; }
      .flows-points li { font-size: 14px; padding: 8px 10px; }
      .flows-points li i { font-size: 14px; }
      .flows-foot { font-size: 14px; gap: 8px; margin-top: 12px; }
      .flows-demo { margin-top: 10px; }
      .flows-section .section-head { margin-bottom: 14px; }
    }

    /* ---------- FLEX DB demo (namespaced with fdb-) ---------- */
    .flexdb-section { background: linear-gradient(180deg, #f2f6f1 0%, #e6ede5 100%); color: var(--bg); position: relative; overflow: hidden; }
    .flexdb-section:before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(7,9,13,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(7,9,13,.07) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; }
    .flexdb-section .section-inner { position: relative; }
    .flexdb-section .section-head p { color: #576359; }
    .flexdb-section .eyebrow { color: var(--acid-dark); }
    .flexdb-lead { display: block; max-width: 620px; margin: 26px 0 0; color: #2c3a2e; font-size: 17px; line-height: 1.7; }
    .fdb-l { display: block; opacity: 0; transform: translateY(10px); filter: blur(4px); transition: opacity .55s ease, transform .55s ease, filter .55s ease; }
    .fdb-l.is-in { opacity: 1; transform: none; filter: blur(0); }
    .fdb-l2 { color: #1d2a1f; font-weight: 500; }
    .fdb-l4 { color: var(--acid-dark); font-weight: 600; }
    .fdb-l.is-in + .fdb-l { margin-top: 10px; }
    html.js .flexdb-section .section-head { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
    html.js .flexdb-section .section-head.is-visible { opacity: 1; transform: none; }
    html.js .section-head { opacity: 0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease; }
    html.js .section-head.is-visible { opacity: 1; transform: none; }
    .flexdb-section .section-head p span { color: var(--acid-dark); }
    .flexdb-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; position: relative; z-index: 1; }
    .flexdb-points li { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #cbd6ce; border-radius: 9px; background: rgba(255,255,255,.6); font-size: 14px; color: #3a4940; line-height: 1.4; font-weight: 600; }
    .flexdb-points li i { color: var(--acid-dark); font-size: 16px; flex-shrink: 0; }
    .flexdb-demo { position: relative; z-index: 1; margin: 25px 0 12px; max-width: 100%; min-width: 0; overflow: hidden; }
    .fdb-root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; border: 1px solid #cbd6ce; border-radius: 13px; overflow: hidden; box-shadow: 0 25px 70px rgba(0,0,0,.18); color: #1f2a23; }
    .fdb-wrap { display: flex; flex-direction: column; }
    .fdb-topbar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid #e3e8e0; background: #f8faf6; flex-wrap: wrap; }
    .fdb-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid #cbd6ce; border-radius: 7px; background: #fff; font: 14px -apple-system, sans-serif; font-weight: 600; color: #3a4940; }
    .fdb-pill i { color: var(--acid-dark); font-size: 14px; }
    .fdb-toolbar { display: flex; align-items: center; gap: 6px; flex: 1; justify-content: flex-end; flex-wrap: wrap; }
    .fdb-search { display: flex; align-items: center; gap: 5px; padding: 5px 9px; border: 1px solid #cbd6ce; border-radius: 7px; background: #fff; min-width: 180px; }
    .fdb-search i { color: #6f7f70; font-size: 14px; }
    .fdb-search input { border: 0; background: transparent; outline: none; font: 14px -apple-system, sans-serif; color: #1f2a23; width: 100%; }
    .fdb-btn { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border: 1px solid #cbd6ce; border-radius: 7px; background: #fff; color: #3a4940; font: 14px -apple-system, sans-serif; font-weight: 600; cursor: pointer; transition: border-color .15s, background .15s; }
    .fdb-btn:hover { border-color: var(--acid-dark); background: #f8faf6; }
    .fdb-btn-primary { background: var(--acid-dark); border-color: var(--acid-dark); color: #fff; }
    .fdb-btn-primary:hover { background: #6e9519; border-color: #6e9519; }
    .fdb-btn i { font-size: 14px; }
    .fdb-meta { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-bottom: 1px solid #e3e8e0; background: #f1f5ef; flex-wrap: wrap; font: 14px -apple-system, sans-serif; color: #445247; }
    .fdb-meta-pill { display: inline-flex; align-items: center; gap: 5px; padding: 3px 8px; border: 1px solid #cbd6ce; border-radius: 99px; background: #fff; }
    .fdb-meta-pill i { color: var(--acid-dark); font-size: 13px; }
    .fdb-meta-pill strong { color: #1f2a23; font-weight: 700; }
    .fdb-role-switch { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; }
    .fdb-role-switch span { font-weight: 600; color: #445247; }
    .fdb-role-btn { padding: 4px 8px; border: 1px solid #cbd6ce; border-radius: 6px; background: #fff; color: #445247; font: 14px -apple-system, sans-serif; font-weight: 600; cursor: pointer; }
    .fdb-role-btn:hover { border-color: var(--acid-dark); }
    .fdb-role-btn.fdb-role-active { background: var(--acid-dark); border-color: var(--acid-dark); color: #fff; }
    .fdb-table-wrap { overflow-x: auto; max-height: 460px; -webkit-overflow-scrolling: touch; min-width: 0; max-width: 100%; }
    .fdb-table { width: 100%; border-collapse: collapse; font: 14px -apple-system, sans-serif; min-width: 760px; }
    .fdb-table thead { position: sticky; top: 0; z-index: 2; background: #f1f5ef; box-shadow: 0 1px 0 #cbd6ce; }
    .fdb-table tbody { position: relative; z-index: 1; }
    .fdb-table th { text-align: left; padding: 10px 12px; border-bottom: 1px solid #cbd6ce; color: #445247; font-weight: 700; font-size: 14px; cursor: pointer; user-select: none; white-space: nowrap; }
    .fdb-table th:hover { background: #e6ede5; }
    .fdb-table th[data-sort].fdb-sorted-asc::after { content: ' ▲'; color: var(--acid-dark); }
    .fdb-table th[data-sort].fdb-sorted-desc::after { content: ' ▼'; color: var(--acid-dark); }
    .fdb-table .fdb-cell-check { width: 36px; text-align: center; cursor: default; }
    .fdb-table .fdb-col-id { width: 56px; color: #6f7f70; font-weight: 600; }
    .fdb-table .fdb-col-monto { text-align: right; font-weight: 700; }
    .fdb-table tbody tr { border-bottom: 1px solid #ecefdb; }
    .fdb-table tbody tr:nth-child(even) { background: #fafdf8; }
    .fdb-table tbody tr:hover { background: #f1f5ef; }
    .fdb-table tbody tr.fdb-row-locked { opacity: .55; background: #f5f5f1; cursor: not-allowed; }
    .fdb-table tbody tr.fdb-row-locked:hover { background: #f5f5f1; }
    .fdb-table td { padding: 9px 12px; vertical-align: middle; color: #1f2a23; }
    .fdb-table td.fdb-col-monto { text-align: right; font-weight: 700; }
    .fdb-table td.fdb-col-id { color: #6f7f70; font-weight: 600; }
    .fdb-table td .fdb-input { width: 100%; border: 1px solid transparent; padding: 4px 6px; border-radius: 5px; background: transparent; font: 14px -apple-system, sans-serif; color: #1f2a23; }
    .fdb-table td .fdb-input:focus { border-color: var(--acid-dark); background: #fff; outline: none; }
    .fdb-table tr.fdb-row-locked td .fdb-input { pointer-events: none; }
    .fdb-tag { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 99px; font: 14px -apple-system, sans-serif; font-weight: 700; }
    .fdb-tag.in   { color: #2c7873; background: #d8efe8; border: 1px solid #b3dccc; }
    .fdb-tag.out  { color: #8a3030; background: #f9d8d8; border: 1px solid #ecb3b3; }
    .fdb-tag.ok   { color: #445247; background: #e6ede5; border: 1px solid #cbd6ce; }
    .fdb-tag.review { color: #8a5a30; background: #fbe8d3; border: 1px solid #e8c9a3; }
    .fdb-footer { display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; padding: 10px 14px; border-top: 1px solid #e3e8e0; background: #f8faf6; color: #576359; font: 14px -apple-system, sans-serif; position: relative; z-index: 1; }
    .fdb-footer .dot { color: #a3b0a4; }
    .fdb-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); padding: 10px 16px; border-radius: 9px; background: #1f2a23; color: #fff; font: 14px -apple-system, sans-serif; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,.25); opacity: 0; transition: opacity .18s, transform .18s; pointer-events: none; z-index: 200; }
    .fdb-toast.fdb-show { opacity: 1; transform: translateX(-50%) translateY(0); }
    @media (max-width: 980px) {
      .flexdb-points { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 650px) {
      .flexdb-points { grid-template-columns: 1fr; gap: 6px; }
      .flexdb-points li { font-size: 14px; padding: 8px 10px; }
      .fdb-topbar { flex-direction: column; align-items: stretch; gap: 8px; padding: 8px 10px; }
      .fdb-pill { justify-content: center; }
      .fdb-toolbar { width: 100%; justify-content: flex-start; gap: 5px; }
      .fdb-toolbar .fdb-btn { flex: 1; justify-content: center; padding: 6px 7px; }
      .fdb-toolbar .fdb-btn-primary { flex: 1; }
      .fdb-search { min-width: 0; flex: 1 1 100%; order: 99; width: 100%; }
      .fdb-meta { flex-direction: column; align-items: stretch; gap: 6px; padding: 8px 10px; font-size: 14px; }
      .fdb-meta-pill { justify-content: center; }
      .fdb-role-switch { margin-left: 0; justify-content: center; flex-wrap: wrap; }
      .fdb-table-wrap { max-height: 480px; }
      .fdb-table { font-size: 14px; min-width: 560px; }
      .fdb-table th, .fdb-table td { padding: 7px 8px; white-space: nowrap; }
      .fdb-table .fdb-input { padding: 4px 6px; min-width: 80px; }
      .fdb-footer { font-size: 14px; gap: 6px; }
      .fdb-scroll-hint { display: block; }
    }
    .fdb-scroll-hint { display: none; padding: 6px 12px; background: #f1f5ef; border-bottom: 1px solid #e3e8e0; text-align: center; font: 14px -apple-system, sans-serif; color: #576359; font-weight: 600; }
    .fdb-scroll-hint i { color: var(--acid-dark); margin: 0 4px; }

    /* ---------- SIVO Agentic IA demo (namespaced with agnt-) ---------- */
    .agentic-section { background: #030712; color: #f3f4f6; position: relative; overflow: hidden; padding: 110px 0; }
    .agentic-section:before { content: ''; position: absolute; width: 600px; height: 600px; top: -250px; left: -200px; border-radius: 50%; background: rgba(59,130,246,.1); filter: blur(80px); pointer-events: none; }
    .agentic-section:after { content: ''; position: absolute; width: 600px; height: 600px; bottom: -260px; right: -240px; border-radius: 50%; background: rgba(155,123,255,.12); filter: blur(80px); pointer-events: none; }
    .agentic-section .section-head { position: relative; z-index: 1; }
    .agentic-section .section-head h2 { color: #f3f4f6; max-width: 780px; }
    .agentic-section .section-head p { color: #a9b1ba; max-width: 560px; }
    .agentic-section .eyebrow { color: var(--cyan); }
    .agentic-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; position: relative; z-index: 1; }
    .agentic-points li { display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; border: 1px solid #1f2937; border-radius: 9px; background: rgba(17,24,30,.7); font-size: 14px; color: #c1c8d0; line-height: 1.4; font-weight: 600; }
    .agentic-points li i { color: var(--cyan); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
    .agentic-points li strong { color: #fff; font-weight: 700; }
    .agentic-demo { position: relative; z-index: 1; margin: 25px 0 12px; max-width: 100%; min-width: 0; overflow: hidden; }
    .agnt-root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: rgba(17,24,30,.6); border: 1px solid #1f2937; border-radius: 14px; overflow: hidden; backdrop-filter: blur(8px); box-shadow: 0 25px 70px rgba(0,0,0,.5); color: #e5e7eb; }
    .agnt-topbar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #1f2937; background: rgba(3,7,18,.5); flex-wrap: wrap; }
    .agnt-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; min-width: 0; }
    .agnt-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid #4b3f7c; border-radius: 7px; background: rgba(155,123,255,.1); color: #beaaff; font: 14px -apple-system, sans-serif; font-weight: 700; }
    .agnt-chip i { color: var(--purple); font-size: 14px; }
    .agnt-sub { color: #8a93a3; font: 14px -apple-system, sans-serif; font-weight: 600; }
    .agnt-mcp { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-left: auto; }
    .agnt-mcp-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border: 1px solid #2c3947; border-radius: 99px; background: rgba(255,255,255,.04); color: #c1c8d0; font: 14px -apple-system, sans-serif; font-weight: 600; }
    .agnt-mcp-pill i { font-size: 13px; }
    .agnt-mcp-pill.agnt-mcp-blue { color: #70c8ff; border-color: #2c5b7e; }
    .agnt-mcp-pill.agnt-mcp-green { color: #2fb787; border-color: #2c5e4d; }
    .agnt-mcp-pill.agnt-mcp-orange { color: #ff9c65; border-color: #7a4f1f; }
    .agnt-mcp-pill.agnt-mcp-purple { color: #beaaff; border-color: #4b3f7c; }
    .agnt-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 14px 18px 0; position: relative; z-index: 1; }
    .agnt-tab { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 12px; border: 1px solid #1f2937; border-radius: 8px; color: #b1b9c4; background: rgba(255,255,255,.03); cursor: pointer; font: 14px -apple-system, sans-serif; font-weight: 700; transition: border-color .2s, background .2s, color .2s; }
    .agnt-tab i { color: var(--cyan); font-size: 16px; }
    .agnt-tab:hover { border-color: var(--purple); color: #fff; }
    .agnt-tab.active { background: rgba(155,123,255,.15); border-color: var(--purple); color: #fff; box-shadow: 0 0 18px rgba(155,123,255,.15); }
    .agnt-tab.active i { color: var(--purple); }
    .agnt-actions { display: flex; justify-content: center; padding: 16px 18px 8px; position: relative; z-index: 1; }
    .agnt-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border: 1px solid #fff; border-radius: 12px; background: #fff; color: #030712; font: 14px -apple-system, sans-serif; font-weight: 700; cursor: pointer; box-shadow: 0 0 40px rgba(255,255,255,.18); transition: transform .2s, box-shadow .2s; }
    .agnt-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 55px rgba(255,255,255,.32); }
    .agnt-btn-primary:disabled { opacity: .5; cursor: not-allowed; transform: none; }
    .agnt-panel { margin: 4px 18px 18px; padding: 16px; border: 1px solid #2c3947; border-radius: 12px; background: rgba(3,7,18,.7); }
    .agnt-header { display: flex; align-items: center; gap: 8px; color: #beaaff; font: 14px -apple-system, sans-serif; font-weight: 700; padding-bottom: 12px; border-bottom: 1px solid #1f2937; margin-bottom: 14px; }
    .agnt-header i { color: var(--purple); font-size: 16px; }
    .agnt-status { margin-left: auto; padding: 3px 9px; background: rgba(112,232,255,.08); border: 1px solid #2c5b7e; border-radius: 99px; color: #70c8ff; font: 14px -apple-system, sans-serif; font-weight: 600; }
    .agnt-goal { padding: 11px 13px; border: 1px solid #4b3f7c; border-radius: 9px; background: rgba(155,123,255,.08); color: #d4ccff; margin-bottom: 12px; }
    .agnt-goal-label { font: 14px -apple-system, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #beaaff; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
    .agnt-goal-label i { color: var(--purple); font-size: 14px; }
    .agnt-goal-text { color: #f3f4f6; font: 14px -apple-system, sans-serif; line-height: 1.5; }
    .agnt-log-list { display: flex; flex-direction: column; gap: 8px; min-height: 200px; max-height: 380px; overflow-y: auto; padding-right: 4px; }
    .agnt-log-list::-webkit-scrollbar { width: 6px; }
    .agnt-log-list::-webkit-scrollbar-thumb { background: #2c3947; border-radius: 3px; }
    .agnt-empty { display: flex; align-items: center; gap: 10px; padding: 18px; border: 1px dashed #2c3947; border-radius: 9px; background: rgba(255,255,255,.02); color: #8a93a3; font: 14px -apple-system, sans-serif; }
    .agnt-empty i { color: var(--cyan); font-size: 18px; }
    .agnt-empty strong { color: #fff; font-weight: 700; }
    .agnt-log { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; background: rgba(17,24,30,.6); border: 1px solid #1f2937; border-left-width: 3px; border-radius: 8px; font: 14px -apple-system, sans-serif; color: #d1d5db; line-height: 1.5; animation: agnt-fade .35s ease-out forwards; }
    .agnt-log i { color: var(--cyan); font-size: 16px; flex-shrink: 0; margin-top: 2px; width: 18px; text-align: center; }
    .agnt-log-text { flex: 1; }
    .agnt-log.green { border-left-color: #2fb787; }
    .agnt-log.green i { color: #2fb787; }
    .agnt-log.purple { border-left-color: var(--purple); }
    .agnt-log.purple i { color: var(--purple); }
    .agnt-log.blue { border-left-color: #3b82f6; }
    .agnt-log.blue i { color: #3b82f6; }
    .agnt-log.amber { border-left-color: #f2b134; }
    .agnt-log.amber i { color: #f2b134; }
    .agnt-log.cyan { border-left-color: var(--cyan); }
    .agnt-log.cyan i { color: var(--cyan); }
    .agnt-log.rose { border-left-color: #ff6b6b; }
    .agnt-log.rose i { color: #ff6b6b; }
    .agnt-spinner { display: flex; align-items: center; gap: 8px; padding: 10px 12px; color: var(--purple); font: 14px -apple-system, sans-serif; font-weight: 700; background: rgba(155,123,255,.06); border: 1px dashed #4b3f7c; border-radius: 8px; animation: agnt-fade .35s ease-out forwards; }
    .agnt-result { margin-top: 10px; padding: 11px 13px; border: 1px solid #2fb787; border-radius: 9px; background: rgba(47,183,135,.08); color: #8adf9e; font: 14px -apple-system, sans-serif; animation: agnt-fade .35s ease-out forwards; }
    .agnt-result strong { color: #2fb787; display: block; margin-bottom: 3px; font-weight: 700; }
    .agnt-result strong i { color: #2fb787; margin-right: 4px; }
    @keyframes agnt-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
    @media (max-width: 980px) {
      .agentic-points { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 650px) {
      .agentic-section { padding: 80px 0; }
      .agentic-points { grid-template-columns: 1fr; gap: 6px; margin-bottom: 14px; }
      .agentic-points li { font-size: 14px; padding: 9px 10px; }
      .agnt-topbar { flex-direction: column; align-items: stretch; gap: 10px; padding: 12px 14px; }
      .agnt-title { justify-content: center; }
      .agnt-mcp { margin-left: 0; justify-content: center; }
      .agnt-mcp-pill { font-size: 14px; padding: 3px 7px; }
      .agnt-tabs { grid-template-columns: 1fr 1fr; gap: 6px; padding: 12px 14px 0; }
      .agnt-tab { font-size: 14px; padding: 8px 10px; min-height: 40px; }
      .agnt-tab span { display: inline; }
      .agnt-actions { padding: 12px 14px 8px; }
      .agnt-btn-primary { width: 100%; justify-content: center; padding: 11px 16px; }
      .agnt-panel { margin: 4px 14px 14px; padding: 12px; }
      .agnt-header { font-size: 14px; flex-wrap: wrap; }
      .agnt-status { margin-left: 0; }
      .agnt-log-list { max-height: 320px; }
      .agnt-empty { font-size: 14px; padding: 14px; }
    }

    @media (max-width: 980px) {
      .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; z-index: 10; flex-direction: column; align-items: stretch; gap: 0; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #0d131a; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
      .nav-links.open { display: flex; }
      .nav-links a { padding: 11px 8px; border-bottom: 1px solid var(--soft-line); }
      .nav-links a:last-child { border-bottom: 0; }
      .menu-btn { display: block; }
      .nav-right .btn-ghost { display: none; }
      .nav-right .mono { display: none; }
      .hero-grid, .ai-lab-grid, .enterprise-grid, .diag-grid, .cta-grid { grid-template-columns: 1fr; gap: 40px; }
      .builder { max-width: 700px; margin: 0 auto; }
      .ai-lab-copy { max-width: 650px; }
      .enterprise-copy { order: -1; padding: 0; }
      .security-panel { max-width: 680px; }
      .cta-grid { gap: 28px; }
    }
    @media (max-width: 650px) {
      .wrap { width: min(100% - 28px, 1190px); }
      .nav { min-height: 68px; }
      .nav-right .btn-acid { padding: 10px 12px; font-size: 14px; }
      .hero { padding: 68px 0 60px; }
      .hero h1 { font-size: clamp(40px, 11vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
      .hero-copy { font-size: 14px; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions .btn { width: 100%; }
      .exec-grid, .agent-sim, .miniapps-grid { grid-template-columns: 1fr; gap: 28px; }
      .exec-proof { gap: 8px; }
      .exec-card { min-height: 145px; padding: 15px; }
      .exec-card strong { margin-top: 20px; font-size: 14px; }
      .scenario-tabs { grid-template-columns: 1fr 1fr; }
      .sim-column { min-height: auto; padding: 13px; }
      .sim-screen { min-height: 285px; }
      .chat-hint { min-height: 235px; }
      .miniapps-tabs { grid-template-columns: repeat(2, 1fr); gap: 5px; }
      .mapp-tab { padding: 9px 6px; font-size: 13px; }
      .mapp-tab span { display: none; }
      .mapp-tab i { font-size: 17px; }
      .mapp-panel { padding: 14px; }
      .mapp-panel strong { font-size: 16px; }
      .miniapps-chips { margin-top: 22px; }
      .builder { transform: none; }
      .builder-main { grid-template-columns: 1fr; }
      .builder-side { display: none; }
      .builder-canvas { padding: 13px; }
      .flow-card { padding: 11px; }
      .flow-row { grid-template-columns: 1fr; gap: 6px; }
      .flow-connector { width: 1px; height: 12px; margin-left: 20px; }
      .flow-connector:after { right: auto; left: -3px; top: auto; bottom: -1px; border: 3px solid transparent; border-top: 0; border-bottom-color: #75858e; }
      .section { padding: 82px 0; }
      .section-head { display: block; margin-bottom: 33px; }
      .section-head p { margin-top: 17px; }
      .section h2, .thesis h2, .ai-lab-copy h2, .enterprise-copy h2, .diagnostic h2, .cta h2 { font-size: 36px; line-height: 1.05; letter-spacing: -.025em; }
      .preset-grid { grid-template-columns: 1fr; }
      .generator-hero h3 { font-size: 30px; letter-spacing: -.03em; }
      .generator-hero h4 { font-size: 22px; letter-spacing: -.02em; }
      .generator-form-foot { flex-direction: column; align-items: stretch; }
      .generator-form-foot .btn { width: 100%; }
      .generator-steps { grid-template-columns: repeat(2, 1fr); }
      .generator-meta { justify-content: center; }
      .thesis { grid-template-columns: 1fr; gap: 37px; }
      .thesis-visual { min-height: 370px; padding: 15px; }
      .stack-row { grid-template-columns: 84px 1fr auto; gap: 9px; padding: 12px; }
      .stack-row strong { font-size: 14px; }
      .builder-explain, .path-grid { grid-template-columns: 1fr; }
      .explain-card { min-height: 210px; padding: 20px; }
      .explain-card h3 { margin-top: 18px; font-size: 20px; }
      .explain-card .tiny-code { margin-top: 14px; }
      .playground-grid { grid-template-columns: 1fr; padding: 12px; }
      .prompt-panel, .preview-panel { min-height: auto; }
      .enterprise-grid { gap: 26px; }
      .security-panel { min-height: auto; padding: 15px; }
      .security-items { grid-template-columns: 1fr; }
      .permission-row { grid-template-columns: 1fr 1fr 48px; }
      .path-card { min-height: auto; padding: 22px; }
      .path-card h3 { margin-top: 30px; font-size: 28px; }
      .path-card .btn { margin-top: 20px; align-self: stretch; justify-content: center; }
      .diagnostic { padding: 82px 0; }
      .terminal-body { min-height: 275px; padding: 13px; font-size: 14px; }
      .cta { padding: 82px 0; }
      .footer-row { display: block; }
      .footer-links { margin-top: 14px; flex-wrap: wrap; }
    }

    /* ---------- Browser mockup wrapper for #generator ---------- */
    .gen-mockup { position: relative; z-index: 1; margin: 26px auto 0; max-width: 1080px; border: 1px solid #2c3947; border-radius: 14px; background: #0d1219; box-shadow: 0 40px 120px rgba(0,0,0,.55), 0 0 80px rgba(163,230,53,.06); overflow: hidden; }
    .gen-mockup-chrome { display: flex; align-items: center; gap: 14px; padding: 11px 14px; border-bottom: 1px solid #1f2937; background: linear-gradient(180deg, #11181f 0%, #0c1218 100%); }
    .gen-mockup-dots { display: inline-flex; gap: 6px; flex: 0 0 auto; }
    .gen-mockup-dots span { width: 11px; height: 11px; border-radius: 50%; background: #46525d; display: block; }
    .gen-mockup-dots span:nth-child(1) { background: var(--pink); }
    .gen-mockup-dots span:nth-child(2) { background: var(--orange); }
    .gen-mockup-dots span:nth-child(3) { background: var(--acid); }
    .gen-mockup-url { flex: 1; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #2c3947; border-radius: 8px; color: #8a93a3; background: #0a0e14; font: 13px var(--mono); letter-spacing: -.01em; min-width: 0; }
    .gen-mockup-url > i { color: var(--acid); font-size: 14px; flex-shrink: 0; }
    .gen-mockup-url > span:not(.gen-mockup-badge) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex: 1; }
    .gen-mockup-badge { display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; padding: 3px 9px; border: 1px solid #435d22; border-radius: 999px; color: var(--acid); background: rgba(163,230,53,.08); font: 600 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
    .gen-mockup-badge i { font-size: 12px; }
    .gen-mockup-actions { display: inline-flex; gap: 4px; color: #5f6e78; font-size: 16px; flex: 0 0 auto; }
    .gen-mockup-actions i { cursor: default; }
    .gen-mockup-body { padding: 28px 22px 22px; }
    .gen-mockup--light { background: #f8faf6; border-color: #cbd6ce; box-shadow: 0 40px 120px rgba(7,9,13,.18), 0 0 80px rgba(74,113,15,.05); }
    .gen-mockup--light .gen-mockup-chrome { background: linear-gradient(180deg, #ffffff 0%, #eef3eb 100%); border-bottom-color: #d4ded5; }
    .gen-mockup--light .gen-mockup-url { background: #fff; border-color: #cbd6ce; color: #445247; }
    .gen-mockup--light .gen-mockup-url > i { color: var(--acid-dark); }
    .gen-mockup--light .gen-mockup-badge { color: var(--acid-dark); border-color: var(--acid-dark); background: rgba(74,113,15,.08); }
    .gen-mockup--light .gen-mockup-actions { color: #6f7f70; }
    .gen-mockup .fe-host { padding: 0; }
    .gen-mockup--dark { background: #0a0e14; border-color: #2c3947; box-shadow: 0 40px 120px rgba(0,0,0,.55), 0 0 80px rgba(59,130,246,.08); }
    .gen-mockup--dark .gen-mockup-chrome { background: linear-gradient(180deg, #11181f 0%, #0c1218 100%); border-bottom-color: #1f2937; }
    .gen-mockup--dark .gen-mockup-url { background: #0a0e14; border-color: #2c3947; color: #8a93a3; }
    .gen-mockup--dark .gen-mockup-url > i { color: var(--cyan); }
    .gen-mockup--dark .gen-mockup-badge { color: var(--cyan); border-color: #2c5b7e; background: rgba(112,232,255,.08); }
    .gen-mockup--dark .gen-mockup-actions { color: #5f6e78; }
    .gen-mockup--dark .gen-mockup-body { padding: 20px 18px; }
    .gen-mockup--dark .gen-mockup-body:has(.agnt-root) { padding: 0; }
    @media (max-width: 650px) {
      .gen-mockup { border-radius: 12px; margin-top: 22px; }
      .gen-mockup-chrome { padding: 9px 10px; gap: 8px; }
      .gen-mockup-dots span { width: 9px; height: 9px; }
      .gen-mockup-url { padding: 6px 10px; font-size: 12px; gap: 6px; }
      .gen-mockup-badge { font-size: 10px; padding: 2px 7px; }
      .gen-mockup-body { padding: 20px 14px 14px; }
      .gen-mockup-actions { display: none; }
    }
