:root {
  --ink: #061b46;
  --text: #183459;
  --muted: #5d7492;
  --blue: #0052b8;
  --cyan: #139de8;
  --pale: #e7f3fb;
  --pale-2: #eef7fd;
  --line: #c9dff0;
  --orange: #ff8a00;
  --card: #ffffff;
  --max: 1320px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(122deg, rgba(0,95,232,.025) 0 18%, transparent 18.2% 61%, rgba(19,157,232,.025) 61.2% 76%, transparent 76.2%),
    #fff;
  font-family: "Segoe UI", "Segoe UI Variable Text", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.mobile-only-break { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 84px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2 + 28px));
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(6,27,70,.06);
  backdrop-filter: blur(14px);
}
.brand img { width: 212px; }
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 2px 2px;
  border-radius: 0;
  color: #19315a;
  font-size: 14px;
  font-weight: 700;
  transition: color .18s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}
.site-nav a:hover,
.site-nav a.active {
  color: var(--blue);
  background: transparent;
  box-shadow: none;
}
.site-nav a:hover::after,
.site-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-nav a.nav-home {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  justify-content: center;
  padding: 0;
  border: 1px solid #c9dff0;
  border-radius: 10px;
  color: var(--blue);
  background: #f3f8ff;
}
.site-nav a.nav-home::after { display: none; }
.site-nav a.nav-home:hover,
.site-nav a.nav-home:focus-visible { border-color: var(--blue); background: #e6f1ff; }
.nav-home svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav-dropdown { position: relative; padding: 0; }
.nav-services-link::before {
  content: "";
  order: 2;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.submenu {
  position: absolute;
  top: 42px;
  left: 50%;
  display: none;
  min-width: 330px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(6,27,70,.14);
  transform: translateX(-50%);
}
.submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.submenu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--text);
  font-size: 14px;
}
.submenu a::after { display: none; }
.submenu a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--blue);
}
.submenu a:hover { background: var(--pale); }
.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu { display: grid; }
.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d7e8f7;
  border-radius: 8px;
  background: #f9fdff;
  color: var(--ink);
  font-weight: 800;
  font-size: 15px;
}
.header-phone::before { content: none; }

.contact-page{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;max-width:1180px;margin:56px auto 0;background:#edf5ff;border-radius:28px;overflow:hidden}.contact-copy{padding:72px 9%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contact-copy h1{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.04;margin:.35rem 0 1.2rem}.contact-copy p{font-size:1.13rem;max-width:32rem}.contact-copy a{font-weight:800;color:#0052b8;margin-top:.7rem}.contact-page>img{width:100%;height:100%;min-height:430px;object-fit:cover}.contact-form-section{max-width:760px;margin:72px auto;padding:0 24px}.contact-form-section h2{font-size:2rem}.contact-form{display:grid;gap:18px;padding:32px;background:#fff;border:1px solid #d7e4f5;border-radius:22px;box-shadow:0 20px 45px rgba(0,43,100,.09)}.contact-form label{display:grid;gap:7px;font-weight:750;color:#0b2a59}.contact-form input:not([type=checkbox]),.contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #b9cbe2;border-radius:10px;padding:13px;font:inherit}.contact-form textarea{resize:vertical}.contact-form .form-consent{display:flex;gap:9px;align-items:flex-start;font-weight:500}.contact-form .button{justify-self:start}.trap{position:absolute;left:-9999px}.contact-form small{font-weight:500}@media(max-width:760px){.contact-page{grid-template-columns:1fr;margin-top:24px;border-radius:0}.contact-copy{padding:52px 28px}.contact-page>img{min-height:300px}.contact-form-section{margin:44px auto}}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  gap: 9px;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  box-shadow: none;
  transition: background .18s ease, transform .18s ease;
}
.header-cta::after {
  content: "";
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M14 3h7v7h-2V6.4l-8.3 8.3-1.4-1.4L17.6 5H14zM5 5h6v2H7v10h10v-4h2v6H5z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M14 3h7v7h-2V6.4l-8.3 8.3-1.4-1.4L17.6 5H14zM5 5h6v2H7v10h10v-4h2v6H5z"/></svg>') center / contain no-repeat;
}
.header-cta:hover { transform: translateY(-1px); background: #004fc2; box-shadow: none; }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 590px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 54px 58px max(42px, calc((100vw - var(--max)) / 2 + 42px));
}
.hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 3.8vw, 58px);
  font-weight: 800;
  line-height: 1.05;
}
.motto {
  position: relative;
  margin: 24px 0 0;
  padding-left: 58px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}
