:root {
  --navy:#0b2638;
  --navy-2:#123c54;
  --blue:#0f6d94;
  --cyan:#1a91b8;
  --ink:#13232e;
  --muted:#687b87;
  --line:#d9e4e9;
  --soft:#f4f8fa;
  --white:#fff;
  --shadow:0 18px 45px rgba(11,38,56,.09);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:#fff}
button,input{font:inherit}
button{color:inherit}
.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20}
.brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;cursor:pointer;text-align:left;padding:0}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--navy);color:white}.brand-mark svg{width:30px;height:30px}.brand strong{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px;letter-spacing:.02em}
.top-actions{display:flex;align-items:center;gap:10px}.search-wrap{height:44px;width:min(32vw,370px);display:flex;align-items:center;gap:9px;background:var(--soft);border:1px solid transparent;border-radius:12px;padding:0 13px}.search-wrap:focus-within{border-color:#96c4d6;background:white}.search-wrap svg{width:18px;color:var(--muted)}.search-wrap input{width:100%;border:0;background:transparent;outline:0;color:var(--ink)}
.btn{border-radius:11px;padding:11px 17px;border:1px solid var(--line);cursor:pointer;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--navy);border-color:var(--navy);color:white}.btn.ghost{background:white}.btn.wide{width:100%}
.page-shell{width:min(1180px,92vw);margin:0 auto;min-height:calc(100vh - 150px)}.breadcrumbs{min-height:48px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.breadcrumbs button{border:0;background:transparent;padding:0;color:var(--muted);cursor:pointer}.breadcrumbs button:hover{color:var(--blue)}
.hero{border-radius:28px;background:linear-gradient(135deg,#f2f8fa,#eef5f7 55%,#e7f3f7);min-height:260px;overflow:hidden;position:relative;margin:12px 0 34px}.hero-copy{padding:58px 6vw;max-width:720px;position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--blue);font-weight:800}.hero h1,.section-heading h1{font-size:clamp(36px,5vw,68px);line-height:1.02;margin:10px 0 17px;letter-spacing:-.04em}.hero h1 span{color:var(--blue)}.hero p,.section-heading p{font-size:17px;line-height:1.6;color:var(--muted);max-width:720px;margin:0}.hero-btn{margin-top:25px}.hero-graphic{position:absolute;right:4vw;top:50%;width:245px;height:245px;transform:translateY(-50%);display:grid;place-items:center;color:var(--navy)}.hero-graphic span{width:100px;height:100px;padding:22px;border-radius:28px;background:white;box-shadow:var(--shadow);z-index:3}.hero-graphic svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ring{position:absolute;border:1px solid rgba(15,109,148,.16);border-radius:50%}.ring-1{inset:30px}.ring-2{inset:5px}.ring-3{inset:-20px}.section-heading{padding:52px 6vw}
.content{padding-bottom:65px}.section-label{display:flex;align-items:center;gap:15px;margin:8px 0 18px}.section-label span{font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.section-label:after{content:"";height:1px;flex:1;background:var(--line)}
.cards{display:grid;gap:18px}.cards.single{grid-template-columns:minmax(260px,420px);justify-content:center}.cards.two{grid-template-columns:repeat(2,minmax(260px,1fr));max-width:850px;margin:0 auto}.cards.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.folder-card{min-height:185px;border:1px solid var(--line);border-radius:var(--radius);background:white;padding:28px;text-align:left;cursor:pointer;position:relative;box-shadow:0 6px 18px rgba(11,38,56,.03);transition:.22s;overflow:hidden}.folder-card:hover{transform:translateY(-4px);border-color:#afceda;box-shadow:var(--shadow)}.card-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#eef6f8;color:var(--blue);margin-bottom:23px}.card-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.folder-title{display:block;font-size:20px;font-weight:800;letter-spacing:-.02em}.folder-arrow{position:absolute;right:24px;bottom:24px;color:var(--blue);font-size:22px}.folder-card small{display:block;color:var(--muted);margin-top:8px;line-height:1.4;padding-right:26px}.badge{position:absolute;right:16px;top:16px;padding:5px 8px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;background:#fff3db;color:#8a5b08}.badge.muted{background:#eff3f5;color:#657985}
.access-strip{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:28px}.access-strip>div{background:white;padding:23px}.access-strip strong,.access-strip span{display:block}.access-strip strong{margin-bottom:5px}.access-strip span{color:var(--muted);font-size:14px;line-height:1.5}
.state-card{max-width:760px;margin:10px auto;text-align:center;border:1px solid var(--line);border-radius:24px;padding:55px 38px;background:linear-gradient(180deg,#fff,#f9fbfc)}.state-card h2{font-size:34px;margin:8px 0 12px}.state-card>p{max-width:580px;margin:0 auto 26px;color:var(--muted);line-height:1.6}.state-icon{display:grid;place-items:center;width:78px;height:78px;border-radius:22px;margin:0 auto 21px;background:#eef6f8;color:var(--blue)}.state-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.protected-demo{display:flex;align-items:center;gap:14px;text-align:left;border:1px solid var(--line);border-radius:16px;padding:15px;margin-top:27px;background:white}.protected-demo>span{font-size:26px}.protected-demo div{flex:1}.protected-demo strong,.protected-demo small{display:block}.protected-demo small{color:var(--muted);margin-top:3px;line-height:1.4}
footer{min-height:70px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 4vw;color:var(--muted);font-size:12px;background:#fafcfd}
.modal-backdrop{position:fixed;inset:0;background:rgba(6,24,35,.55);z-index:50;display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.modal{width:min(460px,100%);background:white;border-radius:22px;padding:36px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.2);text-align:center}.modal-close{position:absolute;right:17px;top:13px;border:0;background:transparent;font-size:28px;color:var(--muted);cursor:pointer}.lock-icon{width:62px;height:62px;border-radius:18px;background:#eef6f8;color:var(--blue);display:grid;place-items:center;margin:0 auto 17px}.lock-icon svg{width:32px;height:32px}.modal h2{font-size:28px;margin:0 0 10px}.modal p{color:var(--muted);line-height:1.55}.demo-note{font-size:12px;line-height:1.45;background:#fff8e8;border:1px solid #f2dfac;border-radius:12px;padding:11px;margin:18px 0}.modal-actions{display:grid;gap:9px}
@media(max-width:900px){.topbar{height:auto;padding:14px 4vw;align-items:flex-start;gap:13px}.top-actions{flex-wrap:wrap;justify-content:flex-end}.search-wrap{order:3;width:100%}.brand small{display:none}.hero-graphic{opacity:.18;right:-20px}.cards.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cards.four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.topbar{display:block}.brand{margin-bottom:13px}.top-actions{display:grid;grid-template-columns:1fr 1fr}.search-wrap{grid-column:1/-1;grid-row:1}.btn{padding:10px}.page-shell{width:92vw}.hero{min-height:0}.hero-copy,.section-heading{padding:40px 7vw}.hero-graphic{display:none}.cards.two,.cards.grid,.cards.four,.cards.single{grid-template-columns:1fr}.folder-card{min-height:150px}.access-strip{grid-template-columns:1fr}.protected-demo{display:block;text-align:center}.protected-demo .btn{margin-top:14px;width:100%}footer{display:block;text-align:center}footer span{display:block;margin:4px}.hero h1,.section-heading h1{font-size:38px}}
