@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #06111a;
  --bg-deep: #040c13;
  --surface: #0a1721;
  --surface-soft: #0d1c27;
  --border: #20333f;
  --border-bright: #2c4858;
  --text: #f5f7f9;
  --muted: #98a8b4;
  --accent: #ffc400;
  --accent-deep: #f1aa00;
  --blue: #2494ff;
  --blue-bright: #49a9ff;
  --shadow-blue: 0 0 24px rgba(35, 145, 255, 0.24);
  --shadow-accent: 0 10px 30px rgba(255, 189, 0, 0.24);
  --font: "Manrope", Arial, sans-serif;
  --shell: 1280px;
  --radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 19%, rgba(32, 140, 220, 0.055), transparent 26%),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 9%, #07141d 48%, var(--bg-deep));
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

svg {
  display: block;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: #07111a;
  background: var(--accent);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.section-shell,
.header-shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 92px;
  border-bottom: 1px solid rgba(105, 145, 169, 0.07);
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.site-header.is-fixed {
  position: fixed;
  height: 76px;
  background: rgba(4, 12, 19, 0.92);
  border-color: rgba(99, 148, 179, 0.14);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  animation: header-drop 0.34s ease both;
}

.header-shell {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 49px;
  color: var(--accent);
  filter: drop-shadow(0 0 8px rgba(255, 196, 0, 0.48));
  transform: skew(-4deg);
}

.brand-mark :is(svg, img) {
  width: 40px;
  height: 45px;
  max-width: none;
  object-fit: contain;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.6;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.brand-copy small {
  margin-top: 7px;
  color: #8999a5;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.3vw, 41px);
  margin-left: auto;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-block: 29px;
  color: #d6dee3;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 1px;
  background: var(--accent);
  transition: inset 0.22s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #fff;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.nav-chevron {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  object-fit: contain;
  opacity: 0.82;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transform: rotate(90deg);
}

.header-contact {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 9px;
}

.header-contact > :is(svg, img) {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  object-fit: contain;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.9;
  filter: drop-shadow(0 0 5px rgba(36, 148, 255, 0.42));
}

.header-contact a {
  display: flex;
  flex-direction: column;
}

.header-contact strong {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.header-contact small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.button :is(svg, img) {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  object-fit: contain;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary,
.button-header {
  color: #10120e;
  background: linear-gradient(135deg, #ffd523 0%, #ffc400 48%, #f5ae00 100%);
  border-color: rgba(255, 221, 82, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    var(--shadow-accent);
}

.button-primary:hover,
.button-header:hover {
  background: linear-gradient(135deg, #ffe05a, #ffca12 52%, #f9b908);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 13px 36px rgba(255, 190, 0, 0.34);
  transform: translateY(-2px);
}

.button-primary :is(svg, img) {
  fill: currentColor;
  stroke: currentColor;
}

.button-header {
  min-height: 48px;
  padding-inline: 21px;
  margin-left: 2px;
  font-size: 12px;
  white-space: nowrap;
}

.button-header :is(svg, img) {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: rgba(9, 24, 34, 0.86);
  cursor: pointer;
}

.mobile-call {
  display: none;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 833px;
  overflow: hidden;
  background: #06111a;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 8, 14, 0.3) 0%, rgba(2, 9, 15, 0.18) 31%, rgba(3, 12, 19, 0.06) 48%, transparent 64%),
    linear-gradient(0deg, rgba(2, 9, 15, 0.24) 0%, transparent 15%, transparent 86%, rgba(1, 7, 12, 0.1) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 92px;
  background: linear-gradient(180deg, transparent, var(--bg) 100%);
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.hero-glow {
  position: absolute;
  right: -180px;
  bottom: 50px;
  z-index: 1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 143, 255, 0.15), transparent 66%);
  filter: blur(12px);
}

.hero-shell {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
  width: min(1320px, calc(100% - 64px));
  min-height: 833px;
  padding-top: 128px;
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 8;
  max-width: 624px;
  padding: 17px 0 33px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 5px 17px 5px 7px;
  color: var(--accent);
  background: rgba(5, 27, 42, 0.76);
  border: 1px solid rgba(41, 150, 255, 0.78);
  border-radius: 99px;
  box-shadow:
    inset 0 0 18px rgba(25, 122, 220, 0.12),
    0 0 18px rgba(29, 137, 255, 0.24);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.hero-badge span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-right: 9px;
  color: var(--accent);
  background: rgba(255, 200, 0, 0.08);
  border-radius: 50%;
}

.hero-badge :is(svg, img) {
  width: 16px;
  height: 16px;
  object-fit: contain;
  fill: currentColor;
  filter: drop-shadow(0 0 6px currentColor);
}

.hero h1 {
  max-width: 620px;
  margin-top: 23px;
  font-size: clamp(45px, 4.15vw, 64px);
  font-weight: 800;
  line-height: 1.075;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero h1 em,
.cta-copy h2 em {
  color: var(--accent);
  font-style: normal;
  text-shadow: 0 0 24px rgba(255, 196, 0, 0.14);
}

.hero-text {
  max-width: 560px;
  margin-top: 22px;
  color: #b2bec6;
  font-size: 15px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 27px;
}

.hero-actions .button {
  min-width: 210px;
  min-height: 56px;
  font-size: 13px;
}

.button-ghost {
  color: #f3f6f8;
  background: rgba(6, 18, 26, 0.68);
  border-color: #315466;
  box-shadow: inset 0 0 20px rgba(25, 98, 145, 0.06);
}

.button-ghost :is(svg, img) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}

.button-ghost:hover {
  color: #fff;
  background: rgba(15, 39, 53, 0.88);
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
  transform: translateY(-2px);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 620px;
  margin-top: 22px;
}

.hero-trust article {
  display: flex;
  align-items: center;
  min-height: 57px;
  padding: 9px 10px;
  color: #c9d2d8;
  background: rgba(8, 23, 33, 0.73);
  border: 1px solid rgba(54, 85, 103, 0.62);
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.35;
}

.hero-trust img {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  object-fit: contain;
}

.hero-shortcuts {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 620px;
  min-height: 102px;
  margin-top: 14px;
  overflow: hidden;
  background: rgba(7, 22, 32, 0.97);
  border: 1px solid rgba(55, 88, 106, 0.65);
  border-radius: 11px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.hero-shortcuts a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #cbd4d9;
  font-size: 10px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.hero-shortcuts a + a::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  width: 1px;
  background: rgba(79, 112, 132, 0.32);
}

.hero-shortcuts a:hover {
  color: #fff;
  background: rgba(26, 92, 136, 0.1);
}

.hero-shortcuts img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  opacity: 0.94;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.hero-shortcuts a:hover img {
  opacity: 1;
  transform: translateY(-3px);
}

.hero-visual {
  position: relative;
  align-self: end;
  height: 705px;
  margin-left: -40px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% 2% 7% 10%;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 14, 21, 0.64), transparent 22%),
    radial-gradient(ellipse at 73% 44%, rgba(41, 105, 141, 0.18), transparent 56%);
  border-radius: 44% 0 0 30%;
}

.hero-background,
.hero-mascot {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero-background {
  z-index: 0;
}

.hero-mascot {
  z-index: 3;
}

.hero-float {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  width: 170px;
  min-height: 95px;
  padding: 15px;
  color: #d8e2e8;
  background:
    linear-gradient(135deg, rgba(16, 36, 49, 0.98), rgba(8, 20, 29, 0.96));
  border: 1px solid rgba(78, 114, 134, 0.38);
  border-radius: 12px;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(13px);
}

.hero-float > img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  object-fit: contain;
}

.hero-float span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.hero-float strong {
  margin-block: 3px;
  color: #fff;
  font-size: 16px;
}

.hero-float small {
  color: #a3b1ba;
  font-size: 9px;
}

.hero-float-top {
  top: 303px;
  right: -5px;
}

.hero-float-bottom {
  right: 4px;
  bottom: 114px;
}

.electric-trace {
  --lightning-opacity-rest: 0.47;
  --lightning-opacity-peak: 0.65;
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  opacity: var(--lightning-opacity-rest);
  filter: saturate(0.92);
  animation: lightning-pulse 5.2s ease-in-out infinite;
  pointer-events: none;
}

.section {
  position: relative;
  padding: 20px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 91, 133, 0.06), transparent 40%),
    linear-gradient(90deg, transparent, rgba(74, 117, 142, 0.022) 50%, transparent);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.section-heading h2 {
  color: #f7f8f9;
  font-size: clamp(28px, 2.3vw, 36px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.section-heading > span {
  position: relative;
  width: 34px;
  height: 3px;
  margin-top: 14px;
  background: var(--accent);
  border-radius: 3px;
  box-shadow: 0 0 11px rgba(255, 196, 0, 0.36);
}

.section-heading > span::before,
.section-heading > span::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 15px;
  height: 1px;
  background: rgba(255, 196, 0, 0.18);
}

.section-heading > span::before {
  right: 100%;
  margin-right: 6px;
}

.section-heading > span::after {
  left: 100%;
  margin-left: 6px;
}

.services-section {
  min-height: 611px;
  padding: 34px 0 35px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 224px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px 17px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(24, 112, 180, 0.09), transparent 33%),
    linear-gradient(145deg, rgba(11, 28, 39, 0.92), rgba(7, 18, 26, 0.88));
  border: 1px solid rgba(54, 84, 101, 0.73);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.018),
    0 10px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 15% 0;
  height: 1px;
  opacity: 0;
  background: var(--blue);
  box-shadow: 0 0 14px var(--blue);
  transition: opacity 0.25s ease;
}

.service-card:hover {
  border-color: rgba(41, 143, 222, 0.68);
  box-shadow:
    inset 0 0 30px rgba(26, 111, 174, 0.06),
    0 17px 34px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card > img {
  width: 90px;
  height: 90px;
  margin: auto auto 13px;
  object-fit: contain;
  opacity: 0.94;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.service-card:hover > img {
  opacity: 1;
  transform: scale(1.04);
}

.service-card h3,
.advantages-grid h3,
.process-list h3,
.work-card h3,
.prices-grid h3,
.review-card h3 {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
}

.service-card h3 {
  font-size: 17px;
}

.service-card p {
  max-width: 244px;
  min-height: 39px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.service-card-accent {
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 196, 0, 0.11), transparent 38%),
    linear-gradient(145deg, rgba(12, 27, 36, 0.94), rgba(7, 18, 26, 0.88));
}

.service-card-accent > img {
  opacity: 1;
}

.advantages-section {
  min-height: 305px;
  padding: 18px 0 33px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.advantages-grid article {
  min-height: 176px;
  padding: 22px 15px 17px;
  text-align: center;
  background: linear-gradient(145deg, rgba(10, 25, 35, 0.86), rgba(7, 18, 26, 0.76));
  border: 1px solid rgba(51, 79, 94, 0.6);
  border-radius: 10px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.advantages-grid article:hover {
  border-color: rgba(255, 196, 0, 0.44);
  transform: translateY(-4px);
}

.advantages-grid img {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.advantages-grid p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.42;
}

.process-section {
  min-height: 276px;
  padding: 20px 0 31px;
}

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

.process-list::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue) 9%, var(--blue) 91%, transparent);
  box-shadow: 0 0 8px rgba(36, 148, 255, 0.4);
}

.process-list::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--blue-bright);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--blue);
  transform: translateX(-50%);
}