.motto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: var(--orange);
  transform: translateY(-50%);
}
.lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #385070;
  font-size: 18px;
  line-height: 1.62;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
}
.button.primary {
  padding: 0 25px;
  background: var(--blue);
  color: #fff;
  box-shadow: none;
}
.button.secondary { color: var(--blue); }
.hero-media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #dce7f0;
}
.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  max-width: 100%;
}
.hero-slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 700ms ease, transform 1200ms ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 24%;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.88) 26%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.hero-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  width: min(1240px, calc(100% - 56px));
  margin: -30px auto 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(6,27,70,.1);
}
.hero-benefits article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
}
.hero-benefits article:last-child { border-right: 0; }
.benefit-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e9fff0;
  color: #1da744;
}
.benefit-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.5;
}
.benefit-icon.shield,
.benefit-icon.chat {
  background: #eaf7ff;
  color: var(--blue);
}
.benefit-icon.bars {
  background: #fff6df;
  color: var(--orange);
}
.hero-benefits strong,
.hero-benefits p {
  display: block;
  margin: 0;
  grid-column: 2;
}
.hero-benefits strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.22;
}
.hero-benefits p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.section-blue { background: linear-gradient(180deg, #e5f3fb 0%, #f1f8fd 100%); }
.section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}
.section-heading p {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}
.services-section {
  position: relative;
  padding: 54px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 62px;
  overflow: hidden;
}
.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(0,95,232,.12) 0 20%, transparent 20.2% 67%, rgba(255,138,0,.10) 67.2% 82%, transparent 82.2%),
    linear-gradient(298deg, rgba(34,181,91,.10) 0 18%, transparent 18.2% 74%, rgba(19,157,232,.08) 74.2% 100%);
  opacity: .86;
  pointer-events: none;
}
.services-section > * {
  position: relative;
  z-index: 1;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.service-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  min-height: 178px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(6,27,70,.055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.service-grid-visual {
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 12px;
}
.service-grid-visual .service-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 210px;
  overflow: hidden;
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: #071b34;
  color: #fff;
  box-shadow: 0 18px 42px rgba(6,27,70,.16);
}
.service-grid-visual .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,18,38,.1), rgba(4,18,38,.92)),
    var(--service-image, linear-gradient(135deg, #0a2f5f, #071b34));
  background-size: cover;
  background-position: center;
  transition: transform .25s ease, opacity .25s ease;
}
.service-grid-visual .service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--service-accent, var(--blue));
}
.service-grid-visual .service-card:hover::before {
  transform: scale(1.05);
  opacity: .92;
}
.service-grid-visual .service-card h3 {
  position: relative;
  z-index: 1;
  max-width: 170px;
  color: #fff;
  font-size: 17px;
  line-height: 1.18;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.service-grid-visual .service-card h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 12px;
  background: currentColor;
  clip-path: none;
  opacity: .95;
}
.service-helpdesk { --service-image: url("assets/slide-user-support.webp"); --service-accent: var(--blue); }
.service-servers { --service-image: url("assets/slide-server-room.webp"); --service-accent: #16a34a; }
.service-network { --service-image: url("assets/slide-wifi-network.webp"); --service-accent: var(--cyan); }
.service-backup { --service-image: url("assets/hero-it-support.webp"); --service-accent: #22c55e; }
.service-monitoring { --service-image: url("assets/slide-monitoring.webp"); --service-accent: #38bdf8; }
.service-hardware { --service-image: url("assets/hero-onsite-support.webp"); --service-accent: var(--orange); }
.service-card:hover {
  border-color: rgba(0,95,232,.34);
  box-shadow: 0 20px 46px rgba(6,27,70,.1);
  transform: translateY(-2px);
}
.service-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(180deg, #e6f7ff, #f6fcff);
  border: 1px solid #cfefff;
  color: var(--blue);
}
.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}
.service-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}
.service-arrow {
  grid-column: 2;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}
.service-arrow::after {
  content: "";
  width: 18px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  padding: 68px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background: #fff;
}
.detail-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}
.detail-intro h2::after,
.care-copy h2::after,
.contact-info h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 24px;
  background: var(--orange);
  border-radius: 4px;
}
.detail-intro p,
.care-copy p,
.contact-info p {
  margin: 24px 0 0;
  color: #405978;
  font-size: 17px;
  line-height: 1.68;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.detail-list article {
  min-height: 222px;
  padding: 24px;
  background: var(--pale-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.detail-list span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 5px;
  background: #dff4ff;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
}
.detail-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}
.detail-list p {
  margin: 12px 0 0;
  color: #405978;
  line-height: 1.58;
}

.process-section {
  position: relative;
  padding: 64px max(34px, calc((100vw - var(--max)) / 2 + 34px)) 74px;
  background:
    linear-gradient(116deg, rgba(0,95,232,.045) 0 15%, transparent 15.2% 84%, rgba(255,138,0,.04) 84.2% 100%),
    linear-gradient(180deg, #f3f9fd 0%, #e4f2fb 100%);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(300deg, rgba(19,157,232,.04) 0 14%, transparent 14.2% 82%, rgba(34,181,91,.035) 82.2% 100%);
  opacity: .68;
  pointer-events: none;
}
.process-section > * {
  position: relative;
  z-index: 1;
}
.process-heading {
  margin-bottom: 28px;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 22px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.process-line article {
  --step-accent: #005fe8;
  --step-fill-a: #f8fcff;
  --step-fill-b: #dcecff;
  --step-fill-c: #b8d9ff;
  position: relative;
  overflow: hidden;
  min-height: 226px;
  padding: 26px 42px 24px 34px;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: #7fbaff;
  box-shadow: 0 18px 38px rgba(6,27,70,.1);
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, 0 100%, 28px 50%);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.process-line article:nth-child(1) {
  --step-accent: #0067ff;
  --step-fill-a: #f8fcff;
  --step-fill-b: #dcecff;
  --step-fill-c: #acd2ff;
}
.process-line article:nth-child(2) {
  --step-accent: #14a7c9;
  --step-fill-a: #f5fdff;
  --step-fill-b: #d8f4fb;
  --step-fill-c: #a6e6f2;
}
.process-line article:nth-child(3) {
  --step-accent: #22b55b;
  --step-fill-a: #f6fff9;
  --step-fill-b: #daf7e5;
  --step-fill-c: #adecc7;
}
.process-line article:nth-child(4) {
  --step-accent: #ff8a00;
  --step-fill-a: #fffaf2;
  --step-fill-b: #ffe9c7;
  --step-fill-c: #ffd28f;
}
.process-line article:nth-child(5) {
  --step-accent: #7357ff;
  --step-fill-a: #fbfaff;
  --step-fill-b: #e9e5ff;
  --step-fill-c: #cdc4ff;
}
.process-line article:first-child {
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, 0 100%);
  border-radius: 0;
}
.process-line article:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 28px 50%);
  border-radius: 0;
  padding-right: 34px;
}
.process-line article > * {
  position: relative;
  z-index: 2;
}
.process-line article::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  width: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(105deg, var(--step-fill-a) 0%, var(--step-fill-b) 50%, var(--step-fill-c) 100%);
  clip-path: inherit;
  pointer-events: none;
}
.process-line article::after { content: none; }
.process-line article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(6,27,70,.14);
}
.process-line span { display: none; }
.process-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 10px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.35), rgba(255,255,255,0) 34%),
    linear-gradient(135deg, var(--step-accent), #004fc2);
  color: #fff;
  box-shadow: 0 16px 32px rgba(6,27,70,.16);
}
.process-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}
.process-icon iconify-icon {
  display: block;
  font-size: 42px;
  line-height: 1;
}
.process-line strong {
  display: block;
  margin-top: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}
