:root{--ink:#0a1c28;--navy:#081d2a;--navy-2:#0c2a3a;--blue:#1274a6;--cyan:#38bde8;--teal:#0f9d83;--lime:#b9dc68;--amber:#edb955;--coral:#ec705f;--paper:#f5f7f4;--white:#fff;--muted:#60717d;--line:#d9e1e3;--grid:#173544;--shadow:0 24px 64px rgba(3,22,32,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55}body,button,input,select,textarea{font-family:"Segoe UI",Arial,sans-serif}a{color:inherit}button,input,select,textarea{font-size:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:#fff;color:var(--navy);padding:10px 14px}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.market-strip{height:30px;background:var(--navy);color:#9fb1ba;font-size:10px;font-weight:700}.market-strip-inner{height:100%;display:flex;align-items:center;justify-content:space-between;letter-spacing:.8px}.market-strip span:first-child{display:flex;align-items:center;gap:8px}.market-strip i,.console-status i,.console-footer i,.status.available i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px rgba(185,220,104,.13)}.strip-products{display:flex;align-items:center;gap:12px}.strip-products b{color:#e6edf0;font-size:9px;font-weight:800}
.site-header,header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.nav .brand{width:225px;height:54px;overflow:hidden}.nav .brand img{display:block;width:225px;height:52px;object-fit:cover;object-position:50% 91%;border-radius:0}.nav .brand>span{display:none}.brand>span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:18px;text-transform:uppercase;color:var(--navy)}.brand small{margin-top:5px;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:2.2px}.nav nav,.nav>nav{display:flex;gap:30px;align-items:center}.nav nav a{color:#344955;text-decoration:none;font-size:14px;font-weight:650}.nav nav a:hover,.nav nav a:focus-visible{color:var(--blue)}.nav .navcta{background:var(--navy);color:#fff;padding:11px 16px;border:1px solid var(--navy);border-radius:3px}.nav .navcta:hover,.nav .navcta:focus-visible{background:#12384a;color:#fff}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:3px;background:#fff;padding:10px;cursor:pointer}.menu-button span{display:block;height:2px;background:var(--navy);margin:4px 0}
.hero{min-height:650px;display:flex;align-items:center;padding:82px 0 88px;overflow:hidden;background-color:var(--paper);background-image:linear-gradient(#dfe7e7 1px,transparent 1px),linear-gradient(90deg,#dfe7e7 1px,transparent 1px);background-size:54px 54px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(470px,.96fr);gap:66px;align-items:center}.hero-copy{max-width:650px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.8px}.eyebrow i{width:22px;height:1px;background:var(--blue)}h1,h2,h3,p{margin-top:0}.hero h1{max-width:700px;margin:22px 0 24px;font-size:64px;line-height:1.02;letter-spacing:0;font-weight:750}.hero h1 em{display:block;color:var(--blue);font-style:normal}.lead{max-width:620px;color:#526773;font-size:18px;line-height:1.65}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid transparent;border-radius:3px;padding:12px 19px;text-decoration:none;font-weight:750;cursor:pointer}.btn.primary{background:var(--navy);color:#fff}.btn.primary:hover,.btn.primary:focus-visible{background:var(--blue)}.btn.secondary{border-color:#aebbc0;background:rgba(255,255,255,.66);color:var(--navy)}.proof{display:flex;gap:0;margin-top:36px;border-top:1px solid #cfd9da;padding-top:18px}.proof span{padding:0 20px;border-right:1px solid #cfd9da;color:#62747d;font-size:12px}.proof span:first-child{padding-left:0}.proof span:last-child{border-right:0}.proof strong{display:block;color:var(--ink);font-size:13px}
.market-console{width:100%;min-height:442px;background:var(--navy);color:#fff;border:1px solid #274553;border-radius:6px;box-shadow:var(--shadow);overflow:hidden}.console-bar,.console-status,.console-footer{display:flex;align-items:center;justify-content:space-between}.console-bar{height:42px;padding:0 16px;border-bottom:1px solid var(--grid);color:#91a6b0;font-family:Consolas,monospace;font-size:10px}.console-bar div{display:flex;gap:6px}.console-bar div i{width:7px;height:7px;border:1px solid #49616d;border-radius:50%}.console-status{height:44px;padding:0 18px;background:#0b2432;color:#a9bcc4;font-family:Consolas,monospace;font-size:10px}.console-status>span{display:flex;align-items:center;gap:8px;color:#c8dcce}.console-body{display:grid;grid-template-columns:1fr .86fr;min-height:310px}.quote-panel,.risk-panel{padding:22px 18px}.quote-panel{border-right:1px solid var(--grid)}.panel-label{display:flex;justify-content:space-between;margin-bottom:22px;color:#7f98a3;font-family:Consolas,monospace;font-size:9px;letter-spacing:1px}.panel-label span{color:var(--cyan)}.quote-row{display:grid;grid-template-columns:1fr auto;gap:2px 12px;padding:12px 0;border-bottom:1px solid var(--grid)}.quote-row>span{grid-row:1/3;color:#b7c5ca;font-size:11px}.quote-row strong{font-family:Consolas,monospace;font-size:14px}.quote-row b{color:var(--lime);font-family:Consolas,monospace;font-size:10px;text-align:right}.sparkline{height:82px;display:flex;align-items:flex-end;gap:5px;margin-top:17px;border-bottom:1px solid #2c4a58}.sparkline span{flex:1;background:var(--cyan);opacity:.8}.sparkline span:nth-child(1){height:18%}.sparkline span:nth-child(2){height:27%}.sparkline span:nth-child(3){height:23%}.sparkline span:nth-child(4){height:44%}.sparkline span:nth-child(5){height:39%}.sparkline span:nth-child(6){height:58%}.sparkline span:nth-child(7){height:48%}.sparkline span:nth-child(8){height:66%}.sparkline span:nth-child(9){height:60%}.sparkline span:nth-child(10){height:82%}.sparkline span:nth-child(11){height:72%}.sparkline span:nth-child(12){height:94%}.risk-number{padding:8px 0 22px}.risk-number small{display:block;color:#8aa0aa;font-size:9px}.risk-number strong{display:block;margin-top:7px;color:var(--lime);font-family:Consolas,monospace;font-size:28px}.risk-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--grid);border-left:1px solid var(--grid)}.risk-grid span{min-height:66px;padding:10px;border-right:1px solid var(--grid);border-bottom:1px solid var(--grid)}.risk-grid small,.risk-grid b{display:block}.risk-grid small{color:#778e99;font-size:8px}.risk-grid b{margin-top:6px;font-family:Consolas,monospace;font-size:12px}.console-footer{height:44px;padding:0 18px;border-top:1px solid var(--grid);color:#718b96;font-family:Consolas,monospace;font-size:9px}.console-footer span:first-child{display:flex;align-items:center;gap:8px}
.section{padding:100px 0}.section-heading{max-width:760px;margin-bottom:46px}.section-heading h2,.workflow-copy h2,.about-grid h2,.contact-copy h2{margin:10px 0 0;font-size:44px;line-height:1.12;letter-spacing:0}.split-heading{max-width:none;display:grid;grid-template-columns:1fr .74fr;gap:90px;align-items:end}.split-heading p{margin:0;color:var(--muted);font-size:17px}.product-band{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{position:relative;min-height:470px;display:flex;flex-direction:column;padding:26px;border:1px solid var(--line);border-top:3px solid var(--blue);border-radius:5px;background:#fff}.product-card.product-greek{border-top-color:var(--teal)}.product-card.product-matrix{border-top-color:var(--amber);background:#fafaf8}.product-top{display:flex;align-items:center;justify-content:space-between}.product-index{color:#9aa7ac;font-family:Consolas,monospace;font-size:11px}.status{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:2px;padding:5px 8px;color:#64777e;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.status.roadmap{border-color:#e8d6ad;background:#fff9ea;color:#8a6525}.product-name{margin-top:50px}.product-name small{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:1.4px}.product-greek .product-name small{color:var(--teal)}.product-matrix .product-name small{color:#9b6e1c}.product-name h3{margin:7px 0 0;font-size:31px}.product-card>p{min-height:78px;margin:17px 0;color:var(--muted)}.product-card ul{margin:10px 0 26px;padding:0;list-style:none}.product-card li{padding:8px 0;border-bottom:1px solid #e8edef;color:#344d58;font-size:13px}.product-card li:before{content:"+";display:inline-block;width:22px;color:var(--teal);font-weight:800}.product-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;border-top:1px solid var(--line);padding-top:18px;color:var(--ink);font-size:14px;font-weight:800;text-decoration:none}.product-link:hover{color:var(--blue)}.roadmap-note{display:flex;justify-content:space-between;margin-top:28px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.roadmap-note b{color:#936817}
.workflow-section{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.workflow-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.workflow-copy p{margin:25px 0;color:var(--muted);font-size:17px}.inline-link{color:var(--blue);font-weight:800;text-decoration:none}.workflow-map{min-height:270px;display:grid;grid-template-columns:100px 1fr 210px 1fr 100px;align-items:center}.flow-source,.flow-output{display:flex;flex-direction:column;gap:11px}.flow-source span,.flow-output span{display:grid;place-items:center;height:44px;border:1px solid #b9c7ca;border-radius:3px;background:#fff;color:#38515c;font-family:Consolas,monospace;font-size:11px}.flow-line{display:flex;flex-direction:column;gap:32px}.flow-line i{position:relative;display:block;width:100%;height:1px;background:#9eb2b7}.flow-line i:after{content:"";position:absolute;right:-1px;top:-3px;border-left:5px solid #9eb2b7;border-top:3px solid transparent;border-bottom:3px solid transparent}.flow-core{min-height:176px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #315161;border-radius:4px;background:var(--navy);box-shadow:0 16px 35px rgba(8,29,42,.16);color:#fff;text-align:center}.flow-core small{color:var(--cyan);font-size:9px;font-weight:800;letter-spacing:1.8px}.flow-core strong{margin:8px 0;font-size:21px}.flow-core span{color:#8ea6b1;font-family:Consolas,monospace;font-size:9px}.flow-line.reverse i:after{border-left-color:var(--teal)}
.services-section{background:var(--navy);color:#fff}.services-section .kicker{color:var(--cyan)}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #2c4653}.service-list article{min-height:180px;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:30px 24px 30px 0;border-bottom:1px solid #2c4653}.service-list article:nth-child(odd){border-right:1px solid #2c4653}.service-list article:nth-child(even){padding-left:32px}.service-list article>span{color:#69838f;font-family:Consolas,monospace;font-size:11px}.service-list h3{margin:0 0 9px;font-size:22px}.service-list p{max-width:420px;margin:0;color:#9fb1b8}
.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px}.about-copy>p{margin:4px 0 35px;color:#536771;font-size:20px;line-height:1.7}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.principles span{padding:17px 14px 0 0;color:#405660;font-size:13px}.principles b{display:block;margin-bottom:8px;color:var(--blue);font-family:Consolas,monospace;font-size:10px}
.contact-section{padding:90px 0;background:#eaf0ed;border-top:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:100px;align-items:start}.contact-copy p{margin:25px 0;color:var(--muted);font-size:17px}.contact-copy>a{color:var(--blue);font-size:18px;font-weight:800;text-decoration:none}.demo-form{display:flex;flex-direction:column;gap:18px;padding:30px;border:1px solid #cbd6d5;border-radius:5px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.demo-form label{display:flex;flex-direction:column;gap:7px;color:#415761;font-size:12px;font-weight:750}.demo-form input,.demo-form select,.demo-form textarea{width:100%;border:1px solid #bbc9cc;border-radius:2px;background:#fbfcfb;color:var(--ink);padding:11px 12px;outline:none}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,116,166,.12)}.demo-form textarea{resize:vertical}.btn.submit{align-self:flex-start;background:var(--navy);color:#fff}.form-note{margin:-6px 0 0;color:#7b8a90;font-size:11px}
.site-footer{padding-top:48px;background:var(--navy);color:#a0b1b9}.footer-main{display:flex;align-items:start;justify-content:space-between;padding-bottom:45px}.footer-brand strong{color:#fff}.footer-brand small{color:#8298a2}.footer-links{display:flex;gap:26px}.footer-links a{color:#b9c7cc;text-decoration:none;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid #29434f;font-size:11px}
/* Product pages */
.productHero{padding:76px 0 84px;background:var(--paper);border-bottom:1px solid var(--line)}.productHeroGrid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.productHero h1{margin:16px 0 20px;font-size:60px;line-height:1}.pill{display:inline-flex;border-left:3px solid var(--teal);padding-left:10px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:1.5px}.brochure{width:100%;max-height:580px;object-fit:contain;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:var(--shadow)}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature{min-height:150px;padding:21px;border:1px solid var(--line);border-radius:4px;background:#fff}.feature h3{margin:0 0 8px;font-size:17px}.feature p{margin:0;color:var(--muted);font-size:14px}.alt{background:var(--paper);border-top:1px solid var(--line)}.req{display:grid;grid-template-columns:190px 1fr;max-width:850px;border-top:1px solid var(--line);background:#fff}.req span,.req b{padding:14px 18px;border-bottom:1px solid var(--line)}.req span{color:#536b76;font-size:12px;font-weight:800}.req b{border-left:1px solid var(--line);font-size:13px}.contact{padding:64px 0;background:var(--navy);color:#fff}.contactBox{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact h2{margin:0 0 8px;font-size:34px}.contact p{margin:0;color:#a9bbc3}.btn.white{background:#fff;color:var(--navy)}.foot{display:flex;align-items:center;justify-content:space-between;padding:28px 0;color:#6d818b;font-size:12px}.foot>div{display:flex;flex-direction:column}.foot strong{color:var(--ink)}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-copy{max-width:760px}.market-console{max-width:720px}.proof{max-width:620px}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1;min-height:360px}.workflow-grid{grid-template-columns:1fr;gap:55px}.workflow-map{max-width:760px}.about-grid,.contact-grid{gap:55px}.productHeroGrid{grid-template-columns:1fr}.brochure{max-width:720px}.featureGrid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.wrap{width:calc(100% - 32px);max-width:1180px}.market-strip{display:none}.nav{height:68px}.menu-button{display:block}.nav nav,.nav>nav{position:absolute;top:68px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 16px 18px;border-bottom:1px solid var(--line);background:#fff}.nav nav.open{display:flex}.nav nav a{padding:13px 8px}.nav .navcta{text-align:center;margin-top:6px}.hero{min-height:auto;padding:64px 0}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero h1{font-size:48px}.proof{display:grid;grid-template-columns:1fr 1fr;gap:18px}.proof span{padding:0;border:0}.section{padding:76px 0}.section-heading h2,.workflow-copy h2,.about-grid h2,.contact-copy h2{font-size:36px}.split-heading,.about-grid,.contact-grid{grid-template-columns:1fr;gap:28px}.product-grid{grid-template-columns:1fr}.product-card,.product-card:last-child{grid-column:auto;min-height:440px}.workflow-map{grid-template-columns:62px 1fr 148px 1fr 68px}.service-list{grid-template-columns:1fr}.service-list article:nth-child(odd){border-right:0}.service-list article:nth-child(even){padding-left:0}.principles{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-main,.footer-bottom,.contactBox,.foot{align-items:flex-start;flex-direction:column;gap:26px}.footer-links{flex-wrap:wrap}.productHero h1{font-size:48px}.req{grid-template-columns:140px 1fr}}
@media(max-width:520px){.nav .brand{width:170px;height:48px}.nav .brand img{display:block;width:170px;height:44px;object-position:50% 91%}.hero-grid,.hero-grid>*,.market-console,.console-body{min-width:0;max-width:100%}.hero h1{font-size:40px;overflow-wrap:break-word}.lead{font-size:16px}.hero .actions{display:grid;grid-template-columns:1fr}.hero .btn{width:100%}.proof{grid-template-columns:1fr}.market-console{min-height:0}.console-status small{display:none}.console-body{grid-template-columns:1fr}.quote-panel{border-right:0;border-bottom:1px solid var(--grid)}.risk-panel{padding-bottom:24px}.section-heading h2,.workflow-copy h2,.about-grid h2,.contact-copy h2{font-size:32px}.product-card{padding:22px}.workflow-map{grid-template-columns:52px 1fr 116px 1fr 58px}.flow-source span,.flow-output span{font-size:9px}.flow-core{min-height:150px}.flow-core strong{font-size:15px}.flow-core span{display:none}.flow-line{gap:27px}.demo-form{padding:20px}.req{grid-template-columns:1fr}.req span{padding-bottom:4px;border-bottom:0}.req b{padding-top:4px;border-left:0}.featureGrid{grid-template-columns:1fr}.productHero{padding:56px 0}.productHero h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