.process-list li {
  position: relative;
  z-index: 1;
  padding: 0 21px;
  text-align: center;
}

.step-number {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 17px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(27, 110, 184, 0.35), rgba(7, 24, 38, 0.96));
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow:
    0 0 18px rgba(36, 148, 255, 0.32),
    inset 0 0 16px rgba(36, 148, 255, 0.08);
  font-size: 21px;
  line-height: 1;
}

.process-list p {
  max-width: 210px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.48;
}

.works-section {
  min-height: 359px;
  padding: 15px 0 2px;
}

.carousel-shell {
  position: relative;
}

.works-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.work-card {
  overflow: hidden;
  min-width: 0;
  background: linear-gradient(145deg, rgba(10, 25, 35, 0.93), rgba(7, 18, 26, 0.88));
  border: 1px solid rgba(55, 84, 101, 0.68);
  border-radius: 11px;
  transition:
    transform 0.27s ease,
    border-color 0.27s ease,
    box-shadow 0.27s ease;
}

.work-card:hover {
  border-color: rgba(47, 141, 207, 0.52);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
}

.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.04) brightness(0.84);
  transition:
    filter 0.35s ease,
    transform 0.5s ease;
}

.work-card:hover img {
  filter: saturate(0.92) contrast(1.03) brightness(0.95);
  transform: scale(1.025);
}

