*{box-sizing:border-box;margin:0;padding:0}
:root{--blue:#073b8f;--blue-dark:#062b69;--blue-light:#edf5ff;--red:#d71920;--red-dark:#b70f16;--text:#102c59;--muted:#62718a;--line:#dce5f0;--white:#fff}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.navbar{height:82px;border-bottom:1px solid #edf0f5;display:flex;align-items:center;padding:0 4.5%;gap:40px;background:#fff;position:sticky;top:0;z-index:100}
.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}
.brand img{height:42px;width:auto}
.red{color:var(--red)}
.nav-links{display:flex;gap:42px;margin:auto}
.nav-links a{font-weight:600;font-size:14px;position:relative;padding:30px 0}
.nav-links a.active:after{content:"";height:3px;width:48px;background:var(--red);position:absolute;bottom:0;left:50%;transform:translateX(-50%)}
.nav-actions{display:flex;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:700;transition:.2s;cursor:pointer;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}
.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}
.btn-outline{background:#fff;color:var(--blue);border-color:#9db5d8}.btn-outline:hover{border-color:var(--blue)}
.btn-large{padding:15px 25px;font-size:15px}
.menu-toggle{display:none;background:none;border:0;font-size:22px;color:var(--blue)}

.hero{min-height:650px;padding:55px 4.5% 50px;display:grid;grid-template-columns:44% 56%;overflow:hidden;position:relative}
.hero-copy{padding-top:10px;z-index:2}
.location-pill{display:inline-block;border:1px solid #b9cef0;color:var(--blue);border-radius:30px;padding:7px 14px;font-size:13px;font-weight:600;margin-bottom:24px;background:#fff}
h1{font-size:48px;line-height:1.1;letter-spacing:-2px;max-width:620px;margin-bottom:22px;font-weight:800}
h1 span{color:var(--red)}
.hero-copy>p{font-size:16px;color:#53657f;max-width:610px;line-height:1.85}
.hero-buttons{display:flex;gap:14px;margin:28px 0 38px}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:10px;max-width:670px;background:#fff;box-shadow:0 8px 30px rgba(9,48,105,.05)}
.trust-row>div{padding:14px;display:flex;gap:10px;align-items:center;border-right:1px solid var(--line);font-size:13px}.trust-row>div:last-child{border:0}
.trust-row strong{font-size:22px;color:var(--blue)}.trust-row b{display:block;font-size:11px}.trust-row small{display:block;color:#8090a5;font-size:9px}

.hero-visual{position:relative;min-width:0}
.building{height:510px;margin-left:5%;border-radius:20px 0 0 20px;background:linear-gradient(135deg,#f9fbff,#dbe9f7);position:relative;overflow:hidden}
.building:before{content:"";position:absolute;width:110%;height:210px;bottom:0;left:-5%;background:linear-gradient(110deg,#fefefe 0 40%,#dce5ed 40% 42%,#fff 42%);transform:skewY(-7deg)}
.building-red{position:absolute;right:17%;top:0;width:25px;height:270px;background:var(--red);opacity:.85}
.building-label{position:absolute;right:13%;top:100px;font-size:29px;font-weight:800;color:#234c7e;z-index:1}.building-label small{display:block;font-size:8px;letter-spacing:1px}
.building-windows{position:absolute;right:10%;bottom:55px;width:65%;height:150px;background:repeating-linear-gradient(90deg,#a8c1d8 0 4px,transparent 4px 50px),repeating-linear-gradient(0deg,#a8c1d8 0 4px,transparent 4px 48px);opacity:.7}
.dashboard-card{position:absolute;left:-2%;top:205px;width:96%;min-height:380px;background:#fff;border:1px solid #d8e1ee;border-radius:15px;box-shadow:0 25px 60px rgba(10,42,84,.20);display:flex;overflow:hidden}
.dash-side{width:128px;background:#fff;border-right:1px solid #e5ebf3;padding:14px 8px}.mini-brand{font-weight:800;color:var(--blue);padding:5px 8px 15px;font-size:13px}.mini-brand span{color:var(--red)}
.dash-side a{display:flex;align-items:center;gap:6px;padding:9px 7px;font-size:9px;color:#61718a;border-radius:6px;margin:2px 0}.dash-side a.selected{background:var(--blue);color:#fff;font-weight:700}
.dash-main{padding:18px;flex:1;background:#fcfdff}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.dash-head b{font-size:14px;display:block}.dash-head small{font-size:8px;color:#7b899d}.admin{font-size:8px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stat{background:#fff;border:1px solid #e3e9f1;border-radius:8px;padding:11px}.stat small{display:block;color:#65748b;font-size:8px}.stat b{font-size:15px;display:block;margin:5px 0}.stat i{font-style:normal;font-size:7px}.stat em{font-style:normal;color:#18a05a;font-size:7px}
.dash-lower{display:grid;grid-template-columns:1.2fr .9fr;gap:8px;margin-top:8px}.panel{background:#fff;border:1px solid #e3e9f1;border-radius:8px;padding:12px}.panel-title{font-size:9px;font-weight:700;margin-bottom:10px}.panel-title a{float:right;color:var(--blue);font-weight:500}.activity{font-size:8px;padding:7px 0;border-bottom:1px solid #edf1f5}.activity small{float:right;color:#8995a6}.blue-dot{color:var(--blue);margin-right:6px}.green-dot{color:#18a05a;margin-right:6px}.session{font-size:8px;margin:13px 0}.progress{height:5px;background:#e8edf4;border-radius:10px;margin-top:7px;overflow:hidden}.progress span{display:block;height:100%;background:var(--blue);border-radius:10px}.session small{font-size:7px;color:#6d7b90}

.section{padding:75px 4.8%}.section-heading{text-align:center;margin-bottom:42px}.section-heading h2,.about h2{font-size:30px;letter-spacing:-1px}.underline{width:38px;height:3px;background:var(--red);margin:9px auto 10px}.section-heading p{color:#718096;font-size:13px}
.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1200px;margin:auto}.role-card{min-height:300px;border:1px solid;border-radius:12px;display:grid;grid-template-columns:40% 60%;overflow:hidden;background:#fff}.blue-card{border-color:#cbdcf4}.red-card{border-color:#f0cccc}
.role-illustration{position:relative;background:linear-gradient(145deg,#f3f8ff,#eaf1fa);overflow:hidden;display:flex;align-items:center;justify-content:center}.red-card .role-illustration{background:linear-gradient(145deg,#fff,#fff4f4)}
.role-illustration i{font-size:64px;color:var(--blue);opacity:.55}.red-card .role-illustration i{color:var(--red)}
.role-content{padding:30px}.role-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;margin-bottom:8px}.role-icon.blue{background:var(--blue)}.role-icon.red-bg{background:var(--red)}
.role-content h3{font-size:20px;margin-bottom:10px}.red-card h3{color:var(--red)}.role-content p{font-size:12px;color:#5f6f86;line-height:1.75;margin-bottom:18px}

.security{margin:0 4.8% 70px;border:1px solid #d6e1ef;border-radius:12px;padding:25px 30px;display:grid;grid-template-columns:110px 1.25fr 2fr;align-items:center;gap:25px}.shield{font-size:52px;color:var(--blue);text-align:center}.security-copy h2{font-size:19px;margin-bottom:7px}.security-copy p{font-size:11px;color:#65748a;max-width:440px}.security-items{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.security-items div{text-align:center;padding:5px 12px;border-right:1px solid var(--line)}.security-items div:last-child{border:0}.security-items b{display:block;color:var(--blue);font-size:20px}.security-items strong{display:block;font-size:9px}.security-items small{font-size:7px;color:#8491a3}
.about{padding:70px 10%;background:#f6f9fd;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.eyebrow{font-size:11px;color:var(--red);font-weight:800;letter-spacing:1.2px}.about h2{font-size:34px;margin-top:10px}.about p{color:#64748b;font-size:14px;line-height:1.9}

footer{background:#062d6e;color:#fff;padding:55px 5% 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:45px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.18)}.brand.light{color:#fff;font-size:20px}.footer-brand p{font-size:11px;color:#c9d6e9;max-width:330px;margin:17px 0}.footer-grid h4{font-size:13px;margin-bottom:18px}.footer-grid>div>a,.footer-grid>div>span{display:flex;align-items:center;gap:8px;color:#d2ddec;font-size:11px;margin:11px 0}.footer-bottom{padding-top:18px;display:flex;justify-content:space-between;color:#b8c8de;font-size:10px}.footer-bottom a{color:#fff}

@media(max-width:1050px){.navbar{padding:0 25px}.hero{grid-template-columns:1fr;padding:45px 5%}.hero-visual{height:560px;margin-top:20px}.dashboard-card{left:3%;width:94%}.role-card{grid-template-columns:1fr}.role-illustration{height:190px}.security{grid-template-columns:80px 1fr}.security-items{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding-top:18px}}
@media(max-width:750px){.navbar{min-height:70px;height:auto;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.nav-links,.nav-actions{display:none;width:100%;order:3}.menu-toggle{display:block;margin-left:auto}.nav-links.mobile-open,.nav-actions.mobile-open{display:flex;flex-direction:column;background:#fff;padding:14px 0;gap:14px;border-top:1px solid var(--line)}.nav-links.mobile-open a{padding:8px 0;font-size:15px}.nav-actions.mobile-open{padding-top:0;border-top:0}.nav-actions.mobile-open .btn{width:100%}.hero{padding:35px 20px}.hero-copy{padding:0}.location-pill{font-size:11px}h1{font-size:37px;letter-spacing:-1.5px}.hero-buttons{flex-direction:column}.trust-row{grid-template-columns:1fr}.trust-row>div{border-right:0;border-bottom:1px solid var(--line)}.hero-visual{height:auto;margin-top:30px}.building{display:none}.dashboard-card{position:static;width:100%;min-height:0;box-shadow:0 15px 40px rgba(10,42,84,.15)}.dash-side{width:52px}.dash-side a span{display:none}.dash-side a{text-align:center}.stat-grid{grid-template-columns:repeat(2,1fr)}.dash-lower{grid-template-columns:1fr}.section{padding:55px 20px}.role-grid{grid-template-columns:1fr}.role-illustration{height:130px}.role-illustration i{font-size:44px}.security{margin:0 20px 50px;grid-template-columns:1fr;padding:20px}.security-items{grid-template-columns:repeat(2,1fr);gap:10px}.security-items div{border:0}.about{padding:50px 25px;grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom{flex-direction:column;gap:12px}}
