/* DigiExam Corporate Website — isolated production styles */
@font-face{font-family:DGXInter;src:local("Inter"),local("Arial");font-display:swap}
:root{--dgx-primary:#1769ff;--dgx-accent:#19c6d2;--dgx-dark:#071426;--dgx-light:#f5f8fc;--dgx-ink:#10213d;--dgx-muted:#60708a;--dgx-line:#dfe7f1;--dgx-white:#fff;--dgx-radius:22px;--dgx-shadow:0 24px 70px rgba(7,20,38,.12);--dgx-container:min(1240px,calc(100% - 48px));--dgx-ease:cubic-bezier(.22,1,.36,1)}
html{scroll-behavior:smooth}
body.digiexam-site{margin:0!important;background:#fff!important;color:var(--dgx-ink)!important;font-family:DGXInter,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.65!important;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.digiexam-site *{box-sizing:border-box}
body.digiexam-site img{max-width:100%;height:auto}
body.digiexam-site a{text-decoration:none}
body.digiexam-site button,body.digiexam-site input,body.digiexam-site select,body.digiexam-site textarea{font:inherit}
body.digiexam-site h1,body.digiexam-site h2,body.digiexam-site h3,body.digiexam-site p{margin-top:0}
.dgx-site{min-height:100vh;background:#fff;isolation:isolate}
.dgx-container{width:var(--dgx-container);margin-inline:auto}
.dgx-main{display:block;min-height:45vh}
.dgx-skip{position:fixed;z-index:100000;left:16px;top:-100px;padding:10px 18px;background:#fff;color:var(--dgx-dark);border-radius:8px;box-shadow:var(--dgx-shadow);transition:top .2s}
.dgx-skip:focus{top:14px}

/* Brand */
.dgx-logo{display:inline-flex;align-items:center;gap:11px;color:var(--dgx-dark)!important;white-space:nowrap}
.dgx-logo-mark{position:relative;display:grid;width:48px;height:48px;place-items:center;color:var(--dgx-primary);filter:drop-shadow(0 9px 13px rgba(23,105,255,.22))}
.dgx-logo-mark:before{content:"";position:absolute;inset:11px;border-radius:14px;background:linear-gradient(145deg,var(--dgx-primary),#2247cb);transform:rotate(45deg);box-shadow:inset 0 1px 2px rgba(255,255,255,.4)}
.dgx-logo-mark svg{position:relative;width:44px;height:44px;overflow:visible;z-index:1}
.dgx-logo-mark .dgx-orbit{transform-origin:32px 32px;animation:dgx-orbit 9s linear infinite}
.dgx-logo-mark .dgx-check{stroke-dasharray:50;stroke-dashoffset:0;animation:dgx-check 3.8s var(--dgx-ease) infinite}
.dgx-logo-mark .dgx-spark{transform-origin:14px 14px;animation:dgx-spark 1.9s ease-in-out infinite}
.dgx-logo-copy{display:flex;flex-direction:column;line-height:1}
.dgx-logo-copy strong{font-size:23px;font-weight:850;letter-spacing:-1.2px;color:var(--dgx-dark)}
.dgx-logo-copy strong span{color:var(--dgx-primary)}
.dgx-logo-copy small{margin-top:5px;color:#70819a;font-size:8px;font-weight:800;letter-spacing:1.65px;text-transform:uppercase}
@keyframes dgx-orbit{to{transform:rotate(360deg)}}
@keyframes dgx-check{0%,18%{stroke-dashoffset:50}42%,100%{stroke-dashoffset:0}}
@keyframes dgx-spark{0%,100%{transform:scale(.75);opacity:.6}50%{transform:scale(1.3);opacity:1}}

/* Loader */
.dgx-loader{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#15376a 0,var(--dgx-dark) 52%,#030b16 100%);transition:opacity .6s var(--dgx-ease),visibility .6s}
.dgx-loader>div{display:flex;flex-direction:column;align-items:center;gap:28px;transform:scale(1.14)}
.dgx-loader .dgx-logo-copy strong,.dgx-loader .dgx-logo{color:#fff!important}.dgx-loader .dgx-logo-copy strong{color:#fff}.dgx-loader .dgx-logo-copy small{color:#9db3d0}
.dgx-loader .dgx-loader-line{display:block;width:170px;height:3px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.13)}
.dgx-loader-line i{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--dgx-primary),var(--dgx-accent));animation:dgx-loader 1.1s ease-in-out infinite alternate}
body.dgx-loaded .dgx-loader{opacity:0;visibility:hidden;pointer-events:none}
@keyframes dgx-loader{from{transform:translateX(-10%)}to{transform:translateX(135%)}}

/* Top and navigation */
.dgx-announcement{position:relative;z-index:30;background:var(--dgx-dark);color:#c9d8eb;font-size:12px}
.dgx-announcement .dgx-container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.dgx-announcement p{margin:0!important;display:flex;align-items:center;gap:10px}
.dgx-announcement p span{padding:3px 8px;border-radius:99px;background:rgba(25,198,210,.15);color:#7eeaf1;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dgx-announcement>div>div{display:flex;gap:20px}.dgx-announcement a{color:#fff!important;opacity:.9}.dgx-announcement a:hover{color:var(--dgx-accent)!important}
.dgx-header{position:relative;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(16,33,61,.08);transition:box-shadow .25s,transform .25s,background .25s}
.dgx-header.dgx-sticky{position:fixed;left:0;right:0;top:0;background:rgba(255,255,255,.94);box-shadow:0 14px 40px rgba(7,20,38,.09);backdrop-filter:blur(18px);animation:dgx-header-down .38s var(--dgx-ease)}
.dgx-has-sticky .dgx-header+.dgx-main,.dgx-has-sticky .dgx-header+.dgx-page-hero{margin-top:82px}
.admin-bar .dgx-header.dgx-sticky{top:32px}
@keyframes dgx-header-down{from{transform:translateY(-100%)}to{transform:translateY(0)}}
.dgx-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.dgx-nav{margin-left:auto}
.dgx-menu{display:flex!important;align-items:center;gap:2px;margin:0!important;padding:0!important;list-style:none!important}
.dgx-menu li{position:relative;margin:0!important;padding:0!important}
.dgx-menu a{display:block;padding:29px 12px 27px;color:#243956!important;font-size:13px;font-weight:740;letter-spacing:-.01em;transition:color .2s}
.dgx-menu a:after{content:"";position:absolute;left:12px;right:12px;bottom:18px;height:2px;border-radius:9px;background:linear-gradient(90deg,var(--dgx-primary),var(--dgx-accent));transform:scaleX(0);transform-origin:left;transition:transform .28s var(--dgx-ease)}
.dgx-menu a:hover,.dgx-menu .current-menu-item>a{color:var(--dgx-primary)!important}.dgx-menu a:hover:after,.dgx-menu .current-menu-item>a:after{transform:scaleX(1)}
.dgx-header-actions{display:flex;align-items:center;gap:9px}
.dgx-header-call{display:none;width:42px;height:42px;place-items:center;border:1px solid var(--dgx-line);border-radius:50%;color:var(--dgx-primary)!important}.dgx-header-call svg{width:18px}
.dgx-menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid var(--dgx-line);border-radius:13px;background:#fff;align-content:center;justify-items:center;gap:5px;cursor:pointer}
.dgx-menu-toggle span{display:block;width:20px;height:2px;border-radius:4px;background:var(--dgx-dark);transition:.25s}
.dgx-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dgx-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.dgx-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Buttons and shared */
.dgx-btn{display:inline-flex!important;min-height:51px;align-items:center;justify-content:center;gap:9px;padding:12px 21px;border:1px solid transparent;border-radius:13px;font-size:13px!important;font-weight:800!important;line-height:1.1!important;letter-spacing:-.01em;cursor:pointer;transition:transform .25s var(--dgx-ease),box-shadow .25s,background .25s,color .25s,border-color .25s}
.dgx-btn:hover{transform:translateY(-2px)}
.dgx-btn-primary{color:#fff!important;background:linear-gradient(135deg,var(--dgx-primary),#3153d8);box-shadow:0 14px 30px rgba(23,105,255,.25)}
.dgx-btn-primary:hover{box-shadow:0 19px 38px rgba(23,105,255,.34);color:#fff!important}
.dgx-btn-ghost{color:#fff!important;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.dgx-btn-ghost:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.12);color:#fff!important}
.dgx-btn-dark{background:var(--dgx-dark);color:#fff!important;box-shadow:0 14px 30px rgba(7,20,38,.16)}
.dgx-btn-white{background:#fff;color:var(--dgx-dark)!important;box-shadow:0 15px 35px rgba(0,0,0,.16)}
.dgx-arrow{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
a:hover .dgx-arrow,.dgx-btn:hover .dgx-arrow{transform:translateX(3px)}
.dgx-icon{width:24px;height:24px}
.dgx-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:32px}
.dgx-kicker{display:block;margin-bottom:15px;color:var(--dgx-primary);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.dgx-kicker.light{color:#79e8f0}
.dgx-section{position:relative;padding:110px 0}.dgx-section.dgx-soft{background:var(--dgx-light)}
.dgx-section-heading h2{max-width:700px;margin-bottom:20px;font-size:clamp(34px,4vw,57px)!important;line-height:1.08!important;letter-spacing:-2.5px!important;color:var(--dgx-dark)!important;font-weight:820!important}.dgx-section-heading p{max-width:650px;color:var(--dgx-muted);font-size:17px;line-height:1.75}
.dgx-section-heading.center{text-align:center;margin:0 auto 48px}.dgx-section-heading.center h2,.dgx-section-heading.center p{margin-left:auto;margin-right:auto}
.dgx-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.83fr);align-items:start;gap:90px}
.dgx-intro-copy>p{margin-bottom:25px;color:var(--dgx-muted);font-size:18px;line-height:1.8}.dgx-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--dgx-primary)!important;font-size:13px;font-weight:850;border-bottom:1px solid rgba(23,105,255,.22);padding-bottom:4px}
.dgx-center-action{text-align:center;margin:44px 0 0!important}

/* Hero */
.dgx-hero{position:relative;min-height:710px;overflow:hidden;background-color:var(--dgx-dark);background-image:linear-gradient(90deg,rgba(3,10,23,.99) 0%,rgba(3,11,26,.96) 35%,rgba(3,11,26,.54) 59%,rgba(3,11,26,.1) 100%),var(--dgx-hero-image);background-size:cover;background-position:center;isolation:isolate}
.dgx-hero:after{content:"";position:absolute;z-index:-1;inset:auto 0 0;height:250px;background:linear-gradient(0deg,rgba(4,15,31,.85),transparent)}
.dgx-hero-grid{position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.dgx-hero-glow{position:absolute;z-index:-1;width:650px;height:650px;left:-300px;top:-300px;border-radius:50%;background:var(--dgx-primary);filter:blur(180px);opacity:.22}
.dgx-hero-inner{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;min-height:600px;padding-top:28px;padding-bottom:80px}
.dgx-hero-copy{max-width:710px;padding:55px 0}
.dgx-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#9eb1cb;font-size:11px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.dgx-eyebrow i{position:relative;display:block;width:25px;height:1px;background:var(--dgx-accent)}.dgx-eyebrow i:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--dgx-accent);box-shadow:0 0 15px var(--dgx-accent)}
.dgx-hero h1{max-width:750px;margin:19px 0 23px!important;color:#fff!important;font-size:clamp(49px,5.5vw,78px)!important;font-weight:820!important;line-height:1.02!important;letter-spacing:-3.8px!important;text-wrap:balance}.dgx-hero-copy>p{max-width:670px;margin-bottom:0;color:#bdcde1;font-size:18px;line-height:1.76}
.dgx-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:32px;color:#c6d5e6;font-size:11px;font-weight:700}.dgx-trust-row span{display:flex;align-items:center;gap:6px}.dgx-trust-row svg{width:16px;height:16px;color:var(--dgx-accent)}
.dgx-hero-visual{position:relative;align-self:stretch;pointer-events:none}.dgx-status-card{position:absolute;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;width:218px;padding:15px 16px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(4,17,38,.76);box-shadow:0 22px 55px rgba(0,0,0,.32);backdrop-filter:blur(14px);color:#fff;animation:dgx-float 5s ease-in-out infinite}.dgx-status-card strong{font-size:12px}.dgx-status-card small{grid-column:2;color:#9fb2ca;font-size:9px}.dgx-status-top{right:10%;top:23%}.dgx-status-bottom{right:2%;bottom:21%;animation-delay:-2.4s}.dgx-status-card .pulse{width:11px;height:11px;border-radius:50%;background:#43df90;box-shadow:0 0 0 6px rgba(67,223,144,.12),0 0 20px rgba(67,223,144,.8)}
.mini-chart{display:flex;align-items:end;width:24px;height:24px;gap:2px}.mini-chart i{width:4px;border-radius:3px;background:var(--dgx-accent);animation:dgx-bars 1.5s ease-in-out infinite alternate}.mini-chart i:nth-child(1){height:35%}.mini-chart i:nth-child(2){height:70%;animation-delay:-.6s}.mini-chart i:nth-child(3){height:50%;animation-delay:-1s}.mini-chart i:nth-child(4){height:95%;animation-delay:-.3s}
@keyframes dgx-float{50%{transform:translateY(-11px)}}@keyframes dgx-bars{to{height:90%}}
.dgx-hero-stats{position:absolute;left:0;right:0;bottom:0;border-top:1px solid rgba(255,255,255,.13);background:rgba(5,16,35,.65);backdrop-filter:blur(15px)}.dgx-hero-stats .dgx-container{display:grid;grid-template-columns:repeat(4,1fr)}.dgx-hero-stats .dgx-container>div{padding:20px 28px;border-right:1px solid rgba(255,255,255,.11)}.dgx-hero-stats .dgx-container>div:first-child{padding-left:0}.dgx-hero-stats .dgx-container>div:last-child{border-right:0}.dgx-hero-stats strong{display:block;color:#fff;font-size:20px;line-height:1.1}.dgx-hero-stats span{display:block;margin-top:6px;color:#8fa5c0;font-size:10px;text-transform:uppercase;letter-spacing:.07em}
.dgx-client-ribbon{border-bottom:1px solid var(--dgx-line);background:#fff}.dgx-client-ribbon .dgx-container{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#576a84}.dgx-client-ribbon span{color:#a0adbe;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.dgx-client-ribbon strong{font-size:12px}.dgx-client-ribbon i{width:4px;height:4px;border-radius:50%;background:var(--dgx-accent)}

/* Intro & cards */
.dgx-intro{overflow:hidden}.dgx-intro:before{content:"";position:absolute;right:-180px;top:50px;width:420px;height:420px;border-radius:50%;border:1px solid var(--dgx-line);box-shadow:0 0 0 65px rgba(23,105,255,.02),0 0 0 130px rgba(23,105,255,.015)}
.dgx-value-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--dgx-line);border-bottom:1px solid var(--dgx-line)}.dgx-value-strip article{position:relative;padding:42px 42px;border-right:1px solid var(--dgx-line)}.dgx-value-strip article:first-child{padding-left:0}.dgx-value-strip article:last-child{border-right:0}.dgx-value-strip b{color:var(--dgx-primary);font-size:11px;letter-spacing:.14em}.dgx-value-strip h3{margin:18px 0 10px!important;color:var(--dgx-dark)!important;font-size:20px!important}.dgx-value-strip p{margin:0!important;color:var(--dgx-muted);font-size:14px}
.dgx-services-section{background:linear-gradient(180deg,#f7fafe,#fff)}
.dgx-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dgx-service-card{position:relative;min-height:330px;display:flex;flex-direction:column;padding:31px;border:1px solid var(--dgx-line);border-radius:var(--dgx-radius);background:#fff;color:var(--dgx-ink)!important;overflow:hidden;transition:transform .35s var(--dgx-ease),box-shadow .35s,border-color .35s}
.dgx-service-card:before{content:"";position:absolute;right:-70px;bottom:-80px;width:180px;height:180px;border-radius:50%;background:linear-gradient(145deg,rgba(23,105,255,.1),rgba(25,198,210,.04));transition:transform .4s}
.dgx-service-card:hover{transform:translateY(-8px);border-color:rgba(23,105,255,.28);box-shadow:0 27px 65px rgba(11,37,76,.12)}.dgx-service-card:hover:before{transform:scale(1.35)}
.dgx-card-index{position:absolute;right:25px;top:24px;color:#b2bece;font-size:10px;font-weight:800;letter-spacing:.12em}.dgx-card-icon{display:grid;width:55px;height:55px;place-items:center;margin-bottom:26px;border-radius:16px;background:linear-gradient(145deg,rgba(23,105,255,.12),rgba(25,198,210,.1));color:var(--dgx-primary)}.dgx-card-icon svg{width:27px;height:27px}.dgx-service-card h3{position:relative;margin:0 0 13px!important;color:var(--dgx-dark)!important;font-size:20px!important;line-height:1.3!important;letter-spacing:-.5px!important}.dgx-service-card p{position:relative;margin:0 0 25px!important;color:var(--dgx-muted);font-size:13px;line-height:1.7}.dgx-card-link{position:relative;display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--dgx-primary);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.dgx-card-link svg{width:17px}

/* Command */
.dgx-command{overflow:hidden;background:var(--dgx-dark);color:#fff}.dgx-command:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(23,105,255,.22),transparent 40%),linear-gradient(120deg,transparent,rgba(25,198,210,.04));pointer-events:none}
.dgx-command-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:90px}.dgx-command-copy h2{margin-bottom:24px!important;color:#fff!important;font-size:clamp(38px,4vw,59px)!important;line-height:1.06!important;letter-spacing:-2.7px!important}.dgx-command-copy>p{color:#aebfd4;font-size:17px;line-height:1.75}
.dgx-command-panel{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:25px;background:linear-gradient(150deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:0 40px 90px rgba(0,0,0,.38);backdrop-filter:blur(10px);transform:perspective(1000px) rotateY(5deg) rotateX(2deg)}
.dgx-panel-head{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 18px;color:#d9e6f5;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dgx-panel-head i{display:flex;align-items:center;gap:7px;color:#67e6a3;font-style:normal}.dgx-panel-head i b{width:8px;height:8px;border-radius:50%;background:#43df90;box-shadow:0 0 0 5px rgba(67,223,144,.1)}
.dgx-panel-map{position:relative;height:245px;overflow:hidden;border-radius:17px;background:radial-gradient(circle at center,rgba(23,105,255,.17),transparent 65%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,30px 30px,30px 30px}.dgx-panel-map svg{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:var(--dgx-accent);stroke-width:2;filter:drop-shadow(0 0 7px var(--dgx-accent));opacity:.8}.dgx-panel-map .node{position:absolute;z-index:2;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:var(--dgx-primary);box-shadow:0 0 0 7px rgba(23,105,255,.22),0 0 20px var(--dgx-primary);animation:dgx-node 2s ease-in-out infinite}.dgx-panel-map .n1{left:6%;top:65%}.dgx-panel-map .n2{left:31%;top:43%;animation-delay:-.5s}.dgx-panel-map .n3{left:50%;top:36%;animation-delay:-1s}.dgx-panel-map .n4{left:72%;top:25%;animation-delay:-1.5s}.dgx-panel-map .n5{right:5%;top:55%;animation-delay:-.8s}@keyframes dgx-node{50%{box-shadow:0 0 0 12px rgba(23,105,255,.05),0 0 25px var(--dgx-primary)}}
.dgx-panel-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-top:11px}.dgx-panel-metrics div{padding:14px;border-radius:12px;background:rgba(255,255,255,.06)}.dgx-panel-metrics small{display:block;color:#7f95b0;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.dgx-panel-metrics strong{display:block;margin-top:4px;color:#fff;font-size:11px}.dgx-check-list{margin:25px 0 30px!important;padding:0!important;list-style:none!important;display:grid;grid-template-columns:1fr 1fr;gap:11px 22px}.dgx-check-list li{position:relative;margin:0!important;padding-left:25px!important;color:#c6d4e5;font-size:13px}.dgx-check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--dgx-accent);font-weight:900}.dgx-check-list.dark li{color:#526780}

/* Industries & process */
.dgx-industry-wheel{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.dgx-industry-wheel article{min-height:265px;padding:27px 23px;border:1px solid var(--dgx-line);border-radius:20px;background:#fff;transition:.3s}.dgx-industry-wheel article:hover{transform:translateY(-6px);border-color:rgba(23,105,255,.25);box-shadow:0 20px 45px rgba(7,20,38,.09)}.dgx-industry-wheel article>span{display:grid;width:48px;height:48px;place-items:center;margin-bottom:31px;border-radius:14px;background:var(--dgx-light);color:var(--dgx-primary)}.dgx-industry-wheel svg{width:24px}.dgx-industry-wheel h3{margin-bottom:13px!important;color:var(--dgx-dark)!important;font-size:17px!important;line-height:1.35!important}.dgx-industry-wheel p{margin:0!important;color:var(--dgx-muted);font-size:12px;line-height:1.65}
.dgx-process-home{background:var(--dgx-light)}.dgx-process-track{position:relative;display:grid;grid-template-columns:repeat(6,1fr);margin-top:55px}.dgx-process-track:before{content:"";position:absolute;left:7%;right:7%;top:22px;height:1px;background:linear-gradient(90deg,var(--dgx-primary),var(--dgx-accent))}.dgx-process-track div{position:relative;z-index:1;text-align:center}.dgx-process-track span{display:grid;width:45px;height:45px;place-items:center;margin:0 auto 16px;border:6px solid var(--dgx-light);border-radius:50%;background:var(--dgx-primary);box-shadow:0 0 0 1px rgba(23,105,255,.2);color:#fff;font-size:9px;font-weight:850}.dgx-process-track div:nth-child(even) span{background:var(--dgx-accent);color:var(--dgx-dark)}.dgx-process-track strong{color:var(--dgx-dark);font-size:12px}

/* FAQs */
.dgx-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.dgx-accordions details{border-bottom:1px solid var(--dgx-line)}.dgx-accordions summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 0;cursor:pointer;list-style:none;color:var(--dgx-dark);font-size:17px;font-weight:760}.dgx-accordions summary::-webkit-details-marker{display:none}.dgx-accordions summary span{position:relative;flex:0 0 28px;width:28px;height:28px;border:1px solid var(--dgx-line);border-radius:50%}.dgx-accordions summary span:before,.dgx-accordions summary span:after{content:"";position:absolute;left:8px;right:8px;top:13px;height:1px;background:var(--dgx-primary)}.dgx-accordions summary span:after{transform:rotate(90deg);transition:transform .2s}.dgx-accordions details[open] summary span:after{transform:rotate(0)}.dgx-accordions details p{padding:0 55px 25px 0;color:var(--dgx-muted);font-size:14px;line-height:1.75}

/* Proposal & forms */
.dgx-proposal{overflow:hidden;background:linear-gradient(125deg,#071426 0%,#0b2c5e 68%,#0a5b7a 120%);color:#fff}.dgx-proposal:before{content:"";position:absolute;right:-160px;top:-220px;width:620px;height:620px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}
.dgx-proposal-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px}.dgx-proposal-copy h2{max-width:530px;margin-bottom:22px!important;color:#fff!important;font-size:clamp(38px,4vw,57px)!important;line-height:1.06!important;letter-spacing:-2.5px!important}.dgx-proposal-copy>p{max-width:540px;color:#aec0d7;font-size:17px}.dgx-proposal-contact{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.dgx-proposal-contact>a{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid rgba(255,255,255,.13);border-radius:13px;color:#fff!important;background:rgba(255,255,255,.05)}.dgx-proposal-contact svg{width:20px;color:var(--dgx-accent)}.dgx-proposal-contact small,.dgx-proposal-contact strong{display:block}.dgx-proposal-contact small{color:#839ab7;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.dgx-proposal-contact strong{font-size:11px}
.dgx-form-panel{position:relative;padding:36px;border:1px solid rgba(255,255,255,.15);border-radius:27px;background:#fff;box-shadow:0 35px 80px rgba(0,0,0,.22);color:var(--dgx-ink)}.dgx-form-panel.compact{padding:32px}.dgx-form-head span{color:var(--dgx-primary);font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.dgx-form-head h3{margin:7px 0 5px!important;color:var(--dgx-dark)!important;font-size:25px!important;letter-spacing:-.8px!important}.dgx-form-head p{margin-bottom:20px!important;color:var(--dgx-muted);font-size:11px}.dgx-lead-form>label,.dgx-form-row label{display:block;margin:0 0 14px}.dgx-lead-form label>span{display:block;margin-bottom:6px;color:#53657d;font-size:10px;font-weight:750}.dgx-lead-form input:not([type=checkbox]),.dgx-lead-form select,.dgx-lead-form textarea{display:block;width:100%;min-height:48px;margin:0!important;padding:11px 13px!important;border:1px solid #dce5ef!important;border-radius:10px!important;background:#f9fbfd!important;color:var(--dgx-dark)!important;outline:none!important;box-shadow:none!important;transition:border .2s,box-shadow .2s,background .2s}.dgx-lead-form textarea{resize:vertical}.dgx-lead-form input:focus,.dgx-lead-form select:focus,.dgx-lead-form textarea:focus{border-color:var(--dgx-primary)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(23,105,255,.09)!important}.dgx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dgx-consent{display:flex!important;align-items:flex-start;gap:9px;margin:4px 0 18px!important}.dgx-consent input{flex:0 0 auto;width:17px;height:17px;margin-top:2px;accent-color:var(--dgx-primary)}.dgx-consent span{margin:0!important;font-size:9px!important;line-height:1.5}.dgx-honeypot{position:absolute!important;left:-99999px!important}.dgx-form-success{display:flex;gap:12px;margin-bottom:16px;padding:13px;border-radius:12px;background:#eafaf1;color:#176a3c}.dgx-form-success>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff}.dgx-form-success svg{width:20px}.dgx-form-success strong{display:block;font-size:12px}.dgx-form-success p{margin:3px 0 0!important;font-size:10px}.dgx-form-error{margin-bottom:15px;padding:11px 13px;border-radius:10px;background:#fff0f0;color:#a82929;font-size:11px}

/* Internal page hero */
.dgx-page-hero{position:relative;overflow:hidden;padding:72px 0 83px;background:radial-gradient(circle at 80% 20%,rgba(23,105,255,.28),transparent 35%),linear-gradient(130deg,#061224 0,#0b2e5e 72%,#086477 140%);color:#fff}.dgx-page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px}.dgx-page-orb{position:absolute;right:-100px;top:-150px;width:470px;height:470px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.018),0 0 0 110px rgba(255,255,255,.013)}
.dgx-page-hero .dgx-container{position:relative}.dgx-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:40px;color:#8298b3;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.dgx-breadcrumb a{color:#a9bdd4!important}.dgx-breadcrumb strong{color:#fff;font-weight:700}.dgx-page-hero-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:70px}.dgx-page-hero h1{max-width:920px;margin:14px 0 19px!important;color:#fff!important;font-size:clamp(44px,5.4vw,74px)!important;line-height:1.04!important;letter-spacing:-3.4px!important;font-weight:820!important}.dgx-page-hero p{max-width:760px;margin:0!important;color:#b8c9dc;font-size:17px;line-height:1.75}.dgx-page-icon{display:grid;width:138px;height:138px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.03));box-shadow:0 28px 60px rgba(0,0,0,.2);backdrop-filter:blur(10px);transform:rotate(8deg)}.dgx-page-icon svg{width:64px;height:64px;color:var(--dgx-accent);transform:rotate(-8deg)}

/* Page-specific */
.dgx-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.dgx-prose{max-width:850px}.dgx-prose p,.dgx-prose li{color:#52667f;font-size:16px;line-height:1.85}.dgx-prose .lead{color:#263b58;font-size:21px;line-height:1.72}.dgx-prose h2{margin:45px 0 15px!important;color:var(--dgx-dark)!important;font-size:31px!important;line-height:1.2!important;letter-spacing:-1px!important}.dgx-prose h3{color:var(--dgx-dark)!important}.dgx-prose ul{padding-left:22px}.dgx-prose a{color:var(--dgx-primary)!important;text-decoration:underline}.dgx-custom-content{padding:85px 0}
.dgx-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.dgx-principles article{padding:32px 27px;border:1px solid var(--dgx-line);border-radius:20px;background:#fff}.dgx-principles b{color:var(--dgx-primary);font-size:10px}.dgx-principles h3{margin:35px 0 12px!important;color:var(--dgx-dark)!important;font-size:20px!important}.dgx-principles p{margin:0!important;color:var(--dgx-muted);font-size:13px}
.dgx-delivery-modes{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.dgx-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dgx-mode-grid article{padding:28px 24px;border-radius:18px;background:#fff;box-shadow:0 15px 45px rgba(7,20,38,.06)}.dgx-mode-grid span{color:var(--dgx-primary);font-size:10px;font-weight:850}.dgx-mode-grid h3{margin:30px 0 12px!important;color:var(--dgx-dark)!important;font-size:18px!important}.dgx-mode-grid p{margin:0!important;color:var(--dgx-muted);font-size:12px}
.dgx-industry-list{display:grid;gap:0}.dgx-industry-row{display:grid;grid-template-columns:90px 1.15fr 1fr;align-items:center;gap:45px;padding:55px 0;border-bottom:1px solid var(--dgx-line)}.dgx-industry-row:first-child{padding-top:0}.dgx-industry-icon{display:grid;width:80px;height:80px;place-items:center;border-radius:23px;background:var(--dgx-light);color:var(--dgx-primary)}.dgx-industry-icon svg{width:37px;height:37px}.dgx-industry-row h2{margin:0 0 14px!important;color:var(--dgx-dark)!important;font-size:31px!important;letter-spacing:-1px!important}.dgx-industry-row p{margin:0!important;color:var(--dgx-muted)}
.dgx-process-list{position:relative}.dgx-process-list:before{content:"";position:absolute;left:44px;top:50px;bottom:50px;width:1px;background:linear-gradient(var(--dgx-primary),var(--dgx-accent))}.dgx-process-list article{position:relative;display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:40px;min-height:155px;padding:27px 0;border-bottom:1px solid var(--dgx-line)}.dgx-step-number{position:relative;z-index:1;display:grid;width:90px;height:90px;place-items:center;border:13px solid #fff;border-radius:50%;background:var(--dgx-dark);color:#fff;font-size:13px;font-weight:850}.dgx-process-list article:nth-child(even) .dgx-step-number{background:var(--dgx-primary)}.dgx-process-list h2{margin:0 0 8px!important;color:var(--dgx-dark)!important;font-size:31px!important}.dgx-process-list p{max-width:800px;margin:0!important;color:var(--dgx-muted)}.dgx-process-list article>span{color:var(--dgx-primary)}
.dgx-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dgx-why-grid article{min-height:285px;padding:34px;border:1px solid var(--dgx-line);border-radius:22px;background:#fff}.dgx-why-grid article>span{display:grid;width:53px;height:53px;place-items:center;border-radius:16px;background:var(--dgx-light);color:var(--dgx-primary)}.dgx-why-grid h2{margin:40px 0 12px!important;color:var(--dgx-dark)!important;font-size:22px!important}.dgx-why-grid p{margin:0!important;color:var(--dgx-muted);font-size:14px}.dgx-contrast{background:var(--dgx-dark);color:#b8c9dc}.dgx-contrast-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:100px}.dgx-contrast h2{color:#fff!important}.dgx-contrast-grid>div:last-child>p{font-size:18px;line-height:1.8}
.dgx-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dgx-insight{padding:34px;border:1px solid var(--dgx-line);border-radius:22px;background:#fff;transition:.3s}.dgx-insight:hover{transform:translateY(-7px);box-shadow:var(--dgx-shadow)}.dgx-insight>span{color:var(--dgx-primary);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.dgx-insight h2{margin:40px 0 18px!important;color:var(--dgx-dark)!important;font-size:23px!important;line-height:1.35!important}.dgx-insight p,.dgx-insight li{color:var(--dgx-muted);font-size:13px}.dgx-insight ul{padding-left:18px}
.dgx-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.dgx-contact-details>h2{margin-bottom:18px!important;color:var(--dgx-dark)!important;font-size:47px!important;line-height:1.08!important;letter-spacing:-2px!important}.dgx-contact-details>p{color:var(--dgx-muted)}.dgx-contact-cards{display:grid;gap:10px;margin:32px 0}.dgx-contact-cards>a{display:grid;grid-template-columns:48px 1fr;align-items:center;column-gap:13px;padding:13px;border:1px solid var(--dgx-line);border-radius:15px;color:var(--dgx-dark)!important;transition:.25s}.dgx-contact-cards>a:hover{border-color:rgba(23,105,255,.3);transform:translateX(5px)}.dgx-contact-cards a>span{grid-row:1/3;display:grid;width:48px;height:48px;place-items:center;border-radius:13px;background:var(--dgx-light);color:var(--dgx-primary)}.dgx-contact-cards svg{width:22px}.dgx-contact-cards small{align-self:end;color:var(--dgx-muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.dgx-contact-cards strong{align-self:start;font-size:13px}.dgx-address-card{display:flex;gap:14px;padding:22px;border-radius:18px;background:var(--dgx-dark);color:#fff}.dgx-address-card>span{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:13px;background:rgba(255,255,255,.09);color:var(--dgx-accent)}.dgx-address-card small,.dgx-address-card strong{display:block}.dgx-address-card small{color:#8097b4;font-size:9px;text-transform:uppercase}.dgx-address-card strong{margin:5px 0;font-size:13px}.dgx-address-card p{margin:0 0 7px!important;color:#8097b4;font-size:10px}.dgx-address-card a{color:var(--dgx-accent)!important;font-size:10px;font-weight:800}.dgx-address-card svg{width:21px}
.dgx-service-detail{display:grid;grid-template-columns:1fr 340px;align-items:start;gap:90px}.dgx-service-aside{position:sticky;top:120px;padding:31px;border:1px solid var(--dgx-line);border-radius:22px;background:var(--dgx-light)}.dgx-service-aside>span{display:grid;width:58px;height:58px;place-items:center;border-radius:17px;background:#fff;color:var(--dgx-primary);box-shadow:0 12px 25px rgba(7,20,38,.08)}.dgx-service-aside h2{margin:34px 0 12px!important;color:var(--dgx-dark)!important;font-size:24px!important}.dgx-service-aside p{color:var(--dgx-muted);font-size:13px}.dgx-service-aside .dgx-btn{width:100%;margin-top:10px}.dgx-contact-mini{display:block;margin-top:15px;text-align:center;color:var(--dgx-primary)!important;font-size:11px;font-weight:800}.dgx-service-note{margin-top:45px;padding:25px;border-left:4px solid var(--dgx-accent);border-radius:0 16px 16px 0;background:var(--dgx-light)}.dgx-service-note strong{color:var(--dgx-dark)}.dgx-service-note p{margin:5px 0 0!important;font-size:13px}.dgx-prose.legal{max-width:880px}.dgx-prose.legal h2{font-size:27px!important}

/* Footer */
.dgx-footer{background:#040d19;color:#91a5be}.dgx-footer-top{padding:78px 0 60px;border-bottom:1px solid rgba(255,255,255,.08)}.dgx-footer-top>.dgx-container{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.dgx-footer .dgx-logo-copy strong{color:#fff}.dgx-footer .dgx-logo-copy small{color:#6f86a3}.dgx-footer-brand>p{max-width:400px;margin:26px 0!important;color:#7f94ae;font-size:13px}.dgx-socials{display:flex;gap:7px}.dgx-socials a{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:9px;color:#fff!important;font-size:10px;font-weight:800}.dgx-footer-links{display:grid;grid-template-columns:.8fr .8fr 1.4fr;gap:45px}.dgx-footer-links h2{margin-bottom:22px!important;color:#fff!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.12em!important}.dgx-footer-links a,.dgx-footer-links p{display:block;margin:0 0 10px!important;color:#7f94ae!important;font-size:12px}.dgx-footer-links a:hover{color:var(--dgx-accent)!important}.dgx-footer-bottom{padding:19px 0}.dgx-footer-bottom .dgx-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.dgx-footer-bottom p{margin:0!important;font-size:10px}.dgx-footer-bottom div div{display:flex;gap:18px}.dgx-footer-bottom a{color:#6f829b!important;font-size:10px}

/* Floating controls */
.dgx-whatsapp{position:fixed;z-index:70;right:20px;bottom:22px;display:flex;align-items:center;gap:8px;min-height:48px;padding:0 15px;border-radius:99px;background:#19b864;color:#fff!important;box-shadow:0 16px 35px rgba(25,184,100,.3);font-size:11px;font-weight:850;transition:.25s}.dgx-whatsapp:hover{transform:translateY(-3px);color:#fff!important}.dgx-whatsapp svg{width:20px}.dgx-back-top{position:fixed;z-index:65;right:26px;bottom:82px;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid var(--dgx-line);border-radius:50%;background:#fff;box-shadow:0 9px 25px rgba(7,20,38,.13);opacity:0;visibility:hidden;cursor:pointer;transition:.25s}.dgx-back-top.show{opacity:1;visibility:visible}.dgx-back-top svg{width:18px;fill:none;stroke:var(--dgx-dark);stroke-width:1.7}
.dgx-install{position:fixed;z-index:100;left:20px;bottom:20px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;max-width:520px;padding:12px 13px;border:1px solid var(--dgx-line);border-radius:17px;background:#fff;box-shadow:var(--dgx-shadow);animation:dgx-install-in .5s var(--dgx-ease)}.dgx-install[hidden]{display:none}.dgx-install .dgx-logo-copy{display:none}.dgx-install .dgx-logo-mark{width:40px;height:40px}.dgx-install>div{display:flex;flex-direction:column}.dgx-install>div strong{color:var(--dgx-dark);font-size:12px}.dgx-install>div small{color:var(--dgx-muted);font-size:10px}.dgx-install-button{padding:8px 13px;border:0;border-radius:9px;background:var(--dgx-primary);color:#fff;font-size:10px;font-weight:800;cursor:pointer}.dgx-install-close{width:29px;height:29px;padding:0;border:0;border-radius:50%;background:var(--dgx-light);color:var(--dgx-muted);cursor:pointer}@keyframes dgx-install-in{from{transform:translateY(35px);opacity:0}}

/* Reveal */
.dgx-js .dgx-reveal{opacity:0;transform:translateY(27px);transition:opacity .75s var(--dgx-ease),transform .75s var(--dgx-ease)}.dgx-js .dgx-reveal.dgx-visible{opacity:1;transform:none}

/* Responsive */
@media (max-width:1180px){
	:root{--dgx-container:min(calc(100% - 38px),1120px)}
	.dgx-menu-toggle{display:grid}.dgx-header-call{display:grid}.dgx-header-cta{display:none}.dgx-nav{position:absolute;left:19px;right:19px;top:calc(100% + 1px);margin:0;padding:12px;border:1px solid var(--dgx-line);border-radius:0 0 18px 18px;background:#fff;box-shadow:0 25px 50px rgba(7,20,38,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s}.dgx-nav.open{opacity:1;visibility:visible;transform:none}.dgx-menu{display:block!important}.dgx-menu a{padding:12px 13px}.dgx-menu a:after{bottom:6px}.dgx-industry-wheel{grid-template-columns:repeat(3,1fr)}.dgx-industry-wheel article:nth-child(4),.dgx-industry-wheel article:nth-child(5){min-height:230px}.dgx-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:960px){
	.dgx-section{padding:85px 0}.dgx-announcement>div>div{display:none}.dgx-hero{min-height:740px;background-position:60% center}.dgx-hero:before{content:"";position:absolute;inset:0;background:rgba(2,9,21,.18)}.dgx-hero-inner{grid-template-columns:1fr;min-height:625px}.dgx-hero-copy{max-width:700px}.dgx-hero-visual{position:absolute;inset:0}.dgx-status-card{display:none}.dgx-hero-stats .dgx-container{grid-template-columns:repeat(2,1fr)}.dgx-hero-stats .dgx-container>div{padding:13px 18px}.dgx-hero-stats strong{font-size:15px}.dgx-client-ribbon .dgx-container{flex-wrap:wrap;justify-content:center;padding:20px 0}.dgx-client-ribbon i{display:none}.dgx-split,.dgx-command-grid,.dgx-faq-grid,.dgx-proposal-grid,.dgx-story-grid,.dgx-delivery-modes,.dgx-contact-layout,.dgx-contrast-grid{grid-template-columns:1fr;gap:50px}.dgx-value-strip{grid-template-columns:1fr}.dgx-value-strip article{padding:27px 0;border-right:0;border-bottom:1px solid var(--dgx-line)}.dgx-value-strip article:last-child{border-bottom:0}.dgx-command-panel{max-width:700px;margin:auto;transform:none}.dgx-industry-wheel{grid-template-columns:repeat(2,1fr)}.dgx-principles{grid-template-columns:repeat(2,1fr)}.dgx-mode-grid{grid-template-columns:repeat(3,1fr)}.dgx-page-icon{width:105px;height:105px;border-radius:28px}.dgx-page-icon svg{width:48px}.dgx-industry-row{grid-template-columns:75px 1fr}.dgx-industry-row ul{grid-column:2}.dgx-why-grid{grid-template-columns:repeat(2,1fr)}.dgx-insights-grid{grid-template-columns:1fr}.dgx-service-detail{grid-template-columns:1fr;gap:55px}.dgx-service-aside{position:static}.dgx-footer-top>.dgx-container{grid-template-columns:1fr;gap:55px}
}
@media (max-width:782px){.admin-bar .dgx-header.dgx-sticky{top:46px}}
@media (max-width:720px){
	:root{--dgx-container:calc(100% - 28px);--dgx-radius:18px}
	.dgx-has-sticky .dgx-header+.dgx-main,.dgx-has-sticky .dgx-header+.dgx-page-hero{margin-top:70px}
	body.digiexam-site{font-size:15px!important}.dgx-announcement .dgx-container{min-height:44px}.dgx-announcement p span{display:none}.dgx-header-inner{height:70px}.dgx-logo-mark{width:40px;height:40px}.dgx-logo-mark svg{width:38px;height:38px}.dgx-logo-copy strong{font-size:20px}.dgx-logo-copy small{font-size:6.7px}.dgx-header-call{display:none}.dgx-section{padding:70px 0}.dgx-section-heading h2{font-size:37px!important;letter-spacing:-1.7px!important}.dgx-section-heading p{font-size:15px}.dgx-hero{min-height:760px;background-position:63% center;background-image:linear-gradient(90deg,rgba(3,10,23,.98),rgba(3,11,26,.79)),var(--dgx-hero-image)}.dgx-hero-inner{min-height:640px;padding-bottom:120px}.dgx-hero-copy{padding:42px 0}.dgx-hero h1{font-size:47px!important;letter-spacing:-2.4px!important}.dgx-hero-copy>p{font-size:15px}.dgx-actions{display:grid;grid-template-columns:1fr}.dgx-actions .dgx-btn{width:100%}.dgx-trust-row{display:grid;grid-template-columns:1fr 1fr}.dgx-hero-stats .dgx-container>div:nth-child(even){border-right:0}.dgx-hero-stats span{font-size:8px}.dgx-client-ribbon strong{font-size:10px}.dgx-service-grid{grid-template-columns:1fr}.dgx-service-card{min-height:300px}.dgx-check-list{grid-template-columns:1fr}.dgx-panel-map{height:200px}.dgx-panel-metrics{grid-template-columns:1fr}.dgx-command-copy h2,.dgx-proposal-copy h2{font-size:39px!important;letter-spacing:-1.8px!important}.dgx-industry-wheel{grid-template-columns:1fr}.dgx-industry-wheel article{min-height:220px}.dgx-process-track{grid-template-columns:repeat(3,1fr);row-gap:27px}.dgx-process-track:before{display:none}.dgx-process-track div{border-right:1px solid var(--dgx-line)}.dgx-process-track div:nth-child(3n){border-right:0}.dgx-form-panel,.dgx-form-panel.compact{padding:23px 18px}.dgx-form-row{grid-template-columns:1fr;gap:0}.dgx-page-hero{padding:48px 0 62px}.dgx-page-hero-grid{grid-template-columns:1fr}.dgx-page-icon{display:none}.dgx-breadcrumb{margin-bottom:25px}.dgx-page-hero h1{font-size:43px!important;letter-spacing:-2px!important}.dgx-page-hero p{font-size:15px}.dgx-principles,.dgx-mode-grid,.dgx-why-grid{grid-template-columns:1fr}.dgx-industry-row{grid-template-columns:58px 1fr;gap:20px}.dgx-industry-icon{width:58px;height:58px;border-radius:17px}.dgx-industry-icon svg{width:27px}.dgx-industry-row h2{font-size:24px!important}.dgx-industry-row ul{grid-column:1/-1}.dgx-process-list:before{left:27px}.dgx-process-list article{grid-template-columns:55px 1fr;gap:19px;padding:30px 0}.dgx-step-number{width:55px;height:55px;border-width:8px;font-size:10px}.dgx-process-list article>span{display:none}.dgx-process-list h2{font-size:25px!important}.dgx-contact-details>h2{font-size:38px!important}.dgx-footer-top{padding:60px 0 45px}.dgx-footer-links{grid-template-columns:1fr 1fr}.dgx-footer-links>div:last-child{grid-column:1/-1}.dgx-footer-bottom .dgx-container{align-items:flex-start;flex-direction:column}.dgx-footer-bottom div div{flex-wrap:wrap}.dgx-whatsapp span{display:none}.dgx-whatsapp{width:50px;height:50px;padding:0;justify-content:center}.dgx-back-top{right:26px}.dgx-install{left:12px;right:12px;bottom:12px;grid-template-columns:auto 1fr auto}.dgx-install-close{position:absolute;right:5px;top:-35px}.dgx-install>div small{display:none}
}
@media (max-width:420px){.dgx-logo-copy small{display:none}.dgx-hero h1{font-size:42px!important}.dgx-trust-row{grid-template-columns:1fr}.dgx-hero-stats .dgx-container>div{padding-left:10px}.dgx-hero-stats strong{font-size:13px}.dgx-proposal-contact{display:grid}.dgx-proposal-contact>a{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dgx-logo-mark .dgx-orbit,.dgx-logo-mark .dgx-check,.dgx-logo-mark .dgx-spark,.dgx-status-card,.mini-chart i,.dgx-panel-map .node,.dgx-loader-line i{animation:none!important}.dgx-js .dgx-reveal{opacity:1;transform:none;transition:none}}
