@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#f5f7fb;
  --paper:#fbfcff;
  --ink:#0b1220;
  --muted:#657084;
  --line:rgba(15,23,42,.10);
  --blue:#1264e8;
  --cyan:#21b7d7;
  --teal:#18a98b;
  --navy:#07111f;
  --glass:rgba(255,255,255,.60);
  --glass-strong:rgba(255,255,255,.76);
  --shadow:0 30px 80px rgba(18,32,61,.12);
  --radius:28px;
  --max:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--bg)}
body{font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
::selection{background:#bfe9ff;color:#07111f}

body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-3;background:radial-gradient(circle at 80% 8%,rgba(45,193,219,.13),transparent 27%),radial-gradient(circle at 8% 40%,rgba(18,100,232,.07),transparent 25%)}

/* Premium glass cursor */
.cursor{position:fixed;left:0;top:0;width:0;height:0;z-index:9999;pointer-events:none;mix-blend-mode:normal}
.cursor-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(18,100,232,.18),0 0 18px rgba(33,183,215,.45);transform:translate(-50%,-50%);transition:transform .18s ease,width .25s ease,height .25s ease}
.cursor-ring{position:absolute;width:46px;height:46px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(135deg,rgba(255,255,255,.38),rgba(255,255,255,.06));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 10px 35px rgba(18,100,232,.14),inset 0 0 0 1px rgba(18,100,232,.08);transition:width .35s cubic-bezier(.2,.8,.2,1),height .35s cubic-bezier(.2,.8,.2,1),border-color .25s ease,background .25s ease}
.cursor-label{position:absolute;transform:translate(19px,-50%);font:700 9px/1 'Manrope',sans-serif;letter-spacing:.18em;white-space:nowrap;color:#13223a;opacity:0;transition:opacity .2s ease,transform .25s ease}
.cursor.is-hover .cursor-ring{width:74px;height:74px;background:rgba(255,255,255,.22);border-color:rgba(18,100,232,.35)}
.cursor.is-hover .cursor-dot{width:4px;height:4px}
.cursor.is-hover .cursor-label{opacity:1;transform:translate(38px,-50%)}
.cursor.is-down .cursor-ring{width:58px;height:58px}
@media (pointer:coarse),(prefers-reduced-motion:reduce){.cursor{display:none}}

.scroll-progress{position:fixed;right:12px;top:50%;height:100px;width:2px;background:rgba(11,18,32,.10);z-index:1000;border-radius:10px;overflow:hidden}.scroll-progress span{display:block;width:100%;height:0;background:linear-gradient(#1264e8,#22b8d7);border-radius:10px}

.nav{position:fixed;z-index:100;top:18px;left:50%;transform:translateX(-50%);width:min(calc(100% - 36px),1180px);height:66px;padding:0 12px 0 20px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.68);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-radius:22px;box-shadow:0 14px 50px rgba(18,32,61,.10),inset 0 1px 0 rgba(255,255,255,.9);transition:.35s ease}
.nav.scrolled{top:10px;background:rgba(255,255,255,.84);box-shadow:0 18px 50px rgba(18,32,61,.14)}
.brand img{width:174px;height:auto}.nav nav{display:flex;gap:30px;align-items:center}.nav nav a{font-size:13px;font-weight:600;color:#59657a;transition:color .2s ease}.nav nav a:hover{color:#0b1220}.nav-cta{height:44px;padding:0 17px;border-radius:15px;background:#0b1220;color:#fff;display:flex;align-items:center;gap:12px;font-size:12px;font-weight:700;box-shadow:0 8px 22px rgba(11,18,32,.18)}.nav-cta span{font-size:16px;line-height:1}.menu{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu span{width:20px;height:1.5px;background:#0b1220;transition:.3s}.mobile-menu{display:none}

main{position:relative}.hero{min-height:900px;padding:180px max(7vw,34px) 70px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f9fbff 0%,#f4f7fb 100%)}
.hero:before{content:"";position:absolute;width:800px;height:800px;right:-250px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(30,186,212,.18),transparent 65%);filter:blur(18px)}
.hero-grid{position:absolute;inset:0;opacity:.30;background-image:linear-gradient(rgba(11,18,32,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(11,18,32,.045) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.hero-copy,.hero-visual{position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.20em;font-weight:800;color:#627086;margin-bottom:25px}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#1eb8d4,#1264e8);box-shadow:0 0 0 6px rgba(30,184,212,.10)}
.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(58px,7.4vw,112px);letter-spacing:-.072em;line-height:.92;font-weight:800;max-width:800px}.hero h1 em{font-style:normal;background:linear-gradient(100deg,#1264e8 0%,#13a9d2 48%,#1bb58e 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:610px;color:#657084;font-size:18px;line-height:1.75;margin:30px 0 34px}.actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:18px;min-height:52px;padding:0 21px;border-radius:17px;font-size:13px;font-weight:800;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn.primary{background:#0b1220;color:#fff;box-shadow:0 15px 35px rgba(11,18,32,.16)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(11,18,32,.22)}.text-btn{padding-left:0;color:#27354c}.text-btn:hover{transform:translateX(3px)}
.hero-visual{min-height:560px;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.46);filter:blur(30px);box-shadow:0 0 0 1px rgba(255,255,255,.5)}
.halo{position:absolute;border-radius:50%;border:1px solid rgba(18,100,232,.12);transform:rotate(-20deg)}.halo-one{width:520px;height:300px}.halo-two{width:350px;height:500px;transform:rotate(58deg);border-color:rgba(27,181,142,.16)}
.data-orbit{position:absolute;border:1px solid rgba(18,100,232,.15);border-radius:50%;display:flex;align-items:flex-start;justify-content:center;padding-top:14px;color:#6a7890;font-size:8px;font-weight:800;letter-spacing:.18em;background:rgba(255,255,255,.12);backdrop-filter:blur(5px)}.data-orbit span{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.8);padding:7px 10px;border-radius:999px;box-shadow:0 5px 15px rgba(20,50,90,.08)}.orbit-a{width:460px;height:460px;animation:spin 22s linear infinite}.orbit-b{width:330px;height:330px;animation:spinReverse 16s linear infinite}.orbit-c{width:220px;height:220px;animation:spin 11s linear infinite}.hero-core{width:142px;height:142px;border-radius:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(232,244,250,.50));border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);box-shadow:0 35px 70px rgba(18,100,232,.16),inset 0 1px 0 #fff;transform:rotate(-4deg)}.core-mark{font:800 38px/1 'Manrope',sans-serif;letter-spacing:-.08em;background:linear-gradient(135deg,#1264e8,#19a98e);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-core small{text-align:center;font-size:7px;letter-spacing:.22em;font-weight:800;color:#657084}.signal{position:absolute;width:9px;height:9px;border-radius:50%;background:#18b89a;box-shadow:0 0 0 7px rgba(24,184,154,.09),0 0 20px rgba(24,184,154,.35)}.signal-one{top:28%;right:18%}.signal-two{bottom:20%;left:15%;background:#1264e8}.signal-three{top:55%;right:7%;background:#f0a45c}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}
.hero-foot{position:absolute;bottom:38px;left:max(7vw,34px);right:max(7vw,34px);display:flex;align-items:center;gap:14px;color:#8590a2;font-size:8px;font-weight:800;letter-spacing:.18em}.scroll-line{height:1px;flex:1;background:linear-gradient(90deg,#a7b2c2,transparent)}

section{position:relative;padding:130px max(7vw,34px)}.section-no{font:800 9px/1 'Manrope',sans-serif;letter-spacing:.22em;color:#8792a3;margin-bottom:36px}.dark-section{background:#07111f;color:#fff}.dark-section .section-no{color:#708097}
.statement{min-height:680px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.statement:after{content:"";position:absolute;width:620px;height:620px;right:-220px;bottom:-300px;border-radius:50%;background:radial-gradient(circle,rgba(20,161,190,.18),transparent 65%);filter:blur(30px)}.statement-layout{max-width:1120px;display:grid;grid-template-columns:1.35fr .65fr;gap:90px;align-items:end}.statement h2,.section-head h2,.technology-head h2,.work-head h2,.approach>h2,.about h2,.industry-head h2,.contact h2{font-family:'Manrope',sans-serif;letter-spacing:-.06em;line-height:.98;font-weight:800}.statement h2{font-size:clamp(48px,6.4vw,92px)}.statement h2 span,.section-head h2 span,.technology-head h2 span,.work-head h2 span,.approach h2 span,.about h2 span,.industry-head h2 span,.contact h2 span{color:#6f7d90}.statement p{font-size:16px;line-height:1.85;color:#9aa7b8;max-width:430px}

.solutions{background:#f5f7fb}.section-head{max-width:800px;margin-bottom:70px}.section-head h2{font-size:clamp(48px,6vw,84px)}.section-head p{color:#6a768a;font-size:17px;max-width:520px;margin-top:24px}.solution-list{max-width:1180px;border-top:1px solid var(--line)}.solution-row{display:grid;grid-template-columns:70px 58px 1fr 50px;align-items:center;gap:22px;padding:38px 4px;border-bottom:1px solid var(--line);transition:.35s ease}.solution-row:hover{padding-left:18px;padding-right:18px;background:rgba(255,255,255,.55);box-shadow:0 15px 45px rgba(18,32,61,.06);border-radius:22px}.solution-index{font:700 10px/1 'Manrope';letter-spacing:.16em;color:#9aa5b6}.solution-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#fff,rgba(232,242,249,.6));border:1px solid rgba(255,255,255,.9);box-shadow:inset 0 1px 0 #fff,0 8px 25px rgba(18,32,61,.07);color:#1264e8;font-size:19px}.solution-row h3{font:700 25px/1.1 'Manrope',sans-serif;letter-spacing:-.035em}.solution-row p{color:#6b778a;font-size:14px;max-width:700px;margin-top:8px}.row-arrow{font-size:23px;color:#8390a3;transition:.3s}.solution-row:hover .row-arrow{transform:translate(4px,-4px);color:#1264e8}

/* Upgraded Technology glass section */
.technology{background:#eef3f8;overflow:hidden}.technology:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(18,100,232,.10),transparent 28%),radial-gradient(circle at 90% 70%,rgba(24,169,139,.12),transparent 30%);pointer-events:none}.technology-head{display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:end;margin-bottom:48px}.technology-head h2{font-size:clamp(48px,6vw,86px)}.technology-head p{color:#647186;font-size:16px;line-height:1.8;max-width:480px}
.tech-shell{max-width:1180px;position:relative;padding:26px;border:1px solid rgba(255,255,255,.72);border-radius:36px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.38));backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);box-shadow:0 40px 100px rgba(19,45,75,.12),inset 0 1px 0 rgba(255,255,255,.92);overflow:hidden}.tech-shell:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-150px;background:radial-gradient(circle,rgba(33,183,215,.22),transparent 68%);filter:blur(16px)}.tech-shell:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;left:-170px;bottom:-170px;background:radial-gradient(circle,rgba(27,181,142,.14),transparent 68%);filter:blur(18px)}
.tech-tabs{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;padding:7px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.45);border-radius:16px;width:max-content;max-width:100%;box-shadow:inset 0 1px 0 #fff}.tech-tab{border:0;background:transparent;color:#68768b;font-size:11px;font-weight:800;padding:11px 15px;border-radius:11px;cursor:pointer}.tech-tab.active{background:#0b1220;color:#fff;box-shadow:0 8px 18px rgba(11,18,32,.16)}
.tech-universe{position:relative;z-index:2;min-height:520px;display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:28px;padding:42px 20px 25px}.tech-side{display:flex;flex-direction:column;gap:16px}.tech-card{position:relative;min-height:112px;padding:18px 18px 16px;border-radius:24px;border:1px solid rgba(255,255,255,.74);background:rgba(255,255,255,.50);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 35px rgba(25,52,82,.08),inset 0 1px 0 rgba(255,255,255,.92);transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.tech-card:hover{transform:translateY(-4px) scale(1.01);background:rgba(255,255,255,.72);box-shadow:0 25px 50px rgba(25,52,82,.12)}.tech-card .tech-icon{width:48px;height:48px;object-fit:contain;object-position:left center;margin-bottom:12px}.tech-card .tech-icon.power-platform{width:120px;height:48px;object-fit:contain;object-position:left center}.tech-card h3{font:700 15px/1.1 'Manrope';letter-spacing:-.02em}.tech-card p{font-size:11px;color:#738095;margin-top:6px}.tech-meta{position:absolute;top:15px;right:15px;font-size:8px;letter-spacing:.14em;color:#9aa5b5;font-weight:800}.tech-core-wrap{display:grid;place-items:center;position:relative;min-height:420px}.tech-core-ring{position:absolute;width:330px;height:330px;border:1px solid rgba(18,100,232,.13);border-radius:50%;animation:coreSpin 28s linear infinite}.tech-core-ring:before,.tech-core-ring:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#1264e8;box-shadow:0 0 0 8px rgba(18,100,232,.08)}.tech-core-ring:before{top:25px;left:50%}.tech-core-ring:after{bottom:45px;right:30px;background:#1bb58e;box-shadow:0 0 0 8px rgba(27,181,142,.08)}.tech-core{width:210px;height:210px;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(223,242,249,.58));border:1px solid rgba(255,255,255,.95);box-shadow:0 35px 90px rgba(18,100,232,.18),inset 0 1px 0 #fff;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);position:relative}.tech-core img{width:76px;height:76px;object-fit:contain}.tech-core strong{display:block;font:800 17px/1 'Manrope';letter-spacing:-.03em;margin-top:5px}.tech-core small{display:block;color:#7b8799;font-size:8px;letter-spacing:.15em;font-weight:800;margin-top:7px}.core-caption{position:absolute;bottom:8px;font-size:9px;color:#8a96a7;letter-spacing:.16em;font-weight:800}.tech-connectors{position:absolute;inset:0;pointer-events:none}.tech-connectors span{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(18,100,232,.18),transparent);width:24%;top:50%}.tech-connectors .left{left:24%}.tech-connectors .right{right:24%}.tech-note{position:relative;z-index:2;font-size:9px;letter-spacing:.06em;color:#8995a5;text-align:center;margin:5px auto 0;max-width:850px}.tech-card[data-group]{display:none}.tech-card[data-group].show{display:block}
@keyframes coreSpin{to{transform:rotate(360deg)}}

.work{overflow:hidden}.work:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 40%,rgba(18,100,232,.16),transparent 35%),radial-gradient(circle at 20% 90%,rgba(24,169,139,.10),transparent 30%)}.work-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:60px;max-width:1180px}.work-head h2{font-size:clamp(52px,6.5vw,90px)}.work-head p{max-width:520px;color:#9aa7b8;font-size:16px;margin-top:22px;line-height:1.8}.btn.light{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(15px)}.btn.light:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.dashboard{position:relative;z-index:2;max-width:1180px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);box-shadow:0 50px 120px rgba(0,0,0,.28);transform:perspective(1600px) rotateX(1.5deg)}.dash-window{height:48px;display:flex;align-items:center;gap:7px;padding:0 16px;background:rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.08)}.window-dot{width:7px;height:7px;border-radius:50%;background:#6d7888}.dash-title{font-size:8px;letter-spacing:.18em;color:#8391a5;font-weight:800;margin-left:10px}.dash-live{margin-left:auto;font-size:8px;color:#63d7c0;letter-spacing:.12em}.dash-body{display:grid;grid-template-columns:70px 1fr;min-height:470px}.dash-sidebar{border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;align-items:center;gap:22px;padding-top:26px}.dash-sidebar strong{font:800 17px 'Manrope';color:#fff}.dash-sidebar span{width:18px;height:18px;border:1px solid rgba(255,255,255,.14);border-radius:5px}.dash-sidebar span.active{background:linear-gradient(135deg,#1264e8,#18b89a);border:0}.dash-content{padding:32px}.dash-heading{display:flex;justify-content:space-between;align-items:end}.dash-heading small{font-size:8px;letter-spacing:.17em;color:#728097;font-weight:800}.dash-heading h3{font:700 25px 'Manrope';letter-spacing:-.03em;color:#fff;margin-top:5px}.dash-date{font-size:9px;color:#9aa7b8;padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:10px}.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0 14px}.dash-kpis>div,.chart-panel,.insight-panel{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:17px}.dash-kpis>div{padding:16px}.dash-kpis small{display:block;font-size:8px;letter-spacing:.14em;color:#78869a}.dash-kpis strong{display:block;color:#fff;font:700 20px 'Manrope';margin-top:10px}.dash-kpis em{font-style:normal;font-size:9px;color:#60d6be}.dash-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:14px}.chart-panel,.insight-panel{padding:18px}.panel-head{display:flex;justify-content:space-between;align-items:center;color:#cbd3de;font-size:11px}.panel-head small{font-size:8px;color:#718095}.chart{height:185px;display:flex;align-items:end;gap:10px;padding:18px 4px 5px}.chart span{flex:1;min-width:8px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#2abbd7,#1264e8);opacity:.85}.insight-panel p{font-size:12px;line-height:1.7;color:#9ca8b8;margin:30px 0 20px}.insight-panel p b{color:#fff}.insight-bar{height:4px;background:rgba(255,255,255,.08);border-radius:4px;overflow:hidden}.insight-bar span{display:block;height:100%;background:linear-gradient(90deg,#1264e8,#1bb58e);border-radius:4px}.insight-panel>small{font-size:8px;color:#718095;display:block;margin-top:8px}.demo-foot{position:relative;z-index:2;max-width:1180px;display:flex;justify-content:space-between;color:#607086;font-size:8px;font-weight:800;letter-spacing:.16em;margin-top:18px}

.approach{background:#fbfcfe}.approach>h2{font-size:clamp(52px,6vw,88px);max-width:800px;margin-bottom:80px}.steps{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);max-width:1180px}.steps>div{padding:28px 20px 0 0;border-right:1px solid var(--line);margin-right:20px;min-height:180px}.steps>div:last-child{border-right:0}.steps b{font:800 9px 'Manrope';letter-spacing:.15em;color:#9aa5b5}.steps h3{font:700 20px 'Manrope';margin:26px 0 9px;letter-spacing:-.03em}.steps p{font-size:12px;color:#778397;max-width:170px}
.about{display:grid;grid-template-columns:1fr .7fr;gap:90px;align-items:end;background:#f0f4f8}.about h2{font-size:clamp(50px,6.2vw,90px);max-width:800px}.about-copy{color:#687589;font-size:16px;line-height:1.85;max-width:500px}.about-copy p+p{margin-top:22px}
.industries{background:#fbfcfe}.industry-head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:70px}.industry-head h2{font-size:clamp(52px,6vw,88px)}.industry-head p{color:#6b778a;max-width:440px;line-height:1.8}.industry-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);max-width:1180px}.industry-list span{padding:24px 0;border-bottom:1px solid var(--line);font:600 15px 'Manrope';color:#425068}.industry-list span:nth-child(3n+2),.industry-list span:nth-child(3n+3){padding-left:35px}
.contact{background:linear-gradient(135deg,#0a1422,#07111f 60%,#0b2531);color:#fff;min-height:650px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.contact:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(18,100,232,.23),transparent 65%);filter:blur(24px)}.contact>*{position:relative;z-index:2}.contact .section-no{color:#7e8da2}.contact h2{font-size:clamp(55px,7vw,104px)}.contact h2 span{color:#8492a5}.contact>p{max-width:520px;color:#9aa7b8;font-size:16px;line-height:1.8;margin:26px 0 34px}.contact-link{font:700 19px 'Manrope';padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.28)}.contact-link span{margin-left:12px;transition:.3s}.contact-link:hover span{display:inline-block;transform:translate(4px,-4px)}
footer{padding:55px max(7vw,34px);background:#050c16;color:#758398;display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:50px;position:relative}.footer-brand img{width:180px;filter:brightness(0) invert(1);opacity:.95}.footer-brand p{font-size:11px;margin-top:15px}.footer-brand+div,.footer-brand~div:not(.copyright){display:flex;flex-direction:column;gap:9px;font-size:11px}.footer-brand+div span,.footer-brand~div span{color:#fff;font-weight:800;font-size:9px;letter-spacing:.16em;margin-bottom:6px}.copyright{position:absolute;left:max(7vw,34px);bottom:20px;font-size:9px;color:#4f5c6f}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.18s}

@media (max-width:1050px){.nav nav{gap:18px}.hero{grid-template-columns:1fr;padding-top:170px}.hero-visual{min-height:470px}.hero-copy{max-width:900px}.statement-layout,.technology-head,.about,.industry-head{grid-template-columns:1fr}.statement-layout{gap:35px}.technology-head{gap:25px}.tech-universe{grid-template-columns:1fr 1fr}.tech-core-wrap{grid-column:1/-1;grid-row:1}.tech-side.left{grid-column:1}.tech-side.right{grid-column:2}.steps{grid-template-columns:repeat(3,1fr);row-gap:30px}.steps>div:nth-child(3){border-right:0}.about{gap:40px}.industry-list{grid-template-columns:repeat(2,1fr)}.industry-list span:nth-child(3n+2),.industry-list span:nth-child(3n+3){padding-left:0}.industry-list span:nth-child(even){padding-left:25px}}
@media (max-width:760px){.nav{top:10px;width:calc(100% - 20px);height:60px;padding-left:14px}.brand img{width:145px}.nav nav,.nav-cta{display:none}.menu{display:flex}.mobile-menu{position:fixed;z-index:90;top:0;left:0;right:0;padding:100px 25px 30px;background:rgba(245,248,252,.94);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);transform:translateY(-110%);transition:.45s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;gap:6px;border-bottom:1px solid rgba(11,18,32,.08);box-shadow:0 20px 50px rgba(18,32,61,.12)}.mobile-menu.open{transform:none}.mobile-menu a{display:flex;justify-content:space-between;align-items:center;padding:17px 4px;border-bottom:1px solid rgba(11,18,32,.08);font:700 22px 'Manrope';letter-spacing:-.03em}.mobile-talk{margin-top:10px;background:#0b1220;color:#fff;border-radius:16px;padding:17px 18px!important;border:0!important}.hero{min-height:820px;padding:140px 22px 70px;gap:25px}.hero h1{font-size:clamp(52px,16vw,78px)}.hero-copy>p{font-size:15px;line-height:1.7}.hero-visual{min-height:390px;transform:scale(.78)}.hero-foot{left:22px;right:22px}.scroll-progress{display:none}section{padding:92px 22px}.statement{min-height:620px}.statement h2,.section-head h2,.technology-head h2,.work-head h2,.approach>h2,.about h2,.industry-head h2,.contact h2{font-size:clamp(44px,12vw,68px)}.solution-row{grid-template-columns:38px 1fr 25px;gap:13px;padding:26px 0}.solution-icon{display:none}.solution-row h3{font-size:20px}.solution-row p{font-size:12px}.tech-shell{padding:15px;border-radius:26px}.tech-tabs{width:100%;overflow:auto;flex-wrap:nowrap}.tech-tab{white-space:nowrap}.tech-universe{display:flex;flex-direction:column;padding:30px 6px 10px;min-height:0}.tech-core-wrap{min-height:300px;width:100%;order:-1}.tech-core-ring{width:260px;height:260px}.tech-core{width:170px;height:170px}.tech-core img{width:62px;height:62px}.tech-side{width:100%}.tech-connectors{display:none}.tech-card{min-height:100px}.work-head{flex-direction:column;align-items:flex-start}.dashboard{transform:none;border-radius:20px}.dash-body{grid-template-columns:42px 1fr}.dash-content{padding:18px}.dash-kpis{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.chart{height:140px}.demo-foot{font-size:7px}.steps{grid-template-columns:1fr 1fr}.steps>div:nth-child(3){border-right:1px solid var(--line)}.steps>div:nth-child(even){border-right:0}.industry-list{grid-template-columns:1fr}.industry-list span:nth-child(even){padding-left:0}.contact{min-height:600px}.footer-brand+div,.footer-brand~div:not(.copyright){display:none}footer{grid-template-columns:1fr;padding-bottom:70px}.copyright{left:34px}}
@media (max-width:480px){.hero-visual{transform:scale(.64);margin-top:-20px}.actions{gap:10px}.btn{width:100%;justify-content:center}.statement-layout{gap:28px}.solution-row{grid-template-columns:30px 1fr 20px}.solution-row h3{font-size:18px}.tech-card .tech-icon.power-platform{width:100px}.dash-kpis strong{font-size:16px}.dash-heading h3{font-size:20px}.dash-date{display:none}.steps{grid-template-columns:1fr}.steps>div,.steps>div:nth-child(3){border-right:0!important;border-bottom:1px solid var(--line);padding-bottom:20px;margin-right:0}.copyright{left:22px}.footer-brand img{width:155px}}

/* V4 refinement: cursor, loader and a more innovative technology experience */
.site-loader{position:fixed;inset:0;z-index:20000;background:#06101d;display:grid;place-items:center;align-content:center;gap:18px;color:#fff;transition:opacity .7s ease,visibility .7s ease}.site-loader.is-done{opacity:0;visibility:hidden}.loader-orbit{width:92px;height:92px;border-radius:50%;position:relative;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 80px rgba(30,174,205,.12),inset 0 0 40px rgba(18,100,232,.08);animation:loaderFloat 2.4s ease-in-out infinite}.loader-orbit:before,.loader-orbit:after{content:"";position:absolute;inset:10px;border-radius:50%;border:1px solid rgba(33,183,215,.22);animation:loaderSpin 3.2s linear infinite}.loader-orbit:after{inset:20px;border-color:rgba(27,181,142,.2);animation-direction:reverse;animation-duration:2.1s}.loader-orbit span{position:absolute;width:7px;height:7px;border-radius:50%;background:#55d9d1;box-shadow:0 0 20px rgba(85,217,209,.65)}.loader-orbit span:nth-child(1){top:4px;left:42px}.loader-orbit span:nth-child(2){right:8px;bottom:25px;background:#6aa9ff}.loader-orbit span:nth-child(3){left:12px;bottom:20px;background:#9b8cff}.loader-core{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#fff,#dceaf3);color:#0b1827;display:grid;place-items:center;font:900 16px 'Manrope';box-shadow:0 15px 35px rgba(0,0,0,.25)}.loader-wordmark{font:800 10px 'Manrope';letter-spacing:.28em;color:#d9e4ef}.loader-line{width:140px;height:2px;background:rgba(255,255,255,.08);overflow:hidden;border-radius:2px}.loader-line span{display:block;width:40%;height:100%;background:linear-gradient(90deg,#1264e8,#28d0b0);animation:loaderProgress 1.5s ease-in-out infinite}@keyframes loaderSpin{to{transform:rotate(360deg)}}@keyframes loaderFloat{50%{transform:translateY(-5px) scale(1.02)}}@keyframes loaderProgress{0%{transform:translateX(-120%)}100%{transform:translateX(360%)}}
.cursor-ring{transform:translate(-50%,-50%);z-index:1}.cursor-dot{z-index:3}.cursor-label{z-index:4;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);padding:7px 9px;border-radius:999px;box-shadow:0 12px 30px rgba(18,32,61,.13);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);pointer-events:none}.cursor.is-hover .cursor-ring{width:58px;height:58px}.cursor.is-hover .cursor-label{transform:none}.cursor.is-down .cursor-ring{width:50px;height:50px}

.tech-showcase{padding:22px 22px 16px}.tech-topline,.tech-bottom{position:relative;z-index:4;display:flex;justify-content:space-between;align-items:center;gap:20px;font:800 8px 'Manrope';letter-spacing:.18em;color:#8b97a8}.tech-topline{padding:2px 4px 17px;border-bottom:1px solid rgba(120,145,170,.13)}.tech-topline span:last-child{color:#a3aebb}.tech-tabs{margin-top:15px}.tech-stage{position:relative;min-height:650px;display:grid;grid-template-columns:1fr 1.35fr 1fr;align-items:center;gap:18px;padding:24px 8px 18px;overflow:hidden}.tech-stage:before{content:"";position:absolute;inset:8% 20%;background:radial-gradient(circle,rgba(53,187,213,.15),rgba(112,103,255,.08) 28%,transparent 66%);filter:blur(18px);pointer-events:none}.tech-grid-glow{position:absolute;inset:0;opacity:.34;background-image:linear-gradient(rgba(38,78,112,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(38,78,112,.06) 1px,transparent 1px);background-size:46px 46px;mask-image:radial-gradient(circle at center,black,transparent 72%);-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%)}.tech-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible}.tech-lines path{fill:none;stroke:rgba(18,100,232,.13);stroke-width:1.2}.tech-lines .flow{stroke:url(#none);stroke-dasharray:5 12;stroke:rgba(34,184,208,.62);animation:dashFlow 4s linear infinite}.tech-lines .flow2{animation-delay:-1.7s;stroke:rgba(27,181,142,.58)}@keyframes dashFlow{to{stroke-dashoffset:-68}}
.tech-column{position:relative;z-index:5;display:flex;flex-direction:column;gap:14px}.tech-column-left{align-items:flex-end}.tech-column-right{align-items:flex-start}.tech-card{width:min(100%,250px);min-height:126px;padding:18px 18px 16px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.70),rgba(255,255,255,.34));border:1px solid rgba(255,255,255,.86);box-shadow:0 22px 48px rgba(25,52,82,.09),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%)}.tech-card:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 28px 60px rgba(25,52,82,.14),inset 0 1px 0 rgba(255,255,255,.98)}.tech-card .tech-icon{width:44px;height:44px;margin-bottom:12px}.tech-card .azure-icon{width:44px;height:44px}.tech-card .power-platform{width:112px;height:44px}.tech-card h3{font-size:15px}.tech-card p{font-size:10px;line-height:1.5}.tech-meta{top:15px;right:15px}.mini-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;margin-bottom:12px;font:900 15px 'Manrope';color:#fff;box-shadow:0 12px 25px rgba(18,100,232,.16)}.dataverse-mark{background:linear-gradient(145deg,#38a9f4,#1869cc)}.automate-mark{background:linear-gradient(145deg,#096bdb,#42a4ff);font-size:19px}.tech-focus{position:relative;z-index:4;min-height:540px;display:grid;place-items:center}.tech-orbit{position:absolute;border-radius:50%;border:1px solid rgba(18,100,232,.12);animation:coreSpin 22s linear infinite}.tech-orbit:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#1264e8;box-shadow:0 0 0 8px rgba(18,100,232,.08);top:8%;left:50%}.tech-orbit.orbit-1{width:280px;height:280px}.tech-orbit.orbit-2{width:390px;height:390px;border-color:rgba(27,181,142,.10);animation-duration:30s;animation-direction:reverse}.tech-orbit.orbit-3{width:480px;height:480px;border-style:dashed;border-color:rgba(112,103,255,.08);animation-duration:40s}.tech-orbit.orbit-2:before{background:#1bb58e;top:auto;left:auto;right:4%;bottom:27%}.tech-orbit.orbit-3:before{background:#756cf5;top:50%;left:4%}.tech-focus-core{position:relative;width:270px;min-height:300px;padding:42px 34px 28px;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(227,243,248,.54));border:1px solid rgba(255,255,255,.95);box-shadow:0 42px 100px rgba(18,100,232,.18),inset 0 1px 0 #fff;backdrop-filter:blur(30px) saturate(170%);-webkit-backdrop-filter:blur(30px) saturate(170%);text-align:center;overflow:hidden}.tech-focus-core:before{content:"";position:absolute;width:180px;height:180px;left:50%;top:-90px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(42,196,215,.26),transparent 70%);filter:blur(10px)}.focus-pulse{position:absolute;width:76px;height:76px;top:28px;left:50%;transform:translateX(-50%);border-radius:24px;background:linear-gradient(145deg,#fff,#dcebf3);box-shadow:0 14px 35px rgba(18,100,232,.12)}.focus-pulse:after{content:"";position:absolute;inset:12px;border-radius:18px;border:1px solid rgba(18,100,232,.18);animation:pulseRing 2.4s ease-in-out infinite}.focus-label{position:relative;z-index:2;padding-top:22px;font:900 22px 'Manrope';letter-spacing:-.06em;color:#0c1b2d}.tech-focus-tag{margin-top:72px;font:800 8px 'Manrope';letter-spacing:.2em;color:#6d7b8f}.tech-focus-title{font:800 23px 'Manrope';letter-spacing:-.04em;color:#0b1b2c;margin-top:8px}.tech-focus-copy{font-size:11px;line-height:1.65;color:#6d7b8f;margin-top:10px}.focus-flow{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:19px;font:800 7px 'Manrope';letter-spacing:.11em;color:#8b97a8}.focus-flow i{width:3px;height:3px;border-radius:50%;background:#2abbd7}.tech-node{position:absolute;z-index:7;width:70px;height:70px;border-radius:22px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.62);box-shadow:0 16px 34px rgba(18,44,75,.10),inset 0 1px 0 #fff;display:grid;place-items:center;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease}.tech-node:hover,.tech-node:focus,.tech-node.active{transform:scale(1.12);background:rgba(255,255,255,.92);border-color:rgba(18,100,232,.28);box-shadow:0 22px 45px rgba(18,100,232,.18),0 0 0 8px rgba(18,100,232,.05);outline:none}.tech-node img{max-width:48px;max-height:48px;object-fit:contain}.tech-node.node-apps img{max-width:52px;max-height:42px}.tech-node.node-fabric{top:8%;left:50%;transform:translateX(-50%)}.tech-node.node-fabric:hover,.tech-node.node-fabric:focus,.tech-node.node-fabric.active{transform:translateX(-50%) scale(1.12)}.tech-node.node-powerbi{right:4%;top:31%}.tech-node.node-apps{right:12%;bottom:13%}.tech-node.node-automate{left:12%;bottom:13%}.tech-node.node-azure{left:4%;top:31%}.node-letter{font:900 26px 'Manrope';color:#1474d4}.tech-bottom{border-top:1px solid rgba(120,145,170,.13);padding:15px 4px 0;align-items:flex-start}.tech-bottom p{max-width:560px;text-align:right;font:500 8px/1.6 'Manrope';letter-spacing:.04em;color:#99a5b4}.tech-legend{display:flex;gap:13px;flex-wrap:wrap}.tech-legend span{display:flex;gap:5px;align-items:center}.legend-dot{width:5px;height:5px;border-radius:50%;display:inline-block}.legend-dot.blue{background:#1264e8}.legend-dot.teal{background:#1bb58e}.legend-dot.violet{background:#756cf5}.legend-dot.cloud{background:#4b9be8}@keyframes pulseRing{50%{transform:scale(1.16);opacity:.45}}@keyframes coreSpin{to{transform:rotate(360deg)}}

@media (max-width:1050px){.tech-stage{grid-template-columns:1fr 1.25fr 1fr}.tech-card{width:220px}.tech-orbit.orbit-3{width:420px;height:420px}.tech-node.node-powerbi{right:0}.tech-node.node-azure{left:0}.tech-node.node-apps{right:7%}.tech-node.node-automate{left:7%}}
@media (max-width:760px){.site-loader{gap:15px}.tech-topline,.tech-bottom{flex-direction:column;align-items:flex-start}.tech-bottom p{text-align:left}.tech-stage{display:flex;flex-direction:column;min-height:0;padding:28px 4px 10px}.tech-focus{order:-1;width:100%;min-height:500px}.tech-column{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.tech-column-left,.tech-column-right{align-items:stretch}.tech-card{width:100%;min-height:116px}.tech-orbit.orbit-3{width:420px;height:420px}.tech-orbit.orbit-2{width:340px;height:340px}.tech-orbit.orbit-1{width:250px;height:250px}.tech-focus-core{width:235px;min-height:285px;padding-left:25px;padding-right:25px}.tech-node{width:60px;height:60px;border-radius:19px}.tech-node.node-fabric{top:7%}.tech-node.node-powerbi{right:2%;top:31%}.tech-node.node-azure{left:2%;top:31%}.tech-node.node-apps{right:9%;bottom:8%}.tech-node.node-automate{left:9%;bottom:8%}.tech-lines{display:none}.tech-grid-glow{opacity:.22}}
@media (max-width:480px){.tech-column{grid-template-columns:1fr}.tech-focus{min-height:470px}.tech-focus-core{width:220px}.tech-node.node-powerbi{right:0}.tech-node.node-azure{left:0}.tech-node.node-apps{right:2%;bottom:5%}.tech-node.node-automate{left:2%;bottom:5%}.tech-orbit.orbit-3{width:370px;height:370px}.tech-orbit.orbit-2{width:300px;height:300px}.tech-orbit.orbit-1{width:225px;height:225px}}
@media (prefers-reduced-motion:reduce){.loader-orbit,.loader-orbit:before,.loader-orbit:after,.loader-line span,.tech-lines .flow,.tech-orbit,.focus-pulse:after{animation:none!important}}