.work-card > div {
  position: relative;
  min-height: 78px;
  padding: 14px 65px 13px 15px;
}

.work-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-card p {
  overflow: hidden;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-card small {
  position: absolute;
  top: 17px;
  right: 13px;
  padding: 4px 7px;
  color: #e7edf1;
  background: #0b1a24;
  border: 1px solid rgba(56, 86, 103, 0.72);
  border-radius: 99px;
  font-size: 8px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #8fa5b3;
  background: rgba(8, 22, 31, 0.88);
  border: 1px solid rgba(55, 89, 110, 0.42);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
  transform: translateY(-50%);
  transition:
    opacity 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.carousel-arrow:hover {
  color: #fff;
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
  opacity: 1;
}

.carousel-arrow :is(svg, img) {
  width: 17px;
  height: 17px;
  object-fit: contain;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.carousel-prev {
  left: -51px;
}

.carousel-prev :is(svg, img) {
  transform: rotate(180deg);
}

.carousel-next {
  right: -51px;
}

.prices-section {
  min-height: 407px;
  padding: 17px 0 37px;
}

.prices-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.prices-grid article {
  position: relative;
  min-height: 233px;
  overflow: hidden;
  padding: 26px 20px;
  background: linear-gradient(145deg, rgba(10, 25, 35, 0.9), rgba(7, 18, 26, 0.84));
  border: 1px solid rgba(53, 82, 98, 0.65);
  border-radius: 10px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.prices-grid article:hover {
  border-color: rgba(255, 196, 0, 0.48);
  transform: translateY(-4px);
}

.prices-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--accent);
  font-size: 16px;
  text-shadow: 0 0 12px rgba(255, 196, 0, 0.18);
}

.prices-grid p {
  position: relative;
  z-index: 2;
  max-width: 165px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.48;
}

.prices-grid img {
  position: absolute;
  right: 9px;
  bottom: 8px;
  width: 63px;
  height: 63px;
  object-fit: contain;
  opacity: 0.88;
}

.price-note {
  margin-top: 24px;
  color: #7d8f9a;
  font-size: 10px;
  text-align: center;
}

.reviews-section {
  min-height: 335px;
  padding: 17px 0 23px;
}

.reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 217px;
  padding: 25px 22px;
  background: linear-gradient(145deg, rgba(10, 25, 35, 0.93), rgba(7, 18, 26, 0.88));
  border: 1px solid rgba(55, 84, 101, 0.68);
  border-radius: 11px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.review-card:hover {
  border-color: rgba(48, 139, 202, 0.52);
  transform: translateY(-4px);
}

.review-card > img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border: 1px solid rgba(79, 104, 119, 0.52);
  border-radius: 50%;
  filter: saturate(0.82) contrast(1.02);
}

.review-card > div {
  min-width: 0;
}

.review-card h3 {
  display: inline;
  margin-right: 6px;
}

.review-card span {
  color: #8496a2;
  font-size: 10px;
}

.rating {
  margin: 7px 0 10px;
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.review-card blockquote {
  color: #bac5cc;
  font-size: 11.5px;
  line-height: 1.58;
}

.cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 32px 0;
  background:
    linear-gradient(90deg, rgba(5, 17, 25, 0.98), rgba(9, 27, 38, 0.9)),
    radial-gradient(circle at 20% 50%, rgba(27, 121, 211, 0.1), transparent 31%);
  border-top: 1px solid rgba(58, 91, 111, 0.52);
  border-bottom: 1px solid rgba(58, 91, 111, 0.52);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(19, 106, 182, 0.06), transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 127px, rgba(255, 255, 255, 0.012) 128px);
}

