:root{--bg:#060a11;--panel:#0e141e;--panel2:#121a26;--line:#263244;--text:#f6f8fb;--muted:#aab4c3;--blue:#2f6bff;--blue2:#4b89ff;--green:#72e0a0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{height:88px;max-width:1500px;margin:auto;padding:0 42px;display:flex;align-items:center;gap:48px;border-bottom:1px solid rgba(255,255,255,.09);position:relative;z-index:10}.brand{display:flex;flex-direction:column;width:236px}.brand-mark{font-weight:800;font-size:38px;line-height:.9;letter-spacing:.04em;background:linear-gradient(180deg,#fff 0,#aeb7c4 48%,#fff 58%,#7f8b9a 100%);-webkit-background-clip:text;color:transparent}.brand-name{text-transform:uppercase;font-size:6.5px;letter-spacing:.18em;color:#c9d0da;margin-top:8px;white-space:nowrap}.brand-name i{display:inline-block;height:9px;width:1px;background:var(--blue);margin:0 7px -2px}.site-header nav{display:flex;gap:36px;margin:auto}.site-header nav a{font-size:14px;color:#c8d0dc;transition:.2s}.site-header nav a:hover{color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:linear-gradient(135deg,var(--blue),#1760ec);padding:17px 24px;border-radius:9px;font-weight:700;box-shadow:0 10px 30px rgba(47,107,255,.22);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(47,107,255,.35)}.button-small{padding:13px 18px;font-size:14px}.menu{display:none;background:none;border:0}.hero{min-height:680px;max-width:1500px;margin:auto;padding:94px 42px 70px;display:grid;grid-template-columns:42% 58%;align-items:center;position:relative}.hero-copy{z-index:2;max-width:640px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-size:13px;color:var(--blue2);line-height:1.6}.hero h1{font-size:clamp(46px,4.2vw,72px);letter-spacing:-.055em;line-height:1.04;margin:24px 0}.hero h1 span{color:var(--blue2)}.lead{font-size:18px;line-height:1.7;color:#bdc6d2;max-width:590px}.actions{display:flex;gap:14px;margin:34px 0 28px}.button-ghost{background:rgba(255,255,255,.035);border:1px solid #596579;box-shadow:none}.play{font-size:12px}.checks{display:flex;gap:24px;padding:0;list-style:none;color:#b7c0cc;font-size:13px}.checks li:before{content:'✓';display:inline-grid;place-items:center;background:var(--blue);color:white;border-radius:50%;width:17px;height:17px;margin-right:8px;font-size:10px}.product-shot{z-index:2;width:114%;border:1px solid #526074;border-radius:22px;overflow:hidden;background:#111823;box-shadow:0 35px 100px #000,0 0 80px rgba(47,107,255,.14);transform:perspective(1400px) rotateY(-5deg);transform-origin:left center}.product-shot img{display:block;width:100%}.browser-bar{height:30px;border-bottom:1px solid #2e3a4b;display:flex;align-items:center;gap:6px;padding:0 12px;background:#121923}.browser-bar span{width:7px;height:7px;border-radius:50%;background:#344156}.browser-bar small{margin:auto;color:#657287;font-size:8px}.glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.18}.glow-one{width:500px;height:500px;background:#145cff;right:-180px;bottom:-130px}.glow-two{width:280px;height:280px;background:#145cff;left:20%;top:10%}.trusted{max-width:1500px;margin:auto;padding:0 42px;display:flex;align-items:center;gap:20px}.trusted span{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--blue),transparent)}.trusted p{text-transform:uppercase;letter-spacing:.36em;color:#b8c0cb;font-size:11px;white-space:nowrap}.features{max-width:1500px;margin:auto;padding:34px 42px 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:34px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));position:relative;overflow:hidden}.feature:after{content:'';position:absolute;height:2px;background:var(--blue);left:0;right:100%;bottom:0;transition:.35s}.feature:hover:after{right:0}.feature .icon{width:54px;height:54px;border:1px solid #41506a;border-radius:15px;display:grid;place-items:center;font-size:27px;color:var(--blue2);background:#0a1019}.number{position:absolute;right:28px;top:18px;color:#49566a;font-size:12px}.feature h2{font-size:22px;margin:24px 0 12px}.feature>p:not(.number){color:var(--muted);line-height:1.65;font-size:14px;min-height:70px}.feature a{color:#78a1ff;font-weight:600;font-size:13px}.feature a span{margin-left:8px}.results{max-width:1416px;margin:0 auto 80px;border:1px solid var(--line);border-radius:16px;background:var(--panel);display:grid;grid-template-columns:repeat(3,1fr)}.results div{padding:28px 40px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.results div:last-child{border:0}.results strong{font-size:34px}.results span{color:var(--muted);font-size:13px;margin-top:6px}.cta{text-align:center;padding:100px 24px;background:radial-gradient(circle at 50% 100%,rgba(47,107,255,.2),transparent 40%);border-top:1px solid var(--line)}.cta h2{font-size:clamp(40px,5vw,70px);letter-spacing:-.05em;margin:12px 0}.cta>p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:620px;margin:0 auto 32px;line-height:1.6}footer{max-width:1500px;margin:auto;padding:40px 42px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);color:#778397;font-size:12px}.footer-brand{transform:scale(.78);transform-origin:left}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s,transform .75s}.reveal.visible{opacity:1;transform:translateY(0)}.product-shot.reveal{transform:perspective(1400px) rotateY(-5deg) translateY(18px)}.product-shot.reveal.visible{transform:perspective(1400px) rotateY(-5deg) translateY(0)}
@media(max-width:980px){.site-header{padding:0 24px}.site-header nav,.site-header>.button{display:none}.menu{display:block;margin-left:auto}.menu span{display:block;width:25px;height:2px;background:white;margin:6px}.hero{grid-template-columns:1fr;padding:70px 24px 40px}.hero-copy{max-width:720px}.product-shot{width:100%;margin-top:50px;transform:none}.product-shot.reveal,.product-shot.reveal.visible{transform:none}.features{grid-template-columns:1fr;padding:30px 24px}.results{margin:0 24px 50px}.checks{flex-wrap:wrap}}
@media(max-width:980px){.site-header nav.open{display:flex;position:absolute;top:76px;left:18px;right:18px;padding:24px;flex-direction:column;gap:20px;background:#0e141e;border:1px solid #263244;border-radius:12px;box-shadow:0 24px 60px #000}}
@media(max-width:640px){.site-header{height:76px}.brand-mark{font-size:32px}.hero{padding-top:50px}.hero h1{font-size:44px}.lead{font-size:16px}.actions{flex-direction:column;align-items:stretch}.checks{display:grid;gap:12px}.trusted{padding:0 24px}.trusted p{white-space:normal;text-align:center;line-height:1.7}.results{grid-template-columns:1fr}.results div{border-right:0;border-bottom:1px solid var(--line)}footer{padding:30px 24px;flex-direction:column;align-items:flex-start;gap:20px}.product-shot{border-radius:12px}}
.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:100%;transform:none}
.brand{width:210px;height:70px;overflow:hidden;justify-content:center}
.brand-art{display:block;width:210px;height:70px;background:url('assets/gcc-logo.jpeg') center 46%/210px 210px no-repeat}
.hero{grid-template-columns:39% 61%;padding-right:0}
.product-shot,.product-shot.reveal{width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(18px);transform-origin:left center;border-radius:24px;box-shadow:0 38px 100px #000,0 0 95px rgba(47,107,255,.2)}
.product-shot.reveal.visible{width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(0)}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-right:24px}.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:106%;transform:perspective(1200px) rotateY(-4deg);transform-origin:left center}.brand{width:180px}.brand-art{width:180px;background-size:180px 180px}}
@media(max-width:640px){.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:100%;transform:none}.brand{width:160px}.brand-art{width:160px;background-size:160px 160px}}
.brand{height:78px}
.brand-art{width:210px;height:78px;background-size:190px 190px;background-position:center -61px}
.product-stage{position:relative;z-index:2;width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%);transform-origin:left center}
.product-stage::before{content:'';position:absolute;z-index:-2;left:8%;right:-8%;bottom:-7px;height:5px;background:linear-gradient(90deg,transparent 0%,#1258ff 18%,#57a2ff 48%,#216dff 82%,transparent 100%);filter:blur(2px);box-shadow:0 0 12px #1a67ff,0 0 28px #0758ff,0 0 55px rgba(20,91,255,.9)}
.product-stage::after{content:'';position:absolute;z-index:-3;left:3%;right:-10%;bottom:-28px;height:58px;background:radial-gradient(ellipse at center,rgba(34,104,255,.48),rgba(11,73,255,.13) 45%,transparent 72%);filter:blur(12px)}
.product-stage .product-shot{width:100%;transform:none}
.product-stage.reveal{transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(18px)}
.product-stage.reveal.visible{transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(0)}
@media(max-width:980px){.brand-art{width:180px;background-size:170px 170px;background-position:center -53px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:106%;transform:perspective(1200px) rotateY(-4deg)}}
@media(max-width:640px){.brand-art{width:160px;background-size:155px 155px;background-position:center -47px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%;transform:none}}
.brand{width:238px;height:78px}
.brand-art{position:relative;width:230px;height:76px;background-size:205px 205px;background-position:center -65px}
.brand-art::before{content:'';position:absolute;left:0;right:0;bottom:0;height:25px;background:#060a11}
.brand-art::after{content:'GARAGE  |  COMMAND  |  CENTRE';position:absolute;left:0;right:0;bottom:7px;text-align:center;color:#d7dde6;font:600 9px/1 Inter,Arial,sans-serif;letter-spacing:1.65px;white-space:nowrap;text-shadow:0 1px 2px #000}
.product-stage::before{left:34%;right:-18%;bottom:-2px;height:2px;background:linear-gradient(90deg,transparent 0%,#155fff 22%,#6eb2ff 58%,#1f6cff 100%);filter:none;box-shadow:0 0 5px #2d7dff,0 0 12px rgba(24,99,255,.75)}
.product-stage::after{left:26%;right:-20%;bottom:-9px;height:16px;background:linear-gradient(90deg,transparent 0%,rgba(17,88,255,.12) 14%,rgba(38,111,255,.62) 60%,rgba(23,94,255,.4) 100%);filter:blur(9px)}
@media(max-width:980px){.brand{width:210px}.brand-art{width:205px;background-size:185px 185px;background-position:center -58px}.brand-art::after{font-size:8px;letter-spacing:1.35px}}
@media(max-width:640px){.brand{width:190px}.brand-art{width:185px;background-size:170px 170px;background-position:center -53px}.brand-art::after{font-size:7.5px;letter-spacing:1.15px}}
.product-stage .product-shot{position:relative;z-index:2}
.product-stage::before{z-index:3;left:22%;right:-18%;bottom:-3px;height:3px;background:linear-gradient(90deg,transparent 0%,#0a52ff 18%,#69adff 55%,#1d68ff 100%);box-shadow:0 0 5px #3988ff,0 0 10px rgba(22,94,255,.8)}
.product-stage::after{z-index:1;left:18%;right:-20%;bottom:-10px;height:18px;background:linear-gradient(90deg,transparent 0%,rgba(14,77,255,.08) 12%,rgba(37,105,255,.48) 58%,rgba(17,79,255,.32) 100%);filter:blur(8px)}
.hero{min-height:555px;padding-top:46px;padding-bottom:36px;grid-template-columns:40% 60%}
.hero h1{font-size:clamp(46px,4vw,68px)}
.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:116%;transform:none}
.preview-dashboard{width:100%;aspect-ratio:1.72;background-image:url('assets/gcc-preview.png');background-size:180% auto;background-position:91% 23%;background-repeat:no-repeat;border-radius:24px;box-shadow:0 35px 90px #000}
.product-stage::before,.product-stage::after{display:none}
@media(max-width:980px){.hero{padding-top:45px;grid-template-columns:1fr}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:106%;transform:none}.preview-dashboard{border-radius:18px}}
@media(max-width:640px){.hero{padding-top:34px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%}.preview-dashboard{border-radius:12px}}
.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:110%;margin-left:-1%;transform:none}
.preview-dashboard{aspect-ratio:1.72;background-size:160% auto;background-position:95% 22%;border-radius:0;box-shadow:none;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 95%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 95%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 30px 45px rgba(0,0,0,.72))}
@media(max-width:980px){.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:104%;margin-left:-2%}.preview-dashboard{background-size:162% auto;background-position:94% 22%}}
@media(max-width:640px){.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%;margin-left:0}.preview-dashboard{background-size:165% auto;background-position:92% 22%}}
.preview-dashboard{aspect-ratio:1.9}
