:root {
  --bg: #03070b;
  --panel: rgba(5, 10, 15, .88);
  --card: rgba(6, 12, 18, .9);
  --text: #f4f5f7;
  --muted: #a6adb6;
  --blue: #168ff3;
  --blue-light: #50b2ff;
  --line: rgba(154, 184, 208, .17);
  --line-blue: rgba(55, 161, 249, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 4px; }

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, #1789ed, #74c8ff);
  box-shadow: 0 0 13px rgba(62, 170, 255, .75);
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.cursor-light {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(32, 139, 227, .08), transparent 66%);
  transform: translate3d(calc(var(--cursor-x, -500px) - 50%), calc(var(--cursor-y, -500px) - 50%), 0);
  transition: opacity .35s ease;
  will-change: transform;
}
body.has-pointer .cursor-light { opacity: 1; }

.skip-link { position: fixed; left: 18px; top: -100px; z-index: 1000; padding: 10px 15px; border-radius: 8px; background: white; color: #05080b; }
.skip-link:focus { top: 18px; }
.page-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .72;
  background-image:
    linear-gradient(rgba(51, 107, 150, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 107, 150, .075) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0, rgba(0,0,0,.65) 38%, transparent 90%);
  animation: grid-drift 28s linear infinite;
}
.page-glow {
  position: fixed;
  z-index: 0;
  top: 70px;
  right: -5vw;
  width: 70vw;
  height: 680px;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(25, 110, 185, .13), transparent 64%);
  filter: blur(25px);
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 26px;
  left: 32px;
  right: 32px;
  height: 77px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 31px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(4, 8, 12, .72);
  backdrop-filter: blur(16px);
  animation: header-enter .8s cubic-bezier(.2,.8,.2,1) .6s both;
}
.site-header.is-fixed {
  position: fixed;
  top: 12px;
  height: 66px;
  background: rgba(3, 7, 11, .92);
  box-shadow: 0 16px 45px rgba(0,0,0,.35);
}
.brand { display: inline-flex; width: max-content; align-items: baseline; font-size: 29px; font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.brand b { margin-left: 7px; color: #3f94e5; }
.site-header .brand {
  align-items: center;
  gap: 12px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.045em;
}
.site-header .brand-mark {
  width: 54px;
  height: auto;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}
.site-header .brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}
.site-header .brand-wordmark b {
  margin-left: 8px;
}

.main-nav { display: flex; align-items: center; gap: 47px; font-size: 16px; }
.main-nav a { position: relative; padding: 9px 0; color: #eef0f3; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--blue-light); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a.is-active { color: var(--blue-light); }
.header-request-button, .mobile-request-button {
  border: 1px solid rgba(91, 188, 255, .72);
  border-radius: 9px;
  background: linear-gradient(180deg, #25a5ff, #0c7edb);
  color: white;
  box-shadow: 0 8px 28px rgba(18, 143, 238, .28), inset 0 1px rgba(255,255,255,.22);
  cursor: pointer;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.header-request-button { justify-self: end; min-width: 166px; height: 42px; padding: 0 22px; white-space: nowrap; }
.header-request-button:hover, .mobile-request-button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 12px 35px rgba(18, 143, 238, .38), inset 0 1px rgba(255,255,255,.24); }
.mobile-request-button { width: min(100%, 360px); min-height: 52px; padding: 0 24px; font-size: 15px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 22px; height: 1px; margin: 6px auto; background: white; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }

main { position: relative; z-index: 2; }
.hero {
  position: relative;
  height: 850px;
  margin: 0 21px;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      #03070b 0%,
      rgba(3, 7, 11, .98) 19%,
      rgba(3, 7, 11, .9) 31%,
      rgba(3, 7, 11, .68) 43%,
      rgba(3, 7, 11, .32) 56%,
      rgba(3, 7, 11, .08) 69%,
      transparent 80%),
    linear-gradient(180deg, transparent 62%, rgba(3, 7, 11, .42) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5%;
  right: -5%;
  bottom: -100px;
  height: 310px;
  background: radial-gradient(ellipse at 62% 35%, rgba(65, 116, 154, .21), transparent 58%);
  filter: blur(18px);
}
.hero-copy {
  position: absolute;
  z-index: 5;
  top: 155px;
  left: 44px;
  width: 630px;
}
.hero-copy > * { animation: hero-copy-enter .85s cubic-bezier(.16,.8,.25,1) both; }
.hero-copy > .eyebrow { animation-delay: .78s; }
.hero-copy > .hero-slogan { animation: none; }
.hero-copy > .hero-slogan span { animation: title-enter .9s cubic-bezier(.16,.8,.25,1) both; }
.hero-copy > .hero-slogan span:nth-child(1) { animation-delay: .82s; }
.hero-copy > .hero-slogan span:nth-child(2) { animation-delay: .9s; }
.hero-copy > .hero-slogan span:nth-child(3) { animation-delay: .98s; }
.hero-copy > .hero-text { animation-delay: 1.07s; }
.hero-copy > .hero-discount { animation-delay: 1.12s; }
.hero-copy > .hero-actions { animation-delay: 1.18s; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.eyebrow i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.hero .hero-slogan {
  margin: 0;
  max-width: 650px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 5.55vw, 88px);
  font-weight: 900;
  line-height: .965;
  letter-spacing: .005em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0, #d7dade 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(255,255,255,.08));
}
.hero .hero-slogan span { display: block; }
.hero-text { margin: 23px 0 0; color: #d2d6dc; font-size: 16px; line-height: 1.65; }
.hero-discount {
  position: relative;
  width: max-content;
  max-width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px auto auto;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 9px 13px 9px 10px;
  border: 1px solid rgba(80,178,255,.34);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(10,43,70,.68), rgba(4,13,21,.88));
  box-shadow: 0 12px 32px rgba(0,0,0,.22), 0 0 26px rgba(22,143,243,.08), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.hero-discount::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(61,169,255,.08), transparent 34%, rgba(61,169,255,.05));
}
.hero-discount-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #7bcbff;
  background: linear-gradient(145deg, rgba(19,126,218,.34), rgba(7,37,61,.58));
  box-shadow: inset 0 0 0 1px rgba(91,190,255,.22), 0 0 18px rgba(15,143,239,.12);
}
.hero-discount-icon svg { width: 28px; height: 28px; stroke-width: 1.7; }
.hero-discount-copy {
  position: relative;
  z-index: 1;
  color: #e9f3fb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .005em;
}
.hero-discount strong {
  position: relative;
  z-index: 1;
  padding-left: 13px;
  border-left: 1px solid rgba(112,198,255,.2);
  color: #66c4ff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  text-shadow: 0 0 20px rgba(37,161,255,.25);
  white-space: nowrap;
}
.hero-actions { display: flex; gap: 20px; margin-top: 22px; }
.button {
  position: relative;
  overflow: hidden;
  min-width: 228px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -38%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-18deg);
  transition: left .7s cubic-bezier(.2,.8,.2,1);
}
.button:hover::after { left: 118%; }
.button:hover { transform: translateY(-2px); }
.button-blue {
  background: linear-gradient(135deg, #0878df, #0c95f5);
  border-color: #38adff;
  box-shadow: 0 0 0 1px rgba(39,151,246,.15), 0 14px 34px rgba(0,116,224,.24), inset 0 1px rgba(255,255,255,.18);
}
.button-blue:hover { box-shadow: 0 0 0 1px rgba(39,151,246,.2), 0 17px 42px rgba(0,116,224,.36); }
.button-dark { background: rgba(2, 7, 12, .72); border-color: rgba(53, 156, 242, .52); }
.button-dark:hover { background: rgba(17, 91, 151, .15); }

.hero-pc-mobile { display: none; }

.hero-pc {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transform: none;
}
.pc-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  max-width: none;
  transform: none;
  filter: none;
  animation: none;
}
.pc-aura, .pc-scan { display: none; }

@media (min-width: 901px) {
  .hero-pc { overflow: hidden; }
  .pc-image {
    inset: 0 0 0 auto;
    width: auto;
    height: 100%;
    object-fit: fill;
    -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, .12) 4%,
      #000 18%,
      #000 82%,
      rgba(0, 0, 0, .88) 88%,
      rgba(0, 0, 0, .35) 96%,
      transparent 100%);
    mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, .12) 4%,
      #000 18%,
      #000 82%,
      rgba(0, 0, 0, .88) 88%,
      rgba(0, 0, 0, .35) 96%,
      transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hero-facts {
  position: absolute;
  z-index: 6;
  left: 52px;
  bottom: 37px;
  display: grid;
  grid-template-columns: 200px 255px 240px;
  padding-top: 18px;
  border-top: 1px solid rgba(154, 184, 208, .10);
}
.fact {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0 31px;
  border-right: 1px solid var(--line);
  color: #eef1f4;
  font-size: 14px;
  line-height: 1.35;
  animation: fact-enter .75s cubic-bezier(.2,.8,.2,1) both;
}
.fact:nth-child(1) { animation-delay: 1.25s; }
.fact:nth-child(2) { animation-delay: 1.34s; }
.fact:nth-child(3) { animation-delay: 1.43s; }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact svg { flex: 0 0 40px; width: 40px; color: #479ce8; stroke-width: 2.1; filter: drop-shadow(0 0 7px rgba(60,156,241,.25)); }

.panel {
  position: relative;
  margin: 0 21px 24px;
  padding: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(6, 12, 18, .9), rgba(3, 8, 13, .83));
  box-shadow: inset 0 1px rgba(255,255,255,.015);
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(43, 94, 132, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 94, 132, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.panel-heading {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
  margin-bottom: 28px;
}
.panel-heading > div { display: flex; align-items: center; gap: 18px; }
.panel-heading span { color: var(--blue-light); font-family: Consolas, monospace; font-size: 10px; }
.panel-heading h2 { margin: 0; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; letter-spacing: -.035em; }
.panel-heading > p { margin: 0; color: var(--muted); font-size: 14px; text-align: right; }
.panel-heading > p.section-lead {
  position: relative;
  justify-self: end;
  max-width: 480px;
  padding: 14px 22px 14px 21px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg,
    rgba(22, 143, 243, .18) 0%,
    rgba(22, 143, 243, .09) 35%,
    rgba(22, 143, 243, .035) 68%,
    rgba(22, 143, 243, 0) 100%);
  box-shadow: none;
  color: #edf8ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 18px rgba(80, 178, 255, .13);
}
.panel-heading > p.section-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(80, 178, 255, .95), transparent);
  box-shadow: 0 0 14px rgba(80, 178, 255, .5);
}

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 20px 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(7,15,22,.92), rgba(4,9,14,.9));
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.service-card::before, .guarantee-card::before, .step::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(340px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(51, 159, 247, .14), transparent 62%);
  transition: opacity .3s ease;
}
.service-card:hover::before, .guarantee-card:hover::before, .step:hover::before { opacity: 1; }
.service-card > *, .guarantee-card > *, .step > * { position: relative; z-index: 1; }
.service-card:hover { transform: translateY(-5px); border-color: var(--line-blue); box-shadow: 0 20px 55px rgba(0,0,0,.24); }
.service-title { position: relative; z-index: 2; display: flex; align-items: center; gap: 15px; min-height: 52px; }
.service-title svg { width: 42px; color: #4b9ce4; }
.service-title h3 { margin: 0; font-size: 20px; font-weight: 400; letter-spacing: -.02em; }
.service-visual {
  position: relative;
  height: 245px;
  margin: 3px -28px 14px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: radial-gradient(circle at 50% 48%, rgba(34,113,181,.16), transparent 50%);
}
.service-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 50px #050a0f; pointer-events: none; }
.service-visual img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: .9; }
.service-visual-pc img { object-position: 50% 44%; transform: scale(1.07); }
.service-visual-cooling img { width: 145%; max-width: none; transform: translate(-13%, 2%) scale(1.18); object-position: 16% 37%; }
.service-card > p { margin: 3px 0 14px; color: #c3c9d0; font-size: 13px; }
.service-card ul { display: grid; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; color: #8994a0; font-size: 12px; }
.service-card li { position: relative; padding-left: 13px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-light); }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; }
.service-card > a b { color: var(--blue-light); font-size: 18px; font-weight: 400; }

