:root {
  --navy-950:#041223;
  --navy-900:#071b33;
  --navy-800:#0a294a;
  --blue-700:#075bc9;
  --blue-600:#0875e1;
  --blue-500:#1396f2;
  --cyan-400:#3bd5ef;
  --orange-500:#ff8a35;
  --ink:#10233d;
  --muted:#5d6b7f;
  --line:#dce5ef;
  --surface:#f5f8fc;
  --white:#fff;
  --success:#2cc17b;
  --shadow-sm:0 8px 24px rgba(7,27,51,.08);
  --shadow-md:0 20px 55px rgba(7,27,51,.13);
  --radius:18px;
  --container:1240px;
  --header:80px;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;color:var(--ink);background:var(--white);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img,svg{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;top:-100px;left:16px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow-md)}
.skip-link:focus{top:16px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--blue-700);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;border-radius:2px}
.eyebrow--light{color:#79ddff}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.2rem,5vw,4rem);line-height:1.04;letter-spacing:-.045em;margin-bottom:24px}
h1 span{color:#4ed8ff}
h2{font-size:clamp(2.35rem,4vw,3rem);line-height:1.12;letter-spacing:-.035em;margin-bottom:18px}
h3{font-size:1.4rem;line-height:1.22;letter-spacing:-.02em}
p{color:var(--muted)}
.button{border:1px solid transparent;min-height:48px;padding:12px 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;color:var(--ink)}
.button svg{width:18px;height:18px}
.button:hover{transform:translateY(-2px)}
.button:focus-visible,.action-card:focus-visible,.portal-card a:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid rgba(59,213,239,.6);outline-offset:3px}
.button--large{min-height:54px;padding-inline:26px}
.button--primary{color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--blue-500));box-shadow:0 10px 24px rgba(8,117,225,.25)}
.button--primary:hover{box-shadow:0 14px 30px rgba(8,117,225,.34)}
.button--secondary{background:#fff;border-color:#bfd0e3;color:var(--blue-700)}
.button--ghost{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.25);color:#fff}
.button--white{background:#fff;color:var(--blue-700);box-shadow:var(--shadow-sm)}
.button--ghost-light{color:#fff;border-color:rgba(255,255,255,.38)}
.service-bar{height:36px;background:var(--navy-950);color:#cfe2f3;transition:height .25s,opacity .25s;overflow:hidden}
.service-bar.is-hidden{height:0;opacity:0}
.service-bar__inner{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:.83rem}
.service-bar a{display:inline-flex;align-items:center;gap:7px;min-height:36px}
.service-bar svg{width:15px;height:15px}
.service-bar__contacts,.service-bar__actions{display:flex;align-items:center;gap:24px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(7,27,51,.06);backdrop-filter:blur(14px)}
.header-inner{height:80px;display:flex;align-items:center;gap:28px;transition:height .25s}
.site-header.is-compact .header-inner{height:64px}
.brand{display:flex;align-items:center;flex:none;min-width:184px}
.brand-logo{display:block;width:190px;height:auto;object-fit:contain}
.site-header.is-compact .brand-logo{width:166px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}
.desktop-nav>a,.nav-trigger{border:0;background:transparent;padding:10px 9px;border-radius:8px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:5px;white-space:nowrap}
.desktop-nav>a:hover,.nav-trigger:hover,.nav-trigger[aria-expanded=true]{background:#edf6fc;color:var(--blue-700)}
.nav-trigger svg{width:14px;height:14px}
.header-actions{display:flex;align-items:center;gap:12px}
.client-link{display:flex;align-items:center;gap:7px;font-weight:750;font-size:.9rem;color:var(--ink)}
.client-link:hover{color:var(--blue-700)}
.client-link svg{width:20px;height:20px}
.mobile-menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);background:#f2f7fb;border-radius:11px;color:var(--blue-700);place-items:center}
.mobile-menu-button svg{width:24px;height:24px}.mobile-menu-button .close-icon{display:none}.mobile-menu-button[aria-expanded=true] .menu-icon{display:none}.mobile-menu-button[aria-expanded=true] .close-icon{display:block}
.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(7,27,51,.12);padding:34px 0}
.mega-menu__grid{display:grid;grid-template-columns:320px 1fr;gap:48px}
.mega-menu__intro h2{font-size:2rem}.mega-menu__intro p{margin-bottom:0}
.mega-menu__links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mega-menu__links--three{grid-template-columns:repeat(3,1fr)}
.mega-menu__links a{display:flex;gap:14px;padding:15px;border:1px solid #e3ebf3;border-radius:13px}.mega-menu__links a:hover{background:#f4f9fd;border-color:#b9d7ee}
.mega-menu__links svg{width:26px;height:26px;color:var(--blue-600);flex:none}.mega-menu__links span{display:flex;flex-direction:column}.mega-menu__links small{color:var(--muted)}
.mobile-menu{position:fixed;inset:64px 0 0;z-index:999;background:#fff;overflow:auto;padding:20px}.mobile-menu nav{display:flex;flex-direction:column;gap:6px;max-width:600px;margin:auto}.mobile-menu nav>a,.mobile-menu summary{font-size:1.1rem;font-weight:800;padding:15px 4px;border-bottom:1px solid var(--line)}.mobile-menu details a{display:block;padding:11px 16px;color:var(--muted)}.mobile-menu__quick{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.mobile-menu__quick a{display:flex;align-items:center;gap:8px;border-radius:12px;background:#eef6fb;padding:13px;font-weight:750}.mobile-menu__quick svg{width:22px;height:22px;color:var(--blue-700)}.mobile-menu .button{margin-top:18px}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#06162b 0%,#082b50 58%,#0b5d91 100%);color:#fff;min-height:690px;display:flex;align-items:center}
.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,transparent,black 70%)}
.hero-orb{position:absolute;border-radius:999px;filter:blur(70px);opacity:.28}.hero-orb--one{width:420px;height:420px;background:#009dff;right:5%;top:5%}.hero-orb--two{width:300px;height:300px;background:#3de7ff;right:35%;bottom:-25%}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,7fr) minmax(420px,5fr);gap:64px;align-items:center;padding-block:100px 92px}
.hero-lead{color:#dcebf7;font-size:1.25rem;line-height:1.55;max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 18px}.hero-microcopy{color:#bcd4e8;font-size:.92rem;margin-bottom:0}
.hero-visual{position:relative;height:500px;isolation:isolate}.visual-grid{position:absolute;inset:4%;border-radius:50%;background:radial-gradient(circle,rgba(42,207,255,.12),transparent 62%)}.core-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:174px;height:174px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.38);box-shadow:0 0 60px rgba(59,213,239,.32),inset 0 0 30px rgba(255,255,255,.08);backdrop-filter:blur(10px)}.core-card strong{letter-spacing:.12em}.core-card small{color:#d7f1ff;font-size:.68rem}.core-symbol{width:68px;height:68px;object-fit:contain;margin-bottom:6px}.orbit{position:absolute;border:1px solid rgba(118,218,255,.25);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit--one{width:330px;height:330px}.orbit--two{width:455px;height:455px;border-style:dashed;animation:spin 50s linear infinite}.tech-node{position:absolute;display:flex;align-items:center;gap:8px;padding:10px 13px;background:rgba(7,27,51,.82);border:1px solid rgba(113,219,255,.35);border-radius:12px;box-shadow:0 12px 25px rgba(0,0,0,.22);font-size:.78rem;font-weight:800;backdrop-filter:blur(8px)}.tech-node svg{width:23px;height:23px;color:#6be2ff}.node--security{left:4%;top:14%}.node--cloud{right:0;top:16%}.node--connect{left:-1%;bottom:19%}.node--voice{right:-3%;bottom:20%}.node--software{left:50%;bottom:0;transform:translateX(-50%)}.status-panel{position:absolute;right:8%;top:46%;width:210px;background:rgba(255,255,255,.94);color:var(--ink);border-radius:14px;padding:14px;box-shadow:var(--shadow-md)}.status-panel>div{display:flex;align-items:center;gap:8px}.status-panel small{display:block;color:var(--muted);line-height:1.3;margin-top:6px}.status-dot{display:inline-block;width:9px;height:9px;background:var(--success);border-radius:50%;box-shadow:0 0 0 5px rgba(44,193,123,.13)}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.trust-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(7,27,51,.05)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:128px;align-items:center}.trust-grid article{display:flex;gap:14px;align-items:center;padding:24px;border-right:1px solid var(--line)}.trust-grid article:last-child{border:0}.trust-grid svg{width:30px;height:30px;color:var(--blue-600);flex:none}.trust-grid div{display:flex;flex-direction:column}.trust-grid strong{font-size:1rem}.trust-grid span{font-size:.82rem;color:var(--muted);line-height:1.35}
.section{padding:112px 0}.section-heading{max-width:760px;margin-bottom:48px}.section-heading>p{font-size:1.08rem}.section-heading--split{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end}.section-heading--split p{margin-bottom:10px}.section--actions{background:var(--surface)}.action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.action-card{position:relative;min-height:185px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 7px 20px rgba(7,27,51,.04);transition:transform .22s,box-shadow .22s,border-color .22s}.action-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#b9d7ee}.action-card .icon-wrap{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#eaf5ff;color:var(--blue-700);margin-bottom:22px}.action-card .icon-wrap svg{width:26px;height:26px}.action-card h3{font-size:1.14rem;margin-bottom:8px}.action-card p{font-size:.9rem;line-height:1.45;margin-bottom:24px}.card-arrow{position:absolute;width:20px;height:20px;right:20px;bottom:20px;color:var(--blue-600);transition:transform .2s}.action-card:hover .card-arrow{transform:translateX(4px)}.action-card--support{border-top:3px solid var(--orange-500)}.action-card--client{border-top:3px solid #52627b}.guide-card{margin-top:40px;background:linear-gradient(120deg,var(--navy-900),#075d98);color:#fff;border-radius:24px;padding:38px 44px;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;overflow:hidden;position:relative}.guide-card:after{content:"?";position:absolute;right:260px;top:-50px;font-size:15rem;font-weight:900;line-height:1;color:rgba(255,255,255,.05)}.guide-card h3{font-size:1.9rem;margin-bottom:8px}.guide-card p{color:#d6e8f6;margin-bottom:0}.guide-card>*{position:relative;z-index:1}.mobile-only{display:none}
.section--portals{background:#fff}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.portal-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}.portal-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.portal-visual{height:140px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden;color:#fff;font-weight:800}.portal-visual:before,.portal-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.2)}.portal-visual:before{width:170px;height:170px;right:-40px}.portal-visual:after{width:110px;height:110px;left:-25px}.portal-visual svg{width:54px;height:54px}.portal-card--security .portal-visual{background:linear-gradient(135deg,#063c85,#038bd8)}.portal-card--connect .portal-visual{background:linear-gradient(135deg,#006985,#00acd1)}.portal-card--voice .portal-visual{background:linear-gradient(135deg,#23419a,#6274e8)}.portal-card--cloud .portal-visual{background:linear-gradient(135deg,#0b7181,#24bad0)}.portal-card--software .portal-visual{background:linear-gradient(135deg,#1c4c73,#4d85b9)}.portal-card--path .portal-visual{background:linear-gradient(135deg,#384c88,#7d65ba)}.portal-body{padding:28px}.portal-index{font-size:.75rem;font-weight:900;color:var(--blue-600);letter-spacing:.12em}.portal-body h3{margin:8px 0 12px}.portal-body p{font-size:.93rem;min-height:72px}.portal-body ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:18px 0 26px}.portal-body li{background:#eff5fa;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:750;color:#52627a}.portal-body>a{display:flex;align-items:center;gap:8px;color:var(--blue-700);font-weight:850}.portal-body>a svg{width:18px;height:18px}
.section--sectors{background:var(--surface)}.sector-layout{display:grid;grid-template-columns:340px 1fr;gap:42px}.sector-tabs{display:flex;flex-direction:column;gap:8px}.sector-tabs button{border:1px solid transparent;background:transparent;text-align:left;padding:15px 18px;border-radius:11px;font-weight:800;color:#44566c}.sector-tabs button:hover,.sector-tabs button[aria-selected=true]{background:#fff;color:var(--blue-700);border-color:#cbddec;box-shadow:var(--shadow-sm)}.sector-card{min-height:390px;border-radius:24px;padding:42px;background:linear-gradient(135deg,#fff,#e9f6ff);border:1px solid #cfe1ee;display:grid;grid-template-columns:140px 1fr;gap:36px;align-items:center;box-shadow:var(--shadow-sm)}.sector-card__icon{width:130px;height:130px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy-900),var(--blue-600));color:#fff;box-shadow:0 18px 30px rgba(8,117,225,.2)}.sector-card__icon svg{width:66px;height:66px}.sector-card h3{font-size:2rem}.sector-card ul{padding-left:20px;color:var(--muted);margin-bottom:26px}
.section--why{background:linear-gradient(125deg,var(--navy-950),var(--navy-800));color:#fff;overflow:hidden}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}.why-copy h2{font-size:clamp(2.4rem,4vw,3.2rem)}.why-copy>p{color:#c9dceb;font-size:1.1rem}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:36px 0}.benefit-list article{display:flex;gap:12px}.benefit-list svg{width:25px;height:25px;color:#57dcff;flex:none}.benefit-list div{display:flex;flex-direction:column}.benefit-list span{font-size:.88rem;color:#b6ccdd}.why-visual{position:relative;height:430px;border-radius:28px;background:radial-gradient(circle at center,rgba(37,177,255,.23),rgba(4,18,35,.45) 60%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,36px 36px,36px 36px;border:1px solid rgba(255,255,255,.15)}.why-panel{position:absolute;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 15px 35px rgba(0,0,0,.15)}.why-panel svg{width:23px;height:23px;color:#52ddff}.why-panel--main{left:50%;top:50%;transform:translate(-50%,-50%);width:250px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px}.why-panel--main small{grid-column:1/3;color:#c9dceb;font-weight:500}.why-panel--a{left:8%;top:12%}.why-panel--b{right:7%;top:18%}.why-panel--c{left:14%;bottom:12%}
.section--path{background:#fff}.path-card{position:relative;overflow:hidden;border-radius:28px;padding:70px;background:linear-gradient(120deg,#eef8ff,#f4f0ff);display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;border:1px solid #d6e6f3}.path-card:before{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:rgba(90,132,232,.12)}.path-copy,.path-modules{position:relative;z-index:1}.path-lead{font-size:1.2rem}.path-claim{font-weight:800;color:#34465e}.path-modules{display:grid;grid-template-columns:1fr 1fr;gap:12px}.path-modules span{padding:16px;border-radius:13px;background:#fff;border:1px solid #d9e4ee;font-weight:800;box-shadow:0 7px 20px rgba(7,27,51,.05)}
.section--example{background:var(--surface)}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journey-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;min-height:240px}.journey-grid article:not(:last-child):after{content:"";position:absolute;right:-25px;top:50%;width:25px;border-top:2px dashed #9fc4dd}.journey-grid span{font-weight:900;color:var(--blue-600);font-size:.8rem;letter-spacing:.12em}.journey-grid h3{margin:22px 0 10px}
.section--resources{background:#fff}.text-link,.resource-body strong{display:inline-flex;align-items:center;gap:8px;color:var(--blue-700);font-weight:850}.text-link svg,.resource-body strong svg{width:18px;height:18px}.resource-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.resource-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.resource-art{height:170px;display:grid;place-items:center;color:#fff}.resource-art svg{width:68px;height:68px}.resource-art--security{background:linear-gradient(135deg,#063c85,#038bd8)}.resource-art--cloud{background:linear-gradient(135deg,#067184,#28bad2)}.resource-art--document{background:linear-gradient(135deg,#384c88,#7467b9)}.resource-body{padding:26px}.resource-body>span{color:var(--blue-700);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.resource-body h3{font-size:1.26rem;margin:9px 0 12px}.resource-body p{font-size:.9rem}.resource-card--featured .resource-art{height:220px}.resource-card--featured h3{font-size:1.55rem}
.cta-section{background:linear-gradient(125deg,#073e75,#087fc0);color:#fff;padding:96px 0}.cta-inner{text-align:center;max-width:900px}.cta-inner h2{font-size:clamp(2.5rem,4vw,3.2rem)}.cta-inner p{color:#d7ebf8;font-size:1.12rem;max-width:720px;margin:0 auto 30px}.cta-inner>div{display:flex;gap:14px;justify-content:center}
.partners{padding:58px 0;border-bottom:1px solid var(--line)}.partners p{text-align:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:850px;margin:25px auto 0}.partner-grid span{height:64px;display:grid;place-items:center;border:1px dashed #b9c8d7;border-radius:12px;color:#8290a1;font-size:.72rem;background:#fafcff}
.support-hub{padding:84px 0;background:#edf6fc}.support-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.support-actions{display:grid;gap:12px}.support-actions a{display:flex;align-items:center;gap:14px;background:#fff;padding:17px;border-radius:14px;border:1px solid #d5e4ef}.support-actions a:hover{border-color:#98c6e4;box-shadow:var(--shadow-sm)}.support-actions svg{width:28px;height:28px;color:var(--blue-700)}.support-actions span{display:flex;flex-direction:column}.support-actions small{color:var(--muted)}
.client-area{padding:90px 0;background:#fff}.client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.client-grid a{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;padding:20px;font-weight:850;color:var(--blue-700)}.client-grid a:hover{background:#f1f8fd}.client-grid svg{width:18px;height:18px}
.site-footer{background:var(--navy-950);color:#fff;padding:80px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px}.brand--footer{min-width:0;margin-bottom:12px}.brand-logo--footer{width:220px}.footer-about p,.footer-about address{color:#b7c9d8;font-style:normal}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid h3{font-size:1rem;margin-bottom:12px}.footer-grid a{color:#b7c9d8}.footer-grid a:hover{color:#fff}.footer-bottom{margin-top:58px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:20px;color:#8197aa;font-size:.78rem}
.mobile-action-bar[hidden]{display:none!important}
.mobile-action-bar{position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:900;height:66px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px rgba(7,27,51,.22);display:grid;grid-template-columns:52px 1fr 36px;gap:8px;align-items:center;padding:7px}.mobile-action-bar>a{width:48px;height:48px;border-radius:12px;background:#eef6fb;display:grid;place-items:center;color:var(--blue-700)}.mobile-action-bar svg{width:23px;height:23px}.mobile-action-close{border:0;background:transparent;color:#7b8795;display:grid;place-items:center}
.drawer,.modal{position:fixed;inset:0;z-index:2000}.drawer-backdrop,.modal-backdrop{position:absolute;inset:0;background:rgba(2,13,25,.68);backdrop-filter:blur(3px)}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(560px,100%);background:#fff;padding:64px 48px;overflow:auto;box-shadow:-20px 0 50px rgba(0,0,0,.2)}.drawer-close,.modal-close{position:absolute;right:20px;top:20px;width:42px;height:42px;border:0;border-radius:50%;background:#eef4f8;display:grid;place-items:center}.drawer-close svg,.modal-close svg{width:21px;height:21px}.quiz-progress{height:5px;background:#e5edf3;border-radius:999px;margin-bottom:45px;overflow:hidden}.quiz-progress span{display:block;height:100%;width:33%;background:linear-gradient(90deg,var(--blue-600),var(--cyan-400));transition:width .25s}.quiz-options{display:grid;gap:12px;margin-top:30px}.quiz-options button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:17px;text-align:left;font-weight:800;display:flex;justify-content:space-between}.quiz-options button:hover{border-color:#8ec6e9;background:#f2f9fd}.quiz-options button:after{content:"→";color:var(--blue-600)}.quiz-navigation{margin-top:30px}.quiz-result{background:#edf8ff;border:1px solid #b9dcf2;border-radius:16px;padding:24px}.quiz-result h3{font-size:1.6rem}.quiz-result .button{margin-top:12px}
.modal-panel{position:relative;width:min(760px,calc(100% - 32px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#fff;border-radius:24px;padding:52px;box-shadow:var(--shadow-md)}.modal-panel>p{max-width:630px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.modal form{display:grid;gap:18px;margin-top:26px}.modal label{display:grid;gap:7px;font-weight:800;color:#32445a}.modal label span{font-weight:500;color:#7b8796}.modal input,.modal select,.modal textarea{width:100%;border:1px solid #cbd8e4;border-radius:10px;padding:12px 13px;color:var(--ink);background:#fff}.modal input:focus,.modal select:focus,.modal textarea:focus{outline:3px solid rgba(19,150,242,.18);border-color:var(--blue-500)}.checkbox{grid-template-columns:20px 1fr!important;align-items:start;font-size:.85rem}.checkbox input{width:18px!important;height:18px;margin-top:3px}.form-status{min-height:22px;color:#a53b32;font-weight:700}.form-status.success{color:#19784b;background:#e8f8f0;padding:12px;border-radius:10px}
@media (max-width:1180px){.desktop-nav{gap:1px}.desktop-nav>a,.nav-trigger{font-size:.9rem;padding-inline:7px}.client-link span{display:none}.hero-grid{grid-template-columns:1.1fr .9fr;gap:35px}.tech-node span{display:none}.tech-node{padding:10px}.status-panel{right:0}.portal-body p{min-height:90px}}
@media (max-width:1023px){.service-bar{display:none}.desktop-nav,.header-actions{display:none}.mobile-menu-button{display:grid;margin-left:auto}.header-inner,.site-header.is-compact .header-inner{height:64px}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:82px 76px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-lead,.hero-microcopy{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{height:460px;max-width:620px;width:100%;margin:auto}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid article:nth-child(2){border-right:0}.trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.action-grid{grid-template-columns:1fr 1fr}.portal-grid{grid-template-columns:1fr 1fr}.sector-layout{grid-template-columns:260px 1fr}.why-grid{grid-template-columns:1fr;gap:50px}.why-copy{order:-1}.path-card{grid-template-columns:1fr;padding:55px}.resource-grid{grid-template-columns:1fr 1fr}.resource-card--featured{grid-column:1/3}.support-grid{grid-template-columns:1fr}.client-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.mega-menu{display:none!important}}
@media (max-width:767px){html{scroll-padding-top:66px}.container{width:min(calc(100% - 40px),var(--container))}h1{font-size:clamp(2.55rem,11vw,3.05rem);line-height:1.06}h2{font-size:clamp(2rem,8.5vw,2.35rem)}.section{padding:76px 0}.brand{min-width:0}.brand-logo{width:156px}.site-header.is-compact .brand-logo{width:148px}.hero-grid{padding:66px 0 54px}.hero-copy{text-align:left}.hero-copy .eyebrow{justify-content:flex-start}.hero-lead{font-size:1.08rem}.hero-actions{display:grid;justify-content:stretch}.hero-actions .button{width:100%}.hero-microcopy{font-size:.82rem}.hero-visual{height:310px;margin-top:22px}.core-card{width:125px;height:125px}.core-card strong{font-size:.8rem}.core-card small{font-size:.55rem}.orbit--one{width:230px;height:230px}.orbit--two{width:300px;height:300px}.tech-node{padding:8px}.tech-node svg{width:18px;height:18px}.node--security{left:2%;top:12%}.node--cloud{right:1%;top:14%}.node--connect{left:0;bottom:15%}.node--voice{right:0;bottom:18%}.node--software{bottom:-2%}.status-panel{width:165px;right:2%;top:49%;padding:10px;font-size:.72rem}.status-panel small{font-size:.58rem}.trust-grid{min-height:0}.trust-grid article{padding:22px 13px;align-items:flex-start}.trust-grid svg{width:25px;height:25px}.trust-grid strong{font-size:.88rem}.trust-grid span{font-size:.71rem}.section-heading--split{grid-template-columns:1fr;gap:10px}.section-heading{margin-bottom:34px}.action-grid{gap:13px}.action-card{min-height:145px;padding:18px}.action-card .icon-wrap{width:39px;height:39px;margin-bottom:17px}.action-card .icon-wrap svg{width:22px;height:22px}.action-card h3{font-size:.98rem}.action-card p{display:none}.card-arrow{right:15px;bottom:15px;width:18px;height:18px}.action-card.mobile-extra{display:none}.action-grid.show-all .mobile-extra{display:block}.mobile-only{display:flex}.text-button{border:0;background:transparent;margin:22px auto 0;align-items:center;gap:7px;color:var(--blue-700);font-weight:850}.text-button svg{width:17px;height:17px}.guide-card{grid-template-columns:1fr;padding:28px;margin-top:28px}.guide-card:after{right:-10px}.guide-card .button{width:100%}.portal-grid{grid-template-columns:1fr;gap:17px}.portal-card{display:grid;grid-template-columns:105px 1fr}.portal-visual{height:auto;min-height:240px;flex-direction:column;text-align:center}.portal-visual svg{width:40px;height:40px}.portal-visual span{font-size:.72rem;writing-mode:vertical-rl;transform:rotate(180deg)}.portal-body{padding:22px}.portal-body p{min-height:auto}.portal-body li:nth-child(n+3){display:none}.sector-layout{grid-template-columns:1fr;gap:20px}.sector-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px}.sector-tabs button{padding:11px;font-size:.82rem}.sector-card{grid-template-columns:1fr;padding:27px;min-height:auto}.sector-card__icon{width:78px;height:78px;border-radius:17px}.sector-card__icon svg{width:40px;height:40px}.sector-card h3{font-size:1.55rem}.why-grid{gap:36px}.benefit-list{grid-template-columns:1fr}.why-visual{height:300px}.why-panel{font-size:.72rem;padding:10px}.why-panel--main{width:190px}.path-card{padding:31px 25px;gap:36px}.path-modules{grid-template-columns:1fr}.journey-grid{grid-template-columns:1fr}.journey-grid article{min-height:170px}.journey-grid article:not(:last-child):after{right:auto;left:35px;top:auto;bottom:-25px;width:0;height:25px;border-top:0;border-left:2px dashed #9fc4dd}.resource-grid{grid-template-columns:1fr}.resource-card--featured{grid-column:auto}.resource-card--featured .resource-art,.resource-art{height:155px}.cta-section{padding:76px 0}.cta-inner>div{display:grid}.partner-grid{grid-template-columns:1fr 1fr}.support-hub{padding:70px 0}.client-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.drawer-panel{padding:64px 23px 30px}.modal-panel{padding:52px 22px 28px}.form-grid{grid-template-columns:1fr}.mobile-action-bar[hidden]{display:none}.mobile-action-bar:not([hidden]){display:grid}.partners{padding-bottom:86px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

@media (min-width:768px){.mobile-action-bar{display:none!important}}

/* v16.4.1 — menu globale Ecosistema nella barra di servizio */
.service-bar__inner{gap:18px}
.service-bar__contacts,.service-bar__actions{flex:0 0 auto}
.service-bar__global-nav{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0;margin-inline:auto}
.service-bar__global-nav a{position:relative;color:#dceaf6;font-size:.76rem;font-weight:650;letter-spacing:.01em;white-space:nowrap;opacity:.9;transition:color .18s ease,opacity .18s ease}
.service-bar__global-nav a::after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:#5cc2ee;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.service-bar__global-nav a:hover,.service-bar__global-nav a:focus-visible{color:#fff;opacity:1}
.service-bar__global-nav a:hover::after,.service-bar__global-nav a:focus-visible::after{transform:scaleX(1)}
@media (max-width:1180px){.service-bar__global-nav{gap:11px}.service-bar__global-nav a{font-size:.71rem}.service-bar__contacts,.service-bar__actions{gap:14px}}

/* v16.6.1 — mappa UX operativa homepage */
.action-grid--six{grid-template-columns:repeat(3,1fr)}
.action-grid--six .action-card{min-height:210px}
.action-card__hint{display:block;margin-top:18px;color:var(--blue-700);font-size:.78rem;font-weight:850}
.entry-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.entry-route{position:relative;display:flex;flex-direction:column;gap:18px;min-height:300px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(7,27,51,.05)}
.entry-route--guide{background:linear-gradient(145deg,#f0f8ff,#f6f4ff);border-color:#cfe0ee}
.entry-route--client{background:#f7f9fb}
.entry-route__step{position:absolute;right:22px;top:20px;color:#a9bdd0;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.entry-route h3{font-size:1.45rem;margin:6px 0 9px}.entry-route p{margin:0;font-size:.92rem;line-height:1.55}.entry-route>.button,.entry-route__actions{margin-top:auto}
.entry-route__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.entry-route .text-link{font-size:.86rem}
@media(max-width:1023px){.action-grid--six{grid-template-columns:repeat(2,1fr)}.entry-routes{grid-template-columns:1fr}.entry-route{min-height:0}}
@media(max-width:767px){.action-grid--six{grid-template-columns:1fr}.action-grid--six .action-card{min-height:160px}.action-card__hint{font-size:.74rem}.entry-routes{margin-top:28px}.entry-route{padding:24px}.entry-route__actions{align-items:stretch;flex-direction:column}.entry-route__actions .button,.entry-route__actions .text-link{width:100%;justify-content:center}}

/* v16.6.2 — Homepage orientata ai bisogni */
.hero{min-height:auto}
.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:72px;align-items:start;padding-block:76px 82px}
.hero-copy{padding-top:54px}
.hero-copy h1{max-width:620px;font-size:clamp(3rem,4.9vw,4.7rem);line-height:1.01;letter-spacing:-.045em}
.hero-copy h1 span{color:#66ddff}
.hero-copy .hero-lead{max-width:600px}
.need-interview{background:rgba(255,255,255,.985);color:var(--ink);border:1px solid rgba(255,255,255,.42);border-radius:26px;padding:30px;box-shadow:0 30px 70px rgba(1,18,37,.28);backdrop-filter:blur(16px)}
.need-interview__head{margin-bottom:20px}.need-interview__head .eyebrow{color:var(--blue-700)}.need-interview__head h2{font-size:clamp(1.8rem,2.4vw,2.35rem);margin:6px 0 8px}.need-interview__head p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.5}
.need-interview__profiles{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}
.need-interview__profiles .need-profile{position:relative;display:grid;grid-template-columns:1fr 28px;grid-template-areas:"kicker icon" "title icon" "desc icon";align-items:center;text-align:left;gap:4px 16px;min-height:168px;padding:24px 24px;border:1px solid #d7e3ed;border-radius:20px;background:#fff;color:#17304a;cursor:pointer;box-shadow:0 10px 26px rgba(7,27,51,.07);transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}
.need-interview__profiles .need-profile:hover{transform:translateY(-2px);border-color:#8fc7ea;box-shadow:0 16px 34px rgba(7,27,51,.11);background:#fbfdff}
.need-interview__profiles .need-profile.is-active{border-color:#208fce;background:linear-gradient(180deg,#f8fcff,#eef8ff);box-shadow:0 16px 34px rgba(18,111,169,.14)}
.need-profile__kicker{grid-area:kicker;color:var(--blue-700);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.need-interview__profiles .need-profile strong{grid-area:title;font-size:1.2rem;line-height:1.2;color:#112a43}
.need-interview__profiles .need-profile small{grid-area:desc;color:#64778b;font-size:.86rem;line-height:1.45;max-width:31ch}
.need-interview__profiles .need-profile>svg{grid-area:icon;width:24px;height:24px;color:var(--blue-700);justify-self:end}
.need-interview__prompt{display:flex;align-items:center;justify-content:center;min-height:54px;margin-top:4px;padding:12px 16px;border:1px dashed #cddbe6;border-radius:13px;background:#f8fbfd;color:#6b7d8f;text-align:center;font-size:.84rem}
.need-interview__prompt[hidden]{display:none}
.need-interview__panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.need-interview__panel[hidden]{display:none}
.need-choice{display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:11px;min-height:88px;padding:15px 14px;border:1px solid #d9e3ec;border-radius:15px;background:#fff;color:#16283e;font-weight:780;font-size:.9rem;line-height:1.32;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}
.need-choice:hover{transform:translateY(-2px);border-color:#98c7e8;background:#f8fcff;box-shadow:0 10px 22px rgba(7,27,51,.08)}.need-choice__icon{width:28px;height:28px;border-radius:8px;background:#edf6fc;color:var(--blue-700);display:grid;place-items:center;font-weight:900}.need-choice>svg{width:18px;height:18px;color:var(--blue-700);justify-self:end}
.need-interview__footer{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px;padding-top:17px;border-top:1px solid #e3ebf1;color:var(--muted);font-size:.83rem}.need-interview__footer .text-link{border:0;background:transparent;padding:0;cursor:pointer}

@media(max-width:1023px){.hero-grid{grid-template-columns:1fr;gap:38px;padding-block:64px}.hero-copy{padding-top:0;text-align:left}.hero-copy .eyebrow{justify-content:flex-start}.hero-lead,.hero-microcopy{margin-inline:0}.hero-actions{justify-content:flex-start}.need-interview{width:min(760px,100%);margin-inline:auto}.hero-copy{max-width:760px;margin-inline:auto;width:100%}}
@media(max-width:767px){.hero-grid{padding-block:46px 54px;gap:28px}.hero-copy h1{font-size:clamp(2.45rem,10vw,3.2rem)}.hero-copy .hero-actions{margin-top:24px}.need-interview{padding:21px;border-radius:20px}.need-interview__profiles{grid-template-columns:1fr}.need-interview__profiles .need-profile{min-height:140px;padding:19px}.need-interview__profiles .need-profile strong{font-size:1.05rem}.need-interview__panel{grid-template-columns:1fr}.need-choice{grid-template-columns:28px 1fr 18px;min-height:64px;padding:11px;font-size:.85rem}.need-interview__footer{align-items:flex-start;flex-direction:column}.need-interview__footer .text-link{justify-content:flex-start}}

@media(max-width:900px){.download-grid{grid-template-columns:1fr}.download-card{min-height:0}.download-help__inner{grid-template-columns:1fr}.download-help__actions{justify-content:flex-start}}
@media(max-width:767px){.download-hero{padding:64px 0 58px}.download-hero p{font-size:1rem}.download-section{padding:58px 0}.download-card{padding:24px}.download-help{padding:58px 0}.download-help__actions{display:grid}.download-help__actions .button{width:100%}.resource-download-cta{grid-template-columns:46px 1fr}.resource-download-cta__arrow{display:none}.resource-download-cta__icon{width:46px;height:46px}}
