:root{--bg:#060910;--panel:#0d1320;--text:#f6f8fb;--muted:#8f9bb2;--line:#1d2a3c;--blue:#6ea8ff;--cyan:#7ee7ff;--green:#7df2bf;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:99;background-image:radial-gradient(#fff .35px,transparent .35px);background-size:4px 4px}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(6,9,16,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.13em}.brand img{width:30px;height:30px}.brand b{font-weight:500;color:var(--muted)}nav{display:flex;align-items:center;gap:28px;font-size:13px;color:#c5cede}nav a:hover{color:white}.nav-cta{border:1px solid var(--line);padding:9px 15px;border-radius:999px}.menu{display:none;color:white;background:none;border:0;font-size:24px}.hero{min-height:860px;padding:170px max(24px,calc((100vw - var(--max))/2)) 90px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black 30%,transparent 90%)}.orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.18}.orb-a{width:400px;height:400px;background:#2673ff;right:5%;top:15%}.orb-b{width:340px;height:340px;background:#2ee0dc;left:10%;bottom:0}.hero-copy,.signal-panel{position:relative;z-index:2}.eyebrow,.section-label{font-size:11px;letter-spacing:.2em;color:var(--cyan);font-weight:700}.hero h1{font-size:clamp(54px,7vw,96px);line-height:.98;letter-spacing:-.055em;margin:24px 0 28px;max-width:900px}.hero h1 span{color:#9dbdff}.hero p{font-size:18px;color:#aeb8ca;max-width:720px}.hero-actions{display:flex;gap:12px;margin-top:38px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:999px;font-size:13px;font-weight:700}.primary{background:#f4f7ff;color:#08101d}.ghost{border:1px solid var(--line);color:#d9e1ee}.signal-panel{background:linear-gradient(180deg,rgba(17,25,40,.96),rgba(9,14,24,.88));border:1px solid #223149;border-radius:22px;padding:22px;box-shadow:0 30px 90px rgba(0,0,0,.36)}.panel-head{display:flex;justify-content:space-between;font-size:12px;color:#aeb8ca;padding-bottom:18px;border-bottom:1px solid var(--line)}.status{color:var(--green)}.status i{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px;box-shadow:0 0 10px var(--green)}.signal-matrix{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);margin:18px 0}.metric{background:#0b111d;padding:18px}.metric span{display:block;color:#75849d;font-size:11px}.metric strong{font-size:21px}.pulse-chart{height:180px}.pulse-chart svg{width:100%;height:100%}.pulse-chart polyline{fill:none;stroke:#7aa8ff;stroke-width:4;filter:drop-shadow(0 0 8px #3c76ff)}.micro-copy{font-size:10px;color:#526078}.marquee-wrap{overflow:hidden;border-block:1px solid rgba(255,255,255,.07);background:#0a0f19}.marquee{white-space:nowrap;padding:17px 0;color:#73819a;font-size:11px;letter-spacing:.16em;display:flex;gap:24px;min-width:max-content;animation:marquee 28s linear infinite}.marquee i{color:#395681}@keyframes marquee{to{transform:translateX(-30%)}}.section{max-width:var(--max);margin:auto;padding:130px 24px}.split{display:grid;grid-template-columns:220px 1fr;gap:70px}.section-copy h2,.platform-head h2,.insights-head h2,.contact h2{font-size:clamp(38px,5vw,66px);line-height:1.05;letter-spacing:-.045em;margin:0 0 30px}.section-copy>p{max-width:790px;color:#9eabc0;font-size:17px}.section-copy strong{color:white}.platform-head,.insights-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin:28px 0 54px}.platform-head p,.insights-head p{color:#8f9bb2;max-width:480px}.agent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.agent-card{position:relative;min-height:310px;padding:26px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#0d1421,#09101a);transition:.25s}.agent-card:hover{transform:translateY(-6px);border-color:#34517a}.agent-card.featured{background:linear-gradient(150deg,#10223d,#0c1320)}.agent-no{font-size:11px;color:#5f6e86}.agent-card h3{margin-top:82px;font-size:21px}.agent-card p{color:#8996aa;font-size:14px}.decision-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:15px;margin-top:34px;padding:22px;border:1px solid var(--line);border-radius:16px;font-size:11px;letter-spacing:.13em;color:#a9b4c7;text-align:center}.decision-flow span{color:#4d678f}.tech-list{border-top:1px solid var(--line)}.tech-list>div{display:grid;grid-template-columns:55px 260px 1fr;gap:24px;padding:27px 0;border-bottom:1px solid var(--line)}.tech-list span{color:#51617a;font-size:12px}.tech-list b{font-size:16px}.tech-list p{margin:0;color:#8795aa}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.insight-card{min-height:300px;border:1px solid var(--line);border-radius:18px;padding:28px;background:#0b111c}.insight-card span{font-size:10px;letter-spacing:.15em;color:#7ea9ef}.insight-card h3{font-size:24px;line-height:1.25;margin:55px 0 15px}.insight-card p{color:#8391a6;font-size:14px}.insight-card a{display:inline-block;margin-top:18px;color:#9eacc2;font-size:12px}.quote-section{padding:150px 24px;background:radial-gradient(circle at 50% 50%,#122343 0,#080c14 50%,#060910 80%);text-align:center}.quote-section blockquote{max-width:1100px;margin:auto;font-size:clamp(36px,5vw,72px);line-height:1.12;letter-spacing:-.045em;font-weight:600}.quote-section span{color:#83aaf2}.contact{border-top:1px solid var(--line)}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-top:40px}.contact-inner p{color:#8f9bb2}footer{max-width:var(--max);margin:auto;padding:50px 24px 70px;border-top:1px solid var(--line);color:#79879c}.footer-brand{color:white;margin-bottom:24px}.disclaimer{max-width:840px;font-size:11px;line-height:1.7;color:#59677b}footer small{display:block;margin-top:25px}.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){nav{display:none}.menu{display:block}.hero{grid-template-columns:1fr;min-height:auto;padding-top:130px}.signal-panel{margin-top:20px}.split{grid-template-columns:1fr;gap:25px}.agent-grid{grid-template-columns:1fr 1fr}.platform-head,.insights-head,.contact-inner{align-items:flex-start;flex-direction:column}.insight-grid{grid-template-columns:1fr}.tech-list>div{grid-template-columns:40px 1fr}.tech-list p{grid-column:2}.decision-flow{grid-template-columns:1fr}.decision-flow span{transform:rotate(90deg)}}@media(max-width:560px){.agent-grid{grid-template-columns:1fr}.hero h1{font-size:52px}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:90px 20px}.site-header{padding-inline:18px}.brand span{font-size:10px}}

/* New logo only; original V1 color palette preserved */
.brand img{width:36px;height:36px}.footer-brand img{width:42px;height:42px}