.process-line p {
  margin: 10px auto 0;
  max-width: 176px;
  color: #405978;
  font-size: 12.5px;
  line-height: 1.52;
}

.daily-care-section {
  padding: 48px max(34px, calc((100vw - var(--max)) / 2 + 34px)) 0;
  background: #fff;
}
.daily-care-wrap {
  display: grid;
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
.daily-care-copy {
  padding: 14px 32px 16px 0;
  border-right: 1px solid var(--line);
}
.daily-care-title-link {
  display: block;
}
.daily-care-copy h2 {
  font-size: clamp(26px, 2.35vw, 34px);
}
.daily-care-copy h2::after,
.contact-office-copy h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 22px;
  background: var(--orange);
  border-radius: 4px;
}
.daily-care-copy p {
  margin: 18px 0 0;
  color: #405978;
  font-size: 14px;
  line-height: 1.55;
}
.daily-care-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.daily-care-card {
  display: block;
  min-height: 176px;
  padding: 10px 26px 16px;
  background: #fff;
  border-right: 1px solid var(--line);
  transition: background .18s ease, transform .18s ease;
}
.daily-care-card:hover {
  background: #f3f9ff;
  transform: translateY(-2px);
}
.daily-care-card:last-child { border-right: 0; }
.care-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow: none;
}
.care-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}
.care-icon iconify-icon {
  display: block;
  font-size: 34px;
  line-height: 1;
}
.care-icon.green { background: #e8fbee; color: #069447; }
.care-icon.blue { background: #eaf4ff; color: var(--blue); }
.care-icon.orange { background: #fff0d9; color: #f08200; }
.daily-care-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
}
.daily-care-grid p {
  margin: 10px 0 0;
  color: #405978;
  font-size: 12px;
  line-height: 1.5;
}

.contact-office-band {
  display: grid;
  grid-template-columns: minmax(520px, .5fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 36px max(34px, calc((100vw - var(--max)) / 2 + 34px)) 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.contact-office-copy h2 {
  text-align: left;
  font-size: clamp(30px, 3vw, 48px);
}
.contact-office-copy p {
  margin: 18px 0 18px;
  color: #405978;
  font-size: 14px;
  line-height: 1.55;
}
.contact-office-copy a,
.contact-office-copy span {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}
.contact-office-copy span {
  color: #405978;
  font-size: 15px;
  font-weight: 700;
}
.contact-office-image {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  box-shadow: none;
}
.contact-office-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.bottom-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 48px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background:
    radial-gradient(circle at 86% 46%, rgba(0,95,232,.28), transparent 24%),
    linear-gradient(135deg, #061b46, #082a5c);
  color: #fff;
}
.bottom-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 46px);
}
.bottom-cta p {
  max-width: 680px;
  color: #d8e7f4;
  font-size: 18px;
  line-height: 1.55;
}

.subpage-hero {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  padding: 82px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  overflow: hidden;
  background:
    linear-gradient(90deg, #061b46 0%, rgba(6,27,70,.97) 35%, rgba(6,27,70,.78) 54%, rgba(6,27,70,.18) 76%, rgba(6,27,70,.04) 100%),
    var(--service-hero-image, url("assets/slide-server-room.webp")) center right / cover no-repeat;
}
.subpage-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, #0097ef 0 38%, #17bd68 38% 64%, #ffae00 64% 82%, #7959ee 82%);
}
.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 9px 12px;
  border: 1px solid rgba(153,205,255,.32);
  border-radius: 7px;
  background: rgba(3,18,48,.72);
  color: #b8cce3;
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 800;
}
.breadcrumbs a {
  color: #65c7ff;
}
.breadcrumbs span {
  color: #7895b8;
}
.breadcrumbs strong {
  color: #fff;
}
.subpage-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.05;
  font-weight: 800;
}
.subpage-hero p {
  max-width: 620px;
  margin: 26px 0 32px;
  color: #d9e7f7;
  font-size: 20px;
  line-height: 1.65;
}
.subpage-hero-monitoring h1,
.subpage-hero-monitoring p {
  max-width: min(560px, 36vw);
}
.service-article {
  padding: 64px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background: #fff;
}
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr);
  gap: 42px;
  align-items: start;
}
.article-lead h2 {
  font-size: clamp(30px, 2.7vw, 44px);
}
.article-lead p {
  color: #405978;
  font-size: 18px;
  line-height: 1.68;
}
.scope-list,
.problem-list {
  display: grid;
  gap: 12px;
}
.scope-list li,
.problem-list li {
  list-style: none;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--pale-2);
  color: #405978;
  line-height: 1.5;
}
.scope-list strong,
.problem-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 18px;
}
.service-feature-band {
  padding: 58px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  border-top: 1px solid #e5edf4;
  border-bottom: 1px solid #e5edf4;
  background: linear-gradient(180deg, #ffffff 0%, #fafcfe 100%);
}
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.feature-cards article {
  min-height: 190px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.feature-cards h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}
.feature-cards p {
  margin: 14px 0 0;
  color: #405978;
  line-height: 1.58;
}
.service-cta {
  padding: 48px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background: #fff;
  border-top: 1px solid var(--line);
}
.service-cta-box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}
.service-cta-box > * { min-width: 0; }
.service-cta-box h2 {
  color: #fff;
  font-size: clamp(26px, 2.4vw, 38px);
}
.service-cta-box p {
  color: #d8e7f4;
  line-height: 1.55;
}
.service-contact-button {
  min-width: 230px;
  justify-content: center;
  font-size: 17px;
}

