:root{--black:#050505;--ink:#0b0b0b;--panel:#111;--panel2:#171717;--white:#fff;--line:rgba(255,255,255,.12);--muted:#9ca3af;--soft:#e5e7eb;--blue:#1563a0;--teal:#21b6a9;--gold:#c9a96e;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--black)!important;color:var(--white)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.6;text-rendering:optimizeLegibility;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.glx-skip{position:absolute;left:-999px;top:12px;z-index:99;background:#fff;color:#000;padding:10px 14px;border-radius:6px}
.glx-skip:focus{left:12px}
.glx-container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.glx-section{padding:96px 0;position:relative}
.glx-section-light{background:#f7f7f7;color:#0a0a0a}
.glx-section-muted{background:#0b0b0b}
.glx-grid{display:grid;gap:22px}
.glx-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.glx-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.glx-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.glx-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.glx-eyebrow:before{content:"";width:28px;height:1px;background:currentColor}
.glx-section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:34px}
.glx-section-head h2,.glx-hero h1,.glx-page-hero h1,.glx-cta-band h2{letter-spacing:0;line-height:1.04;margin:0}
.glx-section-head h2{font-size:clamp(32px,5vw,58px);max-width:760px}
.glx-section-head p{max-width:430px;color:var(--muted);margin:0}
.glx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 20px;border:1px solid var(--line);border-radius:999px;color:#fff;text-decoration:none;font-weight:800;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.glx-btn:hover,.glx-btn:focus{color:#fff;text-decoration:none;transform:translateY(-2px);border-color:rgba(255,255,255,.32)}
.glx-btn-light{background:#fff;color:#050505;border-color:#fff}
.glx-btn-light:hover,.glx-btn-light:focus{color:#050505}
.glx-btn-dark{background:#050505;color:#fff;border-color:#050505}
.glx-btn-accent{background:linear-gradient(135deg,var(--blue),var(--teal));border:0;color:#fff}
.glx-btn-sm{min-height:42px;padding:10px 16px;font-size:14px}
.glx-site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.72);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}
.glx-nav{width:min(1480px,calc(100% - 96px));margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.glx-brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.glx-brand-logo{display:block;width:154px;height:auto;max-height:52px;object-fit:contain}
.glx-brand-mark{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:8px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#dcdcdc);color:#050505;font-weight:950;font-size:24px}
.glx-brand strong{display:block;font-size:21px;line-height:1}
.glx-brand small{display:block;color:var(--muted);font-size:11px;margin-top:4px}
.glx-nav-menu{display:flex;align-items:center;gap:24px}
.glx-nav-menu>a:not(.glx-btn){color:#d7d7d7;font-size:14px;font-weight:700}
.glx-nav-menu>a:not(.glx-btn):hover{color:#fff}
.glx-nav-mega-item{position:static}
.glx-mega-trigger{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;color:#d7d7d7;font:inherit;font-size:14px;font-weight:700;padding:0;cursor:pointer}
.glx-mega-trigger:hover,.glx-nav-mega-item.is-open .glx-mega-trigger{color:#fff}
.glx-mega-trigger span{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .24s ease}
.glx-nav-mega-item.is-open .glx-mega-trigger span{transform:rotate(225deg) translateY(-1px)}
.glx-mega-panel{position:absolute;left:0;right:0;top:76px;z-index:49;pointer-events:none;opacity:0;transform:translateY(-14px) scaleY(.985);transform-origin:top center;transition:opacity .22s ease,transform .24s ease}
.glx-nav-mega-item.is-open .glx-mega-panel{pointer-events:auto;opacity:1;transform:translateY(0) scaleY(1)}
.glx-mega-inner{width:min(1260px,calc(100% - 28px));margin:0 auto;border:1px solid rgba(255,255,255,.12);border-top:0;border-radius:0 0 8px 8px;background:rgba(7,7,7,.92);backdrop-filter:blur(24px);box-shadow:0 34px 100px rgba(0,0,0,.52);display:grid;grid-template-columns:330px 1fr;gap:18px;padding:18px}
.glx-mega-intro{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:24px;background:radial-gradient(circle at 88% 10%,rgba(33,182,169,.18),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035))}
.glx-mega-intro h2{font-size:32px;line-height:1.05;margin:16px 0 14px;letter-spacing:0}
.glx-mega-intro p{color:var(--muted);margin:0 0 22px;font-size:15px}
.glx-mega-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.glx-mega-card{position:relative;overflow:hidden;min-height:168px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));padding:16px;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.glx-mega-card:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:0;transition:opacity .2s ease}
.glx-mega-card:hover{transform:translateY(-4px);border-color:rgba(33,182,169,.42);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.035))}
.glx-mega-card:hover:after{opacity:1}
.glx-mega-icon{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:8px;display:grid;place-items:center;background:#050505}
.glx-mega-icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.glx-mega-card strong{font-size:15px;line-height:1.18;color:#fff}
.glx-mega-card small{color:#9ca3af;line-height:1.45;font-size:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.glx-nav-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:8px;width:44px;height:40px;padding:10px}
.glx-nav-toggle span{display:block;height:2px;background:#fff;margin:4px 0}
.glx-hero{min-height:calc(100vh - 76px);display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(33,182,169,.24),transparent 28%),radial-gradient(circle at 22% 20%,rgba(21,99,160,.38),transparent 34%),linear-gradient(180deg,#050505 0%,#0b0b0b 100%)}
.glx-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}
.glx-hero:after{content:"";position:absolute;width:380px;height:380px;left:var(--glx-mouse-x,65%);top:var(--glx-mouse-y,25%);transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(33,182,169,.22),rgba(21,99,160,.08) 42%,transparent 70%);filter:blur(8px);opacity:.75;pointer-events:none;transition:opacity .25s ease}
.glx-hero-wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding:80px 0;min-width:0}
.glx-hero h1{font-size:clamp(46px,7.8vw,92px);max-width:850px}
.glx-hero p{font-size:clamp(18px,2.4vw,24px);color:#d6d6d6;max-width:720px;margin:24px 0 34px}
.glx-actions{display:flex;gap:14px;flex-wrap:wrap}
.glx-hero-visual{min-height:470px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.03));box-shadow:0 40px 120px rgba(0,0,0,.55);padding:18px;position:relative;overflow:hidden}
.glx-dashboard{height:100%;border-radius:7px;background:#080808;border:1px solid rgba(255,255,255,.1);padding:18px;display:grid;grid-template-rows:auto 1fr;gap:18px}
.glx-dash-top{display:flex;justify-content:space-between;gap:10px}
.glx-pill{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#dcdcdc;font-size:12px}
.glx-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.glx-metric,.glx-card{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:8px;padding:18px}
.glx-metric strong{display:block;font-size:36px;line-height:1}
.glx-line{height:8px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal));margin-top:16px}
.glx-line{transform-origin:left center}
.glx-card{grid-column:span 2}
.glx-card-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;color:#d8d8d8}
.glx-card-row:last-child{border-bottom:0}
.glx-card-service,.glx-feature,.glx-post-card,.glx-case-card,.glx-testimonial,.glx-faq-item,.glx-contact-panel,.glx-side-panel{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:8px;padding:26px;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.glx-card-service:hover,.glx-case-card:hover,.glx-post-card:hover{transform:translateY(-5px);border-color:rgba(33,182,169,.45);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04))}
.glx-icon{width:48px;height:48px;border-radius:8px;border:1px solid var(--line);display:grid;place-items:center;margin-bottom:22px;background:#090909}
.glx-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.glx-card-service h3,.glx-feature h3,.glx-case-card h3,.glx-post-card h3{font-size:22px;line-height:1.2;margin:0 0 12px}
.glx-post-card h2{font-size:22px;line-height:1.22;margin:0 0 12px;color:#fff}
.glx-post-card h2 a,.glx-post-card>a,.glx-post-card .glx-link{color:#fff!important;text-decoration:none}
.glx-post-card h2 a:hover,.glx-post-card .glx-link:hover{color:#fff!important}
.glx-card-service p,.glx-feature p,.glx-case-card p,.glx-post-card p,.glx-testimonial p{color:var(--muted);margin:0 0 18px}
.glx-blog-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.glx-blog-list-grid .glx-post-card{display:flex;flex-direction:column;min-height:100%}
.glx-post-image-link{display:block;margin:-6px -6px 22px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#050505;aspect-ratio:16/9}
.glx-post-image-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,opacity .25s ease}
.glx-post-card:hover .glx-post-image-link img{transform:scale(1.035);opacity:.94}
.glx-blog-list-grid .glx-post-card .glx-link{margin-top:auto}
.glx-blog-pagination{margin-top:46px;color:#fff}
.glx-pagination-nav{display:grid;place-items:center;gap:16px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 24px 80px rgba(0,0,0,.22)}
.glx-pagination-summary{margin:0;color:#aeb9ca;font-size:13px;font-weight:850;letter-spacing:.04em;text-align:center;text-transform:uppercase}
.glx-blog-pagination .pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none;color:#cbd2dc}
.glx-blog-pagination .page-item{display:inline-flex;margin:0}
.glx-blog-pagination .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(5,5,5,.46);padding:0 13px;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}
.glx-blog-pagination a.page-link:hover,.glx-blog-pagination a.page-link:focus-visible{transform:translateY(-2px);border-color:rgba(33,182,169,.48);background:rgba(33,182,169,.13);box-shadow:0 14px 34px rgba(0,0,0,.2);outline:0}
.glx-blog-pagination .page-item.active .page-link{border-color:transparent;background:linear-gradient(135deg,#1563a0,#21b6a9);color:#fff!important;box-shadow:0 16px 34px rgba(21,99,160,.24)}
.glx-blog-pagination .page-item.disabled .page-link{cursor:not-allowed;opacity:.38;background:rgba(255,255,255,.035);color:#9ca3af!important;box-shadow:none}
.glx-blog-pagination .page-link-control{min-width:44px;font-size:20px}
.glx-blog-pagination .page-link-ellipsis{min-width:34px;border-color:transparent;background:transparent;opacity:.6}
.glx-blog-inline-links{margin:34px 0;padding:22px 24px;border:1px solid rgba(5,5,5,.1);border-radius:8px;background:linear-gradient(180deg,#fff,#f5f6f7);box-shadow:0 16px 42px rgba(5,5,5,.055)}
.glx-blog-inline-links span{display:block;margin-bottom:12px;color:#050505;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.glx-blog-inline-links ul{display:flex;gap:10px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.glx-blog-inline-links a{display:inline-flex;border:1px solid rgba(21,99,160,.18);border-radius:999px;background:#fff;padding:9px 12px;color:#1563a0;font-size:14px;font-weight:900;text-decoration:none}
.glx-blog-inline-links a:hover{border-color:rgba(33,182,169,.36);color:#050505}
.glx-blog-author-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:38px 0 0;border:1px solid rgba(5,5,5,.1);border-radius:8px;overflow:hidden;background:rgba(5,5,5,.08)}
.glx-blog-author-box div{padding:18px;background:#fff}
.glx-blog-author-box span{display:block;margin-bottom:6px;color:#6b7280;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.glx-blog-author-box strong{display:block;color:#050505;font-size:16px;line-height:1.25}
.glx-link{font-weight:850;color:#fff;transition:color .2s ease,opacity .2s ease}
.glx-link:hover,.glx-link:focus-visible{color:#fff;text-decoration:none;opacity:1;outline:0}
.glx-section-light .glx-link:hover,.glx-section-light .glx-link:focus-visible{color:#050505}
.glx-kicker{color:var(--gold);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.12em}
.glx-process{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.glx-process-step{counter-increment:step;border-top:1px solid rgba(255,255,255,.22);padding-top:18px}
.glx-process-step:before{content:"0" counter(step);display:block;color:var(--teal);font-weight:900;margin-bottom:20px}
.glx-about-band{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:center}
.glx-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.glx-stat{background:#fff;color:#080808;border-radius:8px;padding:18px}
.glx-stat strong{display:block;font-size:28px}
.glx-page-hero{padding:92px 0 58px;background:radial-gradient(circle at 75% 0,rgba(21,99,160,.28),transparent 30%),#050505;border-bottom:1px solid var(--line)}
.glx-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.76fr);gap:48px;align-items:center}
.glx-page-hero-grid>div{min-width:0}
.glx-page-hero h1{font-size:clamp(40px,6.4vw,78px);max-width:880px}
.glx-page-hero p{font-size:20px;color:#cfcfcf;max-width:720px;margin:18px 0 0}
.glx-about-hero .glx-page-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,.88fr);gap:64px}
.glx-about-hero h1{font-size:clamp(42px,5vw,64px);max-width:720px}
.glx-about-hero p{font-size:clamp(17px,1.45vw,20px);max-width:660px}
.glx-about-hero h1{font-size:clamp(56px,7vw,104px);line-height:.96;max-width:680px}
.glx-about-hero p{max-width:640px;font-size:clamp(20px,1.55vw,24px);line-height:1.55;color:#d7dce4}
.glx-about-hero .glx-page-visual{max-width:720px;margin-left:auto}
.glx-page-visual{position:relative;margin:0;min-width:0;filter:drop-shadow(0 38px 90px rgba(0,0,0,.46));transform:translateZ(0)}
.glx-page-visual:before{content:"";position:absolute;inset:12% -8% 6%;border-radius:50%;background:radial-gradient(circle,rgba(33,182,169,.2),transparent 62%);filter:blur(20px);opacity:.75}
.glx-page-visual-img{position:relative;display:block;width:100%;height:auto;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.13);background:#050505;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.glx-page-visual-caption{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(5,5,5,.68);backdrop-filter:blur(16px);padding:13px;box-shadow:0 24px 70px rgba(0,0,0,.34)}
.glx-page-visual-caption strong{display:block;width:100%;color:#fff;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.glx-page-visual-caption span{border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:#e9eef4;padding:6px 9px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.glx-page-visual-hosting:before{inset:8% -10% 4%;background:radial-gradient(circle at 55% 25%,rgba(33,182,169,.26),transparent 36%),radial-gradient(circle at 75% 62%,rgba(21,99,160,.18),transparent 48%),radial-gradient(circle at 35% 72%,rgba(201,169,110,.14),transparent 42%);opacity:.95}
.glx-page-visual-hosting .glx-page-visual-img{background:#020202;border-color:rgba(33,182,169,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 0 0 1px rgba(33,182,169,.05)}
.glx-page-visual-hosting .glx-page-visual-caption{background:linear-gradient(135deg,rgba(2,8,12,.84),rgba(7,15,18,.74));border-color:rgba(33,182,169,.24)}
.glx-page-visual-hosting .glx-page-visual-caption{z-index:3}
.glx-page-visual-hosting .glx-page-visual-caption span{background:rgba(33,182,169,.1);border-color:rgba(33,182,169,.24);color:#f7fbff}
.glx-hosting-scroll-scene{position:relative;overflow:hidden;padding:86px 0;background:radial-gradient(circle at 78% 18%,rgba(33,182,169,.16),transparent 32%),radial-gradient(circle at 16% 18%,rgba(21,99,160,.18),transparent 34%),#050505;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.glx-hosting-scroll-scene:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent);pointer-events:none}
.glx-hosting-scene-grid{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);gap:44px;align-items:center}
.glx-hosting-scene-copy h2{font-size:clamp(34px,4.8vw,62px);line-height:1.02;margin:14px 0;color:#fff;max-width:640px}
.glx-hosting-scene-copy p{color:#cbd2dc;font-size:19px;max-width:560px;margin:0}
.glx-hosting-scene-metrics{display:grid;gap:10px;margin-top:28px;max-width:520px}
.glx-hosting-scene-metrics span{display:flex;justify-content:space-between;gap:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.055);padding:13px 15px;color:#cbd2dc;font-weight:800}
.glx-hosting-scene-metrics strong{color:#fff;text-transform:uppercase;letter-spacing:.08em}
.glx-hosting-room{position:relative;min-height:500px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:radial-gradient(circle at 50% 14%,rgba(33,182,169,.18),transparent 28%),linear-gradient(180deg,#081014,#030303);box-shadow:0 40px 120px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08);perspective:900px}
.glx-hosting-room.is-hosting-room{background:radial-gradient(circle at 50% 8%,rgba(255,255,255,.12),transparent 18%),radial-gradient(circle at 50% 28%,rgba(33,182,169,.22),transparent 30%),linear-gradient(180deg,#091016,#020202)}
.glx-hosting-room:before{content:"";position:absolute;left:12%;right:12%;bottom:-8%;height:62%;background:linear-gradient(120deg,transparent 0 35%,rgba(33,182,169,.12) 50%,transparent 65%),repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 56px);clip-path:polygon(48% 0,52% 0,100% 100%,0 100%);opacity:.72}
.glx-hosting-room.is-hosting-room:after{content:"";position:absolute;left:5%;right:5%;top:18px;height:42px;border-radius:999px;background:radial-gradient(ellipse at center,rgba(255,255,255,.32),transparent 62%);filter:blur(12px);opacity:.62}
.glx-hosting-room-glow{position:absolute;left:35%;right:35%;top:0;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(33,182,169,.16) 38%,transparent 72%);filter:blur(18px);opacity:.62}
.glx-hosting-rack{position:absolute;top:58px;bottom:58px;width:31%;display:grid;gap:11px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:linear-gradient(105deg,rgba(255,255,255,.13),rgba(255,255,255,.035) 42%,rgba(33,182,169,.06));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 28px 90px rgba(0,0,0,.34)}
.glx-hosting-rack-left{left:28px;transform:skewY(-2deg) rotateY(8deg)}
.glx-hosting-rack-right{right:28px;transform:skewY(2deg) rotateY(-8deg)}
.glx-hosting-rack span{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#070909;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.glx-hosting-rack span:before{content:"";position:absolute;left:14px;top:50%;width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 16px rgba(33,182,169,.72);transform:translateY(-50%);animation:glx-server-led 2.4s ease-in-out infinite}
.glx-hosting-rack span:nth-child(2n):before{background:var(--gold);box-shadow:0 0 16px rgba(201,169,110,.62);animation-delay:.55s}
.glx-hosting-rack span:after{content:"";position:absolute;left:40px;right:20px;top:50%;height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.24),rgba(255,255,255,.08));transform:translateY(-50%)}
.glx-hosting-corridor{position:absolute;inset:70px 30% 54px;display:flex;align-items:center;justify-content:center}
.glx-hosting-corridor:before{content:"";position:absolute;inset:0;border-left:1px solid rgba(33,182,169,.22);border-right:1px solid rgba(33,182,169,.22);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent)}
.glx-hosting-light{position:absolute;left:50%;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 34px rgba(33,182,169,.9);transform:translateX(-50%);animation:glx-hosting-light 3.8s ease-in-out infinite}
.glx-hosting-light-a{top:8%;background:var(--teal)}.glx-hosting-light-b{top:42%;background:#fff;animation-delay:.7s}.glx-hosting-light-c{top:76%;background:var(--gold);animation-delay:1.3s}
.glx-hosting-status{position:relative;z-index:1;width:min(320px,80%);border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(5,5,5,.72);backdrop-filter:blur(18px);padding:20px;box-shadow:0 24px 80px rgba(0,0,0,.4)}
.glx-hosting-status strong{display:block;color:#fff;font-size:18px;margin-bottom:14px}
.glx-hosting-status span{display:block;color:#dfe7ef;border-top:1px solid rgba(255,255,255,.08);padding:10px 0;font-size:13px;font-weight:850}
.glx-category-stage{position:absolute;inset:42px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(210px,1fr) minmax(118px,auto);gap:16px;padding:24px}
.glx-category-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px;mask-image:radial-gradient(circle at 50% 48%,#000,transparent 76%);opacity:.7}
.glx-category-stage:after{content:"";position:absolute;left:8%;right:8%;bottom:10%;height:26%;background:radial-gradient(ellipse at center,rgba(33,182,169,.16),transparent 70%);filter:blur(18px)}
.glx-category-panel{position:relative;z-index:2;min-width:0;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:rgba(5,5,5,.72);backdrop-filter:blur(18px);box-shadow:0 28px 80px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.08);padding:18px;color:#fff;overflow:hidden}
.glx-category-panel span{display:block;color:#c9a96e;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:9px}
.glx-category-panel strong{display:block;font-size:clamp(20px,2.5vw,32px);line-height:1.05}
.glx-category-panel em{display:block;margin-top:11px;color:#cbd2dc;font-style:normal;font-size:13px;font-weight:800}
.glx-category-panel-main{grid-column:1/-1;display:flex;flex-direction:column;justify-content:center;min-height:0}
.glx-category-panel-a,.glx-category-panel-b,.glx-category-panel-c{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.glx-category-flow-line{position:absolute;z-index:1;left:14%;right:14%;bottom:32%;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--teal),var(--gold),transparent);box-shadow:0 0 26px rgba(33,182,169,.3);animation:glx-category-flow 4.6s ease-in-out infinite}
.glx-motion-website .glx-category-panel-main:before{content:"";display:block;height:72px;margin-bottom:16px;border-radius:8px;background:linear-gradient(90deg,rgba(33,182,169,.22),rgba(255,255,255,.08)),linear-gradient(#fff,#fff);background-size:100% 100%,64% 12px;background-repeat:no-repeat;background-position:0 0,22px 30px;opacity:.85}
.glx-motion-email{background:radial-gradient(circle at 80% 18%,rgba(33,182,169,.18),transparent 34%),radial-gradient(circle at 16% 22%,rgba(21,99,160,.2),transparent 32%),#050505}
.glx-motion-email .glx-hosting-room{background:radial-gradient(circle at 50% 18%,rgba(21,99,160,.24),transparent 32%),linear-gradient(180deg,#07111b,#030303)}
.glx-motion-email .glx-category-stage:before{background:radial-gradient(circle at 50% 46%,rgba(33,182,169,.14),transparent 30%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,58px 58px,58px 58px}
.glx-motion-email .glx-category-panel-main:before{content:"";display:block;width:160px;height:92px;margin:0 auto 16px;border:2px solid rgba(255,255,255,.22);border-radius:8px;background:linear-gradient(145deg,transparent 48%,rgba(33,182,169,.65) 49% 51%,transparent 52%),linear-gradient(35deg,transparent 49%,rgba(255,255,255,.18) 50%,transparent 51%);box-shadow:0 24px 70px rgba(33,182,169,.18)}
.glx-motion-cloud{background:radial-gradient(circle at 78% 18%,rgba(21,99,160,.22),transparent 34%),radial-gradient(circle at 20% 18%,rgba(33,182,169,.14),transparent 30%),#050505}
.glx-motion-cloud .glx-hosting-room{background:radial-gradient(circle at 50% 16%,rgba(21,99,160,.24),transparent 32%),linear-gradient(180deg,#07111e,#030303)}
.glx-motion-cloud .glx-category-stage:before{background:radial-gradient(circle at 50% 44%,rgba(33,182,169,.14),transparent 22%),radial-gradient(circle at 50% 44%,transparent 0 34%,rgba(21,99,160,.28) 35% 36%,transparent 37% 48%,rgba(201,169,110,.2) 49% 50%,transparent 51%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,58px 58px,58px 58px}
.glx-motion-cloud .glx-category-panel-main:before{content:"CLOUD";display:grid;place-items:center;width:176px;height:92px;margin:0 auto 16px;border-radius:999px 999px 34px 34px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(21,99,160,.28));border:1px solid rgba(255,255,255,.22);color:#fff;font-size:24px;font-weight:950;letter-spacing:4px;box-shadow:0 28px 90px rgba(33,182,169,.2)}
.glx-motion-domain{background:radial-gradient(circle at 78% 18%,rgba(21,99,160,.22),transparent 34%),radial-gradient(circle at 16% 20%,rgba(33,182,169,.14),transparent 30%),#050505}
.glx-motion-domain .glx-category-stage:before{background:radial-gradient(circle at 50% 42%,transparent 0 28%,rgba(33,182,169,.28) 29% 30%,transparent 31% 43%,rgba(21,99,160,.24) 44% 45%,transparent 46%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,58px 58px,58px 58px}
.glx-motion-domain .glx-category-panel-main:before{content:"DNS";display:grid;place-items:center;width:138px;height:138px;margin:0 auto 16px;border:1px solid rgba(33,182,169,.32);border-radius:50%;background:radial-gradient(circle,rgba(33,182,169,.2),rgba(5,5,5,.2));color:#fff;font-weight:950;letter-spacing:.16em;box-shadow:0 0 80px rgba(21,99,160,.22)}
.glx-motion-mobile .glx-category-stage:before{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.08),transparent 18%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,58px 58px,58px 58px}
.glx-motion-mobile .glx-category-panel-main{border-radius:28px}
.glx-motion-mobile .glx-category-panel-main:before{content:"";display:block;height:96px;margin-bottom:16px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.035));box-shadow:inset 0 18px 0 rgba(33,182,169,.12)}
.glx-motion-ecommerce .glx-category-flow-line{height:5px;background:linear-gradient(90deg,transparent,var(--gold),var(--teal),transparent)}
.glx-motion-payment{background:radial-gradient(circle at 78% 18%,rgba(201,169,110,.2),transparent 34%),radial-gradient(circle at 16% 20%,rgba(21,99,160,.18),transparent 30%),#050505}
.glx-motion-payment .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(201,169,110,.18),transparent 30%),linear-gradient(180deg,#151008,#030303)}
.glx-motion-payment .glx-category-panel-main:before,.glx-motion-ecommerce .glx-category-panel-main:before{content:"AED";display:grid;place-items:center;width:150px;height:86px;margin:0 auto 16px;border-radius:16px;background:linear-gradient(135deg,#fff,#d8e0e8);color:#050505;font-size:32px;font-weight:950;box-shadow:0 28px 80px rgba(201,169,110,.18)}
.glx-motion-analytics .glx-category-panel-main:before{content:"";display:block;height:76px;margin-bottom:16px;background:linear-gradient(135deg,transparent 45%,rgba(33,182,169,.8) 46% 50%,transparent 51%),linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border-radius:8px}
.glx-motion-operations .glx-category-panel-main:before,.glx-motion-crm .glx-category-panel-main:before{content:"";display:block;height:82px;margin-bottom:16px;border-radius:8px;background:linear-gradient(90deg,rgba(33,182,169,.62) 0 18%,transparent 18% 28%,rgba(255,255,255,.18) 28% 46%,transparent 46% 56%,rgba(21,99,160,.55) 56% 74%,transparent 74% 82%,rgba(201,169,110,.5) 82%);box-shadow:0 22px 70px rgba(33,182,169,.14)}
.glx-motion-marketing .glx-category-panel-main:before{content:"";display:block;width:138px;height:94px;margin:0 auto 16px;clip-path:polygon(0 34%,62% 12%,62% 88%,0 66%);background:linear-gradient(135deg,var(--blue),var(--teal));box-shadow:0 24px 70px rgba(21,99,160,.22)}
.glx-motion-design .glx-category-panel{border-radius:18px}
.glx-motion-design .glx-category-flow-line{background:linear-gradient(90deg,transparent,var(--gold),rgba(255,255,255,.8),transparent)}
.glx-motion-design .glx-category-panel-main:before{content:"";display:block;height:88px;margin-bottom:16px;border-radius:18px;background:linear-gradient(90deg,#fff 0 22%,#21b6a9 22% 44%,#1563a0 44% 66%,#c9a96e 66% 88%,#111 88%);box-shadow:0 24px 70px rgba(201,169,110,.14)}
.glx-motion-einvoicing .glx-category-panel-main:before{content:"UBL";display:grid;place-items:center;width:112px;height:132px;margin:0 auto 16px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.035));color:#fff;font-size:30px;font-weight:950;letter-spacing:.08em}
.glx-motion-website{background:radial-gradient(circle at 78% 18%,rgba(21,99,160,.2),transparent 34%),radial-gradient(circle at 16% 20%,rgba(33,182,169,.13),transparent 32%),#050505}
.glx-motion-website .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(21,99,160,.22),transparent 30%),linear-gradient(180deg,#07111d,#030303)}
.glx-motion-operations,.glx-motion-crm{background:radial-gradient(circle at 72% 14%,rgba(33,182,169,.18),transparent 34%),radial-gradient(circle at 16% 24%,rgba(21,99,160,.16),transparent 30%),#050505}
.glx-motion-operations .glx-hosting-room,.glx-motion-crm .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(33,182,169,.18),transparent 30%),linear-gradient(180deg,#061715,#030303)}
.glx-motion-mobile{background:radial-gradient(circle at 78% 18%,rgba(21,99,160,.24),transparent 34%),radial-gradient(circle at 16% 20%,rgba(255,255,255,.08),transparent 30%),#050505}
.glx-motion-mobile .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(21,99,160,.25),transparent 30%),linear-gradient(180deg,#07111f,#030303)}
.glx-motion-ecommerce{background:radial-gradient(circle at 78% 18%,rgba(201,169,110,.18),transparent 34%),radial-gradient(circle at 16% 20%,rgba(33,182,169,.12),transparent 30%),#050505}
.glx-motion-ecommerce .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(201,169,110,.2),transparent 30%),linear-gradient(180deg,#151008,#030303)}
.glx-motion-analytics{background:radial-gradient(circle at 78% 18%,rgba(33,182,169,.2),transparent 34%),radial-gradient(circle at 16% 20%,rgba(21,99,160,.2),transparent 30%),#050505}
.glx-motion-analytics .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(33,182,169,.22),transparent 30%),linear-gradient(180deg,#061317,#030303)}
.glx-motion-marketing{background:radial-gradient(circle at 78% 18%,rgba(21,99,160,.22),transparent 34%),radial-gradient(circle at 16% 20%,rgba(201,169,110,.15),transparent 30%),#050505}
.glx-motion-marketing .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(21,99,160,.22),transparent 30%),linear-gradient(180deg,#0b1019,#030303)}
.glx-motion-design{background:radial-gradient(circle at 78% 18%,rgba(201,169,110,.2),transparent 34%),radial-gradient(circle at 16% 20%,rgba(255,255,255,.08),transparent 30%),#050505}
.glx-motion-design .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(201,169,110,.18),transparent 30%),linear-gradient(180deg,#14110b,#030303)}
.glx-motion-einvoicing{background:radial-gradient(circle at 78% 18%,rgba(33,182,169,.2),transparent 34%),radial-gradient(circle at 16% 20%,rgba(201,169,110,.14),transparent 30%),#050505}
.glx-motion-einvoicing .glx-hosting-room{background:radial-gradient(circle at 50% 14%,rgba(33,182,169,.22),transparent 30%),linear-gradient(180deg,#061516,#030303)}
.glx-page-visual .glx-visual-card-main{transform-origin:center;animation:glx-page-card 7s ease-in-out infinite}
.glx-page-visual .glx-visual-chip-a{animation:glx-float-slow 6.2s ease-in-out infinite}
.glx-page-visual .glx-visual-chip-b{animation:glx-float-slow 7.4s ease-in-out infinite reverse}
.glx-page-visual .glx-visual-chip-c{animation:glx-float-soft 6.8s ease-in-out infinite}
.glx-page-visual .glx-visual-orbit{transform-origin:360px 260px;animation:glx-spin 38s linear infinite}
.glx-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:24px}
.glx-breadcrumb a{color:#fff}
.glx-content{color:#151515;font-size:18px}
.glx-content h2,.glx-content h3{line-height:1.14;margin-top:34px;color:#050505}
.glx-content a,
.glx-section-light p a:not(.glx-btn):not(.glx-link),
.glx-section-light li a:not(.glx-btn):not(.glx-link){
    color:#064f83;
    font-weight:850;
    text-decoration:none;
    background:linear-gradient(90deg,rgba(21,99,160,.18),rgba(33,182,169,.2));
    background-size:100% 2px;
    background-position:0 100%;
    background-repeat:no-repeat;
    transition:color .2s ease,background-size .2s ease,background-color .2s ease;
}

/* Final priority overrides for the creative Web Design Dubai page */
.glx-web-design-hero.glx-service-hero{padding:112px 0 82px}
.glx-web-design-hero .glx-page-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,.9fr);gap:72px}
.glx-web-design-hero .glx-page-visual{max-width:650px;transform:rotate(-2.2deg)}
.glx-web-design-hero-art .glx-page-visual{max-width:650px}
.glx-web-design-studio,.glx-web-design-experience{isolation:isolate}
@media(max-width:1100px){
    .glx-web-design-hero .glx-page-hero-grid{grid-template-columns:1fr}
    .glx-web-design-hero .glx-page-visual{justify-self:start;max-width:720px}
    .glx-web-design-hero-art{justify-content:flex-start;min-height:480px}
}
@media(max-width:680px){
    .glx-web-design-hero.glx-service-hero{padding:86px 0 58px}
    .glx-web-design-hero .glx-page-hero-grid{display:grid;gap:26px}
    .glx-web-design-hero h1{font-size:clamp(38px,10.6vw,48px);line-height:1.05;max-width:100%;overflow-wrap:break-word}
    .glx-web-design-hero p{font-size:16px;line-height:1.62;max-width:100%}
    .glx-web-design-hero .glx-actions{display:grid;grid-template-columns:1fr;gap:12px}
    .glx-web-design-hero .glx-actions .glx-btn{width:100%}
    .glx-web-design-hero .glx-page-visual{order:0;max-width:100%;transform:none}
    .glx-web-design-hero-art{min-height:auto;display:block}
    .glx-web-design-hero-art:before{display:none}
    .glx-web-design-floating{position:relative;display:inline-block;min-width:auto;margin:8px 6px 0 0;padding:12px 13px}
    .glx-web-design-floating strong{font-size:17px}
    .glx-web-design-studio-grid,.glx-web-design-experience-grid{grid-template-columns:1fr}
    .glx-web-design-board{min-height:440px;padding:16px}
    .glx-design-canvas{min-height:408px}
    .glx-design-card{padding:16px}
    .glx-design-card-hero{left:7%;right:7%;top:13%}
    .glx-design-card-mobile,.glx-design-card-seo{width:auto;left:7%;right:7%}
    .glx-design-card-mobile{bottom:8%}
    .glx-design-card-seo{bottom:31%}
}

/* Web Design Dubai creative service page */
.glx-web-design-hero{
    position:relative;
    overflow:hidden;
    padding:112px 0 82px;
    background:
        radial-gradient(circle at 16% 16%,rgba(33,182,169,.18),transparent 28%),
        radial-gradient(circle at 86% 8%,rgba(21,99,160,.32),transparent 34%),
        linear-gradient(145deg,#050505 0%,#071018 48%,#050505 100%);
}
.glx-web-design-hero:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:88px 88px;
    mask-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.28),rgba(0,0,0,.9));
}
.glx-web-design-hero:after{
    content:"";
    position:absolute;
    width:620px;
    height:620px;
    right:-170px;
    top:-190px;
    border-radius:50%;
    background:conic-gradient(from 120deg,rgba(33,182,169,.34),rgba(21,99,160,.15),rgba(201,169,110,.18),rgba(33,182,169,.34));
    filter:blur(44px);
    opacity:.42;
    animation:glx-spin 42s linear infinite;
}
.glx-web-design-hero .glx-page-hero-grid{
    position:relative;
    z-index:2;
    grid-template-columns:minmax(0,.92fr) minmax(420px,.9fr);
    gap:72px;
}
.glx-web-design-hero .glx-breadcrumb{
    display:inline-flex;
    padding:9px 12px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    backdrop-filter:blur(16px);
}
.glx-web-design-hero h1{
    max-width:780px;
    font-size:clamp(48px,7.4vw,96px);
    letter-spacing:-.01em;
}
.glx-web-design-hero h1:after{
    content:"";
    display:block;
    width:min(380px,70%);
    height:1px;
    margin-top:24px;
    background:linear-gradient(90deg,var(--teal),rgba(255,255,255,.34),transparent);
}
.glx-web-design-hero p{
    max-width:680px;
    color:#d9e2ec;
    font-size:clamp(18px,1.55vw,23px);
}
.glx-web-design-hero .glx-page-visual{
    transform:rotate(-2.2deg);
    max-width:650px;
    justify-self:end;
}
.glx-web-design-hero .glx-page-visual:before{
    inset:2% -12% -4%;
    background:
        radial-gradient(circle at 50% 28%,rgba(33,182,169,.34),transparent 38%),
        radial-gradient(circle at 78% 80%,rgba(21,99,160,.25),transparent 44%);
    opacity:1;
}
.glx-web-design-hero .glx-page-visual-img{
    border-color:rgba(33,182,169,.24);
    box-shadow:0 34px 100px rgba(0,0,0,.5),0 0 0 1px rgba(33,182,169,.08);
}
.glx-web-design-hero .glx-page-visual-caption{
    background:linear-gradient(135deg,rgba(5,5,5,.82),rgba(9,22,28,.72));
    border-color:rgba(33,182,169,.24);
}
.glx-web-design-hero-art{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.glx-web-design-hero-art:before{
    content:"";
    position:absolute;
    inset:4% -6% 2% 10%;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),
        radial-gradient(circle at 64% 38%,rgba(33,182,169,.16),transparent 42%);
    background-size:56px 56px,56px 56px,auto;
    transform:rotate(-2deg);
    box-shadow:0 40px 120px rgba(0,0,0,.28);
}
.glx-web-design-hero-art .glx-page-visual{
    position:relative;
    z-index:2;
    width:min(620px,100%);
}
.glx-web-design-floating{
    position:absolute;
    z-index:3;
    min-width:178px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
    padding:17px 18px;
    background:linear-gradient(145deg,rgba(5,5,5,.84),rgba(8,18,24,.74));
    backdrop-filter:blur(18px);
    box-shadow:0 24px 80px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);
}
.glx-web-design-floating span{
    display:block;
    color:var(--teal);
    font-size:10px;
    font-weight:950;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-bottom:8px;
}
.glx-web-design-floating strong{
    display:block;
    color:#fff;
    font-size:24px;
    line-height:1.04;
}
.glx-web-design-floating-a{left:2%;top:16%;animation:glx-float-slow 7s ease-in-out infinite}
.glx-web-design-floating-b{right:0;top:10%;animation:glx-float-soft 6.8s ease-in-out infinite}
.glx-web-design-floating-c{left:14%;bottom:10%;animation:glx-float-slow 8.2s ease-in-out infinite reverse}
.glx-web-design-lab{
    perspective:1200px;
}
.glx-web-design-lab:before{
    inset:0 -8% 0 2%;
    border-color:rgba(33,182,169,.12);
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),
        radial-gradient(circle at 52% 44%,rgba(33,182,169,.2),transparent 34%),
        radial-gradient(circle at 80% 20%,rgba(21,99,160,.18),transparent 32%);
    background-size:58px 58px,58px 58px,auto,auto;
    transform:rotate(-3deg) translateZ(-60px);
}
.glx-wd-orbit{
    position:absolute;
    border:1px solid rgba(33,182,169,.18);
    border-radius:50%;
    pointer-events:none;
}
.glx-wd-orbit-one{
    width:480px;
    height:480px;
    right:10%;
    top:5%;
    animation:glx-spin 44s linear infinite;
}
.glx-wd-orbit-two{
    width:340px;
    height:340px;
    left:6%;
    bottom:5%;
    border-color:rgba(201,169,110,.16);
    animation:glx-spin 56s linear infinite reverse;
}
.glx-wd-browser{
    position:relative;
    z-index:2;
    width:min(690px,100%);
    margin-left:auto;
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    background:linear-gradient(145deg,rgba(7,15,22,.92),rgba(5,5,5,.88));
    box-shadow:0 44px 130px rgba(0,0,0,.55),0 0 0 1px rgba(33,182,169,.08),inset 0 1px 0 rgba(255,255,255,.08);
    overflow:hidden;
    transform:rotateY(-10deg) rotateX(4deg) rotateZ(-1.5deg);
    transform-origin:center;
    animation:glx-wd-tilt 9s ease-in-out infinite;
}
.glx-wd-browser:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(112deg,transparent 0 42%,rgba(255,255,255,.11) 50%,transparent 58% 100%);
    opacity:.24;
    transform:translateX(-48%);
    animation:glx-wd-shine 7s ease-in-out infinite;
    pointer-events:none;
}
.glx-wd-browser-top{
    display:flex;
    align-items:center;
    gap:8px;
    min-height:54px;
    padding:0 18px;
    border-bottom:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.045);
}
.glx-wd-browser-top span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    opacity:.55;
}
.glx-wd-browser-top span:nth-child(2){background:var(--teal);opacity:.85}
.glx-wd-browser-top span:nth-child(3){background:var(--gold);opacity:.78}
.glx-wd-browser-top strong{
    margin-left:auto;
    color:#fff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.18em;
}
.glx-wd-browser-body{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(190px,.75fr);
    gap:16px;
    padding:26px;
}
.glx-wd-page-left,
.glx-wd-page-right,
.glx-wd-browser-foot span{
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:rgba(255,255,255,.045);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.glx-wd-page-left{
    min-height:320px;
    padding:28px;
    background:
        radial-gradient(circle at 85% 18%,rgba(33,182,169,.16),transparent 34%),
        linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.glx-wd-mini-label{
    color:var(--gold);
    font-size:11px;
    font-weight:950;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.glx-wd-page-left strong{
    display:block;
    max-width:390px;
    margin:18px 0 18px;
    color:#fff;
    font-size:clamp(32px,3.7vw,54px);
    line-height:1.02;
}
.glx-wd-page-left em{
    display:block;
    width:58%;
    height:9px;
    border-radius:999px;
    background:linear-gradient(90deg,#2f74ff,var(--teal),var(--gold));
    box-shadow:0 0 28px rgba(33,182,169,.26);
}
.glx-wd-line{
    height:8px;
    border-radius:999px;
    margin-top:18px;
    background:rgba(255,255,255,.18);
}
.glx-wd-line-a{width:74%}
.glx-wd-line-b{width:52%}
.glx-wd-line-c{width:64%;background:linear-gradient(90deg,rgba(33,182,169,.72),rgba(255,255,255,.14))}
.glx-wd-page-right{
    display:grid;
    gap:14px;
    padding:18px;
}
.glx-wd-mini-card{
    min-height:88px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:
        linear-gradient(90deg,rgba(255,255,255,.2) 0 42%,transparent 42%),
        linear-gradient(135deg,rgba(33,182,169,.11),rgba(21,99,160,.07));
    background-size:70% 9px,auto;
    background-repeat:no-repeat;
    background-position:18px 24px,0 0;
}
.glx-wd-mini-card:nth-child(2){background-position:18px 30px,0 0;opacity:.9}
.glx-wd-mini-card:nth-child(3){background:radial-gradient(circle at 72% 40%,rgba(33,182,169,.24),transparent 28%),rgba(255,255,255,.035)}
.glx-wd-browser-foot{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1px;
    padding:0 26px 26px;
}
.glx-wd-browser-foot span{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.glx-wd-phone{
    position:absolute;
    z-index:4;
    right:2%;
    bottom:6%;
    width:134px;
    min-height:230px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    padding:18px 14px;
    background:linear-gradient(160deg,rgba(5,5,5,.92),rgba(9,25,34,.88));
    box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 38px rgba(33,182,169,.14);
    animation:glx-float-soft 7.8s ease-in-out infinite;
}
.glx-wd-phone span{
    display:block;
    width:34px;
    height:4px;
    margin:0 auto 22px;
    border-radius:999px;
    background:rgba(255,255,255,.35);
}
.glx-wd-phone strong{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:1.08;
}
.glx-wd-phone em{
    display:block;
    height:9px;
    margin-top:16px;
    border-radius:999px;
    background:rgba(255,255,255,.15);
}
.glx-wd-phone em:last-child{
    width:62%;
    background:linear-gradient(90deg,var(--blue),var(--teal));
}
.glx-wd-cursor{
    position:absolute;
    z-index:5;
    left:52%;
    top:18%;
    width:28px;
    height:28px;
    transform:rotate(-28deg);
    filter:drop-shadow(0 0 20px rgba(33,182,169,.8));
    animation:glx-wd-cursor 6.2s ease-in-out infinite;
}
.glx-wd-cursor:before{
    content:"";
    display:block;
    width:0;
    height:0;
    border-top:22px solid #fff;
    border-right:12px solid transparent;
    border-left:5px solid transparent;
}
.glx-wd-cursor:after{
    content:"";
    position:absolute;
    left:10px;
    top:17px;
    width:10px;
    height:18px;
    border-radius:999px;
    background:var(--teal);
}
.glx-web-design-lab .glx-web-design-floating-a{left:0;top:10%}
.glx-web-design-lab .glx-web-design-floating-b{right:4%;top:21%}
.glx-web-design-lab .glx-web-design-floating-c{left:8%;bottom:7%}
@keyframes glx-wd-tilt{
    0%,100%{transform:rotateY(-10deg) rotateX(4deg) rotateZ(-1.5deg) translateY(0)}
    50%{transform:rotateY(-6deg) rotateX(2deg) rotateZ(-.6deg) translateY(-10px)}
}
@keyframes glx-wd-shine{
    0%,42%{transform:translateX(-58%);opacity:0}
    62%{opacity:.24}
    100%{transform:translateX(58%);opacity:0}
}
@keyframes glx-wd-cursor{
    0%,100%{transform:translate(0,0) rotate(-28deg)}
    35%{transform:translate(42px,48px) rotate(-28deg)}
    70%{transform:translate(-34px,92px) rotate(-28deg)}
}
.glx-web-design-studio{
    position:relative;
    overflow:hidden;
    padding:94px 0;
    color:#fff;
    background:
        radial-gradient(circle at 14% 0,rgba(21,99,160,.22),transparent 30%),
        radial-gradient(circle at 82% 38%,rgba(33,182,169,.18),transparent 32%),
        #080808;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.glx-web-design-studio:before{
    content:"";
    position:absolute;
    inset:12% 0 auto;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(33,182,169,.42),rgba(201,169,110,.26),transparent);
}
.glx-web-design-studio-grid{
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(480px,1fr);
    gap:58px;
    align-items:center;
}
.glx-web-design-studio-copy h2{
    margin:16px 0 18px;
    font-size:clamp(38px,5.7vw,72px);
    line-height:1.02;
    max-width:760px;
}
.glx-web-design-studio-copy p{
    max-width:680px;
    color:#b9c2cf;
    font-size:18px;
    line-height:1.8;
}
.glx-web-design-studio-points{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:30px;
}
.glx-web-design-studio-points span{
    min-height:64px;
    display:flex;
    align-items:center;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    padding:14px 16px;
    color:#eef5fb;
    font-weight:850;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
}
.glx-web-design-board{
    position:relative;
    min-height:520px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    padding:28px;
    background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));
    box-shadow:0 34px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);
    overflow:hidden;
}
.glx-web-design-board:before{
    content:"";
    position:absolute;
    inset:-40%;
    background:conic-gradient(from 90deg,transparent,rgba(33,182,169,.18),transparent,rgba(21,99,160,.2),transparent);
    animation:glx-spin 54s linear infinite;
    opacity:.82;
}
.glx-design-canvas{
    position:relative;
    z-index:1;
    min-height:464px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
        radial-gradient(circle at 50% 20%,rgba(33,182,169,.14),transparent 38%),
        rgba(3,8,12,.72);
    background-size:54px 54px,54px 54px,auto,auto;
    overflow:hidden;
}
.glx-design-ruler{
    position:absolute;
    background:linear-gradient(90deg,transparent,var(--teal),var(--gold),transparent);
    opacity:.7;
}
.glx-design-ruler-x{left:8%;right:8%;top:24%;height:1px}
.glx-design-ruler-y{top:9%;bottom:9%;left:24%;width:1px;background:linear-gradient(180deg,transparent,var(--teal),var(--gold),transparent)}
.glx-design-card{
    position:absolute;
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
    background:rgba(5,5,5,.74);
    box-shadow:0 24px 70px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
    padding:22px;
}
.glx-design-card small{
    display:block;
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:11px;
    font-weight:950;
    margin-bottom:12px;
}
.glx-design-card strong{
    display:block;
    color:#fff;
    font-size:clamp(24px,3.2vw,42px);
    line-height:1.06;
}
.glx-design-card em{
    display:block;
    width:72%;
    height:8px;
    margin-top:22px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--blue),var(--teal),var(--gold));
}
.glx-design-card-hero{left:10%;right:16%;top:13%;min-height:190px;animation:glx-float-soft 7.4s ease-in-out infinite}
.glx-design-card-mobile{right:7%;bottom:12%;width:34%;animation:glx-float-slow 8.2s ease-in-out infinite reverse}
.glx-design-card-seo{left:8%;bottom:16%;width:38%;animation:glx-float-slow 7s ease-in-out infinite}
.glx-design-palette{
    position:absolute;
    right:8%;
    top:9%;
    display:flex;
    gap:8px;
}
.glx-design-palette span{
    width:18px;
    height:18px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.2);
}
.glx-design-palette span:nth-child(1){background:#fff}
.glx-design-palette span:nth-child(2){background:var(--blue)}
.glx-design-palette span:nth-child(3){background:var(--teal)}
.glx-design-palette span:nth-child(4){background:var(--gold)}
.glx-web-design-experience{
    overflow:hidden;
    color:#050505;
    background:
        radial-gradient(circle at 12% 20%,rgba(21,99,160,.1),transparent 26%),
        radial-gradient(circle at 88% 6%,rgba(33,182,169,.13),transparent 28%),
        #f4f6f8;
}
.glx-web-design-experience .glx-section-head p{color:#4b5563}
.glx-web-design-experience-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr 1fr;
    gap:16px;
    align-items:stretch;
}
.glx-web-design-exp-card{
    position:relative;
    min-height:270px;
    padding:28px;
    border:1px solid rgba(5,5,5,.1);
    border-radius:8px;
    background:#fff;
    box-shadow:0 24px 80px rgba(5,5,5,.07);
    overflow:hidden;
}
.glx-web-design-exp-card:before{
    content:"";
    position:absolute;
    inset:auto -15% -35% auto;
    width:230px;
    height:230px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(33,182,169,.2),transparent 62%);
}
.glx-web-design-exp-card span{
    display:inline-grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    color:#050505;
    background:linear-gradient(135deg,var(--teal),#fff);
    font-weight:950;
    margin-bottom:38px;
}
.glx-web-design-exp-card h3{
    position:relative;
    margin:0 0 14px;
    color:#050505;
    font-size:clamp(25px,2.5vw,36px);
    line-height:1.08;
}
.glx-web-design-exp-card p{
    position:relative;
    margin:0;
    color:#3d4450;
    font-size:16px;
    line-height:1.72;
}
.glx-web-design-exp-card.is-tall{
    grid-row:span 2;
    color:#fff;
    background:
        radial-gradient(circle at 78% 12%,rgba(33,182,169,.22),transparent 36%),
        linear-gradient(145deg,#060b12,#050505);
    border-color:rgba(255,255,255,.12);
}
.glx-web-design-exp-card.is-tall h3{color:#fff}
.glx-web-design-exp-card.is-tall p{color:#c9d2de}
.glx-web-design-overview-section{
    background:
        linear-gradient(180deg,#f4f6f8 0%,#fff 34%,#f7f7f7 100%);
}
.glx-web-design-overview-section .glx-service-overview-flow{
    border-color:rgba(5,5,5,.1);
    box-shadow:0 34px 110px rgba(5,5,5,.08);
}
@media(max-width:1080px){
    .glx-web-design-hero .glx-page-hero-grid,
    .glx-web-design-studio-grid,
    .glx-web-design-experience-grid{grid-template-columns:1fr}
    .glx-web-design-hero .glx-page-visual{justify-self:start;max-width:720px}
    .glx-web-design-exp-card.is-tall{grid-row:auto}
}
@media(max-width:680px){
    .glx-web-design-hero{padding:86px 0 58px}
    .glx-web-design-hero h1{font-size:clamp(40px,12vw,58px)}
    .glx-web-design-hero .glx-page-visual{transform:none}
    .glx-web-design-studio{padding:70px 0}
    .glx-web-design-studio-points{grid-template-columns:1fr}
    .glx-web-design-board{min-height:440px;padding:16px}
    .glx-design-canvas{min-height:408px}
    .glx-design-card{padding:16px}
    .glx-design-card-hero{left:7%;right:7%;top:13%}
    .glx-design-card-mobile,.glx-design-card-seo{width:auto;left:7%;right:7%}
    .glx-design-card-mobile{bottom:8%}
    .glx-design-card-seo{bottom:31%}
    .glx-web-design-exp-card{min-height:auto}
}
.glx-content a:hover,
.glx-content a:focus-visible,
.glx-section-light p a:not(.glx-btn):not(.glx-link):hover,
.glx-section-light li a:not(.glx-btn):not(.glx-link):hover,
.glx-section-light p a:not(.glx-btn):not(.glx-link):focus-visible,
.glx-section-light li a:not(.glx-btn):not(.glx-link):focus-visible{
    color:#050505;
    background-size:100% 42%;
    outline:0;
}
.glx-blog-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:16px}
.glx-contact-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
.glx-form input,.glx-form select,.glx-form textarea,.glx_contact_form input,.glx_contact_form select,.glx_contact_form textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:#0a0a0a;color:#fff;border-radius:8px;padding:14px 15px;outline:0}
.glx-form label,.glx_contact_form label{font-weight:800;color:#fff}
.glx-form textarea{min-height:150px}
.glx_contact_form .form-group{margin-bottom:16px}
.glx_contact_form .save{background:#fff;color:#050505;border:0;border-radius:999px;padding:13px 20px;font-weight:900;width:auto}
.captcha_image{display:block;margin-bottom:10px;border-radius:6px}
.glx-consult-section{overflow:hidden;background:radial-gradient(circle at 18% 4%,rgba(21,99,160,.25),transparent 34%),radial-gradient(circle at 82% 20%,rgba(33,182,169,.16),transparent 30%),linear-gradient(180deg,#050505,#0b0b0b)}
.glx-consult-section:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 92%);pointer-events:none}
.glx-consult-shell{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:34px;align-items:start}
.glx-consult-copy{position:sticky;top:104px;min-width:0;padding:10px 0}
.glx-consult-copy h2{font-size:clamp(38px,5.6vw,72px);line-height:1.02;letter-spacing:0;margin:16px 0 18px;text-wrap:balance}
.glx-consult-copy p{color:#cbd2dc;font-size:19px;max-width:560px;margin:0}
.glx-consult-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}
.glx-consult-proof span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px;padding:9px 12px;color:#f4f7fb;font-size:12px;font-weight:850}
.glx-consult-steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:30px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.08)}
.glx-consult-steps:before{content:"";position:absolute;left:0;top:0;bottom:0;width:34%;background:linear-gradient(90deg,rgba(33,182,169,.22),transparent);animation:glx-consult-scan 4.8s ease-in-out infinite}
.glx-consult-steps span{position:relative;padding:16px 10px;text-align:center;background:rgba(5,5,5,.58);color:#dfe7ef;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.glx-consult-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:linear-gradient(150deg,rgba(255,255,255,.13),rgba(255,255,255,.045));box-shadow:0 42px 130px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);padding:22px}
.glx-consult-card:before{content:"";position:absolute;inset:-20% -10% auto auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(33,182,169,.2),transparent 64%);filter:blur(8px);animation:glx-float-slow 8s ease-in-out infinite;pointer-events:none}
.glx-consult-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,255,255,.065) 47%,transparent 59%);transform:translateX(-92%);animation:glx-sheen 7.8s ease-in-out infinite;pointer-events:none}
.glx-consult-card>*{position:relative;z-index:1}
.glx-consult-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}
.glx-consult-card-top span{width:42px;height:42px;border-radius:50%;background:conic-gradient(from 140deg,var(--teal),rgba(255,255,255,.12),var(--blue),var(--gold),var(--teal));box-shadow:0 0 36px rgba(33,182,169,.26);animation:glx-spin 12s linear infinite}
.glx-consult-card-top strong{font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#fff}
.glx-consult-hero{overflow:hidden;background:radial-gradient(circle at 72% 18%,rgba(33,182,169,.2),transparent 32%),radial-gradient(circle at 20% 20%,rgba(21,99,160,.22),transparent 34%),linear-gradient(180deg,#050505,#0a0a0a)}
.glx-consult-orbit{position:relative;min-height:520px;display:flex;align-items:center}
.glx-consult-orbit .glx-ui-mockup{width:100%;margin:0;transform:rotate(-1.6deg)}
.glx-orbit-card{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(8,8,8,.72);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.34);padding:14px 18px;animation:glx-float-slow 6.4s ease-in-out infinite}
.glx-orbit-card strong{display:block;color:#fff;font-size:26px;line-height:1}
.glx-orbit-card span{display:block;margin-top:5px;color:#cbd2dc;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.glx-orbit-card-a{left:-12px;top:42px}
.glx-orbit-card-b{right:8px;top:128px;animation-delay:-1.7s}
.glx-orbit-card-c{left:28px;bottom:74px;animation-delay:-3.2s}
.glx-consult-page-section{background:radial-gradient(circle at 82% 12%,rgba(21,99,160,.12),transparent 34%),#050505}
.glx-consult-page-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:start}
.glx-consult-page-aside,.glx-consult-page-form{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 32px 100px rgba(0,0,0,.28);padding:32px}
.glx-consult-page-aside{position:sticky;top:100px}
.glx-consult-page-aside h2,.glx-consult-page-form h2{font-size:clamp(30px,3.6vw,48px);line-height:1.04;margin:14px 0 24px}
.glx-consult-next{display:grid;gap:14px}
.glx-consult-next article{display:grid;grid-template-columns:44px 1fr;gap:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.045);padding:16px}
.glx-consult-next strong{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#050505;font-weight:950}
.glx-consult-next h3{margin:0 0 5px;font-size:18px}
.glx-consult-next p{margin:0;color:var(--muted)}
.glx-consult-contact-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.glx-consult-contact-strip a{border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;padding:10px 13px;font-weight:850}
.glx-consult-form{margin:0}
.glx-consult-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.glx-consult-fields .form-group{margin:0}
.glx-field-wide{grid-column:1/-1}
.glx-consult-form label{display:block;margin:0 0 7px;color:#eef3f8;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.glx-consult-form input,.glx-consult-form select,.glx-consult-form textarea{background:rgba(5,5,5,.66);border-color:rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.glx-consult-form input:focus,.glx-consult-form select:focus,.glx-consult-form textarea:focus{border-color:rgba(33,182,169,.62);box-shadow:0 0 0 4px rgba(33,182,169,.12);background:rgba(5,5,5,.84)}
.glx-consult-form textarea{min-height:132px;resize:vertical}
.glx-captcha-row{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:end;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.04);padding:12px}
.glx-captcha-row .captcha_image{width:150px;max-width:100%;margin:0;background:#fff}
.glx-captcha-row .captcha_reload{display:inline-block;margin-top:8px;color:var(--teal);font-size:12px;font-weight:900}
.glx-consult-form .form_return_alert{margin-top:14px}
.glx-consult-form .save{margin-top:18px;min-height:54px;padding:15px 24px;box-shadow:0 18px 50px rgba(255,255,255,.08)}
.glx-contact-panel .glx-consult-fields{grid-template-columns:1fr}
.glx-contact-panel .glx-captcha-row{grid-template-columns:140px 1fr}
.glx-contact-info-panel{position:sticky;top:96px;align-self:start;padding:32px;background:radial-gradient(circle at 92% 4%,rgba(33,182,169,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 24px 78px rgba(0,0,0,.28)}
.glx-contact-info-panel h2{font-size:clamp(28px,2.35vw,36px);line-height:1.1;margin:12px 0 14px;text-wrap:balance}
.glx-contact-info-panel p{margin:0 0 16px;color:#eef2f7;font-size:16px;line-height:1.55}
.glx-contact-info-panel p:first-of-type{font-size:17px;line-height:1.58;color:#fff;margin-bottom:20px}
.glx-contact-info-panel strong{display:inline-flex;margin-bottom:3px;color:#fff;font-size:15px;font-weight:950}
.glx-contact-info-panel a{color:var(--teal);font-weight:850;text-decoration:none;text-underline-offset:4px}
.glx-contact-info-panel a:hover{color:#fff;text-decoration:underline}
.glx-contact-info-panel p:nth-of-type(n+2){padding:13px 0;border-top:1px solid rgba(255,255,255,.1);margin-bottom:0}
.glx-cta-band{background:linear-gradient(135deg,#fff,#d7d7d7);color:#050505;padding:54px 0}
.glx-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.glx-cta-band .glx-eyebrow{color:#1563a0}
.glx-cta-band h2{font-size:clamp(30px,4.8vw,56px);max-width:760px}
.glx-footer{background:#050505;border-top:1px solid var(--line)}
.glx-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;padding:64px 0 36px}
.glx-footer-brand{display:inline-flex;align-items:center;justify-content:flex-start;width:132px;margin:0 0 18px;padding:0;line-height:0}
.glx-footer-logo{display:block;width:132px;height:auto;max-height:43px;object-fit:contain;object-position:left center}
@media (min-width:681px){
    .glx-footer-brand{transform:translateX(-40px);margin-right:-40px}
}
.glx-footer h3{font-size:14px;text-transform:uppercase;letter-spacing:.14em;color:#fff;margin:0 0 18px}
.glx-footer p,.glx-footer a{color:var(--muted)}
.glx-footer a{display:block;margin:9px 0;transition:color .2s ease,opacity .2s ease,border-color .2s ease,background .2s ease}
.glx-footer a:hover,.glx-footer a:focus-visible{color:#fff;text-decoration:none;opacity:1;outline:0}
.glx-footer-bottom{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:18px;color:var(--muted)}
.glx-socials{display:flex;gap:8px}
.glx-socials a{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin:0;color:#fff;font-size:12px}
.glx-socials a:hover,.glx-socials a:focus-visible{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);color:#fff}
.glx-hero-premium{display:block;min-height:auto;align-items:stretch;background:radial-gradient(circle at 15% 14%,rgba(21,99,160,.32),transparent 29%),radial-gradient(circle at 76% 18%,rgba(33,182,169,.2),transparent 25%),radial-gradient(circle at 56% 92%,rgba(201,169,110,.12),transparent 31%),linear-gradient(180deg,#050505 0%,#090909 52%,#111 100%)}
.glx-hero-premium .glx-hero-wrap{grid-template-columns:1fr;min-height:auto;gap:34px;align-items:start}
.glx-hero-copy{position:relative;z-index:2;min-width:0}
.glx-hero-copy h1{font-size:clamp(52px,7.2vw,96px);max-width:900px;text-wrap:balance}
.glx-hero-copy p{max-width:690px;color:#e8e8e8}
.glx-proof-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.glx-proof-strip span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:9px 13px;color:#d8d8d8;font-size:13px;font-weight:800}
.glx-command-center{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center;perspective:1100px;min-width:0}
.glx-command-center:before{content:"";position:absolute;inset:10% 4%;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.02));box-shadow:0 45px 150px rgba(0,0,0,.62);transform:rotate(-2deg)}
.glx-orbit{position:absolute;z-index:2;width:min(78%,430px);aspect-ratio:1;border:1px solid rgba(255,255,255,.14);border-radius:50%;animation:glx-spin 28s linear infinite}
.glx-orbit:before,.glx-orbit:after{content:"";position:absolute;inset:16%;border:1px dashed rgba(255,255,255,.12);border-radius:50%}
.glx-orbit:after{inset:33%;border-style:solid;border-color:rgba(33,182,169,.24)}
.glx-orbit span{position:absolute;display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#080808;color:#fff;font-weight:900;box-shadow:0 12px 36px rgba(0,0,0,.42);animation:glx-spin 28s linear infinite reverse}
.glx-orbit span:nth-child(1){top:-27px;left:calc(50% - 27px)}
.glx-orbit span:nth-child(2){right:-27px;top:calc(50% - 27px)}
.glx-orbit span:nth-child(3){bottom:-27px;left:calc(50% - 27px)}
.glx-orbit span:nth-child(4){left:-27px;top:calc(50% - 27px)}
.glx-orbit-core{position:absolute;inset:calc(50% - 43px);display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#fff,#d7d7d7);color:#050505;font-size:46px;font-weight:950;box-shadow:0 0 55px rgba(33,182,169,.25);animation:glx-spin 28s linear infinite reverse}
.glx-dashboard-premium{position:relative;z-index:3;width:min(90%,470px);height:auto;min-height:360px;align-self:flex-end;margin:0 0 48px 36px;transform:rotateX(9deg) rotateY(-10deg);box-shadow:0 32px 90px rgba(0,0,0,.62)}
.glx-dashboard-premium .glx-dash-grid{grid-template-columns:1fr 1fr}
.glx-home-metrics{position:relative;z-index:4;margin-top:-86px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12);background:rgba(10,10,10,.72);backdrop-filter:blur(20px);border-radius:8px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.38)}
.glx-home-metrics div{padding:28px;border-right:1px solid rgba(255,255,255,.09)}
.glx-home-metrics div:last-child{border-right:0}
.glx-home-metrics strong{display:block;font-size:clamp(30px,4vw,48px);line-height:1;color:#fff}
.glx-home-metrics span{display:block;margin-top:8px;color:var(--muted);font-weight:750}
.glx-signature-section{background:linear-gradient(180deg,#111,#070707)}
.glx-bento{display:grid;grid-template-columns:1.18fr .82fr;grid-auto-rows:minmax(245px,auto);gap:18px}
.glx-bento-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));border-radius:8px;padding:32px;min-height:245px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.glx-bento-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 22% 18%,rgba(33,182,169,.22),transparent 30%),radial-gradient(circle at 86% 18%,rgba(21,99,160,.2),transparent 28%);opacity:.65;pointer-events:none}
.glx-bento-card>*{position:relative}
.glx-bento-card h3{font-size:clamp(24px,3.2vw,42px);line-height:1.08;margin:14px 0 14px;text-wrap:balance}
.glx-bento-card p{max-width:640px;color:#cfcfcf;margin:0}
.glx-bento-large{grid-row:span 2}
.glx-service-wall .glx-card-service{min-height:290px}
.glx-showcase{overflow:hidden}
.glx-showcase-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.glx-showcase h2{font-size:clamp(34px,5.4vw,68px);line-height:1.02;margin:14px 0 22px;text-wrap:balance}
.glx-showcase-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.glx-system-map{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;min-height:430px;padding:28px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:linear-gradient(145deg,#fff,#ececec);box-shadow:0 24px 70px rgba(0,0,0,.12)}
.glx-system-map:before{content:"";position:absolute;inset:50px;background:linear-gradient(90deg,rgba(21,99,160,.16) 1px,transparent 1px),linear-gradient(rgba(33,182,169,.16) 1px,transparent 1px);background-size:74px 74px;mask-image:radial-gradient(circle,#000 30%,transparent 74%)}
.glx-system-node{position:relative;z-index:2;align-self:center;justify-self:center;width:100%;min-height:92px;display:grid;place-items:center;text-align:center;border:1px solid rgba(5,5,5,.1);background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-radius:8px;color:#050505;font-weight:900;box-shadow:0 18px 42px rgba(0,0,0,.08)}
.glx-system-node.is-main{grid-column:1/-1;min-height:120px;background:#050505;color:#fff;font-size:24px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.glx-process-premium{position:relative;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.035)}
.glx-process-premium .glx-process-step{border-top:0;border-right:1px solid rgba(255,255,255,.1);padding:28px;min-height:240px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.glx-process-premium .glx-process-step:last-child{border-right:0}
.glx-process-premium h3{font-size:24px;margin:0 0 12px}
.glx-process-premium p{color:var(--muted);margin:0}
.glx-two-panel{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.glx-panel-deep{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:8px;padding:34px;background:radial-gradient(circle at 85% 10%,rgba(33,182,169,.16),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))}
.glx-panel-deep h2{font-size:clamp(30px,4vw,48px);line-height:1.06;margin:16px 0 28px;text-wrap:balance}
.glx-stack-cloud,.glx-industry-list{display:flex;gap:10px;flex-wrap:wrap}
.glx-stack-cloud span,.glx-industry-list span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px;padding:10px 13px;color:#ededed;font-weight:800}
.glx-section-light .glx-eyebrow{color:var(--blue)}
.glx-section-light .glx-content{color:#272727}
@keyframes glx-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){
 .glx-orbit,.glx-orbit span,.glx-orbit-core{animation:none}
}

/* Stronger flagship homepage hero */
.glx-home-hero{background:radial-gradient(circle at 78% 12%,rgba(33,182,169,.22),transparent 24%),radial-gradient(circle at 18% 12%,rgba(21,99,160,.38),transparent 34%),radial-gradient(circle at 78% 78%,rgba(201,169,110,.14),transparent 28%),linear-gradient(180deg,#050505 0%,#070707 48%,#0e0e0e 100%)}
.glx-home-hero:after{width:520px;height:520px;background:radial-gradient(circle,rgba(255,255,255,.12),rgba(33,182,169,.16) 22%,rgba(21,99,160,.08) 48%,transparent 72%);filter:blur(14px);opacity:.7}
.glx-hero-stage{grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);gap:72px;min-height:calc(100vh - 76px);padding:116px 0 86px}
.glx-home-hero .glx-hero-copy h1{font-size:clamp(58px,8vw,108px);line-height:.96;max-width:980px}
.glx-home-hero .glx-hero-copy h1:after{width:min(560px,80vw);margin-top:26px;background:linear-gradient(90deg,var(--gold),var(--teal),rgba(255,255,255,.18),transparent)}
.glx-hero-credentials{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px;width:min(720px,100%)}
.glx-hero-credentials span{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border-radius:999px;padding:9px 12px;color:#eef2f7;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.glx-hero-stats{width:min(700px,100%);background:rgba(255,255,255,.1);box-shadow:0 24px 80px rgba(0,0,0,.28)}
.glx-hero-stats strong{font-size:clamp(25px,2.9vw,38px)}
.glx-hero-product{min-height:690px}
.glx-hero-product:before{inset:2% -12% 3% -4%;background:radial-gradient(circle,rgba(33,182,169,.18),rgba(21,99,160,.08) 48%,transparent 68%)}
.glx-hero-orbit{right:-20px;top:4px;width:min(104%,650px);border-color:rgba(255,255,255,.13)}
.glx-hero-radar{right:3%;top:8%;width:174px}
.glx-product-shell{inset:72px 8px 34px 10px;padding:20px;transform:rotateX(7deg) rotateY(-9deg) rotateZ(.5deg);background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.045) 45%,rgba(255,255,255,.085));border-color:rgba(255,255,255,.18)}
.glx-hero-terminal{position:relative;z-index:1;margin:16px 0 0;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(5,5,5,.58);padding:16px 18px}
.glx-hero-terminal span{display:block;color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.glx-hero-terminal strong{display:block;margin-top:8px;color:#fff;font-size:clamp(22px,3vw,34px);line-height:1.05}
.glx-product-grid{grid-template-columns:1.08fr .92fr;padding-top:14px}
.glx-product-panel-large{min-height:312px}
.glx-hero-system-card{position:absolute;z-index:4;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(8,8,8,.78);backdrop-filter:blur(18px);padding:14px 16px;box-shadow:0 26px 80px rgba(0,0,0,.46)}
.glx-hero-system-card span{display:block;color:#9ca3af;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.glx-hero-system-card strong{display:block;margin-top:7px;color:#fff;font-size:15px}
.glx-system-card-a{left:5%;top:18%}
.glx-system-card-b{right:1%;top:47%}
.glx-float-card-a{right:2%;top:1%}
.glx-float-card-b{left:-1%;bottom:8%}
.glx-float-card-c{right:9%;bottom:0}
@media (max-width:1100px){
 .glx-hero-stage{grid-template-columns:1fr;gap:30px}
 .glx-hero-product{min-height:610px}
 .glx-product-shell{right:0;left:0}
}
@media (max-width:680px){
 .glx-hero-stage{padding:58px 0 46px}
 .glx-home-hero .glx-hero-copy h1{font-size:clamp(43px,12.6vw,58px)}
 .glx-hero-credentials span{font-size:11px}
 .glx-hero-product{min-height:540px}
 .glx-product-shell{inset:78px 0 8px;transform:none}
 .glx-hero-system-card,.glx-hero-radar{display:none}
 .glx-hero-terminal strong{font-size:22px}
}
@media (max-width:1200px){
 .glx-hero-premium .glx-hero-wrap{grid-template-columns:1fr}
 .glx-command-center{min-height:500px}
 .glx-dashboard-premium{margin:0;transform:none}
}
.glx-reveal{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
.glx-reveal.is-visible{opacity:1;transform:none}
body.glx-gsap-ready .glx-reveal{opacity:1;transform:none;transition:none}
body.glx-gsap-ready .glx-card-service,body.glx-gsap-ready .glx-case-card,body.glx-gsap-ready .glx-post-card,body.glx-gsap-ready .glx-feature,body.glx-gsap-ready .glx-bento-card,body.glx-gsap-ready .glx-system-node,body.glx-gsap-ready .glx-panel-deep{will-change:transform}
@media (max-width:980px){
 .glx-grid-4,.glx-grid-3,.glx-hero-wrap,.glx-about-band,.glx-contact-layout,.glx-footer-grid,.glx-showcase-grid,.glx-two-panel{grid-template-columns:1fr 1fr}
 .glx-hero-premium .glx-hero-wrap{grid-template-columns:1fr}
 .glx-process{grid-template-columns:1fr 1fr}
 .glx-home-metrics{grid-template-columns:1fr 1fr;margin-top:0}
 .glx-bento{grid-template-columns:1fr}
 .glx-bento-large{grid-row:auto}
 .glx-dashboard-premium{margin:0;transform:none}
 .glx-section-light .glx-blog-side-panel{position:relative;top:auto}
 .glx-contact-info-panel{position:relative;top:auto}
 .glx-section-head,.glx-cta-inner{display:block}
 .glx-section-head p,.glx-cta-inner .glx-btn{margin-top:18px}
 .glx-nav-toggle{display:block}
 .glx-nav-menu{position:absolute;left:14px;right:14px;top:76px;display:flex;flex-direction:column;align-items:stretch;background:#0b0b0b;border:1px solid var(--line);border-radius:8px;padding:16px;max-height:0;overflow:hidden;visibility:hidden;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease,max-height .18s ease}
 .glx-nav-menu.is-open{max-height:calc(100vh - 96px);overflow:auto;visibility:visible;opacity:1;transform:none;pointer-events:auto}
 .glx-mega-trigger{width:100%;justify-content:space-between;padding:4px 0}
 .glx-mega-panel{position:static;max-height:0;overflow:hidden;opacity:1;transform:none;pointer-events:auto;margin-top:0;transition:max-height .26s ease,margin-top .2s ease}
 .glx-nav-mega-item.is-open .glx-mega-panel{max-height:calc(100vh - 150px);overflow:auto;margin-top:10px;-webkit-overflow-scrolling:touch}
 .glx-mega-inner{width:100%;display:block;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.035);box-shadow:none}
 .glx-mega-intro{display:none}
 .glx-mega-grid{grid-template-columns:1fr 1fr}
 .glx-mega-card{min-height:140px}
}
@media (max-width:680px){
.glx-brand-logo{width:136px;max-height:46px}
.glx-container{width:min(100% - 28px,var(--max))}
 .glx-section{padding:68px 0}
 .glx-grid-4,.glx-grid-3,.glx-grid-2,.glx-hero-wrap,.glx-hero-premium .glx-hero-wrap,.glx-about-band,.glx-contact-layout,.glx-footer-grid,.glx-stat-grid,.glx-showcase-grid,.glx-two-panel,.glx-home-metrics{grid-template-columns:1fr}
 .glx-blog-list-grid{grid-template-columns:1fr}
 .glx-blog-author-box{grid-template-columns:1fr}
 .glx-blog-inline-links ul{display:grid}
 .glx-hero{min-height:auto}
 .glx-hero-premium .glx-hero-wrap{min-height:auto;padding:46px 0 28px}
 .glx-hero-copy h1{font-size:clamp(38px,12.2vw,50px);overflow-wrap:break-word}
 .glx-hero-copy p{margin:18px 0 24px}
 .glx-hero-wrap{padding:54px 0}
 .glx-hero-visual{min-height:360px}
 .glx-command-center{min-height:430px}
 .glx-command-center:before{inset:8% 0}
 .glx-orbit{width:82%}
 .glx-dashboard-premium{width:100%;min-height:330px}
 .glx-dash-grid{grid-template-columns:1fr}
 .glx-card{grid-column:span 1}
 .glx-process{grid-template-columns:1fr}
 .glx-process-premium .glx-process-step{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
 .glx-system-map{grid-template-columns:1fr;min-height:auto;padding:18px}
 .glx-footer-bottom{display:block}
 .glx-actions .glx-btn{width:100%}
 .glx-mega-grid{grid-template-columns:1fr}
}

.glx-site-header{background:rgba(5,5,5,.48)}
.glx-site-header.is-scrolled{background:rgba(5,5,5,.82);box-shadow:0 18px 60px rgba(0,0,0,.26)}
.glx-home-hero{isolation:isolate;min-height:auto;padding:0;overflow:hidden;color:#fff;background:radial-gradient(circle at 72% 18%,rgba(33,182,169,.16),transparent 28%),radial-gradient(circle at 18% 22%,rgba(21,99,160,.28),transparent 34%),linear-gradient(180deg,#050505 0%,#080808 55%,#0b0b0b 100%)}
.glx-light-field{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.glx-light-field span{position:absolute;height:1px;width:46vw;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);opacity:.28;filter:blur(.2px);animation:glx-streak 9s linear infinite}
.glx-light-field span:nth-child(1){top:22%;left:-50%;animation-delay:0s}
.glx-light-field span:nth-child(2){top:48%;left:-60%;animation-delay:2.4s}
.glx-light-field span:nth-child(3){top:72%;left:-55%;animation-delay:5.2s}
.glx-hero-stage{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:56px;align-items:center;min-height:calc(100vh - 76px);padding:96px 0 72px}
.glx-home-hero .glx-hero-copy h1{font-size:clamp(56px,8.4vw,112px);max-width:980px;line-height:.96;letter-spacing:0;text-wrap:balance;color:#fff}
.glx-hero-alt{margin:22px 0 0!important;color:#fff!important;font-size:clamp(16px,2vw,20px)!important;font-weight:850}
.glx-home-hero .glx-hero-copy>p:not(.glx-hero-alt){max-width:760px;color:#cfd4dc}
.glx-hero-product{position:relative;min-height:600px;perspective:1200px}
.glx-product-shell{position:absolute;inset:56px 0 20px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));backdrop-filter:blur(22px);box-shadow:0 52px 150px rgba(0,0,0,.58);padding:18px;transform:rotateX(8deg) rotateY(-10deg)}
.glx-product-shell:before{content:"";position:absolute;inset:-1px;border-radius:8px;background:radial-gradient(circle at 20% 0,rgba(33,182,169,.18),transparent 34%),radial-gradient(circle at 92% 12%,rgba(201,169,110,.14),transparent 28%);pointer-events:none}
.glx-product-top,.glx-product-grid{position:relative}
.glx-product-top{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding:0 0 16px;color:#bfc5cf}
.glx-product-top span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.22)}
.glx-product-top strong{margin-left:auto;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.glx-product-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;padding-top:18px}
.glx-product-panel{min-height:130px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(5,5,5,.58);padding:18px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.glx-product-panel-large{grid-row:span 2;min-height:292px;background:radial-gradient(circle at 25% 20%,rgba(33,182,169,.22),transparent 36%),rgba(5,5,5,.64)}
.glx-product-panel-wide{grid-column:1/-1;min-height:120px}
.glx-product-panel small{color:#9ca3af;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.glx-product-panel strong{font-size:clamp(26px,3.4vw,42px);line-height:1.05}
.glx-product-bars{display:grid;gap:11px;margin-top:42px}
.glx-product-bars span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal));transform-origin:left center}
.glx-product-bars span:nth-child(2){width:74%;background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.5))}
.glx-product-bars span:nth-child(3){width:52%}
.glx-node-line{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.glx-node-line span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;color:#fff;font-weight:850}
.glx-float-card{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(8,8,8,.72);backdrop-filter:blur(18px);padding:16px 18px;box-shadow:0 28px 80px rgba(0,0,0,.45)}
.glx-float-card span{display:block;color:#aeb5c0;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.glx-float-card strong{display:block;font-size:36px;line-height:1;margin-top:10px}
.glx-float-card-a{right:5%;top:8%}
.glx-float-card-b{left:0;bottom:8%}
.glx-trust-band{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:#080808;padding:26px 0}
.glx-trust-band .glx-container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.glx-trust-band span{color:var(--muted);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.glx-logo-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.glx-logo-row strong{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:9px 13px;color:#e6e6e6;font-size:13px;background:rgba(255,255,255,.04)}
.glx-section-head-wide h2{max-width:920px}
.glx-service-mosaic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.glx-premium-service{position:relative;overflow:hidden;min-height:320px;display:flex;flex-direction:column}
.glx-premium-service:after{content:"";position:absolute;inset:auto 18px 0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:0;transition:opacity .25s ease}
.glx-premium-service:hover:after{opacity:1}
.glx-premium-service.is-featured{grid-column:span 2;background:radial-gradient(circle at 78% 10%,rgba(33,182,169,.18),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04))}
.glx-premium-service .glx-link{margin-top:auto}
.glx-section-dark-grid{background:linear-gradient(180deg,#050505,#0d0d0d)}
.glx-feature-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}
.glx-feature-premium{border:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);border-radius:0;min-height:220px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}
.glx-feature-premium h3{font-size:24px}
.glx-tech-stack-section{overflow:hidden;background:radial-gradient(circle at 14% 8%,rgba(21,99,160,.2),transparent 30%),radial-gradient(circle at 86% 18%,rgba(33,182,169,.14),transparent 30%),linear-gradient(180deg,#0d0d0d,#050505)}
.glx-tech-stack-section .glx-section-head p{max-width:520px;color:#c4c9d1}
.glx-stack-console{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.032));box-shadow:0 34px 110px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)}
.glx-stack-console:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.075) 48%,transparent 60%);transform:translateX(-95%);animation:glx-sheen 9s ease-in-out infinite;pointer-events:none}
.glx-stack-console:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 90%);pointer-events:none}
.glx-stack-console>*{position:relative;z-index:1}
.glx-stack-console-top{display:flex;align-items:center;gap:8px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,5,5,.38)}
.glx-stack-console-top span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.22)}
.glx-stack-console-top span:nth-child(2){background:rgba(33,182,169,.75)}
.glx-stack-console-top span:nth-child(3){background:rgba(201,169,110,.75)}
.glx-stack-console-top strong{margin-left:auto;color:#e9edf2;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}
.glx-stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.08)}
.glx-stack-card{min-height:270px;padding:26px;background:linear-gradient(180deg,rgba(12,12,12,.96),rgba(9,9,9,.93));transition:transform .24s ease,background .24s ease}
.glx-stack-card:hover{background:radial-gradient(circle at 82% 12%,rgba(33,182,169,.14),transparent 34%),linear-gradient(180deg,rgba(18,18,18,.98),rgba(9,9,9,.95));transform:translateY(-4px)}
.glx-stack-card-live{background:radial-gradient(circle at 82% 12%,rgba(33,182,169,.16),transparent 34%),linear-gradient(180deg,rgba(18,18,18,.98),rgba(10,10,10,.95))}
.glx-stack-card-live .glx-stack-card-head span:after{content:"Live Site";display:inline-flex;margin-left:10px;border:1px solid rgba(33,182,169,.3);border-radius:999px;background:rgba(33,182,169,.09);color:var(--teal);padding:5px 8px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;vertical-align:middle}
.glx-stack-card-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.glx-stack-card-head span{color:#fff;font-size:18px;font-weight:950;line-height:1.16}
.glx-stack-card-head span:after{white-space:nowrap}
.glx-stack-card-head b{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:radial-gradient(circle,var(--teal),transparent 48%),rgba(255,255,255,.04);box-shadow:0 0 24px rgba(33,182,169,.18)}
.glx-stack-card p{color:#aeb7c4;margin:0 0 20px;font-size:14px}
.glx-tech-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
.glx-tech-chip{border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#eef3f8;padding:7px 10px;font-size:12px;font-weight:850;line-height:1}
.glx-tech-chip:nth-child(3n+1){border-color:rgba(33,182,169,.24)}
.glx-tech-chip:nth-child(3n+2){border-color:rgba(21,99,160,.28)}
.glx-tech-chip:nth-child(3n+3){border-color:rgba(201,169,110,.24)}
.glx-stack-note{display:flex;gap:16px;align-items:flex-start;margin-top:18px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.045);padding:18px 20px;color:#cdd4df}
.glx-stack-note strong{min-width:max-content;color:#fff}
.glx-internal-link-layout{display:grid;grid-template-columns:1fr 1fr .86fr;gap:18px}
.glx-internal-link-panel{border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.2)}
.glx-section-light .glx-internal-link-panel{border-color:rgba(0,0,0,.09);background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.08)}
.glx-related-link-list{display:grid;gap:10px;margin-top:18px}
.glx-related-link-list a{display:block;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(5,5,5,.28);padding:14px;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.glx-section-light .glx-related-link-list a{border-color:rgba(0,0,0,.08);background:#f7f7f7}
.glx-related-link-list a:hover{transform:translateY(-3px);border-color:rgba(33,182,169,.38);background:rgba(33,182,169,.08)}
.glx-related-link-list strong{display:block;color:#fff;font-size:16px;line-height:1.2;margin-bottom:7px}
.glx-section-light .glx-related-link-list strong{color:#050505}
.glx-related-link-list span{display:block;color:#aeb7c4;font-size:13px;line-height:1.45}
.glx-section-light .glx-related-link-list span{color:#555}
.glx-internal-link-cta{background:radial-gradient(circle at 92% 0,rgba(33,182,169,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.035))}
.glx-section-light .glx-internal-link-cta{background:radial-gradient(circle at 92% 0,rgba(21,99,160,.1),transparent 34%),#0b0b0b;color:#fff}
.glx-internal-link-cta h3{font-size:26px;line-height:1.1;margin:16px 0 12px;color:#fff}
.glx-internal-link-cta p{color:#c3cad5;margin:0 0 20px}
.glx-internal-link-cta .glx-link{display:inline-flex;margin-top:14px}
.glx-section-light .glx-case-card{border-color:rgba(5,5,5,.09);background:#fff;color:#050505;box-shadow:0 22px 70px rgba(5,5,5,.07)}
.glx-section-light .glx-case-card:hover{border-color:rgba(21,99,160,.26);background:#fff;box-shadow:0 28px 90px rgba(5,5,5,.1)}
.glx-section-light .glx-case-card h3{color:#050505}
.glx-section-light .glx-case-card p{color:#5f6673}
.glx-section-light .glx-case-card .glx-link{color:#1563a0;font-weight:900}
.glx-section-light .glx-case-card .glx-link:hover{color:#0b0b0b}
.glx-side-related{margin-top:28px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px}
.glx-side-related h3{font-size:18px;margin:0 0 12px;color:#fff}
.glx-side-related a{display:block;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.045);padding:10px 12px;margin-top:8px;color:#e9edf2;font-weight:850;text-decoration:none}
.glx-side-related a:hover{border-color:rgba(33,182,169,.38);color:#fff}
.glx-section-light .glx-blog-side-panel{position:sticky;top:96px;align-self:start;border-color:rgba(5,5,5,.1);background:#fff;color:#050505;box-shadow:0 26px 82px rgba(5,5,5,.08)}
.glx-blog-side-panel h2{font-size:clamp(30px,3vw,46px);line-height:1.1;margin:18px 0 14px;color:#050505;text-wrap:balance}
.glx-blog-side-panel p{color:#2f333a;font-size:18px;line-height:1.62;margin:0 0 24px}
.glx-blog-side-panel .glx-btn-light{background:#050505;color:#fff;border-color:#050505}
.glx-blog-side-panel .glx-btn-light:hover{color:#fff}
.glx-section-light .glx-blog-side-panel .glx-side-related{border-top-color:rgba(5,5,5,.1)}
.glx-section-light .glx-blog-side-panel .glx-side-related h3{color:#050505}
.glx-section-light .glx-blog-side-panel .glx-side-related a{border-color:rgba(5,5,5,.08);background:#f7f7f7;color:#1563a0}
.glx-section-light .glx-blog-side-panel .glx-side-related a:hover{border-color:rgba(21,99,160,.28);background:#fff;color:#050505}
.glx-process-section{background:radial-gradient(circle at 50% 20%,rgba(21,99,160,.18),transparent 36%),#0b0b0b}
.glx-timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.035)}
.glx-timeline:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:1px;background:linear-gradient(90deg,var(--blue),var(--teal),var(--gold));opacity:.55}
.glx-timeline-step{position:relative;z-index:1;min-height:210px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.09)}
.glx-timeline-step:last-child{border-right:0}
.glx-timeline-step span{width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;background:#050505;color:var(--teal);font-weight:950}
.glx-timeline-step strong{font-size:24px}
.glx-portfolio-home{background:#f4f4f4}
.glx-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.glx-case-premium{padding:0;overflow:hidden;background:#fff;color:#050505;border:1px solid rgba(0,0,0,.08);box-shadow:0 26px 80px rgba(0,0,0,.08)}
.glx-case-preview{height:260px;display:flex;align-items:flex-end;justify-content:flex-end;padding:22px;background:radial-gradient(circle at 24% 20%,rgba(33,182,169,.32),transparent 30%),radial-gradient(circle at 90% 10%,rgba(21,99,160,.24),transparent 32%),linear-gradient(145deg,#0b0b0b,#1c1c1c);transition:transform .35s ease}
.glx-case-premium:hover .glx-case-preview{transform:scale(1.03)}
.glx-case-preview span{color:#fff;font-size:56px;font-weight:950;line-height:1}
.glx-case-premium>div:last-child{padding:24px}
.glx-case-premium h3{color:#050505}
.glx-case-premium p{color:#555}
.glx-enterprise-proof{overflow:hidden;background:radial-gradient(circle at 18% 0,rgba(21,99,160,.22),transparent 32%),radial-gradient(circle at 86% 12%,rgba(33,182,169,.14),transparent 28%),linear-gradient(180deg,#090909,#050505)}
.glx-enterprise-proof .glx-section-head p{max-width:480px;color:#c4c9d1}
.glx-enterprise-grid,.glx-portfolio-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.glx-enterprise-card{position:relative;overflow:hidden;min-height:360px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(160deg,rgba(255,255,255,.105),rgba(255,255,255,.032));padding:24px;display:flex;flex-direction:column;box-shadow:0 28px 90px rgba(0,0,0,.28);transition:transform .24s ease,border-color .24s ease,background .24s ease}
.glx-enterprise-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 22% 0,rgba(33,182,169,.2),transparent 30%),radial-gradient(circle at 94% 12%,rgba(201,169,110,.14),transparent 28%);opacity:.8;pointer-events:none}
.glx-enterprise-card:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:.65}
.glx-enterprise-card>*{position:relative}
.glx-enterprise-card:hover{transform:translateY(-6px);border-color:rgba(33,182,169,.38);background:linear-gradient(160deg,rgba(255,255,255,.14),rgba(255,255,255,.045))}
.glx-enterprise-card.is-large{grid-column:span 2;background:radial-gradient(circle at 82% 12%,rgba(33,182,169,.18),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04))}
.glx-enterprise-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}
.glx-enterprise-card-top span{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.glx-enterprise-card-top strong{color:rgba(255,255,255,.22);font-size:38px;line-height:1;font-weight:950}
.glx-enterprise-card h3{font-size:clamp(25px,3vw,42px);line-height:1.04;margin:0 0 10px;color:#fff;text-wrap:balance}
.glx-enterprise-card h4{font-size:18px;line-height:1.3;margin:0 0 16px;color:#e7edf4}
.glx-enterprise-card p{color:#aeb7c4;margin:0 0 24px}
.glx-enterprise-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
.glx-enterprise-tags span{border:1px solid rgba(255,255,255,.13);background:rgba(5,5,5,.42);border-radius:999px;padding:8px 11px;color:#f5f5f5;font-size:12px;font-weight:850}
.glx-portfolio-feature-grid .glx-enterprise-card{min-height:390px}
.glx-portfolio-visual{position:relative;overflow:hidden;margin:0 0 22px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.032));box-shadow:0 28px 90px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08)}
.glx-portfolio-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,255,255,.08) 47%,transparent 60%);transform:translateX(-92%);animation:glx-sheen 8.5s ease-in-out infinite;pointer-events:none}
.glx-portfolio-visual-top{position:relative;z-index:2;display:flex;align-items:center;gap:7px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,5,5,.4)}
.glx-portfolio-visual-top span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.24)}
.glx-portfolio-visual-top span:nth-child(2){background:rgba(33,182,169,.75)}
.glx-portfolio-visual-top span:nth-child(3){background:rgba(201,169,110,.75)}
.glx-portfolio-visual-top strong{margin-left:auto;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;color:#e9edf2}
.glx-portfolio-visual-stage{position:relative;z-index:1;min-height:205px;padding:18px}
.glx-portfolio-device{position:absolute;left:18px;right:54px;top:20px;bottom:18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(4,4,4,.55);box-shadow:0 24px 60px rgba(0,0,0,.35);overflow:hidden}
.glx-portfolio-device-head{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045)}
.glx-portfolio-device-head span{font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;color:#dbe4ec}
.glx-portfolio-device-head b{width:34px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--teal),rgba(255,255,255,.42))}
.glx-portfolio-art{position:absolute;inset:40px 0 0;overflow:hidden}
.glx-portfolio-floating-metrics{position:absolute;right:12px;top:30px;bottom:26px;display:flex;flex-direction:column;justify-content:space-between;z-index:3}
.glx-portfolio-floating-metrics span{width:48px;height:48px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(5,5,5,.72);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:950;box-shadow:0 16px 35px rgba(0,0,0,.36);backdrop-filter:blur(12px)}
.glx-portfolio-visual-list{position:relative;z-index:2;display:grid;gap:8px;padding:0 14px 14px}
.glx-portfolio-visual-list span{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.045);padding:9px 10px 9px 28px;color:#e4e9ef;font-size:11px;font-weight:850}
.glx-portfolio-visual-list span:before{content:"";position:absolute;left:11px;top:50%;width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 16px rgba(33,182,169,.42);transform:translateY(-50%)}
.glx-portfolio-visual-operations{background:radial-gradient(circle at 20% 0,rgba(21,99,160,.32),transparent 38%),radial-gradient(circle at 92% 22%,rgba(33,182,169,.18),transparent 32%),linear-gradient(145deg,#071017,#101010)}
.glx-flow-stack{position:absolute;left:16px;top:18px;width:72px;display:grid;gap:9px}
.glx-flow-stack i{height:28px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(90deg,rgba(21,99,160,.58),rgba(33,182,169,.22))}
.glx-approval-lanes{position:absolute;left:108px;right:18px;top:24px;bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.glx-approval-lanes span{border:1px solid rgba(255,255,255,.09);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}
.glx-approval-lanes span:before{content:"";display:block;width:65%;height:8px;margin:13px;border-radius:999px;background:var(--teal)}
.glx-portfolio-visual-government{background:radial-gradient(circle at 18% 18%,rgba(201,169,110,.26),transparent 36%),radial-gradient(circle at 88% 0,rgba(21,99,160,.2),transparent 34%),linear-gradient(145deg,#111,#070707)}
.glx-gov-map{position:absolute;left:18px;top:20px;width:46%;height:112px;border:1px solid rgba(201,169,110,.24);border-radius:8px;background:linear-gradient(135deg,rgba(201,169,110,.18),rgba(255,255,255,.035))}
.glx-gov-map span{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px rgba(201,169,110,.48)}
.glx-gov-map span:nth-child(1){left:22%;top:22%}.glx-gov-map span:nth-child(2){left:58%;top:36%}.glx-gov-map span:nth-child(3){left:36%;top:68%}.glx-gov-map span:nth-child(4){left:74%;top:72%}
.glx-gov-timeline{position:absolute;left:56%;right:18px;top:22px;bottom:22px;display:grid;gap:10px}
.glx-gov-timeline i{border-radius:8px;background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.18))}
.glx-gov-timeline i:nth-child(2){width:76%}.glx-gov-timeline i:nth-child(3){width:58%}
.glx-portfolio-visual-licensing{background:radial-gradient(circle at 82% 8%,rgba(33,182,169,.28),transparent 34%),radial-gradient(circle at 12% 90%,rgba(201,169,110,.18),transparent 30%),linear-gradient(145deg,#061412,#111)}
.glx-event-calendar{position:absolute;left:16px;top:18px;width:52%;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.glx-event-calendar span{aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.055)}
.glx-event-calendar span:nth-child(3n){background:linear-gradient(145deg,rgba(33,182,169,.64),rgba(33,182,169,.14))}
.glx-license-card{position:absolute;right:18px;top:26px;width:34%;height:116px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:rgba(5,5,5,.62);padding:14px}
.glx-license-card b{display:block;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--gold));margin-bottom:14px}
.glx-license-card i{display:block;height:9px;margin-top:9px;border-radius:999px;background:rgba(255,255,255,.28)}
.glx-license-card i:last-child{width:62%}
.glx-portfolio-visual-manufacturing{background:radial-gradient(circle at 24% 12%,rgba(201,169,110,.32),transparent 34%),radial-gradient(circle at 90% 80%,rgba(21,99,160,.2),transparent 32%),linear-gradient(145deg,#15110a,#070707)}
.glx-diamond-line{position:absolute;left:18px;right:18px;top:24px;display:flex;justify-content:space-between;align-items:center}
.glx-diamond-line:before{content:"";position:absolute;left:22px;right:22px;top:50%;height:2px;background:linear-gradient(90deg,var(--gold),var(--blue));opacity:.7}
.glx-diamond-line span{position:relative;width:34px;height:34px;transform:rotate(45deg);border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,rgba(201,169,110,.62),rgba(255,255,255,.06))}
.glx-price-chart{position:absolute;left:24px;right:24px;bottom:22px;height:78px;display:flex;align-items:flex-end;gap:10px}
.glx-price-chart i{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--gold),rgba(201,169,110,.12))}
.glx-price-chart i:nth-child(1){height:38%}.glx-price-chart i:nth-child(2){height:62%}.glx-price-chart i:nth-child(3){height:48%}.glx-price-chart i:nth-child(4){height:86%}
.glx-portfolio-visual-property{background:radial-gradient(circle at 80% 0,rgba(21,99,160,.3),transparent 34%),radial-gradient(circle at 16% 86%,rgba(33,182,169,.16),transparent 30%),linear-gradient(145deg,#07111f,#0b0b0b)}
.glx-building-grid{position:absolute;left:18px;top:18px;width:44%;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.glx-building-grid span{height:24px;border-radius:5px;background:rgba(255,255,255,.1)}
.glx-building-grid span:nth-child(4n),.glx-building-grid span:nth-child(7){background:linear-gradient(135deg,var(--blue),rgba(33,182,169,.28))}
.glx-property-panel{position:absolute;right:18px;top:24px;width:38%;height:116px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(5,5,5,.55);padding:14px}
.glx-property-panel b{display:block;height:42px;border-radius:8px;background:linear-gradient(90deg,var(--blue),rgba(255,255,255,.14));margin-bottom:14px}
.glx-property-panel i{display:block;height:9px;margin-top:9px;border-radius:999px;background:rgba(255,255,255,.28)}
.glx-portfolio-visual-crm{background:radial-gradient(circle at 18% 12%,rgba(33,182,169,.26),transparent 34%),radial-gradient(circle at 92% 88%,rgba(201,169,110,.16),transparent 32%),linear-gradient(145deg,#071513,#101010)}
.glx-kanban-board{position:absolute;left:16px;right:16px;top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.glx-kanban-board span{height:108px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}
.glx-kanban-board span:before,.glx-kanban-board span:after{content:"";display:block;height:18px;margin:10px;border-radius:6px;background:rgba(255,255,255,.13)}
.glx-kanban-board span:after{height:30px;background:linear-gradient(90deg,var(--teal),rgba(201,169,110,.35))}
.glx-crm-pipeline{position:absolute;left:22px;right:22px;bottom:16px;display:flex;gap:7px}
.glx-crm-pipeline i{height:7px;flex:1;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--gold))}
.glx-ui-mockup{position:relative;overflow:hidden;margin-top:24px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:radial-gradient(circle at 78% 6%,rgba(33,182,169,.2),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));box-shadow:0 28px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);color:#fff}
.glx-ui-mockup:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 34%,rgba(255,255,255,.07) 45%,transparent 56%);transform:translateX(-90%);animation:glx-sheen 7.4s ease-in-out infinite;pointer-events:none}
.glx-ui-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,5,5,.42)}
.glx-ui-top div{display:flex;gap:6px}
.glx-ui-top div span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.28)}
.glx-ui-top div span:nth-child(2){background:rgba(33,182,169,.72)}
.glx-ui-top div span:nth-child(3){background:rgba(201,169,110,.72)}
.glx-ui-top strong{font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.11em;color:#e9edf2}
.glx-ui-body{position:relative;z-index:1;display:grid;grid-template-columns:105px 1fr;min-height:270px}
.glx-ui-sidebar{display:flex;flex-direction:column;gap:10px;padding:16px;border-right:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.glx-ui-sidebar span{height:28px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.055);display:flex;align-items:center;padding:0 10px;color:#c8d0d9;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.glx-ui-main{display:grid;gap:14px;padding:16px}
.glx-ui-metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.glx-ui-metric{min-height:78px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(5,5,5,.42);padding:12px;display:flex;flex-direction:column;justify-content:space-between}
.glx-ui-metric strong{font-size:22px;line-height:1;font-weight:950;color:#fff}
.glx-ui-metric span{color:#aeb7c4;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.glx-ui-bars{display:grid;gap:9px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(5,5,5,.28);padding:13px}
.glx-ui-bars span{display:block;width:var(--w);height:9px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal));box-shadow:0 0 18px rgba(33,182,169,.2)}
.glx-ui-bars span:nth-child(2){background:linear-gradient(90deg,rgba(255,255,255,.35),var(--gold))}
.glx-ui-bars span:nth-child(3){background:linear-gradient(90deg,rgba(33,182,169,.42),rgba(255,255,255,.78))}
.glx-ui-list{display:grid;gap:8px}
.glx-ui-list span{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.045);padding:10px 10px 10px 32px;color:#e4e9ef;font-size:12px;font-weight:800}
.glx-ui-list span:before{content:"";position:absolute;left:12px;top:50%;width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 18px rgba(33,182,169,.42);transform:translateY(-50%)}
.glx-ui-mockup.is-compact{margin:0 0 22px;min-height:auto}
.glx-ui-mockup.is-compact .glx-ui-body{grid-template-columns:82px 1fr;min-height:188px}
.glx-ui-mockup.is-compact .glx-ui-sidebar{padding:12px;gap:8px}
.glx-ui-mockup.is-compact .glx-ui-sidebar span{height:24px;padding:0 8px;font-size:9px}
.glx-ui-mockup.is-compact .glx-ui-main{padding:12px;gap:10px}
.glx-ui-mockup.is-compact .glx-ui-metric{min-height:58px;padding:9px}
.glx-ui-mockup.is-compact .glx-ui-metric strong{font-size:17px}
.glx-ui-mockup.is-compact .glx-ui-list span{font-size:10px;padding-top:8px;padding-bottom:8px}
.glx-enterprise-card .glx-ui-mockup{background:radial-gradient(circle at 82% 0,rgba(33,182,169,.18),transparent 36%),linear-gradient(145deg,rgba(0,0,0,.42),rgba(255,255,255,.045))}
.glx-enterprise-card .glx-ui-mockup-operations{background:radial-gradient(circle at 18% 0,rgba(21,99,160,.32),transparent 36%),radial-gradient(circle at 92% 18%,rgba(33,182,169,.16),transparent 32%),linear-gradient(145deg,#071017,#101010)}
.glx-enterprise-card .glx-ui-mockup-government{background:radial-gradient(circle at 18% 18%,rgba(201,169,110,.24),transparent 34%),radial-gradient(circle at 88% 0,rgba(21,99,160,.18),transparent 34%),linear-gradient(145deg,#111,#070707)}
.glx-enterprise-card .glx-ui-mockup-licensing{background:radial-gradient(circle at 82% 8%,rgba(33,182,169,.28),transparent 34%),radial-gradient(circle at 12% 90%,rgba(201,169,110,.18),transparent 30%),linear-gradient(145deg,#061412,#111)}
.glx-enterprise-card .glx-ui-mockup-manufacturing{background:radial-gradient(circle at 24% 12%,rgba(201,169,110,.3),transparent 34%),radial-gradient(circle at 90% 80%,rgba(21,99,160,.18),transparent 32%),linear-gradient(145deg,#15110a,#070707)}
.glx-enterprise-card .glx-ui-mockup-property{background:radial-gradient(circle at 80% 0,rgba(21,99,160,.3),transparent 34%),radial-gradient(circle at 16% 86%,rgba(33,182,169,.14),transparent 30%),linear-gradient(145deg,#07111f,#0b0b0b)}
.glx-enterprise-card .glx-ui-mockup-crm{background:radial-gradient(circle at 18% 12%,rgba(33,182,169,.26),transparent 34%),radial-gradient(circle at 92% 88%,rgba(201,169,110,.16),transparent 32%),linear-gradient(145deg,#071513,#101010)}
.glx-enterprise-card .glx-ui-mockup-ecommerce{background:radial-gradient(circle at 16% 14%,rgba(21,99,160,.25),transparent 34%),radial-gradient(circle at 86% 84%,rgba(201,169,110,.22),transparent 34%),linear-gradient(145deg,#0c1118,#080808)}
.glx-enterprise-card .glx-ui-mockup-einvoicing{background:radial-gradient(circle at 78% 6%,rgba(33,182,169,.3),transparent 34%),radial-gradient(circle at 16% 82%,rgba(21,99,160,.2),transparent 32%),linear-gradient(145deg,#071518,#0b0b0b)}
.glx-ui-mockup-government .glx-ui-bars span,.glx-ui-mockup-manufacturing .glx-ui-bars span{background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.28))}
.glx-ui-mockup-property .glx-ui-bars span,.glx-ui-mockup-operations .glx-ui-bars span{background:linear-gradient(90deg,var(--blue),var(--teal))}
.glx-ui-mockup-crm .glx-ui-bars span,.glx-ui-mockup-licensing .glx-ui-bars span{background:linear-gradient(90deg,var(--teal),var(--gold))}
.glx-side-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
.glx-side-proof span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px;padding:8px 11px;color:#fff;font-size:12px;font-weight:850}
.glx-service-overview-section{background:radial-gradient(circle at 94% 3%,rgba(33,182,169,.09),transparent 24%),radial-gradient(circle at 8% 12%,rgba(21,99,160,.08),transparent 28%),#f7f7f7}
.glx-service-overview-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);gap:44px;align-items:start}
.glx-service-overview-flow{position:relative;display:block;border:1px solid rgba(5,5,5,.08);border-radius:8px;background:#fff;padding:42px 48px;box-shadow:0 28px 90px rgba(5,5,5,.065)}
.glx-service-overview-flow:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--teal),var(--gold));border-radius:8px 8px 0 0}
.glx-service-overview-card{position:relative;padding:34px 0;border-top:1px solid rgba(5,5,5,.08);background:transparent;box-shadow:none}
.glx-service-overview-card:before{content:none}
.glx-service-overview-card.is-lead{padding-top:0;border-top:0}
.glx-focus-card{padding-bottom:0}
.glx-service-overview-card h2{font-size:clamp(34px,4.1vw,56px);line-height:1.05;margin:14px 0 18px;color:#050505;text-wrap:balance;max-width:900px}
.glx-service-overview-card h3{font-size:clamp(25px,2.4vw,34px);line-height:1.12;margin:0 0 14px;color:#050505;text-wrap:balance}
.glx-service-overview-card p{color:#303030;font-size:18px;line-height:1.78;margin:0 0 17px}
.glx-service-overview-card p:last-child{margin-bottom:0}
.glx-service-overview-card a{
    color:#064f83;
    font-weight:850;
    text-decoration:none;
    background:linear-gradient(90deg,rgba(21,99,160,.18),rgba(33,182,169,.2));
    background-size:100% 2px;
    background-position:0 100%;
    background-repeat:no-repeat;
    transition:color .2s ease,background-size .2s ease;
}
.glx-service-overview-card a:hover,
.glx-service-overview-card a:focus-visible{
    color:#050505;
    background-size:100% 42%;
    outline:0;
}
.glx-focus-card ul{columns:2;column-gap:28px;margin:0;padding-left:20px}
.glx-focus-card li{break-inside:avoid;color:#222;margin:0 0 12px;line-height:1.55}
.glx-service-aside-stack{display:grid;gap:14px;position:sticky;top:92px;align-self:start;overflow:visible}
.glx-service-aside-stack .glx-side-panel{border-color:rgba(5,5,5,.12);box-shadow:0 22px 70px rgba(5,5,5,.12)}
.glx-service-sticky-panel{background:radial-gradient(circle at 92% 0,rgba(33,182,169,.2),transparent 35%),radial-gradient(circle at 0 100%,rgba(21,99,160,.2),transparent 34%),linear-gradient(180deg,#101010,#050505);color:#fff}
.glx-service-sticky-panel h2{font-size:clamp(27px,2.6vw,38px);line-height:1.08;margin:16px 0 12px;color:#fff}
.glx-service-sticky-panel p{color:#c7ced8;margin:0}
.glx-service-sticky-panel .glx-ui-mockup{margin-top:20px;box-shadow:0 18px 54px rgba(0,0,0,.38)}
.glx-service-quick-panel{background:#0b0b0b;color:#fff}
.glx-service-quick-panel .glx-btn{width:100%;margin-top:14px}
.glx-service-quick-panel .glx-btn-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.16)}
.glx-side-related.is-compact{border-top:0;margin-top:14px;padding-top:0}
.glx-side-related.is-compact a:first-child{margin-top:0}
@media (max-width:1100px){
 .glx-service-overview-layout{grid-template-columns:1fr}
 .glx-service-aside-stack{position:relative;top:auto;max-height:none;overflow:visible;padding-right:0;grid-template-columns:1fr 1fr}
 .glx-service-sticky-panel{grid-column:1/-1}
}
@media (max-width:680px){
 .glx-service-overview-flow,.glx-service-aside-stack{grid-template-columns:1fr}
 .glx-service-overview-flow{padding:28px 22px}
 .glx-service-overview-card{padding:26px 0}
 .glx-service-overview-card h2{font-size:clamp(30px,9vw,42px)}
 .glx-service-overview-card h3{font-size:clamp(22px,7vw,30px)}
 .glx-service-overview-card p{font-size:16px;line-height:1.65}
 .glx-focus-card ul{columns:1}
}
.glx-service-depth{background:linear-gradient(180deg,#080808,#111)}
.glx-service-depth .glx-section-head p{color:#c4c9d1}
.glx-mini-proof{min-height:132px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));padding:22px;display:flex;align-items:flex-end;position:relative;overflow:hidden}
.glx-mini-proof:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:.75}
.glx-mini-proof h3{font-size:20px;line-height:1.2;margin:0;color:#fff}
.glx-industry-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.glx-industry-proof{border:1px solid rgba(5,5,5,.1);border-radius:8px;background:#fff;padding:22px;color:#050505;font-weight:900;box-shadow:0 18px 42px rgba(0,0,0,.06)}
.glx-service-process{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.035)}
.glx-service-process-step{min-height:250px;padding:22px;border-right:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.glx-service-process-step:last-child{border-right:0}
.glx-service-process-step span{display:block;color:var(--teal);font-weight:950;margin-bottom:50px}
.glx-service-process-step h3{font-size:22px;line-height:1.1;margin:0 0 12px;color:#fff}
.glx-service-process-step p{color:#aeb7c4;margin:0;font-size:14px}
.glx-about-premium{background:linear-gradient(180deg,#050505,#111)}
.glx-about-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}
.glx-about-premium h2{font-size:clamp(36px,5.7vw,72px);line-height:1.02;margin:14px 0 0;text-wrap:balance}
.glx-about-copy{border-left:1px solid rgba(255,255,255,.14);padding-left:32px}
.glx-about-copy p{font-size:20px;color:#d0d0d0;margin:0 0 22px}
.glx-stats-section{padding:84px 0;background:radial-gradient(circle at 12% 0,rgba(33,182,169,.12),transparent 28%),radial-gradient(circle at 86% 18%,rgba(21,99,160,.18),transparent 30%),#050505;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.glx-stats-intro{max-width:880px;margin:0 0 34px}
.glx-stats-intro h2{font-size:clamp(34px,5vw,64px);line-height:1.03;margin:14px 0 18px;text-wrap:balance}
.glx-stats-intro p{max-width:760px;color:#b8c0cc;font-size:18px;line-height:1.72;margin:0}
.glx-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;background:transparent;border-radius:0;overflow:visible}
.glx-stat-premium{position:relative;min-height:210px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:28px;overflow:hidden}
.glx-stat-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(33,182,169,.14),transparent 34%);opacity:.9;pointer-events:none}
.glx-stat-premium strong{position:relative;display:block;font-size:clamp(28px,3.4vw,48px);line-height:1.02;color:#fff;text-wrap:balance}
.glx-stat-premium span{position:relative;display:block;margin-top:16px;color:#fff;font-weight:850;line-height:1.25}
.glx-stat-premium p{position:relative;margin:14px 0 0;color:#aeb7c4;font-size:14px;line-height:1.6}
.glx-testimonial-premium{position:relative;min-height:260px;background:radial-gradient(circle at 90% 0,rgba(201,169,110,.12),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}
.glx-testimonial-premium:before{content:"“";position:absolute;right:24px;top:6px;color:rgba(255,255,255,.12);font-size:92px;line-height:1;font-weight:900}
.glx-faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px}
.glx-faq-layout h2{font-size:clamp(34px,5vw,62px);line-height:1.04;margin:14px 0 0}
.glx-accordion{display:grid;gap:12px}
.glx-accordion .glx-faq-item{padding:0;overflow:hidden}
.glx-faq-item summary{cursor:pointer;list-style:none;padding:22px 24px;font-size:20px;font-weight:900;color:#fff}
.glx-faq-item summary::-webkit-details-marker{display:none}
.glx-faq-item summary:after{content:"+";float:right;color:var(--teal)}
.glx-faq-item[open] summary:after{content:"-"}
.glx-accordion .glx-faq-item p{padding:0 24px 24px;color:var(--muted);margin:0}
.glx-section-light .glx-faq-list{display:grid;gap:14px}
.glx-section-light .glx-faq-item{
    border-color:rgba(5,5,5,.1);
    background:#fff;
    color:#050505;
    box-shadow:0 18px 48px rgba(5,5,5,.06);
    padding:0;
    overflow:hidden;
}
.glx-section-light .glx-faq-item summary{
    color:#050505;
    padding:22px 24px;
}
.glx-section-light .glx-faq-item p{
    margin:0;
    padding:0 24px 24px;
    color:#3f3f46;
    line-height:1.72;
}
.glx-section-light .glx-faq-item[open]{
    border-color:rgba(33,182,169,.28);
    box-shadow:0 24px 72px rgba(5,5,5,.08);
}
.glx-final-home-cta{background:radial-gradient(circle at 50% 0,rgba(33,182,169,.18),transparent 34%),#050505;padding:120px 0}
.glx-final-cta-card{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:58px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));text-align:center;box-shadow:0 42px 120px rgba(0,0,0,.34)}
.glx-final-cta-card .glx-eyebrow{justify-content:center}
.glx-final-cta-card h2{font-size:clamp(36px,6vw,76px);line-height:1.02;margin:20px auto 30px;max-width:980px;text-wrap:balance}
@keyframes glx-streak{0%{transform:translateX(0) rotate(-10deg);opacity:0}14%{opacity:.32}100%{transform:translateX(170vw) rotate(-10deg);opacity:0}}
@keyframes glx-page-card{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.012)}}
@keyframes glx-float-slow{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes glx-float-soft{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}
@keyframes glx-consult-scan{0%,100%{transform:translateX(-100%);opacity:.3}50%{transform:translateX(210%);opacity:1}}
@media (max-width:1100px){
 .glx-hero-stage,.glx-about-premium-grid,.glx-faq-layout,.glx-page-hero-grid,.glx-consult-shell{grid-template-columns:1fr}
 .glx-hero-product{min-height:520px}
 .glx-page-visual{max-width:680px}
 .glx-consult-copy{position:relative;top:auto}
 .glx-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-stat-premium:last-child{grid-column:span 2}
 .glx-service-mosaic,.glx-feature-matrix,.glx-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-internal-link-layout{grid-template-columns:1fr}
 .glx-enterprise-grid,.glx-portfolio-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-industry-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-service-process{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-service-process-step{border-bottom:1px solid rgba(255,255,255,.09)}
 .glx-premium-service.is-featured{grid-column:span 1}
 .glx-enterprise-card.is-large{grid-column:span 1}
 .glx-timeline{grid-template-columns:1fr}
 .glx-timeline:before{left:49px;right:auto;top:28px;bottom:28px;width:1px;height:auto}
 .glx-timeline-step{min-height:150px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
 .glx-trust-band .glx-container{display:block}
 .glx-logo-row{justify-content:flex-start;margin-top:14px}
}
@media (max-width:680px){
 .glx-home-hero .glx-hero-copy h1{font-size:clamp(44px,13vw,58px)}
 .glx-hero-stage{padding:54px 0 46px}
 .glx-hero-product{min-height:470px}
 .glx-product-shell{inset:46px 0 12px;transform:none}
 .glx-product-grid,.glx-service-mosaic,.glx-feature-matrix,.glx-case-grid,.glx-stats-grid,.glx-stack-grid{grid-template-columns:1fr}
 .glx-stack-card{min-height:auto}
 .glx-stack-console-top strong{margin-left:6px;font-size:10px}
 .glx-stack-note{display:block}
 .glx-stack-note span{display:block;margin-top:8px}
 .glx-stat-premium:last-child{grid-column:auto}
 .glx-product-panel-large,.glx-product-panel-wide{grid-column:auto;grid-row:auto}
 .glx-float-card{display:none}
 .glx-final-cta-card{padding:34px 20px}
 .glx-about-copy{border-left:0;padding-left:0}
}

/* Premium homepage hero upgrade */
.glx-home-hero{background:radial-gradient(circle at 66% 18%,rgba(33,182,169,.2),transparent 24%),radial-gradient(circle at 18% 16%,rgba(21,99,160,.35),transparent 32%),radial-gradient(circle at 54% 86%,rgba(201,169,110,.12),transparent 28%),linear-gradient(180deg,#050505 0%,#080808 58%,#0b0b0b 100%)}
.glx-home-hero:before{background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 72% 30%,rgba(255,255,255,.11),transparent 18%);background-size:64px 64px,64px 64px,100% 100%;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 48%,transparent 92%)}
.glx-hero-stage{grid-template-columns:minmax(0,1.03fr) minmax(460px,.97fr);gap:64px;padding:104px 0 82px}
.glx-hero-badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.22);border-radius:999px;padding:9px 13px;color:#f4f4f4;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.glx-hero-badge span{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 6px rgba(33,182,169,.12),0 0 24px rgba(33,182,169,.55)}
.glx-home-hero .glx-hero-copy h1{max-width:1050px;font-size:clamp(58px,8.7vw,118px);line-height:.94}
.glx-home-hero .glx-hero-copy h1:after{content:"";display:block;width:min(440px,72vw);height:1px;margin:24px 0 0;background:linear-gradient(90deg,var(--teal),rgba(255,255,255,.32),transparent)}
.glx-home-hero .glx-hero-copy>p:not(.glx-hero-alt){font-size:clamp(17px,1.55vw,21px);line-height:1.7;color:#d4d9e1}
.glx-home-hero .glx-actions{margin-top:2px}
.glx-home-hero .glx-btn{min-height:54px;padding:15px 23px;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.glx-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:min(620px,100%);margin-top:30px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.08);backdrop-filter:blur(18px)}
.glx-hero-stats div{padding:16px 18px;background:rgba(5,5,5,.52)}
.glx-hero-stats strong{display:block;color:#fff;font-size:clamp(24px,3vw,34px);line-height:1;font-weight:950}
.glx-hero-stats span{display:block;margin-top:6px;color:#aeb5c0;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}
.glx-proof-strip{margin-top:18px}
.glx-hero-product{min-height:650px;filter:drop-shadow(0 42px 90px rgba(0,0,0,.45))}
.glx-hero-product:before{content:"";position:absolute;inset:6% -10% 7% 2%;border-radius:50%;background:radial-gradient(circle,rgba(33,182,169,.13),transparent 60%);filter:blur(16px);pointer-events:none}
.glx-hero-orbit{position:absolute;inset:24px 0 auto auto;width:min(92%,560px);aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:glx-spin 36s linear infinite;opacity:.82}
.glx-hero-orbit:before,.glx-hero-orbit:after{content:"";position:absolute;border-radius:50%;inset:14%;border:1px dashed rgba(255,255,255,.1)}
.glx-hero-orbit:after{inset:31%;border-color:rgba(33,182,169,.2);border-style:solid}
.glx-hero-orbit span{position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 28px rgba(33,182,169,.72)}
.glx-hero-orbit span:nth-child(1){top:-5px;left:50%}
.glx-hero-orbit span:nth-child(2){right:8%;top:68%;background:var(--gold)}
.glx-hero-orbit span:nth-child(3){left:10%;bottom:16%;background:var(--teal)}
.glx-hero-radar{position:absolute;right:9%;top:12%;width:150px;aspect-ratio:1;border-radius:50%;background:conic-gradient(from 145deg,rgba(33,182,169,.32),transparent 32%,transparent);mask:radial-gradient(circle,transparent 0 34%,#000 35%);animation:glx-spin 7s linear infinite;opacity:.78}
.glx-product-shell{inset:72px 12px 28px 0;border-color:rgba(255,255,255,.16);background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(255,255,255,.04) 42%,rgba(255,255,255,.07));box-shadow:0 58px 170px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.08);transform:rotateX(8deg) rotateY(-11deg) rotateZ(1deg);overflow:hidden}
.glx-product-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 34%,rgba(255,255,255,.08) 45%,transparent 56%);transform:translateX(-70%);animation:glx-sheen 6.8s ease-in-out infinite;pointer-events:none}
.glx-product-top strong{letter-spacing:.15em}
.glx-product-panel{background:rgba(5,5,5,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.glx-product-panel-large{position:relative;background:radial-gradient(circle at 28% 18%,rgba(33,182,169,.3),transparent 35%),radial-gradient(circle at 88% 16%,rgba(21,99,160,.22),transparent 32%),rgba(5,5,5,.7)}
.glx-product-panel-large:after{content:"";position:absolute;right:18px;bottom:18px;width:92px;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle,rgba(255,255,255,.16),transparent 62%)}
.glx-product-mini em{display:block;margin-top:12px;color:var(--teal);font-style:normal;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.glx-product-roadmap{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.035)}
.glx-product-roadmap span{position:relative;padding:13px 10px;text-align:center;color:#dce1e8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-right:1px solid rgba(255,255,255,.08)}
.glx-product-roadmap span:last-child{border-right:0}
.glx-product-roadmap span:before{content:"";display:block;width:8px;height:8px;margin:0 auto 8px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));box-shadow:0 0 22px rgba(33,182,169,.45)}
.glx-float-card{border-color:rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(18,18,18,.86),rgba(8,8,8,.72));box-shadow:0 30px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.07)}
.glx-float-card-a{right:0;top:5%}
.glx-float-card-b{left:-3%;bottom:10%}
.glx-float-card-c{right:6%;bottom:2%}
.glx-float-card-c strong{font-size:30px;color:var(--gold)}
@keyframes glx-sheen{0%,42%{transform:translateX(-82%)}72%,100%{transform:translateX(82%)}}
@keyframes glx-server-led{0%,100%{opacity:.36;transform:scale(.82)}45%{opacity:1;transform:scale(1.28)}}
@keyframes glx-hosting-light{0%,100%{opacity:.32;transform:translateX(-50%) scale(.86)}50%{opacity:1;transform:translateX(-50%) scale(1.28)}}
@keyframes glx-category-flow{0%,100%{opacity:.28;transform:scaleX(.72)}50%{opacity:1;transform:scaleX(1)}}
@media (prefers-reduced-motion:reduce){.glx-hosting-rack span:before,.glx-hosting-light,.glx-category-flow-line{animation:none!important}}
@media (max-width:1100px){
 .glx-hero-stage{grid-template-columns:1fr;gap:32px}
 .glx-hero-product{min-height:560px}
 .glx-product-shell{right:0}
}
@media (max-width:680px){
 .glx-hero-badge{font-size:10px;letter-spacing:.08em}
 .glx-home-hero .glx-hero-copy h1{font-size:clamp(46px,14vw,62px);line-height:.98}
 .glx-hero-stats{grid-template-columns:1fr}
 .glx-hero-product{min-height:530px}
 .glx-hero-orbit{width:96%;top:34px}
 .glx-hero-radar,.glx-float-card-c{display:none}
 .glx-product-shell{inset:74px 0 12px;transform:none;padding:14px}
 .glx-product-roadmap{grid-template-columns:1fr 1fr}
 .glx-page-hero-grid{gap:28px}
 .glx-about-hero h1{font-size:clamp(42px,12vw,62px)}
 .glx-about-hero p{font-size:18px}
 .glx-page-visual{filter:drop-shadow(0 22px 56px rgba(0,0,0,.36))}
 .glx-consult-card{padding:18px}
 .glx-consult-fields,.glx-consult-steps,.glx-captcha-row,.glx-contact-panel .glx-captcha-row{grid-template-columns:1fr}
 .glx-captcha-row{align-items:start}
 .glx-enterprise-grid,.glx-portfolio-feature-grid{grid-template-columns:1fr}
 .glx-industry-proof-grid,.glx-service-process{grid-template-columns:1fr}
 .glx-service-process-step{min-height:auto;border-right:0}
 .glx-service-process-step span{margin-bottom:20px}
 .glx-enterprise-card{min-height:auto}
}

/* Final homepage hero refinement */
.glx-home-hero{min-height:auto;background:radial-gradient(circle at 78% 16%,rgba(33,182,169,.18),transparent 28%),radial-gradient(circle at 16% 18%,rgba(21,99,160,.24),transparent 32%),linear-gradient(180deg,#050505 0%,#070707 56%,#0b0b0b 100%)}
.glx-home-hero:before{opacity:.72;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.86) 58%,transparent 100%)}
.glx-home-hero .glx-hero-stage{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:52px;align-items:center;min-height:calc(100vh - 76px);padding:76px 0 62px}
.glx-home-hero .glx-hero-copy{max-width:760px}
.glx-home-hero .glx-hero-badge{margin-bottom:22px;background:rgba(255,255,255,.055)}
.glx-home-hero .glx-eyebrow{font-size:11px;letter-spacing:.16em}
.glx-home-hero .glx-hero-copy h1{font-size:clamp(54px,5.9vw,88px);line-height:.98;max-width:760px;letter-spacing:0;text-wrap:balance}
.glx-home-hero .glx-hero-copy h1:after{width:min(320px,64vw);margin-top:22px;background:linear-gradient(90deg,var(--teal),rgba(255,255,255,.28),transparent)}
.glx-home-hero .glx-hero-alt{font-size:clamp(18px,1.7vw,25px);line-height:1.25;max-width:680px;margin:24px 0 0;color:#fff;font-weight:900}
.glx-home-hero .glx-hero-copy>p:not(.glx-hero-alt){font-size:clamp(16px,1.25vw,19px);line-height:1.72;max-width:660px;margin:26px 0 28px;color:#c9d0da}
.glx-home-hero .glx-actions{margin-top:0}
.glx-home-hero .glx-hero-credentials{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.glx-home-hero .glx-hero-credentials span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);border-radius:999px;padding:8px 11px;color:#e7edf4;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.glx-home-hero .glx-hero-stats{width:min(600px,100%);margin-top:22px}
.glx-home-hero .glx-hero-stats div{padding:13px 15px}
.glx-home-hero .glx-hero-stats strong{font-size:clamp(22px,2.2vw,30px)}
.glx-home-hero .glx-proof-strip{display:none}
.glx-home-hero .glx-hero-product{min-height:590px;transform:translateY(8px)}
.glx-home-hero .glx-product-shell{inset:44px 4px 22px 0;padding:18px;transform:rotateX(7deg) rotateY(-8deg) rotateZ(.4deg);box-shadow:0 42px 130px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.08)}
.glx-home-hero .glx-hero-terminal{margin:12px 0 18px;padding:18px}
.glx-home-hero .glx-hero-terminal strong{font-size:clamp(28px,3.4vw,42px);line-height:1.1}
.glx-home-hero .glx-product-panel-large strong{font-size:clamp(34px,4.5vw,54px);line-height:1.06}
.glx-home-hero .glx-float-card{padding:13px 16px}
.glx-home-hero .glx-float-card strong{font-size:30px}
.glx-home-hero .glx-float-card-a{right:1%;top:9%}
.glx-home-hero .glx-float-card-b{left:-2%;bottom:13%}
.glx-home-hero .glx-float-card-c{right:7%;bottom:3%}
.glx-home-hero .glx-hero-system-card{transform:scale(.92)}
.glx-home-hero .glx-system-card-a{left:4%;top:22%}
.glx-home-hero .glx-system-card-b{right:0;top:39%}
.glx-home-hero .glx-hero-stage{min-height:auto;padding:52px 0 56px}
.glx-home-hero .glx-hero-copy h1{font-size:clamp(48px,5.15vw,78px);line-height:1}
.glx-home-hero .glx-hero-product{min-height:520px;transform:none}
.glx-home-hero .glx-product-shell{inset:30px 4px 18px 0}
.glx-home-hero .glx-hero-terminal strong{font-size:clamp(25px,3vw,36px)}
.glx-home-hero .glx-product-panel-large strong{font-size:clamp(31px,3.8vw,46px)}
.glx-home-hero .glx-hero-stats{margin-top:18px}
.glx-blog-faq{margin-top:46px;padding-top:18px;border-top:1px solid rgba(5,5,5,.12)}
.glx-blog-faq h2{margin:0 0 18px;color:#050505}
.glx-blog-faq .glx-faq-item{background:#fff;border:1px solid rgba(5,5,5,.1);box-shadow:0 16px 42px rgba(5,5,5,.06);margin-bottom:14px;padding:22px 24px}
.glx-blog-faq .glx-faq-item h3{font-size:20px;line-height:1.25;margin:0 0 10px;color:#050505}
.glx-blog-faq .glx-faq-item p{margin:0;color:#3f3f46;line-height:1.72}
.glx-whatsapp-chat{position:fixed;right:24px;bottom:24px;z-index:9999;display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:11px 18px 11px 13px;border-radius:999px;background:#25d366;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.2);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.glx-whatsapp-chat svg{width:34px;height:34px;fill:currentColor;position:relative;z-index:1}
.glx-whatsapp-chat:hover,.glx-whatsapp-chat:focus{color:#fff;text-decoration:none;background:#1fb95a;transform:translateY(-3px);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.24)}
.glx-whatsapp-text{position:relative;z-index:1;font-size:15px;letter-spacing:.01em}
.glx-whatsapp-pulse{position:absolute;inset:-8px;border-radius:999px;background:rgba(37,211,102,.24);animation:glx-whatsapp-pulse 2.4s ease-out infinite}
@keyframes glx-whatsapp-pulse{0%{transform:scale(.88);opacity:.85}70%{transform:scale(1.22);opacity:0}100%{transform:scale(1.22);opacity:0}}
.glx-careers-hero{background:radial-gradient(circle at 76% 8%,rgba(33,182,169,.2),transparent 28%),radial-gradient(circle at 18% 6%,rgba(21,99,160,.32),transparent 32%),linear-gradient(180deg,#050505 0%,#080808 100%)}
.glx-career-intro{background:linear-gradient(180deg,#080808,#0d0d0d)}
.glx-career-lead{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:end;margin-bottom:26px}
.glx-career-lead h2,.glx-career-cta h2{font-size:clamp(34px,5vw,62px);line-height:1.04;margin:14px 0 0;text-wrap:balance}
.glx-career-lead p{color:#cfd4dc;font-size:18px;line-height:1.75;margin:0}
.glx-career-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.glx-career-proof{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.032));padding:24px;min-height:150px}
.glx-career-proof:before{content:"";position:absolute;left:20px;right:20px;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent)}
.glx-career-proof strong{display:block;color:#fff;font-size:clamp(24px,2.5vw,36px);line-height:1;margin-bottom:14px}
.glx-career-proof span{display:block;color:var(--muted);line-height:1.55}
.glx-career-role-grid{align-items:stretch}
.glx-career-role{position:relative;overflow:hidden;border:1px solid rgba(5,5,5,.1);border-radius:8px;background:#fff;padding:28px;box-shadow:0 18px 50px rgba(5,5,5,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.glx-career-role:hover{transform:translateY(-5px);border-color:rgba(33,182,169,.4);box-shadow:0 26px 70px rgba(5,5,5,.1)}
.glx-career-role>span{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;background:#050505;color:#fff;font-size:24px;font-weight:950;margin-bottom:24px}
.glx-career-role h3{font-size:24px;line-height:1.16;margin:0 0 12px;color:#050505}
.glx-career-role p{margin:0;color:#3f3f46;line-height:1.72}
.glx-career-value-grid .glx-feature{min-height:260px}
.glx-career-process-section{background:#050505}
.glx-career-process .glx-process-step{min-height:250px}
.glx-career-cta-section{background:radial-gradient(circle at 50% 0,rgba(33,182,169,.18),transparent 34%),linear-gradient(180deg,#0b0b0b,#050505)}
.glx-career-cta{display:grid;grid-template-columns:1fr 380px;gap:34px;align-items:stretch;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));padding:34px;box-shadow:0 34px 100px rgba(0,0,0,.36)}
.glx-career-cta p{color:#cfd4dc;font-size:18px;line-height:1.75;max-width:820px}
.glx-career-cta aside{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#050505;padding:26px;display:flex;flex-direction:column;gap:14px}
.glx-career-cta aside strong{font-size:18px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}
.glx-career-cta aside a:not(.glx-btn){color:#fff;font-size:24px;font-weight:900;word-break:break-word}
.glx-career-cta aside span{color:var(--muted)}
.glx-career-cta .glx-btn{margin-top:auto}
.glx-error-hero{min-height:calc(100vh - 76px);display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 72% 14%,rgba(33,182,169,.18),transparent 28%),radial-gradient(circle at 18% 20%,rgba(21,99,160,.24),transparent 32%),linear-gradient(180deg,#050505,#090909 62%,#0b0b0b);border-bottom:1px solid rgba(255,255,255,.08)}
.glx-error-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 88%);pointer-events:none}
.glx-error-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,.82fr);gap:68px;align-items:center}
.glx-error-copy h1{font-size:clamp(44px,6.4vw,86px);line-height:1.02;margin:14px 0 22px;max-width:900px;text-wrap:balance}
.glx-error-copy p{max-width:660px;color:#c8ced8;font-size:clamp(17px,1.35vw,20px);line-height:1.7;margin:0 0 28px}
.glx-error-visual{position:relative;min-height:430px;display:grid;place-items:center;filter:drop-shadow(0 36px 90px rgba(0,0,0,.42))}
.glx-error-code{position:absolute;inset:auto auto 24px 0;color:rgba(255,255,255,.035);font-size:clamp(160px,20vw,300px);line-height:.78;font-weight:950;letter-spacing:0}
.glx-error-panel{position:relative;width:min(100%,520px);border:1px solid rgba(255,255,255,.13);border-radius:8px;background:radial-gradient(circle at 82% 10%,rgba(33,182,169,.22),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));box-shadow:0 42px 130px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.08);padding:18px;overflow:hidden}
.glx-error-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 34%,rgba(255,255,255,.08) 45%,transparent 56%);animation:glx-sheen 7.2s ease-in-out infinite;pointer-events:none}
.glx-error-panel-top{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}
.glx-error-panel-top span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.22)}
.glx-error-panel-top span:nth-child(2){background:var(--teal)}
.glx-error-panel-top span:nth-child(3){background:var(--gold)}
.glx-error-panel-top strong{margin-left:auto;color:#fff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.glx-error-flow{position:relative;z-index:1;display:grid;gap:12px;padding:22px 0}
.glx-error-flow span{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(5,5,5,.48);padding:15px 15px 15px 42px;color:#e8edf4;font-weight:850}
.glx-error-flow span:before{content:"";position:absolute;left:17px;top:50%;width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 18px rgba(33,182,169,.5);transform:translateY(-50%)}
.glx-error-signal{position:relative;z-index:1;display:grid;gap:10px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:rgba(255,255,255,.035);padding:14px}
.glx-error-signal i{display:block;height:9px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal));box-shadow:0 0 20px rgba(33,182,169,.18)}
.glx-error-signal i:nth-child(2){width:74%;background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.45))}
.glx-error-signal i:nth-child(3){width:48%}
.glx-error-links .glx-card-service{display:block;color:#fff;text-decoration:none;min-height:220px}
.glx-error-service-strip{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}
.glx-error-service-strip a{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.045);padding:9px 12px;color:#e9edf4;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}

/* Cleaner homepage banner option */
.glx-home-hero.glx-hero-premium{background:radial-gradient(circle at 76% 12%,rgba(33,182,169,.14),transparent 26%),radial-gradient(circle at 18% 14%,rgba(21,99,160,.22),transparent 30%),linear-gradient(180deg,#050505 0%,#070707 58%,#0b0b0b 100%)}
.glx-home-hero.glx-hero-premium .glx-hero-stage{grid-template-columns:minmax(0,.94fr) minmax(430px,.86fr);gap:78px;align-items:center;padding:74px 0 70px}
.glx-home-hero.glx-hero-premium .glx-hero-copy{max-width:720px}
.glx-home-hero.glx-hero-premium .glx-hero-badge{margin-bottom:18px;padding:8px 12px;font-size:11px;background:rgba(255,255,255,.052)}
.glx-home-hero.glx-hero-premium .glx-eyebrow{font-size:10px;letter-spacing:.15em}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{max-width:720px;font-size:clamp(46px,4.95vw,74px);line-height:1.02;text-wrap:balance}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1:after{width:min(250px,52vw);margin-top:22px}
.glx-hero-title-line{display:block}
.glx-rotating-title{position:relative;display:block;width:max-content;max-width:100%;color:#fff;white-space:nowrap;text-shadow:0 0 34px rgba(33,182,169,.16);vertical-align:baseline}
.glx-rotating-title:after{content:none}
.glx-rotating-title.is-typing:after{content:"";display:inline-block;width:.055em;height:.82em;margin-left:.08em;border-radius:999px;background:var(--teal);box-shadow:0 0 18px rgba(33,182,169,.62);vertical-align:-.08em;animation:glx-type-cursor .92s steps(2,start) infinite}
@keyframes glx-type-cursor{0%,45%{opacity:1}46%,100%{opacity:0}}
.glx-home-hero.glx-hero-premium .glx-hero-alt{display:inline-flex;margin:22px 0 0;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.045);padding:9px 12px;color:#f5f7fa;font-size:clamp(14px,1.05vw,16px);line-height:1.25;font-weight:850}
.glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){max-width:620px;margin:22px 0 26px;color:#c8ced8;font-size:clamp(16px,1.15vw,18px);line-height:1.72}
.glx-hero-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;width:min(650px,100%);margin-top:28px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.08)}
.glx-hero-trust-row div{min-height:84px;padding:15px 16px;background:rgba(5,5,5,.54)}
.glx-hero-trust-row strong{display:block;color:#fff;font-size:clamp(17px,1.6vw,24px);line-height:1.05;font-weight:950}
.glx-hero-trust-row span{display:block;margin-top:7px;color:#aeb6c2;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.glx-home-hero.glx-hero-premium .glx-hero-stats,.glx-home-hero.glx-hero-premium .glx-hero-credentials,.glx-home-hero.glx-hero-premium .glx-proof-strip{display:none}
.glx-home-hero.glx-hero-premium .glx-hero-product{min-height:auto;max-width:620px;margin-left:auto;filter:drop-shadow(0 34px 82px rgba(0,0,0,.42))}
.glx-home-hero.glx-hero-premium .glx-product-shell{position:relative;inset:auto;min-height:500px;padding:16px;transform:rotateX(5deg) rotateY(-6deg) rotateZ(.35deg);box-shadow:0 36px 110px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.08)}
.glx-home-hero.glx-hero-premium .glx-hero-terminal{margin:10px 0 14px;padding:15px}
.glx-home-hero.glx-hero-premium .glx-hero-terminal span{font-size:10px}
.glx-home-hero.glx-hero-premium .glx-hero-terminal strong{font-size:clamp(22px,2.45vw,32px)}
.glx-home-hero.glx-hero-premium .glx-product-grid{gap:12px}
.glx-home-hero.glx-hero-premium .glx-product-panel{padding:16px}
.glx-home-hero.glx-hero-premium .glx-product-panel-large strong{font-size:clamp(27px,3vw,38px)}
.glx-home-hero.glx-hero-premium .glx-product-mini strong{font-size:34px}
.glx-home-hero.glx-hero-premium .glx-float-card{padding:11px 13px}
.glx-home-hero.glx-hero-premium .glx-float-card strong{font-size:26px}
.glx-home-hero.glx-hero-premium .glx-float-card-a{right:2%;top:8%}
.glx-home-hero.glx-hero-premium .glx-float-card-b{left:-1%;bottom:12%}
.glx-home-hero.glx-hero-premium .glx-float-card-c{right:7%;bottom:4%}
.glx-home-hero.glx-hero-premium .glx-hero-system-card{padding:11px 13px;transform:scale(.86)}
.glx-home-hero.glx-hero-premium .glx-system-card-a{left:5%;top:24%}
.glx-home-hero.glx-hero-premium .glx-system-card-b{right:2%;top:42%}
.glx-home-hero.glx-hero-premium .glx-hero-radar{right:4%;top:7%;width:128px;opacity:.34}
.glx-home-hero.glx-hero-premium .glx-product-shell{display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}
.glx-home-hero.glx-hero-premium .glx-product-shell>*{position:relative;z-index:2}
.glx-hero-solution-gallery{position:relative;z-index:5;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:8px 0 12px;pointer-events:none}
.glx-hero-visual-card{position:relative;width:auto;margin:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.03));box-shadow:0 14px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07);overflow:hidden;backdrop-filter:blur(18px);transform:translateZ(0)}
.glx-hero-visual-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 10%,rgba(33,182,169,.18),transparent 38%);pointer-events:none}
.glx-hero-visual-card img{display:block;width:100%;height:auto;aspect-ratio:22/14;object-fit:cover}
.glx-hero-visual-card figcaption{position:relative;display:block;padding:7px 7px;color:#fff;background:rgba(5,5,5,.72);font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-align:center}
.glx-hero-visual-web,.glx-hero-visual-software,.glx-hero-visual-mobile,.glx-hero-visual-seo{animation:glx-hero-float-soft 6s ease-in-out infinite}
.glx-hero-visual-software,.glx-hero-visual-seo{animation-direction:reverse}
.glx-hero-visual-cloud{animation:glx-hero-float-soft 7s ease-in-out infinite}
@keyframes glx-hero-float-soft{0%,100%{translate:0 0}50%{translate:0 -10px}}
.glx-command-hero-panel{position:relative;z-index:1;display:grid;grid-template-rows:auto 1fr auto;gap:16px;height:100%;min-height:390px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:radial-gradient(circle at 82% 10%,rgba(33,182,169,.18),transparent 34%),radial-gradient(circle at 10% 90%,rgba(21,99,160,.16),transparent 32%),rgba(5,5,5,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.glx-command-hero-panel:before{content:"";position:absolute;left:42px;top:118px;bottom:118px;width:1px;background:linear-gradient(180deg,transparent,var(--teal),rgba(201,169,110,.8),transparent);opacity:.68}
.glx-command-hero-head{display:grid;gap:8px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.045)}
.glx-command-hero-head span{color:var(--gold);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.glx-command-hero-head strong{color:#fff;font-size:clamp(26px,3vw,40px);line-height:1.08;text-wrap:balance}
.glx-command-flow{display:grid;gap:10px}
.glx-command-flow article{position:relative;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.075),rgba(255,255,255,.025));transition:transform .24s ease,border-color .24s ease,background .24s ease}
.glx-command-flow article:hover{transform:translateX(5px);border-color:rgba(33,182,169,.32);background:linear-gradient(90deg,rgba(33,182,169,.105),rgba(255,255,255,.032))}
.glx-command-flow article span{grid-row:span 2;width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#050505;display:grid;place-items:center;color:var(--teal);font-size:11px;font-weight:950;box-shadow:0 0 24px rgba(33,182,169,.16)}
.glx-command-flow article strong{color:#fff;font-size:18px;line-height:1.15}
.glx-command-flow article small{color:#aeb6c2;font-size:12px;line-height:1.45}
.glx-command-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.08)}
.glx-command-proof div{padding:13px;background:rgba(5,5,5,.55)}
.glx-command-proof strong{display:block;color:#fff;font-size:22px;line-height:1;font-weight:950}
.glx-command-proof span{display:block;margin-top:7px;color:#aeb6c2;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:1180px){
 .glx-hosting-scene-grid{grid-template-columns:1fr;gap:32px}
 .glx-hosting-room{min-height:460px}
 .glx-home-hero .glx-hero-stage{grid-template-columns:1fr;min-height:auto;padding:72px 0 70px}
 .glx-home-hero .glx-hero-copy{max-width:920px}
 .glx-home-hero .glx-hero-copy h1{max-width:900px}
 .glx-home-hero .glx-hero-product{min-height:560px;max-width:820px;width:100%;margin:0 auto}
 .glx-career-lead,.glx-career-cta{grid-template-columns:1fr}
 .glx-career-proof-grid{grid-template-columns:1fr 1fr}
 .glx-error-grid{grid-template-columns:1fr;gap:34px}
 .glx-error-visual{min-height:360px}
 .glx-home-hero.glx-hero-premium .glx-hero-stage{grid-template-columns:1fr;gap:34px;padding:64px 0}
 .glx-home-hero.glx-hero-premium .glx-hero-copy{max-width:880px}
 .glx-home-hero.glx-hero-premium .glx-hero-copy h1{max-width:840px}
 .glx-home-hero.glx-hero-premium .glx-hero-product{margin:0 auto;max-width:760px;width:100%}
}
@media (max-width:980px){
 .glx-consult-page-grid{grid-template-columns:1fr}
 .glx-consult-page-aside{position:relative;top:auto}
 .glx-consult-orbit{min-height:auto;margin-top:24px}
}
@media (max-width:680px){
 .glx-hosting-scroll-scene{padding:58px 0}
 .glx-hosting-scene-copy h2{font-size:clamp(32px,10vw,44px)}
 .glx-hosting-scene-copy p{font-size:16px}
 .glx-hosting-room{min-height:390px}
 .glx-hosting-room.is-category-room{min-height:560px}
 .glx-category-stage{inset:18px;grid-template-columns:1fr;grid-template-rows:minmax(210px,auto) repeat(3,minmax(86px,auto));gap:10px;padding:14px}
 .glx-category-panel{padding:13px}
 .glx-category-panel span{font-size:10px;margin-bottom:7px}
 .glx-category-panel strong{font-size:18px}
 .glx-category-panel em{font-size:11px;margin-top:8px}
 .glx-category-panel-main{min-height:160px}
 .glx-hosting-rack{top:46px;bottom:44px;width:31%;padding:12px;gap:9px}
 .glx-hosting-rack-left{left:12px}
 .glx-hosting-rack-right{right:12px}
 .glx-hosting-corridor{inset:58px 28% 42px}
 .glx-hosting-status{width:86%;padding:15px}
 .glx-hosting-status strong{font-size:15px}
 .glx-hosting-status span{font-size:11px}
 .glx-home-hero .glx-hero-stage{padding:48px 0 46px;gap:28px}
 .glx-home-hero .glx-hero-copy h1{font-size:clamp(42px,12.4vw,58px);line-height:1}
 .glx-home-hero .glx-hero-alt{font-size:18px}
 .glx-home-hero .glx-hero-stats{grid-template-columns:1fr}
 .glx-home-hero .glx-hero-product{min-height:500px;transform:none}
 .glx-home-hero .glx-product-shell{inset:58px 0 8px;transform:none}
 .glx-home-hero .glx-hero-system-card,.glx-home-hero .glx-float-card-b{display:none}
 .glx-whatsapp-chat{right:16px;bottom:16px;min-height:54px;padding:10px 12px;border-radius:999px}
 .glx-whatsapp-chat svg{width:32px;height:32px}
 .glx-whatsapp-text{display:none}
 .glx-service-hero{padding-top:88px}
 .glx-service-hero .glx-page-hero-grid{display:flex;flex-direction:column;gap:22px}
 .glx-service-hero .glx-page-visual{order:-1;width:100%;max-width:420px;margin:0 auto 4px}
 .glx-service-hero .glx-page-visual-img{max-height:230px;object-fit:cover}
 .glx-service-hero .glx-page-visual-caption{left:10px;right:10px;bottom:10px;padding:10px}
 .glx-service-hero .glx-page-visual-caption strong{font-size:11px}
 .glx-service-hero .glx-page-visual-caption span{font-size:10px;padding:5px 7px}
 .glx-career-lead,.glx-career-cta{grid-template-columns:1fr}
 .glx-career-proof-grid{grid-template-columns:1fr}
 .glx-career-cta{padding:22px}
 .glx-career-cta aside a:not(.glx-btn){font-size:20px}
 .glx-error-hero{min-height:auto}
 .glx-error-grid{gap:24px}
 .glx-error-visual{min-height:320px}
 .glx-error-panel{padding:14px}
 .glx-error-panel-top strong{font-size:10px}
 .glx-error-code{font-size:150px}
 .glx-home-hero.glx-hero-premium .glx-hero-stage{padding:42px 0 46px;gap:24px}
 .glx-home-hero.glx-hero-premium .glx-hero-copy h1{font-size:clamp(40px,11.7vw,54px);line-height:1.04}
 .glx-rotating-title{width:auto;white-space:normal}
 .glx-home-hero.glx-hero-premium .glx-hero-alt{display:block;border-radius:8px;font-size:14px}
 .glx-hero-trust-row{grid-template-columns:1fr 1fr;margin-top:22px}
 .glx-hero-trust-row div{min-height:76px;padding:13px}
 .glx-home-hero.glx-hero-premium .glx-hero-product{min-height:auto}
 .glx-home-hero.glx-hero-premium .glx-product-shell{position:relative;inset:auto;min-height:420px;transform:none}
 .glx-home-hero.glx-hero-premium .glx-float-card-b,.glx-home-hero.glx-hero-premium .glx-float-card-c,.glx-home-hero.glx-hero-premium .glx-hero-system-card{display:none}
 .glx-hero-solution-gallery{grid-template-columns:1fr 1fr;gap:8px;margin:6px 0 10px}
 .glx-hero-visual-card{animation:none!important}
 .glx-hero-visual-card img{aspect-ratio:22/12}
 .glx-hero-visual-card figcaption{font-size:9px;padding:7px 8px}
 .glx-hero-visual-cloud{display:none}
 .glx-command-hero-panel{min-height:360px;padding:14px}
 .glx-command-hero-panel:before{display:none}
 .glx-command-hero-head strong{font-size:26px}
 .glx-command-flow article{grid-template-columns:42px 1fr;padding:12px}
 .glx-command-proof{grid-template-columns:1fr}
 .glx-consult-page-aside,.glx-consult-page-form{padding:22px}
 .glx-contact-info-panel{padding:24px}
 .glx-contact-info-panel h2{font-size:30px}
 .glx-contact-info-panel p:first-of-type{font-size:16px}
 .glx-consult-next article{grid-template-columns:38px 1fr}
 .glx-consult-next strong{width:38px;height:38px}
 .glx-orbit-card{position:relative;display:inline-block;margin:10px 8px 0 0;left:auto;right:auto;top:auto;bottom:auto}
 .glx-consult-orbit{display:block}
 .glx-consult-orbit .glx-ui-mockup{transform:none}
}

/* International-style homepage hero refresh */
.glx-home-hero.glx-hero-premium{position:relative;min-height:auto;overflow:hidden;background:radial-gradient(circle at 78% 32%,rgba(21,99,160,.18),transparent 32%),radial-gradient(circle at 26% 20%,rgba(33,182,169,.11),transparent 28%),linear-gradient(180deg,#030303 0%,#050608 52%,#050505 100%)}
.glx-home-hero.glx-hero-premium:before{opacity:.55;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.88) 60%,transparent 100%)}
.glx-home-hero.glx-hero-premium:after{width:620px;height:620px;opacity:.58;background:radial-gradient(circle,rgba(33,182,169,.2),rgba(21,99,160,.08) 44%,transparent 72%);filter:blur(18px)}
.glx-home-hero.glx-hero-premium .glx-hero-stage{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:74px;align-items:center;min-height:calc(100vh - 76px);padding:86px 0 92px}
.glx-home-hero.glx-hero-premium .glx-hero-copy{max-width:760px}
.glx-home-hero.glx-hero-premium .glx-hero-badge{width:max-content;max-width:100%;margin-bottom:22px;border-color:rgba(255,255,255,.13);background:rgba(7,12,18,.7);box-shadow:0 18px 48px rgba(0,0,0,.24)}
.glx-home-hero.glx-hero-premium .glx-hero-badge span{border-radius:2px;transform:rotate(45deg);background:linear-gradient(135deg,#4d8dff,var(--teal))}
.glx-home-hero.glx-hero-premium .glx-eyebrow{color:#59a2ff}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{max-width:790px;font-size:clamp(56px,5.35vw,88px);line-height:1.05;letter-spacing:0;text-shadow:0 22px 70px rgba(0,0,0,.46)}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1:after{display:none}
.glx-home-hero.glx-hero-premium .glx-rotating-title{width:auto;max-width:100%;color:transparent;background:linear-gradient(100deg,#6e84ff 0%,#46bfff 45%,#21b6a9 100%);-webkit-background-clip:text;background-clip:text;text-shadow:none}
.glx-home-hero.glx-hero-premium .glx-hero-alt{display:block;width:max-content;max-width:100%;margin:24px 0 0;border:0;border-top:1px solid rgba(33,182,169,.56);border-radius:0;background:transparent;padding:18px 0 0;font-size:clamp(18px,1.55vw,24px);line-height:1.3}
.glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){max-width:610px;color:#c9d0dc;font-size:clamp(17px,1.25vw,19px);line-height:1.72}
.glx-home-hero.glx-hero-premium .glx-actions{align-items:center}
.glx-home-hero.glx-hero-premium .glx-btn{min-height:56px;padding:15px 24px;border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.04);box-shadow:0 18px 44px rgba(0,0,0,.24)}
.glx-home-hero.glx-hero-premium .glx-btn-light{color:#fff;border:0;background:linear-gradient(135deg,#3656df 0%,#2aa7ff 48%,#21b6a9 100%)}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row{grid-template-columns:repeat(4,minmax(0,1fr));width:min(650px,100%);margin-top:30px;background:rgba(255,255,255,.065);box-shadow:0 22px 70px rgba(0,0,0,.26)}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div{min-height:78px;background:rgba(5,5,5,.5)}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row{display:none}
.glx-home-hero.glx-hero-premium .glx-hero-product{max-width:720px;width:100%;margin-left:auto;min-height:620px;filter:drop-shadow(0 46px 100px rgba(0,0,0,.55))}
.glx-home-hero.glx-hero-premium .glx-product-shell{position:absolute;inset:34px 10px 18px 8px;min-height:0;padding:22px;border:1px solid rgba(160,190,255,.24);border-radius:14px;background:radial-gradient(circle at 82% 8%,rgba(33,182,169,.16),transparent 30%),linear-gradient(145deg,rgba(19,31,48,.92),rgba(5,8,13,.9) 58%,rgba(5,5,5,.96));transform:rotateX(6deg) rotateY(-8deg) rotateZ(-2deg);box-shadow:0 44px 130px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.12)}
.glx-home-hero.glx-hero-premium .glx-product-top{min-height:34px;border-bottom:1px solid rgba(255,255,255,.09);margin:0 -4px 18px;padding:0 4px 14px}
.glx-home-hero.glx-hero-premium .glx-product-top strong{margin-left:auto;color:#f5f7fb;font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.glx-home-hero.glx-hero-premium .glx-hero-solution-gallery{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:2px 0 16px}
.glx-home-hero.glx-hero-premium .glx-hero-visual-card{border-color:rgba(74,143,255,.18);background:linear-gradient(180deg,rgba(21,99,160,.14),rgba(255,255,255,.035))}
.glx-home-hero.glx-hero-premium .glx-hero-visual-card img{aspect-ratio:1;object-fit:cover;opacity:.94}
.glx-home-hero.glx-hero-premium .glx-command-hero-panel{min-height:390px;gap:12px;padding:16px;background:radial-gradient(circle at 88% 18%,rgba(33,182,169,.14),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}
.glx-home-hero.glx-hero-premium .glx-command-hero-panel:before{left:auto;right:28px;top:118px;bottom:78px;width:1px;background:linear-gradient(180deg,transparent,#4d8dff,var(--teal),transparent)}
.glx-home-hero.glx-hero-premium .glx-command-hero-head{grid-template-columns:1fr .42fr;align-items:end;gap:16px;min-height:142px;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.02)),linear-gradient(180deg,transparent 62%,rgba(21,99,160,.12))}
.glx-home-hero.glx-hero-premium .glx-command-hero-head span{grid-column:1/-1;color:#d6b979}
.glx-home-hero.glx-hero-premium .glx-command-hero-head strong{font-size:clamp(27px,2.55vw,39px);max-width:360px}
.glx-home-hero.glx-hero-premium .glx-command-hero-head:after{content:"98%";justify-self:end;align-self:center;width:86px;height:86px;border:8px solid rgba(33,182,169,.26);border-top-color:var(--teal);border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:0 0 42px rgba(33,182,169,.16)}
.glx-home-hero.glx-hero-premium .glx-command-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.glx-home-hero.glx-hero-premium .glx-command-flow article{display:block;min-height:98px;padding:13px}
.glx-home-hero.glx-hero-premium .glx-command-flow article span{width:30px;height:30px;margin-bottom:9px}
.glx-home-hero.glx-hero-premium .glx-command-flow article strong{font-size:16px}
.glx-home-hero.glx-hero-premium .glx-command-flow article small{display:block;margin-top:6px}
.glx-home-hero.glx-hero-premium .glx-command-proof{grid-template-columns:repeat(3,minmax(0,1fr))}
.glx-home-hero.glx-hero-premium .glx-command-proof div{padding:14px}
.glx-home-hero.glx-hero-premium .glx-command-proof strong{font-size:24px}
.glx-dubai-skyline{position:absolute;right:0;bottom:86px;width:min(48vw,700px);height:280px;pointer-events:none;opacity:.72;mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 86%,transparent 100%);z-index:0}
.glx-dubai-skyline:before{content:"";position:absolute;inset:auto 0 0;height:86px;background:linear-gradient(180deg,transparent,rgba(21,99,160,.16));filter:blur(8px)}
.glx-dubai-skyline span{position:absolute;bottom:0;width:34px;border:1px solid rgba(130,181,255,.18);background:linear-gradient(180deg,rgba(84,135,205,.26),rgba(5,8,13,.84));box-shadow:0 0 40px rgba(21,99,160,.18)}
.glx-dubai-skyline span:nth-child(1){left:5%;height:116px}.glx-dubai-skyline span:nth-child(2){left:16%;height:178px;width:42px}.glx-dubai-skyline span:nth-child(3){left:31%;height:132px;width:30px}.glx-dubai-skyline span:nth-child(4){right:26%;height:242px;width:38px}.glx-dubai-skyline span:nth-child(4):before{content:"";position:absolute;left:50%;bottom:100%;width:2px;height:82px;background:linear-gradient(180deg,transparent,#b9dcff);transform:translateX(-50%)}.glx-dubai-skyline span:nth-child(5){right:15%;height:142px;width:30px}.glx-dubai-skyline span:nth-child(6){right:5%;height:96px;width:46px}
.glx-speed-trails{position:absolute;right:-4vw;bottom:46px;width:70vw;height:140px;pointer-events:none;z-index:0;opacity:.75;transform:skewY(-5deg)}
.glx-speed-trails span{position:absolute;left:0;right:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#596bff,#18b9ff,var(--teal),transparent);box-shadow:0 0 24px rgba(24,185,255,.44);animation:glx-speed-trail 5.8s ease-in-out infinite}
.glx-speed-trails span:nth-child(1){top:38px}.glx-speed-trails span:nth-child(2){top:68px;animation-delay:.7s;background:linear-gradient(90deg,transparent,#7b5cff,#21b6a9,transparent)}.glx-speed-trails span:nth-child(3){top:98px;animation-delay:1.1s;background:linear-gradient(90deg,transparent,#1563a0,#c9a96e,transparent)}
@keyframes glx-speed-trail{0%,100%{transform:translateX(0);opacity:.35}50%{transform:translateX(-7%);opacity:1}}
.glx-hero-value-band{position:relative;z-index:3;margin-top:-46px;padding:0 0 42px;background:linear-gradient(180deg,transparent,#050505 62%)}
.glx-hero-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(7,9,12,.76);backdrop-filter:blur(20px);box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)}
.glx-hero-value-grid article{display:flex;align-items:center;gap:16px;min-height:108px;padding:22px 28px;border-right:1px solid rgba(255,255,255,.1)}
.glx-hero-value-grid article:last-child{border-right:0}
.glx-hero-value-grid article>span{flex:0 0 auto;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045)}
.glx-hero-value-grid svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.glx-hero-value-grid strong{display:block;color:#fff;font-size:16px;line-height:1.25}
.glx-hero-value-grid small{display:block;margin-top:4px;color:#b4bdca;font-size:14px}
@media (max-width:1180px){
 .glx-home-hero.glx-hero-premium .glx-hero-stage{grid-template-columns:1fr;gap:38px;padding:72px 0 88px}
 .glx-home-hero.glx-hero-premium .glx-hero-copy{max-width:900px}
 .glx-home-hero.glx-hero-premium .glx-hero-product{max-width:820px;margin:0 auto}
 .glx-dubai-skyline{width:76vw;opacity:.45}
 .glx-hero-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .glx-hero-value-grid article:nth-child(2){border-right:0}
 .glx-hero-value-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
}
@media (max-width:680px){
 .glx-home-hero.glx-hero-premium{max-width:100vw}
 .glx-home-hero.glx-hero-premium .glx-hero-stage{width:min(var(--max),calc(100% - 28px));max-width:100%;margin:0 auto;overflow:hidden}
 .glx-home-hero.glx-hero-premium .glx-hero-stage>*{min-width:0;max-width:100%}
 .glx-home-hero.glx-hero-premium .glx-hero-stage{padding:46px 0 74px}
 .glx-home-hero.glx-hero-premium .glx-hero-copy{width:100%;max-width:calc(100vw - 28px);overflow:hidden}
 .glx-home-hero.glx-hero-premium .glx-hero-copy h1{max-width:100%;font-size:clamp(36px,10.6vw,46px);line-height:1.06;overflow-wrap:break-word}
 .glx-home-hero.glx-hero-premium .glx-hero-title-line{max-width:100%;overflow-wrap:break-word}
 .glx-home-hero.glx-hero-premium .glx-rotating-title{white-space:normal;max-width:100%;overflow-wrap:break-word}
 .glx-home-hero.glx-hero-premium .glx-hero-alt{display:block!important;width:auto!important;max-width:100%!important;font-size:15px;white-space:normal!important;overflow-wrap:anywhere}
 .glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){width:auto!important;max-width:100%!important;font-size:15px;white-space:normal!important;overflow-wrap:anywhere}
 .glx-home-hero.glx-hero-premium .glx-actions{display:grid;grid-template-columns:1fr;gap:12px}
 .glx-home-hero.glx-hero-premium .glx-actions .glx-btn{width:100%}
 .glx-home-hero.glx-hero-premium .glx-hero-trust-row{grid-template-columns:1fr 1fr;display:none}
 .glx-home-hero.glx-hero-premium .glx-hero-product{min-height:520px}
 .glx-home-hero.glx-hero-premium .glx-product-shell{inset:12px 0;padding:14px;transform:none}
 .glx-home-hero.glx-hero-premium .glx-product-top strong{font-size:10px}
 .glx-home-hero.glx-hero-premium .glx-hero-solution-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
 .glx-home-hero.glx-hero-premium .glx-hero-visual-seo,.glx-home-hero.glx-hero-premium .glx-hero-visual-cloud{display:none}
 .glx-home-hero.glx-hero-premium .glx-command-hero-panel{min-height:340px}
 .glx-home-hero.glx-hero-premium .glx-command-hero-head{grid-template-columns:1fr;min-height:auto}
 .glx-home-hero.glx-hero-premium .glx-command-hero-head:after{display:none}
 .glx-home-hero.glx-hero-premium .glx-command-flow{grid-template-columns:1fr}
 .glx-home-hero.glx-hero-premium .glx-command-flow article small{display:none}
 .glx-home-hero.glx-hero-premium .glx-command-proof{grid-template-columns:1fr}
 .glx-dubai-skyline{right:-20%;bottom:38px;width:120vw;height:220px;opacity:.3}
 .glx-speed-trails{width:110vw;opacity:.55}
 .glx-hero-value-band{margin-top:-32px;padding-bottom:34px}
 .glx-hero-value-grid{grid-template-columns:1fr}
 .glx-hero-value-grid article,.glx-hero-value-grid article:nth-child(2){min-height:92px;padding:18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
 .glx-hero-value-grid article:last-child{border-bottom:0}
}

/* Real cinematic Riyadh hero asset */
.glx-home-hero.glx-hero-premium{
    min-height:auto;
    background:#030405;
}
.glx-hero-cinematic-bg{
    position:absolute;
    inset:0;
    z-index:0;
    background-image:
        linear-gradient(90deg,rgba(3,4,5,.99) 0%,rgba(3,4,5,.9) 31%,rgba(3,4,5,.55) 52%,rgba(3,4,5,.08) 100%),
        linear-gradient(180deg,rgba(3,4,5,.28) 0%,rgba(3,4,5,.04) 46%,rgba(3,4,5,.86) 100%),
        url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp');
    background-size:auto 104%;
    background-position:center right -62px;
    background-repeat:no-repeat;
    transform:scale(1.015);
    transform-origin:center right;
    animation:glx-hero-bg-drift 12s ease-in-out infinite;
}
.glx-hero-cinematic-bg:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:72px 72px;
    opacity:.35;
    mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
@keyframes glx-hero-bg-drift{0%,100%{transform:scale(1.015) translate3d(0,0,0)}50%{transform:scale(1.035) translate3d(-10px,-4px,0)}}
.glx-home-hero.glx-hero-premium:before,
.glx-home-hero.glx-hero-premium:after,
.glx-home-hero.glx-hero-premium .glx-dubai-skyline,
.glx-home-hero.glx-hero-premium .glx-speed-trails{
    display:none;
}
.glx-home-hero.glx-hero-premium .glx-hero-stage{
    position:relative;
    z-index:2;
    display:block;
    min-height:calc(100vh - 76px - 64px);
    padding:74px 0 128px;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy{
    max-width:690px;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{
    max-width:710px;
    font-size:clamp(58px,5.45vw,88px);
    line-height:1.08;
}
.glx-forward-gradient{
    color:transparent;
    background:linear-gradient(100deg,#6d83ff 0%,#39b8ff 48%,#21b6a9 100%);
    -webkit-background-clip:text;
    background-clip:text;
}
.glx-home-hero.glx-hero-premium .glx-rotating-title{
    color:#fff;
    background:none;
    -webkit-background-clip:initial;
    background-clip:initial;
}
.glx-home-hero.glx-hero-premium .glx-hero-product{
    display:none;
}
.glx-home-hero.glx-hero-premium .glx-hero-alt{
    max-width:560px;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
    max-width:560px;
}
.glx-home-hero.glx-hero-premium .glx-btn-light{
    background:linear-gradient(135deg,#3157ea 0%,#299cff 46%,#21b6a9 100%);
}
.glx-hero-value-band{
    margin-top:-84px;
    padding:0 0 56px;
    background:linear-gradient(180deg,transparent,#050505 70%);
}
.glx-hero-value-grid{
    position:relative;
    z-index:4;
    background:rgba(6,8,12,.78);
}
@media (max-width:1180px){
    .glx-hero-cinematic-bg{
        background-position:62% center;
        background-size:cover;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        min-height:auto;
        padding:70px 0 120px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy{
        max-width:720px;
    }
}

/* Saudi homepage layout fix */
.glx-home-hero.glx-hero-premium{
    min-height:auto!important;
    padding-bottom:34px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-stage{
    display:block!important;
    min-height:auto!important;
    padding:78px 0 34px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy{
    max-width:680px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{
    font-size:clamp(54px,5vw,76px)!important;
    line-height:1.04!important;
    margin-bottom:22px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy p{
    max-width:610px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-metrics{
    position:relative!important;
    inset:auto!important;
    z-index:3!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    width:min(1180px,calc(100% - 80px))!important;
    height:auto!important;
    margin:18px auto 0!important;
    pointer-events:auto!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-metric{
    position:relative!important;
    inset:auto!important;
    width:auto!important;
    min-height:148px!important;
    padding:22px!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-service-strip{
    position:relative!important;
    z-index:3!important;
    width:min(1180px,calc(100% - 80px))!important;
    margin:22px auto 0!important;
}
.glx-home-hero.glx-hero-premium > .glx-saudi-hero-skyline{
    right:-4vw!important;
    top:95px!important;
    width:min(58vw,880px)!important;
    opacity:.68!important;
}
.glx-service-premium-hero{
    background:
        radial-gradient(circle at 72% 28%,rgba(11,122,59,.24),transparent 30%),
        radial-gradient(circle at 58% 62%,rgba(201,169,110,.12),transparent 34%),
        linear-gradient(180deg,#03150f 0%,#07090d 56%,#050608 100%)!important;
}
.glx-service-premium-hero:before{
    background:
        linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px)!important;
    background-size:72px 72px!important;
    opacity:.42!important;
}
.glx-premium-service-art.has-reference-art .glx-premium-art-glow{
    background:
        radial-gradient(circle at 54% 48%,rgba(34,192,109,.3),transparent 30%),
        radial-gradient(circle at 68% 56%,rgba(201,169,110,.22),transparent 32%)!important;
}
@media (max-width:900px){
    .glx-home-hero.glx-hero-premium .glx-hero-metrics{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        width:min(100% - 44px,720px)!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-service-strip{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        width:min(100% - 44px,720px)!important;
    }
}
@media (max-width:680px){
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        padding:38px 0 18px!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        font-size:clamp(36px,10.4vw,48px)!important;
        margin-bottom:16px!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy p{
        font-size:15px!important;
        line-height:1.62!important;
    }
    .glx-home-hero.glx-hero-premium .glx-actions{
        gap:12px!important;
        margin-top:22px!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-metrics{
        grid-template-columns:1fr!important;
        margin-top:18px!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-metric{
        min-height:132px!important;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-service-strip{
        display:flex!important;
        overflow-x:auto!important;
        margin-top:16px!important;
        margin-bottom:86px!important;
    }
    .glx-home-hero.glx-hero-premium > .glx-saudi-hero-skyline{
        right:-250px!important;
        top:100px!important;
        width:650px!important;
        opacity:.2!important;
    }
}
@media (max-width:680px){
    .glx-hero-cinematic-bg{
        background-image:
            linear-gradient(180deg,rgba(3,4,5,.94) 0%,rgba(3,4,5,.86) 48%,rgba(3,4,5,.96) 100%),
            url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp');
        background-size:auto 100%;
        background-position:62% center;
        opacity:.42;
        animation:none;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        display:block;
        width:min(var(--max),calc(100% - 28px));
        padding:46px 0 94px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy{
        max-width:100%;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        font-size:clamp(39px,11vw,54px);
        line-height:1.06;
    }
    .glx-home-hero.glx-hero-premium .glx-rotating-title{
        color:transparent;
        background:linear-gradient(100deg,#6d83ff 0%,#39b8ff 48%,#21b6a9 100%);
        -webkit-background-clip:text;
        background-clip:text;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-alt,
    .glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
        max-width:100%;
    }
    .glx-hero-value-band{
        margin-top:-48px;
        padding-bottom:38px;
    }
}

/* Reference-style hero refinement without client logo strip */
.glx-home-hero.glx-hero-premium{
    border-top:1px solid rgba(255,255,255,.06);
}
.glx-home-hero.glx-hero-premium .glx-hero-stage{
    min-height:calc(100vh - 76px);
    padding:58px 0 118px;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy{
    max-width:650px;
    padding-top:8px;
}
.glx-home-hero.glx-hero-premium .glx-hero-badge{
    margin-bottom:28px;
}
.glx-home-hero.glx-hero-premium .glx-eyebrow{
    color:#4e94ff;
    letter-spacing:.2em;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{
    max-width:650px;
    margin-top:16px;
    font-size:clamp(54px,4.85vw,78px);
    line-height:1.05;
    text-shadow:0 22px 70px rgba(0,0,0,.58);
}
.glx-home-hero.glx-hero-premium .glx-hero-title-line{
    display:block;
}
.glx-home-hero.glx-hero-premium .glx-forward-gradient{
    display:inline-block;
    background:linear-gradient(96deg,#315dff 0%,#22a9ff 44%,#20d2b2 100%);
    -webkit-background-clip:text;
    background-clip:text;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
    max-width:610px;
    margin-top:22px;
    color:#d4d9e3;
    font-size:clamp(17px,1.22vw,20px);
    line-height:1.72;
}
.glx-home-hero.glx-hero-premium .glx-actions{
    margin-top:30px;
    gap:18px;
}
.glx-home-hero.glx-hero-premium .glx-actions .glx-btn:after{
    content:"\2197";
    margin-left:12px;
    font-size:18px;
    line-height:1;
}
.glx-home-hero.glx-hero-premium .glx-btn{
    min-width:188px;
    min-height:58px;
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row{
    display:flex;
    width:min(670px,100%);
    margin-top:42px;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div{
    position:relative;
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:12px;
    min-height:auto;
    padding:0 28px 0 0;
    border:0;
    background:transparent;
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div+div{
    padding-left:28px;
    border-left:1px solid rgba(255,255,255,.18);
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div:before{
    content:"";
    width:44px;
    height:44px;
    grid-row:1/3;
    border:1px solid rgba(255,255,255,.2);
    border-radius:12px;
    background:radial-gradient(circle at 50% 45%,rgba(33,182,169,.2),transparent 58%),rgba(255,255,255,.035);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row strong{
    color:#fff;
    font-size:clamp(22px,1.9vw,30px);
    line-height:1;
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row span{
    grid-column:2;
    margin-top:3px;
    color:#d4d9e3;
    font-size:13px;
    line-height:1.2;
    text-transform:none;
    letter-spacing:0;
}
.glx-hero-cinematic-bg{
    background-image:
        linear-gradient(90deg,rgba(2,3,5,.98) 0%,rgba(2,3,5,.88) 26%,rgba(2,3,5,.42) 48%,rgba(2,3,5,.02) 100%),
        linear-gradient(180deg,rgba(2,3,5,.22) 0%,rgba(2,3,5,.02) 48%,rgba(2,3,5,.86) 100%),
        url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp');
    background-size:auto 112%;
    background-position:center right -118px;
}
.glx-hero-cinematic-bg:before{
    content:"";
    position:absolute;
    inset:auto 0 0 30%;
    height:34%;
    background:linear-gradient(100deg,transparent,rgba(49,93,255,.16),rgba(33,182,169,.2),transparent);
    filter:blur(18px);
    opacity:.8;
}
.glx-hero-value-band{
    margin-top:-74px;
}
@media (max-width:1180px){
    .glx-hero-cinematic-bg{
        background-size:auto 100%;
        background-position:center right -260px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy{
        max-width:680px;
    }
}
@media (max-width:760px){
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        padding:44px 0 86px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        font-size:clamp(40px,11.4vw,56px);
    }
    .glx-home-hero.glx-hero-premium .glx-hero-trust-row{
        display:grid;
        grid-template-columns:1fr;
        gap:14px;
        margin-top:30px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-trust-row div,
    .glx-home-hero.glx-hero-premium .glx-hero-trust-row div+div{
        padding:0;
        border-left:0;
    }
    .glx-hero-cinematic-bg{
        background-position:center right -420px;
        opacity:.5;
    }
}

/* Reference-match pass: wider canvas, brighter dashboard, no client logos */
@media (min-width:1181px){
    .glx-site-header .glx-nav{
        width:min(1320px,calc(100% - 96px));
    }
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        width:min(1320px,calc(100% - 96px));
        max-width:none;
        margin:0 auto;
        padding-top:52px;
        padding-bottom:120px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy{
        max-width:575px;
        padding-top:0;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        max-width:585px;
        font-size:clamp(58px,4.65vw,76px);
        line-height:1.045;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
        max-width:540px;
        margin-top:22px;
    }
    .glx-hero-cinematic-bg{
        background-image:
            linear-gradient(90deg,rgba(2,3,5,.98) 0%,rgba(2,3,5,.9) 22%,rgba(2,3,5,.44) 41%,rgba(2,3,5,.05) 71%,rgba(2,3,5,0) 100%),
            linear-gradient(180deg,rgba(2,3,5,.08) 0%,rgba(2,3,5,0) 50%,rgba(2,3,5,.82) 100%),
            url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp');
        background-size:auto 108%;
        background-position:center right -10px;
        opacity:1;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-trust-row{
        width:620px;
        margin-top:40px;
    }
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div:before{
    display:grid;
    place-items:center;
    color:#28d3c4;
    font-size:20px;
    font-weight:900;
    line-height:1;
}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div:nth-child(1):before{content:"7";}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div:nth-child(2):before{content:"↗";}
.glx-home-hero.glx-hero-premium .glx-hero-trust-row div:nth-child(3):before{content:"✓";}
.glx-home-hero.glx-hero-premium .glx-actions .glx-btn{
    gap:0;
}
.glx-home-hero.glx-hero-premium .glx-actions .glx-btn:after{
    transform:translateY(-1px);
}

/* Homepage hero v4: Dubai skyline, floating metrics, services, clients */
.glx-home-hero.glx-hero-premium{
    min-height:calc(100vh - 76px);
    padding:0 0 54px;
    overflow:hidden;
    background:#020305;
}
.glx-home-hero.glx-hero-premium:before{
    opacity:.34;
    background:
        linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
    background-size:78px 78px;
    mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.68) 62%,transparent 100%);
}
.glx-home-hero.glx-hero-premium .glx-hero-stage{
    position:relative;
    z-index:12;
    display:grid;
    grid-template-columns:minmax(0,560px) minmax(0,1fr);
    align-items:center;
    width:min(1440px,calc(100% - 80px));
    min-height:640px;
    max-width:none;
    padding:34px 0 26px;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy{
    position:relative;
    z-index:15;
    max-width:560px;
    padding-top:0;
}
.glx-home-hero.glx-hero-premium .glx-hero-badge{
    margin-bottom:26px;
    border-color:rgba(180,205,255,.2);
    background:rgba(3,8,15,.58);
    box-shadow:0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}
.glx-home-hero.glx-hero-premium .glx-hero-badge span{
    width:9px;
    height:9px;
    border-radius:2px;
    transform:rotate(45deg);
    background:linear-gradient(135deg,#3c6dff,#21d8c4);
    box-shadow:0 0 18px rgba(33,216,196,.8);
}
.glx-home-hero.glx-hero-premium .glx-eyebrow{
    color:transparent;
    background:linear-gradient(90deg,#5d8dff 0%,#33b9ff 45%,#21d6bd 100%);
    -webkit-background-clip:text;
    background-clip:text;
    letter-spacing:.22em;
}
.glx-home-hero.glx-hero-premium .glx-hero-copy h1{
    max-width:620px;
    margin-top:18px;
    font-size:clamp(58px,5vw,76px);
    line-height:1.06;
    letter-spacing:0;
    text-wrap:balance;
    text-shadow:0 28px 76px rgba(0,0,0,.6);
}
.glx-home-hero.glx-hero-premium .glx-forward-gradient{
    color:transparent;
    background:linear-gradient(98deg,#3868ff 0%,#29b7ff 45%,#21d6bd 100%);
    -webkit-background-clip:text;
    background-clip:text;
}
.glx-home-hero.glx-hero-premium .glx-rotating-title{
    display:inline-block;
    min-height:1.08em;
    min-width:10ch;
    white-space:nowrap;
    vertical-align:baseline;
}
.glx-home-hero.glx-hero-premium .glx-rotating-title.is-typing:after{
    content:"";
    display:inline-block;
    width:3px;
    height:.82em;
    margin-left:5px;
    transform:translateY(.08em);
    border-radius:3px;
    background:#21d6bd;
    box-shadow:0 0 18px rgba(33,214,189,.45);
    animation:glxTypingCursor .9s steps(2,end) infinite;
}
@keyframes glxTypingCursor{0%,45%{opacity:1}46%,100%{opacity:0}}
.glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
    max-width:520px;
    margin:24px 0 0;
    color:#d8deea;
    font-size:clamp(17px,1.28vw,20px);
    line-height:1.68;
}
.glx-home-hero.glx-hero-premium .glx-actions{
    margin-top:30px;
    gap:18px;
}
.glx-home-hero.glx-hero-premium .glx-btn{
    min-width:184px;
    min-height:56px;
    border-radius:18px;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.glx-home-hero.glx-hero-premium .glx-btn-light{
    color:#fff;
    background:linear-gradient(135deg,#3659ff 0%,#26aef5 50%,#20d2bb 100%);
    box-shadow:0 18px 46px rgba(31,154,255,.28);
}
.glx-home-hero.glx-hero-premium .glx-btn:not(.glx-btn-light){
    background:rgba(4,8,14,.45);
    border-color:rgba(210,224,255,.25);
}
.glx-home-hero.glx-hero-premium .glx-btn:hover,
.glx-home-hero.glx-hero-premium .glx-btn:focus-visible{
    transform:translateY(-2px);
    border-color:rgba(33,214,189,.62);
    box-shadow:0 24px 54px rgba(0,0,0,.32),0 0 30px rgba(33,214,189,.16);
}
.glx-hero-cinematic-bg{
    z-index:0;
    background-image:
        linear-gradient(90deg,rgba(2,3,5,.98) 0%,rgba(2,3,5,.84) 29%,rgba(2,3,5,.34) 48%,rgba(2,3,5,.04) 70%,rgba(2,3,5,0) 100%),
        linear-gradient(180deg,rgba(2,3,5,.02) 0%,rgba(2,3,5,0) 56%,rgba(2,3,5,.76) 100%),
        image-set(
            url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp') type('image/webp'),
            url('../images/visuals/gligx-hero-riyadh-skyline-tech.png') type('image/png')
        );
    background-size:cover;
    background-position:center right;
    opacity:1;
    transform:scale(1.015);
}
.glx-hero-cinematic-bg:before{
    content:"";
    position:absolute;
    inset:auto 0 0 36%;
    height:34%;
    background:linear-gradient(105deg,transparent,rgba(65,83,255,.22),rgba(33,214,189,.16),rgba(136,85,255,.14),transparent);
    filter:blur(24px);
    opacity:.64;
}
.glx-hero-metrics{
    position:absolute;
    inset:132px max(40px,calc((100vw - 1440px)/2 + 38px)) auto auto;
    z-index:4;
    width:min(760px,52vw);
    height:520px;
    pointer-events:none;
    contain:layout paint;
}
.glx-hero-metric{
    position:absolute;
    width:210px;
    min-height:132px;
    padding:18px;
    border:1px solid rgba(178,207,255,.18);
    border-radius:20px;
    background:linear-gradient(145deg,rgba(8,14,24,.72),rgba(5,8,14,.5));
    box-shadow:0 28px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter:blur(14px);
    color:#fff;
    animation:glxMetricFloat 8s ease-in-out infinite;
    contain:layout paint;
    transform:translate3d(0,0,0);
}
.glx-hero-metric:after{
    content:"";
    position:absolute;
    inset:-1px;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(135deg,rgba(63,112,255,.28),transparent 34%,rgba(33,214,189,.22));
    opacity:.35;
    mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    padding:1px;
    -webkit-mask-composite:xor;
    mask-composite:exclude;
}
.glx-hero-metric-icon{
    display:grid;
    place-items:center;
    flex:0 0 auto;
    width:38px;
    height:38px;
    margin-bottom:12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:12px;
    background:rgba(255,255,255,.04);
    color:#22d4c0;
}
.glx-hero-metric-icon svg{
    display:block;
    width:18px;
    height:18px;
    min-width:18px;
    min-height:18px;
    stroke:currentColor;
    fill:none;
    stroke-width:2;
}
.glx-hero-metric small,
.glx-hero-metric em{
    display:block;
    color:#aeb9ca;
    font-style:normal;
    font-size:12px;
    line-height:1.25;
}
.glx-hero-metric small{
    color:#f4f7fb;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.glx-hero-metric strong{
    display:block;
    margin:7px 0 5px;
    color:#fff;
    font-size:34px;
    line-height:1;
}
.glx-mini-graph{
    display:block;
    width:76px;
    height:24px;
    margin-top:10px;
    background:
        linear-gradient(135deg,transparent 0 30%,#3d6dff 31% 36%,transparent 37% 52%,#20d2bb 53% 58%,transparent 59%),
        linear-gradient(180deg,transparent,rgba(33,214,189,.12));
    border-bottom:1px solid rgba(33,214,189,.42);
}
.glx-mini-graph-soft{
    opacity:.78;
    filter:hue-rotate(28deg);
}
.glx-hero-metric-projects{left:2%;top:8%}
.glx-hero-metric-success{right:3%;top:3%;animation-delay:-2s}
.glx-hero-metric-clients{left:14%;bottom:5%;animation-delay:-4s}
.glx-hero-metric-support{right:0;bottom:14%;animation-delay:-6s}
@keyframes glxMetricFloat{
    0%,100%{transform:translate3d(0,0,0)}
    50%{transform:translate3d(0,-10px,0)}
}
.glx-hero-service-strip,
.glx-hero-client-strip{
    position:relative;
    z-index:12;
    width:min(1440px,calc(100% - 80px));
    max-width:none;
}
.glx-hero-service-strip{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    border:1px solid rgba(178,207,255,.16);
    border-radius:20px;
    background:linear-gradient(145deg,rgba(9,13,20,.74),rgba(6,8,13,.58));
    box-shadow:0 24px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter:blur(16px);
    overflow:hidden;
}
.glx-hero-service-strip a{
    display:grid;
    grid-template-columns:42px 1fr;
    grid-template-rows:auto auto;
    align-items:center;
    gap:3px 14px;
    min-height:92px;
    padding:20px 22px;
    color:#fff;
    transition:background .25s ease,transform .25s ease;
}
.glx-hero-service-strip a+a{
    border-left:1px solid rgba(255,255,255,.1);
}
.glx-hero-service-strip a:hover,
.glx-hero-service-strip a:focus-visible{
    background:rgba(33,214,189,.08);
    transform:translateY(-2px);
    outline:0;
}
.glx-hero-service-strip span{
    grid-row:1/3;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    color:#22d4c0;
    background:rgba(255,255,255,.035);
}
.glx-hero-service-strip svg{
    width:19px;
    height:19px;
    stroke:currentColor;
    fill:none;
    stroke-width:2;
}
.glx-hero-service-strip strong{
    font-size:15px;
    line-height:1.15;
}
.glx-hero-service-strip small{
    color:#aeb9ca;
    font-size:12px;
    line-height:1.35;
}
.glx-hero-client-strip{
    margin-top:14px;
    padding:17px 24px;
    border:1px solid rgba(178,207,255,.15);
    border-radius:18px;
    background:rgba(5,8,14,.58);
    backdrop-filter:blur(14px);
}
.glx-hero-client-strip p{
    margin:0 0 12px;
    color:#cbd6e7;
    font-size:12px;
    font-weight:900;
    letter-spacing:.22em;
    text-align:center;
    text-transform:uppercase;
}
.glx-hero-client-strip div{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    align-items:center;
    gap:18px;
}
.glx-hero-client-strip span{
    display:grid;
    place-items:center;
    min-height:46px;
    color:rgba(255,255,255,.68);
    font-size:clamp(16px,1.45vw,24px);
    font-weight:950;
    letter-spacing:.02em;
    text-align:center;
    filter:grayscale(1);
    opacity:.72;
    transition:opacity .25s ease,color .25s ease,transform .25s ease;
}
.glx-hero-client-strip span:hover{
    color:#fff;
    opacity:1;
    transform:translateY(-1px);
}
@media (max-width:1180px){
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        grid-template-columns:1fr;
        width:calc(100% - 44px);
        max-width:980px;
        min-height:auto;
        padding:64px 0 34px;
    }
    .glx-hero-cinematic-bg{
        background-image:
            linear-gradient(180deg,rgba(2,3,5,.92) 0%,rgba(2,3,5,.72) 52%,rgba(2,3,5,.94) 100%),
            image-set(
                url('../images/visuals/gligx-hero-riyadh-skyline-tech.webp') type('image/webp'),
                url('../images/visuals/gligx-hero-riyadh-skyline-tech.png') type('image/png')
            );
        background-size:auto 100%;
        background-position:center right -220px;
    }
    .glx-hero-metrics{
        position:relative;
        inset:auto;
        display:grid;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:14px;
        width:calc(100% - 44px);
        max-width:980px;
        height:auto;
        margin:0 auto 18px;
        pointer-events:auto;
    }
    .glx-hero-metric{
        position:relative;
        inset:auto;
        width:auto;
        min-height:136px;
    }
    .glx-hero-service-strip,
    .glx-hero-client-strip{
        width:calc(100% - 44px);
        max-width:980px;
    }
    .glx-hero-service-strip{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .glx-hero-service-strip a:nth-child(odd){
        border-left:0;
    }
    .glx-hero-client-strip div{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media (max-width:680px){
    .glx-home-hero.glx-hero-premium,
    .glx-home-hero.glx-hero-premium *{
        max-width:100%;
    }
    .glx-home-hero.glx-hero-premium{
        padding-bottom:38px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        width:320px!important;
        max-width:calc(100vw - 44px)!important;
        margin-left:22px!important;
        margin-right:22px!important;
        padding:44px 0 28px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        max-width:100%;
        font-size:clamp(32px,9.2vw,38px);
        line-height:1.08;
        overflow-wrap:break-word;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-title-line{
        white-space:normal;
        overflow-wrap:break-word;
    }
    .glx-home-hero.glx-hero-premium .glx-forward-gradient{
        font-size:.94em;
    }
    .glx-home-hero.glx-hero-premium .glx-rotating-title{
        min-width:0;
        max-width:100%;
        white-space:normal;
    }
    .glx-home-hero.glx-hero-premium .glx-rotating-title.is-typing:after{
        width:2px;
        margin-left:3px;
    }
    .glx-home-hero.glx-hero-premium .glx-eyebrow{
        display:block;
        max-width:100%;
        font-size:9px;
        letter-spacing:.13em;
        white-space:normal;
        overflow-wrap:break-word;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-badge{
        font-size:10px;
        letter-spacing:.08em;
        white-space:normal;
    }
    .glx-home-hero.glx-hero-premium .glx-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%!important;
        max-width:100%!important;
    }
    .glx-home-hero.glx-hero-premium .glx-actions .glx-btn{
        width:100%;
        min-width:0;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy>p:not(.glx-hero-alt){
        max-width:100%;
        overflow-wrap:break-word;
    }
    .glx-hero-cinematic-bg{
        background-position:center right -520px;
        opacity:.7;
    }
    .glx-hero-metrics{
        grid-template-columns:1fr;
        gap:10px;
        width:320px!important;
        max-width:calc(100vw - 44px)!important;
        margin-left:22px!important;
        margin-right:22px!important;
    }
    .glx-hero-metric{
        width:100%;
        min-width:0;
        min-height:126px;
        padding:14px;
    }
    .glx-hero-metric strong{
        font-size:28px;
    }
    .glx-hero-service-strip,
    .glx-hero-client-strip{
        width:320px!important;
        max-width:calc(100vw - 44px)!important;
        margin-left:22px!important;
        margin-right:22px!important;
        overflow:hidden;
    }
    .glx-hero-service-strip{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
    }
    .glx-hero-service-strip a{
        min-width:250px;
        scroll-snap-align:start;
    }
    .glx-hero-service-strip a+a{
        border-left:1px solid rgba(255,255,255,.1);
    }
    .glx-hero-client-strip div{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .glx-hero-client-strip p{
        font-size:10px;
        letter-spacing:.16em;
    }
}
@media (prefers-reduced-motion:reduce){
    .glx-hero-metric{
        animation:none!important;
    }
}

.glx-thankyou-hero{
    position:relative;
    overflow:hidden;
    min-height:calc(100vh - 76px);
    padding:96px 0;
    background:
        radial-gradient(circle at 18% 18%,rgba(21,99,160,.34),transparent 34%),
        radial-gradient(circle at 78% 12%,rgba(33,182,169,.2),transparent 30%),
        linear-gradient(180deg,#050505,#0a0d12 58%,#050505);
}
.glx-thankyou-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
    background-size:76px 76px;
    mask-image:linear-gradient(to bottom,#000,transparent 88%);
    pointer-events:none;
}
.glx-thankyou-bg span{
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    filter:blur(40px);
    opacity:.34;
    animation:glx-thankyou-float 9s ease-in-out infinite;
}
.glx-thankyou-bg span:nth-child(1){left:8%;top:18%;background:#1563a0}
.glx-thankyou-bg span:nth-child(2){right:14%;top:14%;background:#21b6a9;animation-delay:-3s}
.glx-thankyou-bg span:nth-child(3){right:32%;bottom:8%;background:#c9a96e;animation-delay:-6s;opacity:.16}
.glx-thankyou-shell{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
    gap:46px;
    align-items:center;
}
.glx-thankyou-copy h1{
    max-width:820px;
    margin:18px 0 20px;
    font-size:clamp(46px,6vw,86px);
    line-height:1.02;
    letter-spacing:0;
    text-wrap:balance;
}
.glx-thankyou-copy p{
    max-width:680px;
    margin:0;
    color:#d4dbe7;
    font-size:clamp(18px,1.45vw,22px);
    line-height:1.68;
}
.glx-thankyou-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:30px;
}
.glx-thankyou-card{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.15);
    border-radius:16px;
    background:linear-gradient(150deg,rgba(255,255,255,.13),rgba(255,255,255,.045));
    box-shadow:0 44px 130px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);
    padding:34px;
}
.glx-thankyou-card:before{
    content:"";
    position:absolute;
    inset:-30% -20% auto auto;
    width:360px;
    height:360px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(33,182,169,.22),transparent 64%);
    filter:blur(10px);
    animation:glx-float-slow 8s ease-in-out infinite;
}
.glx-thankyou-card>*{
    position:relative;
    z-index:1;
}
.glx-thankyou-check{
    display:grid;
    place-items:center;
    width:96px;
    height:96px;
    margin-bottom:24px;
    border:1px solid rgba(33,182,169,.42);
    border-radius:28px;
    background:linear-gradient(135deg,rgba(21,99,160,.28),rgba(33,182,169,.16));
    box-shadow:0 0 60px rgba(33,182,169,.24);
}
.glx-thankyou-check svg{
    width:54px;
    height:54px;
    fill:none;
    stroke:#fff;
    stroke-width:5;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:42;
    stroke-dashoffset:42;
    animation:glx-check-draw .9s ease .2s forwards;
}
.glx-thankyou-card small{
    display:block;
    color:var(--teal);
    font-size:12px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.glx-thankyou-card h2{
    margin:10px 0 20px;
    font-size:clamp(28px,3vw,42px);
    line-height:1.05;
}
.glx-thankyou-steps{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
    counter-reset:thanksteps;
}
.glx-thankyou-steps li{
    counter-increment:thanksteps;
    display:grid;
    grid-template-columns:46px 1fr;
    gap:14px;
    align-items:start;
    padding:15px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    background:rgba(5,5,5,.36);
}
.glx-thankyou-steps li:before{
    content:counter(thanksteps,decimal-leading-zero);
    grid-row:1/3;
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#050505;
    font-weight:950;
}
.glx-thankyou-steps strong{
    grid-column:2;
    display:block;
    color:#fff;
    font-size:16px;
}
.glx-thankyou-steps span{
    grid-column:2;
    display:block;
    color:#b8c1cf;
    font-size:14px;
    line-height:1.5;
}
.glx-thankyou-orbit{
    position:absolute;
    inset:16px 16px auto auto;
    width:120px;
    height:120px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    opacity:.74;
    animation:glx-spin 18s linear infinite;
}
.glx-thankyou-orbit span{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#21b6a9;
    box-shadow:0 0 18px rgba(33,182,169,.8);
}
.glx-thankyou-orbit span:nth-child(1){left:50%;top:-4px}
.glx-thankyou-orbit span:nth-child(2){right:6px;bottom:20px;background:#1563a0}
.glx-thankyou-orbit span:nth-child(3){left:10px;bottom:20px;background:#c9a96e}
.glx-thankyou-links{
    background:#f7f7f7;
    color:#050505;
}
.glx-thankyou-link-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.glx-thankyou-link-grid a{
    min-height:190px;
    padding:24px;
    border:1px solid rgba(5,5,5,.08);
    border-radius:14px;
    background:#fff;
    color:#050505;
    box-shadow:0 28px 80px rgba(5,5,5,.06);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.glx-thankyou-link-grid a:hover,
.glx-thankyou-link-grid a:focus-visible{
    transform:translateY(-5px);
    border-color:rgba(33,182,169,.34);
    box-shadow:0 34px 90px rgba(5,5,5,.1);
}
.glx-thankyou-link-grid strong{
    display:block;
    margin-bottom:12px;
    font-size:20px;
    line-height:1.15;
}
.glx-thankyou-link-grid span{
    display:block;
    color:#4b5563;
    line-height:1.55;
}
@keyframes glx-thankyou-float{
    0%,100%{transform:translate3d(0,0,0) scale(1)}
    50%{transform:translate3d(18px,-20px,0) scale(1.08)}
}
@keyframes glx-check-draw{
    to{stroke-dashoffset:0}
}
@media (max-width:980px){
    .glx-thankyou-shell,
    .glx-thankyou-link-grid{
        grid-template-columns:1fr;
    }
    .glx-thankyou-card{
        padding:26px;
    }
}
@media (max-width:640px){
    .glx-thankyou-hero{
        padding:58px 0;
    }
    .glx-thankyou-actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .glx-thankyou-actions .glx-btn{
        width:100%;
    }
}
@media (max-width:640px){
    .glx-pagination-nav{
        padding:16px 12px;
        border-radius:14px;
    }
    .glx-pagination-summary{
        font-size:11px;
        line-height:1.45;
    }
    .glx-blog-pagination .pagination{
        gap:6px;
    }
    .glx-blog-pagination .page-link{
        min-width:36px;
        height:36px;
        padding:0 10px;
        font-size:13px;
    }
    .glx-blog-pagination .page-link-control{
        min-width:38px;
        font-size:18px;
    }
}

/* Align header, hero, and lower sections on the same site grid */
@media (min-width:1181px){
    .glx-site-header .glx-nav,
    .glx-home-hero.glx-hero-premium .glx-hero-stage,
    .glx-hero-service-strip{
        width:min(var(--max),calc(100% - 40px))!important;
        max-width:var(--max)!important;
    }
    .glx-site-header .glx-brand-logo{
        transform:translateX(-38px);
    }
    .glx-home-hero.glx-hero-premium .glx-hero-stage{
        grid-template-columns:minmax(0,540px) minmax(0,1fr);
        gap:56px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy{
        max-width:540px;
    }
    .glx-home-hero.glx-hero-premium .glx-hero-copy h1{
        max-width:540px;
        font-size:clamp(54px,4.05vw,68px);
    }
    .glx-home-hero.glx-hero-premium .glx-rotating-title{
        min-width:0;
        max-width:100%;
    }
    .glx-hero-metrics{
        right:max(40px,calc((100vw - 1180px)/2 + 18px));
        width:min(520px,40vw);
    }
    .glx-hero-metric{
        width:190px;
    }
    .glx-hero-metric-projects{
        left:8%;
        top:9%;
    }
    .glx-hero-metric-clients{
        left:24%;
        bottom:7%;
    }
}

/* Gligx accent normalization: keep hero premium tech-blue with controlled teal */
.glx-home-hero.glx-hero-premium{
    --glx-accent-blue:#1563a0;
    --glx-accent-teal:#21b6a9;
    --glx-accent-blue-bright:#2f86d6;
}
.glx-home-hero.glx-hero-premium .glx-eyebrow,
.glx-home-hero.glx-hero-premium .glx-forward-gradient,
.glx-home-hero.glx-hero-premium .glx-rotating-title{
    background:linear-gradient(98deg,var(--glx-accent-blue) 0%,var(--glx-accent-blue-bright) 48%,var(--glx-accent-teal) 100%)!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-badge span{
    background:linear-gradient(135deg,var(--glx-accent-blue),var(--glx-accent-teal))!important;
    box-shadow:0 0 18px rgba(33,182,169,.68)!important;
}
.glx-home-hero.glx-hero-premium .glx-btn-light{
    background:linear-gradient(135deg,var(--glx-accent-blue) 0%,var(--glx-accent-blue-bright) 48%,var(--glx-accent-teal) 100%)!important;
    box-shadow:0 18px 46px rgba(21,99,160,.28)!important;
}
.glx-home-hero.glx-hero-premium .glx-rotating-title.is-typing:after{
    background:var(--glx-accent-teal)!important;
    box-shadow:0 0 18px rgba(33,182,169,.48)!important;
}
.glx-hero-metric-icon,
.glx-hero-service-strip span{
    color:#21b6a9!important;
}
.glx-mini-graph{
    background:
        linear-gradient(135deg,transparent 0 30%,#1563a0 31% 36%,transparent 37% 52%,#21b6a9 53% 58%,transparent 59%),
        linear-gradient(180deg,transparent,rgba(33,182,169,.12))!important;
    border-bottom-color:rgba(33,182,169,.42)!important;
}
.glx-hero-cinematic-bg:before{
    background:linear-gradient(105deg,transparent,rgba(21,99,160,.2),rgba(33,182,169,.16),transparent)!important;
}
.glx-whatsapp-chat{
    background:#25d366;
}

/* Saudi Arabia edition */
:root{
    --glx-saudi-green:#0b7a3b;
    --glx-saudi-green-deep:#063f28;
    --glx-saudi-gold:#c9a96e;
}
.glx-home-hero.glx-hero-premium,
.glx-page-hero,
.glx-service-premium-hero,
.glx-web-design-hero.glx-service-hero{
    background:
        radial-gradient(circle at 76% 10%,rgba(11,122,59,.28),transparent 28%),
        radial-gradient(circle at 18% 14%,rgba(201,169,110,.18),transparent 34%),
        linear-gradient(180deg,#03150f 0%,#050505 54%,#08120d 100%)!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-cinematic-bg{
    background:
        linear-gradient(90deg,rgba(3,21,15,.92) 0%,rgba(3,21,15,.68) 34%,rgba(3,21,15,.18) 68%,rgba(3,21,15,.42) 100%),
        url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp") center right/cover no-repeat!important;
    opacity:.96;
}
.glx-home-hero.glx-hero-premium:after,
.glx-page-hero:after,
.glx-service-premium-hero:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.18;
    background:
        linear-gradient(135deg,transparent 0 24%,rgba(201,169,110,.22) 24% 25%,transparent 25% 49%,rgba(255,255,255,.1) 49% 50%,transparent 50% 74%,rgba(201,169,110,.16) 74% 75%,transparent 75%),
        linear-gradient(45deg,transparent 0 24%,rgba(34,192,109,.18) 24% 25%,transparent 25% 49%,rgba(255,255,255,.08) 49% 50%,transparent 50% 74%,rgba(34,192,109,.12) 74% 75%,transparent 75%);
    background-size:96px 96px;
    mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.85) 48%,transparent);
}
.glx-page-hero > *,
.glx-service-premium-hero > *,
.glx-home-hero.glx-hero-premium > *{
    position:relative;
    z-index:2;
}
.glx-service-premium-hero:before{
    background:
        linear-gradient(90deg,rgba(3,21,15,.9),rgba(3,21,15,.68) 42%,rgba(3,21,15,.22)),
        url("../images/visuals/service-reference-saudi-business-tech.webp") center right/cover no-repeat!important;
    opacity:.36;
    mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.76) 76%,transparent);
}
.glx-web-design-hero.glx-service-hero:before{
    background:
        linear-gradient(90deg,rgba(3,21,15,.92),rgba(3,21,15,.58) 48%,rgba(3,21,15,.08)),
        url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp") center right/cover no-repeat!important;
    opacity:.48;
}
.glx-home-hero.glx-hero-premium .glx-btn-light,
.glx-service-premium-hero .glx-btn-light,
.glx-web-design-hero .glx-btn-light{
    background:linear-gradient(135deg,var(--glx-saudi-green),#13a15a,var(--glx-saudi-gold))!important;
    color:#fff!important;
    box-shadow:0 18px 46px rgba(11,122,59,.28)!important;
}
.glx-home-hero.glx-hero-premium .glx-eyebrow,
.glx-page-hero .glx-eyebrow,
.glx-service-premium-hero .glx-eyebrow,
.glx-forward-gradient,
.glx-link{
    color:#22c06d!important;
}
.glx-home-hero.glx-hero-premium .glx-forward-gradient,
.glx-home-hero.glx-hero-premium .glx-rotating-title{
    background:linear-gradient(90deg,#fff,#22c06d,var(--glx-saudi-gold))!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
}
.glx-site-header{
    background:rgba(3,21,15,.72)!important;
}
.glx-card-service:hover,
.glx-case-card:hover,
.glx-post-card:hover{
    border-color:rgba(34,192,109,.48)!important;
}

/* Conversion booster for high-traffic pages */
.glx-conversion-booster{
    position:relative;
    z-index:4;
    padding:34px 0;
    background:
        radial-gradient(circle at 18% 0,rgba(21,99,160,.24),transparent 34%),
        radial-gradient(circle at 86% 30%,rgba(33,182,169,.15),transparent 30%),
        linear-gradient(180deg,#050505,#080808);
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}
.glx-conversion-booster:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:64px 64px;
    opacity:.32;
    pointer-events:none;
}
.glx-conversion-grid{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
    gap:24px;
    align-items:stretch;
}
.glx-conversion-copy,
.glx-conversion-form-card{
    border:1px solid rgba(255,255,255,.13);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
    box-shadow:0 26px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);
}
.glx-conversion-copy{padding:30px}
.glx-conversion-copy h2{
    max-width:760px;
    margin:12px 0 14px;
    color:#fff;
    font-size:clamp(30px,3.2vw,48px);
    line-height:1.05;
    letter-spacing:0;
}
.glx-conversion-copy p{
    max-width:720px;
    margin:0;
    color:#c8d0da;
    font-size:17px;
}
.glx-conversion-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}
.glx-conversion-chips span{
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#f4f7fb;
    padding:8px 11px;
    font-size:12px;
    font-weight:850;
}
.glx-conversion-proof{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1px;
    margin-top:24px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(255,255,255,.08);
}
.glx-conversion-proof strong{
    display:block;
    min-height:86px;
    padding:16px 14px;
    background:rgba(5,5,5,.56);
}
.glx-conversion-proof b{
    display:block;
    color:#fff;
    font-size:28px;
    line-height:1;
}
.glx-conversion-proof span{
    display:block;
    margin-top:7px;
    color:#aeb7c4;
    font-size:11px;
    font-weight:900;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.glx-conversion-direct{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}
.glx-conversion-direct a{
    display:inline-flex;
    align-items:center;
    min-height:42px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    color:#fff;
    padding:10px 14px;
    font-weight:900;
    text-decoration:none;
}
.glx-conversion-direct a:first-child{
    background:#fff;
    color:#050505;
}
.glx-conversion-form-card{
    position:relative;
    overflow:hidden;
    padding:22px;
}
.glx-conversion-form-card:before{
    content:"";
    position:absolute;
    right:-80px;
    top:-120px;
    width:280px;
    height:280px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(33,182,169,.23),transparent 68%);
    filter:blur(4px);
    pointer-events:none;
}
.glx-conversion-form-card>*{position:relative;z-index:1}
.glx-conversion-form-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:16px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.glx-conversion-form-head span{
    color:#c9a96e;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.12em;
}
.glx-conversion-form-head strong{
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.glx-conversion-form-card .glx-consult-fields{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px;
}
.glx-conversion-form-card .glx-consult-form textarea{min-height:92px}
.glx-conversion-form-card .glx-captcha-row{grid-template-columns:138px 1fr}
.glx-conversion-form-card .captcha_image{max-width:128px}
.glx-conversion-form-card .glx-consult-form .save{
    width:100%;
    margin-top:14px;
}
.glx-mobile-lead-bar{display:none}

/* Web Design Dubai: final mobile containment so the creative hero never clips text. */
@media(max-width:680px){
    .glx-web-design-hero{
        overflow:hidden;
    }
    .glx-web-design-hero .glx-container,
    .glx-web-design-hero .glx-page-hero-grid,
    .glx-web-design-hero .glx-page-hero-grid>div{
        min-width:0;
        max-width:100%;
    }
    .glx-web-design-hero .glx-page-hero-grid{
        display:grid;
        grid-template-columns:minmax(0,1fr);
        gap:24px;
    }
    .glx-web-design-hero .glx-breadcrumb{
        max-width:100%;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .glx-web-design-hero h1{
        max-width:100%;
        font-size:clamp(34px,9.4vw,42px);
        line-height:1.05;
        overflow-wrap:normal;
        word-break:normal;
    }
    .glx-web-design-hero p{
        max-width:100%;
        overflow-wrap:break-word;
    }
    .glx-web-design-hero-art{
        display:block;
        max-width:100%;
        min-height:auto;
        overflow:hidden;
        padding-top:8px;
    }
    .glx-web-design-hero-art:before{
        display:none;
    }
    .glx-web-design-hero-art .glx-page-visual{
        width:100%;
        max-width:100%;
        transform:none;
    }
    .glx-web-design-floating{
        position:relative;
        display:inline-block;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        max-width:calc(50% - 8px);
        min-width:0;
        margin:8px 6px 0 0;
        padding:12px 13px;
        white-space:normal;
        animation:none;
        vertical-align:top;
    }
    .glx-web-design-floating strong{
        font-size:16px;
        line-height:1.08;
    }
    .glx-web-design-lab{
        padding-top:12px;
    }
    .glx-web-design-lab .glx-wd-orbit,
    .glx-web-design-lab .glx-wd-cursor{
        display:none;
    }
    .glx-web-design-lab .glx-wd-browser{
        width:100%;
        margin:0;
        transform:none;
        animation:none;
    }
    .glx-web-design-lab .glx-wd-browser-top{
        min-height:44px;
        padding:0 12px;
    }
    .glx-web-design-lab .glx-wd-browser-top strong{
        font-size:9px;
        letter-spacing:.1em;
    }
    .glx-web-design-lab .glx-wd-browser-body{
        grid-template-columns:1fr;
        gap:12px;
        padding:14px;
    }
    .glx-web-design-lab .glx-wd-page-left{
        min-height:230px;
        padding:20px;
    }
    .glx-web-design-lab .glx-wd-page-left strong{
        font-size:31px;
    }
    .glx-web-design-lab .glx-wd-page-right{
        grid-template-columns:repeat(3,minmax(0,1fr));
        padding:10px;
        gap:8px;
    }
    .glx-web-design-lab .glx-wd-mini-card{
        min-height:60px;
        background-size:60% 7px,auto;
        background-position:10px 16px,0 0;
    }
    .glx-web-design-lab .glx-wd-browser-foot{
        grid-template-columns:1fr;
        padding:0 14px 14px;
    }
    .glx-web-design-lab .glx-wd-browser-foot span{
        min-height:48px;
        font-size:12px;
    }
    .glx-web-design-lab .glx-wd-phone{
        position:relative;
        right:auto;
        bottom:auto;
        width:100%;
        min-height:auto;
        margin-top:10px;
        border-radius:8px;
        animation:none;
    }
    .glx-web-design-lab .glx-web-design-floating-a,
    .glx-web-design-lab .glx-web-design-floating-b,
    .glx-web-design-lab .glx-web-design-floating-c{
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
    }
}

@media(max-width:980px){
    .glx-conversion-grid{grid-template-columns:1fr}
    .glx-conversion-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
    body{padding-bottom:76px}
    .glx-conversion-booster{padding:24px 0}
    .glx-conversion-copy,.glx-conversion-form-card{padding:20px}
    .glx-conversion-copy h2{font-size:30px}
    .glx-conversion-copy p{font-size:15px}
    .glx-conversion-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
    .glx-conversion-form-card .glx-consult-fields,
    .glx-conversion-form-card .glx-captcha-row{grid-template-columns:1fr}
    .glx-whatsapp-chat{display:none!important}
    .glx-mobile-lead-bar{
        position:fixed;
        left:10px;
        right:10px;
        bottom:10px;
        z-index:10000;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        overflow:hidden;
        border:1px solid rgba(255,255,255,.18);
        border-radius:8px;
        background:rgba(5,5,5,.86);
        box-shadow:0 20px 60px rgba(0,0,0,.42);
        backdrop-filter:blur(18px);
    }
    .glx-mobile-lead-bar a{
        display:flex;
        min-height:58px;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:1px;
        color:#fff;
        text-align:center;
        text-decoration:none;
        border-right:1px solid rgba(255,255,255,.1);
    }
    .glx-mobile-lead-bar a:last-child{border-right:0}
    .glx-mobile-lead-bar a:nth-child(2){
        background:linear-gradient(135deg,#1fb95a,#25d366);
        color:#fff;
    }
    .glx-mobile-lead-bar strong{
        font-size:13px;
        line-height:1;
    }
    .glx-mobile-lead-bar span{
        color:rgba(255,255,255,.72);
        font-size:10px;
        font-weight:800;
    }
}

@media(max-width:680px){
    .glx-web-design-hero .glx-container{
        width:calc(100vw - 40px)!important;
        max-width:calc(100vw - 40px)!important;
        margin-left:20px!important;
        margin-right:20px!important;
    }
    .glx-web-design-hero .glx-page-hero-grid{
        width:calc(100vw - 40px)!important;
        max-width:calc(100vw - 40px)!important;
    }
    .glx-web-design-hero .glx-page-hero-grid>div,
    .glx-web-design-hero .glx-actions{
        width:100%!important;
        max-width:100%!important;
    }
    .glx-web-design-hero h1,
    .glx-web-design-hero p{
        width:100%!important;
        max-width:100%!important;
        white-space:normal!important;
    }
    .glx-web-design-hero h1{
        font-size:clamp(33px,8.8vw,38px)!important;
    }
    .glx-web-design-hero .glx-actions .glx-btn{
        max-width:100%;
    }
    .glx-web-design-floating{
        display:block;
        width:100%;
        max-width:100%;
        margin-right:0;
    }
}

/* Web Design Dubai: completely new editorial studio direction */
.glx-web-design-hero{
    background:
        radial-gradient(circle at 20% 22%,rgba(21,99,160,.18),transparent 30%),
        radial-gradient(circle at 72% 18%,rgba(33,182,169,.18),transparent 34%),
        linear-gradient(135deg,#050505 0%,#071015 50%,#050505 100%)!important;
}
.glx-wd-editorial-art{
    min-height:610px;
    display:block;
    position:relative;
    perspective:1400px;
}
.glx-wd-editorial-art:before{
    display:none!important;
}
.glx-wd-art-grid{
    position:absolute;
    inset:3% 0 5% 4%;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
        radial-gradient(circle at 60% 35%,rgba(33,182,169,.18),transparent 38%);
    background-size:52px 52px,52px 52px,auto;
    transform:rotate(-2.5deg);
    box-shadow:0 40px 130px rgba(0,0,0,.32);
}
.glx-wd-layer{
    position:absolute;
    border:1px solid rgba(255,255,255,.13);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    box-shadow:0 34px 100px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
}
.glx-wd-poster{
    left:2%;
    top:5%;
    z-index:3;
    width:44%;
    min-height:385px;
    padding:30px;
    background:
        radial-gradient(circle at 86% 12%,rgba(33,182,169,.22),transparent 34%),
        linear-gradient(145deg,rgba(7,16,22,.94),rgba(5,5,5,.9));
    animation:glx-float-soft 7.8s ease-in-out infinite;
}
.glx-wd-poster span,
.glx-wd-seo-map small{
    color:var(--gold);
    font-size:11px;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.glx-wd-poster strong{
    display:block;
    margin-top:28px;
    color:#fff;
    font-size:clamp(32px,3.15vw,46px);
    line-height:1.02;
}
.glx-wd-poster em{
    display:block;
    width:76%;
    height:9px;
    margin-top:30px;
    border-radius:999px;
    background:linear-gradient(90deg,#2f73ff,var(--teal),var(--gold));
}
.glx-wd-site-frame{
    right:1%;
    top:16%;
    z-index:2;
    width:58%;
    min-height:430px;
    overflow:hidden;
    transform:rotateY(-12deg) rotateZ(2deg);
    transform-origin:center;
    background:linear-gradient(145deg,rgba(7,15,24,.96),rgba(5,5,5,.9));
    animation:glx-wd-editorial-tilt 9s ease-in-out infinite;
}
.glx-wd-frame-top{
    display:flex;
    align-items:center;
    gap:8px;
    height:50px;
    padding:0 18px;
    border-bottom:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.04);
}
.glx-wd-frame-top i{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    opacity:.55;
}
.glx-wd-frame-top i:nth-child(2){background:var(--teal);opacity:.9}
.glx-wd-frame-top i:nth-child(3){background:var(--gold);opacity:.75}
.glx-wd-frame-top span{
    margin-left:auto;
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.glx-wd-frame-hero{
    margin:24px;
    min-height:190px;
    padding:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:radial-gradient(circle at 78% 20%,rgba(33,182,169,.18),transparent 34%),rgba(255,255,255,.04);
}
.glx-wd-frame-hero b{
    display:block;
    width:44%;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.28);
}
.glx-wd-frame-hero strong{
    display:block;
    max-width:330px;
    margin-top:28px;
    color:#fff;
    font-size:36px;
    line-height:1.04;
}
.glx-wd-frame-hero p{
    width:68%;
    height:8px;
    margin:22px 0 0!important;
    border-radius:999px;
    background:linear-gradient(90deg,var(--blue),var(--teal));
}
.glx-wd-frame-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    padding:0 24px 24px;
}
.glx-wd-frame-cards i{
    min-height:96px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(33,182,169,.08),rgba(255,255,255,.035));
}
.glx-wd-mobile-card{
    right:6%;
    bottom:2%;
    z-index:5;
    width:150px;
    min-height:250px;
    padding:18px 14px;
    border-radius:24px;
    background:linear-gradient(160deg,rgba(5,5,5,.95),rgba(8,27,35,.92));
    animation:glx-float-slow 8.4s ease-in-out infinite reverse;
}
.glx-wd-mobile-card span{
    display:block;
    width:34px;
    height:4px;
    margin:0 auto 24px;
    border-radius:999px;
    background:rgba(255,255,255,.34);
}
.glx-wd-mobile-card strong{
    display:block;
    color:#fff;
    font-size:20px;
    line-height:1.08;
}
.glx-wd-mobile-card em{
    display:block;
    height:9px;
    margin-top:17px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
}
.glx-wd-mobile-card em:last-child{width:58%;background:linear-gradient(90deg,var(--blue),var(--teal))}
.glx-wd-seo-map{
    left:11%;
    bottom:4%;
    z-index:6;
    width:315px;
    padding:20px;
    background:linear-gradient(145deg,rgba(5,5,5,.92),rgba(9,19,25,.82));
}
.glx-wd-seo-map strong{
    display:block;
    margin-top:10px;
    color:#fff;
    font-size:22px;
    line-height:1.12;
}
.glx-wd-palette{
    right:18%;
    top:6%;
    z-index:6;
    display:flex;
    gap:9px;
    padding:13px;
}
.glx-wd-palette span{
    width:22px;
    height:22px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.2);
}
.glx-wd-palette span:nth-child(1){background:#fff}
.glx-wd-palette span:nth-child(2){background:var(--blue)}
.glx-wd-palette span:nth-child(3){background:var(--teal)}
.glx-wd-palette span:nth-child(4){background:var(--gold)}
.glx-wd-pen{
    left:48%;
    top:10%;
    z-index:7;
    width:22px;
    height:120px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff,var(--teal));
    transform:rotate(38deg);
    animation:glx-wd-pen 6.6s ease-in-out infinite;
}
.glx-wd-pen:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-14px;
    transform:translateX(-50%);
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:18px solid var(--gold);
}
.glx-wd-atelier{
    background:
        linear-gradient(90deg,#050505 0 54%,#f4f6f8 54% 100%)!important;
    color:#fff;
}
.glx-wd-atelier-grid{
    display:grid;
    grid-template-columns:minmax(0,.88fr) minmax(460px,1fr);
    gap:56px;
    align-items:center;
}
.glx-wd-atelier .glx-web-design-studio-copy h2{
    max-width:790px;
}
.glx-wd-atelier-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}
.glx-wd-atelier-tags span{
    display:inline-flex;
    min-height:44px;
    align-items:center;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    padding:10px 15px;
    color:#fff;
    background:rgba(255,255,255,.06);
    font-weight:900;
}
.glx-wd-atelier-board{
    display:grid;
    gap:16px;
    color:#050505;
}
.glx-wd-atelier-board article{
    position:relative;
    min-height:150px;
    border:1px solid rgba(5,5,5,.1);
    border-radius:8px;
    padding:24px 24px 24px 92px;
    background:#fff;
    box-shadow:0 28px 80px rgba(5,5,5,.1);
    overflow:hidden;
}
.glx-wd-atelier-board article:before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:5px;
    background:linear-gradient(180deg,var(--blue),var(--teal),var(--gold));
}
.glx-wd-atelier-board span{
    position:absolute;
    left:24px;
    top:24px;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    color:#fff;
    background:#050505;
    font-weight:950;
}
.glx-wd-atelier-board strong{
    display:block;
    color:#050505;
    font-size:28px;
    line-height:1.05;
}
.glx-wd-atelier-board p{
    margin:10px 0 0;
    color:#4b5563;
}
@keyframes glx-wd-editorial-tilt{
    0%,100%{transform:rotateY(-12deg) rotateZ(2deg) translateY(0)}
    50%{transform:rotateY(-7deg) rotateZ(1deg) translateY(-12px)}
}
@keyframes glx-wd-pen{
    0%,100%{transform:translate(0,0) rotate(38deg)}
    45%{transform:translate(34px,56px) rotate(42deg)}
    70%{transform:translate(-24px,98px) rotate(34deg)}
}
@media(max-width:1080px){
    .glx-wd-editorial-art{min-height:620px}
    .glx-wd-atelier{
        background:#050505!important;
    }
    .glx-wd-atelier-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
    .glx-web-design-hero .glx-container{
        width:calc(100vw - 52px)!important;
        max-width:calc(100vw - 52px)!important;
        margin-left:20px!important;
        margin-right:32px!important;
    }
    .glx-web-design-hero .glx-page-hero-grid{
        width:100%!important;
        max-width:100%!important;
    }
    .glx-web-design-hero p{
        font-size:15.5px!important;
        line-height:1.68!important;
        overflow-wrap:anywhere!important;
    }
    .glx-wd-editorial-art{
        min-height:auto;
        display:grid;
        gap:12px;
        padding-top:12px;
    }
    .glx-wd-editorial-art .glx-wd-art-grid,
    .glx-wd-editorial-art .glx-wd-pen,
    .glx-wd-editorial-art .glx-wd-palette{
        display:none;
    }
    .glx-wd-editorial-art .glx-wd-layer{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        width:100%;
        min-height:auto;
        transform:none;
        animation:none;
    }
    .glx-wd-poster{padding:22px}
    .glx-wd-poster strong{
        font-size:31px;
        margin-top:18px;
    }
    .glx-wd-site-frame{
        overflow:hidden;
    }
    .glx-wd-frame-top{
        height:44px;
        padding:0 12px;
    }
    .glx-wd-frame-top span{
        font-size:9px;
        letter-spacing:.08em;
    }
    .glx-wd-frame-hero{
        margin:14px;
        min-height:165px;
        padding:18px;
    }
    .glx-wd-frame-hero strong{
        font-size:28px;
    }
    .glx-wd-frame-cards{
        grid-template-columns:1fr;
        padding:0 14px 14px;
    }
    .glx-wd-frame-cards i{min-height:58px}
    .glx-wd-mobile-card{
        border-radius:8px;
        padding:18px;
    }
    .glx-wd-seo-map strong{font-size:20px}
    .glx-wd-atelier{padding:64px 0}
    .glx-wd-atelier-board article{
        padding:22px;
    }
    .glx-wd-atelier-board span{
        position:static;
        margin-bottom:18px;
    }
}

@media(max-width:680px){
    .glx-web-design-hero .glx-container.glx-page-hero-grid{
        width:min(300px,calc(100vw - 72px))!important;
        max-width:min(300px,calc(100vw - 72px))!important;
        margin-left:22px!important;
        margin-right:auto!important;
    }
    .glx-web-design-hero .glx-container.glx-page-hero-grid>div,
    .glx-web-design-hero .glx-container.glx-page-hero-grid p,
    .glx-web-design-hero .glx-container.glx-page-hero-grid h1,
    .glx-web-design-hero .glx-container.glx-page-hero-grid .glx-actions,
    .glx-web-design-hero .glx-container.glx-page-hero-grid .glx-wd-layer{
        width:100%!important;
        max-width:100%!important;
    }
    .glx-web-design-hero .glx-container.glx-page-hero-grid p{
        font-size:13.8px!important;
        line-height:1.76!important;
    }
    .glx-wd-poster strong{
        font-size:27px!important;
        line-height:1.08!important;
        overflow-wrap:anywhere!important;
    }
    .glx-wd-frame-hero strong{
        font-size:24px!important;
        overflow-wrap:anywhere!important;
    }
}

/* Web Design Dubai: reference-style cinematic hero */
.glx-web-design-hero.glx-service-hero{
    min-height:calc(100vh - 76px);
    padding:52px 0 42px!important;
    background:
        radial-gradient(circle at 78% 42%,rgba(21,99,160,.26),transparent 36%),
        radial-gradient(circle at 62% 62%,rgba(33,182,169,.14),transparent 30%),
        linear-gradient(180deg,#050505 0%,#070b11 56%,#050505 100%)!important;
}
.glx-web-design-hero.glx-service-hero:before{
    opacity:.72;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:70px 70px;
}
.glx-web-design-hero .glx-page-hero-grid{
    width:min(1450px,calc(100% - 150px))!important;
    max-width:min(1450px,calc(100% - 150px))!important;
    grid-template-columns:minmax(440px,.44fr) minmax(720px,.56fr)!important;
    gap:54px!important;
    align-items:center;
    min-height:650px;
}
.glx-web-design-hero .glx-breadcrumb{
    display:flex!important;
    gap:13px;
    margin-bottom:42px;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.68);
    backdrop-filter:none!important;
}
.glx-web-design-hero .glx-breadcrumb a{color:#fff}
.glx-web-design-hero .glx-eyebrow{
    position:relative;
    padding-left:48px;
    color:var(--teal);
}
.glx-web-design-hero .glx-eyebrow:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:34px;
    height:2px;
    background:linear-gradient(90deg,var(--blue),var(--teal));
}
.glx-web-design-hero h1{
    margin-top:18px;
    max-width:670px!important;
    font-size:clamp(64px,5.15vw,86px)!important;
    line-height:1.02!important;
    letter-spacing:0!important;
}
.glx-web-design-hero h1:after{
    width:42px!important;
    height:2px!important;
    margin-top:26px!important;
    background:linear-gradient(90deg,var(--blue),var(--teal))!important;
}
.glx-web-design-hero p{
    max-width:560px!important;
    color:rgba(255,255,255,.72)!important;
    font-size:18px!important;
    line-height:1.85!important;
}
.glx-web-design-hero .glx-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:22px!important;
}
.glx-web-design-hero .glx-btn{
    min-height:58px;
    padding:16px 26px;
    border-radius:8px;
    white-space:nowrap;
}
.glx-web-design-hero .glx-btn-light{
    border-color:transparent;
    color:#fff;
    background:linear-gradient(135deg,#3138ff 0%,#11cfc4 100%);
    box-shadow:0 20px 60px rgba(21,99,160,.26);
}
.glx-web-design-hero .glx-btn-light:after,
.glx-web-design-hero .glx-actions .glx-btn:nth-child(2):after{
    content:"\2192";
    margin-left:14px;
    font-size:22px;
    line-height:1;
}
.glx-wd-reference-art{
    position:relative;
    min-height:650px;
    display:block;
    overflow:visible;
    perspective:1400px;
}
.glx-wd-reference-art:before{
    display:none!important;
}
.glx-wd-light-trails{
    position:absolute;
    left:-18%;
    right:-5%;
    bottom:-4%;
    height:58%;
    background:
        linear-gradient(110deg,transparent 0 22%,rgba(49,56,255,.58) 42%,rgba(33,182,169,.72) 55%,transparent 72%),
        linear-gradient(118deg,transparent 0 32%,rgba(201,169,110,.24) 49%,transparent 62%),
        url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp");
    background-size:100% 8px,100% 4px,cover;
    background-repeat:no-repeat;
    background-position:center 54%,center 64%,center bottom;
    opacity:.72;
    filter:saturate(1.22);
    mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.9) 24%,rgba(0,0,0,.9) 100%);
}
.glx-wd-main-screen,
.glx-wd-phone-preview,
.glx-wd-wireframe-card,
.glx-wd-seo-card,
.glx-wd-design-system,
.glx-wd-type-card{
    position:absolute;
    border:1px solid rgba(255,255,255,.15);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(8,14,24,.84),rgba(5,5,5,.82));
    box-shadow:0 34px 110px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
}
.glx-wd-main-screen{
    z-index:2;
    left:1%;
    top:0;
    width:69%;
    min-height:450px;
    padding:36px 38px;
    transform:rotateZ(-7deg) rotateY(-10deg);
    overflow:hidden;
    animation:glx-ref-screen 9s ease-in-out infinite;
}
.glx-wd-main-screen:before{
    content:"";
    position:absolute;
    inset:42% 0 0;
    background:url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp") center bottom/cover no-repeat;
    opacity:.76;
}
.glx-wd-screen-nav{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:24px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    font-style:italic;
}
.glx-wd-screen-nav strong{margin-right:auto;font-size:15px}
.glx-wd-screen-copy{
    position:relative;
    z-index:1;
    max-width:350px;
    margin-top:72px;
}
.glx-wd-screen-copy strong{
    display:block;
    color:#fff;
    font-size:34px;
    line-height:1.08;
    font-style:italic;
}
.glx-wd-screen-copy em{color:#2d7cff;font-style:italic}
.glx-wd-screen-copy p{
    max-width:250px!important;
    margin:18px 0 22px!important;
    color:rgba(255,255,255,.76)!important;
    font-size:12px!important;
    line-height:1.55!important;
    font-style:italic;
}
.glx-wd-screen-copy span{
    color:#fff;
    font-size:11px;
    font-style:italic;
}
.glx-wd-phone-preview{
    z-index:5;
    right:17%;
    top:22%;
    width:225px;
    min-height:410px;
    border-radius:28px;
    padding:42px 20px 22px;
    transform:rotateZ(7deg);
    background:linear-gradient(145deg,rgba(7,13,22,.94),rgba(5,5,5,.9));
    animation:glx-float-soft 7.5s ease-in-out infinite;
}
.glx-wd-phone-notch{
    position:absolute;
    top:12px;
    left:50%;
    width:78px;
    height:14px;
    border-radius:999px;
    background:#050505;
    transform:translateX(-50%);
}
.glx-wd-phone-preview>span{
    display:block;
    color:#fff;
    font-size:12px;
    font-style:italic;
    margin-bottom:32px;
}
.glx-wd-phone-preview strong{
    display:block;
    color:#fff;
    font-size:24px;
    line-height:1.14;
    font-style:italic;
}
.glx-wd-phone-preview strong em{color:var(--teal);font-style:italic}
.glx-wd-phone-tabs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:28px;
}
.glx-wd-phone-tabs i{
    min-height:54px;
    border-radius:7px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(145deg,rgba(33,182,169,.12),rgba(49,56,255,.08));
}
.glx-wd-phone-preview small{
    display:block;
    margin-top:42px;
    color:#fff;
    font-size:10px;
}
.glx-wd-wireframe-card{
    z-index:1;
    right:-1%;
    top:6%;
    width:270px;
    min-height:176px;
    padding:20px;
    transform:rotateZ(-6deg);
}
.glx-wd-wireframe-card span,
.glx-wd-seo-card span,
.glx-wd-design-system span{
    display:block;
    color:#fff;
    font-size:13px;
    font-style:italic;
    margin-bottom:16px;
}
.glx-wd-wireframe-card i{
    display:inline-block;
    width:44%;
    height:44px;
    margin:5px;
    border:1px solid rgba(255,255,255,.17);
    background:linear-gradient(145deg,transparent 48%,rgba(255,255,255,.12) 49% 51%,transparent 52%);
}
.glx-wd-seo-card{
    z-index:4;
    right:4%;
    bottom:12%;
    width:220px;
    padding:22px;
}
.glx-wd-seo-card ul{
    list-style:none;
    padding:0;
    margin:0;
}
.glx-wd-seo-card li{
    position:relative;
    margin:12px 0;
    padding-left:24px;
    color:rgba(255,255,255,.82);
    font-size:12px;
    font-style:italic;
}
.glx-wd-seo-card li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:11px;
    height:11px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--blue),var(--teal));
}
.glx-wd-design-system{
    z-index:6;
    left:17%;
    bottom:6%;
    display:flex;
    align-items:end;
    gap:13px;
    width:270px;
    padding:20px;
}
.glx-wd-design-system span{
    position:absolute;
    left:22px;
    top:16px;
}
.glx-wd-design-system i{
    display:block;
    width:38px;
    height:38px;
    margin-top:38px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.32);
}
.glx-wd-design-system i:nth-child(2){background:#07111b}
.glx-wd-design-system i:nth-child(3){background:#116cdf}
.glx-wd-design-system i:nth-child(4){background:#20c7cb}
.glx-wd-design-system i:nth-child(5){background:#7041d9}
.glx-wd-design-system i:nth-child(6){background:#e9eef6}
.glx-wd-type-card{
    z-index:7;
    left:51%;
    bottom:4%;
    width:110px;
    padding:22px 20px 18px;
}
.glx-wd-type-card strong{
    display:block;
    color:#fff;
    font-size:48px;
    line-height:1;
}
.glx-wd-type-card span{
    display:block;
    color:rgba(255,255,255,.78);
    font-size:13px;
    margin-top:10px;
}
.glx-wd-feature-strip{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    width:min(1450px,calc(100% - 150px))!important;
    max-width:min(1450px,calc(100% - 150px))!important;
    margin-top:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(7,11,17,.78);
    box-shadow:0 24px 80px rgba(0,0,0,.28);
    backdrop-filter:blur(18px);
    overflow:hidden;
}
.glx-wd-feature-strip article{
    display:grid;
    grid-template-columns:70px minmax(0,1fr);
    gap:16px;
    min-height:132px;
    padding:26px;
    border-right:1px solid rgba(255,255,255,.09);
}
.glx-wd-feature-strip article:last-child{border-right:0}
.glx-wd-feature-icon{
    width:62px;
    height:62px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
    color:var(--teal);
    background:
        radial-gradient(circle at 48% 48%,rgba(33,182,169,.24),transparent 34%),
        rgba(255,255,255,.035);
}
.glx-wd-feature-icon svg{
    width:30px;
    height:30px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.75;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:drop-shadow(0 0 16px rgba(33,182,169,.34));
}
.glx-wd-feature-strip strong{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:1.22;
}
.glx-wd-feature-strip p{
    grid-column:2;
    margin:6px 0 0!important;
    color:rgba(255,255,255,.58)!important;
    font-size:14px!important;
    line-height:1.45!important;
}
@keyframes glx-ref-screen{
    0%,100%{transform:rotateZ(-7deg) rotateY(-10deg) translateY(0)}
    50%{transform:rotateZ(-6deg) rotateY(-7deg) translateY(-10px)}
}
@media(max-width:1180px){
    .glx-web-design-hero .glx-page-hero-grid{
        width:min(var(--max),calc(100% - 40px))!important;
        max-width:min(var(--max),calc(100% - 40px))!important;
        grid-template-columns:1fr!important;
    }
    .glx-wd-reference-art{
        min-height:660px;
    }
    .glx-wd-feature-strip{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:680px){
    .glx-web-design-hero.glx-service-hero{
        padding:42px 0 30px!important;
    }
    .glx-web-design-hero .glx-container.glx-page-hero-grid{
        width:min(328px,calc(100vw - 56px))!important;
        max-width:min(328px,calc(100vw - 56px))!important;
        margin-left:18px!important;
        margin-right:auto!important;
        min-height:auto;
    }
    .glx-web-design-hero .glx-breadcrumb{
        flex-wrap:wrap;
        gap:8px;
        margin-bottom:28px;
        font-size:13px;
    }
    .glx-web-design-hero h1{
        font-size:clamp(38px,11vw,52px)!important;
        max-width:100%!important;
    }
    .glx-web-design-hero p{
        max-width:100%!important;
        font-size:14px!important;
        line-height:1.72!important;
    }
    .glx-web-design-hero .glx-actions{
        display:grid!important;
        grid-template-columns:1fr;
        gap:12px!important;
    }
    .glx-web-design-hero .glx-btn{
        width:100%;
        border-radius:8px;
    }
    .glx-wd-reference-art{
        min-height:auto;
        display:grid;
        gap:14px;
        padding-top:22px;
    }
    .glx-wd-light-trails{
        display:none;
    }
    .glx-wd-main-screen,
    .glx-wd-phone-preview,
    .glx-wd-wireframe-card,
    .glx-wd-seo-card,
    .glx-wd-design-system,
    .glx-wd-type-card{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        width:100%;
        min-height:auto;
        transform:none;
        animation:none;
    }
    .glx-wd-main-screen{
        padding:22px;
        min-height:330px;
    }
    .glx-wd-main-screen:before{
        inset:48% 0 0;
    }
    .glx-wd-screen-nav span{
        display:none;
    }
    .glx-wd-screen-copy{
        margin-top:48px;
    }
    .glx-wd-screen-copy strong{
        font-size:31px;
    }
    .glx-wd-phone-preview{
        display:none;
    }
    .glx-wd-phone-notch{
        display:none;
    }
    .glx-wd-wireframe-card,
    .glx-wd-seo-card,
    .glx-wd-type-card{
        display:none;
    }
    .glx-wd-design-system{
        padding:18px;
    }
    .glx-wd-feature-strip{
        width:calc(100vw - 36px);
        grid-template-columns:1fr;
        margin-top:18px;
    }
    .glx-wd-feature-strip article{
        grid-template-columns:56px minmax(0,1fr);
        min-height:auto;
        padding:18px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.09);
    }
    .glx-wd-feature-strip article:last-child{
        border-bottom:0;
    }
    .glx-wd-feature-icon{
        width:48px;
        height:48px;
    }
}

/* Web Design Dubai: align more literally to the supplied reference screenshot */
body:has(.glx-web-design-hero) .glx-site-header{
    background:#050505!important;
}
body:has(.glx-web-design-hero) .glx-nav{
    width:min(1450px,calc(100% - 150px))!important;
    max-width:min(1450px,calc(100% - 150px))!important;
    min-height:86px!important;
}
body:has(.glx-web-design-hero) .glx-brand-logo{
    width:120px!important;
    height:auto!important;
}
body:has(.glx-web-design-hero) .glx-nav-menu{
    gap:34px!important;
}
body:has(.glx-web-design-hero) .glx-nav-menu a{
    position:relative;
}
body:has(.glx-web-design-hero) .glx-nav-menu>a:first-child:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-27px;
    height:2px;
    background:linear-gradient(90deg,#3138ff,var(--teal));
}
body:has(.glx-web-design-hero) .glx-nav-cta{
    min-width:265px;
    border:1px solid transparent!important;
    background:
        linear-gradient(#050505,#050505) padding-box,
        linear-gradient(100deg,#3138ff,var(--teal)) border-box!important;
    color:#fff!important;
}
body:has(.glx-web-design-hero) .glx-nav-cta:after{
    content:"\2197";
    margin-left:16px;
}
body:has(.glx-web-design-hero) .glx-nav-menu>.glx-btn{
    min-width:265px!important;
    min-height:52px!important;
    padding:13px 26px!important;
    border:1px solid transparent!important;
    background:
        linear-gradient(#050505,#050505) padding-box,
        linear-gradient(100deg,#3138ff,var(--teal)) border-box!important;
    color:#fff!important;
    box-shadow:none!important;
}
body:has(.glx-web-design-hero) .glx-nav-menu>.glx-btn:after{
    content:"\2197";
    margin-left:16px;
    font-size:17px;
    line-height:1;
}
.glx-web-design-hero.glx-service-hero{
    padding-top:26px!important;
}
.glx-web-design-hero .glx-page-hero-grid{
    width:min(1450px,calc(100% - 150px))!important;
    max-width:min(1450px,calc(100% - 150px))!important;
    grid-template-columns:minmax(560px,.43fr) minmax(760px,.57fr)!important;
    gap:44px!important;
    min-height:650px!important;
}
.glx-web-design-hero .glx-breadcrumb{
    margin-bottom:42px!important;
}
.glx-web-design-hero .glx-eyebrow{
    letter-spacing:.22em!important;
}
.glx-web-design-hero h1{
    max-width:690px!important;
    font-size:clamp(72px,5.35vw,92px)!important;
    line-height:1.02!important;
}
.glx-web-design-hero p{
    max-width:600px!important;
    font-size:18px!important;
    color:rgba(255,255,255,.70)!important;
}
.glx-web-design-hero .glx-actions{
    margin-top:36px!important;
}
.glx-web-design-hero .glx-btn{
    min-height:60px!important;
    padding:16px 28px!important;
}
.glx-wd-reference-art{
    min-height:650px!important;
    overflow:visible!important;
}
.glx-wd-light-trails{
    left:-23%!important;
    right:-2%!important;
    bottom:-2%!important;
    height:66%!important;
    opacity:.98!important;
    filter:saturate(1.45) contrast(1.12)!important;
}
.glx-wd-main-screen{
    left:0!important;
    top:1%!important;
    width:74%!important;
    min-height:455px!important;
    padding:38px 40px!important;
    transform:rotateZ(-8deg) rotateY(-11deg)!important;
}
.glx-wd-main-screen:before{
    inset:40% 0 0!important;
    opacity:.92!important;
}
.glx-wd-screen-copy{
    margin-top:70px!important;
}
.glx-wd-screen-copy strong{
    font-size:37px!important;
}
.glx-wd-phone-preview{
    right:14%!important;
    top:24%!important;
    width:235px!important;
    min-height:430px!important;
    border-radius:30px!important;
    transform:rotateZ(6deg)!important;
    box-shadow:0 38px 120px rgba(0,0,0,.64),inset 0 1px 0 rgba(255,255,255,.1)!important;
}
.glx-wd-wireframe-card{
    right:0!important;
    top:6%!important;
    width:285px!important;
    min-height:180px!important;
}
.glx-wd-seo-card{
    right:-1%!important;
    bottom:19%!important;
    width:250px!important;
    z-index:4!important;
}
.glx-wd-design-system{
    left:14%!important;
    bottom:8%!important;
    width:285px!important;
}
.glx-wd-type-card{
    left:48%!important;
    bottom:5%!important;
}
.glx-wd-feature-strip{
    width:min(1450px,calc(100% - 150px))!important;
    max-width:min(1450px,calc(100% - 150px))!important;
    margin-top:-2px!important;
}
.glx-wd-feature-strip article{
    min-height:140px!important;
    padding:28px 26px!important;
}
.glx-wd-feature-icon{
    position:relative;
    overflow:hidden;
}
.glx-wd-feature-icon:after{
    content:none!important;
    position:absolute;
    inset:18px;
    border:2px solid var(--teal);
    border-left-color:#3138ff;
    border-bottom-color:#7041d9;
    border-radius:4px;
    opacity:.9;
}
@media(max-width:1180px){
    body:has(.glx-web-design-hero) .glx-nav,
    .glx-web-design-hero .glx-page-hero-grid,
    .glx-wd-feature-strip{
        width:min(var(--max),calc(100% - 40px))!important;
        max-width:min(var(--max),calc(100% - 40px))!important;
    }
    body:has(.glx-web-design-hero) .glx-nav{
        min-height:76px!important;
    }
    body:has(.glx-web-design-hero) .glx-nav-menu>a:first-child:after{
        display:none;
    }
    .glx-web-design-hero .glx-page-hero-grid{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:680px){
    body:has(.glx-web-design-hero) .glx-nav,
    .glx-web-design-hero .glx-container.glx-page-hero-grid,
    .glx-wd-feature-strip{
        width:calc(100% - 36px)!important;
        max-width:calc(100% - 36px)!important;
    }
    .glx-web-design-hero h1{
        font-size:clamp(32px,9.2vw,38px)!important;
        width:300px!important;
        max-width:100%!important;
        white-space:normal!important;
        overflow-wrap:break-word!important;
        word-break:normal!important;
    }
    .glx-web-design-hero .glx-breadcrumb{
        gap:8px!important;
        font-size:13px!important;
        white-space:normal!important;
    }
    .glx-web-design-hero p{
        font-size:15px!important;
        width:300px!important;
        max-width:100%!important;
    }
    .glx-web-design-hero .glx-actions{
        width:100%!important;
    }
    .glx-wd-main-screen{
        width:100%!important;
        transform:none!important;
    }
    .glx-wd-reference-art{
        min-height:430px!important;
        overflow:hidden!important;
    }
}

/* Web Design Dubai: real generated hero asset with lightweight parallax layers */
.glx-wd-asset-art{
    position:relative!important;
    min-height:650px!important;
    margin:0!important;
    overflow:visible!important;
    isolation:isolate;
}
.glx-wd-asset-picture{
    position:absolute;
    z-index:3;
    left:-10%;
    top:-6%;
    width:124%;
    max-width:none;
    display:block;
    filter:drop-shadow(0 42px 120px rgba(0,0,0,.58));
    transform-origin:52% 58%;
    mix-blend-mode:screen;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 94%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0%,#000 9%,#000 94%,transparent 100%);
}
.glx-wd-asset-picture img{
    display:block;
    width:100%;
    height:auto;
    max-width:none;
}
.glx-wd-asset-glow{
    position:absolute;
    z-index:1;
    left:4%;
    right:-4%;
    top:8%;
    bottom:9%;
    border-radius:42%;
    background:
        radial-gradient(circle at 58% 45%,rgba(33,182,169,.28),transparent 32%),
        radial-gradient(circle at 42% 66%,rgba(49,56,255,.22),transparent 30%);
    filter:blur(34px);
    opacity:.76;
}
.glx-wd-asset-orbit{
    position:absolute;
    z-index:2;
    right:-2%;
    bottom:11%;
    width:72%;
    height:44%;
    border:1px solid rgba(33,182,169,.28);
    border-left-color:rgba(49,56,255,.3);
    border-radius:50%;
    transform:rotate(-12deg);
    opacity:.42;
}
.glx-wd-asset-orbit:after{
    content:"";
    position:absolute;
    right:18%;
    bottom:10%;
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--teal);
    box-shadow:0 0 24px rgba(33,182,169,.9);
}
body.glx-gsap-ready .glx-wd-asset-picture,
body.glx-gsap-ready .glx-wd-asset-glow,
body.glx-gsap-ready .glx-wd-asset-orbit{
    will-change:transform;
}
@media(max-width:1180px){
    .glx-wd-asset-art{
        min-height:590px!important;
    }
    .glx-wd-asset-picture{
        position:relative;
        left:-4%;
        top:0;
        width:108%;
    }
}
@media(max-width:680px){
    .glx-wd-asset-art{
        min-height:auto!important;
        overflow:hidden!important;
        padding-top:24px;
    }
    .glx-wd-asset-picture{
        position:relative!important;
        left:-16%!important;
        width:138%!important;
        filter:drop-shadow(0 24px 60px rgba(0,0,0,.5));
    }
    .glx-wd-asset-glow{
        inset:16% -18% 10% -8%;
        filter:blur(24px);
    }
    .glx-wd-asset-orbit{
        display:none;
    }
}

@media(max-width:680px){
    .glx-web-design-hero .glx-page-hero-grid > div:first-child{
        width:300px!important;
        max-width:calc(100vw - 56px)!important;
        overflow:hidden!important;
    }
    .glx-web-design-hero .glx-page-hero-grid > div:first-child h1,
    .glx-web-design-hero .glx-page-hero-grid > div:first-child p{
        width:100%!important;
        max-width:100%!important;
    }
    .glx-web-design-hero .glx-page-hero-grid > div:first-child p{
        font-size:14px!important;
        line-height:1.72!important;
    }
}

/* Premium service hero system for software, commerce, hosting, email and mobile pages */
.glx-service-premium-hero{
    position:relative;
    overflow:hidden;
    padding:50px 0 0!important;
    color:#fff;
    background:
        radial-gradient(circle at 72% 28%,rgba(21,99,160,.2),transparent 30%),
        radial-gradient(circle at 58% 62%,rgba(33,182,169,.1),transparent 34%),
        linear-gradient(180deg,#050608 0%,#07090d 56%,#050608 100%)!important;
}
.glx-service-premium-hero:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.72) 72%,transparent);
}
.glx-service-premium-hero .glx-page-hero-grid{
    position:relative;
    z-index:2;
    width:min(1460px,calc(100% - 96px));
    max-width:min(1460px,calc(100% - 96px));
    grid-template-columns:minmax(430px,.39fr) minmax(680px,.61fr);
    gap:46px;
    align-items:center;
    min-height:560px;
}
.glx-service-premium-hero .glx-breadcrumb{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    backdrop-filter:none!important;
    border-radius:0!important;
    color:rgba(255,255,255,.72)!important;
}
.glx-service-premium-hero .glx-breadcrumb a{
    color:#fff!important;
}
.glx-service-premium-hero .glx-breadcrumb span:last-child{
    color:#9ed8ff;
}
.glx-service-premium-hero .glx-eyebrow{
    position:relative;
    margin-top:34px;
    padding-left:44px;
    color:var(--teal);
    letter-spacing:.16em;
}
.glx-service-premium-hero .glx-eyebrow:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:32px;
    height:2px;
    background:linear-gradient(90deg,var(--teal),#2f6fff);
}
.glx-service-premium-hero h1{
    max-width:590px;
    margin-top:14px;
    font-size:clamp(58px,5vw,82px)!important;
    line-height:1.03!important;
    text-shadow:0 10px 38px rgba(255,255,255,.08);
}
.glx-service-premium-hero h1:after{
    display:none!important;
}
.glx-service-premium-hero p{
    max-width:620px;
    color:rgba(255,255,255,.78)!important;
    font-size:18px!important;
    line-height:1.78!important;
}
.glx-service-premium-hero .glx-actions{
    display:flex!important;
    flex-wrap:nowrap;
    gap:18px!important;
    margin-top:34px!important;
    max-width:620px;
}
.glx-service-premium-hero .glx-btn{
    min-height:56px;
    padding:15px 24px;
    border-radius:999px;
    white-space:nowrap;
}
.glx-service-premium-hero .glx-btn-light{
    background:linear-gradient(135deg,#3947ff 0%,#19d1c3 100%)!important;
    color:#fff!important;
    border-color:transparent!important;
    box-shadow:0 18px 50px rgba(21,99,160,.25);
}
.glx-service-premium-hero .glx-actions .glx-btn:after{
    content:"\2192";
    margin-left:16px;
    font-size:20px;
    line-height:1;
}
.glx-premium-service-art{
    position:relative;
    min-height:600px;
    margin:0;
    isolation:isolate;
    perspective:1300px;
}
.glx-premium-art-glow{
    position:absolute;
    z-index:0;
    left:16%;
    right:12%;
    top:8%;
    bottom:8%;
    border-radius:50%;
    background:
        radial-gradient(circle at 54% 48%,rgba(33,182,169,.34),transparent 30%),
        radial-gradient(circle at 68% 56%,rgba(111,69,255,.28),transparent 32%);
    filter:blur(38px);
    opacity:.74;
}
.glx-premium-art-grid{
    position:absolute;
    z-index:1;
    left:6%;
    right:5%;
    bottom:6%;
    height:58%;
    transform:rotateX(64deg);
    transform-origin:bottom center;
    background:
        linear-gradient(rgba(33,182,169,.22) 1px,transparent 1px),
        linear-gradient(90deg,rgba(49,56,255,.2) 1px,transparent 1px);
    background-size:54px 54px;
    opacity:.34;
    mask-image:radial-gradient(ellipse at center,#000 0 44%,transparent 76%);
}
.glx-premium-art-image{
    position:absolute;
    z-index:3;
    left:7%;
    top:2%;
    width:88%;
    max-width:none;
    height:auto;
    filter:drop-shadow(0 40px 100px rgba(0,0,0,.58));
}
.glx-premium-service-art.has-reference-art{
    min-height:610px;
}
.glx-premium-service-art.has-reference-art .glx-premium-art-glow{
    left:8%;
    right:4%;
    top:8%;
    bottom:6%;
    opacity:.92;
    filter:blur(46px);
}
.glx-premium-service-art.has-reference-art .glx-premium-art-grid,
.glx-premium-service-art.has-reference-art .glx-premium-floating-panel{
    display:none;
}
.glx-premium-service-art.has-reference-art .glx-premium-art-image{
    left:0!important;
    top:0!important;
    width:100%!important;
    border-radius:8px;
    object-fit:contain;
    filter:drop-shadow(0 42px 110px rgba(0,0,0,.62));
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 92%,transparent 100%);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 92%,transparent 100%);
    mask-composite:intersect;
}
.glx-premium-service-art.has-reference-art:after{
    content:none;
}
.glx-premium-service-art:not(.has-reference-art){
    min-height:560px;
}
.glx-premium-service-art:not(.has-reference-art) .glx-premium-art-image{
    left:10%;
    top:7%;
    width:78%;
    max-height:460px;
    object-fit:contain;
}
.glx-premium-service-art:not(.has-reference-art) .glx-premium-art-glow{
    left:12%;
    right:10%;
    top:9%;
    bottom:14%;
}
.glx-premium-floating-panel{
    position:absolute;
    z-index:5;
    width:178px;
    min-height:98px;
    padding:18px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:8px;
    background:linear-gradient(145deg,rgba(17,21,28,.84),rgba(5,6,8,.72));
    box-shadow:0 26px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter:blur(18px);
}
.glx-premium-floating-panel span{
    display:block;
    width:30px;
    height:30px;
    color:var(--teal);
    margin-bottom:10px;
}
.glx-premium-floating-panel svg{
    width:28px;
    height:28px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.glx-premium-floating-panel strong{
    display:block;
    color:#fff;
    font-size:15px;
    line-height:1.24;
}
.glx-premium-floating-panel small{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.7);
    font-size:12px;
    line-height:1.5;
}
.glx-premium-panel-1{left:2%;top:7%}
.glx-premium-panel-2{left:-1%;top:34%}
.glx-premium-panel-3{left:4%;bottom:9%}
.glx-premium-panel-4{right:2%;top:7%}
.glx-premium-panel-5{right:-1%;top:34%}
.glx-premium-panel-6{right:4%;bottom:9%}
.glx-premium-service-art-ecommerce .glx-premium-art-image{left:5%;top:4%;width:90%}
.glx-premium-service-art-hosting .glx-premium-art-image,
.glx-premium-service-art-cloud .glx-premium-art-image,
.glx-premium-service-art-domain .glx-premium-art-image{left:5%;top:-2%;width:90%}
.glx-premium-service-art-email .glx-premium-art-image{left:5%;top:0;width:90%}
.glx-premium-service-art-mobile .glx-premium-art-image{left:12%;top:-2%;width:76%}
.glx-premium-service-art:not(.has-reference-art) .glx-premium-art-image{
    left:10%!important;
    top:7%!important;
    width:78%!important;
    max-height:460px!important;
    object-fit:contain!important;
}
.glx-service-hero-metrics{
    position:relative;
    z-index:3;
    width:min(1460px,calc(100% - 96px));
    max-width:min(1460px,calc(100% - 96px));
    display:flex;
    align-items:stretch;
    gap:0;
    margin-top:8px;
    padding:10px 0 38px;
}
.glx-service-hero-metric{
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    align-items:center;
    min-width:150px;
    padding:0 26px;
    border-right:1px solid rgba(255,255,255,.13);
}
.glx-service-hero-metric:first-child{
    padding-left:0;
}
.glx-service-hero-metric:last-child{
    border-right:0;
}
.glx-service-hero-metric span{
    grid-row:1 / span 2;
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
    color:var(--teal);
    background:rgba(255,255,255,.035);
}
.glx-service-hero-metric svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.glx-service-hero-metric strong{
    display:block;
    color:#fff;
    font-size:22px;
    line-height:1;
}
.glx-service-hero-metric small{
    display:block;
    color:rgba(255,255,255,.72);
    font-size:13px;
    line-height:1.42;
}
.glx-service-feature-strip{
    position:relative;
    z-index:3;
    width:min(1460px,calc(100% - 96px));
    max-width:min(1460px,calc(100% - 96px));
    display:grid;
    grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(150px,1fr));
    gap:0;
    margin:0 auto;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:linear-gradient(135deg,rgba(15,22,32,.9),rgba(5,8,13,.82));
    box-shadow:0 30px 90px rgba(0,0,0,.34);
    overflow:hidden;
}
.glx-service-feature-intro,
.glx-service-feature-strip article{
    min-height:172px;
    padding:34px 28px;
    border-right:1px solid rgba(255,255,255,.09);
}
.glx-service-feature-strip article:last-child{
    border-right:0;
}
.glx-service-feature-intro h2{
    margin:16px 0 0;
    color:#fff;
    font-size:clamp(25px,2.5vw,36px);
    line-height:1.14;
}
.glx-service-feature-strip article span{
    display:block;
    width:38px;
    height:38px;
    color:var(--teal);
    margin-bottom:20px;
}
.glx-service-feature-strip svg{
    width:34px;
    height:34px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.75;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.glx-service-feature-strip strong{
    display:block;
    color:#fff;
    font-size:17px;
    line-height:1.28;
}
.glx-service-feature-strip p{
    margin:10px 0 0!important;
    color:rgba(255,255,255,.66)!important;
    font-size:13px!important;
    line-height:1.55!important;
}
body.glx-gsap-ready .glx-premium-art-layer,
body.glx-gsap-ready .glx-premium-floating-panel,
body.glx-gsap-ready .glx-service-hero-metric,
body.glx-gsap-ready .glx-service-feature-strip article{
    will-change:transform;
}
@media(max-width:1180px){
    .glx-service-premium-hero .glx-page-hero-grid,
    .glx-service-hero-metrics,
    .glx-service-feature-strip{
        width:min(var(--max),calc(100% - 40px));
        max-width:min(var(--max),calc(100% - 40px));
    }
    .glx-service-premium-hero .glx-page-hero-grid{
        grid-template-columns:1fr;
        min-height:auto;
    }
    .glx-premium-service-art{
        min-height:560px;
    }
    .glx-service-hero-metrics{
        margin-top:10px;
        flex-wrap:wrap;
        gap:16px;
    }
    .glx-service-hero-metric{
        flex:1 1 210px;
        padding:0;
        border-right:0;
    }
    .glx-service-feature-strip{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .glx-service-feature-intro{
        grid-column:1 / -1;
    }
}
@media(max-width:680px){
    .glx-service-premium-hero{
        padding-top:42px!important;
        overflow:hidden;
    }
    .glx-service-premium-hero .glx-page-hero-grid,
    .glx-service-hero-metrics,
    .glx-service-feature-strip{
        width:calc(100% - 36px);
        max-width:calc(100% - 36px);
        overflow:hidden;
    }
    .glx-service-premium-hero .glx-page-hero-grid > div:first-child,
    .glx-service-premium-hero .glx-breadcrumb,
    .glx-service-premium-hero h1,
    .glx-service-premium-hero p{
        width:100%;
        max-width:100%;
        overflow-wrap:anywhere;
    }
    .glx-service-premium-hero .glx-breadcrumb{
        white-space:normal;
    }
    .glx-service-premium-hero h1{
        font-size:clamp(38px,11.2vw,52px)!important;
    }
    .glx-service-premium-hero p{
        font-size:15px!important;
        line-height:1.68!important;
    }
    .glx-service-premium-hero .glx-actions{
        display:grid!important;
        grid-template-columns:1fr;
        gap:12px!important;
    }
    .glx-service-premium-hero .glx-btn{
        width:100%;
    }
    .glx-premium-service-art{
        display:none;
    }
    .glx-service-hero-metrics{
        display:grid;
        grid-template-columns:1fr;
        gap:14px;
        margin-top:28px;
        padding-bottom:22px;
    }
    .glx-service-hero-metric{
        grid-template-columns:42px minmax(0,1fr);
        gap:10px;
        min-width:0;
    }
    .glx-service-hero-metric strong,
    .glx-service-hero-metric small,
    .glx-service-feature-intro h2,
    .glx-service-feature-strip strong,
    .glx-service-feature-strip p{
        overflow-wrap:anywhere;
    }
    .glx-service-feature-intro h2{
        font-size:26px;
    }
    .glx-service-feature-strip{
        grid-template-columns:1fr;
    }
    .glx-service-feature-intro,
    .glx-service-feature-strip article{
        min-height:auto;
        padding:24px 20px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.09);
    }
    .glx-service-feature-strip article:last-child{
        border-bottom:0;
    }
}

/* Service reference exactness pass: align service pages closer to supplied mockups */
@media (min-width:1181px){
    body:has(.glx-service-premium-hero) .glx-site-header{
        background:#050505!important;
    }
    body:has(.glx-service-premium-hero) .glx-nav{
        width:min(1430px,calc(100% - 192px))!important;
        max-width:min(1430px,calc(100% - 192px))!important;
        min-height:68px!important;
    }
    body:has(.glx-service-premium-hero) .glx-brand-logo{
        width:122px!important;
        max-height:42px!important;
    }
    body:has(.glx-service-premium-hero) .glx-nav-menu{
        gap:31px!important;
    }
    body:has(.glx-service-premium-hero) .glx-nav-menu>.glx-btn{
        min-height:48px!important;
        padding:12px 24px!important;
        border-radius:999px!important;
    }
    .glx-service-premium-hero{
        padding-top:56px!important;
    }
    .glx-service-premium-hero .glx-page-hero-grid{
        width:min(1430px,calc(100% - 200px))!important;
        max-width:min(1430px,calc(100% - 200px))!important;
        grid-template-columns:minmax(470px,540px) minmax(720px,1fr)!important;
        gap:64px!important;
        min-height:610px!important;
    }
    .glx-service-premium-hero .glx-breadcrumb{
        margin-bottom:42px!important;
        font-size:14px!important;
    }
    .glx-service-premium-hero .glx-eyebrow{
        margin-top:0!important;
    }
    .glx-service-premium-hero h1{
        max-width:560px!important;
        margin-top:18px!important;
        font-size:clamp(62px,4.7vw,78px)!important;
        line-height:1.08!important;
    }
    .glx-service-premium-hero p{
        max-width:560px!important;
        margin-top:22px!important;
        font-size:17px!important;
        line-height:1.7!important;
    }
    .glx-service-premium-hero .glx-actions{
        margin-top:30px!important;
    }
    .glx-service-premium-hero .glx-btn{
        min-height:50px!important;
        padding:13px 26px!important;
    }
    .glx-premium-service-art.has-reference-art{
        min-height:600px!important;
        transform:translateY(-2px);
    }
    .glx-premium-service-art.has-reference-art .glx-premium-art-image{
        width:108%!important;
        max-width:none!important;
        transform:translateX(-3%);
    }
    .glx-service-hero-metrics,
    .glx-service-feature-strip{
        width:min(1430px,calc(100% - 200px))!important;
        max-width:min(1430px,calc(100% - 200px))!important;
    }
    .glx-service-hero-metrics{
        margin-top:-6px!important;
        padding-bottom:32px!important;
    }
    .glx-service-feature-strip{
        margin-top:0!important;
    }
}

/* Web Design service final visual override: keep the SEO HTML, restore the supplied-style art */
@media (min-width:1181px){
    .glx-web-design-hero .glx-page-hero-grid{
        width:min(1430px,calc(100% - 200px))!important;
        max-width:min(1430px,calc(100% - 200px))!important;
        grid-template-columns:minmax(470px,540px) minmax(720px,1fr)!important;
        gap:64px!important;
        align-items:center!important;
        min-height:610px!important;
    }
    .glx-web-design-hero .glx-wd-asset-art{
        display:block!important;
        position:relative!important;
        min-height:610px!important;
        overflow:visible!important;
        z-index:3!important;
        opacity:1!important;
        visibility:visible!important;
    }
    .glx-web-design-hero .glx-wd-asset-picture{
        display:block!important;
        position:absolute!important;
        left:-9%!important;
        top:2%!important;
        width:118%!important;
        max-width:none!important;
        z-index:4!important;
        opacity:1!important;
        visibility:visible!important;
        mix-blend-mode:normal!important;
        filter:drop-shadow(0 46px 120px rgba(0,0,0,.72)) saturate(1.08)!important;
        -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0,#000 3%,#000 94%,transparent 100%)!important;
        -webkit-mask-composite:source-in!important;
        mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%),linear-gradient(180deg,transparent 0,#000 3%,#000 94%,transparent 100%)!important;
        mask-composite:intersect!important;
    }
    .glx-web-design-hero .glx-wd-asset-picture img{
        display:block!important;
        width:100%!important;
        height:auto!important;
        max-width:none!important;
        opacity:1!important;
        visibility:visible!important;
    }
    .glx-web-design-hero .glx-wd-asset-glow{
        display:block!important;
        opacity:.62!important;
        z-index:1!important;
    }
    .glx-web-design-hero .glx-wd-asset-orbit{
        display:block!important;
        opacity:.34!important;
        z-index:2!important;
    }
}

/* Saudi final visual layer */
.glx-home-hero.glx-hero-premium .glx-hero-cinematic-bg{
    background-image:
        linear-gradient(90deg,rgba(3,21,15,.96) 0%,rgba(3,21,15,.78) 28%,rgba(3,21,15,.22) 58%,rgba(3,21,15,.08) 100%),
        linear-gradient(180deg,rgba(3,21,15,.08) 0%,rgba(3,21,15,.02) 52%,rgba(3,21,15,.62) 100%),
        url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp")!important;
    background-size:cover!important;
    background-position:center right!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
    filter:saturate(1.08) contrast(1.04)!important;
}
.glx-home-hero.glx-hero-premium .glx-hero-cinematic-bg:after{
    background:
        radial-gradient(circle at 74% 28%,rgba(34,192,109,.22),transparent 28%),
        linear-gradient(180deg,transparent,rgba(0,0,0,.34))!important;
}
.glx-home-hero.glx-hero-premium > .glx-saudi-hero-skyline{
    position:absolute!important;
    z-index:1!important;
    right:-7vw;
    top:74px;
    width:min(66vw,980px);
    opacity:.78;
    pointer-events:none;
    filter:saturate(1.08) contrast(1.04) drop-shadow(0 50px 120px rgba(0,0,0,.66));
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 10%,#000 84%,transparent 100%);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 10%,#000 84%,transparent 100%);
    mask-composite:intersect;
}
.glx-home-hero.glx-hero-premium > .glx-saudi-hero-skyline img{
    display:block;
    width:100%;
    height:auto;
}
.glx-home-hero.glx-hero-premium .glx-actions .glx-btn{
    color:#fff!important;
    opacity:1!important;
}
.glx-home-hero.glx-hero-premium .glx-actions .glx-btn-light{
    border-color:rgba(255,255,255,.08)!important;
}

/* Saudi service pages: keep clean UI art, remove photographic background layer */
.glx-service-premium-hero,
.glx-web-design-hero.glx-service-hero{
    background:
        radial-gradient(circle at 72% 18%,rgba(20,124,208,.2),transparent 30%),
        radial-gradient(circle at 58% 36%,rgba(33,182,169,.16),transparent 34%),
        radial-gradient(circle at 18% 16%,rgba(33,182,169,.08),transparent 34%),
        linear-gradient(180deg,#03070d 0%,#05070b 48%,#030407 100%)!important;
}
.glx-service-premium-hero:before,
.glx-web-design-hero.glx-service-hero:before{
    background:
        linear-gradient(rgba(88,177,255,.022) 1px,transparent 1px),
        linear-gradient(90deg,rgba(88,177,255,.02) 1px,transparent 1px)!important;
    background-size:72px 72px!important;
    opacity:.28!important;
    mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.78) 42%,transparent 88%),linear-gradient(180deg,#000,rgba(0,0,0,.74) 74%,transparent)!important;
}
.glx-service-premium-hero:after,
.glx-web-design-hero.glx-service-hero:after{
    opacity:.1!important;
    background:
        linear-gradient(135deg,transparent 0 24%,rgba(88,177,255,.16) 24% 25%,transparent 25% 49%,rgba(33,182,169,.12) 49% 50%,transparent 50% 74%,rgba(255,255,255,.06) 74% 75%,transparent 75%)!important;
    background-size:96px 96px!important;
    mask-image:linear-gradient(90deg,transparent,#000 38%,rgba(0,0,0,.5) 72%,transparent)!important;
}
.glx-service-premium-hero .glx-page-hero-grid > div:first-child,
.glx-web-design-hero.glx-service-hero .glx-page-hero-grid > div:first-child{
    position:relative;
}
.glx-service-premium-hero .glx-page-hero-grid > div:first-child:before,
.glx-web-design-hero.glx-service-hero .glx-page-hero-grid > div:first-child:before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:-48px -54px -44px -54px;
    border-radius:8px;
    background:
        radial-gradient(circle at 12% 18%,rgba(33,182,169,.12),transparent 34%),
        linear-gradient(90deg,rgba(3,7,13,.74),rgba(3,7,13,.38),transparent);
    pointer-events:none;
}
.glx-form-intro,
.glx-form-note{
    margin:0 0 16px;
    color:#b8c2cf;
    font-size:14px;
    line-height:1.65;
}
.glx-form-note{
    margin:0;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    background:rgba(255,255,255,.035);
    color:#d7dee8;
}
@media (max-width:680px){
    .glx-home-hero.glx-hero-premium .glx-hero-cinematic-bg{
        background-image:
            linear-gradient(180deg,rgba(3,21,15,.88) 0%,rgba(3,21,15,.78) 52%,rgba(3,21,15,.96) 100%),
            url("../images/visuals/gligx-hero-riyadh-skyline-tech.webp")!important;
        background-size:auto 100%!important;
        background-position:center right -180px!important;
        opacity:.62!important;
    }
    .glx-home-hero.glx-hero-premium > .glx-saudi-hero-skyline{
        right:-210px;
        top:92px;
        width:620px;
        opacity:.24;
    }
}
