:root {
  --blue: #0a63c7;
  --blue-2: #0f8bff;
  --ink: #111827;
  --muted: #657084;
  --line: #dfe7f0;
  --soft-line: rgba(10, 99, 199, 0.16);
  --paper: #ffffff;
  --paper-2: #f7faff;
  --yellow: #ffd447;
  --orange: #ff9d2e;
  --green: #19b36b;
  --dark: #0d111a;
  --shadow: 0 22px 70px rgba(16, 24, 40, 0.11);
  --radius: 8px;
  --mono: "IBM Plex Mono", "Roboto Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(rgba(10, 99, 199, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 199, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 15% 14%, rgba(255, 212, 71, 0.2), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 46%, #ffffff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 40%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(255, 212, 71, 0.95);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: var(--dark);
  background: var(--yellow);
  border-radius: 999px;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(214, 225, 238, 0.8);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 1.2rem;
}

.brand img {
  width: 178px;
  height: auto;
}

.nav,
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.7rem);
  font-family: var(--mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #344055;
  white-space: nowrap;
}

.nav a,
.footer-nav a {
  padding: 0.45rem 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.footer-nav a:hover {
  color: var(--blue);
  border-color: currentColor;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.8rem;
}

.language-switcher,
.footer-lang {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.lang-button,
.footer-lang button {
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 0.62rem;
  color: #4c586b;
  background: transparent;
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
}

.lang-button.is-active,
.footer-lang button.is-active {
  color: #fff;
  background: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.1rem;
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(10, 99, 199, 0.25);
}

.button-primary:hover {
  background: #084fa0;
}

.button-service {
  color: #111827;
  background: var(--yellow);
  border-color: rgba(26, 31, 43, 0.12);
  box-shadow: 0 13px 26px rgba(255, 157, 46, 0.18);
}

.header-service {
  min-height: 40px;
  padding: 0.66rem 0.9rem;
}

.section-grid,
.section,
.trust-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vh, 5rem) 0 1.4rem;
}

.hero h1 {
  max-width: 830px;
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(2.45rem, 4.25vw, 4.05rem);
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1 span {
  display: block;
}

.hero-lede {
  max-width: 710px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(10, 99, 199, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 199, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 26px 26px;
  box-shadow: var(--shadow);
}

.panel-toolbar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1.15rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
}

.toolbar-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.toolbar-dot.yellow {
  background: var(--yellow);
}

.toolbar-dot.green {
  background: var(--green);
}

.panel-title {
  margin-left: 0.4rem;
  color: #3e4b60;
  font-family: var(--mono);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.flow-map {
  position: relative;
  height: 420px;
}

.flow-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow-lines path {
  fill: none;
  stroke: rgba(10, 99, 199, 0.31);
  stroke-width: 2;
  stroke-dasharray: 7 8;
}

.node {
  position: absolute;
  width: 164px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.78rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(15, 42, 80, 0.1);
}

.node::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(10, 99, 199, 0.12);
}

.node strong {
  margin-top: 0.45rem;
  font-family: var(--mono);
  font-size: 0.88rem;
  line-height: 1.25;
}

.node small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
}

.node-terminal { left: 26px; top: 48px; }
.node-mail { right: 26px; top: 68px; }
.node-hosting { left: 50%; top: 144px; transform: translateX(-50%); }
.node-ai { left: 26px; bottom: 36px; }
.node-monitoring { right: 26px; bottom: 42px; }
.node-backup { left: calc(50% - 82px); bottom: 42px; }

.status {
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.24rem 0.42rem;
  color: #0c4e31;
  background: rgba(25, 179, 107, 0.13);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.status.protected {
  color: #7b4b00;
  background: rgba(255, 212, 71, 0.26);
}

.status.monitored {
  color: #0a4d9a;
  background: rgba(10, 99, 199, 0.12);
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

.mini-dashboard div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
}

.mini-dashboard span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.mini-dashboard strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--mono);
  font-size: 1.35rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0 0 1.8rem;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(10, 99, 199, 0.16);
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
  color: #2d3a50;
  background: rgba(255, 255, 255, 0.86);
  font-family: var(--mono);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.trust-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 0.48rem;
  border-radius: 50%;
  background: var(--green);
}

.section {
  padding: clamp(2.4rem, 4vw, 3.8rem) 0;
  scroll-margin-top: 96px;
}

.services {
  padding-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  align-items: end;
  gap: 2rem;
}