.cta-trace {
  --lightning-opacity-rest: 0.44;
  --lightning-opacity-peak: 0.62;
  position: absolute;
  top: -22px;
  bottom: -30px;
  left: 0;
  width: 230px;
  height: calc(100% + 52px);
  object-fit: fill;
  opacity: var(--lightning-opacity-rest);
  filter: drop-shadow(0 0 4px rgba(36, 148, 255, 0.28));
  animation: lightning-pulse 5.2s ease-in-out infinite;
  pointer-events: none;
}

.cta-shell {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 80px;
  min-height: 249px;
}

.cta-copy {
  position: relative;
  z-index: 2;
  padding-left: 115px;
}

.cta-copy h2 {
  font-size: clamp(28px, 2.7vw, 41px);
  font-weight: 750;
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.cta-points {
  display: flex;
  gap: 18px;
  margin-top: 25px;
}

.cta-points span {
  display: flex;
  align-items: center;
  color: #a4b3bd;
  font-size: 10px;
  white-space: nowrap;
}

.cta-points img {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  object-fit: contain;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-fields input {
  width: 100%;
  min-height: 57px;
  padding: 0 19px;
  color: #fff;
  outline: none;
  background: rgba(7, 20, 29, 0.68);
  border: 1px solid #38505f;
  border-radius: 9px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.form-fields input::placeholder {
  color: #84949e;
  opacity: 1;
}

.form-fields input:hover {
  border-color: #4c6879;
}

.form-fields input:focus {
  background: rgba(9, 26, 37, 0.94);
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(36, 148, 255, 0.12);
}

.cta-form .button {
  width: 100%;
  min-height: 58px;
}

.cta-form > small {
  color: #6f818d;
  font-size: 10px;
  text-align: center;
}

.cta-form > small a {
  color: #9db1bd;
  text-decoration: underline;
  text-decoration-color: rgba(157, 177, 189, 0.48);
  text-underline-offset: 2px;
}

.cta-form > small a:hover {
  color: #fff;
}

.form-status {
  min-height: 18px;
  color: #b5c3cb;
  font-size: 11px;
  text-align: center;
}

.site-footer {
  padding: 28px 0 14px;
  background:
    radial-gradient(circle at 20% 25%, rgba(21, 78, 116, 0.06), transparent 25%),
    #061019;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.72fr 1.06fr;
  gap: 80px;
}

.footer-intro .brand {
  margin-bottom: 21px;
}

.footer-intro p {
  max-width: 250px;
  color: #8697a2;
  font-size: 12px;
  line-height: 1.58;
}

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

.footer-column h3,
.footer-contacts h3 {
  margin: 2px 0 14px;
  font-size: 13px;
  font-weight: 700;
}

.footer-column a {
  margin-top: 8px;
  color: #899aa5;
  font-size: 11px;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: var(--accent);
}

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

.footer-contact {
  display: flex;
  align-items: flex-start;
  margin-top: 11px;
  color: #a6b4bd;
  font-size: 11px;
}

.footer-contact > :is(svg, img) {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 10px 0 0;
  object-fit: contain;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.65;
}

.footer-contact > span {
  display: flex;
  flex-direction: column;
}

.footer-contact strong {
  color: #e8edf0;
  font-size: 13px;
}

.footer-contact small {
  margin-top: 3px;
  color: #7e909b;
  font-size: 10px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1.8fr auto;
  align-items: center;
  gap: 40px;
  padding-top: 18px;
  margin-top: 20px;
  color: #687984;
  border-top: 1px solid rgba(58, 85, 101, 0.32);
  font-size: 10px;
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: 54px;
}

.footer-legal a,
.footer-bottom a {
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #a6b6c0;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #a5b5bf;
  border: 1px solid #3b5362;
  border-radius: 50%;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.socials a:hover {
  color: #fff;
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
  transform: translateY(-2px);
}

.socials :is(svg, img) {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  opacity: 0.82;
  transition:
    opacity 0.2s ease,
    filter 0.2s ease;
}

.socials a:first-child svg {
  fill: currentColor;
  stroke: none;
}

.socials a:hover img {
  opacity: 1;
  filter:
    brightness(1.2)
    drop-shadow(0 0 5px rgba(36, 148, 255, 0.42));
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 44px));
  padding: 13px 17px;
  color: #071019;
  background: var(--accent);
  border-radius: 9px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

body.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.motion-ready .hero-copy > * {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready.hero-entered .hero-copy > * {
  opacity: 1;
  transform: translateY(0);
}

body.motion-ready.hero-entered .hero-copy > :nth-child(2) {
  transition-delay: 0.07s;
}

body.motion-ready.hero-entered .hero-copy > :nth-child(3) {
  transition-delay: 0.14s;
}

body.motion-ready.hero-entered .hero-copy > :nth-child(4) {
  transition-delay: 0.2s;
}

body.motion-ready.hero-entered .hero-copy > :nth-child(5) {
  transition-delay: 0.26s;
}

body.motion-ready.hero-entered .hero-copy > :nth-child(6) {
  transition-delay: 0.32s;
}

body.motion-ready .hero-mascot {
  transform: translateX(34px) scale(1.012);
  transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
}

body.motion-ready.hero-entered .hero-mascot {
  transform: translateX(0) scale(1);
}

body.motion-ready .services-grid [data-reveal]:nth-child(2),
body.motion-ready .advantages-grid [data-reveal]:nth-child(2),
body.motion-ready .process-list [data-reveal]:nth-child(2) {
  transition-delay: 0.06s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(3),
body.motion-ready .advantages-grid [data-reveal]:nth-child(3),
body.motion-ready .process-list [data-reveal]:nth-child(3) {
  transition-delay: 0.12s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(4),
body.motion-ready .advantages-grid [data-reveal]:nth-child(4),
body.motion-ready .process-list [data-reveal]:nth-child(4) {
  transition-delay: 0.18s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(5),
body.motion-ready .advantages-grid [data-reveal]:nth-child(5) {
  transition-delay: 0.04s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(6),
body.motion-ready .advantages-grid [data-reveal]:nth-child(6) {
  transition-delay: 0.1s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(7) {
  transition-delay: 0.16s;
}

body.motion-ready .services-grid [data-reveal]:nth-child(8) {
  transition-delay: 0.22s;
}

@keyframes header-drop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lightning-pulse {
  0%,
  100% {
    opacity: var(--lightning-opacity-rest);
    filter:
      drop-shadow(0 0 4px rgba(36, 148, 255, 0.28))
      saturate(0.96);
  }
  50% {
    opacity: var(--lightning-opacity-peak);
    filter:
      drop-shadow(0 0 8px rgba(36, 148, 255, 0.46))
      saturate(1.08);
  }
}

.builder-preview *,
.builder-preview *::before,
.builder-preview *::after {
  animation-play-state: paused !important;
}

.builder-preview [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 981px) {
  .hero::after {
    height: 96px;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(6, 17, 26, 0.24) 66%,
      var(--bg) 100%
    );
  }

  .section-heading h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }

  .section-heading > span {
    margin-top: 11px;
  }

  .hero-copy {
    margin-left: 18px;
  }

  .hero-actions .button {
    min-width: 260px;
    min-height: 60px;
    font-size: 14px;
  }
}

@media (min-width: 1241px) {
  .header-shell {
    width: min(1348px, calc(100% - 92px));
  }

  .hero-mascot {
    translate: -20px 12px;
    scale: 1.1;
    transform-origin: center top;
  }

  .services-section > .section-shell,
  .advantages-section > .section-shell,
  .reviews-section > .section-shell,
  .site-footer > .section-shell {
    width: 1264px;
  }

  .process-section > .section-shell {
    width: 1240px;
  }

  .process-list::before {
    right: 0.5%;
    left: 0.5%;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    height: auto;
    margin: 0;
    align-self: auto;
    pointer-events: none;
  }

  .hero-float-top {
    top: 431px;
  }

  .main-nav {
    gap: 42px;
    margin-left: 75px;
  }

  .header-contact {
    position: relative;
    left: -9px;
    width: 203px;
    flex: 0 0 203px;
    margin-left: auto;
  }

  .header-contact strong {
    font-size: 16px;
  }

  .button-header {
    position: relative;
    left: 15px;
    width: 224px;
    min-height: 52px;
    flex: 0 0 224px;
  }

  .works-section .carousel-shell {
    transform: translateY(-22px);
  }

  .cta-section {
    padding: 7px 0 37px;
  }

  .cta-shell {
    width: min(1270px, calc(100% - 64px));
    grid-template-columns: 556px 542px;
    gap: 110px;
    min-height: 269px;
    background:
      linear-gradient(90deg, rgba(5, 19, 28, 0.88), rgba(10, 28, 39, 0.78)),
      radial-gradient(circle at 18% 50%, rgba(27, 121, 211, 0.09), transparent 34%);
    border: 1px solid rgba(58, 91, 111, 0.52);
    border-radius: 12px;
  }

  .cta-copy {
    padding-left: 123px;
  }

  .cta-copy h2 {
    width: 520px;
    max-width: none;
    font-size: 43px;
  }

  .cta-points {
    width: 520px;
  }

  .cta-form {
    width: 542px;
    justify-self: start;
  }
}

@media (max-width: 1240px) {
  .section-shell,
  .header-shell {
    width: min(1120px, calc(100% - 48px));
  }

  .header-shell {
    gap: 18px;
  }

  .main-nav {
    gap: 20px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .button-header {
    display: none;
  }

  .hero-shell {
    width: min(1160px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  }

  .hero h1 {
    font-size: clamp(43px, 5vw, 58px);
  }

  .hero-visual {
    margin-left: -80px;
  }

  .hero-background,
  .hero-mascot {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 55% center;
  }

  .hero-float {
    right: -8px;
  }

  .carousel-prev {
    left: -20px;
  }

  .carousel-next {
    right: -20px;
  }

  .footer-grid {
    gap: 42px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 72px;
  }

  .section-shell,
  .header-shell,
  .hero-shell {
    width: min(720px, calc(100% - 40px));
  }

  .site-header,
  .site-header.is-fixed {
    height: 72px;
  }

  .header-shell {
    justify-content: space-between;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .brand-mark {
    width: 30px;
    height: 40px;
  }

  .brand-mark :is(svg, img) {
    width: 34px;
    height: 38px;
  }

  .main-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 26px 24px 80px;
    overflow-y: auto;
    background: rgba(4, 12, 19, 0.985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
    backdrop-filter: blur(18px);
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    justify-content: space-between;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(64, 91, 107, 0.36);
    font-size: 18px;
  }

  .main-nav a::after {
    display: none;
  }

  .header-contact {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
    margin-left: 8px;
  }

  .hero {
    min-height: 1110px;
  }

  .hero-shell {
    display: block;
    min-height: 1110px;
    padding-top: 103px;
  }

  .hero-copy {
    max-width: 650px;
    padding-top: 5px;
  }

  .hero h1 {
    font-size: clamp(45px, 7.2vw, 58px);
  }

  .hero-text {
    max-width: 600px;
  }

  .hero-visual {
    position: absolute;
    right: -50px;
    bottom: 0;
    left: 26%;
    height: 625px;
    margin: 0;
    opacity: 0.82;
  }

  .hero-background,
  .hero-mascot {
    top: auto;
    right: -200px;
    bottom: -110px;
    left: auto;
    width: 1110px;
    height: auto;
    object-position: center;
  }

  .electric-trace {
    right: auto;
    bottom: 17px;
    left: -72px;
    width: 1120px;
    height: auto;
  }

  .hero-float {
    display: none;
  }

  .hero-copy {
    position: relative;
    z-index: 10;
  }

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

  .advantages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .prices-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prices-grid article:nth-child(4),
  .prices-grid article:nth-child(5) {
    min-height: 205px;
  }

  .reviews-track {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    padding: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-track::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    scroll-snap-align: start;
  }

  .carousel-prev {
    left: -16px;
  }

  .carousel-next {
    right: -16px;
  }

  .cta-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 32px;
  }

  .cta-copy {
    padding-left: 80px;
  }

  .cta-form {
    padding-left: 80px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-contacts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(58, 85, 101, 0.32);
  }

  .footer-contacts h3 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .section-shell,
  .header-shell,
  .hero-shell {
    width: calc(100% - 30px);
  }

  .header-contact {
    display: none;
  }

  .header-shell > .brand {
    order: 1;
  }

  .mobile-call {
    order: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    color: var(--blue-bright);
    background: rgba(9, 24, 34, 0.74);
    border: 1px solid var(--border);
    border-radius: 9px;
  }

  .mobile-call :is(svg, img) {
    width: 19px;
    height: 19px;
    object-fit: contain;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .menu-toggle {
    order: 3;
    margin-left: 4px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .hero {
    min-height: 1080px;
  }

  .hero-shell {
    min-height: 1080px;
    padding-top: 92px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-badge {
    min-height: 35px;
    font-size: 11px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(37px, 10.6vw, 47px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 52px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .hero-actions .button :is(svg, img) {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }

  .hero-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 16px;
  }

  .hero-trust article {
    min-height: 52px;
    padding-inline: 10px;
  }

  .hero-shortcuts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 78px;
    margin-top: 11px;
  }

  .hero-shortcuts img {
    width: 28px;
    height: 28px;
  }

  .hero-shortcuts a {
    gap: 5px;
    font-size: 9px;
  }

  .hero-visual {
    right: -220px;
    bottom: -8px;
    left: 0;
    height: 505px;
    opacity: 0.68;
  }

  .hero-background,
  .hero-mascot {
    top: auto;
    right: -125px;
    bottom: -115px;
    left: auto;
    width: 904px;
    height: auto;
    object-position: center;
  }

  .electric-trace {
    right: auto;
    bottom: 2px;
    left: -80px;
    width: 864px;
    height: auto;
  }

  .section {
    padding: 48px 0;
  }

  .services-section {
    padding-top: 18px;
  }

  .section-heading {
    margin-bottom: 27px;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-card {
    display: grid;
    grid-template-columns: 66px 1fr;
    grid-template-rows: auto auto;
    min-height: 128px;
    padding: 18px 19px;
    text-align: left;
  }

  .service-card > img {
    grid-row: 1 / 3;
    width: 53px;
    height: 53px;
    margin: 0;
    align-self: center;
  }

  .service-card h3 {
    align-self: end;
    font-size: 14px;
  }

  .service-card p {
    min-height: 0;
    margin-top: 5px;
    font-size: 11px;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .advantages-grid article {
    min-height: 156px;
    padding: 18px 10px 13px;
  }

  .advantages-grid img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .advantages-grid h3 {
    font-size: 12px;
  }

  .advantages-grid p {
    font-size: 10px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-list::before {
    top: 25px;
    bottom: 25px;
    left: 24px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue), rgba(36, 148, 255, 0.1));
  }

  .process-list::after {
    display: none;
  }

  .process-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    min-height: 92px;
    padding: 0;
    column-gap: 16px;
    text-align: left;
  }

  .step-number {
    grid-row: 1 / 3;
    margin: 0;
  }

  .process-list h3 {
    align-self: end;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .process-list p {
    max-width: none;
    margin: 3px 0 0;
    font-size: 10.5px;
  }

  .works-track {
    display: grid;
    grid-auto-columns: 82%;
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 12px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .works-track::-webkit-scrollbar {
    display: none;
  }

  .work-card {
    scroll-snap-align: start;
  }

  .carousel-arrow {
    top: 43%;
    width: 34px;
    height: 34px;
  }

  .carousel-prev {
    left: -9px;
  }

  .carousel-next {
    right: -9px;
  }

  .prices-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .prices-grid article,
  .prices-grid article:nth-child(4),
  .prices-grid article:nth-child(5) {
    min-height: 154px;
    padding: 21px 88px 20px 20px;
  }

  .prices-grid p {
    max-width: none;
    margin-top: 9px;
  }

  .prices-grid strong {
    margin-top: 8px;
  }

  .prices-grid img {
    right: 16px;
    bottom: 34px;
  }

  .reviews-track {
    grid-template-columns: none;
    grid-auto-columns: 89%;
    grid-auto-flow: column;
  }

  .review-card {
    grid-template-columns: 68px 1fr;
    min-width: 0;
    min-height: 195px;
    padding: 21px 17px;
  }

  .review-card > img {
    width: 56px;
    height: 56px;
  }

  .cta-section {
    padding: 18px 0 27px;
  }

  .cta-shell {
    min-height: 0;
    padding-block: 27px 12px;
  }

  .cta-copy,
  .cta-form {
    padding-left: 0;
  }

  .cta-copy h2 {
    font-size: 31px;
  }

  .cta-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-left: 58px;
  }

  .cta-trace {
    top: -3px;
    left: -48px;
    width: 62px;
    height: 280px;
  }

  .form-fields {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .form-fields input {
    min-height: 53px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }

  .footer-intro {
    grid-column: 1 / -1;
  }

  .footer-intro p {
    max-width: 330px;
  }

  .footer-contacts {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-contacts h3 {
    margin-bottom: 5px;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }

  .footer-legal {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-content: flex-start;
    gap: 20px;
  }

  .footer-bottom > small {
    grid-column: 1;
    grid-row: 2;
  }

  .socials {
    grid-column: 2;
    grid-row: 2;
  }

  .socials a {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .electric-trace,
  .cta-trace {
    animation: none !important;
    opacity: var(--lightning-opacity-rest);
    filter: saturate(0.92);
  }
}

@media (forced-colors: active) {
  .button-primary,
  .button-header {
    border: 2px solid ButtonText;
  }

  .section-heading > span {
    background: Highlight;
  }
}