.helpdesk-story,
.helpdesk-article-split {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .82fr);
  gap: 44px;
  align-items: center;
  padding: 72px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background: #fff;
}

.helpdesk-article-split .article-photo-panel {
  grid-column: 1;
}

.helpdesk-article-split .article-text-panel {
  grid-column: 2;
}

.helpdesk-article-split.without-photo {
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
  margin-inline: auto;
}
.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.helpdesk-story h2,
.article-text-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.08;
}
.helpdesk-story p,
.article-text-panel p {
  margin: 18px 0 0;
  color: #405978;
  font-size: 17px;
  line-height: 1.68;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
  word-break: keep-all;
  overflow-wrap: normal;
}
.helpdesk-story-copy,
.article-text-panel {
  width: 100%;
  max-width: 68ch;
}
.helpdesk-story p.article-advantage,
.article-text-panel p.article-advantage {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  background: linear-gradient(100deg, #e8f4ff 0%, #f5faff 100%);
  color: #173d6a;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(6, 95, 232, .08);
}
.helpdesk-visual-card,
.article-photo-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #061b46;
  box-shadow: 0 26px 70px rgba(6,27,70,.16);
}
.helpdesk-visual-card img,
.article-photo-panel img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: var(--image-position, center);
  display: block;
}
.helpdesk-visual-card figcaption {
  padding: 18px 20px;
  color: #d8e7f4;
  font-weight: 700;
  line-height: 1.45;
}
.helpdesk-color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  padding: 34px max(42px, calc((100vw - var(--max)) / 2 + 42px)) 72px;
  background: #fff;
}
.color-card {
  min-height: 250px;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(6,27,70,.13);
}
.color-card iconify-icon {
  display: block;
  font-size: 48px;
  margin-bottom: 22px;
}
.color-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.12;
}
.color-card p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.55;
}
.color-card.blue { background: linear-gradient(135deg, #005fe8, #063579); }
.color-card.green { background: linear-gradient(135deg, #13a85b, #075f3b); }
.color-card.orange { background: linear-gradient(135deg, #ff8a00, #a84e00); }
.helpdesk-article-split {
  grid-template-columns: minmax(420px, .85fr) minmax(0, 1fr);
  border-top: 1px solid #e5edf4;
  border-bottom: 1px solid #e5edf4;
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 72%, #fafcfe 100%);
}
.helpdesk-article-split.service-sprzet {
  grid-template-columns: minmax(560px, 1.08fr) minmax(0, .92fr);
  gap: 36px;
  align-items: center;
}
.helpdesk-article-split.service-sprzet .article-photo-panel {
  background: #fff;
}
.helpdesk-article-split.service-sprzet .article-photo-panel img {
  height: auto;
  min-height: 0;
  object-fit: contain;
}
.helpdesk-article-split .article-text-panel {
  padding-left: 34px;
  border-left: 5px solid var(--blue);
}
.helpdesk-article-split .article-text-panel h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-top: 20px;
  background: var(--orange);
}
.helpdesk-scope-section {
  padding: 72px max(42px, calc((100vw - var(--max)) / 2 + 42px));
  background: #fff;
}
.helpdesk-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: var(--max);
  margin: 30px auto 0;
}
.helpdesk-scope-grid article {
  min-height: 170px;
  padding: 24px;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  border-top: 1px solid #e4ecf3;
  border-right: 1px solid #e4ecf3;
  border-bottom: 1px solid #e4ecf3;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6,27,70,.08);
}
.helpdesk-scope-grid article:nth-child(2),
.helpdesk-scope-grid article:nth-child(5) { border-left-color: #14a7c9; }
.helpdesk-scope-grid article:nth-child(3),
.helpdesk-scope-grid article:nth-child(6) { border-left-color: #22b55b; }
.helpdesk-scope-grid article:nth-child(4) { border-left-color: #ff8a00; }
.helpdesk-scope-grid strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}
.helpdesk-scope-grid span {
  display: block;
  margin-top: 12px;
  color: #405978;
  line-height: 1.55;
}
.helpdesk-final-cta {
  border-top: 1px solid #e5edf4;
  background: linear-gradient(180deg, #fff 0%, #fafcfe 100%);
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 18px max(28px, calc((100vw - var(--max)) / 2 + 28px));
  color: #b9cbe2;
  background: #061b46;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
}

/* Mockup-faithful homepage override */
.mockup-hero {
  position: relative;
  display: block;
  min-height: 690px;
  padding: 0 max(38px, calc((100vw - var(--max)) / 2 + 38px));
  overflow: hidden;
  background: #061b46;
}
.mockup-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: min(920px, 70vw);
  height: 100%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(110deg, rgba(6,27,70,.99) 0 50%, rgba(6,38,88,.94) 66%, rgba(6,38,88,.58) 82%, transparent 100%);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  opacity: 1;
  pointer-events: none;
}
.mockup-hero::after {
  content: "";
  position: absolute;
  left: max(18px, calc((100vw - var(--max)) / 2 + 18px));
  bottom: 0;
  z-index: 1;
  width: min(700px, 48vw);
  height: 9px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, var(--blue) 0 42%, var(--cyan) 42% 67%, #22b55b 67% 84%, var(--orange) 84% 100%);
  opacity: .9;
  pointer-events: none;
}
.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-bg-slider span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,27,70,.46) 0%, rgba(6,27,70,.25) 46%, rgba(6,27,70,.04) 76%),
    var(--hero-slide) center right / cover no-repeat;
  opacity: 0;
  transform: none;
  animation: heroFade 28s infinite;
}
.hero-bg-slider span:nth-child(2) { animation-delay: 7s; }
.hero-bg-slider span:nth-child(3) { animation-delay: 14s; }
.hero-bg-slider span:nth-child(4) { animation-delay: 21s; }
.hero-bg-slider span:first-child {
  animation-name: heroFadeFirst;
}
.hero-bg-slider span:only-child {
  opacity: 1;
  transform: none;
  animation: none;
}
@keyframes heroFade {
  0% { opacity: 0; transform: none; }
  5% { opacity: 1; transform: none; }
  25% { opacity: 1; transform: none; }
  34% { opacity: 0; transform: none; }
  100% { opacity: 0; transform: none; }
}
@keyframes heroFadeFirst {
  0% { opacity: 1; transform: none; }
  25% { opacity: 1; transform: none; }
  34% { opacity: 0; transform: none; }
  95% { opacity: 0; transform: none; }
  100% { opacity: 1; transform: none; }
}
.mockup-hero .hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 50vw);
  min-height: 690px;
  padding: 94px 0 64px;
}
.mockup-hero h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(50px, 4.75vw, 74px);
  line-height: 1.03;
  letter-spacing: 0;
}
.mockup-hero .hero-points {
  margin-top: 36px;
}
.mockup-hero .motto {
  margin-top: 26px;
  padding-left: 0;
  font-size: 20px;
  color: #8ed8ff;
}
.mockup-hero .motto::before {
  top: -18px;
  transform: none;
}
.mockup-hero .lead {
  max-width: 500px;
  margin-top: 18px;
  font-size: 18px;
  color: #dcecff;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  max-width: 520px;
  width: 100%;
  margin: 34px auto 0;
}
.hero-points article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: minmax(0, auto) minmax(0, auto);
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  align-content: center;
  min-width: 0;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(20,65,125,.88), rgba(8,36,79,.82));
  box-shadow: 0 10px 24px rgba(1,18,48,.18);
  backdrop-filter: blur(7px);
}
.point-icon {
  display: grid;
  place-items: center;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  margin: 0;
  color: #65cfff;
}
.point-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}
.point-icon iconify-icon {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.point-icon iconify-icon svg {
  fill: currentColor;
  stroke: none;
}
.hero-points strong,
.hero-points small {
  display: block;
  text-align: left;
  color: #fff;
  line-height: 1.25;
}
.hero-points strong {
  font-size: 13px;
  font-weight: 900;
  align-self: end;
}
.hero-points small {
  margin-top: 2px;
  font-size: 12px;
  color: #c9e4ff;
  font-weight: 650;
  align-self: start;
}
.mockup-hero .hero-actions {
  margin-top: 34px;
}
.button.outline {
  min-width: 210px;
  padding: 0 24px;
  border: 2px solid var(--blue);
  border-radius: 5px;
  background: #fff;
}

.service-grid-cards {
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(0,95,232,.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.74)),
    linear-gradient(90deg, rgba(0,95,232,.06), rgba(255,255,255,0));
  box-shadow: 0 28px 70px rgba(6,27,70,.11);
}
.service-tile {
  position: relative;
  display: grid;
  grid-template-rows: 118px 1fr;
  min-height: 286px;
  overflow: hidden;
  border: 1px solid #cfe2f4;
  border-left: 6px solid var(--service-accent, var(--blue));
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 74%, rgba(231,243,251,.72) 100%);
  box-shadow: 0 16px 36px rgba(6,27,70,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(6,27,70,.14);
  border-color: rgba(0,95,232,.28);
}
.service-tile::after {
  content: none;
}
.service-photo {
  display: block;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(6,27,70,.24)),
    var(--service-image, url("assets/slide-server-room.webp")) var(--service-position, center) / cover no-repeat;
}
.service-badge {
  position: absolute;
  top: 88px;
  left: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--service-accent, var(--blue)) 88%, #ffffff 12%), var(--service-accent, var(--blue)));
  color: #fff;
  box-shadow: 0 12px 24px rgba(6,27,70,.14);
}
.service-badge svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}
.service-badge iconify-icon {
  display: block;
  font-size: 48px;
  line-height: 1;
}
.service-badge img {
  display: block;
  width: 42px;
  height: 42px;
}
.service-body {
  display: block;
  padding: 64px 22px 20px;
}
.service-body strong {
  display: block;
  color: var(--ink);
  font-size: clamp(18px, 1.22vw, 22px);
  line-height: 1.16;
  font-weight: 900;
}
.service-body small { display: none; }
.service-care { --service-image: url("assets/hero-it-support.webp"); --service-accent: #0099f7; }
.service-helpdesk { --service-image: url("assets/service-helpdesk-fresh.webp"); --service-accent: #0067ff; }
.service-servers { --service-image: url("assets/service-servers-fresh.webp"); --service-accent: #14a7c9; }
.service-network {
  --service-image: url("assets/service-network-unifi-devices-001.webp");
  --service-position: center 68%;
  --service-accent: #22b55b;
}
.service-backup { --service-image: url("assets/service-backup-fresh.webp"); --service-accent: #ff8a00; }
.service-monitoring { --service-image: url("assets/service-monitoring-fresh.webp"); --service-accent: #8357ff; }
.service-hardware { --service-image: url("assets/service-hardware-fresh.webp"); --service-accent: #0067ff; }

.mockup-bottom {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-top: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(32,146,255,.18), transparent 24%),
    linear-gradient(135deg, #061b46 0%, #082a5c 56%, #061b46 100%);
}
.bottom-shield {
  color: #14b84f;
  opacity: .95;
  flex: 0 0 auto;
}
.bottom-shield svg {
  width: 62px;
  height: 62px;
  fill: rgba(0,95,232,.08);
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bottom-slogan h2 {
  margin: 0;
  white-space: nowrap;
  font-size: clamp(26px, 2.7vw, 42px);
  line-height: 1.05;
}
.mockup-bottom h2 span {
  color: #2092ff;
}
.bottom-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-weight: 800;
}
.bottom-points li {
  position: relative;
  padding-left: 30px;
}
.bottom-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #16c45b;
}
.bottom-actions {
  display: grid;
  gap: 12px;
  min-width: 230px;
}
.phone-button {
  background: #20bf38;
  color: #fff;
  font-size: 19px;
  box-shadow: 0 16px 26px rgba(32,191,56,.22);
}
.ticket-button {
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(920px, calc(100% - 32px));
  padding: 18px;
  border: 1px solid #d7e8f7;
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(6,27,70,.18);
  transform: translateX(-50%);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
}
.cookie-banner p {
  margin: 0;
  color: #405978;
  font-size: 13px;
  line-height: 1.45;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cookie-secondary {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}
.consent-choice { min-height: 44px; padding: 0 16px; }
iconify-icon { display: inline-grid; width: 1em; height: 1em; place-items: center; visibility: hidden; vertical-align: -0.125em; }
iconify-icon[data-icon-ready] { visibility: visible; }
iconify-icon::before { content: none; }
iconify-icon svg { display: block; width: 100%; height: 100%; }
.privacy-dialog-backdrop { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; background: rgba(3,17,38,.62); }
.privacy-dialog-backdrop[hidden] { display: none; }
.privacy-dialog { width: min(760px, 100%); max-height: min(820px, calc(100dvh - 40px)); overflow: auto; padding: 30px; border: 1px solid #cfe1f0; border-radius: 14px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.privacy-dialog-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.privacy-dialog-header h2 { margin: 6px 0 0; color: var(--ink); font-size: clamp(28px, 4vw, 38px); }
.privacy-dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.privacy-dialog > p { color: #405978; line-height: 1.55; }
.consent-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #f7fbff; cursor: pointer; }
.consent-row strong, .consent-row small { display: block; }
.consent-row small { margin-top: 4px; color: #405978; line-height: 1.4; }
.consent-row input { width: 21px; height: 21px; accent-color: var(--blue); flex: 0 0 auto; }
.consent-required { background: #eef7ff; cursor: default; }
.consent-current { padding: 12px 14px; border-left: 3px solid var(--blue); background: #f5f9fd; font-size: 13px; }
.privacy-dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 24px 0 16px; }
.footer-privacy-settings { border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 16px;
    min-height: 76px;
    padding: 0 22px;
  }
  .brand img { width: 176px; }
  .menu-button { display: block; justify-self: end; }
  .site-nav {
    position: fixed;
    inset: 76px 12px auto auto;
    width: min(420px, calc(100% - 24px));
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    justify-self: auto;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 20px 70px rgba(6,27,70,.12);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    border-radius: 8px;
  }
  .site-nav a { padding: 13px 14px; }
  .site-nav > a,
  .nav-dropdown,
  .nav-services-link {
    width: 100%;
  }
  .nav-dropdown { padding: 0; }
  .submenu {
    position: static;
    display: grid;
    margin: 0 0 8px 12px;
    width: calc(100% - 12px);
    min-width: 0;
    padding: 4px 0 4px 10px;
    border: 0;
    border-left: 2px solid #d8eaff;
    border-radius: 0 8px 8px 0;
    background: #f6faff;
    box-shadow: none;
    transform: none;
  }
  .submenu::before { display: none; }
  .submenu a {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
  }
  .header-phone,
  .header-cta { display: none; }
  .hero,
  .detail-section,
  .daily-care-wrap,
  .contact-office-band {
    grid-template-columns: 1fr;
  }
  .contact-office-band > * { min-width: 0; }
  .mockup-hero {
    min-height: 0;
    background: #061b46;
  }
  .mockup-hero::before,
  .mockup-hero::after {
    display: none;
  }
  .mockup-hero .hero-copy {
    width: min(620px, 100%);
    min-height: 560px;
  }
  .hero { min-height: 0; }
  .hero-copy { padding: 44px 24px; }
  .hero-media { min-height: 380px; }
  .detail-intro { position: static; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-grid-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-grid-visual { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hero-benefits { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-benefits article:nth-child(2) { border-right: 0; }
  .process-line { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 28px; }
  .process-line article:not(:last-child)::after { display: none; }
  .daily-care-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .daily-care-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .daily-care-card:nth-child(2) { border-right: 0; }
  .daily-care-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .mockup-bottom {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    justify-content: stretch;
    gap: 18px;
  }
  .bottom-slogan h2 {
    white-space: normal;
  }
  .bottom-points,
  .bottom-actions {
    grid-column: 2;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .service-contact-button { width: 100%; min-width: 0; }
  .subpage-hero {
    min-height: 0;
    padding: 52px 22px 58px;
    background:
      linear-gradient(180deg, rgba(6,27,70,.98) 0%, rgba(6,27,70,.92) 68%, rgba(6,27,70,.7) 100%),
      var(--service-hero-image, url("assets/slide-server-room.webp")) center / cover no-repeat;
  }
  .subpage-hero h1 { font-size: 38px; }
  .subpage-hero p { font-size: 18px; line-height: 1.55; }
  .subpage-hero-monitoring h1,
  .subpage-hero-monitoring p {
    max-width: 100%;
  }
  .hero h1 { font-size: 36px; }
  .mockup-hero {
    padding-left: 18px;
    padding-right: 18px;
  }
  .mockup-hero .hero-copy {
    min-height: 0;
    padding: 44px 0;
    max-width: 340px;
  }
  .mobile-only-break { display: block; }
  .mockup-hero h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.08;
  }
  .hero-points {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: 100%;
    padding: 14px 8px;
  }
  .hero-points article {
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-points article:last-child { border-bottom: 0; }
  .hero-points article:nth-child(2) {
    border-right: 0;
  }
  .motto { padding-left: 42px; font-size: 15px; }
  .motto::before { width: 30px; }
  .lead { font-size: 16px; }
  .hero-actions { display: grid; gap: 14px; }
  .button.secondary { justify-content: flex-start; }
  .service-grid,
  .service-grid-cards,
  .service-grid-visual,
  .detail-list,
  .process-line,
  .daily-care-grid {
    grid-template-columns: 1fr;
  }
  .service-grid-cards {
    padding: 14px;
    border-radius: 12px;
  }
  .hero-media { min-height: 300px; }
  .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .service-grid-visual .service-card {
    min-height: 190px;
  }
  .service-tile {
    min-height: 330px;
  }
  .hero-benefits {
    grid-template-columns: 1fr;
    width: min(var(--max), calc(100% - 24px));
    margin-top: 12px;
  }
  .hero-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-benefits article:last-child {
    border-bottom: 0;
  }
  .service-icon {
    grid-row: auto;
  }
  .service-arrow {
    grid-column: 1;
  }
  .article-grid,
  .feature-cards,
  .helpdesk-story,
  .helpdesk-article-split,
  .helpdesk-color-grid,
  .helpdesk-scope-grid {
    grid-template-columns: 1fr;
  }
  .helpdesk-article-split.service-sprzet {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .helpdesk-article-split .article-photo-panel,
  .helpdesk-article-split .article-text-panel {
    grid-column: 1;
    min-width: 0;
  }
  .helpdesk-article-split .article-text-panel {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 4px solid var(--blue);
  }
  .helpdesk-story,
  .helpdesk-article-split,
  .helpdesk-color-grid,
  .helpdesk-scope-section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .helpdesk-visual-card img,
  .article-photo-panel img {
    height: 260px;
  }
  .service-cta-box {
    display: grid;
  }
  .bottom-cta {
    display: grid;
    padding-left: 18px;
    padding-right: 18px;
  }
  .mockup-bottom {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }
  .bottom-shield svg {
    width: 46px;
    height: 46px;
  }
  .bottom-slogan h2 {
    white-space: normal;
    font-size: 28px;
  }
  .bottom-points,
  .bottom-actions {
    grid-column: auto;
  }
  .services-section,
  .detail-section,
  .process-section,
  .daily-care-section,
  .contact-office-band {
    padding-left: 18px;
    padding-right: 18px;
  }
  .daily-care-card,
  .detail-list article {
    min-height: 0;
  }
  .daily-care-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .daily-care-card:last-child {
    border-bottom: 0;
  }
  .contact-office-image,
  .contact-office-image img {
    min-height: 220px;
  }
  .footer {
    display: grid;
    gap: 8px;
    padding: 18px;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    bottom: 12px;
    padding: 16px;
    max-height: calc(100vh - 24px);
    overflow: auto;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cookie-actions .button {
    min-width: 0;
    width: 100%;
  }
}

/* 2026 homepage communication and responsive polish */
.trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--max), calc(100% - 48px));
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid rgba(0, 95, 232, .18);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(6, 27, 70, .14);
}
.trust-strip article {
  position: relative;
  min-width: 0;
  padding: 22px 26px;
  border-right: 1px solid var(--line);
}
.trust-strip article:last-child { border-right: 0; }
.trust-strip article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--blue);
}
.trust-strip article:nth-child(2)::before { background: var(--cyan); }
.trust-strip article:nth-child(3)::before { background: #16a34a; }
.trust-strip article:nth-child(4)::before { background: var(--orange); }
.trust-strip strong,
.trust-strip span { display: block; }
.trust-strip strong {
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}
.trust-strip span {
  margin-top: 6px;
  color: #506987;
  font-size: 13px;
  line-height: 1.35;
}
.services-section { padding-top: 78px; }
.section-blue {
  background:
    linear-gradient(120deg, rgba(0,95,232,.07) 0 21%, transparent 21.2% 72%, rgba(34,181,91,.06) 72.2% 84%, transparent 84.2%),
    linear-gradient(180deg, #e5f3fb 0%, #f3f9fd 100%);
}
.service-tile { isolation: isolate; }
.service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(145deg, color-mix(in srgb, var(--service-accent) 9%, transparent), transparent 52%);
  opacity: .8;
}
.cookie-policy-link {
  color: var(--blue);
  font-weight: 800;
  white-space: nowrap;
}
.privacy-page {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 96px;
}
.privacy-page h1 { margin-top: 10px; font-size: clamp(42px, 5vw, 68px); }
.privacy-lead { max-width: 760px; color: #405978; font-size: 19px; line-height: 1.65; }
.privacy-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.privacy-content article { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #f7fbff; }
.privacy-content h2 { font-size: 22px; }
.privacy-content p { margin: 12px 0 0; color: #405978; line-height: 1.65; }
.privacy-content .privacy-wide { grid-column: 1 / -1; min-width: 0; }
.privacy-table-wrap { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; margin-top: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.privacy-table-wrap table { width: 100%; min-width: 660px; border-collapse: collapse; }
.privacy-table-wrap th, .privacy-table-wrap td { padding: 14px 16px; vertical-align: top; text-align: left; color: #405978; line-height: 1.45; border-bottom: 1px solid var(--line); }
.privacy-table-wrap th { color: var(--ink); background: #eef7ff; font-size: 13px; }
.privacy-table-wrap tr:last-child td { border-bottom: 0; }
.privacy-table-wrap code { overflow-wrap: anywhere; font-size: 12px; }
:focus-visible {
  outline: 3px solid #ff9b19;
  outline-offset: 3px;
}
.service-tile:focus-visible,
.header-cta:focus-visible,
.button:focus-visible { outline-color: #ff9b19; }
.everyday-support {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  width: min(var(--max), calc(100% - 48px));
  margin: 78px auto 24px;
  overflow: hidden;
  border-radius: 10px;
  background: #071f4b;
  box-shadow: 0 30px 72px rgba(6, 27, 70, .18);
}
.everyday-support-copy {
  padding: clamp(36px, 4vw, 62px);
  color: #fff;
  background:
    linear-gradient(126deg, rgba(19,157,232,.22) 0 22%, transparent 22.2% 68%, rgba(255,138,0,.14) 68.2% 82%, transparent 82.2%),
    linear-gradient(135deg, #071f4b, #08376e);
}
.everyday-support .section-kicker { color: #74c7ff; }
.everyday-support h2 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.06;
}
.everyday-support-copy > p { margin: 20px 0 0; color: #d9eaff; font-size: 17px; line-height: 1.65; }
.everyday-problems { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.everyday-problems li { display: flex; gap: 10px; align-items: center; min-height: 54px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); }
.everyday-problems iconify-icon { flex: 0 0 auto; color: #3fbcff; font-size: 27px; }
.everyday-problems span { color: #fff; font-size: 13px; font-weight: 800; line-height: 1.35; }
.everyday-link { display: inline-flex; margin-top: 26px; padding-bottom: 4px; border-bottom: 2px solid var(--orange); color: #fff; font-weight: 900; }
.everyday-support-photo { min-height: 100%; margin: 0; }
.everyday-support-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 55% center; }

@media (min-width: 1500px) {
  .hero-bg-slider span {
    background:
      linear-gradient(90deg, rgba(6,27,70,.48) 0%, rgba(6,27,70,.28) 42%, rgba(6,27,70,.04) 72%),
      var(--hero-slide) center right / cover no-repeat;
  }
}

@media (max-width: 720px) {
  .mockup-hero { min-height: auto; }
  .hero-bg-slider span {
    background:
      linear-gradient(90deg, rgba(6,27,70,.96) 0%, rgba(6,27,70,.88) 68%, rgba(6,27,70,.68) 100%),
      var(--hero-slide) 66% center / cover no-repeat;
  }
  .mockup-hero .hero-copy {
    max-width: none;
    padding: 42px 0 64px;
  }
  .mockup-hero .motto { font-size: 17px; }
  .mockup-hero .lead { max-width: 96%; font-size: 15px; line-height: 1.55; }
  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    background: none;
  }
  .hero-points article { min-height: 74px; padding: 12px; border: 1px solid rgba(255,255,255,.20); }
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
    margin-top: -24px;
  }
  .trust-strip article { padding: 16px; }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-strip strong { font-size: 18px; }
  .trust-strip span { font-size: 11px; }
  .services-section { padding-top: 56px; }
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
  }
  .cookie-banner strong { font-size: 14px; }
  .cookie-banner p { font-size: 12px; line-height: 1.45; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .cookie-actions .button, .cookie-actions .cookie-secondary { width: 100%; min-height: 44px; padding: 0 12px; font-size: 13px; }
  .cookie-policy-link { font-size: 12px; }
  .privacy-page { width: calc(100% - 36px); padding: 54px 0 64px; }
  .privacy-content { grid-template-columns: 1fr; }
  .privacy-content article { padding: 20px; }
  .everyday-support { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: 54px; }
  .everyday-support-copy { padding: 30px 22px; }
  .everyday-support-copy > p { font-size: 15px; }
  .everyday-problems { grid-template-columns: 1fr; }
  .everyday-support-photo img { min-height: 270px; max-height: 330px; object-position: 62% center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .hero-bg-slider span:first-child { opacity: 1; }
}
