:root{
  --navy:#0b1738;
  --navy-2:#071126;
  --navy-3:#132345;
  --blue:#08a8e8;
  --blue-2:#36c5ff;
  --sky:#ffffff;
  --sky-2:#f6f9fc;
  --sky-3:#e7f3f9;
  --paper:#ffffff;
  --soft:#f4f8fb;
  --white:#ffffff;
  --ink:#0a1530;
  --muted:#51627b;
  --line:rgba(11,23,56,.12);
  --shadow:0 26px 55px rgba(9,24,55,.14);
  --shadow-soft:0 14px 34px rgba(9,24,55,.08);
  --radius:28px;
  --radius-sm:18px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 86% 10%,rgba(8,168,232,.065),transparent 25%),radial-gradient(circle at 13% 35%,rgba(11,23,56,.025),transparent 24%);z-index:-1}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 44px));margin:0 auto}
.site-shell{padding-top:18px}
.site-header{position:sticky;top:14px;z-index:40;width:min(var(--container),calc(100% - 44px));margin:0 auto}
.navbar{height:66px;padding:8px 12px 8px 16px;border-radius:999px;background:var(--navy-2);color:#fff;display:flex;align-items:center;gap:24px;box-shadow:0 18px 34px rgba(4,13,33,.18)}
.brand{display:flex;align-items:center;gap:9px;font-weight:800;letter-spacing:-.03em;white-space:nowrap}
.brand img{width:34px;height:34px;object-fit:contain}
.brand .brand-word{font-size:17px}.brand .brand-word em{font-style:normal;color:var(--blue-2)}
.nav-links{display:flex;align-items:center;gap:4px;flex:1}
.nav-links a{color:#cbd7ea;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:650;transition:.2s ease}
.nav-links a:hover,.nav-links a.active{background:#fff;color:var(--navy)}
.nav-actions{margin-left:auto;display:flex;gap:8px;align-items:center}
.nav-search{display:flex;align-items:center;gap:8px;width:240px;background:#121e37;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:10px 14px;color:#93a4bf;font-size:12px}
.nav-search svg{width:15px;height:15px}
.icon-link{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;color:#dce6f7;border:1px solid rgba(255,255,255,.06)}
.menu-btn{display:none;color:#fff;background:#172541;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:9px 14px;cursor:pointer}
.mobile-menu{display:none;background:var(--navy-2);color:#fff;border-radius:20px;margin-top:8px;padding:14px;box-shadow:var(--shadow)}
.mobile-menu.open{display:grid;gap:5px}.mobile-menu a{padding:12px 14px;border-radius:12px}.mobile-menu a:hover{background:#162544}
.hero{padding:52px 0 38px;min-height:760px;position:relative;overflow:hidden;background:#fff}
.hero-copy{max-width:830px;margin:0 auto;text-align:center;position:relative;z-index:3}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:#29749a}
.hero h1{font-size:clamp(54px,7.2vw,94px);line-height:.91;letter-spacing:-.075em;margin:18px 0 20px;font-weight:900}
.pill-word{display:inline-block;background:var(--navy-2);color:#fff;border-radius:999px;padding:.02em .19em .09em;white-space:nowrap}
.blue-word{color:#058ccc}
.hero-copy>p{max-width:660px;margin:0 auto;color:#40546f;font-size:16px}
.hero-actions{display:flex;justify-content:center;gap:12px;margin:28px 0 42px}
.btn{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;font-weight:750;font-size:13px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--navy-2);color:#fff;box-shadow:0 12px 24px rgba(7,17,38,.16)}
.btn-light{background:#fff;color:var(--navy);border:1px solid rgba(11,23,56,.16);box-shadow:0 8px 20px rgba(9,24,55,.06)}
.btn-white{background:#fff;color:var(--navy)}
.btn-blue{background:var(--blue);color:#fff}
.asset-stage{height:360px;position:relative;max-width:890px;margin:0 auto}
.asset-strip{position:absolute;left:50%;top:105px;transform:translateX(-50%);width:min(860px,100%);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:12px;padding:0 20px}
.asset-thumb{height:165px;border-radius:16px;overflow:hidden;box-shadow:0 16px 38px rgba(8,26,55,.13);background:var(--navy);transform-origin:center;border:1px solid #eef3f8}
.asset-thumb:nth-child(1),.asset-thumb:nth-child(5){transform:scale(.88)}.asset-thumb:nth-child(2),.asset-thumb:nth-child(4){transform:scale(.98)}
.asset-thumb img{width:100%;height:100%;object-fit:cover}
.asset-thumb.logo-card img{object-fit:cover}
.floating-dock{position:absolute;z-index:5;left:50%;top:24px;transform:translateX(-50%);width:330px;background:var(--navy-2);color:#fff;border-radius:26px;padding:24px 30px 27px;box-shadow:0 28px 50px rgba(7,17,38,.28)}
.dock-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.spark{width:32px;height:32px;background:#172946;border-radius:50%;display:grid;place-items:center;color:var(--blue-2);font-size:18px}.dock-close{color:#99abc6;font-size:18px}
.dock-list{display:grid;gap:0;margin-top:8px}.dock-list a{font-size:28px;line-height:1.15;font-weight:850;letter-spacing:-.05em;padding:3px 8px;border-radius:999px;width:max-content;transition:.15s}.dock-list a:hover,.dock-list a.active{background:#fff;color:var(--navy)}
.section{padding:52px 0;background:#fff}.panel{background:var(--navy-2);color:#fff;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.section-title{max-width:680px}.section-title h2{font-size:clamp(37px,5vw,58px);line-height:.98;letter-spacing:-.055em;margin:0 0 14px;font-weight:900}.section-title p{color:#aab9cf;max-width:600px;margin:0}.section-title.light p{color:#52657d}
.product-panel{padding:36px 34px 38px}.product-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.live-note{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#9eacc0;white-space:nowrap}.live-note::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--blue);margin-right:7px}
.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}.control-card,.visual-card{background:#16243d;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}
.control-card{padding:24px}.client-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.client-brand{display:flex;gap:12px;align-items:center}.client-icon{width:40px;height:40px;border-radius:50%;background:#243553;display:grid;place-items:center;color:var(--blue-2);font-weight:900}.client-brand strong{font-size:20px}.muted{color:#91a2bc}.stat{font-size:26px;font-weight:850}.tabs{display:flex;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);margin:24px 0 18px;padding-bottom:11px}.tabs span{font-size:12px;color:#8192ac}.tabs span.active{color:#fff;border-bottom:2px solid #fff;padding-bottom:11px;margin-bottom:-12px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8393ad;display:block;margin-bottom:6px}.field .box{background:#1d2c47;border-radius:10px;padding:11px 12px;color:#d8e3f2;font-size:12px;min-height:42px}.check-row{display:flex;gap:16px;flex-wrap:wrap;margin:18px 0;color:#b9c6d8;font-size:11px}.check-row span::before{content:"✓";display:inline-grid;place-items:center;width:16px;height:16px;background:#fff;color:var(--navy);border-radius:50%;margin-right:6px;font-size:10px}.control-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px}.control-footer small{color:#8ea0ba}.visual-card{display:flex;flex-direction:column}.visual-card .visual-image{height:260px;overflow:hidden}.visual-card img{width:100%;height:100%;object-fit:cover;object-position:30% 40%}.visual-copy{padding:18px 20px 22px}.visual-copy h3{margin:0 0 8px;font-size:18px}.visual-copy p{font-size:12px;color:#9fafc4;margin:0}
.feature-panel{padding:36px 34px}.feature-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.text-link{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 16px;font-size:12px}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mini-card{background:#17243d;border-radius:18px;padding:21px;border:1px solid rgba(255,255,255,.05);min-height:190px;display:flex;flex-direction:column}.mini-icon{width:36px;height:36px;border-radius:10px;background:#223452;display:grid;place-items:center;color:var(--blue-2);font-weight:800}.mini-card h3{font-size:17px;margin:24px 0 9px}.mini-card p{font-size:12px;color:#9dafc5;margin:0}.mini-card a{font-size:11px;color:#dce7f7;margin-top:auto;padding-top:18px}
.newsletter{padding:32px 34px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.newsletter h2{font-size:39px;line-height:1;letter-spacing:-.045em;margin:0 0 13px}.newsletter p{color:#9fb0c5;font-size:13px;max-width:520px;margin:0}.subscribe{background:#17243b;border-radius:999px;padding:7px;display:flex;gap:8px}.subscribe input{flex:1;background:transparent;border:0;outline:0;color:#fff;padding:8px 12px;min-width:0}.subscribe input::placeholder{color:#71839f}.newsletter-meta{display:flex;gap:22px;margin-top:18px;font-size:10px;color:#8191aa;text-transform:uppercase;letter-spacing:.08em}.newsletter-meta span::before{content:"□";margin-right:6px;color:var(--blue)}
.footer{padding:18px 0 32px}.footer-inner{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#50647c}.footer-links{display:flex;gap:22px}.footer-badge{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--navy)}.footer-badge i{width:18px;height:18px;border-radius:50%;background:var(--navy);display:grid;place-items:center;color:#fff;font-style:normal;font-size:9px}
.page-hero{padding:74px 0 42px}.page-hero .wrap{max-width:900px}.page-hero h1{font-size:clamp(50px,7vw,86px);letter-spacing:-.07em;line-height:.92;margin:14px 0 20px}.page-hero p{max-width:660px;color:#435873;font-size:17px}.light-panel{background:#fff;border:1px solid #e4ebf2;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow-soft)}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-card{background:#fff;border:1px solid #e4ebf2;border-radius:20px;padding:24px;box-shadow:var(--shadow-soft)}.content-card.dark-card{background:var(--navy-2);color:#fff;border-color:rgba(255,255,255,.05)}.content-card h3{font-size:22px;letter-spacing:-.035em;margin:8px 0 10px}.content-card p{color:#566b83;font-size:14px;margin:0}.dark-card p{color:#9fb0c6}.num{font-weight:900;color:var(--blue);font-size:12px;letter-spacing:.12em}.bullet-list{padding:0;margin:16px 0 0;list-style:none}.bullet-list li{padding:10px 0 10px 24px;position:relative;color:#536981;font-size:14px;border-top:1px solid var(--line)}.bullet-list li::before{content:"";position:absolute;left:0;top:17px;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.pricing-card{position:relative}.price{font-size:44px;font-weight:900;letter-spacing:-.05em}.price small{font-size:13px;color:#65768c;font-weight:600}.tag{display:inline-flex;border-radius:999px;background:#fff;padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{font-size:11px;font-weight:700;color:#485b73}.form input,.form textarea,.form select{width:100%;margin-top:6px;border:1px solid rgba(11,23,56,.14);background:#fff;border-radius:13px;padding:12px 13px;outline:0;color:var(--ink)}.form textarea{min-height:150px;resize:vertical}
.logo-cloud{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.logo-tile{background:#fff;border:1px solid #e4ebf2;border-radius:18px;min-height:112px;display:grid;place-items:center;text-align:center;font-weight:800;color:#53677f;font-size:12px}

/* White-surface edition */
.hero::after{content:"";position:absolute;left:50%;bottom:26px;transform:translateX(-50%);width:min(1080px,90%);height:1px;background:linear-gradient(90deg,transparent,#dbe7ef 20%,#dbe7ef 80%,transparent);opacity:.85}
.page-hero{background:#fff}
.page-hero::after{content:"";display:block;width:min(var(--container),calc(100% - 44px));margin:44px auto 0;height:1px;background:#e8eef4}
.section+.section{border-top:1px solid rgba(11,23,56,.045)}
.light-panel,.content-card,.logo-tile{box-shadow:0 18px 44px rgba(9,24,55,.065)}
.kicker{color:#087eb2}
.hero-copy>p,.page-hero p{color:#4b5f77}
.footer{background:#fff}

@media(max-width:900px){.nav-links,.nav-search,.icon-link{display:none}.menu-btn{display:block;margin-left:auto}.hero{padding-top:42px}.asset-stage{height:330px}.asset-strip{grid-template-columns:repeat(5,145px);width:760px;left:50%;}.floating-dock{width:300px}.product-grid,.newsletter,.grid-2{grid-template-columns:1fr}.feature-cards,.grid-3{grid-template-columns:1fr 1fr}.product-head,.feature-head{align-items:flex-start;flex-direction:column}.newsletter{gap:20px}.footer-inner{gap:18px;align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.container,.site-header{width:min(100% - 24px,var(--container))}.navbar{height:58px}.nav-actions{display:none}.hero{min-height:690px;padding-top:36px}.hero h1{font-size:53px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column;align-items:center}.asset-stage{height:315px;margin-top:10px}.asset-strip{grid-template-columns:repeat(5,120px);width:640px;top:118px;gap:8px}.asset-thumb{height:140px}.floating-dock{width:270px;padding:21px 24px}.dock-list a{font-size:24px}.section{padding:30px 0}.panel{border-radius:22px;padding:22px}.product-panel,.feature-panel{padding:25px 20px}.section-title h2{font-size:38px}.field-grid,.form-row{grid-template-columns:1fr}.feature-cards,.grid-3,.logo-cloud{grid-template-columns:1fr}.newsletter{padding:26px 22px}.newsletter h2{font-size:32px}.newsletter-meta{flex-wrap:wrap}.footer-links{flex-wrap:wrap}.page-hero{padding-top:52px}.page-hero h1{font-size:52px}}

/* v4: explicit app login + real-product component showcase */
.login-btn{display:inline-flex;align-items:center;gap:9px;border-radius:999px;background:#fff;color:var(--navy-2);padding:10px 15px;font-size:12px;font-weight:850;white-space:nowrap;box-shadow:0 7px 18px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease}
.login-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.16)}
.login-btn span{color:#087eb2;font-size:14px}.hero-login{font-size:12px;font-weight:800;color:#164b6b;padding:10px 6px}.hero-login:hover{color:var(--blue)}
.app-showcase-section{padding-top:64px;padding-bottom:64px}.app-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.app-showcase-heading>div{max-width:750px}.app-showcase-heading h2{font-size:clamp(42px,5vw,66px);line-height:.95;letter-spacing:-.06em;margin:8px 0 14px;font-weight:900}.app-showcase-heading p{max-width:680px;color:var(--muted);margin:0;font-size:15px}
.app-demo-shell{display:grid;grid-template-columns:208px minmax(0,1fr);min-height:680px;background:#f8fafc;border:1px solid #dfe8f0;border-radius:26px;overflow:hidden;box-shadow:0 28px 70px rgba(9,24,55,.13)}
.app-demo-sidebar{background:var(--navy-2);color:#fff;padding:20px 14px;display:flex;flex-direction:column;gap:6px}.app-demo-brand{display:flex;align-items:center;gap:9px;margin:2px 5px 22px;font-size:14px}.app-demo-brand img{width:32px;height:32px}.app-demo-brand strong{letter-spacing:-.03em}.app-demo-brand strong span{color:var(--blue-2)}
.app-demo-tab{appearance:none;border:0;background:transparent;color:#aab8cb;border-radius:10px;padding:10px 11px;text-align:left;display:flex;align-items:center;gap:10px;font-size:12px;cursor:pointer;font-weight:700;transition:.15s}.app-demo-tab:hover,.app-demo-tab.active{background:#132442;color:#fff}.app-demo-tab:first-letter{color:var(--blue-2)}
.app-demo-storage{margin-top:auto;background:#101d34;border:1px solid rgba(255,255,255,.06);padding:13px;border-radius:14px;display:grid;gap:7px}.app-demo-storage small{color:#8091aa;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.app-demo-storage strong{font-size:11px}.app-demo-storage strong span{font-weight:600;color:#7e8da3}.app-demo-storage i{display:block;background:#243551;height:5px;border-radius:999px;overflow:hidden}.app-demo-storage i b{display:block;background:var(--blue);height:100%;border-radius:999px}
.app-demo-main{min-width:0;background:#f8fafc}.app-demo-topbar{height:66px;background:#fff;border-bottom:1px solid #e6edf3;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.demo-search{width:min(440px,60%);border:1px solid #dfe7ee;background:#fff;border-radius:10px;padding:10px 12px;color:#7a8ba1;font-size:11px}.demo-user{display:flex;align-items:center;gap:9px;font-size:10px}.demo-user span:last-child{display:grid}.demo-user small{color:#7f8da1}.avatar{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid!important;place-items:center;font-size:10px;font-weight:800}
.app-demo-panel{display:none;padding:23px;animation:demoFade .22s ease}.app-demo-panel.active{display:block}@keyframes demoFade{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}
.demo-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.demo-page-head small{font-size:9px;color:#168cc2;text-transform:uppercase;letter-spacing:.11em;font-weight:850}.demo-page-head h3{font-size:25px;margin:3px 0 2px;letter-spacing:-.04em;color:var(--navy)}.demo-page-head p{font-size:11px;color:#6a7b8e;margin:0}.demo-page-head button,.demo-toolbar button,.demo-approval-list button{border:0;border-radius:9px;background:#087ed8;color:#fff;padding:9px 12px;font-size:10px;font-weight:800;cursor:pointer}
.demo-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:15px}.demo-stats article{background:#fff;border:1px solid #e3eaf1;border-radius:13px;padding:15px;display:grid;gap:2px;min-width:0}.demo-stats article i{width:30px;height:30px;border-radius:9px;background:#edf6ff;color:#087ed8;display:grid;place-items:center;font-style:normal;font-size:13px;margin-bottom:8px}.demo-stats article strong{font-size:22px;letter-spacing:-.04em;color:var(--navy)}.demo-stats article span{font-size:10px;color:#62758b}.demo-stats article small{font-size:8px;color:#1a9b68;margin-top:4px}
.demo-two-col,.demo-report-grid{display:grid;grid-template-columns:1.55fr .9fr;gap:12px}.demo-card{background:#fff;border:1px solid #e3eaf1;border-radius:13px;padding:15px;min-width:0}.demo-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.demo-card-head strong{font-size:12px;color:var(--navy)}.demo-card-head span{font-size:8px;color:#087ed8}.demo-asset-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.demo-asset-row>div{min-width:0}.demo-asset-row img{height:72px;width:100%;object-fit:cover;border-radius:8px;border:1px solid #edf1f5}.demo-asset-row b,.demo-asset-grid b{font-size:8px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#18253a}.demo-asset-row small,.demo-asset-grid small{font-size:7px;display:block;color:#8190a2}.demo-activity{list-style:none;padding:0;margin:0;display:grid;gap:12px}.demo-activity li{display:flex;gap:9px}.demo-activity li>i{width:8px;height:8px;border-radius:50%;background:var(--blue);margin-top:4px;flex:0 0 auto}.demo-activity li span{display:grid}.demo-activity b{font-size:9px;color:#26364c}.demo-activity small{font-size:7px;color:#8493a5}
.demo-tabs{display:flex;gap:16px;border-bottom:1px solid #e3eaf1;margin-bottom:14px;padding:0 2px 9px;font-size:9px;color:#7e8ea2}.demo-tabs b{color:#087ed8}.demo-toolbar{display:flex;gap:8px;margin-bottom:15px}.demo-toolbar>div{flex:1;border:1px solid #dfe7ee;background:#fff;border-radius:9px;padding:9px 11px;color:#8090a2;font-size:9px}.demo-toolbar button{background:#fff;border:1px solid #dfe7ee;color:#40556e;padding:8px 10px}.demo-asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.demo-asset-grid article{background:#fff;border:1px solid #e3eaf1;border-radius:12px;padding:8px;min-width:0}.demo-asset-grid img{width:100%;height:92px;border-radius:8px;object-fit:cover}.demo-file>div{height:92px;border-radius:8px;background:#eaf4fb;color:#087ed8;display:grid;place-items:center;font-weight:900;font-size:20px}
.demo-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.demo-collection-grid article{background:#fff;border:1px solid #e3eaf1;border-radius:13px;overflow:hidden}.demo-collection-grid img{width:100%;height:110px;object-fit:cover}.demo-collection-grid article div{padding:11px;display:grid}.demo-collection-grid b{font-size:11px;color:#1c2a40}.demo-collection-grid small{font-size:8px;color:#7c8da1}
.demo-guideline-layout{display:grid;grid-template-columns:135px 1fr;gap:16px}.demo-guideline-layout>aside{background:#fff;border:1px solid #e3eaf1;border-radius:12px;padding:10px;display:grid;align-content:start;gap:3px}.demo-guideline-layout>aside span,.demo-guideline-layout>aside b{font-size:9px;padding:8px;border-radius:8px}.demo-guideline-layout>aside b{background:#eaf5ff;color:#087ed8}.demo-guideline-layout h4{font-size:12px;margin:0 0 9px;color:#17263c}.demo-essence{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:16px}.demo-essence article{background:#fff;border:1px solid #e3eaf1;border-radius:10px;padding:11px}.demo-essence b{font-size:9px;color:#087ed8}.demo-essence p{font-size:8px;color:#687a8f;line-height:1.4}.demo-colors{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.demo-colors span{background:#fff;border:1px solid #e3eaf1;border-radius:10px;padding:7px;display:grid;gap:3px}.demo-colors i{height:48px;border-radius:7px;background:var(--c);border:1px solid #e1e6eb}.demo-colors b{font-size:8px}.demo-colors small{font-size:7px;color:#7c8da0}
.demo-approval-list{display:grid;gap:10px}.demo-approval-list article{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #e3eaf1;border-radius:12px;padding:10px}.demo-approval-list img{width:52px;height:42px;border-radius:7px;object-fit:cover}.demo-approval-list span{display:grid;flex:1}.demo-approval-list b{font-size:10px;color:#25354a}.demo-approval-list small{font-size:8px;color:#8090a3}.demo-approval-list button{background:#fff;color:#087ed8;border:1px solid #abd9f4}
.demo-chart{height:180px;display:flex;align-items:flex-end;gap:8px;padding:12px 8px 4px;border-bottom:1px solid #dfe7ee}.demo-chart i{flex:1;background:linear-gradient(180deg,var(--blue),#50c7fa);border-radius:4px 4px 0 0;min-height:12px}.demo-donut{height:205px;display:grid;place-items:center;position:relative}.demo-donut>i{width:130px;height:130px;border-radius:50%;background:conic-gradient(#087ed8 0 48%,#00a9ee 48% 72%,#7bd5f9 72% 89%,#dcecf5 89%);position:absolute}.demo-donut>i::after{content:"";position:absolute;inset:27px;border-radius:50%;background:#fff}.demo-donut span{position:relative;z-index:1;display:grid;text-align:center}.demo-donut b{font-size:18px;color:#15243a}.demo-donut small{font-size:7px;color:#7d8da1}
.app-component-foot{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:17px}.app-component-foot span{border:1px solid #dbe6ee;background:#fff;border-radius:999px;padding:8px 11px;font-size:9px;color:#53677e;font-weight:750}

@media(max-width:900px){.login-btn{display:none}.app-showcase-heading{align-items:flex-start;flex-direction:column}.app-demo-shell{grid-template-columns:64px minmax(0,1fr)}.app-demo-brand strong,.app-demo-tab span,.app-demo-storage strong,.app-demo-storage small{display:none}.app-demo-brand{margin-left:auto;margin-right:auto}.app-demo-tab{justify-content:center;padding:11px}.app-demo-storage{padding:9px}.demo-stats{grid-template-columns:repeat(2,1fr)}.demo-asset-row{grid-template-columns:repeat(2,1fr)}.demo-asset-row>div:nth-child(n+3){display:none}.demo-two-col,.demo-report-grid{grid-template-columns:1fr}.demo-guideline-layout{grid-template-columns:1fr}.demo-guideline-layout>aside{display:flex;overflow:auto}.demo-essence{grid-template-columns:1fr 1fr}.demo-colors{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero-login{display:block}.app-showcase-section{padding-top:38px}.app-showcase-heading h2{font-size:42px}.app-demo-shell{grid-template-columns:1fr;min-height:0}.app-demo-sidebar{display:flex;flex-direction:row;overflow-x:auto;padding:9px;gap:5px}.app-demo-brand,.app-demo-storage{display:none}.app-demo-tab{flex:0 0 auto;justify-content:flex-start;padding:9px 10px}.app-demo-tab span{display:inline}.app-demo-topbar{height:auto;padding:10px}.demo-search{width:65%}.demo-user span:last-child{display:none}.app-demo-panel{padding:14px}.demo-page-head{flex-direction:column}.demo-stats{grid-template-columns:1fr 1fr}.demo-stats article{padding:11px}.demo-stats article strong{font-size:18px}.demo-asset-grid{grid-template-columns:repeat(2,1fr)}.demo-collection-grid{grid-template-columns:1fr}.demo-essence{grid-template-columns:1fr}.demo-colors{grid-template-columns:repeat(2,1fr)}.demo-approval-list article{align-items:flex-start}.demo-approval-list button{margin-left:auto}.demo-report-grid{grid-template-columns:1fr}.app-component-foot{justify-content:flex-start}.hero-actions{gap:8px}}


/* v5 complete-site additions */
.on-dark{color:#62cff9}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.resource-card{background:#fff;border:1px solid #e4ebf2;border-radius:24px;padding:28px;box-shadow:var(--shadow-soft);min-height:300px;display:flex;flex-direction:column}.resource-card.featured{background:linear-gradient(145deg,#f5fbfe,#fff)}.resource-card.dark-card{background:var(--navy-2);color:#fff}.resource-icon{width:46px;height:46px;border-radius:14px;background:#eaf7fd;color:#087eb2;display:grid;place-items:center;font-weight:900;margin-bottom:24px}.resource-card.dark-card .resource-icon{background:#182a48;color:var(--blue-2)}.resource-label{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#3280a4;font-weight:850}.resource-card h2{font-size:30px;line-height:1.04;letter-spacing:-.045em;margin:9px 0 13px}.resource-card p{font-size:14px;color:#586c84;margin:0 0 24px}.resource-card.dark-card p{color:#a4b4c9}.resource-card>a{margin-top:auto;font-size:12px;font-weight:850;color:#087eb2}.resource-card.dark-card>a{color:#75d6ff}.essentials-panel{padding:38px}.question-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.question-grid article{background:#15233d;border:1px solid rgba(255,255,255,.06);border-radius:17px;padding:20px}.question-grid span{font-size:10px;color:var(--blue-2);font-weight:900;letter-spacing:.12em}.question-grid h3{font-size:19px;margin:16px 0 8px}.question-grid p{font-size:12px;color:#99abc3;margin:0}.resource-cta,.pricing-note,.article-next{border:1px solid #e2ebf2;background:linear-gradient(135deg,#f5fbfe,#fff);border-radius:var(--radius);padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow-soft)}.resource-cta>div,.pricing-note>div,.article-next>div{max-width:720px}.resource-cta h2,.pricing-note h2,.article-next h2{font-size:42px;line-height:1;letter-spacing:-.05em;margin:8px 0 12px}.resource-cta p,.pricing-note p,.article-next p{color:#576c84;margin:0}
.faq-wrap{max-width:900px}.faq-group{margin-bottom:42px}.faq-group>h2{font-size:29px;letter-spacing:-.04em;margin:0 0 14px}.faq-item{border-top:1px solid #dfe8ef}.faq-item:last-child{border-bottom:1px solid #dfe8ef}.faq-item summary{list-style:none;cursor:pointer;padding:20px 2px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:17px;font-weight:820;color:var(--navy)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:30px;height:30px;border-radius:50%;background:#eef7fb;color:#087eb2;display:grid;place-items:center;flex:0 0 auto}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{margin:-4px 48px 20px 2px;color:#586b81;max-width:720px}.faq-cta{display:flex;align-items:center;justify-content:space-between;gap:28px}
.article-hero{padding:72px 0 45px;border-bottom:1px solid #e7eef4}.article-wrap{max-width:860px}.back-link{display:inline-block;font-size:12px;font-weight:800;color:#41718d;margin-bottom:38px}.article-hero h1{font-size:clamp(50px,7vw,82px);line-height:.93;letter-spacing:-.067em;margin:14px 0 22px}.article-hero p{font-size:18px;color:#52667e;max-width:760px}.article-body{padding:30px 0 50px}.article-section{display:grid;grid-template-columns:62px 1fr;gap:22px;padding:35px 0;border-bottom:1px solid #e4ebf2}.article-section>span{width:42px;height:42px;border-radius:50%;background:#eaf7fd;color:#087eb2;display:grid;place-items:center;font-size:11px;font-weight:900}.article-section h2{font-size:31px;line-height:1.05;letter-spacing:-.045em;margin:3px 0 12px}.article-section p{color:#566b83;font-size:15px;margin:0}.article-bullets{list-style:none;padding:0;margin:20px 0 0}.article-bullets li{position:relative;padding:9px 0 9px 24px;color:#465d75;font-size:14px}.article-bullets li:before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;border-radius:50%;background:var(--blue)}.article-next-actions{display:flex;gap:10px;flex-wrap:wrap}.pricing-compare{border-radius:var(--radius);background:#f7fafc;border:1px solid #e3ebf2;padding:34px}.pricing-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.pricing-feature-grid article{background:#fff;border:1px solid #e1e9f0;border-radius:16px;padding:20px}.pricing-feature-grid b{font-size:16px}.pricing-feature-grid p{font-size:12px;color:#60748a;margin:8px 0 0}
@media(max-width:1080px){.nav-links a{padding:9px 10px}.brand .brand-word{font-size:15px}}
@media(max-width:900px){.resource-grid{grid-template-columns:1fr}.question-grid,.pricing-feature-grid{grid-template-columns:repeat(2,1fr)}.resource-cta,.pricing-note,.article-next,.faq-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.question-grid,.pricing-feature-grid{grid-template-columns:1fr}.resource-card{padding:22px;min-height:0}.resource-card h2{font-size:26px}.resource-cta h2,.pricing-note h2,.article-next h2{font-size:34px}.article-section{grid-template-columns:1fr;gap:12px}.article-hero{padding-top:52px}.article-hero h1{font-size:49px}.article-hero p{font-size:16px}.article-section h2{font-size:27px}.faq-item summary{font-size:15px}}


/* v6 full-content + launch-pricing additions */
.soft-section{background:#f7fafc}.center-copy{text-align:center;max-width:760px;margin:0 auto 34px}.center-copy h2{font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.055em;margin:10px 0 14px}.center-copy p{color:#566a81;font-size:16px;margin:0 auto;max-width:680px}.page-actions{display:flex;justify-content:center;gap:10px;margin-top:26px;flex-wrap:wrap}
.info-grid{display:grid;gap:14px}.info-grid.six{grid-template-columns:repeat(3,1fr)}.info-grid article{border:1px solid #e2eaf1;background:#fff;border-radius:20px;padding:24px;box-shadow:var(--shadow-soft)}.info-grid h3{font-size:20px;letter-spacing:-.03em;margin:0 0 9px}.info-grid p{color:#5c7087;font-size:13px;margin:0}
.workflow-band{border:1px solid #e3eaf0;border-radius:var(--radius);padding:36px;background:#fff;box-shadow:var(--shadow-soft)}.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.workflow-steps article{background:#f5f9fc;border:1px solid #e3ebf1;border-radius:20px;padding:24px}.workflow-steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy-2);color:#fff;font-size:11px}.workflow-steps h3{font-size:22px;margin:17px 0 8px}.workflow-steps p{font-size:13px;color:#5a6d83;margin:0}
.split-panel{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;border:1px solid #e3eaf1;border-radius:var(--radius);padding:38px;background:#fff;box-shadow:var(--shadow-soft)}.split-panel h2{font-size:clamp(38px,4.6vw,58px);line-height:1;letter-spacing:-.055em;margin:10px 0 14px}.split-panel p{color:#566a81}.guideline-preview{border:1px solid #dfe8ef;border-radius:22px;background:#f6f9fc;padding:15px;display:grid;grid-template-columns:150px 1fr;gap:14px;min-height:340px}.guideline-nav{background:#fff;border:1px solid #e2eaf1;border-radius:15px;padding:13px;display:grid;align-content:start;gap:4px}.guideline-nav b,.guideline-nav span{padding:9px;border-radius:8px;font-size:11px}.guideline-nav .active{background:#eaf7fd;color:#087eb2;font-weight:800}.guideline-main{padding:18px}.guideline-main small{font-size:9px;color:#4e7f99;font-weight:850;letter-spacing:.13em}.guideline-main h3{font-size:28px;letter-spacing:-.04em;margin:8px 0}.swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:26px 0}.swatches i{height:58px;border-radius:10px;background:var(--sw);border:1px solid #dce5eb}.download-chip{background:#fff;border:1px solid #dde7ee;border-radius:12px;padding:14px;font-weight:800}.download-chip span{display:block;color:#7b8ca0;font-weight:600;font-size:10px;margin-top:3px}
.pricing-teaser{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border:1px solid #dfe8ef;border-radius:var(--radius);padding:34px;background:#fff}.pricing-teaser h2{font-size:42px;line-height:1;letter-spacing:-.05em;margin:8px 0 10px}.pricing-teaser p{color:#586d84;max-width:700px}.pricing-teaser>.btn{grid-column:2}.price-pills{display:grid;gap:8px}.price-pills span{padding:10px 14px;border-radius:999px;background:#f0f7fb;border:1px solid #dce9f0;font-size:12px;white-space:nowrap}.price-pills b{font-size:18px;color:#087eb2;margin-right:3px}
.feature-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-detail-grid article{background:#fff;border:1px solid #e2eaf1;border-radius:20px;padding:24px;min-height:210px;box-shadow:var(--shadow-soft)}.feature-detail-grid article>span{font-size:10px;letter-spacing:.12em;color:#1688b8;font-weight:900}.feature-detail-grid h3{font-size:21px;letter-spacing:-.035em;margin:17px 0 9px}.feature-detail-grid p{font-size:13px;color:#5b6e84;margin:0}.asset-browser-demo{border-radius:22px;background:#f6f9fc;border:1px solid #dfe8ef;padding:18px}.demo-browser-tabs{display:flex;gap:6px;border-bottom:1px solid #dce6ed;padding-bottom:10px}.demo-browser-tabs b,.demo-browser-tabs span{font-size:9px;padding:7px 9px;border-radius:8px}.demo-browser-tabs b{background:#e6f5fc;color:#087eb2}.demo-browser-search{margin:12px 0;background:#fff;border:1px solid #dce5ec;padding:10px;border-radius:10px;color:#798b9f;font-size:10px;display:flex;justify-content:space-between}.demo-browser-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.demo-browser-grid article{background:#fff;border:1px solid #e0e8ef;border-radius:12px;overflow:hidden;display:grid}.demo-browser-grid img{height:100px;width:100%;object-fit:cover}.demo-browser-grid b,.demo-browser-grid small{padding:0 10px}.demo-browser-grid b{font-size:10px;margin-top:9px}.demo-browser-grid small{font-size:8px;color:#7e8fa1;margin:3px 0 10px}
.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.solution-grid>article{border:1px solid #e2eaf1;border-radius:24px;padding:30px;background:#fff;box-shadow:var(--shadow-soft)}.solution-icon{width:46px;height:46px;border-radius:14px;background:#eaf7fd;color:#087eb2;display:grid;place-items:center;font-weight:900}.solution-grid h2{font-size:31px;letter-spacing:-.045em;margin:22px 0 10px}.solution-grid p{color:#5b6d83}.handoff-band{display:grid;grid-template-columns:1fr 1.15fr;gap:36px;align-items:center}.handoff-band h2{font-size:46px;line-height:1;letter-spacing:-.05em;margin:9px 0 12px}.handoff-band p{color:#5d7086}.handoff-flow{display:flex;align-items:center;gap:9px}.handoff-flow article{flex:1;border:1px solid #dfe8ef;background:#fff;border-radius:18px;padding:20px;display:grid;gap:6px}.handoff-flow small{font-size:9px;color:#41809e;text-transform:uppercase;letter-spacing:.12em}.handoff-flow b{font-size:15px}.handoff-flow i{font-style:normal;color:#6b7f94}
.architecture-flow{display:flex;align-items:center;justify-content:center;gap:12px;margin:34px auto 18px;flex-wrap:wrap}.architecture-flow article{width:170px;background:#fff;border:1px solid #dce6ed;border-radius:20px;padding:23px;text-align:center;display:grid;gap:5px}.architecture-flow b{font-size:17px}.architecture-flow small{font-size:11px;color:#688097}.architecture-flow i{font-style:normal;font-size:23px;color:#4f7489}.architecture-note{text-align:center;color:#607489;font-size:13px}.security-stack{display:grid;gap:10px}.security-stack article{background:var(--navy-2);color:#fff;border-radius:17px;padding:18px 20px}.security-stack span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#55c7f3;display:block}.security-stack b{font-size:17px;display:block;margin:5px 0}.security-stack p{margin:0;color:#a9b9cc;font-size:12px}
.pricing-toggle{display:flex;justify-content:center;gap:4px;margin:28px auto 0;background:#eff5f8;padding:5px;border-radius:999px;width:max-content}.pricing-toggle button{border:0;background:transparent;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800;color:#5f7286;cursor:pointer}.pricing-toggle button.active{background:var(--navy-2);color:#fff}.pricing-grid-v6{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.price-card-v6{position:relative;border:1px solid #e0e8ef;border-radius:24px;padding:27px;background:#fff;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.price-card-v6.featured{background:var(--navy-2);color:#fff;transform:translateY(-8px);box-shadow:0 25px 55px rgba(7,17,38,.2)}.price-card-v6.enterprise{background:#f7fafc}.price-card-v6 h2{font-size:30px;letter-spacing:-.045em;margin:13px 0 8px}.price-card-v6>p{font-size:13px;color:#60738a;min-height:80px}.price-card-v6.featured>p{color:#aab8c9}.price-card-v6 .bullet-list{font-size:12px;flex:1}.price-card-v6.featured .bullet-list li{color:#d7e0ea}.price-label{position:absolute;right:18px;top:16px;font-size:8px;font-weight:900;letter-spacing:.12em;color:#09172f;background:#58cff8;border-radius:999px;padding:6px 9px}.price-v6{display:flex;align-items:flex-end;gap:7px;margin:11px 0 16px}.price-v6 b{font-size:46px;letter-spacing:-.06em;line-height:1}.price-v6 span{font-size:10px;color:#73869b;margin-bottom:7px}.price-card-v6.featured .price-v6 span{color:#a8b7ca}.full-btn{width:100%;margin-top:14px}.pricing-disclaimer{margin-top:20px;background:#f6f9fc;border:1px solid #dfe8ef;border-radius:16px;padding:16px 20px;font-size:12px;color:#60738a}.pricing-disclaimer strong{color:#22334a}.comparison-wrap{border:1px solid #e1e9ef;border-radius:var(--radius);padding:34px;background:#fff;box-shadow:var(--shadow-soft)}.table-scroll{overflow:auto}.plan-table{width:100%;border-collapse:collapse;min-width:760px}.plan-table th,.plan-table td{padding:15px 14px;border-bottom:1px solid #e5edf2;text-align:center;font-size:12px}.plan-table th:first-child,.plan-table td:first-child{text-align:left}.plan-table th{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#507086}.plan-table td:first-child{font-weight:750;color:#26384e}
.contact-grid-v6{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-points{display:grid;gap:12px}.contact-points article{border:1px solid #e2eaf1;border-radius:18px;padding:21px;background:#fff}.contact-points b{font-size:16px}.contact-points p{font-size:13px;color:#60738a;margin:6px 0 0}.contact-meta{display:grid;gap:4px;margin-top:24px}.contact-meta span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#638197;margin-top:12px}.contact-meta b{font-size:17px}.form select{width:100%;padding:12px;border:1px solid #dce6ed;border-radius:10px;background:#fff;color:#2c4057}.manifesto{margin:0;background:var(--navy-2);color:#fff;padding:36px;border-radius:24px;font-size:28px;line-height:1.25;letter-spacing:-.035em;font-weight:750}.big-list{font-size:15px}.legal-copy h2{font-size:28px;letter-spacing:-.035em;margin:36px 0 10px}.legal-copy p{color:#52677e;font-size:15px}.legal-note{background:#fff4d8;border:1px solid #ead393;border-radius:14px;padding:16px;margin-top:34px;color:#624f1f;font-size:12px}
@media(max-width:1080px){.feature-detail-grid,.pricing-grid-v6{grid-template-columns:repeat(2,1fr)}.info-grid.six{grid-template-columns:repeat(2,1fr)}.pricing-teaser{grid-template-columns:1fr}.pricing-teaser>.btn{grid-column:auto;width:max-content}.handoff-band{grid-template-columns:1fr}.price-card-v6.featured{transform:none}}
@media(max-width:780px){.split-panel,.solution-grid,.contact-grid-v6{grid-template-columns:1fr}.guideline-preview{grid-template-columns:1fr}.guideline-nav{display:flex;overflow:auto}.handoff-flow{flex-direction:column;align-items:stretch}.handoff-flow i{transform:rotate(90deg);align-self:center}.workflow-steps{grid-template-columns:1fr}.info-grid.six{grid-template-columns:1fr}.feature-detail-grid,.pricing-grid-v6{grid-template-columns:1fr}.pricing-teaser h2,.handoff-band h2{font-size:36px}.manifesto{font-size:23px}}
