:root{--navy:#081a45;--ink:#102451;--cyan:#00c9d2;--paper:#f6f7fb;--line:#dbe2ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper)}.header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,6vw,96px);background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #e7eaf0}.brand{font-weight:850;letter-spacing:.16em;color:var(--navy);text-decoration:none}.header nav{display:flex;gap:28px}.header nav a{font-size:14px;color:var(--ink);text-decoration:none}.section{padding:clamp(64px,8vw,112px) clamp(20px,6vw,96px)}.hero{min-height:760px;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(400px,1.1fr);align-items:center;gap:clamp(32px,7vw,110px);background:var(--navy);color:white;overflow:hidden}.eyebrow{margin:0 0 18px;color:var(--cyan);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1,h2{letter-spacing:-.055em;text-wrap:balance}.hero h1{max-width:620px;margin:0;font-size:clamp(46px,6vw,84px);line-height:.98}.hero__lead{max-width:630px;margin:30px 0 18px;font-size:clamp(24px,2.6vw,38px);line-height:1.12}.hero__lead em{color:var(--cyan)}.hero__text{max-width:560px;margin:0;color:#d0d9ed;font-size:19px;line-height:1.55}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cyan);background:var(--cyan);padding:15px 21px;color:var(--navy);font-weight:800;text-decoration:none}.button--small{padding:10px 15px;font-size:14px}.button--ghost{background:transparent;color:white}.button--light{background:#fff;border-color:#fff;color:var(--navy)}.hero__visual{position:relative;max-width:650px;justify-self:end}.hero__visual img{display:block;width:100%;height:auto;filter:drop-shadow(0 25px 40px rgba(0,0,0,.2))}.device-count{position:absolute;left:28%;bottom:14%;display:flex;align-items:end;gap:14px;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800;line-height:1.45;pointer-events:none}.device-count strong{font-family:Inter,sans-serif;font-size:clamp(38px,4.2vw,62px);letter-spacing:-.08em;line-height:.75}.section h2{max-width:760px;margin:0 0 44px;font-size:clamp(34px,4.4vw,58px);line-height:1.04}.benefits,.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.benefits article{min-height:260px;padding:30px;background:#fff;border:1px solid var(--line)}.icon{font-size:30px;color:var(--cyan)}h3{font-size:22px;margin:30px 0 12px;letter-spacing:-.03em}.benefits p,.products p{line-height:1.6;margin:0;color:#526486}.hardware{background:#fff}.product-panel{height:230px;display:grid;place-items:center;background:var(--navy);color:var(--cyan);font-family:ui-monospace,monospace;font-size:14px;font-weight:800;letter-spacing:.12em}.products h3{margin:20px 0 8px}.process{background:#eaf1f8}.process ol{padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none}.process li{font-size:17px;font-weight:700}.process b{display:block;color:var(--cyan);font-size:30px;margin-bottom:14px}.contact{padding:clamp(64px,8vw,112px) clamp(20px,6vw,96px);display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--navy);color:white}.contact h2{font-size:clamp(38px,5vw,64px);margin:0 0 16px}.contact p:not(.eyebrow){max-width:500px;color:#d0d9ed;font-size:18px;line-height:1.5}footer{padding:28px clamp(20px,6vw,96px);background:#051333;color:#aab8d2;font-size:13px}@media(max-width:820px){.header nav{display:none}.hero{min-height:auto;grid-template-columns:1fr;padding-top:72px}.hero__visual{justify-self:center;width:min(100%,560px)}.benefits,.products{grid-template-columns:1fr}.process ol{grid-template-columns:1fr 1fr}.contact{align-items:flex-start;flex-direction:column}.device-count{gap:9px;font-size:8px}.device-count strong{font-size:37px}}@media(max-width:390px){.section{padding-inline:18px}.hero h1{font-size:46px}.header{padding-inline:18px}.brand{font-size:13px}.button--small{padding:9px 10px}}