.section-index {
  margin: 0 0 0.8rem;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.section-heading p:not(.section-index),
.ai-copy p:not(.section-index),
.contact-copy p:not(.section-index) {
  color: var(--muted);
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card,
.workflow-step,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 54px rgba(16, 24, 40, 0.08);
}

.service-card {
  min-height: 420px;
  padding: 1.35rem;
}

.service-card.featured {
  border-color: rgba(10, 99, 199, 0.34);
  box-shadow: 0 24px 66px rgba(10, 99, 199, 0.13);
}

.card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
  font-family: var(--mono);
  font-weight: 800;
}

.service-card.featured .card-icon {
  background: var(--blue);
}

.service-card h3 {
  margin: 0;
  font-family: var(--mono);
  font-size: 1.3rem;
  line-height: 1.2;
}

.service-card p,
.workflow-step p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 1.05rem;
  color: #2e394d;
  line-height: 1.45;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.infrastructure {
  border-top: 1px solid rgba(10, 99, 199, 0.12);
  border-bottom: 1px solid rgba(10, 99, 199, 0.12);
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
}

.infra-workflow {
  display: grid;
  gap: 1rem;
}

.workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-track::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 42px;
  border-top: 2px dashed rgba(10, 99, 199, 0.23);
}

.infra-step {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.step-marker {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 99, 199, 0.2);
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(10, 99, 199, 0.22);
  font-family: var(--mono);
  font-size: 0.86rem;
  font-weight: 800;
}

.step-body {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem;
  background:
    linear-gradient(rgba(10, 99, 199, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 199, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.96);
  background-size: 28px 28px;
  box-shadow: 0 18px 54px rgba(16, 24, 40, 0.08);
}

.step-meta,
.coverage-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.step-meta::before,
.coverage-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(25, 179, 107, 0.12);
}

.infra-step:nth-child(2) .step-marker,
.infra-step:nth-child(2) .step-meta::before {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 0 0 7px rgba(255, 212, 71, 0.2);
}

.infra-step:nth-child(3) .step-marker {
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.16);
}

.infra-step:nth-child(4) .step-marker,
.infra-step:nth-child(4) .step-meta::before,
.coverage-label::before {
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(10, 99, 199, 0.13);
}

.step-body h3,
.coverage-panel h3 {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.18;
}

.step-body p,
.coverage-panel p {
  margin: 0.95rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.step-tag {
  margin-top: auto;
  border: 1px solid rgba(25, 179, 107, 0.2);
  border-radius: 999px;
  padding: 0.44rem 0.62rem;
  color: #0c4e31;
  background: rgba(25, 179, 107, 0.1);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.step-tag.yellow {
  border-color: rgba(255, 212, 71, 0.34);
  color: #7b4b00;
  background: rgba(255, 212, 71, 0.22);
}

.step-tag.blue {
  border-color: rgba(10, 99, 199, 0.22);
  color: #0a4d9a;
  background: rgba(10, 99, 199, 0.1);
}

.coverage-panel {
  display: grid;
  grid-template-columns: 76px minmax(250px, 0.85fr) minmax(440px, 1.45fr) minmax(210px, 0.7fr);
  align-items: center;
  gap: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 1.8vw, 1.35rem);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(16, 24, 40, 0.08);
}

.coverage-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--green);
  background: rgba(25, 179, 107, 0.12);
}

.coverage-icon svg {
  width: 38px;
  height: 38px;
}

.coverage-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coverage-copy {
  min-height: 82px;
  display: grid;
  align-content: center;
  padding-right: 1.3rem;
  border-right: 1px dashed rgba(10, 99, 199, 0.18);
}

.coverage-panel p {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.coverage-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.coverage-tags > span {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(10, 99, 199, 0.13);
  border-radius: var(--radius);
  padding: 0.66rem 0.7rem;
  background: rgba(255, 255, 255, 0.9);
}

.coverage-tags > span > span {
  min-width: 0;
}

.coverage-tags svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.coverage-tags path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coverage-tags strong,
.coverage-tags small {
  display: block;
  font-family: var(--mono);
  line-height: 1.2;
}

.coverage-tags strong {
  color: #20304a;
  font-size: 0.72rem;
  overflow-wrap: normal;
}

.coverage-tags small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.66rem;
  overflow-wrap: normal;
}

.coverage-action {
  min-height: 82px;
  display: grid;
  align-content: center;
  justify-items: stretch;
  gap: 0.7rem;
  padding-left: 1.3rem;
  border-left: 1px dashed rgba(10, 99, 199, 0.18);
}

.coverage-action .text-link {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(10, 99, 199, 0.24);
}

.coverage-action p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  color: #111827;
  background: var(--yellow);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.ai-copy {
  position: sticky;
  top: 112px;
}

