@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.evaluation-overlay{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020610d1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.evaluation-modal{background:radial-gradient(circle at 100% 0,#2f80ed24,#0000 30%),#091122;border:1px solid #94a3b833;border-radius:26px;width:min(850px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 35px 100px #00000080}.evaluation-header{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:flex-start;gap:30px;padding:28px 30px 22px;display:flex}.evaluation-header span,.form-step-heading>span{color:var(--blue-light);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:800}.evaluation-header h2{letter-spacing:-.035em;margin:8px 0 0;font-size:26px}.evaluation-close{cursor:pointer;background:#ffffff09;border:1px solid #94a3b829;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.evaluation-progress{border-bottom:1px solid #94a3b824;grid-template-columns:repeat(4,1fr);padding:22px 30px;display:grid}.progress-step{color:#64748b;align-items:center;gap:9px;display:flex;position:relative}.progress-step:not(:last-child):after{z-index:0;content:"";background:#94a3b82e;height:1px;position:absolute;top:15px;left:42px;right:8px}.progress-step>span{z-index:1;background:#0b1427;border:1px solid #94a3b833;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;font-size:11px;font-weight:800;display:grid;position:relative}.progress-step small{font-size:10px;font-weight:700}.progress-step-active{color:#e2e8f0}.progress-step-active>span{background:var(--blue);color:#fff;border-color:#61a6ff8c}.evaluation-form{padding:28px 30px 30px}.form-step{min-height:365px}.form-step-heading{margin-bottom:24px}.form-step-heading h3{margin:7px 0;font-size:22px}.form-step-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.form-grid{grid-template-columns:repeat(2,1fr);gap:17px;display:grid}.form-field{flex-direction:column;gap:7px;display:flex}.form-field-full{grid-column:1/-1}.form-field>span,.selection-group h4{color:#cbd5e1;font-size:11px;font-weight:700}.input-wrapper{background:#ffffff06;border:1px solid #94a3b82e;border-radius:12px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.input-wrapper:focus-within{border-color:#61a6ff8c;box-shadow:0 0 0 3px #2f80ed17}.input-wrapper svg{color:#718198;flex:none}.input-wrapper input,.form-field textarea{color:#f8fafc;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:13px}.input-wrapper input::placeholder,.form-field textarea::placeholder{color:#58677c}.form-field textarea{resize:vertical;border:1px solid #94a3b82e;border-radius:13px;padding:14px}.form-field textarea:focus{border-color:#61a6ff8c}.field-error{color:#fda4af;font-size:10px}.option-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.select-option{color:#aab7c8;text-align:left;cursor:pointer;background:#ffffff06;border:1px solid #94a3b829;border-radius:12px;align-items:center;gap:10px;min-height:52px;padding:11px 13px;display:flex}.select-option-active{color:#fff;background:#2f80ed1f;border-color:#61a6ff85}.option-check{border:1px solid #94a3b840;border-radius:6px;flex:none;place-items:center;width:21px;height:21px;display:grid}.select-option-active .option-check{border-color:var(--blue);background:var(--blue)}.selection-group+.selection-group{margin-top:23px}.selection-group h4{margin:0 0 11px}.radio-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.radio-option{color:#9eacc0;cursor:pointer;background:#ffffff06;border:1px solid #94a3b829;border-radius:11px;padding:13px;font-size:11px}.radio-option input{opacity:0;pointer-events:none;position:absolute}.radio-option-active{color:#fff;background:#2f80ed1f;border-color:#61a6ff80}.evaluation-summary{background:#d4af370d;border:1px solid #d4af3733;border-radius:14px;margin-top:20px;padding:18px}.evaluation-summary strong{color:var(--gold-light);margin-bottom:11px;font-size:12px;display:block}.evaluation-summary p{color:#a9b5c6;margin:6px 0;font-size:11px}.evaluation-summary p span{color:#e2e8f0;font-weight:700}.evaluation-actions{border-top:1px solid #94a3b824;justify-content:space-between;gap:12px;margin-top:28px;padding-top:21px;display:flex}.evaluation-button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 17px;font-weight:800;display:inline-flex}.evaluation-button-primary{background:var(--gold);color:#17120b}.evaluation-button-secondary{color:#cbd5e1;background:#ffffff09;border-color:#94a3b833}@media (width<=720px){.evaluation-overlay{align-items:end;padding:0}.evaluation-modal{border-radius:24px 24px 0 0;max-height:94vh}.evaluation-header,.evaluation-form,.evaluation-progress{padding-inline:20px}.progress-step{justify-content:center}.progress-step small{display:none}.progress-step:not(:last-child):after{left:calc(50% + 21px);right:-20px}.form-grid,.option-grid,.radio-grid{grid-template-columns:1fr}.form-step{min-height:auto}.evaluation-actions{background:#091122;padding-bottom:4px;position:sticky;bottom:0}}.evaluation-button:disabled{opacity:.65;cursor:not-allowed;transform:none}:root{color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;--background:#050816;--surface:#0b1222;--surface-light:#111b30;--border:#94a3b829;--text:#f8fafc;--muted:#9eacc2;--blue:#2f80ed;--blue-light:#61a6ff;--gold:#d4af37;--gold-light:#f2d675;--success:#35d07f;background:#050816;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--text);margin:0}body,button,a{font-family:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}.site{background:radial-gradient(circle at 15% 10%, #2f80ed26, transparent 28%), radial-gradient(circle at 90% 35%, #d4af3717, transparent 26%), var(--background);min-height:100vh;position:relative;overflow:hidden}.background-grid{pointer-events:none;opacity:.23;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 70%);mask-image:linear-gradient(#000,#0000 70%)}.background-glow{filter:blur(110px);pointer-events:none;border-radius:50%;width:420px;height:420px;position:absolute}.glow-one{background:#2f80ed2e;top:120px;left:-230px}.glow-two{background:#d4af371a;top:600px;right:-260px}.section{z-index:1;width:min(1180px,100% - 40px);margin-inline:auto;position:relative}.navbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070c19c7;border:1px solid #94a3b82e;border-radius:20px;justify-content:space-between;align-items:center;width:min(1180px,100% - 32px);min-height:72px;padding:10px 12px 10px 18px;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 16px 45px #00000047}.brand,.footer-brand{align-items:center;gap:12px;display:flex}.brand-copy{flex-direction:column;display:flex}.brand-copy strong{font-size:14px}.brand-copy span{color:var(--muted);margin-top:2px;font-size:11px}.nav-links{align-items:center;gap:6px;display:flex}.nav-links a{color:#cbd5e1;border-radius:11px;padding:11px 12px;font-size:13px;font-weight:600;transition:color .18s,background .18s,transform .18s}.nav-links a:hover{color:#fff;background:#ffffff0f}.nav-links .nav-support{background:var(--gold);color:#17120b;margin-left:7px;padding-inline:17px;font-weight:800}.nav-links .nav-support:hover{color:#17120b;background:var(--gold-light);transform:translateY(-1px)}.menu-button{cursor:pointer;background:0 0;border:0;padding:8px;display:none}.hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:center;gap:70px;min-height:780px;padding-top:140px;padding-bottom:70px;display:grid}.eyebrow,.section-label{color:var(--gold-light);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:9px;font-size:13px;font-weight:700;display:inline-flex}.eyebrow-dot{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 16px #35d07fcc}.hero h1{letter-spacing:-.055em;max-width:740px;margin:22px 0 24px;font-size:clamp(48px,6vw,78px);line-height:1.02}.hero h1 span{color:#0000;background:linear-gradient(90deg, var(--blue-light), var(--gold-light));-webkit-background-clip:text;background-clip:text}.hero-description{color:#b1bed0;max-width:690px;margin:0;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:13px;margin-top:32px;display:flex}.button{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 21px;font-size:14px;font-weight:800;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--gold);color:#16110a;box-shadow:0 14px 35px #d4af372e}.button-primary:hover{background:var(--gold-light)}.button-secondary{color:#e2e8f0;background:#0f172a94;border-color:#94a3b83b}.button-secondary:hover{background:#2f80ed1c;border-color:#61a6ff73}.hero-trust{color:#98a7bc;flex-wrap:wrap;gap:16px 24px;margin-top:29px;font-size:12px;font-weight:600;display:flex}.hero-trust div{align-items:center;gap:7px;display:flex}.hero-trust svg{color:var(--success)}.hero-panel{border:1px solid var(--border);background:linear-gradient(145deg,#111b30eb,#060c1bdb);border-radius:30px;min-height:530px;padding:19px;position:relative;overflow:hidden;box-shadow:0 42px 100px #00000061,inset 0 1px #ffffff0d}.hero-panel:before{content:"";background:radial-gradient(circle,#2f80ed29,#0000 44%);position:absolute;inset:-100px}.panel-header,.panel-bottom{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.panel-header{border-bottom:1px solid var(--border);color:#8fa0b8;text-transform:uppercase;padding:2px 4px 18px;font-size:11px;font-weight:700}.panel-header div{align-items:center;gap:8px;display:flex}.panel-status{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 14px #35d07fb3}.infrastructure-visual{z-index:2;place-items:center;height:375px;display:grid;position:relative}.visual-core{z-index:4;background:radial-gradient(circle at 40% 25%,#61a6ff3b,#0000 46%),#0a1428;border:1px solid #61a6ff59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:165px;height:165px;display:flex;position:relative;box-shadow:0 0 60px #2f80ed33,inset 0 0 30px #2f80ed17}.visual-core:before,.visual-core:after{content:"";border:1px solid #61a6ff21;border-radius:50%;position:absolute}.visual-core:before{inset:-38px}.visual-core:after{inset:-82px}.visual-core svg{color:var(--gold-light);margin-bottom:9px}.visual-core strong{font-size:21px}.visual-core span{color:#91a1b7;margin-top:5px;font-size:10px}.visual-node{z-index:5;border:1px solid var(--border);color:#d7e0ec;background:#0a1325e6;border-radius:12px;align-items:center;gap:7px;padding:10px 12px;font-size:11px;font-weight:700;display:flex;position:absolute;box-shadow:0 12px 25px #00000038}.visual-node svg{color:var(--blue-light)}.node-one{top:55px;left:18px}.node-two{top:70px;right:8px}.node-three{bottom:54px;left:4px}.node-four{bottom:44px;right:16px}.panel-bottom{border-top:1px solid var(--border);gap:8px;padding-top:17px}.panel-bottom div{flex-direction:column;flex:1;gap:4px;display:flex}.panel-bottom span{color:#718098;text-transform:uppercase;font-size:9px}.panel-bottom strong{color:#dce4ee;font-size:11px}.metrics{border:1px solid var(--border);background:#0a1120ad;border-radius:24px;grid-template-columns:repeat(4,1fr);margin-bottom:115px;display:grid;overflow:hidden}.metric-card{border-right:1px solid var(--border);flex-direction:column;gap:8px;padding:28px;display:flex}.metric-card:last-child{border-right:0}.metric-card strong{color:var(--gold-light);letter-spacing:-.04em;font-size:30px}.metric-card span{color:var(--muted);font-size:12px;font-weight:600}.content-section{padding-bottom:120px}.section-heading{text-align:center;max-width:720px;margin:0 auto 46px}.section-heading-left{text-align:left;margin-inline:0}.section-heading>span{color:var(--blue-light);letter-spacing:.11em;text-transform:uppercase;font-size:12px;font-weight:800}.section-heading h2,.about-content h2,.support-copy h2{letter-spacing:-.045em;margin:14px 0 18px;font-size:clamp(34px,4.8vw,53px);line-height:1.1}.section-heading p,.about-content p,.support-copy p{color:var(--muted);margin:0;font-size:16px;line-height:1.75}.services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{border:1px solid var(--border);background:linear-gradient(145deg,#101b30c2,#070d1cc2);border-radius:22px;padding:26px;transition:transform .2s,border-color .2s,background .2s}.service-card:hover{background:linear-gradient(145deg,#142440db,#080f1fdb);border-color:#61a6ff52;transform:translateY(-5px)}.service-icon,.sector-icon{width:52px;height:52px;color:var(--blue-light);background:#2f80ed1a;border:1px solid #61a6ff38;border-radius:15px;place-items:center;display:grid}.service-card h3,.sector-card h3{margin:21px 0 11px;font-size:19px}.service-card>p,.sector-card p{color:#93a2b8;margin:0;font-size:13px;line-height:1.7}.service-card ul{border-top:1px solid var(--border);gap:9px;margin:22px 0 0;padding:19px 0 0;list-style:none;display:grid}.service-card li{color:#c2cede;align-items:center;gap:8px;font-size:12px;display:flex}.service-card li svg{color:var(--success)}.solutions-section{z-index:1;border-block:1px solid var(--border);background:radial-gradient(circle at 90%,#2f80ed21,#0000 34%),#070d1b94;padding:115px 0;position:relative}.solutions-inner{grid-template-columns:.76fr 1.24fr;align-items:start;gap:70px;display:grid}.sectors-grid{gap:15px;display:grid}.sector-card{border:1px solid var(--border);background:#0c1528b8;border-radius:20px;grid-template-columns:auto 1fr;column-gap:18px;padding:23px;display:grid;position:relative}.sector-card .sector-icon{grid-row:1/3}.sector-card h3{margin:2px 0 8px}.about-section{padding-top:120px;padding-bottom:120px}.about-card{border:1px solid var(--border);background:linear-gradient(135deg,#111e36d1,#080e1cd6);border-radius:30px;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;padding:46px;display:grid}.about-content{max-width:650px}.about-points{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:28px;display:grid}.about-points div{color:#cbd5e1;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.about-points svg{color:var(--success)}.about-quote{background:radial-gradient(circle at 100% 0,#d4af3724,#0000 42%),#0b1222b3;border:1px solid #d4af3738;border-radius:24px;padding:34px}.about-quote p{color:#edf2f7;letter-spacing:-.025em;margin:0 0 23px;font-size:24px;font-weight:700;line-height:1.55}.about-quote span{color:var(--gold-light);font-size:12px;font-weight:700}.support-section{padding-bottom:120px}.support-card{background:linear-gradient(120deg,#2365b9,#2f80ed 52%,#3976c2);border-radius:28px;justify-content:space-between;align-items:center;gap:40px;padding:45px;display:flex;box-shadow:0 26px 70px #2f80ed38}.support-copy{max-width:720px}.support-copy>span{color:#dbeafe;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:800}.support-copy h2{margin-block:10px;font-size:clamp(29px,4vw,43px)}.support-copy p{color:#d8e9ff}.button-light{color:#173d6c;background:#fff;flex-shrink:0}.contact-section{padding-bottom:120px}.contact-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.contact-card{border:1px solid var(--border);background:#0c1528ad;border-radius:19px;align-items:center;gap:17px;padding:23px;display:flex}a.contact-card{transition:transform .18s,border-color .18s}a.contact-card:hover{border-color:#61a6ff59;transform:translateY(-3px)}.contact-card svg{color:var(--gold-light);flex:none}.contact-card div{flex-direction:column;gap:6px;display:flex}.contact-card span{color:#7f90a8;text-transform:uppercase;font-size:10px}.contact-card strong{color:#dbe4ef;font-size:13px}.footer{z-index:1;border-top:1px solid var(--border);background:#030711b8;padding:34px 20px;position:relative}.footer-inner{grid-template-columns:1fr auto auto;align-items:center;gap:35px;width:min(1180px,100%);margin:auto;display:grid}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:13px}.footer-brand span,.footer p{color:#718198;margin:4px 0 0;font-size:10px}.footer-links{gap:18px;display:flex}.footer-links a{color:#9dacbf;font-size:11px;font-weight:600}.footer-links a:hover{color:#fff}.floating-support{z-index:40;background:var(--gold);color:#17120b;border:1px solid #f2d6756b;border-radius:999px;align-items:center;gap:9px;min-height:50px;padding:0 18px;font-size:12px;font-weight:800;transition:transform .18s,background .18s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 45px #00000057}.floating-support:hover{background:var(--gold-light);transform:translateY(-3px)}.integration-section{padding-top:55px;padding-bottom:120px}.integration-flow{grid-template-columns:repeat(5,1fr);gap:15px;display:grid;position:relative}.integration-line{background:linear-gradient(90deg,#0000,#61a6ff8c,#d4af378c,#0000);height:1px;position:absolute;top:44px;left:8%;right:8%}.integration-line:after{background:var(--blue-light);content:"";border-radius:999px;width:75px;height:5px;animation:5s linear infinite integration-scan;position:absolute;top:-2px;left:0;box-shadow:0 0 22px #61a6ffe6}.integration-item{z-index:2;border:1px solid var(--border);text-align:center;background:linear-gradient(145deg,#101b30e0,#070d1cd6);border-radius:20px;min-height:230px;padding:22px 18px;transition:transform .2s,border-color .2s;position:relative}.integration-item:hover{border-color:#61a6ff59;transform:translateY(-5px)}.integration-icon{width:52px;height:52px;color:var(--blue-light);background:#0b172d;border:1px solid #61a6ff47;border-radius:50%;place-items:center;margin:0 auto 15px;display:grid;box-shadow:0 0 28px #2f80ed21}.integration-number{color:var(--gold-light);letter-spacing:.12em;font-size:9px;font-weight:800}.integration-item h3{margin:10px 0 9px;font-size:16px}.integration-item p{color:#8fa0b7;margin:0;font-size:11px;line-height:1.65}.integration-result{background:#d4af370f;border:1px solid #d4af3740;border-radius:16px;justify-content:center;align-items:center;gap:15px;width:fit-content;margin:28px auto 0;padding:16px 21px;display:flex}.integration-result svg{color:var(--gold-light)}.integration-result div{flex-direction:column;gap:3px;display:flex}.integration-result span{color:#8f9db0;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.integration-result strong{color:#e8edf5;font-size:12px}.cases-section{z-index:1;border-block:1px solid var(--border);background:radial-gradient(circle at 10%,#2f80ed1c,#0000 30%),#060c199e;padding:115px 0;position:relative}.cases-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.case-card{border:1px solid var(--border);background:linear-gradient(145deg,#111d33d1,#070d1bdb);border-radius:23px;padding:27px;transition:transform .2s,border-color .2s}.case-card:hover{border-color:#d4af374d;transform:translateY(-6px)}.case-top{justify-content:space-between;align-items:center;display:flex}.case-icon{width:51px;height:51px;color:var(--blue-light);background:#2f80ed1a;border:1px solid #61a6ff38;border-radius:15px;place-items:center;display:grid}.case-top>span{color:var(--gold-light);letter-spacing:.08em;text-transform:uppercase;border:1px solid #d4af3730;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.case-card h3{margin:22px 0 11px;font-size:19px;line-height:1.35}.case-card>p{color:#91a1b7;margin:0;font-size:12px;line-height:1.7}.case-card ul{border-top:1px solid var(--border);gap:10px;margin:22px 0 0;padding:19px 0 0;list-style:none;display:grid}.case-card li{color:#c2cede;align-items:center;gap:8px;font-size:11px;display:flex}.case-card li svg{color:var(--success);flex:none}@keyframes integration-scan{0%{transform:translate(0)}to{transform:translate(850px)}}.process-section{padding-top:120px;padding-bottom:120px}.process-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid;position:relative}.process-connector{background:linear-gradient(90deg,#0000,#61a6ff80,#d4af3773,#0000);height:1px;position:absolute;top:48px;left:7%;right:7%}.process-card{z-index:2;border:1px solid var(--border);background:linear-gradient(145deg,#101b30e0,#070d1ce0);border-radius:20px;min-height:235px;padding:22px;transition:transform .2s,border-color .2s;position:relative}.process-card:hover{border-color:#61a6ff57;transform:translateY(-5px)}.process-card-top{justify-content:space-between;align-items:center;display:flex}.process-icon{width:52px;height:52px;color:var(--blue-light);background:#0b172d;border:1px solid #61a6ff47;border-radius:50%;place-items:center;display:grid;box-shadow:0 0 25px #2f80ed1f}.process-card-top>span{color:var(--gold-light);letter-spacing:.12em;font-size:11px;font-weight:800}.process-card h3{margin:22px 0 10px;font-size:17px}.process-card p{color:#8fa0b7;margin:0;font-size:11px;line-height:1.7}.process-cta{background:radial-gradient(circle at 100%,#d4af371c,#0000 35%),#0b1222c7;border:1px solid #d4af3738;border-radius:19px;justify-content:space-between;align-items:center;gap:30px;margin-top:28px;padding:24px 26px;display:flex}.process-cta div{flex-direction:column;gap:5px;display:flex}.process-cta span{color:var(--gold-light);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:800}.process-cta strong{color:#e8edf5;font-size:17px}@media (width<=1000px){.hero{grid-template-columns:1fr;gap:45px;padding-top:155px}.hero-content{text-align:center}.hero-description,.hero-content h1{margin-inline:auto}.eyebrow,.hero-actions,.hero-trust{justify-content:center}.hero-panel{width:min(610px,100%);margin-inline:auto}.services-grid{grid-template-columns:repeat(2,1fr)}.solutions-inner{grid-template-columns:1fr;gap:40px}.about-card{grid-template-columns:1fr}.footer-inner{text-align:center;grid-template-columns:1fr;justify-items:center}.integration-flow{grid-template-columns:repeat(2,1fr)}.integration-line{display:none}.cases-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-connector{display:none}}@media (width<=800px){.menu-button{place-items:center;display:grid}.support-paths{grid-template-columns:1fr}.nav-links{border:1px solid var(--border);background:#070c19f7;border-radius:18px;flex-direction:column;align-items:stretch;width:100%;padding:12px;display:none;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 35px #00000052}.nav-links-open{display:flex}.nav-links a{padding:13px}.nav-links .nav-support{text-align:center;margin:4px 0 0}.metrics{grid-template-columns:repeat(2,1fr)}.metric-card:nth-child(2){border-right:0}.metric-card:nth-child(-n+2){border-bottom:1px solid var(--border)}.support-card{flex-direction:column;align-items:flex-start}.contact-grid{grid-template-columns:1fr}}.support-paths{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.support-path{border-radius:27px;flex-direction:column;align-items:flex-start;min-height:355px;padding:38px;display:flex;overflow:hidden}.support-path>span{letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.support-path h2{letter-spacing:-.04em;margin:15px 0 14px;font-size:clamp(28px,3vw,39px);line-height:1.14}.support-path p{margin:0 0 28px;font-size:14px;line-height:1.7}.support-path .button{margin-top:auto}.support-path-client{background:linear-gradient(135deg,#2365b9,#3986e9);box-shadow:0 24px 60px #2f80ed2e}.support-path-client>span,.support-path-client p{color:#dbeafe}.support-path-prospect{background:radial-gradient(circle at 100% 0,#d4af3726,#0000 35%),#11192a;border:1px solid #d4af373d}.support-path-prospect>span{color:var(--gold-light)}.support-path-prospect p{color:var(--muted)}.support-path button.button{font:inherit;cursor:pointer}@media (width<=620px){.section{width:min(100% - 28px,1180px)}.support-path{min-height:320px;padding:28px}.support-path .button{width:100%}.hero-specialties{justify-content:center}.ecosystem-panel{min-height:500px}.ecosystem-visual{height:355px}.orbit-one{width:215px;height:215px}.orbit-two{width:300px;height:300px}.ecosystem-node{min-width:135px}.ecosystem-node span{display:none}.technology-strip{margin-bottom:70px}.brand-copy{display:none}.navbar{border-radius:17px;width:calc(100% - 20px);min-height:64px;top:10px}.brand-mark{width:42px;height:42px}.hero{min-height:auto;padding-top:125px;padding-bottom:55px}.hero h1{font-size:clamp(42px,13vw,58px)}.hero-description{font-size:16px}.hero-actions .button{width:100%}.hero-trust{flex-direction:column;align-items:flex-start}.hero-panel{border-radius:23px;min-height:460px}.infrastructure-visual{height:320px}.visual-core{width:140px;height:140px}.visual-core:before{inset:-27px}.visual-core:after{inset:-57px}.visual-node{padding:8px 9px;font-size:9px}.node-one{left:0}.node-two{right:0}.node-three{left:0}.node-four{right:0}.panel-bottom{display:none}.metrics{margin-bottom:90px}.metric-card{padding:20px}.metric-card strong{font-size:24px}.services-grid{grid-template-columns:1fr}.content-section,.contact-section,.support-section{padding-bottom:90px}.solutions-section,.about-section{padding-block:90px}.about-card{border-radius:23px;padding:26px}.about-points{grid-template-columns:1fr}.about-quote{padding:25px}.about-quote p{font-size:19px}.support-card{padding:28px}.button-light{width:100%}.footer-links{flex-wrap:wrap;justify-content:center}.floating-support{justify-content:center;width:52px;padding:0;bottom:15px;right:15px}.floating-support span{display:none}.integration-section{padding-bottom:90px}.integration-flow{grid-template-columns:1fr}.integration-item{min-height:auto}.integration-result{align-items:flex-start;width:100%}.cases-section{padding-block:90px}.case-card{padding:23px}.process-section{padding-top:90px;padding-bottom:90px}.process-grid{grid-template-columns:1fr}.process-card{min-height:auto}.process-cta{flex-direction:column;align-items:flex-start}.process-cta .button{width:100%}}.brand-logo{object-fit:contain;width:58px;height:58px;transition:all .3s}.brand-logo{object-fit:contain;background:#fff;border-radius:10px;width:72px;height:54px;padding:4px;transition:transform .18s;display:block}.brand-logo:hover{transform:scale(1.04)}.footer-logo{object-fit:contain;background:#fff;border-radius:11px;width:70px;height:62px;padding:5px;display:block}.hero-specialties{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.hero-specialties span{color:#bcd6f8;background:#2f80ed12;border:1px solid #61a6ff33;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700}.ecosystem-panel{min-height:560px}.ecosystem-visual{z-index:2;place-items:center;height:405px;display:grid;position:relative}.ecosystem-orbit{pointer-events:none;border:1px solid #61a6ff21;border-radius:50%;position:absolute}.orbit-one{width:270px;height:270px}.orbit-two{border-style:dashed;width:390px;height:390px;animation:35s linear infinite orbit-rotation}.ecosystem-node{min-width:175px}.ecosystem-node div{flex-direction:column;gap:2px;display:flex}.ecosystem-node strong{color:#e8eef7;font-size:11px}.ecosystem-node span{color:#8394ab;font-size:8px;font-weight:500}.node-cloud{top:38px;left:12px}.node-servers{top:55px;right:0}.node-security{bottom:42px;left:0}.node-network{bottom:35px;right:10px}.technology-strip{z-index:2;border:1px solid var(--border);background:#09101fb8;border-radius:20px;margin-bottom:48px;padding:22px 25px;position:relative}.technology-strip p{color:#71839b;letter-spacing:.11em;text-align:center;text-transform:uppercase;margin:0 0 16px;font-size:10px;font-weight:800}.technology-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.technology-list span{color:#aab8ca;background:#ffffff06;border:1px solid #94a3b821;border-radius:10px;padding:8px 13px;font-size:11px;font-weight:700}@keyframes orbit-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
