@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#06090e;--ink:#edf3fa;--muted:#a0acbe;--blue:#06baf4;--dark:#04070c;--line:#223247}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}::selection{background:var(--blue);color:var(--ink)}:focus-visible{outline:3px solid #42d7ff;outline-offset:6px}.section-wrap{max-width:1440px;margin:auto;padding-left:6%;padding-right:6%}.header{height:100px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);max-width:1600px;margin:auto}.brand{display:inline-flex;align-items:center;gap:0;font-family:Manrope,sans-serif;font-size:29px;font-weight:800;letter-spacing:-1.5px;line-height:1}.brand-mark{position:relative;width:35px;height:35px;background:var(--ink);color:var(--blue);border-radius:7px;font-size:27px;padding:3px 7px;margin-right:10px;letter-spacing:-3px}.brand-mark span{position:absolute;font-size:18px;top:2px;right:5px}.brand-pcs{font-weight:400}.brand-period{color:#00bcf4}.header nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:600}.header nav>a:not(.nav-contact):hover{color:#4ad9ff}.nav-contact{padding:12px 20px;border:1px solid var(--ink);border-radius:6px}.nav-contact span{margin-left:22px}.menu-toggle{display:none}.hero{min-height:620px;display:grid;grid-template-columns:1.02fr 1fr;gap:5%;align-items:center;padding-top:54px;padding-bottom:62px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 25px;line-height:1.6}.tiny-cross{font-size:24px;vertical-align:middle;margin-right:8px;color:#00bcf4}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(52px,5.8vw,84px);font-weight:800;letter-spacing:-4px;line-height:1.06;margin:0 0 28px}.hero h1 .accent{background:var(--blue);padding:0 9px 5px;margin-left:-9px;color:var(--ink);box-decoration-break:clone}.hero-description{color:#a0acbe;max-width:425px;font-size:17px;line-height:1.8;margin:0}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:16px 21px;font-weight:700;font-size:14px;border-radius:5px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.primary{background:var(--ink);color:white}.primary:hover{background:#145183}.button span{font-size:21px;line-height:1}.text-link{font-size:14px;font-weight:600}.text-link span{margin-left:8px}.hero-footnote{margin-top:32px;font-size:12px;color:var(--muted)}.mini-icon{display:inline-flex;border:1px solid #346686;border-radius:50%;height:17px;width:17px;align-items:center;justify-content:center;margin-right:6px}.hero-visual{background:var(--dark);height:490px;border-radius:10px;position:relative;overflow:hidden;display:flex;align-items:center}.visual-topline{position:absolute;top:25px;left:25px;right:25px;z-index:1;display:flex;justify-content:space-between;color:#96b4cf;font-size:12px;letter-spacing:1.5px}.hero-image{width:100%;height:100%;object-fit:cover}.visual-caption{position:absolute;bottom:24px;left:24px;right:24px;display:flex;gap:14px;align-items:center;color:white;background:#0b192bdd;border:1px solid #ffffff20;border-radius:6px;padding:16px;backdrop-filter:blur(16px)}.caption-icon{color:var(--blue);font-size:25px}.visual-caption strong{display:block;font-size:14px;font-weight:500}.visual-caption div>span{font-size:12px;color:#acc4df}.caption-plus{margin-left:auto;color:var(--blue);font-size:27px;font-weight:400}.service-strip{display:flex;justify-content:space-evenly;gap:20px;align-items:center;padding:22px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;letter-spacing:1.6px;font-weight:700}.service-strip b{color:#00bcf4;font-size:22px;font-weight:400}.section-pad{padding-top:92px;padding-bottom:92px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}.muted{color:var(--muted)}h2{font-family:Manrope,sans-serif;font-size:clamp(35px,3.6vw,50px);letter-spacing:-2px;line-height:1.17;font-weight:700;margin:0}.section-heading p:not(.eyebrow){font-size:15px;color:var(--muted);margin:0 0 5px}.section-heading .eyebrow{margin-bottom:17px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{border:1px solid var(--line);border-radius:7px;padding:25px 22px 17px;transition:background .25s,transform .25s,border-color .25s;display:flex;flex-direction:column}.service-card:hover{background:#10243a;transform:translateY(-6px);border-color:#1688bb}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.card-top svg{height:36px;width:36px;stroke:var(--ink);stroke-width:1.4}.card-top>span{font-size:12px;color:#7895b1}.service-card h3{font-size:19px;letter-spacing:-.5px;margin:0 0 12px;font-weight:600}.service-card p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 30px}.card-bottom{border-top:1px solid var(--line);padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.card-bottom>span:first-child{font-size:12px;font-weight:700;letter-spacing:.65px}.circle-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0b2e47;flex-shrink:0}.build-section{background:var(--dark);color:#edf3fa;max-width:1268px;width:88%;padding:60px 5%;border-radius:10px;display:grid;grid-template-columns:1.1fr 1fr;gap:12%}.build-section .eyebrow{color:#72b3d8;font-size:11px}.build-section h2{font-size:clamp(36px,3.6vw,49px);margin-bottom:22px}.build-section .accent{color:var(--blue)}.build-left>p:not(.eyebrow){color:#a0acbe;font-size:15px;max-width:390px;margin-bottom:28px}.build-section .primary{background:var(--blue);color:var(--ink)}.build-line{display:flex;gap:20px;border-bottom:1px solid #223247;padding:23px 0}.build-line:first-child{padding-top:8px}.build-line>span{font-size:12px;color:#7994af;margin-top:4px}.build-line>span:last-child{font-size:22px;margin-left:auto;color:var(--blue)}.build-line h3{font-size:20px;font-weight:500;margin:0 0 8px}.build-line p{font-size:14px;color:#a0acbe;line-height:1.7;margin:0}.build-note{font-size:12px;color:#7994af;letter-spacing:2px;margin-top:22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:50px}.step-number{display:block;border-top:1px solid var(--line);padding-top:22px;font-family:Manrope,sans-serif;font-size:32px;font-weight:500;color:#129ce5;margin-bottom:20px}.steps h3{font-size:21px;font-weight:600;margin:0 0 12px;letter-spacing:-.4px}.steps p{color:var(--muted);font-size:15px;line-height:1.8;margin:0;max-width:320px}.contact{width:88%;max-width:1268px;padding:57px 5%;background:var(--blue);border-radius:10px;display:grid;grid-template-columns:1.1fr 1fr;gap:11%;margin-bottom:72px}.contact h2{font-size:clamp(35px,3.5vw,48px)}.contact h2>span{color:#1cbffc}.contact p:not(.eyebrow){font-size:15px;color:#b1c4da}.contact .eyebrow{font-size:11px;margin-bottom:20px}.email-link{display:inline-flex;gap:30px;font-size:20px;font-weight:600;border-bottom:1px solid #34749a;padding-bottom:7px;margin-top:8px}.enquiry{align-self:center;border-left:1px solid #26445f;padding-left:40px}.enquiry h3{font-size:22px;letter-spacing:-.7px;margin:0 0 5px}.enquiry p{margin-top:0}.service-options{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.service-options button{border:1px solid #3c5672;border-radius:50px;background:transparent;color:#d1e2f4;padding:9px 14px;font-size:13px;cursor:pointer;transition:background .2s}.service-options button:hover{background:#123354}.service-options .selected{background:var(--ink);color:var(--blue);border-color:var(--ink)}.dark-button{background:var(--ink);color:white;width:100%}.enquiry .email-note{font-size:12px!important;margin:14px 0 0;line-height:1.8}footer{padding-bottom:25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:36px;border-bottom:1px solid var(--line)}.footer-top p{font-size:14px;color:var(--muted)}.footer-top>a:last-child{font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:var(--muted);font-size:12px}.skip{position:fixed;top:-100px;left:20px;padding:12px 20px;z-index:20;background:var(--blue)}.skip:focus{top:15px}.js-motion .reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.js-motion .reveal.visible{opacity:1;transform:none}
@media(min-width:1600px){.header{padding-left:calc((1600px - 1268px)/2);padding-right:calc((1600px - 1268px)/2)}}
@media(max-width:1050px){.hero{gap:4%;min-height:570px}.hero h1{font-size:62px}.hero-visual{height:440px}.hero-actions{gap:17px}.button{gap:17px}.hero-description{font-size:16px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{padding:25px}.service-card p{max-width:350px}.build-section{gap:7%}.contact{gap:6%}.enquiry{padding-left:25px}.service-strip{font-size:12px}.visual-topline{font-size:12px;left:18px;right:18px}.section-heading p:not(.eyebrow){max-width:290px}}
@media(max-width:760px){html{scroll-padding-top:25px}.header{height:80px;position:relative;z-index:5}.brand{font-size:27px}.menu-toggle{display:flex;flex-direction:column;gap:6px;background:none;border:0;padding:12px;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:var(--ink)}.header nav{display:none;position:absolute;top:79px;left:0;right:0;background:var(--bg);padding:25px 6%;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:22px;box-shadow:0 20px 25px #0000000d}.header nav.open{display:flex}.nav-contact{align-self:flex-start}.hero{grid-template-columns:1fr;padding-top:38px;padding-bottom:36px;gap:34px}.hero h1{font-size:clamp(50px,11vw,76px);letter-spacing:-3px}.eyebrow{font-size:11px;margin-bottom:21px}.hero-description{max-width:510px}.hero-actions{gap:22px}.hero-footnote{margin-top:24px}.hero-visual{height:430px}.hero-image{object-position:center 43%}.visual-topline{font-size:12px}.service-strip{display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:10px;font-size:12px;padding:19px 5%}.service-strip b{display:none}.section-pad{padding-top:60px;padding-bottom:60px}.section-heading{display:block;margin-bottom:28px}.section-heading p:not(.eyebrow){margin-top:22px;max-width:100%}.service-grid{gap:12px}.service-card{padding:20px 17px 15px}.card-top{margin-bottom:25px}.service-card h3{font-size:18px}.service-card p{font-size:14px}.card-bottom>span:first-child{font-size:12px}.build-section{grid-template-columns:1fr;padding:35px 7%;gap:40px}.build-section h2{font-size:39px}.build-left>p:not(.eyebrow){max-width:100%}.build-line{padding:20px 0}.steps{gap:30px;grid-template-columns:1fr;margin-top:30px}.steps article{display:grid;grid-template-columns:45px 1fr;column-gap:18px;border-top:1px solid var(--line);padding-top:23px}.step-number{grid-row:span 2;border:0;padding:0;font-size:26px;margin:0}.steps h3{font-size:20px}.steps p{max-width:100%}.contact{grid-template-columns:1fr;padding:35px 7%;gap:35px;margin-bottom:45px}.contact h2{font-size:40px}.enquiry{border-left:0;border-top:1px solid #26445f;padding:28px 0 0}.email-link{font-size:18px}.footer-top{flex-wrap:wrap;gap:20px;padding-bottom:25px}.footer-top p{order:3;width:100%;margin:0}.footer-top>a:last-child{margin-left:auto}.footer-bottom{flex-wrap:wrap;gap:10px}.footer-bottom>span:nth-child(2){width:100%;order:3}}
@media(max-width:390px){.service-grid{grid-template-columns:1fr}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{height:350px}.hero h1{font-size:49px}.contact h2{font-size:35px}.visual-caption{left:15px;right:15px;bottom:15px;padding:12px}.visual-caption strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.js-motion .reveal{opacity:1;transform:none}}

/* Lxkey PCs: supplied silver, cyan and electric-blue brand system. */
.header{background:#06090e;border-bottom:1px solid var(--line)}
.brand{gap:12px;letter-spacing:1px}.brand-logo{width:64px;height:64px;object-fit:contain}.brand-name{font:800 24px/1 Manrope,sans-serif;color:#e0e7ee}.brand-name span{color:var(--blue)}
.nav-contact{border-color:#1976ac;background:#06233a}.nav-contact span{color:var(--blue)}
.hero{grid-template-columns:1.2fr 1fr;gap:3%;padding-top:35px;padding-bottom:45px;min-height:630px}
.hero h1{font-size:clamp(46px,5.1vw,73px);letter-spacing:-2.9px;line-height:1.16;color:#edf2f7;margin-bottom:23px}
.hero h1 .accent{background:none;padding:0;margin:0;color:#08b8f6;text-shadow:0 0 45px #0086ff30}
.brand-tagline{font-size:12px;text-transform:uppercase;letter-spacing:2.5px;color:#c1d2e4;margin:0 0 25px}
.hero-description{max-width:470px;line-height:1.9}.hero-visual{aspect-ratio:1;height:auto;background:#020304;box-shadow:0 0 70px #0075ec0b}.hero-image{display:block;width:100%;height:100%;object-fit:contain}
.primary,.build-section .primary,.dark-button{background:linear-gradient(120deg,#04c3ed,#087bff);color:#03111e;border:1px solid #2bbaf8;min-height:52px}
.primary:hover,.dark-button:hover{background:linear-gradient(120deg,#32d8f8,#3295ff);box-shadow:0 8px 30px #009bff25}.text-link span,.mini-icon{color:#53cef5}
.service-strip{background:#09101a;color:#b8c7da}.service-card{background:linear-gradient(145deg,#0f1927,#090e16)}.card-top svg{stroke:var(--blue)}.service-card p,.build-line p,.build-left>p:not(.eyebrow),.steps p,.section-heading p:not(.eyebrow){font-size:16px}.circle-arrow{color:#35caff}.service-card:hover{box-shadow:0 14px 35px #001e4530}
.brand-showcase img{display:block;width:100%;height:auto;border:1px solid #1b3650;border-radius:7px 7px 0 0}
.build-section{background:linear-gradient(125deg,#101c2b,#080e17);border:1px solid #1b3650;border-top:0;border-radius:0 0 7px 7px}
.contact{background:radial-gradient(ellipse at 0 0,#0a3963,transparent 70%),#0b1523;border:1px solid #165383;box-shadow:0 0 55px #0088ff08}.contact p:not(.eyebrow){font-size:16px}.contact .eyebrow{color:#69c7f4}
.service-options button{background:#081524;border-radius:4px;font-size:14px;min-height:44px}.service-options .selected{background:#063e64;color:#75dfff;border-color:#02adf0}.enquiry .email-note{font-size:13px!important;color:#96abc3}.skip{color:#03121c}
@media(min-width:1440px){.brand-showcase{max-width:1440px;padding-left:86px;padding-right:86px}}
@media(max-width:1050px){.hero h1{font-size:52px;letter-spacing:-2px}.header nav{gap:22px}.brand-name{font-size:20px}.brand-logo{width:54px;height:54px}.brand-tagline{letter-spacing:1.5px}}
@media(max-width:760px){.brand{gap:8px}.brand-name{font-size:20px}.brand-logo{width:52px;height:52px}.header nav{background:#09111e}.menu-toggle{min-height:44px;justify-content:center}.hero{grid-template-columns:1fr;padding-top:39px;padding-bottom:35px;gap:25px;min-height:0}.hero h1{font-size:clamp(39px,8.7vw,64px);letter-spacing:-1.6px}.hero .eyebrow{font-size:12px;letter-spacing:1px}.hero-visual{width:100%;max-width:480px;justify-self:center;aspect-ratio:1.1;height:auto}.brand-tagline{letter-spacing:1.5px}.service-strip{font-size:12px;letter-spacing:.6px}.contact{padding:35px 7%}.enquiry{border-color:#26445f}.footer-top p{font-size:14px}}
@media(max-width:450px){.service-grid{grid-template-columns:1fr}.service-card{padding:24px}.hero-actions{gap:15px;flex-wrap:wrap}.hero .button{gap:18px}.hero h1{font-size:clamp(34px,9.4vw,43px)}.hero-visual{height:auto}.brand-tagline{max-width:300px}.email-link{gap:15px;font-size:17px}.footer-top .brand-name{font-size:18px}}

.reviews-section{width:88%;max-width:1268px;margin:0 auto 54px;padding:32px 0;display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reviews-section .eyebrow{margin-bottom:12px;color:#72b3d8}.reviews-section h2{font-size:32px;letter-spacing:-1px}.reviews-section p:not(.eyebrow){color:var(--muted);font-size:16px;max-width:560px;margin:14px 0 0}.review-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex-shrink:0}.review-actions .text-link{padding:5px 0}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){.reviews-section{flex-direction:column;align-items:flex-start;gap:25px;margin-bottom:40px}.reviews-section h2{font-size:29px}.review-actions{width:100%;flex-shrink:1}.review-actions .button{font-size:14px;gap:16px;max-width:100%;padding:15px 18px}.footer-bottom{flex-wrap:wrap}}
