*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#071827;--blue:#0e7490;--cyan:#22d3ee;--light:#f4f9fb;--text:#132238;--muted:#607085;--white:#fff}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;color:var(--text);background:white;line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;width:100%}.demo-banner{background:#f59e0b;color:#1f2937;text-align:center;padding:9px 16px;font-size:14px}.header{position:sticky;top:0;z-index:100;background:rgba(7,24,39,.96);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;padding:18px 7%;color:white}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),var(--blue));color:white}nav{display:flex;gap:26px;align-items:center}nav a{font-weight:700;font-size:15px}.nav-cta{background:var(--cyan);color:var(--navy);padding:12px 18px;border-radius:10px}.menu-btn{display:none;background:none;border:0;color:white;font-size:30px}.hero{min-height:88vh;position:relative;display:flex;align-items:center;padding:100px 7%;background:url('https://images.unsplash.com/photo-1607472586893-edb57bdc0e39?auto=format&fit=crop&w=1800&q=85') center/cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,24,39,.94) 0%,rgba(7,24,39,.78) 52%,rgba(7,24,39,.25) 100%)}.hero-content{position:relative;max-width:780px;color:white}.eyebrow{display:inline-block;color:var(--cyan);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:13px;margin-bottom:20px}.eyebrow.light{color:white}.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.06;margin-bottom:24px}.hero h1 span{color:var(--cyan)}.hero p{font-size:20px;color:#dbeafe;max-width:680px;margin-bottom:32px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:12px;font-weight:800;border:0;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-3px)}.primary{background:var(--cyan);color:var(--navy)}.secondary{background:white;color:var(--navy)}.white{background:white;color:var(--navy)}.hero-proof{display:flex;gap:38px;margin-top:50px;flex-wrap:wrap}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:28px;color:var(--cyan)}.hero-proof span{font-size:14px;color:#cbd5e1}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dcecf1}.trust div{background:white;padding:22px;text-align:center;font-weight:800}.section{padding:100px 7%}.alt{background:var(--light)}.section-heading{max-width:760px;margin:0 auto 50px;text-align:center}.section-heading span{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.section-heading h2{font-size:clamp(34px,4vw,54px);line-height:1.15;margin:12px 0 18px}.section-heading p{color:var(--muted);font-size:18px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{background:white;border:1px solid #dbe7ec;border-radius:22px;padding:30px;box-shadow:0 16px 40px rgba(15,39,58,.06)}.service-card .icon{font-size:36px;margin-bottom:18px}.service-card h3{font-size:22px;margin-bottom:12px}.service-card p{color:var(--muted);margin-bottom:20px}.service-card a{color:var(--blue);font-weight:800}.emergency{padding:0 7% 100px;background:white}.emergency-inner{background:linear-gradient(135deg,var(--blue),#0f4c5c);color:white;border-radius:28px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.emergency h2{font-size:42px;margin-bottom:12px}.emergency p{max-width:650px;color:#d9f6fb}.emergency-actions{display:flex;flex-direction:column;gap:14px;min-width:220px}.text-link{text-align:center;font-weight:800}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project{position:relative;border-radius:22px;overflow:hidden;min-height:420px}.project img{height:100%;object-fit:cover;transition:.5s}.project:hover img{transform:scale(1.06)}.project-info{position:absolute;left:0;right:0;bottom:0;padding:30px;color:white;background:linear-gradient(transparent,rgba(7,24,39,.92))}.project-info span{color:var(--cyan);font-weight:800}.project-info h3{font-size:24px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{padding:28px;border-top:3px solid var(--cyan);background:var(--light);border-radius:0 0 18px 18px}.step span{font-size:36px;font-weight:800;color:var(--blue)}.step h3{margin:8px 0}.step p{color:var(--muted)}.reviews{background:var(--navy);color:white;padding:100px 7%}.section-heading.light h2,.section-heading.light span{color:white}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review{background:#10293e;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:30px}.stars{color:#fbbf24;letter-spacing:4px;margin-bottom:15px}.review p{color:#d8e5ee;font-size:18px;margin-bottom:18px}.review footer{color:var(--cyan);font-weight:700}.review-note{text-align:center;color:#94a3b8;margin-top:24px;font-size:13px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-copy span{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.12em}.contact-copy h2{font-size:50px;line-height:1.1;margin:14px 0 20px}.contact-copy p{color:var(--muted);font-size:18px}.contact-copy ul{list-style:none;margin-top:26px;display:grid;gap:12px;font-weight:700}.contact-form{background:var(--light);padding:34px;border-radius:22px;display:grid;gap:18px}.contact-form label{font-weight:700;display:grid;gap:8px}input,select,textarea{width:100%;padding:15px 16px;border:1px solid #cbdde5;border-radius:10px;font:inherit;background:white}textarea{min-height:130px;resize:vertical}.form-message{color:var(--blue);font-weight:800}.footer{background:#04111d;color:white;padding:60px 7%;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer p,.footer a{color:#b9c7d3}.footer h4{margin-bottom:14px}.footer div{display:flex;flex-direction:column;gap:8px}.footer-brand{margin-bottom:12px}.veloryx-credit a{color:var(--cyan);font-size:24px;font-weight:800}.reveal{opacity:0;transform:translateY(35px);transition:.7s ease}.reveal.active{opacity:1;transform:none}@media(max-width:1000px){.services-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.projects-grid,.reviews-grid{grid-template-columns:1fr}.project{min-height:360px}.footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.header{padding:15px 5%}.menu-btn{display:block}nav{position:fixed;top:78px;right:-100%;width:280px;height:calc(100vh - 78px);background:var(--navy);flex-direction:column;align-items:flex-start;padding:35px;transition:.3s}nav.active{right:0}.hero{padding:90px 5% 70px}.hero-overlay{background:rgba(7,24,39,.88)}.hero p{font-size:18px}.trust{grid-template-columns:repeat(2,1fr)}.section,.reviews{padding:75px 5%}.services-grid,.process-grid,.contact-grid{grid-template-columns:1fr}.emergency{padding:0 5% 75px}.emergency-inner{padding:35px 25px;flex-direction:column;align-items:flex-start}.emergency h2{font-size:34px}.contact-copy h2{font-size:40px}.footer{grid-template-columns:1fr}}