.ai-copy h2,
.contact-copy h2 {
  margin: 0 0 1.2rem;
  font-family: var(--mono);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.ai-workflow {
  position: relative;
  display: grid;
  gap: 1rem;
}

.ai-workflow::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  bottom: 24px;
  border-left: 2px dashed rgba(10, 99, 199, 0.23);
}

.workflow-step {
  position: relative;
  min-height: 168px;
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 1rem;
  padding: 1.15rem;
}

.workflow-step span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: var(--mono);
  font-weight: 800;
}

.workflow-step strong {
  align-self: center;
  font-family: var(--mono);
  font-size: 1.2rem;
}

.workflow-step p {
  grid-column: 2;
  margin: 0;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding-top: clamp(2.4rem, 4vw, 3.8rem);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form label span {
  color: #303b50;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ced8e5;
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: #fff;
  font-size: 1rem;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  justify-self: start;
  border: 0;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.form-status.is-success {
  color: #0d7a48;
}

.form-status.is-error {
  color: #b42318;
}

.site-footer {
  margin-top: clamp(3rem, 6vw, 5rem);
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--dark);
  background-size: 36px 36px;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 3rem 0 1.4rem;
}

.footer-logo img {
  width: 220px;
  height: auto;
}

.footer-nav {
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.78);
}

.footer-nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--mono);
  font-size: 0.76rem;
}

.footer-lang {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.footer-lang button {
  color: rgba(255, 255, 255, 0.7);
}

.footer-lang button.is-active {
  color: var(--dark);
  background: var(--yellow);
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 168px 1fr;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
    padding: 0 0 0.7rem;
  }

  .hero,
  .ai-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.4rem;
  }

  .hero-panel {
    min-height: 520px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-panel {
    grid-template-columns: 72px 1fr;
    align-items: start;
  }

  .coverage-copy {
    border-right: 0;
    padding-right: 0;
  }

  .coverage-tags,
  .coverage-action {
    grid-column: 1 / -1;
  }

  .coverage-action {
    border-left: 0;
    border-top: 1px dashed rgba(10, 99, 199, 0.18);
    padding: 1rem 0 0;
  }

  .ai-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .header-inner {
    width: min(100% - 24px, 1180px);
    min-height: 66px;
    grid-template-columns: 132px 1fr;
    gap: 0.65rem;
  }

  .brand img {
    width: 132px;
  }

  .header-actions {
    gap: 0.4rem;
  }

  .header-service {
    min-height: 38px;
    padding: 0.58rem 0.72rem;
    font-size: 0.7rem;
  }

  .lang-button {
    padding: 0.42rem 0.48rem;
    font-size: 0.68rem;
  }

  .nav {
    gap: 1rem;
    font-size: 0.72rem;
  }

  .section-grid,
  .section,
  .trust-strip,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 620px;
  }

  .flow-map {
    height: 520px;
  }

  .flow-lines {
    display: none;
  }

  .node {
    width: calc(50% - 1.1rem);
    min-height: 112px;
  }

  .node-terminal { left: 0.8rem; top: 1rem; }
  .node-mail { right: 0.8rem; top: 1rem; }
  .node-hosting { left: 0.8rem; top: 9.3rem; transform: none; }
  .node-ai { right: 0.8rem; left: auto; top: 9.3rem; bottom: auto; }
  .node-monitoring { left: 0.8rem; right: auto; bottom: 1rem; }
  .node-backup { right: 0.8rem; left: auto; bottom: 1rem; }

  .mini-dashboard {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.6rem 0;
  }

  .section h2,
  .ai-copy h2,
  .contact-copy h2 {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
  }

  .workflow-step {
    grid-template-columns: 52px 1fr;
  }

  .workflow-step p {
    grid-column: 1 / -1;
  }

  .ai-workflow::before {
    display: none;
  }

  .workflow-track {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .workflow-track::before {
    left: 26px;
    right: auto;
    top: 12px;
    bottom: 12px;
    border-top: 0;
    border-left: 2px dashed rgba(10, 99, 199, 0.23);
  }

  .infra-step {
    grid-template-columns: 54px 1fr;
    align-items: start;
  }

  .step-marker {
    grid-column: 1;
    grid-row: 1;
  }

  .step-body {
    grid-column: 2;
    min-height: auto;
  }

  .coverage-panel .text-link {
    width: 100%;
  }

  .coverage-panel {
    grid-template-columns: 1fr;
  }

  .coverage-icon {
    width: 58px;
    height: 58px;
  }

  .coverage-tags {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