.service-visual-upgrade { display: flex; align-items: center; justify-content: center; gap: 42px; background: radial-gradient(circle at 50% 55%, rgba(13,113,201,.24), transparent 60%); }
.windows-mark { width: 86px; height: 86px; display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); gap: 5px; transform: perspective(300px) rotateY(-12deg); filter: drop-shadow(0 0 20px rgba(31,148,248,.4)); }
.windows-mark i { border: 2px solid #34a5ff; background: rgba(20,137,234,.08); }
.ssd { position: relative; width: 135px; height: 82px; display: grid; place-items: center; border: 2px solid #35404b; border-radius: 7px; background: linear-gradient(145deg,#252d35,#080c10); color: #8a9aaa; font: 700 15px Consolas,monospace; transform: rotate(-8deg); box-shadow: -10px 13px 25px rgba(0,0,0,.5), 0 0 30px rgba(31,148,248,.1); }
.ssd::before { content:""; position:absolute; inset:8px; border:1px solid rgba(255,255,255,.08); border-radius:4px; }
.ssd i { position:absolute; right:8px; bottom:7px; width:20px; height:3px; background:#66717a; box-shadow:-26px 0 #66717a; }
.ram { position:absolute; right:16%; top:24px; width:155px; height:20px; border:1px solid #3d5367; background:#111a21; transform:rotate(-16deg); box-shadow:0 0 18px rgba(33,149,245,.2); }
.ram i { display:inline-block; width:28px; height:12px; margin:3px 7px; background:#244d6c; border:1px solid #337aaf; }

.process-panel, .guarantee-panel, .works-panel, .contact-panel { padding-top: 48px; padding-bottom: 48px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.step-flow-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 38px;
  height: 24px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 1px solid rgba(80,178,255,.32);
  border-radius: 999px;
  background: rgba(4,12,19,.94);
  box-shadow: 0 0 18px rgba(22,143,243,.22), inset 0 0 12px rgba(55,161,249,.08);
}
.step-flow-arrow::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(80,178,255,.35), #66c4ff);
  box-shadow: 0 0 8px rgba(80,178,255,.5);
  transform: translateY(-50%);
}
.step-flow-arrow::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #7bd0ff;
  border-right: 1.5px solid #7bd0ff;
  transform: translateY(-50%) rotate(45deg);
}
.step-flow-arrow-1 { left: 25%; }
.step-flow-arrow-2 { left: 50%; }
.step-flow-arrow-3 { left: 75%; }
.step { position: relative; min-height: 320px; padding: 27px; overflow: hidden; border-right: 1px solid var(--line); background: rgba(5,11,17,.58); transition: background .3s ease; }
.step:last-child { border-right: 0; }
.step:hover { background: rgba(16,65,105,.15); }
.step > b { color: var(--blue-light); font: 400 11px Consolas,monospace; }
.step-illustration { position: absolute; top: 20px; left: 50%; width: min(82%, 194px); aspect-ratio: 4 / 3; height: auto; object-fit: cover; border-radius: 14px; border: 1px solid rgba(80, 178, 255, .18); background: rgba(5, 11, 17, .72); box-shadow: 0 10px 26px rgba(0, 0, 0, .28), 0 0 0 1px rgba(80, 178, 255, .06) inset; opacity: .98; transform: translateX(-50%); }
.step h3 { margin: 166px 0 12px; font-size: 19px; letter-spacing: -.03em; max-width: calc(100% - 8px); }
.step p { margin: 0; color: var(--muted); font-size: 13px; max-width: calc(100% - 6px); }

.guarantee-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.guarantee-card {
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(5,11,17,.62);
  transition: border-color .3s ease, background .3s ease;
}
.guarantee-card:hover { border-color: var(--line-blue); background: rgba(12,45,73,.15); }
.guarantee-card svg { flex: 0 0 54px; width: 54px; color: #4da2ed; }
.guarantee-card h3 { margin: 0 0 7px; font-size: 19px; }
.guarantee-card p { margin: 0; color: var(--muted); font-size: 13px; }

.works-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; grid-auto-rows: 230px; gap: 16px; }
.work-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #050a0f; }
.work-card::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(135deg, rgba(72, 177, 255, .09), transparent 35%, transparent 68%, rgba(72, 177, 255, .04)); opacity: 0; transition: opacity .35s ease; }
.work-card:hover::before { opacity: 1; }
.work-card-wide { grid-column: span 2; }
.work-card-tall { grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.work-card img { object-position: 50% 50%; transform: scale(1.015); }
.work-card:hover img { transform: scale(1.065); filter: brightness(1.08); }
.work-card > div:last-child { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: space-between; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(3,7,11,.7); backdrop-filter: blur(12px); font-size: 12px; }
.work-card > div b { color: var(--blue-light); font: 400 11px Consolas,monospace; }
.contact-panel { display: grid; gap: 28px; padding: 36px; }
.contact-info { padding: 42px 32px 36px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(13, 43, 67, .22), rgba(4, 9, 14, .76)); text-align: center; scroll-margin-top: 96px; }
.contact-info > .eyebrow { justify-content: center; }
.contact-info h2 { margin: 0; font-size: clamp(42px,4.3vw,68px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.contact-symbol { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid rgba(77, 175, 255, .45); border-radius: 50%; background: radial-gradient(circle, rgba(31, 150, 244, .22), rgba(5, 15, 23, .8)); color: var(--blue-light); box-shadow: 0 0 38px rgba(25, 143, 235, .18); }
.contact-symbol svg { width: 31px; }
.contact-lead { max-width: 690px; margin: 20px auto 30px; color: var(--muted); font-size: 15px; }
.contact-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.contact-item { min-width: 0; min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: rgba(3, 8, 13, .78); text-align: left; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.contact-item:hover { transform: translateY(-3px); border-color: var(--line-blue); background: rgba(10, 35, 55, .58); }
.contact-icon { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; }
.contact-icon svg { width: 23px; height: 23px; }
.contact-copy { min-width: 0; display: grid; gap: 5px; }
.contact-copy small { color: #7d8996; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-copy b { overflow-wrap: anywhere; font-size: 13px; }
.contact-phone .contact-icon { color: #65b9ff; background: rgba(48, 153, 238, .14); }
.contact-telegram .contact-icon { color: #2aabee; background: rgba(42, 171, 238, .14); }
.contact-telegram .contact-icon svg, .contact-whatsapp .contact-icon svg { fill: currentColor; stroke: none; }
.contact-whatsapp .contact-icon { color: #35d36d; background: rgba(37, 211, 102, .14); }
.contact-address .contact-icon { color: #ff5f5f; background: rgba(255, 77, 77, .14); }
.map-box { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #081017; }
.map-box iframe { width: 100%; height: 100%; border: 0; filter: none; opacity: 1; }
.map-box > a { position: absolute; right: 15px; bottom: 15px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 8px; background: rgba(3,7,11,.78); backdrop-filter:blur(10px); font-size:11px; }

.request-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.request-modal.is-open { opacity: 1; visibility: visible; }
.request-modal-backdrop { position: absolute; inset: 0; background: rgba(0, 4, 8, .82); backdrop-filter: blur(10px); }
.request-dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: min(820px, calc(100vh - 32px)); overflow: auto; padding: 34px; border: 1px solid rgba(91, 170, 231, .3); border-radius: 17px; background: linear-gradient(160deg, #0a1219, #04090e 72%); box-shadow: 0 32px 90px rgba(0,0,0,.58), 0 0 60px rgba(20, 125, 210, .12); transform: translateY(18px) scale(.985); transition: transform .3s ease; }
.request-modal.is-open .request-dialog { transform: translateY(0) scale(1); }
.request-close { position: absolute; top: 14px; right: 15px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.04); color: #cbd3dc; cursor: pointer; font-size: 28px; line-height: 1; }
.request-dialog .eyebrow { margin-bottom: 15px; }
.request-dialog h2 { margin: 0; padding-right: 42px; font-size: clamp(34px, 5vw, 51px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.request-intro { max-width: 520px; margin: 17px 0 24px; color: var(--muted); font-size: 14px; }
.request-form { display: grid; gap: 15px; }
.request-form label { display: grid; gap: 7px; }
.request-form label > span:first-child { color: #9ca8b4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.request-form input, .request-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: rgba(2, 7, 11, .74); color: white; font: inherit; font-size: 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.request-form input { height: 50px; padding: 0 14px; }
.request-form textarea { min-height: 118px; padding: 13px 14px; resize: vertical; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--blue-light); box-shadow: 0 0 0 3px rgba(53, 159, 244, .12); }
.file-field { display: grid; gap: 8px; min-width: 0; }
.file-field-title { color: #9ca8b4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.file-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.file-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px dashed rgba(87, 178, 248, .48); border-radius: 9px; background: rgba(18, 108, 181, .08); color: var(--blue-light); cursor: pointer; font-size: 13px; font-weight: 700; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.file-button:hover { border-color: rgba(103, 194, 255, .8); background: rgba(18, 108, 181, .14); }
.file-selection-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.file-field small { color: #7f8b97; font-size: 11px; line-height: 1.4; }
.file-field small.is-limit { color: #ffb86c; }
.file-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.file-preview-grid:empty { display: none; }
.file-preview-item { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(80, 178, 255, .18); border-radius: 10px; background: rgba(2, 8, 13, .8); }
.file-preview-media { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, rgba(16, 75, 119, .18), rgba(2, 7, 11, .9)); }
.file-preview-media img,
.file-preview-media video,
.file-preview-media iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; background: #05090d; }
.file-preview-media video { object-fit: contain; }
.file-preview-media iframe { pointer-events: none; }
.file-preview-file-icon { width: 100%; height: 100%; display: grid; place-items: center; color: #8bd3ff; font-size: 26px; font-weight: 800; letter-spacing: .04em; }
.file-preview-name { display: block; padding: 8px 9px 9px; overflow: hidden; color: #aebbc7; font-size: 10px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.file-preview-remove { position: absolute; z-index: 2; top: 6px; right: 6px; width: 27px; height: 27px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(1, 6, 10, .86); color: #fff; cursor: pointer; font: inherit; font-size: 17px; line-height: 1; box-shadow: 0 4px 15px rgba(0,0,0,.32); }
.file-preview-remove:hover { border-color: rgba(255, 112, 112, .75); color: #ff8c8c; }
@media (max-width: 560px) {
  .file-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.contact-time-field { display: grid; gap: 8px; }
.request-field-title, .feedback-field legend { color: #9ca8b4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.compact-field { min-width: 0; }
.request-form input[type="date"], .request-form input[type="time"] { color-scheme: dark; }
.time-range-hint { margin-top: -1px; color: #6f7f8e; font-size: 10px; line-height: 1.35; }
.feedback-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.feedback-field legend { width: 100%; margin: 0 0 9px; padding: 0; }
.feedback-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.feedback-options label { position: relative; display: block; cursor: pointer; }
.feedback-options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.feedback-options label > span { min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: rgba(2, 7, 11, .74); color: #cbd4dd; font-size: 12px; font-weight: 700; text-align: center; transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.feedback-options label:hover > span { border-color: rgba(80, 178, 255, .48); color: #eef8ff; }
.feedback-options input:checked + span { border-color: #50b2ff; background: linear-gradient(180deg, rgba(31, 145, 232, .23), rgba(13, 73, 119, .15)); color: #eef9ff; box-shadow: 0 0 0 3px rgba(53, 159, 244, .09), inset 0 0 22px rgba(41, 145, 225, .08); }
.feedback-options input:focus-visible + span { outline: 2px solid var(--blue-light); outline-offset: 2px; }
.feedback-field.field-error .feedback-options label > span { border-color: rgba(255, 106, 106, .7); }
.feedback-contact-fields { display: grid; gap: 10px; margin-top: 11px; }
.feedback-contact-field { padding: 12px; border: 1px solid rgba(80, 178, 255, .16); border-radius: 10px; background: linear-gradient(90deg, rgba(19, 104, 171, .09), rgba(2, 7, 11, .22)); }
.feedback-contact-field[hidden] { display: none !important; }
.feedback-contact-field > small { color: #728394; font-size: 10px; line-height: 1.4; }
.request-submit { min-height: 52px; margin-top: 3px; border: 1px solid #64c1ff; border-radius: 9px; background: linear-gradient(180deg, #25a5ff, #0d7dd8); color: white; cursor: pointer; font-weight: 800; box-shadow: 0 10px 30px rgba(18, 143, 238, .25); }
.request-status { min-height: 19px; margin: 0; color: #80c7ff; font-size: 12px; }
.request-form .field-error { border-color: #ff6a6a; }

.site-footer {
  position: relative;
  z-index: 2;
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0 21px;
  padding: 0 35px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  color: #77828f;
  font-size: 11px;
}
.site-footer .brand { color: var(--text); font-size: 24px; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { justify-self: end; }
.mobile-contact-bar { display: none; }

.reveal { opacity: 0; filter: blur(7px); transform: translateY(34px) scale(.99); transition: opacity .8s ease, filter .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }

@keyframes grid-drift { to { background-position: 64px 64px; } }
@keyframes header-enter { from { opacity: 0; transform: translateY(-20px); } }
@keyframes hero-copy-enter { from { opacity: 0; transform: translateY(18px); } }
@keyframes title-enter { from { opacity: 0; transform: translateY(42px); clip-path: inset(0 0 100%); } to { opacity: 1; transform: translateY(0); clip-path: inset(0); } }
@keyframes fact-enter { from { opacity: 0; transform: translateY(15px); } }
@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .header-request-button { margin-right: 54px; }
  .menu-button { position: absolute; right: 19px; display: block; }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    align-content: center;
    gap: 40px;
    padding: 90px 30px 40px;
    background: rgba(3,7,11,.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .mobile-menu.is-open { opacity: 1; visibility: visible; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: clamp(34px,8vw,62px); font-weight: 700; letter-spacing: -.05em; }
  .hero-copy { width: 54vw; }
  .hero-pc { inset: 0; width: 100%; height: 100%; }
  .hero .hero-slogan { font-size: clamp(62px,7vw,80px); }
  .hero-facts { grid-template-columns: 175px 220px 200px; }
  .panel-heading { grid-template-columns: 1fr 340px; }
  .service-card { padding-inline: 21px; }
  .service-visual { margin-inline: -21px; }
  .contact-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header { left: 16px; right: 16px; }
  .menu-button { display: none !important; }
  .mobile-menu { display: none !important; }
  .header-request-button { margin-right: 0; }
 .hero { height: 920px; margin-inline: 10px; }
  .hero-copy { top: 145px; left: 28px; width: calc(100% - 56px); }
  .hero-copy::before { content:""; position:absolute; z-index:-1; inset:-25px -10px -30px -20px; background:radial-gradient(ellipse at 20% 40%,rgba(3,7,11,.96),rgba(3,7,11,.82) 55%,transparent 78%); }
  .hero .hero-slogan { max-width: 620px; font-size: clamp(58px,10.5vw,82px); }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(3,7,11,.15) 0%, rgba(3,7,11,.55) 38%, rgba(3,7,11,.88) 72%, #03070b 100%),
      linear-gradient(90deg, rgba(3,7,11,.94) 0%, rgba(3,7,11,.56) 56%, rgba(3,7,11,.1) 100%);
  }
  .hero-pc { inset: 0; width: 100%; height: 100%; opacity: .76; }
  .pc-image { object-fit: cover; object-position: 63% center; }
  .hero-facts { left: 28px; right: 28px; bottom: 25px; grid-template-columns: repeat(3,1fr); }
  .fact { min-width:0; padding:0 16px; font-size:11px; }
  .fact svg { width:34px; flex-basis:34px; }
  .panel { margin-inline: 10px; padding: 31px; }
  .panel-heading { grid-template-columns: 1fr; gap: 14px; }
  .panel-heading > p { max-width:560px; text-align:left; }
  .panel-heading > p.section-lead { justify-self:start; max-width:620px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 550px; }
  .service-visual { height: 290px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step-flow-arrow { display: none; }
  .step:nth-child(2) { border-right:0; }
  .step:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .works-grid { grid-template-columns:1fr 1fr; grid-auto-rows:280px; }
  .work-card-wide { grid-column:span 2; }
  .contact-panel { padding:22px; }
  .map-box { min-height:480px; }
  .site-footer { grid-template-columns:1fr auto; }
  .site-footer p { display:none; }
}

@media (max-width: 620px) {
  body { padding-bottom: 0; }
  .site-header { top:10px; left:10px; right:10px; height:60px; padding:0 16px; border-radius:13px; }
  .site-header.is-fixed { top:8px; height:58px; }
  .brand { font-size:21px; }
  .site-header .brand { gap: 10px; font-size: 22px; }
  .site-header .brand-mark { width: 46px; }
  .header-request-button { min-width: 122px; height: 38px; margin-right: 43px; padding: 0 12px; font-size: 11px; }
  .menu-button { right:8px; }
  .hero {
    height:auto;
    min-height:0;
    margin:0;
    padding:108px 0 18px;
    overflow:hidden;
  }
  .hero-copy {
    position:relative;
    top:auto;
    left:auto;
    width:auto;
    margin:0 18px;
    display:flex;
    flex-direction:column;
  }
  .hero-copy > .eyebrow { order:1; }
  .hero-copy > .hero-pc-mobile { order:2; }
  .hero-copy > .hero-slogan { order:3; }
  .hero-copy > .hero-text { order:4; }
  .hero-copy > .hero-discount { order:5; }
  .hero-copy > .hero-actions { order:6; }
  .eyebrow { margin-bottom:17px; font-size:9px; letter-spacing:.13em; }
  .hero .hero-slogan {
    display:block;
    position:relative;
    z-index:4;
    margin:14px 0 0;
    max-width:100%;
    font-size:clamp(28px,8.5vw,34px);
    line-height:1.08;
    letter-spacing:-.02em;
    text-transform:none;
    background:none;
    color:#f4f5f7;
    -webkit-text-fill-color:#f4f5f7;
    filter:drop-shadow(0 4px 16px rgba(80,178,255,.12));
  }
  .hero .hero-slogan span { display:inline; }
  .hero .hero-slogan span:not(:last-child)::after { content:" "; }
  .hero-pc-mobile {
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:210px;
    margin:10px 0 4px;
    overflow:hidden;
    pointer-events:none;
  }
  .hero-pc-mobile img {
    width:100%;
    height:100%;
    max-width:420px;
    object-fit:contain;
    object-position:center;
    filter:drop-shadow(0 18px 26px rgba(0,0,0,.35));
  }
  .hero-text { margin-top:8px; font-size:13px; }
  .hero-discount { grid-template-columns: 40px 1fr auto; gap: 10px; width: 100%; min-height: 58px; margin-top: 15px; padding: 8px 10px 8px 8px; }
  .hero-discount-icon { width: 40px; height: 40px; border-radius: 10px; }
  .hero-discount-icon svg { width: 25px; height: 25px; }
  .hero-discount-copy { font-size: 10.5px; }
  .hero-discount strong { padding-left: 10px; font-size: 21px; }
  .hero-actions { display:grid; gap:9px; margin-top:15px; }
  .button { width:100%; min-width:0; height:50px; font-size:13px; }
  .hero::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3,7,11,.05) 0%, rgba(3,7,11,.12) 48%, rgba(3,7,11,.65) 78%, #03070b 100%);
  }
  .hero-pc { display:none; }
  .pc-image { object-fit: contain; object-position: center center; }
  .hero-facts {
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:auto;
    margin:26px 12px 0;
    padding-top:18px;
  }
  .fact { display:block; padding:0 7px; text-align:center; }
  .fact svg { display:block; width:27px; margin:0 auto 7px; }
  .fact span { font-size:9px; }
  .panel { margin:0 8px 10px; padding:22px 15px; border-radius:13px; }
  .panel-heading { margin-bottom:20px; }
  .panel-heading > div { align-items:flex-start; gap:10px; }
  .panel-heading h2 { font-size:27px; }
  .panel-heading > p { font-size:12px; }
  .panel-heading > p.section-lead { width:100%; padding:12px 18px 12px 16px; font-size:12.5px; line-height:1.45; }
  .service-card { min-height:540px; padding:17px 19px 20px; }
  .service-title h3 { font-size:17px; }
  .service-visual { height:250px; margin-inline:-19px; }
  .service-visual-upgrade { gap:20px; }
  .windows-mark { width:68px; height:68px; }
  .ssd { width:110px; height:70px; }
  .ram { display:none; }
  .steps { grid-template-columns:1fr; gap:18px; border:0; border-radius:0; overflow:visible; }
  .step-flow-arrow { display:none; }
  .step { min-height:260px; overflow:visible; border:1px solid var(--line); border-radius:14px; }
  .step:nth-child(2) { border-right:1px solid var(--line); }
  .step:last-child { border:1px solid var(--line); }
  .step:not(:last-of-type)::after {
    content:"↓";
    position:absolute;
    z-index:8;
    left:50%;
    bottom:-25px;
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    transform:translateX(-50%);
    border:1px solid rgba(80,178,255,.42);
    border-radius:50%;
    color:#78cdff;
    background:linear-gradient(180deg, rgba(13,47,73,.98), rgba(4,14,23,.98));
    box-shadow:0 0 22px rgba(39,154,244,.22), inset 0 1px rgba(255,255,255,.07);
    font-size:18px;
    font-weight:700;
    line-height:1;
  }
  .step { min-height: 310px; }
  .step-illustration { width: 184px; height: 138px; aspect-ratio: auto; }
  .step h3 { margin-top: 151px; }
  .guarantee-grid { grid-template-columns:1fr; }
  .guarantee-card { min-height:130px; padding:22px; }
  .guarantee-card svg { width:43px; flex-basis:43px; }
  .works-grid { grid-template-columns:1fr; grid-auto-rows:280px; }
  .work-card-wide { grid-column:auto; }
  .work-card-tall { grid-row:span 1; }
  .contact-info { padding:28px 15px 22px; }
  .contact-info h2 { font-size:42px; }
  .contact-list { grid-template-columns:1fr; }
  .contact-item { min-height:76px; }
  .map-box { min-height:390px; }
  .request-modal { padding: 8px; }
  .request-dialog { max-height: calc(100vh - 16px); padding: 26px 18px 22px; border-radius: 14px; }
  .request-dialog h2 { font-size: 34px; }
  .contact-time-grid { grid-template-columns: 1fr 1fr; }
  .feedback-options { grid-template-columns: 1fr 1fr; gap: 8px; }
  .feedback-options label > span { min-height: 44px; padding-inline: 8px; font-size: 11px; }
  .site-footer { min-height:90px; margin-inline:8px; padding-inline:18px; }
  .site-footer .brand { font-size:20px; }
  .mobile-contact-bar { display:none !important; }
  .cursor-light { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
  .cursor-light { display:none; }
}

/* Mobile header: use the space freed by the removed burger menu */
@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-right: 12px;
  }
  .header-request-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    justify-self: auto;
    min-width: 122px;
    height: 38px;
    margin-right: 0;
    padding: 0 12px;
    font-size: 11px;
  }
  .header-request-button:hover {
    transform: translateY(calc(-50% - 2px));
  }
}

/* Invisible iPhone-style tap zone: top-left of the page scrolls to top on mobile */
.mobile-scroll-top-zone {
  display: none;
}

@media (max-width: 620px) {
  .mobile-scroll-top-zone {
    display: block;
    position: fixed;
    z-index: 130;
    top: 0;
    left: 0;
    width: min(46vw, 180px);
    height: 82px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  body.modal-open .mobile-scroll-top-zone { pointer-events: none; }
}


/* Finite custom time selector: avoids the endlessly looping native iPhone time wheel */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.time-select-field { display: grid; gap: 7px; }
.time-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}
.time-select-control { min-width: 0; display: block !important; }
.request-form select {
  width: 100%;
  height: 50px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background:
    linear-gradient(45deg, transparent 50%, #7f91a2 50%) calc(100% - 17px) 22px / 5px 5px no-repeat,
    linear-gradient(135deg, #7f91a2 50%, transparent 50%) calc(100% - 12px) 22px / 5px 5px no-repeat,
    rgba(2, 7, 11, .74);
  color: white;
  color-scheme: dark;
  font: inherit;
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.request-form select:focus {
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(53, 159, 244, .12);
}
.request-form select.field-error { border-color: #ff6a6a; }
.time-separator {
  color: #87cfff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.file-field.field-error .file-button,
.file-field input.field-error ~ .file-button {
  border-color: rgba(255, 106, 106, .8);
  box-shadow: 0 0 0 3px rgba(255, 106, 106, .07);
}

.time-select-field > span:first-child { color: #9ca8b4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }


/* Optional scheduled callback */
.callback-schedule-section {
  display: grid;
  gap: 13px;
}
.callback-schedule-toggle {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(80, 178, 255, .18);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(20, 110, 184, .13), rgba(5, 11, 17, .04) 72%, transparent);
  cursor: pointer;
  user-select: none;
}
.callback-schedule-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.callback-schedule-check {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid rgba(104, 194, 255, .55);
  border-radius: 5px;
  background: rgba(3, 10, 16, .76);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.callback-schedule-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform .18s ease;
}
.callback-schedule-toggle input:checked + .callback-schedule-check {
  border-color: var(--blue-light);
  background: linear-gradient(135deg, #178fe9, #31b4ff);
  box-shadow: 0 0 18px rgba(48, 173, 255, .22);
}
.callback-schedule-toggle input:checked + .callback-schedule-check::after {
  transform: rotate(45deg) scale(1);
}
.callback-schedule-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.callback-schedule-copy b {
  color: #edf6fc;
  font-size: 12px;
  line-height: 1.35;
}
.callback-schedule-copy small {
  color: #82919e;
  font-size: 10px;
  line-height: 1.4;
}
.callback-datetime-fields {
  display: none !important;
}
.callback-datetime-fields.is-visible {
  display: block !important;
  animation: callback-fields-in .22s ease both;
}
@keyframes callback-fields-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 560px) {
  .callback-schedule-toggle {
    padding: 12px;
    gap: 10px;
  }
}

/* Feedback channel is independent from the scheduled-callback checkbox */
.feedback-field {
  display: block !important;
}
.callback-datetime-grid {
  width: 100%;
  min-width: 0;
}
@media (max-width: 560px) {
  .callback-datetime-grid {
    grid-template-columns: 1fr;
  }
}

/* Align date and time controls on the same horizontal baseline */
.callback-datetime-grid {
  align-items: start;
}
.callback-datetime-grid > .compact-field {
  align-self: start;
  align-content: start;
}
.callback-datetime-grid > label.compact-field {
  grid-template-rows: auto 50px;
}
.callback-datetime-grid .time-select-field {
  grid-template-rows: auto 50px auto;
}
.callback-datetime-grid .time-select-row {
  height: 50px;
  align-self: start;
}

/* Anti-spam honeypot */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.request-submit[disabled] {
  cursor: wait;
  opacity: .72;
}
.request-status.is-success { color: #7bd9ad; }
.request-status.is-error { color: #ff8d8d; }


/* Successful request notification */
.success-notification {
  position: fixed;
  z-index: 1400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 4, 8, .48);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.success-notification.is-visible {
  opacity: 1;
  visibility: visible;
}
.success-notification-card {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 24px 26px;
  border: 1px solid rgba(80, 178, 255, .34);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(10, 24, 35, .98), rgba(3, 9, 14, .98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55), 0 0 45px rgba(32, 149, 235, .16);
  transform: translateY(12px) scale(.985);
  transition: transform .28s ease;
}
.success-notification.is-visible .success-notification-card {
  transform: translateY(0) scale(1);
}
.success-notification-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 199, 255, .58);
  border-radius: 50%;
  background: linear-gradient(145deg, #1aa1f5, #0875c9);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 0 30px rgba(33, 158, 243, .28);
}
.success-notification-card p {
  margin: 0;
  color: #edf7ff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .success-notification {
    padding: 16px;
  }
  .success-notification-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 20px 18px;
    border-radius: 14px;
  }
  .success-notification-icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
  .success-notification-card p {
    font-size: 14px;
  }
}


.hero-seo-title {
  padding: 0;
  border: 0;
}


.service-visual-modernization img {
  width: 100%;
  max-width: none;
  object-position: 50% 50%;
  transform: scale(1.04);
}
.software-stack {
  display: grid;
  gap: 8px;
  width: 112px;
  transform: perspective(320px) rotateY(10deg) rotateZ(-3deg);
}
.software-stack span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  padding: 0 12px;
  border: 1px solid rgba(80, 178, 255, .34);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(26, 72, 107, .58), rgba(5, 12, 18, .92));
  color: #8dccff;
  font: 700 11px Consolas, monospace;
  letter-spacing: .12em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24), inset 0 0 18px rgba(50, 159, 244, .05);
}
@media (max-width: 1100px) and (min-width: 901px) {
  .service-grid { gap: 18px; }
  .service-card { padding-inline: 24px; }
  .service-visual { margin-inline: -24px; }
}


/* === Multipage navigation & content — 2026-08-19 === */
.main-nav a[aria-current="page"] { color: var(--blue-light); }
.main-nav a[aria-current="page"]::after { right: 0; }

.home-prices-panel, .home-about-panel, .faq-panel { overflow: hidden; }
.home-price-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.home-price-card { min-height:158px; display:flex; flex-direction:column; justify-content:flex-end; padding:22px; border:1px solid var(--line); border-radius:13px; background:linear-gradient(155deg,rgba(17,33,45,.66),rgba(4,9,14,.86)); transition:transform .25s ease,border-color .25s ease,background .25s ease; }
.home-price-card:hover { transform:translateY(-3px); border-color:rgba(80,178,255,.5); background:linear-gradient(155deg,rgba(20,48,68,.74),rgba(4,9,14,.9)); }
.home-price-card span { color:#a7b4c1; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.home-price-card strong { margin:12px 0 8px; color:#f3f7fb; font-size:30px; letter-spacing:-.04em; }
.home-price-card small { color:#74818e; font-size:11px; line-height:1.45; }
.section-actions { display:flex; justify-content:center; margin-top:24px; }
.home-about-grid { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr); gap:18px; }
.home-about-copy { padding:28px; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,rgba(10,22,31,.82),rgba(3,8,12,.7)); }
.home-about-copy h3 { max-width:720px; margin:0 0 18px; font-size:clamp(30px,4vw,54px); line-height:.98; letter-spacing:-.045em; }
.home-about-copy p:not(.eyebrow) { max-width:760px; color:var(--muted); line-height:1.7; }
.text-link { display:inline-flex; margin-top:10px; color:var(--blue-light); font-size:13px; font-weight:800; }
.home-trust-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.home-trust-grid > div { min-height:150px; display:flex; flex-direction:column; justify-content:flex-end; padding:20px; border:1px solid var(--line); border-radius:13px; background:rgba(6,13,19,.76); }
.home-trust-grid b { color:#eaf6ff; font-size:27px; letter-spacing:-.04em; }
.home-trust-grid span { margin-top:7px; color:#7e8b98; font-size:11px; line-height:1.45; }
.faq-list { display:grid; gap:9px; }
.faq-item { border:1px solid var(--line); border-radius:12px; background:rgba(5,12,18,.72); }
.faq-item summary { position:relative; padding:19px 52px 19px 20px; color:#e8edf2; cursor:pointer; list-style:none; font-size:15px; font-weight:750; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:20px; top:50%; transform:translateY(-50%); color:var(--blue-light); font-size:24px; font-weight:400; }
.faq-item[open] summary::after { content:"−"; }
.faq-item p { margin:0; padding:0 20px 20px; color:var(--muted); line-height:1.65; font-size:13px; }

.inner-page main { padding-top:122px; }
.page-hero { position:relative; min-height:360px; display:grid; align-items:end; margin:0 21px 10px; padding:72px 64px 54px; overflow:hidden; border:1px solid var(--line); border-radius:17px; background:linear-gradient(120deg,rgba(5,12,18,.97),rgba(8,19,27,.84) 58%,rgba(15,57,87,.26)); }
.page-hero::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 30%,rgba(29,139,224,.18),transparent 34%),linear-gradient(transparent 96%,rgba(63,147,216,.1)); pointer-events:none; }
.page-hero::after { content:""; position:absolute; width:420px; height:420px; right:-110px; top:-160px; border:1px solid rgba(80,178,255,.12); border-radius:50%; box-shadow:0 0 0 70px rgba(80,178,255,.025),0 0 0 140px rgba(80,178,255,.018); }
.page-hero-copy { position:relative; z-index:2; max-width:970px; }
.page-hero h1 { margin:0; max-width:980px; color:#f1f4f7; font-size:clamp(48px,7vw,92px); line-height:.9; letter-spacing:-.055em; text-transform:uppercase; }
.page-hero p:not(.eyebrow) { max-width:760px; margin:22px 0 0; color:#9aa7b4; font-size:15px; line-height:1.65; }
.page-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.page-section { margin:0 21px 10px; padding:45px; border:1px solid var(--line); border-radius:16px; background:rgba(4,9,14,.68); }
.page-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:28px; }
.page-section-heading h2 { margin:0; max-width:850px; font-size:clamp(31px,4.5vw,60px); line-height:.95; letter-spacing:-.045em; }
.page-section-heading p { max-width:480px; margin:0; color:var(--muted); line-height:1.6; font-size:13px; }

.service-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.service-category { padding:25px; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,rgba(10,24,34,.72),rgba(4,9,14,.86)); }
.service-category h3 { margin:0 0 8px; font-size:25px; letter-spacing:-.035em; }
.service-category > p { margin:0 0 18px; color:#84919e; font-size:12px; line-height:1.55; }
.service-list { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.service-list li { display:flex; justify-content:space-between; gap:20px; padding:11px 0; border-top:1px solid rgba(88,127,157,.13); color:#c7d0d9; font-size:12px; line-height:1.45; }
.service-list li:first-child { border-top:0; }
.service-list li span:last-child { flex:0 0 auto; color:#77c9ff; font-weight:750; white-space:nowrap; }
.service-note { margin-top:20px; padding:17px 18px; border:1px solid rgba(80,178,255,.22); border-radius:11px; background:rgba(24,117,186,.07); color:#8ca0b1; font-size:12px; line-height:1.6; }

.price-toolbar { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.price-toolbar a { padding:9px 12px; border:1px solid var(--line); border-radius:8px; color:#9daab6; background:rgba(255,255,255,.018); font-size:11px; font-weight:700; }
.price-toolbar a:hover { color:#dff4ff; border-color:rgba(80,178,255,.44); }
.price-block { margin-top:12px; padding:0 22px 8px; border:1px solid var(--line); border-radius:14px; background:rgba(5,12,18,.72); scroll-margin-top:96px; }
.price-block h2 { margin:0 -22px 4px; padding:20px 22px 17px; border-bottom:1px solid var(--line); font-size:26px; letter-spacing:-.035em; }
.price-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:20px; align-items:start; padding:14px 0; border-bottom:1px solid rgba(88,127,157,.12); }
.price-row:last-child { border-bottom:0; }
.price-row div { min-width:0; }
.price-row b { display:block; color:#d7dee5; font-size:13px; }
.price-row small { display:block; margin-top:4px; color:#687684; font-size:10.5px; line-height:1.45; }
.price-row strong { color:#83d0ff; font-size:15px; white-space:nowrap; }
.price-discount { display:grid; grid-template-columns:auto 1fr; gap:15px; align-items:center; margin-bottom:22px; padding:19px 21px; border:1px solid rgba(81,186,255,.36); border-radius:12px; background:linear-gradient(90deg,rgba(19,126,205,.15),rgba(4,10,15,.5)); }
.price-discount strong { font-size:34px; color:#78caff; }
.price-discount p { margin:0; color:#aab7c4; font-size:12px; line-height:1.55; }

.work-page-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:10px; grid-auto-rows:290px; }
.work-page-card { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:13px; background:#071018; }
.work-page-card:nth-child(1), .work-page-card:nth-child(6) { grid-column:span 5; grid-row:span 2; }
.work-page-card:nth-child(2), .work-page-card:nth-child(3), .work-page-card:nth-child(4), .work-page-card:nth-child(5), .work-page-card:nth-child(7), .work-page-card:nth-child(8) { grid-column:span 7; }
.work-page-card img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease,filter .4s ease; }
.work-page-card:hover img { transform:scale(1.045); filter:brightness(1.07); }
.work-page-card div { position:absolute; left:0; right:0; bottom:0; display:flex; justify-content:space-between; align-items:end; gap:12px; padding:45px 17px 15px; background:linear-gradient(transparent,rgba(2,6,10,.93)); }
.work-page-card span { color:#eef2f5; font-size:13px; font-weight:750; }
.work-page-card b { color:#6ec7ff; font-size:11px; }

.about-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr); gap:14px; }
.about-card { padding:28px; border:1px solid var(--line); border-radius:14px; background:rgba(5,12,18,.75); }
.about-card h2, .about-card h3 { margin-top:0; letter-spacing:-.04em; }
.about-card h2 { font-size:clamp(34px,4vw,56px); line-height:.98; }
.about-card h3 { font-size:22px; }
.about-card p, .about-card li { color:#929fab; font-size:13px; line-height:1.7; }
.about-card ul { margin:16px 0 0; padding-left:18px; }
.about-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.about-stat { min-height:140px; display:flex; flex-direction:column; justify-content:flex-end; padding:18px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(145deg,rgba(10,27,39,.77),rgba(4,9,14,.8)); }
.about-stat b { font-size:29px; color:#e9f6ff; }
.about-stat span { margin-top:6px; color:#778592; font-size:10.5px; line-height:1.45; }
.legal-card { margin-top:12px; padding:24px; border:1px solid rgba(80,178,255,.25); border-radius:13px; background:rgba(15,94,151,.07); }
.legal-card h3 { margin:0 0 9px; font-size:22px; }
.legal-card p { margin:0; color:#8da0b0; font-size:12px; line-height:1.65; }

.contacts-page-grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr); gap:14px; }
.contacts-card { padding:27px; border:1px solid var(--line); border-radius:14px; background:rgba(5,12,18,.75); }
.contacts-card h2 { margin:0 0 18px; font-size:clamp(34px,4vw,54px); line-height:.98; letter-spacing:-.045em; }
.contact-big-list { display:grid; gap:10px; }
.contact-big-item { display:flex; align-items:center; gap:14px; min-height:76px; padding:15px; border:1px solid var(--line); border-radius:11px; background:rgba(255,255,255,.018); }
.contact-big-item small { display:block; color:#6f7d8a; font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.contact-big-item b { display:block; margin-top:4px; color:#dce4eb; font-size:15px; }
.contact-big-item:hover { border-color:rgba(80,178,255,.4); }
.contacts-page-map { min-height:560px; }
.contacts-cta { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }

@media (max-width:1180px) {
  .main-nav { gap:24px; font-size:14px; }
}
@media (max-width:900px) {
  .home-price-grid { grid-template-columns:1fr 1fr; }
  .home-about-grid, .about-grid, .contacts-page-grid { grid-template-columns:1fr; }
  .page-section-heading { display:block; }
  .page-section-heading p { margin-top:10px; }
  .service-category-grid { grid-template-columns:1fr; }
  .work-page-grid { grid-template-columns:1fr 1fr; grid-auto-rows:270px; }
  .work-page-card, .work-page-card:nth-child(n) { grid-column:span 1; grid-row:span 1; }
  .contacts-page-map { min-height:450px; }
}
@media (max-width:620px) {
  .inner-page main { padding-top:82px; }
  .page-hero { min-height:300px; margin:0 8px 9px; padding:48px 20px 31px; border-radius:13px; }
  .page-hero h1 { font-size:clamp(40px,13vw,62px); }
  .page-hero p:not(.eyebrow) { font-size:12.5px; }
  .page-hero-actions { display:grid; }
  .page-section { margin:0 8px 9px; padding:22px 15px; border-radius:13px; }
  .page-section-heading { margin-bottom:20px; }
  .page-section-heading h2 { font-size:29px; }
  .home-price-grid { grid-template-columns:1fr; }
  .home-price-card { min-height:132px; }
  .home-about-grid { grid-template-columns:1fr; }
  .home-about-copy { padding:20px; }
  .home-about-copy h3 { font-size:31px; }
  .home-trust-grid { grid-template-columns:1fr 1fr; }
  .home-trust-grid > div { min-height:120px; padding:15px; }
  .home-trust-grid b { font-size:22px; }
  .service-category { padding:19px 16px; }
  .service-list li { display:block; }
  .service-list li span:last-child { display:block; margin-top:5px; }
  .price-block { padding-inline:15px; }
  .price-block h2 { margin-inline:-15px; padding-inline:15px; font-size:22px; }
  .price-row { grid-template-columns:1fr auto; gap:10px; }
  .price-row strong { font-size:13px; }
  .price-discount { grid-template-columns:1fr; }
  .work-page-grid { grid-template-columns:1fr; grid-auto-rows:280px; }
  .about-card { padding:20px; }
  .about-stat-grid { grid-template-columns:1fr 1fr; }
  .about-stat { min-height:115px; }
  .contacts-card { padding:20px; }
  .contacts-page-map { min-height:390px; }
  .main-nav { display:none !important; }
}

/* Mobile top navigation: burger replaces the header request button */
@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-right: 12px;
  }

  .site-header .header-request-button {
    display: none !important;
  }

  .site-header .menu-button {
    position: absolute;
    right: 12px;
    top: 50%;
    display: flex !important;
    width: 42px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(91, 188, 255, .48);
    border-radius: 9px;
    background: rgba(8, 20, 31, .9);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    transform: translateY(-50%);
    z-index: 3;
  }

  .site-header .menu-button i {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: #eef7ff;
    box-shadow: 0 0 8px rgba(54, 164, 255, .25);
  }

  .site-header .menu-button[aria-expanded="true"] i:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header .menu-button[aria-expanded="true"] i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: auto 10px auto 10px;
    top: 78px;
    z-index: 99;
    display: block !important;
    padding: 8px 14px 10px;
    border: 1px solid rgba(89, 164, 217, .24);
    border-radius: 13px;
    background: rgba(3, 8, 13, .97);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .52);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.985);
    transform-origin: top right;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-menu nav {
    display: grid;
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 8px;
    border-bottom: 1px solid rgba(89, 164, 217, .14);
    color: #f0f4f8;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -.01em;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }
}


/* Maxim about photo */
.about-card-intro { display:grid; grid-template-columns:minmax(180px,240px) minmax(0,1fr); gap:24px; align-items:center; margin-bottom:18px; }
.about-photo-frame { position:relative; border:1px solid var(--line); border-radius:22px; padding:18px; background:radial-gradient(circle at top, rgba(53,127,214,.22), rgba(6,12,18,.96) 68%); box-shadow:0 26px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04); overflow:hidden; }
.about-photo-frame::after { content:""; position:absolute; inset:auto 10% -10px; height:24px; border-radius:50%; background:rgba(52,143,255,.28); filter:blur(22px); }
.about-photo-frame img { position:relative; z-index:1; display:block; width:100%; height:auto; object-fit:contain; filter:drop-shadow(0 18px 34px rgba(0,0,0,.35)); }
.about-intro-copy .eyebrow { margin-bottom:10px; }
.about-intro-copy h2 { margin-bottom:12px; }
.about-note { margin-top:14px; padding:16px 18px; border:1px solid rgba(63,148,229,.28); border-radius:16px; background:rgba(7,16,24,.72); }
.about-note strong { color:#eef4ff; }
@media (max-width:900px){ .about-card-intro { grid-template-columns:1fr; } .about-photo-frame { max-width:320px; margin:0 auto; } }


/* Fixed back-to-top button */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 145;
  min-width: 116px;
  height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(91,188,255,.58);
  border-radius: 13px;
  background: rgba(5,14,22,.88);
  color: #f5f9ff;
  box-shadow: 0 18px 42px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease, border-color .25s ease, background .25s ease;
}
.back-to-top::before { content: "↑"; color: var(--blue-light); font-size: 20px; line-height: 1; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: rgba(91,188,255,.9); background: rgba(9,28,42,.95); transform: translateY(-2px); }
body.modal-open .back-to-top { opacity: 0; visibility: hidden; pointer-events: none; }

/* Image-rich service cards */
.service-category-media {
  position: relative;
  height: 190px;
  margin: -10px -10px 20px;
  overflow: hidden;
  border: 1px solid rgba(91,188,255,.14);
  border-radius: 11px;
  background: #061019;
}
.service-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,7,11,.02), rgba(2,7,11,.52));
  pointer-events: none;
}
.service-category-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.05); }
.service-category-media.is-contain img { object-fit: contain; padding: 8px; }

/* About process images */
.about-step-media {
  height: 150px;
  margin: -8px -8px 16px;
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid rgba(91,188,255,.12);
  background: #061019;
}
.about-step-media img { width:100%; height:100%; object-fit:cover; }

/* Fit Maxim's transparent portrait neatly into its frame */
.about-photo-frame {
  width: min(100%, 340px);
  aspect-ratio: auto !important;
  padding: 0 !important;
  justify-self: center;
  display: block;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(53,127,214,.24), rgba(6,12,18,.95) 68%),
    linear-gradient(180deg, rgba(8,16,24,.98), rgba(3,7,11,.98));
}
.about-photo-frame img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain !important;
  object-position: center bottom !important;
}

@media (max-width: 620px) {
  .back-to-top { right: 12px; bottom: 14px; min-width: 48px; width: 48px; height: 48px; padding: 0; border-radius: 50%; font-size: 0; }
  .back-to-top::before { font-size: 22px; }
  .service-category-media { height: 160px; margin: -6px -4px 16px; }
  .about-step-media { height: 138px; }
  .about-photo-frame { max-width: 300px; }
}

/* ===== v6: contacts, consultation chooser, gallery lightbox, legal docs ===== */
.site-header {
  grid-template-columns: auto 1fr auto;
  column-gap: 28px;
}
.site-header .main-nav { justify-self: center; }
.header-contacts { justify-self: end; display:flex; align-items:center; gap:14px; white-space:nowrap; }
.header-phone { color:rgba(222,233,242,.88); font-size:15px; font-weight:700; letter-spacing:.01em; transition:color .22s ease, transform .22s ease; }
.header-phone:hover { color:var(--blue-light); transform:translateY(-1px); }
.header-socials { display:flex; align-items:center; gap:8px; }
.header-socials a { width:31px; height:31px; display:grid; place-items:center; border:1px solid rgba(126,178,214,.16); border-radius:9px; background:rgba(9,23,34,.58); color:rgba(145,194,228,.86); transition:transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.mobile-contact-socials a { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(91,188,255,.22); border-radius:10px; background:rgba(9,23,34,.82); color:#8ed1ff; transition:transform .22s ease, border-color .22s ease, background .22s ease; }
.header-socials a:hover { transform:translateY(-1px); border-color:rgba(126,178,214,.38); background:rgba(15,42,62,.66); color:rgba(175,214,240,.96); }
.mobile-contact-socials a:hover { transform:translateY(-2px); border-color:rgba(91,188,255,.68); background:rgba(15,52,79,.82); }
.header-socials svg { width:16px; height:16px; fill:currentColor; }
.mobile-contact-socials svg { width:18px; height:18px; fill:currentColor; }
.mobile-contact-strip { display:none; }

/* Main contact cards centered */
.contact-list-centered { grid-template-columns:repeat(3,minmax(0,1fr)); }
.contact-list-centered .contact-item { justify-content:center; text-align:center; flex-direction:column; gap:9px; min-height:118px; }
.contact-list-centered .contact-copy { text-align:center; }
.contact-list-centered .contact-copy b { margin:0; }
.contact-list-centered .contact-copy small { margin:0 0 4px; }
.contact-list-centered .contact-icon { margin:0 auto; }

/* Consultation chooser */
.contact-choice-modal,
.gallery-lightbox { position:fixed; inset:0; z-index:240; display:grid; place-items:center; padding:20px; opacity:0; visibility:hidden; transition:opacity .26s ease, visibility .26s ease; }
.contact-choice-modal.is-open,
.gallery-lightbox.is-open { opacity:1; visibility:visible; }
.contact-choice-backdrop,
.gallery-lightbox-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.76); backdrop-filter:blur(10px); }
.contact-choice-dialog { position:relative; z-index:1; width:min(620px,100%); padding:30px; border:1px solid rgba(91,188,255,.28); border-radius:20px; background:linear-gradient(180deg,rgba(7,16,24,.98),rgba(3,8,13,.99)); box-shadow:0 30px 100px rgba(0,0,0,.58); }
.contact-choice-dialog h2 { margin:4px 0 10px; font-size:clamp(28px,4vw,42px); letter-spacing:-.04em; }
.contact-choice-dialog > p:not(.eyebrow) { margin:0 0 22px; color:#92a0ad; line-height:1.6; }
.contact-choice-close,
.gallery-lightbox-close { position:absolute; top:12px; right:12px; width:38px; height:38px; border:1px solid rgba(255,255,255,.12); border-radius:10px; background:rgba(255,255,255,.04); color:#fff; font-size:25px; cursor:pointer; }
.gallery-lightbox-close { display:grid; place-items:center; padding:0; line-height:1; text-align:center; font-family:Arial, Helvetica, sans-serif; }
.contact-choice-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.contact-choice-item { min-height:120px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:18px; border:1px solid var(--line); border-radius:14px; background:rgba(6,16,24,.86); color:#f5f8fb; text-align:center; transition:transform .22s ease,border-color .22s ease,background .22s ease; }
.contact-choice-item:hover { transform:translateY(-3px); border-color:rgba(91,188,255,.58); background:rgba(11,37,56,.84); }
.contact-choice-item span { font-weight:800; }
.contact-choice-icon {
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:9px;
}
.contact-choice-icon svg {
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
  stroke:none;
  opacity:1;
  filter:none;
  shape-rendering:auto;
}
.contact-choice-icon-phone { color:#cfe3f2; background:rgba(160,190,210,.14); }
.contact-choice-icon-telegram { color:#2aabee; background:rgba(42,171,238,.14); }
.contact-choice-icon-whatsapp { color:#35d36d; background:rgba(37,211,102,.14); }
.contact-choice-icon-vk { color:#4d94e8; background:rgba(77,148,232,.14); }
.contact-choice-icon-vk svg { width:21px; height:21px; }
.contact-choice-item small { color:#8f9ba7; }

/* Fullscreen gallery */
.work-card[data-lightbox-src],
.work-page-card[data-lightbox-src] { cursor:zoom-in; }
.gallery-lightbox-dialog { position:relative; z-index:1; width:min(1180px,96vw); max-height:92vh; display:flex; flex-direction:column; align-items:center; gap:12px; padding:18px; border:1px solid rgba(91,188,255,.22); border-radius:18px; background:#03070b; box-shadow:0 30px 120px rgba(0,0,0,.68); }
.gallery-lightbox-dialog img { max-width:100%; max-height:78vh; width:auto; height:auto; object-fit:contain; border-radius:12px; }
.gallery-lightbox-dialog p { margin:0; color:#b8c2cc; font-size:13px; text-align:center; }

/* Merged services + prices */
.services-prices-page { scroll-margin-top:100px; }
.price-block-intro { margin:14px 0 18px; color:#93a0ad; line-height:1.65; font-size:13px; }
.service-price-block { overflow:hidden; }
.service-price-block .price-row small { margin-top:4px; }

/* Legal documents */
.legal-docs-page { max-width:1380px; }
.legal-docs-nav { position:sticky; top:90px; z-index:8; display:flex; flex-wrap:wrap; gap:10px; margin-bottom:22px; padding:12px; border:1px solid var(--line); border-radius:14px; background:rgba(3,8,13,.92); backdrop-filter:blur(12px); }
.legal-docs-nav a { padding:10px 13px; border:1px solid rgba(91,188,255,.18); border-radius:10px; color:#d8e2ea; font-size:12px; }
.legal-docs-nav a:hover { border-color:rgba(91,188,255,.55); color:var(--blue-light); }
.legal-doc-section { scroll-margin-top:150px; margin-top:14px; padding:28px; border:1px solid var(--line); border-radius:16px; background:rgba(5,12,18,.76); }
.legal-doc-section h2 { margin:4px 0 20px; font-size:clamp(30px,4vw,48px); letter-spacing:-.04em; }
.legal-doc-section h3 { margin:24px 0 8px; font-size:18px; }
.legal-doc-section p { color:#97a4b0; line-height:1.75; }
.legal-doc-section a { color:var(--blue-light); }
.form-privacy-note { margin:2px 0 0; color:#758390; font-size:10px; line-height:1.5; text-align:center; }
.form-privacy-note a { color:#76c6ff; text-decoration:underline; text-underline-offset:2px; }

/* Footer legal link */
.site-footer { grid-template-columns:auto 1fr auto auto; gap:24px; }
.site-footer p { justify-self:center; }
.footer-legal-link { color:#82caff; white-space:nowrap; }
.footer-legal-link:hover { color:#b6e0ff; }

@media (max-width: 1280px) {
  .site-header { column-gap:18px; }
  .main-nav { gap:26px; font-size:14px; }
  .header-phone { font-size:13px; }
  .header-socials a { width:30px; height:30px; }
}
@media (max-width: 1180px) {
  .header-contacts { display:none; }
  .mobile-contact-strip { display:flex; flex-direction:column; align-items:center; gap:14px; margin-top:24px; }
  .mobile-contact-phone { color:#f1f6fb; font-size:17px; font-weight:800; }
  .mobile-contact-socials { display:flex; gap:10px; }
  .mobile-contact-socials a { width:42px; height:42px; }
  .mobile-contact-socials svg { width:20px; height:20px; }
}
@media (max-width: 900px) {
  .contact-list-centered { grid-template-columns:1fr; }
  .site-footer { grid-template-columns:1fr auto; gap:14px; padding-block:24px; }
  .site-footer p { display:none; }
  .footer-legal-link { grid-column:1 / -1; justify-self:start; }
}
@media (max-width: 620px) {
  .contact-choice-dialog { padding:24px 18px 18px; border-radius:16px; }
  .contact-choice-grid { grid-template-columns:1fr 1fr; gap:9px; }
  .contact-choice-item { min-height:104px; padding:12px; }
  .gallery-lightbox { padding:10px; }
  .gallery-lightbox-dialog { width:100%; max-height:94vh; padding:12px; }
  .gallery-lightbox-dialog img { max-height:80vh; }
  .legal-docs-nav { top:76px; overflow-x:auto; flex-wrap:nowrap; }
  .legal-docs-nav a { white-space:nowrap; }
  .legal-doc-section { padding:20px 16px; }
  .footer-legal-link { font-size:10px; }
}


/* ===== v7: sharper service imagery + clearer header contacts ===== */
.service-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: normal;
  opacity: 1;
  filter: saturate(1.04) contrast(1.06) brightness(.98);
  transform: none;
  backface-visibility: hidden;
}
.service-visual-pc img { object-position: 50% 48%; transform: none; }
.service-visual-cooling img { width:100%; max-width:none; transform:none; object-position:50% 52%; }
.service-visual-modernization img { object-position:50% 48%; transform:none; }
.service-visual-upgrade img { object-position:50% 50%; transform:none; }
.service-visual::after { box-shadow: inset 0 0 28px rgba(5,10,15,.48); }

.header-contacts { gap: 12px; }
.header-phone {
  color:rgba(222,233,242,.9);
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  text-shadow:none;
}
.header-socials { gap:8px; }
.header-socials a {
  width:32px;
  height:32px;
  border-radius:9px;
  border:1px solid rgba(160,190,210,.14);
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.header-socials a[aria-label="Telegram"] { background:rgba(42,169,233,.12); color:#72bfe4; }
.header-socials a[aria-label="WhatsApp"] { background:rgba(46,219,112,.10); color:#69cc8d; }
.header-socials a[aria-label="ВКонтакте"] { background:rgba(60,140,244,.11); color:#7ba9e2; }
.header-socials a:hover { filter:none; border-color:rgba(160,190,210,.28); background-color:rgba(22,39,52,.72); }
.header-socials svg {
  width:17px;
  height:17px;
  fill:currentColor;
  shape-rendering:geometricPrecision;
}
@media (max-width:1280px) {
  .header-phone { font-size:13px; }
  .header-socials a { width:30px; height:30px; }
  .header-socials svg { width:16px; height:16px; }
}

/* ===== v8: header social icons match the crisp contact icons from the home-page contact section ===== */
.header-socials a {
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:9px;
  box-shadow:none;
  opacity:1;
  filter:none;
  transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
.header-socials a[aria-label="Telegram"] {
  color:#2aabee;
  background:rgba(42,171,238,.14);
}
.header-socials a[aria-label="WhatsApp"] {
  color:#35d36d;
  background:rgba(37,211,102,.14);
}
.header-socials a[aria-label="ВКонтакте"] {
  color:#4d94e8;
  background:rgba(77,148,232,.14);
}
.header-socials a:hover {
  transform:translateY(-2px);
  border:0;
  box-shadow:none;
  filter:none;
}
.header-socials a[aria-label="Telegram"]:hover { background:rgba(42,171,238,.22); }
.header-socials a[aria-label="WhatsApp"]:hover { background:rgba(37,211,102,.22); }
.header-socials a[aria-label="ВКонтакте"]:hover { background:rgba(77,148,232,.22); }
.header-socials svg {
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
  stroke:none;
  opacity:1;
  filter:none;
  shape-rendering:auto;
}
.header-socials a[aria-label="ВКонтакте"] svg {
  width:21px;
  height:21px;
}
@media (max-width:1280px) {
  .header-socials a { width:30px; height:30px; }
  .header-socials svg { width:18px; height:18px; }
  .header-socials a[aria-label="ВКонтакте"] svg { width:20px; height:20px; }
}

/* ===== v9: phone number white on the home page header ===== */
body:not(.inner-page) .header-phone {
  color:#fff;
}
body:not(.inner-page) .header-phone:hover {
  color:#fff;
}


/* ===== v10: Yandex map fills the entire allocated map block ===== */
.map-box iframe {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  border:0;
}


/* Services page corrections — 2026-08-20 */
/* Request form: keep wheel/touch scrolling but never show scrollbars. */
.request-dialog {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior: contain;
}
.request-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.request-dialog,
.request-dialog * {
  max-width: 100%;
}
.request-close,
.contact-choice-close {
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* Services: photo on the left, full price list on the right. */
.service-price-block {
  padding: 0;
  overflow: hidden;
}
.service-price-block > h2 {
  margin: 0;
  padding: 20px 24px 17px;
}
.service-price-layout {
  display: grid;
  grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
  gap: 0;
  align-items: start;
}
.service-price-media {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(8, 22, 33, .84), rgba(3, 8, 13, .96));
}
.service-price-media::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 12px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(1,6,10,.18));
}
.service-price-media img {
  position: sticky;
  top: 108px;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(91,188,255,.16);
  border-radius: 12px;
  background: #061019;
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}
.service-price-content {
  min-width: 0;
  padding: 18px 24px 10px;
}
.service-price-content .price-block-intro {
  margin: 0 0 8px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(88,127,157,.12);
}
.service-price-content .price-row {
  padding: 14px 0;
}

@media (max-width: 900px) {
  .service-price-layout {
    grid-template-columns: 1fr;
  }
  .service-price-media {
    min-height: 0;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-price-media::after {
    inset: 16px;
  }
  .service-price-media img {
    position: static;
    aspect-ratio: 16 / 9;
  }
  .service-price-content {
    padding: 16px 16px 8px;
  }
  .service-price-block > h2 {
    padding-inline: 16px;
  }
}


/* ===== v13: global alignment, footer identity and redesigned About / Contacts ===== */
html, body { width:100%; max-width:100%; overflow-x:clip; }
main, .site-header, .hero, .panel, .page-hero, .page-section, .site-footer,
.service-grid, .steps, .guarantee-grid, .contact-list, .service-price-layout { min-width:0; }

/* Footer identity: every page uses the same logo + MAX PC lockup as the home page. */
.site-footer .footer-brand {
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:260px;
  color:var(--text);
  line-height:1;
}
.site-footer .footer-brand .brand-mark {
  display:block;
  width:58px;
  max-width:58px;
  height:auto;
  max-height:54px;
  object-fit:contain;
  flex:0 0 58px;
}
.site-footer .footer-brand .brand-wordmark {
  display:inline-flex;
  align-items:baseline;
  white-space:nowrap;
  color:var(--text);
  font-size:24px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.045em;
}
.site-footer .footer-brand .brand-wordmark b { margin-left:8px; color:#3f94e5; }

/* Tablet range previously kept an almost-desktop hero and could look shifted. */
@media (min-width:621px) and (max-width:1020px) {
  .site-header { left:16px; right:16px; grid-template-columns:1fr auto; padding:0 16px; }
  .site-header .main-nav, .site-header .header-contacts { display:none!important; }
  .site-header .menu-button {
    position:absolute; right:14px; top:50%; z-index:3;
    display:flex!important; width:44px; height:40px; padding:0;
    transform:translateY(-50%); align-items:center; justify-content:center; flex-direction:column;
    border:1px solid rgba(91,188,255,.45); border-radius:10px; background:rgba(8,20,31,.9);
  }
  .site-header .menu-button i { width:20px; height:2px; margin:3px 0; border-radius:999px; background:#eef7ff; }
  .site-header .menu-button[aria-expanded="true"] i:first-child { transform:translateY(4px) rotate(45deg); }
  .site-header .menu-button[aria-expanded="true"] i:last-child { transform:translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position:fixed; left:16px; right:16px; top:91px; z-index:99; display:block!important;
    padding:10px 16px 12px; border:1px solid rgba(89,164,217,.24); border-radius:14px;
    background:rgba(3,8,13,.97); box-shadow:0 18px 44px rgba(0,0,0,.52); backdrop-filter:blur(16px);
    opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-8px) scale(.985);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .mobile-menu.is-open { opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0) scale(1); }
  .mobile-menu nav { display:grid; }
  .mobile-menu nav a { min-height:48px; display:flex; align-items:center; padding:0 9px; border-bottom:1px solid rgba(89,164,217,.14); font-size:16px; font-weight:650; }
  .mobile-menu nav a:last-child { border-bottom:0; }
  .mobile-contact-strip { display:flex; flex-direction:column; align-items:center; gap:12px; margin-top:16px; }

  body:not(.inner-page) .hero { height:auto; min-height:760px; margin-inline:10px; padding:136px 0 32px; }
  body:not(.inner-page) .hero-copy { position:relative; top:auto; left:auto; width:auto; max-width:720px; margin:0 28px; }
  body:not(.inner-page) .hero .hero-slogan { font-size:clamp(55px,8.6vw,78px); }
  body:not(.inner-page) .hero-text { max-width:640px; }
  body:not(.inner-page) .hero-pc { opacity:.48; }
  body:not(.inner-page) .hero-facts { position:relative; left:auto; right:auto; bottom:auto; width:auto; margin:30px 28px 0; grid-template-columns:repeat(3,minmax(0,1fr)); }
  body:not(.inner-page) .fact { min-width:0; padding:0 18px; }

  .inner-page main { padding-top:108px; }
  .page-hero { margin-inline:10px; padding-inline:42px; }
  .page-section, .site-footer { margin-inline:10px; }
}

@media (max-width:620px) {
  .site-footer .footer-brand { gap:10px; max-width:190px; }
  .site-footer .footer-brand .brand-mark { width:46px; max-width:46px; max-height:44px; flex-basis:46px; }
  .site-footer .footer-brand .brand-wordmark { font-size:20px; }
}

/* About page redesign */
.page-hero-about { background:linear-gradient(118deg,rgba(4,11,17,.98),rgba(8,24,36,.9) 55%,rgba(12,75,121,.28)); }
.page-hero-about::before { background:radial-gradient(circle at 78% 35%,rgba(36,154,246,.24),transparent 30%),linear-gradient(transparent 96%,rgba(63,147,216,.1)); }
.about-profile-section { padding:0; overflow:hidden; }
.about-profile-grid { display:grid; grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr); min-height:610px; }
.about-profile-photo { position:relative; display:flex; align-items:flex-end; justify-content:center; min-height:610px; overflow:hidden; border-right:1px solid var(--line); background:radial-gradient(circle at 50% 22%,rgba(32,139,227,.2),transparent 34%),linear-gradient(160deg,#08131d,#03070b 72%); }
.about-profile-photo::before { content:""; position:absolute; inset:9% 12% 8%; border:1px solid rgba(80,178,255,.12); border-radius:48% 48% 18% 18%; box-shadow:0 0 0 32px rgba(80,178,255,.018); }
.about-profile-glow { position:absolute; width:300px; height:300px; bottom:35px; border-radius:50%; background:rgba(31,143,235,.18); filter:blur(70px); }
.about-profile-photo img { position:relative; z-index:2; width:min(91%,490px); max-height:575px; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 22px 36px rgba(0,0,0,.48)); }
.about-profile-badge { position:absolute; z-index:3; left:24px; bottom:24px; display:flex; flex-direction:column; gap:3px; padding:12px 15px; border:1px solid rgba(80,178,255,.28); border-radius:11px; background:rgba(3,9,14,.78); backdrop-filter:blur(12px); }
.about-profile-badge span { color:#72c7ff; font-size:10px; font-weight:900; letter-spacing:.16em; }
.about-profile-badge b { font-size:14px; }
.about-profile-copy { display:flex; flex-direction:column; justify-content:center; padding:56px; }
.about-profile-copy .eyebrow { margin-bottom:15px; }
.about-profile-copy h2 { max-width:800px; margin:0 0 24px; font-size:clamp(40px,4.6vw,68px); line-height:.98; letter-spacing:-.05em; }
.about-profile-copy > p:not(.eyebrow) { max-width:790px; margin:0 0 15px; color:#9aa7b4; font-size:14px; line-height:1.75; }
.about-principle-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:22px; }
.about-principle-grid > div { min-height:118px; display:flex; flex-direction:column; justify-content:flex-end; padding:17px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(145deg,rgba(12,31,45,.75),rgba(4,10,15,.84)); }
.about-principle-grid b { font-size:14px; color:#edf6fd; }
.about-principle-grid span { margin-top:7px; color:#7f8e9b; font-size:10.5px; line-height:1.45; }
.about-metric-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.about-metric { min-height:185px; display:flex; flex-direction:column; justify-content:flex-end; padding:22px; border:1px solid var(--line); border-radius:13px; background:linear-gradient(155deg,rgba(14,37,54,.72),rgba(4,9,14,.88)); }
.about-metric strong { color:#79caff; font-size:clamp(28px,3.5vw,48px); line-height:1; letter-spacing:-.05em; }
.about-metric span { max-width:210px; margin-top:12px; color:#8d9ba8; font-size:11px; line-height:1.5; }
.about-process-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.about-process-card { position:relative; min-height:220px; display:grid; grid-template-columns:140px minmax(0,1fr); align-items:center; gap:22px; padding:22px; overflow:hidden; border:1px solid var(--line); border-radius:14px; background:linear-gradient(135deg,rgba(9,23,34,.9),rgba(3,8,12,.84)); }
.about-process-card > span { position:absolute; right:16px; top:10px; color:rgba(80,178,255,.13); font-size:70px; font-weight:900; line-height:1; }
.about-process-card img { position:relative; z-index:1; width:140px; height:140px; object-fit:contain; filter:drop-shadow(0 18px 26px rgba(0,0,0,.3)); }
.about-process-card h3 { margin:0 0 9px; font-size:20px; }
.about-process-card p { margin:0; color:#8e9ca9; font-size:12px; line-height:1.65; }
.about-scope-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.about-scope-card { min-height:370px; padding:30px; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,rgba(9,24,35,.84),rgba(4,9,14,.88)); }
.about-scope-card-muted { background:linear-gradient(145deg,rgba(7,15,22,.82),rgba(3,7,11,.92)); }
.about-scope-card h2 { margin:0 0 20px; font-size:clamp(30px,3.5vw,48px); letter-spacing:-.045em; }
.about-scope-card ul { margin:0; padding:0; list-style:none; }
.about-scope-card li { position:relative; padding:12px 0 12px 24px; border-bottom:1px solid rgba(154,184,208,.1); color:#a4b0bb; font-size:13px; }
.about-scope-card li::before { content:"✓"; position:absolute; left:0; color:#58b7ff; font-weight:800; }
.about-scope-card > p:not(.eyebrow) { color:#95a3af; line-height:1.75; }
.about-official-note { margin-top:28px; padding:18px; border:1px solid rgba(80,178,255,.22); border-radius:12px; background:rgba(13,66,103,.08); }
.about-official-note b { display:block; margin-bottom:7px; color:#e9f5ff; }
.about-official-note span { color:#8192a1; font-size:11px; line-height:1.55; }
.about-final-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; background:radial-gradient(circle at 86% 50%,rgba(30,145,232,.16),transparent 32%),rgba(5,12,18,.85); }
.about-final-cta h2 { margin:0; font-size:clamp(34px,4.5vw,58px); line-height:1; letter-spacing:-.05em; }
.about-final-cta p:not(.eyebrow) { max-width:680px; color:#8f9daa; }
.about-final-actions { display:flex; gap:10px; flex:0 0 auto; }

/* Contacts page redesign */
.page-hero-contacts { background:linear-gradient(118deg,rgba(4,11,17,.98),rgba(5,22,34,.9) 58%,rgba(14,96,151,.25)); }
.contacts-redesign-section { scroll-margin-top:110px; }
.contact-method-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.contact-method-card { min-height:260px; display:flex; flex-direction:column; align-items:flex-start; padding:22px; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,rgba(9,24,35,.86),rgba(3,8,13,.9)); transition:transform .24s ease,border-color .24s ease,background .24s ease; }
.contact-method-card:hover { transform:translateY(-4px); border-color:rgba(80,178,255,.5); background:linear-gradient(145deg,rgba(13,37,53,.9),rgba(3,8,13,.92)); }
.contact-method-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:30px; border:1px solid rgba(80,178,255,.25); border-radius:12px; color:#67c1ff; background:rgba(18,100,161,.13); font-size:22px; }
.contact-method-icon svg { width:24px; height:24px; fill:currentColor; stroke:none; }
.contact-method-icon-telegram { color:#2aabee; }
.contact-method-icon-whatsapp { color:#35d36d; }
.contact-method-icon-vk { color:#4d94e8; }
.contact-method-card small { color:#718291; font-size:9px; text-transform:uppercase; letter-spacing:.13em; }
.contact-method-card strong { margin-top:7px; color:#f0f5f9; font-size:18px; line-height:1.25; }
.contact-method-card p { margin:10px 0 22px; color:#82919e; font-size:11px; line-height:1.5; }
.contact-method-card > b { margin-top:auto; color:#65bdff; font-size:11px; }
.contacts-location-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr); gap:12px; }
.contacts-redesign-map { min-height:570px; }
.contacts-location-card { min-height:570px; display:flex; flex-direction:column; padding:34px; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,rgba(10,29,43,.86),rgba(4,9,14,.92)); }
.contacts-location-card h2 { margin:0 0 28px; font-size:clamp(42px,5vw,68px); line-height:.95; letter-spacing:-.05em; }
.contacts-info-row { display:grid; grid-template-columns:100px minmax(0,1fr); gap:18px; padding:17px 0; border-bottom:1px solid rgba(154,184,208,.12); }
.contacts-info-row small { color:#6f7f8d; font-size:9px; text-transform:uppercase; letter-spacing:.12em; }
.contacts-info-row b { color:#dfe7ee; font-size:13px; font-weight:650; }
.contacts-location-note { margin:24px 0; color:#8696a3; font-size:12px; line-height:1.65; }
.contacts-location-card .button { margin-top:auto; width:100%; }
.contacts-help-section { display:grid; grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr); gap:34px; align-items:start; }
.contacts-help-section h2 { margin:0; font-size:clamp(34px,4vw,52px); line-height:1; letter-spacing:-.045em; }
.contacts-help-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.contacts-help-grid > div { min-height:180px; padding:20px; border:1px solid var(--line); border-radius:12px; background:rgba(5,13,19,.78); }
.contacts-help-grid span { color:#58b7ff; font-size:10px; font-weight:900; letter-spacing:.12em; }
.contacts-help-grid b { display:block; margin:28px 0 9px; font-size:14px; }
.contacts-help-grid p { margin:0; color:#7f8e9b; font-size:10.5px; line-height:1.55; }

@media (max-width:1080px) {
  .about-profile-grid { grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr); }
  .about-profile-copy { padding:38px; }
  .about-principle-grid { grid-template-columns:1fr; }
  .about-principle-grid > div { min-height:88px; }
  .about-metric-grid, .contact-method-grid { grid-template-columns:1fr 1fr; }
  .contacts-location-grid { grid-template-columns:1fr; }
  .contacts-location-card { min-height:auto; }
}

@media (max-width:760px) {
  .about-profile-grid, .about-scope-grid, .contacts-help-section { grid-template-columns:1fr; }
  .about-profile-photo { min-height:490px; border-right:0; border-bottom:1px solid var(--line); }
  .about-profile-photo img { max-height:460px; width:min(92%,390px); }
  .about-profile-copy { padding:28px 22px; }
  .about-profile-copy h2 { font-size:clamp(34px,8vw,50px); }
  .about-process-grid { grid-template-columns:1fr; }
  .about-process-card { grid-template-columns:110px minmax(0,1fr); min-height:190px; padding:18px; }
  .about-process-card img { width:110px; height:110px; }
  .about-final-cta { display:block; }
  .about-final-actions { margin-top:22px; }
  .contact-method-grid { grid-template-columns:1fr 1fr; }
  .contacts-help-grid { grid-template-columns:1fr; }
  .contacts-help-grid > div { min-height:130px; }
  .contacts-redesign-map { min-height:430px; }
}

@media (max-width:520px) {
  .about-metric-grid, .contact-method-grid { grid-template-columns:1fr; }
  .about-metric { min-height:140px; }
  .about-process-card { grid-template-columns:1fr; }
  .about-process-card img { width:120px; height:120px; }
  .about-scope-card { min-height:0; padding:22px; }
  .about-final-actions { display:grid; }
  .contacts-location-card { padding:24px 20px; }
  .contacts-info-row { grid-template-columns:1fr; gap:5px; }
  .contacts-redesign-map { min-height:390px; }
}


/* ===== v14: stable home CTA layout + non-clickable footer logo ===== */
/* Use a real grid for the two hero actions so browser zoom / intermediate
   widths cannot make flex items collide or visually overlap. */
.hero-actions {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 228px));
  gap:20px;
  width:max-content;
  max-width:100%;
  align-items:stretch;
}
.hero-actions .button {
  width:100%;
  min-width:0;
  max-width:100%;
}

/* Add a little more breathing room between CTAs and the benefits row on
   tablet/intermediate widths, where the previous layout looked crowded. */
@media (min-width:621px) and (max-width:1020px) {
  body:not(.inner-page) .hero-actions {
    grid-template-columns:repeat(2, minmax(0, 228px));
    gap:20px;
    margin-top:24px;
  }
  body:not(.inner-page) .hero-facts { margin-top:42px; }
}

/* If the available content width becomes too narrow for two full buttons,
   stack them instead of allowing any collision. */
@media (max-width:620px) {
  .hero-actions {
    grid-template-columns:minmax(0,1fr);
    width:100%;
    gap:9px;
  }
}

/* Footer identity is intentionally informational, not a navigation link. */
.site-footer .footer-brand {
  cursor:default;
  text-decoration:none;
  user-select:none;
}

/* ===== v15: raise home CTA buttons above the benefits divider ===== */
@media (min-width:621px) and (max-width:1020px) {
  body:not(.inner-page) .hero-actions {
    margin-top:14px;
  }
  /* Keep the divider / benefits row at its previous visual level while
     moving only the CTA buttons upward. */
  body:not(.inner-page) .hero-facts {
    margin-top:52px;
  }
}

/* ===== v16: restore the hero background / CTA relationship on tablet =====
   The grey floor band belongs to the PC background image. In the tablet
   layout the background had been compressed vertically, which pulled that
   band upward behind the CTA buttons. Keep the CTA layout intact and restore
   the earlier visual scale of the background so the band sits below them. */
@media (min-width:621px) and (max-width:1020px) {
  body:not(.inner-page) .hero-pc {
    overflow:hidden;
  }
  body:not(.inner-page) .hero-pc .pc-image {
    top:0;
    bottom:auto;
    height:116%;
    min-height:116%;
    object-position:63% top;
  }
  body:not(.inner-page) .hero-actions {
    margin-top:10px;
  }
  body:not(.inner-page) .hero-facts {
    margin-top:48px;
  }
}

/* ===== v17: restore pre-redesign home hero geometry on tablet =====
   This intentionally returns the 621–900px home hero to the layout used
   before the global page redesign: fixed-height hero, absolutely positioned
   copy, and full-height centered PC background. This puts the grey floor band
   back below the CTA row instead of letting normal document flow push the CTAs
   down into it. */
@media (min-width:621px) and (max-width:900px) {
  body:not(.inner-page) .hero {
    position:relative;
    height:920px;
    min-height:0;
    margin-inline:10px;
    padding:0;
    overflow:hidden;
  }
  body:not(.inner-page) .hero-copy {
    position:absolute;
    z-index:5;
    top:145px;
    left:28px;
    width:calc(100% - 56px);
    max-width:none;
    margin:0;
  }
  body:not(.inner-page) .hero .hero-slogan {
    max-width:620px;
    font-size:clamp(58px,10.5vw,82px);
  }
  body:not(.inner-page) .hero-text {
    max-width:680px;
  }
  body:not(.inner-page) .hero-pc {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:.76;
    overflow:hidden;
  }
  body:not(.inner-page) .hero-pc .pc-image {
    position:absolute;
    inset:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:63% center;
    transform:none;
  }
  body:not(.inner-page) .hero-actions {
    display:flex;
    width:auto;
    max-width:none;
    gap:20px;
    margin-top:22px;
  }
  body:not(.inner-page) .hero-actions .button {
    width:auto;
    min-width:228px;
    max-width:none;
  }
  body:not(.inner-page) .hero-facts {
    position:absolute;
    left:28px;
    right:28px;
    bottom:25px;
    width:auto;
    margin:0;
    grid-template-columns:repeat(3,1fr);
  }
}

/* Very narrow tablet widths keep the same vertical position but allow the
   second CTA to shrink, preventing collisions without moving the whole row. */
@media (min-width:621px) and (max-width:700px) {
  body:not(.inner-page) .hero-actions {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
  }
  body:not(.inner-page) .hero-actions .button {
    width:100%;
    min-width:0;
  }
}

/* ===== v18: lift home CTA group above the grey floor band =====
   On tablet/intermediate widths the PC floor band visually rises behind the
   action row. Move the discount + CTA group upward together so button spacing
   stays intact and the action buttons sit clearly above the grey band. */
@media (min-width:621px) and (max-width:1020px) {
  body:not(.inner-page) .hero-discount,
  body:not(.inner-page) .hero-actions {
    transform: translateY(-42px);
  }
}

/* ===== v19: reviews, direct-work fact and service-card buttons ===== */
@media (min-width:1181px) {
  .main-nav { gap:30px; }
}

body:not(.inner-page) .hero-facts {
  grid-template-columns:repeat(4,minmax(180px,1fr));
}
.fact:nth-child(4) { animation-delay:1.52s; }

.service-card > a.service-card-button {
  min-height:46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:auto;
  padding:0 17px;
  border:1px solid rgba(80,178,255,.34);
  border-radius:9px;
  background:linear-gradient(180deg,rgba(35,145,231,.18),rgba(11,72,119,.16));
  color:#f4f9fd;
  font-size:12px;
  font-weight:700;
  box-shadow:inset 0 1px rgba(255,255,255,.04);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.service-card > a.service-card-button:hover {
  transform:translateY(-2px);
  border-color:rgba(80,178,255,.78);
  background:linear-gradient(180deg,rgba(37,165,255,.34),rgba(12,126,219,.25));
  box-shadow:0 10px 26px rgba(18,143,238,.18),inset 0 1px rgba(255,255,255,.1);
}
.service-card > a.service-card-button:focus-visible {
  outline:2px solid var(--blue-light);
  outline-offset:3px;
}
.service-card > a.service-card-button b {
  color:var(--blue-light);
  font-size:20px;
  line-height:1;
  transition:transform .22s ease;
}
.service-card > a.service-card-button:hover b { transform:translateX(3px); }

.reviews-notice {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  min-height:290px;
  padding:42px;
  overflow:hidden;
  border:1px solid rgba(80,178,255,.25);
  border-radius:16px;
  background:radial-gradient(circle at 12% 10%,rgba(43,154,241,.16),transparent 40%),linear-gradient(145deg,rgba(8,19,28,.96),rgba(3,9,14,.94));
}
.reviews-notice::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.025),transparent 70%);
}
.reviews-notice > * { position:relative;z-index:1; }
.reviews-notice-mark {
  position:absolute;
  top:-34px;
  right:34px;
  color:rgba(80,178,255,.13);
  font:700 210px/1 Georgia,serif;
}
.reviews-notice h3 { margin:7px 0 14px;font-size:clamp(28px,3.4vw,48px);line-height:1.02;letter-spacing:-.04em; }
.reviews-notice p:not(.eyebrow) { max-width:720px;margin:0;color:#aeb9c4;line-height:1.7;font-size:14px; }
.reviews-notice-actions { display:flex;flex-direction:column;gap:10px;min-width:220px; }
.reviews-notice-actions .button { width:100%; }

.review-info-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; }
.review-info-card {
  min-height:190px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(155deg,rgba(8,17,25,.94),rgba(4,10,15,.9));
}
.review-info-card > b { color:var(--blue-light);font:700 11px/1 Consolas,monospace; }
.review-info-card h3 { margin:27px 0 10px;font-size:21px; }
.review-info-card p { margin:0;color:#8f9ca8;font-size:13px;line-height:1.6; }

@media (max-width:900px) {
  body:not(.inner-page) .hero-facts { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .reviews-notice { grid-template-columns:1fr;align-items:start;padding:30px; }
  .reviews-notice-actions { flex-direction:row;min-width:0; }
  .review-info-grid { grid-template-columns:1fr; }
}

@media (max-width:620px) {
  body:not(.inner-page) .hero-facts { grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px; }
  body:not(.inner-page) .fact { min-height:58px;padding:0 8px; }
  body:not(.inner-page) .fact:nth-child(2) { border-right:0; }
  body:not(.inner-page) .fact:nth-child(-n+2) { padding-bottom:15px;border-bottom:1px solid var(--line); }
  .reviews-notice { min-height:0;padding:25px 20px; }
  .reviews-notice-mark { top:-24px;right:8px;font-size:150px; }
  .reviews-notice-actions { display:grid;grid-template-columns:1fr; }
  .review-info-card { min-height:160px;padding:22px; }
}

/* Legal, trust and consent additions */
.footer-identity { display:grid;gap:3px;min-width:0;color:#7f8c98;font-size:11px;line-height:1.45; }
.footer-identity p { display:block!important;margin:0; }
.footer-identity a { color:#9fcff0;text-decoration:none; }
.site-footer { grid-template-columns:auto minmax(280px,1fr) auto auto auto;gap:20px; }
.privacy-consent {
  display:grid!important;
  grid-template-columns:20px 1fr;
  gap:10px;
  align-items:start;
  padding:13px 14px;
  border:1px solid rgba(80,178,255,.18);
  border-radius:10px;
  background:rgba(5,14,21,.72);
}
.privacy-consent input { width:18px;height:18px;margin:1px 0 0;accent-color:#1799ed; }
.privacy-consent span { color:#aebbc7!important;font-size:11px!important;font-weight:500!important;line-height:1.55!important;text-transform:none!important;letter-spacing:0!important; }
.privacy-consent a,.form-privacy-note a { color:#78c8ff; }
.privacy-consent:has(input.field-error) { border-color:#ff7070;box-shadow:0 0 0 2px rgba(255,112,112,.08); }

.map-box { position:relative; }
.map-box iframe[hidden] { display:none; }
.map-consent {
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:10px;
  padding:28px;
  text-align:center;
  background:radial-gradient(circle at 50% 20%,rgba(31,138,218,.18),transparent 42%),linear-gradient(145deg,#07111a,#03080d);
}
.map-consent p { max-width:520px;margin:0;color:#93a2af;font-size:13px;line-height:1.55; }
.map-consent p b { color:#eef5fa;font-size:18px; }
.map-consent .button { margin-top:8px; }

.legal-details-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
.legal-details-grid p { margin:0!important;padding:16px;border:1px solid var(--line);border-radius:10px;background:rgba(5,14,21,.58); }
.legal-details-grid strong { color:#7bc8ff; }
.legal-table-wrap { overflow-x:auto;margin:18px 0; }
.legal-table { width:100%;min-width:680px;border-collapse:collapse; }
.legal-table th,.legal-table td { padding:14px;border:1px solid rgba(80,178,255,.18);text-align:left;vertical-align:top;color:#aebbc7;line-height:1.5; }
.legal-table th { background:rgba(29,128,201,.16);color:#eef5fa;font-size:12px;text-transform:uppercase;letter-spacing:.06em; }
.legal-actions { display:flex;flex-wrap:wrap;gap:12px;margin-top:24px; }

.trust-summary-grid,.service-meta-grid,.faq-grid,.case-detail-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.trust-summary-card,.service-meta-card,.faq-card,.case-detail-card {
  padding:24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(155deg,rgba(8,17,25,.94),rgba(4,10,15,.9));
}
.trust-summary-card h3,.service-meta-card h3,.faq-card h3,.case-detail-card h3 { margin:0 0 10px;font-size:19px; }
.trust-summary-card p,.service-meta-card p,.faq-card p,.case-detail-card p { margin:0;color:#97a5b1;font-size:13px;line-height:1.65; }
.service-meta-card b,.case-detail-card b { color:#73c6ff; }
.service-meta-card ul { margin:12px 0 0;padding-left:18px;color:#9ba9b5;font-size:13px;line-height:1.65; }
.faq-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.case-detail-grid { margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr)); }
.case-detail-card { display:grid;gap:11px; }
.case-detail-card p strong { color:#eaf2f8; }
.review-consent-note { margin-top:18px;padding:18px;border-left:3px solid #36aaf5;background:rgba(18,109,173,.1);color:#a8b5c0;line-height:1.65; }
.review-consent-note a { color:#7bc8ff; }

.print-document-page { min-height:100vh;background:#e8edf1;color:#16202a;font-family:Arial,sans-serif; }
.print-document-header,.print-document-footer,.print-document { width:min(100% - 32px,960px);margin-inline:auto; }
.print-document-header { display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:24px 0;color:#34414d;font-size:13px;line-height:1.5; }
.print-document-header a,.print-document-footer a,.print-document a { color:#0a73bd; }
.print-document-header .brand { color:#101923;font-size:26px; }
.print-document { padding:40px;background:#fff;box-shadow:0 18px 55px rgba(20,35,48,.12); }
.print-document-title { text-align:center;margin-bottom:32px; }
.print-document-title h1 { margin:6px 0 10px;font-size:30px;line-height:1.1; }
.print-document-title p { margin:4px 0;color:#52606c; }
.form-sheet-section { margin:24px 0;break-inside:avoid; }
.form-sheet-section h2 { margin:0 0 12px;padding-bottom:7px;border-bottom:2px solid #1d84c8;font-size:18px; }
.form-sheet-section p,.form-sheet-section li { font-size:13px;line-height:1.55; }
.form-sheet-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px; }
.form-sheet-grid p { margin:0;min-height:36px;border-bottom:1px solid #9ca9b3; }
.form-sheet-table { width:100%;border-collapse:collapse;font-size:12px; }
.form-sheet-table th,.form-sheet-table td { height:38px;padding:8px;border:1px solid #8e9ba6;text-align:left; }
.form-sheet-table th { background:#eef3f7; }
.long-line { display:inline-block;min-width:55%;border-bottom:1px solid #8e9ba6; }
.sheet-check { display:block;margin:8px 0;font-size:13px; }
.sheet-check input { margin-right:8px; }
.signature-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:36px; }
.signature-grid small,.print-document-note { color:#687581;font-size:11px; }
.print-document-footer { display:flex;justify-content:space-between;padding:22px 0;font-size:13px; }

@media (max-width:900px) {
  .site-footer { grid-template-columns:auto 1fr auto; }
  .site-footer .footer-legal-link { display:none; }
  .trust-summary-grid,.service-meta-grid { grid-template-columns:1fr; }
  .case-detail-grid,.faq-grid { grid-template-columns:1fr; }
}
@media (max-width:620px) {
  .footer-identity { font-size:9px; }
  .site-footer { grid-template-columns:1fr auto; }
  .site-footer .footer-identity { grid-column:1 / -1;grid-row:2; }
  .legal-details-grid,.form-sheet-grid,.signature-grid { grid-template-columns:1fr; }
  .print-document-header { grid-template-columns:1fr auto; }
  .print-document-header > div { grid-column:1 / -1;grid-row:2; }
  .print-document { width:100%;padding:24px 18px; }
}
@media print {
  .print-document-page { background:#fff;color:#000; }
  .print-document-header,.print-document-footer,.print-button { display:none!important; }
  .print-document { width:100%;padding:0;box-shadow:none; }
  .form-sheet-section { margin:18px 0; }
  a { color:#000!important;text-decoration:none!important; }
  @page { size:A4;margin:14mm; }
}

/* Cookie choice: optional Yandex content is blocked until consent. */
.footer-cookie-settings {
  justify-self:end;
  padding:0;
  border:0;
  border-bottom:1px dashed rgba(120,200,255,.5);
  background:none;
  color:#8fcdf5;
  cursor:pointer;
  font:inherit;
  font-size:11px;
  line-height:1.5;
}
.footer-cookie-settings:hover { color:#d9f0ff;border-bottom-color:#d9f0ff; }
.footer-cookie-settings:focus-visible { outline:2px solid var(--blue-light);outline-offset:4px; }
.cookie-consent[hidden] { display:none!important; }
.cookie-consent {
  position:fixed;
  z-index:1200;
  inset:auto 18px 18px;
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.cookie-consent-card {
  width:min(100%,1040px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  padding:26px;
  border:1px solid rgba(92,190,255,.38);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(8,20,30,.98),rgba(2,8,13,.99));
  box-shadow:0 24px 70px rgba(0,0,0,.58);
  pointer-events:auto;
}
.cookie-consent-copy h2 { margin:5px 0 9px;font-size:clamp(22px,2.6vw,32px);line-height:1.05; }
.cookie-consent-copy > p:not(.eyebrow) { max-width:760px;margin:0 0 10px;color:#aab7c2;font-size:13px;line-height:1.6; }
.cookie-consent-copy > a { color:#7bc8ff;font-size:12px;line-height:1.45; }
.cookie-consent-actions { display:grid;grid-template-columns:repeat(2,minmax(145px,1fr));gap:10px; }
.cookie-consent-actions .button { width:100%;min-height:48px; }
.privacy-consent-secondary { border-color:rgba(103,166,209,.28);background:rgba(9,18,26,.84); }
.legal-doc-section code { padding:2px 5px;border:1px solid rgba(80,178,255,.2);border-radius:5px;background:rgba(5,14,21,.72);color:#8ed1ff;font-size:.9em; }

@media (max-width:1100px) {
  .site-footer { grid-template-columns:auto minmax(220px,1fr) auto auto auto; }
}
@media (max-width:900px) {
  .site-footer > a[href="#top"] { display:none; }
  .footer-cookie-settings { grid-column:3; }
  .cookie-consent-card { grid-template-columns:1fr;align-items:start;gap:18px;padding:22px; }
  .cookie-consent-actions { width:min(100%,420px); }
}
@media (max-width:620px) {
  .footer-cookie-settings { grid-column:2;grid-row:1; }
  .cookie-consent { inset:auto 8px 8px; }
  .cookie-consent-card { padding:20px 16px;border-radius:13px; }
  .cookie-consent-actions { grid-template-columns:1fr; }
}
