:root{--navy:#071a2e;--navy-2:#0c2944;--blue:#246bfd;--cyan:#66d8ff;--green:#55dfa7;--ink:#10243b;--muted:#617186;--line:#dfe6ed;--ice:#f3f7fb;--white:#fff;--shadow:0 30px 80px rgba(5,30,55,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{height:84px;max-width:1240px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(17,41,64,.08)}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-size:1.3rem;font-weight:800;letter-spacing:-.04em}.brand>span:last-child>span{color:var(--blue)}.brand-mark,.mini-logo{display:flex;align-items:flex-end;gap:3px;width:26px;height:26px;padding:5px;border-radius:7px;background:var(--blue)}.brand-mark i,.mini-logo i{display:block;width:4px;background:#fff;border-radius:3px}.brand-mark i:nth-child(1),.mini-logo i:nth-child(1){height:8px}.brand-mark i:nth-child(2),.mini-logo i:nth-child(2){height:15px}.brand-mark i:nth-child(3),.mini-logo i:nth-child(3){height:11px}.site-header nav{display:flex;align-items:center;gap:36px;font-weight:600;font-size:.92rem}.site-header nav>a:first-child:hover{color:var(--blue)}.nav-status{border:1px solid var(--line);padding:9px 15px;border-radius:99px}.nav-status span,.eyebrow>span,.domain-pill>span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(85,223,167,.15);margin-right:7px}
.hero{max-width:1240px;margin:auto;min-height:700px;padding:76px 32px 90px;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.eyebrow{font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;color:var(--blue);margin:0 0 24px}.eyebrow>span{width:22px;height:2px;border-radius:0;box-shadow:none;vertical-align:middle;background:var(--blue);margin-right:10px}.hero h1,.section-heading h2,.launch h2{font-family:Manrope,sans-serif;font-size:clamp(3.3rem,5.6vw,5.3rem);line-height:1.02;letter-spacing:-.065em;margin:0}.hero h1 em,.section-heading h2 em,.launch h2 em{font-style:normal;color:var(--blue)}.hero-text{font-size:1.12rem;color:var(--muted);max-width:530px;margin:28px 0 36px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:30px}.primary-button{background:var(--navy);color:#fff;padding:15px 20px;border-radius:9px;font-weight:700;display:inline-flex;gap:24px;align-items:center;transition:.25s}.primary-button:hover{transform:translateY(-2px);background:var(--blue)}.primary-button span{font-size:1.2rem}.hero-actions p{font-size:.8rem;line-height:1.45;color:var(--muted);margin:0}.hero-actions p strong{color:var(--ink);font-size:.9rem}
.product-stage{position:relative;min-height:510px;display:grid;place-items:center}.glow{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#cfeeff 0,#eaf7ff 45%,rgba(255,255,255,0) 72%)}.dashboard{position:relative;width:min(590px,100%);height:400px;background:#fff;border:1px solid rgba(15,47,78,.12);border-radius:16px;box-shadow:var(--shadow);display:flex;overflow:hidden;transform:perspective(1000px) rotateY(-4deg) rotateX(2deg);animation:rise .8s ease-out both}.dash-sidebar{width:64px;background:var(--navy);padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:24px}.mini-logo{width:28px;height:28px;padding:6px;flex:none}.side-line{width:25px;height:25px;border-radius:7px;background:rgba(255,255,255,.06)}.side-line.active{background:var(--blue);box-shadow:inset 0 0 0 8px var(--blue),inset 0 0 0 10px #fff}.dash-main{flex:1;padding:28px;background:#f8fafc}.dash-top{display:flex;justify-content:space-between;align-items:center}.dash-top div{display:flex;flex-direction:column}.dash-top small,.metrics small,.floating-card small{color:#8b98a7;font-size:.65rem}.dash-top b{font-family:Manrope,sans-serif;font-size:1.05rem}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dce9ff;color:var(--blue);font-size:.65rem;font-weight:800}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0 16px}.metrics>div{display:flex;flex-direction:column;background:#fff;border:1px solid #e6ebf0;padding:13px;border-radius:8px}.metrics b{font-family:Manrope,sans-serif;font-size:1.25rem}.metrics span{font-size:.58rem;color:#8b98a7}.metrics .up{color:#1aad77}.schedule-card{background:#fff;border:1px solid #e6ebf0;border-radius:9px;padding:17px}.card-title{display:flex;justify-content:space-between;font-size:.7rem}.card-title span{color:#8b98a7}.timeline{display:grid;grid-template-columns:repeat(5,1fr);font-size:.5rem;color:#9ba7b3;margin:18px 0 7px;padding-left:67px}.shift{position:relative;height:42px;border-top:1px solid #eef1f4;padding-top:8px}.shift b{display:inline-block;width:66px;font-size:.58rem}.shift-bar{display:inline-block;padding:5px 10px;border-radius:4px;width:56%;font-size:.53rem}.shift:nth-of-type(4) .shift-bar{margin-left:35px;width:48%}.shift:nth-of-type(5) .shift-bar{margin-left:72px;width:38%}.shift-bar.blue{background:#dfeaff;color:#246bfd}.shift-bar.green{background:#dff9ee;color:#12885c}.shift-bar.navy{background:#e1e7ed;color:#233d58}.floating-card{position:absolute;z-index:3;background:#fff;border:1px solid #e4e9ee;border-radius:10px;box-shadow:0 15px 40px rgba(5,30,55,.15);padding:12px 16px;display:flex;gap:10px;align-items:center;animation:float 4s ease-in-out infinite}.floating-card div{display:flex;flex-direction:column}.floating-card b{font-size:.74rem}.check,.signal{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#ddf8ec;color:#159969;font-weight:800}.clocked{left:-5px;bottom:48px}.offline{right:-8px;top:55px;animation-delay:-2s}.signal{background:#deebff;color:var(--blue)}
.trust-line{background:var(--navy);color:#d9e4ef;min-height:86px;display:flex;justify-content:center;align-items:center;gap:42px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}.trust-line i{width:5px;height:5px;border-radius:50%;background:var(--green)}.features{background:var(--ice);padding:110px 32px 120px}.section-heading{max-width:1176px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr;column-gap:70px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{font-size:clamp(2.7rem,4.2vw,4.15rem)}.section-heading>p:last-child{align-self:end;margin:0;color:var(--muted);max-width:460px}.feature-grid{max-width:1176px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{min-height:330px;background:#fff;border:1px solid #e1e8ef;border-radius:14px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(12,41,68,.09)}.feature-card.featured{grid-column:span 2}.feature-card.dark{background:var(--navy);color:#fff;border:0}.feature-card.blue-card{background:var(--blue);color:#fff;border:0}.feature-card.green-card{background:#dff8ee;border-color:#c6edde}.feature-number{font-family:Manrope;font-size:.7rem;font-weight:800;letter-spacing:.1em;opacity:.55}.feature-card h3{font-family:Manrope;margin:0 0 8px;font-size:1.25rem;letter-spacing:-.03em}.feature-card p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.55}.dark p,.blue-card p{color:rgba(255,255,255,.68)}.calendar-visual{margin:18px auto;width:80%;background:#102b46;border:1px solid rgba(255,255,255,.1);padding:14px;border-radius:9px}.cal-head,.cal-row{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.cal-head span{font-size:.45rem;color:#71869a;padding:2px}.cal-row{border-top:1px solid rgba(255,255,255,.07);padding:6px 0;height:35px}.cal-row i{border-right:1px solid rgba(255,255,255,.06)}.cal-row .block{height:20px;border:0;border-radius:3px;background:var(--blue)}.cal-row .green{background:var(--green)}.cal-row .soft{background:#32506c}.icon{width:62px;height:62px;margin:auto}.clock{border:5px solid #dce9ff;border-radius:50%;position:relative}.clock:before,.clock:after{content:"";position:absolute;left:27px;top:12px;width:4px;height:18px;border-radius:4px;background:var(--blue);transform-origin:bottom}.clock:after{transform:rotate(125deg);height:15px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:8px;background:rgba(255,255,255,.13);border-radius:10px}.keypad i{background:rgba(255,255,255,.8);border-radius:50%;width:8px;height:8px;margin:auto}.sync{display:grid;place-items:center;border:1px solid #dce6ef;border-radius:50%;font-size:2.8rem;color:var(--blue);line-height:1}.report{display:flex;align-items:end;gap:6px;padding:12px;border-bottom:2px solid #dce6ef}.report i{display:block;width:10px;background:var(--blue);border-radius:3px 3px 0 0}.report i:nth-child(1){height:18px}.report i:nth-child(2){height:34px;background:var(--green)}.report i:nth-child(3){height:26px}.shield{display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:50% 50% 45% 45%;font-size:1.6rem}
.launch{position:relative;overflow:hidden;text-align:center;background:var(--navy);color:#fff;padding:120px 24px}.launch .eyebrow{color:var(--green)}.launch .eyebrow span{background:var(--green)}.launch h2{font-size:clamp(3rem,5vw,4.8rem)}.launch h2 em{color:var(--cyan)}.launch>p:not(.eyebrow){max-width:580px;margin:28px auto;color:#9fb0c1;font-size:1.05rem}.domain-pill{display:inline-flex;align-items:center;border:1px solid #29445e;border-radius:99px;padding:11px 18px;font-weight:700;font-size:.85rem;margin-top:12px}.launch-orbit{position:absolute;inset:50% auto auto 50%;width:750px;height:750px;transform:translate(-50%,-50%);border:1px solid rgba(102,216,255,.08);border-radius:50%;pointer-events:none}.launch-orbit span{position:absolute;border:1px solid rgba(102,216,255,.07);border-radius:50%;inset:80px}.launch-orbit span:nth-child(2){inset:170px}.launch-orbit span:nth-child(3){inset:260px}.launch>*:not(.launch-orbit){position:relative;z-index:1}footer{min-height:110px;max-width:1240px;margin:auto;padding:30px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:.78rem;color:var(--muted)}footer>p:nth-child(2){text-align:center}footer>p:last-child{text-align:right}
@keyframes rise{from{opacity:0;transform:perspective(1000px) rotateY(-4deg) rotateX(2deg) translateY(28px)}to{opacity:1;transform:perspective(1000px) rotateY(-4deg) rotateX(2deg) translateY(0)}}@keyframes float{50%{transform:translateY(-8px)}}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.product-stage{min-height:470px}.section-heading{grid-template-columns:1fr}.section-heading>p:last-child{margin-top:24px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card.featured{grid-column:span 2}}
@media(max-width:620px){.site-header{height:72px;padding:0 20px}.site-header nav>a:first-child{display:none}.hero{padding:52px 20px 70px;gap:30px}.hero h1{font-size:3.15rem}.hero-actions{flex-direction:column;gap:16px}.product-stage{min-height:350px}.dashboard{height:300px}.dash-sidebar{width:48px;padding:14px 10px}.side-line{width:22px;height:22px}.dash-main{padding:17px}.metrics{margin:15px 0 10px}.metrics>div{padding:8px}.metrics b{font-size:.9rem}.schedule-card{padding:10px}.shift{height:30px}.clocked{left:-8px;bottom:8px}.offline{right:-8px;top:15px}.floating-card{padding:8px 10px}.trust-line{gap:12px;min-height:70px;font-size:.55rem;letter-spacing:.06em}.features{padding:80px 20px}.feature-grid{grid-template-columns:1fr}.feature-card.featured{grid-column:auto}.feature-card{min-height:300px}.calendar-visual{width:100%}.section-heading h2{font-size:2.8rem}.launch{padding:90px 20px}.launch-orbit{width:550px;height:550px}footer{grid-template-columns:1fr;text-align:center;gap:14px}footer .brand{justify-content:center}footer>p:nth-child(2),footer>p:last-child{text-align:center;margin:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dashboard,.floating-card{animation:none}.feature-card,.primary-button{transition:none}}
.brand{display:flex;align-items:center}.brand img{display:block;width:230px;height:auto}footer .brand img{width:215px}@media(max-width:620px){.site-header .brand img{width:175px}}
