*{box-sizing:border-box;margin:0;padding:0}
:root{--navy:#071a32;--navy2:#0d2949;--red:#c91f2b;--red2:#e52b36;--ink:#10243d;--muted:#60738a;--light:#f5f7fa;--line:#dfe6ed}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}
a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}
.header{height:108px;background:#fff;border-bottom:1px solid #e7ebef;position:sticky;top:0;z-index:20}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{display:block;width:300px;height:86px;object-fit:contain;object-position:left center}
nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600;color:#26384d}
nav a:hover,nav a.active{color:var(--red)}
.nav-button{background:var(--red);color:white!important;padding:14px 21px;border-radius:6px;box-shadow:0 7px 20px rgba(201,31,43,.2)}
.menu-toggle{display:none;background:none;border:0;font-size:28px;color:var(--ink)}

.hero{min-height:460px;position:relative;overflow:hidden;background:linear-gradient(100deg,#06182e 0%,#09233f 55%,#07172a 100%);color:white}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,34,.9) 0%,rgba(4,17,34,.74) 45%,rgba(4,17,34,.22) 100%);pointer-events:none}
.hero-glow{position:absolute;right:7%;top:12%;width:380px;height:380px;background:radial-gradient(circle,rgba(42,113,188,.4),transparent 65%);filter:blur(8px)}
.hero-content{position:relative;z-index:2;min-height:460px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hero-copy{max-width:650px;padding:55px 0}
.label{font-size:12px;letter-spacing:2px;font-weight:800;color:#e8eef6;margin-bottom:16px}
h1{font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-2px;margin-bottom:20px}
h1 span{color:var(--red2)}.hero-copy p{font-size:20px;color:#dce6f0;max-width:600px}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}
.hero-actions>span{font-size:14px;color:#b9c8d8;border-left:1px solid #708096;padding-left:20px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:6px;font-weight:700}
.red{background:var(--red);color:white;box-shadow:0 9px 22px rgba(0,0,0,.15)}.red:hover{background:var(--red2)}
.tech-visual{position:relative;width:430px;height:330px;flex:none}
.server-rack{position:absolute;right:40px;top:18px;width:150px;height:250px;padding:16px;background:linear-gradient(120deg,#132d4b,#06101e);border:1px solid #34516e;border-radius:5px;box-shadow:0 20px 45px #0007}
.rack-top{height:12px;border-radius:3px;background:#1e3d5e;margin-bottom:12px}
.server{height:39px;margin-bottom:9px;border:1px solid #2b4b68;background:#0b1c30;display:flex;align-items:center;padding:0 12px;gap:7px}
.server i{width:7px;height:7px;border-radius:50%;background:#27c77f;box-shadow:0 0 9px #27c77f}.server b{margin-left:auto;width:35px;height:4px;background:#326182;border-radius:3px}
.laptop{position:absolute;left:5px;bottom:24px;width:310px;transform:perspective(600px) rotateY(7deg)}
.laptop-screen{height:190px;border:8px solid #182d44;border-bottom-width:12px;border-radius:10px 10px 4px 4px;background:linear-gradient(135deg,#082d53,#1680d2);display:grid;place-items:center;box-shadow:0 15px 30px #0008}
.laptop-screen span{font-size:90px;font-weight:800;color:#fff9}
.laptop-base{height:17px;background:#65788c;clip-path:polygon(5% 0,95% 0,100% 100%,0 100%);border-radius:2px}

.services{background:#f6f8fa;padding:30px 0 55px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{background:white;border:1px solid #dce4ec;border-radius:9px;padding:25px 27px;min-height:215px;box-shadow:0 5px 18px rgba(12,36,60,.04)}
.card-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--red);font-size:29px;border:2px solid #e6c8cb;border-radius:50%;margin-bottom:15px}
.card h2{font-size:21px;margin-bottom:8px}.card p{font-size:14px;color:var(--muted);line-height:1.55}.card a{display:inline-block;margin-top:14px;color:var(--red);font-size:14px;font-weight:700}

.why{background:var(--navy);color:#fff;padding:68px 0}.section-title{display:flex;align-items:center;gap:24px;justify-content:center;margin-bottom:40px}.section-title span{height:1px;width:120px;background:#53657a}.section-title h2{font-size:30px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}.why-grid strong{font-size:18px}.why-grid p{color:#aebed0;font-size:14px;margin-top:8px}

.steps-section{padding:85px 0}.red-label{color:var(--red)}.steps-section> .container>h2{font-size:40px;margin-bottom:38px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps>div{border-top:2px solid var(--line);padding-top:18px}.steps span{font-size:12px;font-weight:800;color:var(--red)}.steps h3{margin:8px 0;font-size:19px}.steps p{color:var(--muted);font-size:14px}

.contact{background:#f2f5f8;padding:70px 0}.contact-inner{background:white;border:1px solid var(--line);border-radius:10px;padding:42px 48px;display:flex;align-items:center;justify-content:space-between;gap:35px}.contact h2{font-size:34px;line-height:1.15;margin-bottom:10px}.contact p{color:var(--muted)}.big{min-width:220px}

footer{background:#051323;color:#9fb0c2;padding:34px 0 18px}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px}.footer-inner strong{display:block;color:#fff}.footer-inner small{display:block;margin-top:5px}.footer-inner>a{color:#e55b63;font-weight:700}.copyright{border-top:1px solid #1e3043;padding-top:16px;font-size:12px;color:#718399}

@media(max-width:900px){
.header{height:88px}.brand img{width:250px;height:70px}nav{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;padding:14px;border:1px solid var(--line);border-radius:8px;box-shadow:0 15px 30px #0002;flex-direction:column;align-items:stretch;gap:3px}nav.open{display:flex}nav a{padding:11px}.menu-toggle{display:block}
.hero-content{min-height:auto}.tech-visual{display:none}.hero-copy{padding:75px 0}.cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
.container{width:min(100% - 28px,1120px)}.brand img{width:225px}.hero-copy p{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions>span{border:0;padding:0}.cards,.why-grid,.steps{grid-template-columns:1fr}.section-title span{width:45px}.contact-inner{padding:30px;align-items:flex-start;flex-direction:column}.contact h2{font-size:28px}.big{width:100%}
}
