@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--black: #050607;--ink: #14181f;--ink-2: #303743;--muted: #667085;--line: #dce2ea;--line-dark: rgba(255, 255, 255, .12);--surface: #ffffff;--soft: #f4f7fb;--soft-2: #edf3f8;--cyan: #009fe3;--cyan-dark: #007fb6;--green: #0e9f6e;--amber: #d68400;--radius: 8px;--shadow: 0 24px 70px rgba(5, 6, 7, .12);--container: 1180px;--font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--surface);overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{border:0;cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:0;color:var(--ink)}h1{font-size:clamp(2.6rem,6.6vw,5.75rem);line-height:.95;font-weight:800}h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1;font-weight:800}h3{font-size:1.15rem;line-height:1.2;font-weight:800}p{line-height:1.65;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:clamp(52px,6vw,80px) 0}.section-kicker,.hero__trust{margin-bottom:16px;color:var(--cyan-dark);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.section-lead{max-width:690px;margin-top:24px;font-size:1.12rem;line-height:1.75}.section-heading{max-width:760px;margin-bottom:28px}.container.section-heading{max-width:var(--container)}.services-section .section-heading{margin-bottom:32px}.section-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1fr);gap:clamp(40px,8vw,96px);align-items:start}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:6px;font-size:.95rem;font-weight:800;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{color:#fff;background:var(--cyan);border-color:var(--cyan)}.btn--primary:hover{background:var(--cyan-dark);border-color:var(--cyan-dark)}.btn--ghost{color:#fff;border-color:#ffffff59;background:#ffffff0a}.btn--dark{color:#fff;background:var(--black)}.btn--full{width:100%}.text-link{display:inline-flex;width:fit-content;color:var(--cyan-dark);font-weight:800}.site-header{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:#050607e6;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.site-header.is-scrolled{background:#fffffff5;border-color:var(--line);box-shadow:0 8px 30px #14181f14}.header__inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center}.brand__logo{height:44px;width:auto}.brand__logo--light,.site-header.is-scrolled .brand__logo--dark{display:none}.site-header.is-scrolled .brand__logo--light{display:block}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{color:#ffffffb8;font-size:.86rem;font-weight:700;position:relative}.nav-links a.is-active{color:#fff}.nav-links a.is-active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;border-radius:2px;background:var(--cyan)}.site-header.is-scrolled .nav-links a{color:var(--ink-2)}.site-header.is-scrolled .nav-links a.is-active{color:var(--ink)}.site-header.is-scrolled .nav-links a.is-active:after{background:var(--cyan-dark)}.nav-dropdown{position:relative}.nav-dropdown__toggle{display:flex;align-items:center;gap:4px;color:#ffffffb8;font-size:.86rem;font-weight:700;cursor:default}.site-header.is-scrolled .nav-dropdown__toggle{color:var(--ink-2)}.nav-dropdown__arrow{width:12px;height:12px;transition:transform .18s;flex-shrink:0;opacity:.6}.nav-dropdown.is-open .nav-dropdown__arrow,.nav-dropdown:focus-within .nav-dropdown__arrow{transform:rotate(180deg)}.nav-dropdown__menu{position:absolute;top:calc(100% + 8px);left:-16px;z-index:200;display:grid;gap:2px;padding:8px;width:210px;background:#0d0f11;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 8px 28px #00000059;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s}.site-header.is-scrolled .nav-dropdown__menu{background:#fff;border-color:var(--line);box-shadow:0 8px 28px #0000001f}.nav-dropdown.is-open .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown__menu a{display:block;padding:8px 12px;border-radius:6px;color:#fffc!important;font-size:.83rem!important;font-weight:600!important;transition:background .12s,color .12s}.nav-dropdown__menu a:hover{background:#ffffff12;color:#fff!important}.nav-dropdown__menu a.is-active{color:var(--cyan)!important}.nav-dropdown__menu a.is-active:after{display:none}.site-header.is-scrolled .nav-dropdown__menu a{color:var(--ink-2)!important}.site-header.is-scrolled .nav-dropdown__menu a:hover{background:var(--soft);color:var(--ink)!important}.site-header.is-scrolled .nav-dropdown__menu a.is-active{color:var(--cyan-dark)!important}.mobile-nav__sub{display:grid;gap:10px;padding:8px 0 4px 14px;border-left:2px solid rgba(255,255,255,.12)}.mobile-nav__sub a{font-size:.83rem!important;font-weight:600!important;color:#ffffffa6!important}.header__actions{display:flex;align-items:center;gap:12px}.btn--nav{min-height:40px;padding-inline:16px;font-size:.82rem}.menu-button{display:none;width:42px;height:42px;flex-direction:column;justify-content:center;gap:5px;padding:0 9px;background:transparent}.menu-button span{width:100%;height:2px;background:#fff;transition:transform .18s ease,opacity .18s ease,background .18s ease}.site-header.is-scrolled .menu-button span{background:var(--ink)}.menu-button.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none}.hero{position:relative;overflow:hidden;padding:160px 0 44px;color:#fff;background:linear-gradient(90deg,#050607fa,#050607db 48%,#0506075c),url(/assets/img/hero-it-operations.png) center right / cover no-repeat,var(--black)}.hero__mesh{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:82px 82px;mask-image:linear-gradient(to bottom,#000,transparent 78%);pointer-events:none}.hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start}.hero__copy{max-width:760px}.hero h1{max-width:640px;font-size:clamp(2.55rem,4.2vw,3.85rem);line-height:1.04;font-weight:760;letter-spacing:-.018em}.hero h1,.hero h2,.dark-feature h2,.service-hero h1,.subhero h1{color:#fff}.hero__copy>p:not(.hero__trust),.hero .section-lead{max-width:660px;margin-top:24px;color:#ffffffb8;font-size:1.08rem}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-panel{max-width:980px;margin-top:clamp(42px,7vw,72px);border:1px solid var(--line-dark);border-radius:var(--radius);background:#0506079e;box-shadow:0 32px 90px #00000047;backdrop-filter:blur(14px)}.hero-panel__header,.hero-panel__footer{display:flex;gap:18px}.hero-panel__header{flex-direction:column;gap:6px;padding:24px;border-bottom:1px solid var(--line-dark)}.hero-panel__header span,.ops-stack span,.hero-panel__footer span{display:block;color:#ffffff94;font-size:.78rem;font-weight:700}.hero-panel__header strong{color:#fff;font-size:1.55rem}.ops-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.ops-stack div{padding:22px 24px;border-bottom:1px solid var(--line-dark)}.ops-stack strong{display:block;margin-top:6px;color:#fff;font-size:1.03rem}.hero-panel__footer{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.hero-panel__footer>div{padding:22px 24px}.hero-panel__footer strong{display:block;color:#fff;font-size:clamp(1.5rem,3vw,2.3rem);line-height:1}.partner-strip{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px;margin-top:84px;padding-top:28px;border-top:1px solid var(--line-dark)}.partner-logo{display:inline-flex;min-height:38px;align-items:center;gap:9px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff08;color:#ffffffb8;font-size:.76rem;font-weight:850;letter-spacing:.01em;transition:opacity .15s ease,border-color .15s ease,background .15s ease}.partner-logo img{width:24px;height:24px;object-fit:contain;opacity:.9}.partner-logo:hover{border-color:#ffffff2e;background:#ffffff0f;color:#fff}.footer__tags span{border:1px solid rgba(255,255,255,.14);border-radius:4px;padding:6px 10px;color:#ffffff94;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.problem-section{background:var(--surface)}.pain-list{display:grid;gap:14px;padding:0;margin:0;list-style:none}.pain-list li,.check-list li{position:relative;padding:18px 18px 18px 46px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink-2);font-weight:700;line-height:1.45}.pain-list li:before,.check-list li:before{content:"";position:absolute;top:22px;left:18px;width:12px;height:12px;border:3px solid var(--cyan);border-radius:50%}.services-section,.outcome-section{background:var(--soft)}.proof-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card,.scenario-grid article,.outcome-grid article{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.service-card{display:flex;min-height:320px;flex-direction:column;padding:28px}.service-card__top{display:flex;gap:16px;align-items:center}.service-card__index{display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--line);border-radius:6px;color:var(--cyan-dark);font-size:.75rem;font-weight:900;text-transform:uppercase}.service-card__icon{width:46px;height:46px;padding:5px;border:1px solid var(--line);border-radius:6px;color:var(--cyan-dark);flex-shrink:0}.service-card p{margin-top:20px}.service-card ul{display:grid;gap:8px;padding:0;margin:22px 0 28px;list-style:none}.service-card li{color:var(--ink-2);font-size:.9rem;font-weight:700}.service-card .text-link{margin-top:auto}.service-card h3 a{color:inherit;text-decoration:none}.service-card h3 a:hover{color:var(--cyan-dark)}.dark-feature,.service-hero,.subhero{position:relative;overflow:hidden;color:#fff;background:var(--black)}.service-hero:before,.subhero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(0,159,227,.22) 0%,transparent 45%),linear-gradient(to bottom,transparent 60%,rgba(5,6,7,.55) 100%);pointer-events:none}.service-hero__bg{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 70%,transparent 100%)}.service-hero[data-slug=sprava-it] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='40'%3E%3Crect x='8' y='7' width='144' height='26' rx='2' fill='none' stroke='rgba(255,255,255,0.20)' stroke-width='1'/%3E%3Crect x='16' y='14' width='52' height='12' rx='1' fill='rgba(255,255,255,0.09)'/%3E%3Crect x='72' y='14' width='24' height='12' rx='1' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='126' cy='20' r='2.5' fill='rgba(0,159,227,0.55)'/%3E%3Ccircle cx='136' cy='20' r='2.5' fill='rgba(255,255,255,0.22)'/%3E%3C/svg%3E");background-size:160px 40px}.service-hero[data-slug=dark-backup] .service-hero__bg{background-image:radial-gradient(circle at 72% 50%,transparent 14%,rgba(0,159,227,.3) 15%,transparent 17%),radial-gradient(circle at 72% 50%,transparent 24%,rgba(255,255,255,.18) 25%,transparent 27%),radial-gradient(circle at 72% 50%,transparent 34%,rgba(255,255,255,.14) 35%,transparent 37%),radial-gradient(circle at 72% 50%,transparent 46%,rgba(255,255,255,.1) 47%,transparent 49%),radial-gradient(circle at 72% 50%,transparent 58%,rgba(255,255,255,.07) 59%,transparent 61%),radial-gradient(circle at 72% 50%,rgba(0,159,227,.22) 0%,transparent 14%);background-size:100% 100%}.service-hero[data-slug=microsoft-365] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Crect x='3' y='3' width='22' height='22' rx='2' fill='rgba(0,159,227,0.20)'/%3E%3Crect x='31' y='3' width='22' height='22' rx='2' fill='rgba(0,159,227,0.16)'/%3E%3Crect x='3' y='31' width='22' height='22' rx='2' fill='rgba(0,159,227,0.14)'/%3E%3Crect x='31' y='31' width='22' height='22' rx='2' fill='rgba(0,159,227,0.12)'/%3E%3C/svg%3E");background-size:56px 56px}.service-hero[data-slug=kyberbezpecnost] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M10 40 H30 V20 H50' stroke='rgba(0,159,227,0.32)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M70 40 H50 V60 H30' stroke='rgba(0,159,227,0.25)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M40 10 V30 H60' stroke='rgba(255,255,255,0.15)' fill='none' stroke-width='1'/%3E%3Cpath d='M40 70 V50 H20' stroke='rgba(255,255,255,0.15)' fill='none' stroke-width='1'/%3E%3Ccircle cx='30' cy='20' r='3' fill='rgba(0,159,227,0.55)'/%3E%3Ccircle cx='50' cy='60' r='3' fill='rgba(0,159,227,0.45)'/%3E%3Ccircle cx='60' cy='30' r='2.5' fill='rgba(255,255,255,0.25)'/%3E%3Ccircle cx='20' cy='50' r='2.5' fill='rgba(255,255,255,0.25)'/%3E%3C/svg%3E");background-size:80px 80px}.service-hero[data-slug=firemni-site] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='5' fill='rgba(0,159,227,0.40)'/%3E%3Ccircle cx='20' cy='20' r='3.5' fill='rgba(255,255,255,0.20)'/%3E%3Ccircle cx='100' cy='20' r='3.5' fill='rgba(255,255,255,0.20)'/%3E%3Ccircle cx='20' cy='100' r='3.5' fill='rgba(255,255,255,0.20)'/%3E%3Ccircle cx='100' cy='100' r='3.5' fill='rgba(255,255,255,0.20)'/%3E%3Cline x1='60' y1='60' x2='20' y2='20' stroke='rgba(255,255,255,0.14)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='20' stroke='rgba(255,255,255,0.14)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='20' y2='100' stroke='rgba(255,255,255,0.14)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='100' stroke='rgba(255,255,255,0.14)' stroke-width='1'/%3E%3Cline x1='20' y1='20' x2='100' y2='20' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3Cline x1='20' y1='20' x2='20' y2='100' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E");background-size:120px 120px}.service-hero[data-slug=monitoring-dark-box] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='60'%3E%3Cline x1='0' y1='30' x2='200' y2='30' stroke='rgba(255,255,255,0.09)' stroke-width='1'/%3E%3Cpolyline points='0,30 15,30 22,10 30,50 38,30 65,30 72,18 80,42 88,30 115,30 122,14 130,46 138,30 165,30 172,20 180,40 188,30 200,30' fill='none' stroke='rgba(0,159,227,0.40)' stroke-width='2'/%3E%3C/svg%3E");background-size:200px 60px}.service-hero[data-slug=kamerove-systemy] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='340' viewBox='0 0 500 340'%3E%3Ccircle cx='365' cy='170' r='70' fill='none' stroke='rgba(0,159,227,0.22)' stroke-width='1'/%3E%3Ccircle cx='365' cy='170' r='110' fill='none' stroke='rgba(0,159,227,0.15)' stroke-width='1'/%3E%3Ccircle cx='365' cy='170' r='150' fill='none' stroke='rgba(0,159,227,0.10)' stroke-width='1'/%3E%3Ccircle cx='365' cy='170' r='190' fill='none' stroke='rgba(0,159,227,0.06)' stroke-width='1'/%3E%3Ccircle cx='365' cy='170' r='12' fill='none' stroke='rgba(0,159,227,0.32)' stroke-width='1.5'/%3E%3Cline x1='285' y1='170' x2='345' y2='170' stroke='rgba(0,159,227,0.28)' stroke-width='1.5'/%3E%3Cline x1='385' y1='170' x2='445' y2='170' stroke='rgba(0,159,227,0.28)' stroke-width='1.5'/%3E%3Cline x1='365' y1='90' x2='365' y2='150' stroke='rgba(0,159,227,0.28)' stroke-width='1.5'/%3E%3Cline x1='365' y1='190' x2='365' y2='250' stroke='rgba(0,159,227,0.28)' stroke-width='1.5'/%3E%3C/svg%3E");background-size:500px 340px;background-position:right center;background-repeat:no-repeat}.service-hero[data-slug=azure-infrastruktura] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='100'%3E%3Ccircle cx='70' cy='46' r='22' fill='none' stroke='rgba(0,159,227,0.24)' stroke-width='1'/%3E%3Ccircle cx='94' cy='34' r='18' fill='none' stroke='rgba(0,159,227,0.20)' stroke-width='1'/%3E%3Ccircle cx='120' cy='42' r='20' fill='none' stroke='rgba(0,159,227,0.17)' stroke-width='1'/%3E%3Crect x='52' y='60' width='16' height='12' rx='2' fill='rgba(255,255,255,0.12)'/%3E%3Crect x='74' y='60' width='16' height='12' rx='2' fill='rgba(255,255,255,0.10)'/%3E%3Crect x='96' y='60' width='16' height='12' rx='2' fill='rgba(255,255,255,0.09)'/%3E%3Cline x1='60' y1='57' x2='60' y2='60' stroke='rgba(255,255,255,0.18)' stroke-width='1'/%3E%3Cline x1='82' y1='57' x2='82' y2='60' stroke='rgba(255,255,255,0.18)' stroke-width='1'/%3E%3Cline x1='104' y1='57' x2='104' y2='60' stroke='rgba(255,255,255,0.18)' stroke-width='1'/%3E%3C/svg%3E");background-size:200px 100px}.service-hero[data-slug=copilot-ai] .service-hero__bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpath d='M50 22 L52.5 47.5 L78 50 L52.5 52.5 L50 78 L47.5 52.5 L22 50 L47.5 47.5 Z' fill='rgba(0,159,227,0.22)'/%3E%3Cpath d='M15 12 L16.2 19 L23 20.2 L16.2 21.4 L15 28.5 L13.8 21.4 L7 20.2 L13.8 19 Z' fill='rgba(0,159,227,0.30)'/%3E%3Cpath d='M82 8 L83 13 L88 14 L83 15 L82 20 L81 15 L76 14 L81 13 Z' fill='rgba(255,255,255,0.22)'/%3E%3Cpath d='M85 74 L86 79 L91 80 L86 81 L85 86 L84 81 L79 80 L84 79 Z' fill='rgba(0,159,227,0.25)'/%3E%3C/svg%3E");background-size:100px 100px}.subhero__bg{position:absolute;inset:0;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='5' fill='rgba(0,159,227,0.35)'/%3E%3Ccircle cx='20' cy='20' r='3.5' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='100' cy='20' r='3.5' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='20' cy='100' r='3.5' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='100' cy='100' r='3.5' fill='rgba(255,255,255,0.18)'/%3E%3Cline x1='60' y1='60' x2='20' y2='20' stroke='rgba(255,255,255,0.12)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='20' stroke='rgba(255,255,255,0.12)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='20' y2='100' stroke='rgba(255,255,255,0.12)' stroke-width='1'/%3E%3Cline x1='60' y1='60' x2='100' y2='100' stroke='rgba(255,255,255,0.12)' stroke-width='1'/%3E%3Cline x1='20' y1='20' x2='100' y2='20' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3Cline x1='20' y1='20' x2='20' y2='100' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3C/svg%3E");background-size:120px 120px;mask-image:linear-gradient(to bottom,#000 70%,transparent 100%)}.service-hero .container,.subhero .container{position:relative;z-index:2}.feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:clamp(40px,8vw,96px);align-items:center}.dark-feature p,.service-hero p,.subhero p{color:#ffffffb8}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-list div{min-height:160px;padding:24px;border:1px solid var(--line-dark);border-radius:var(--radius);background:#ffffff0f}.feature-list strong,.feature-list span{display:block}.feature-list strong{color:#fff}.feature-list span{margin-top:10px;color:#ffffff9e;line-height:1.55}.dark-feature .btn,.service-hero .btn{margin-top:40px}.process-list{display:grid;gap:20px;margin:0;padding:0;list-style:none}.process-list li{display:grid;grid-template-columns:68px 1fr;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--line)}.process-list span{color:var(--cyan-dark);font-size:1.5rem;font-weight:900}.process-list p{margin-top:8px}.scenario-grid,.outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.scenario-grid article,.outcome-grid article{padding:28px}.scenario-grid p,.outcome-grid p{margin-top:12px}.reference-section{background:var(--soft)}.reference-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.reference-card{display:flex;flex-direction:column;gap:14px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;color:inherit;transition:box-shadow .18s,border-color .18s}.reference-card:hover{border-color:var(--cyan-dark);box-shadow:0 4px 16px #00000014}.reference-card__logo{height:44px;display:flex;align-items:center}.reference-card__logo img{max-height:44px;max-width:100%;width:auto;object-fit:contain;object-position:left center}.reference-card__body{display:flex;flex-direction:column;gap:4px}.reference-card__name{font-size:.875rem;font-weight:600;color:var(--text)}.reference-card__industry{font-size:.75rem;color:var(--cyan-dark);font-weight:650}.reference-card__service{margin-top:4px;color:var(--muted);font-size:.72rem;font-weight:650;line-height:1.35}.nis-section{background:#fff}.callout{display:grid;grid-template-columns:1fr 1fr auto;gap:32px;align-items:center;padding:clamp(32px,6vw,56px);border:1px solid var(--line);border-radius:var(--radius);background:var(--soft-2)}.faq-list{display:grid;gap:12px}details{border:1px solid var(--line);border-radius:var(--radius);background:#fff}summary{padding:22px 24px;color:var(--ink);font-weight:800;cursor:pointer}details p{padding:0 24px 24px}.contact-section{background:var(--surface)}.contact-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1fr);gap:clamp(40px,8vw,96px);align-items:start}.contact-methods{display:grid;gap:0;margin-top:34px}.contact-methods a{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line);transition:color .15s}.contact-methods a:hover{color:var(--cyan-dark)}.contact-methods__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--soft);color:var(--cyan-dark);transition:background .15s}.contact-methods a:hover .contact-methods__icon{background:var(--soft-2)}.contact-methods__text{display:grid;gap:3px}.contact-methods strong{color:var(--ink);font-size:.95rem}.contact-methods span{color:var(--muted);font-size:.875rem}.form-shell{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}label{display:grid;gap:8px;color:var(--ink-2);font-size:.86rem;font-weight:800}.span-2{grid-column:1 / -1}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 14px;color:var(--ink);background:#fff;font-size:.95rem}textarea{resize:vertical}input:focus,select:focus,textarea:focus,.btn:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(0,159,227,.28);outline-offset:3px}.checkbox{grid-template-columns:auto 1fr;align-items:start;font-weight:600}.checkbox input{width:18px;height:18px;margin-top:2px;accent-color:var(--cyan)}.honeypot{position:absolute;left:-100vw;width:1px;height:1px;overflow:hidden}.form-error{margin:18px 0;padding:14px;border:1px solid #fecaca;border-radius:6px;color:#991b1b;background:#fef2f2;font-size:.9rem;font-weight:700}.form-success{padding:20px;border:1px solid rgba(14,159,110,.22);border-radius:var(--radius);background:#0e9f6e14}.form-success p{margin-top:10px}.subhero,.service-hero{padding:150px 0 82px}.subhero__inner{max-width:880px}.subhero p,.service-hero p{max-width:760px;margin-top:24px;font-size:1.12rem}.service-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);gap:48px;align-items:end}.breadcrumb{display:inline-flex;margin-bottom:20px;color:var(--cyan);font-weight:800}.service-factbox{padding:26px;border:1px solid var(--line-dark);border-radius:var(--radius);background:#ffffff0f}.service-factbox p{color:#ffffff94;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.service-factbox strong,.service-factbox span{display:block}.service-factbox strong{margin-top:12px;color:#fff;font-size:1.4rem;line-height:1.2}.service-factbox span{margin-top:18px;color:#ffffffa3;line-height:1.55}.service-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.check-list{display:grid;gap:12px;padding:0;margin:28px 0 0;list-style:none}.outcome-grid article span{display:block;width:34px;height:4px;border-radius:999px;background:var(--green)}.outcome-grid article p{color:var(--ink-2);font-weight:800}.footer{padding:72px 0 28px;background:var(--black)}.footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:48px;padding-bottom:42px;border-bottom:1px solid var(--line-dark)}.footer p,.footer address,.footer a{color:#ffffff94}.footer__brand p,.footer address{margin-top:18px;font-style:normal;font-size:.9rem}.footer nav{display:grid;align-content:start;gap:10px}.footer__title{margin-bottom:10px;color:#fff;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:0}.footer__tags{display:flex;flex-wrap:wrap;gap:8px}.footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px}.footer__bottom p,.footer__bottom a{font-size:.85rem}.footer__bottom div{display:flex;gap:18px}@media(max-width:980px){.nav-links,.btn--nav{display:none}.menu-button{display:flex}.mobile-nav{display:none;padding:16px 20px 24px;border-top:1px solid var(--line-dark);background:#050607fa}.mobile-nav.is-open{display:grid;gap:14px}.mobile-nav a{color:#fff;font-weight:800}.mobile-nav a.is-active{color:var(--cyan)}.section-split,.feature-grid,.contact-grid,.service-hero__grid,.service-detail__grid,.callout{grid-template-columns:1fr}.service-grid,.outcome-grid,.footer__grid,.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.callout{align-items:start}}@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--container))}h1{font-size:clamp(2rem,9.5vw,2.55rem);line-height:1.02}h2{font-size:clamp(1.8rem,9vw,2.55rem);line-height:1.06}.brand__logo{height:38px}.hero,.subhero,.service-hero{padding-top:124px}.hero{background-position:58% top}.hero__copy,.hero__actions,.hero-panel,.hero__copy>p:not(.hero__trust),.hero .section-lead{width:min(100%,calc(100vw - 48px));max-width:100%}.hero__copy>p:not(.hero__trust),.hero .section-lead{font-size:.98rem}.hero h1{font-size:clamp(2rem,7.8vw,2.45rem);line-height:1.07}.hero h1 span{display:block}.hero-panel{width:min(100%,calc(100vw - 48px));max-width:100%;overflow:hidden}.hero-panel__header{display:grid;justify-content:start}.hero-panel__header strong{font-size:1.35rem}.hero-panel__footer,.ops-stack,.feature-list,.service-grid,.scenario-grid,.outcome-grid,.footer__grid,.form-grid{grid-template-columns:1fr}.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:auto}.service-card ul{display:none}.hero__actions,.footer__bottom{flex-direction:column;align-items:stretch}.hero__actions .btn,.footer__bottom div{width:100%}.form-shell{padding:22px}.span-2{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.service-hero{background-color:#050607}.service-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#050607eb,#050607b3 46%,#05060752),radial-gradient(circle at 72% 42%,rgba(0,159,227,.18),transparent 48%)}.service-hero__bg{background-position:center right;background-repeat:no-repeat;background-size:cover;opacity:.98}.service-hero[data-slug=sprava-it] .service-hero__bg{background-image:url(/assets/hero/sprava-it.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=dark-backup] .service-hero__bg{background-image:url(/assets/hero/dark-backup.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=microsoft-365] .service-hero__bg{background-image:url(/assets/hero/microsoft-365.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=kyberbezpecnost] .service-hero__bg{background-image:url(/assets/hero/kyberbezpecnost.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=firemni-site] .service-hero__bg{background-image:url(/assets/hero/firemni-site.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=monitoring-dark-box] .service-hero__bg{background-image:url(/assets/hero/monitoring-dark-box.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=kamerove-systemy] .service-hero__bg{background-image:url(/assets/hero/kamerove-systemy.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=azure-infrastruktura] .service-hero__bg{background-image:url(/assets/hero/azure-infrastruktura.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=copilot-ai] .service-hero__bg{background-image:url(/assets/hero/copilot-ai.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero[data-slug=it-pro-akce] .service-hero__bg{background-image:url(/assets/hero/it-pro-akce.svg);background-size:cover;background-repeat:no-repeat;background-position:center right}.service-hero .container,.service-hero__grid{position:relative;z-index:2}@media(max-width:900px){.service-hero:after{background:linear-gradient(180deg,#050607eb,#050607c7 58%,#05060775),radial-gradient(circle at 72% 18%,rgba(0,159,227,.18),transparent 48%)}.service-hero__bg{background-position:64% center}}
