:root {
  color-scheme: light;
  --ink: #101a22;
  --muted: #5c6973;
  --line: #d5e1e7;
  --paper: #f4f7f6;
  --panel: #ffffff;
  --blue: #15649c;
  --teal: #00a98f;
  --amber: #f1ad32;
  --green: #54d889;
  --dark: #09131a;
  --dark-2: #101f2a;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(4, 14, 22, 0.26);
  --glow: 0 22px 70px rgba(0, 169, 143, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 169, 143, 0.08), transparent 22vw),
    radial-gradient(circle at 86% 38%, rgba(21, 100, 156, 0.08), transparent 26vw),
    linear-gradient(180deg, #f2f7f7 0%, #eaf2f3 48%, #f5f8f6 100%),
    var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.svg-sprite symbol * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 240px) 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(114, 221, 211, 0.18);
  background: rgba(9, 19, 26, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  font-weight: 800;
  color: #f7fbfc;
  letter-spacing: 0;
}

.brand span {
  max-width: 185px;
  font-size: 13px;
  line-height: 1.05;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.main-nav {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border: 1px solid rgba(140, 226, 218, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #f7fbfc;
}

.main-nav a,
.header-contact {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border-radius: var(--radius);
  color: #b9c8d1;
  font-size: 13px;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(0, 169, 143, 0.13);
  color: #f7fbfc;
}

.header-contact {
  border: 1px solid rgba(140, 226, 218, 0.26);
  color: #f7fbfc;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100vw - 36px));
  overflow: hidden;
  margin-inline: auto;
  padding: clamp(34px, 4.2vw, 58px) clamp(26px, 5vw, 72px) clamp(28px, 3.6vw, 42px);
  border: 1px solid rgba(132, 226, 216, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-3d {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 169, 143, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(0, 169, 143, 0.12) 1px, transparent 1px),
    linear-gradient(110deg, #09131a 0%, #102231 52%, #161d25 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 0;
  width: min(820px, 82%);
  height: 180px;
  border-top: 1px solid rgba(241, 173, 50, 0.36);
  border-right: 1px solid rgba(0, 169, 143, 0.32);
  clip-path: polygon(18% 0, 100% 0, 100% 68%, 88% 100%, 0 100%, 0 22%);
  opacity: 0.72;
  transform: translateX(-50%);
}

.hero__content,
.section,
.page-hero,
.site-footer {
  width: min(1180px, calc(100vw - 36px));
  margin-inline: auto;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1080px;
  margin-bottom: 20px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  margin-inline: auto;
  color: #f7fbfc;
  text-shadow: 0 14px 48px rgba(0, 0, 0, 0.32);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
}

.lead {
  max-width: 1040px;
  color: var(--muted);
  font-size: clamp(17px, 1.9vw, 20px);
}

.hero .lead {
  margin-inline: auto;
  color: #c8d5dc;
}

.system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 100%;
  margin: 18px auto 0;
}

.system-strip span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #a9bbc6;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.system-strip span:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 173, 50, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 22px 0;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
}

.button--primary {
  background: var(--amber);
  color: #101a22;
  box-shadow: 0 14px 36px rgba(241, 173, 50, 0.22);
}

.button--primary:hover {
  background: #ffc057;
}

.button--ghost {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.hero .button--ghost {
  border-color: rgba(132, 226, 216, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbfc;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 100%;
  margin: 24px auto 0;
}

.hero-metrics div,
.service-grid article,
.price-list div,
.side-note,
.contact-card,
.calc-result {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.hero-metrics div {
  padding: 12px 14px;
  text-align: center;
}

.hero-metrics div {
  border-color: rgba(132, 226, 216, 0.22);
  background: rgba(255, 255, 255, 0.07);
  transform: translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-metrics div:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 173, 50, 0.55);
  background: rgba(255, 255, 255, 0.11);
}

.hero-metrics dt {
  font-size: 20px;
  font-weight: 900;
  color: #f7fbfc;
}

.hero-metrics dd {
  margin: 2px 0 0;
  color: #adc0ca;
  font-size: 12px;
}

.hero-orbit {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 1;
  width: min(520px, 52%);
  aspect-ratio: 1.42;
  pointer-events: none;
  transform: translateX(-50%) perspective(900px) rotateX(58deg) rotateZ(-14deg);
  transform-style: preserve-3d;
  opacity: 0.34;
}

.hero-orbit::before,
.hero-orbit::after,
.hero-orbit span,
.hero-orbit i {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-orbit::before {
  inset: 18%;
  border: 1px solid rgba(132, 226, 216, 0.28);
  border-radius: 24px;
  box-shadow:
    0 0 42px rgba(0, 169, 143, 0.2),
    inset 0 0 34px rgba(0, 169, 143, 0.08);
  animation: heroOrbitPulse 5.5s ease-in-out infinite;
}

.hero-orbit::after {
  inset: 0;
  border: 1px solid rgba(241, 173, 50, 0.26);
  border-radius: 36px;
  clip-path: polygon(0 0, 70% 0, 70% 1px, 100% 1px, 100% 100%, 28% 100%, 28% calc(100% - 1px), 0 calc(100% - 1px));
}

.hero-orbit::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 169, 143, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(132, 226, 216, 0.08), rgba(241, 173, 50, 0.035));
}

.hero-orbit span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 32px rgba(0, 169, 143, 0.88);
}

.hero-orbit span:nth-child(1) {
  top: 10%;
  left: 20%;
}

.hero-orbit span:nth-child(2) {
  top: 46%;
  right: 8%;
  background: var(--amber);
  box-shadow: 0 0 32px rgba(241, 173, 50, 0.9);
}

.hero-orbit span:nth-child(3) {
  left: 46%;
  bottom: 4%;
  background: #6bb8ff;
  box-shadow: 0 0 32px rgba(107, 184, 255, 0.82);
}

.hero-orbit i {
  inset: 32% 18%;
  border-top: 1px solid rgba(132, 226, 216, 0.3);
  border-bottom: 1px solid rgba(132, 226, 216, 0.18);
  transform: skewX(-22deg);
}

.section {
  padding: 74px 0;
}

.section--tight {
  padding-top: 28px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.service-grid {
  perspective: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  position: relative;
  min-height: 258px;
  padding: 26px;
  overflow: hidden;
  border-color: rgba(152, 185, 196, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 250, 0.88)),
    #fff;
  box-shadow: 0 18px 44px rgba(8, 26, 35, 0.08);
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.service-grid article:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  border-color: rgba(0, 169, 143, 0.44);
  box-shadow: 0 28px 60px rgba(7, 18, 27, 0.16);
}

.service-grid article::before {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -46px;
  width: 148px;
  height: 148px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(0, 169, 143, 0.18), rgba(21, 100, 156, 0.04)),
    rgba(0, 169, 143, 0.06);
  transform: rotate(18deg) skew(-8deg);
}

.service-grid article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  border-top: 2px solid rgba(0, 169, 143, 0.42);
  border-right: 2px solid rgba(241, 173, 50, 0.36);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 72% 100%, 72% 28%, 0 28%);
}

.service-icon-shell {
  position: relative;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(132, 226, 216, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(224, 248, 246, 0.68)),
    #e8f6f3;
  box-shadow:
    14px 18px 34px rgba(7, 18, 27, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotateX(16deg) rotateY(-18deg) translateZ(18px);
  transform-style: preserve-3d;
}

.service-icon-shell::before,
.service-icon-shell::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.service-icon-shell::before {
  inset: 10px;
  border: 1px solid rgba(0, 169, 143, 0.24);
  transform: translateZ(12px);
}

.service-icon-shell::after {
  right: -10px;
  bottom: -12px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 169, 143, 0.22), rgba(9, 19, 26, 0.06));
  transform: translateZ(-14px);
  z-index: -1;
}

.service-icon {
  width: 38px;
  height: 38px;
  color: var(--teal);
  filter: drop-shadow(0 10px 14px rgba(0, 169, 143, 0.28));
  transform: translateZ(22px);
}

.service-grid span {
  position: relative;
  z-index: 1;
  color: var(--amber);
  font-weight: 900;
}

.service-grid h3,
.service-grid p {
  position: relative;
  z-index: 1;
}

.service-grid p,
.prices p,
.side-note p,
.page-hero p,
.calc-result p {
  color: var(--muted);
}

.prices {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.system-section {
  padding-bottom: 36px;
}

.system-section .section-head p:not(.eyebrow) {
  max-width: 920px;
  color: var(--muted);
  font-size: 18px;
}

.system-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.system-map::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 169, 143, 0.52), rgba(241, 173, 50, 0.44), transparent);
}

.system-map article {
  position: relative;
  min-height: 230px;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(132, 226, 216, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(242, 250, 249, 0.88)),
    #fff;
  box-shadow: 0 18px 48px rgba(7, 18, 27, 0.08);
}

.system-map article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -36px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(0, 169, 143, 0.24);
  border-radius: 24px;
  transform: rotate(18deg);
}

.system-map span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 169, 143, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 169, 143, 0.3), transparent 46%),
    rgba(0, 169, 143, 0.08);
  box-shadow: 0 18px 42px rgba(0, 169, 143, 0.16);
}

.system-map h3,
.system-map p {
  position: relative;
  z-index: 1;
}

.system-map p {
  margin-bottom: 0;
  color: var(--muted);
}

.situations-section {
  padding-top: 42px;
}

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

.situations-grid article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(152, 185, 196, 0.28);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 26, 35, 0.07);
}

.situations-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--amber);
  font-weight: 900;
}

.situations-grid p {
  color: var(--muted);
}

.competence-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 30px;
  align-items: start;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(132, 226, 216, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 14%, rgba(241, 173, 50, 0.2), transparent 250px),
    linear-gradient(135deg, #07131b, #102231);
  box-shadow: var(--shadow);
  color: #f7fbfc;
}

.competence-section p {
  color: #c8d5dc;
  font-size: 18px;
}

.competence-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.competence-list a {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: #f7fbfc;
  font-weight: 800;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.competence-list a:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 173, 50, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.trust-section {
  padding-top: 44px;
}

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

.trust-grid p {
  min-height: 190px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #f8fbfa);
  color: var(--muted);
  box-shadow: 0 18px 42px rgba(8, 26, 35, 0.06);
}

.scenario-section {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(132, 226, 216, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 169, 143, 0.28), transparent 240px),
    linear-gradient(130deg, rgba(7, 18, 27, 0.98), rgba(16, 34, 49, 0.96)),
    var(--dark);
  box-shadow: var(--shadow);
  color: #f7fbfc;
}

.scenario-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(132, 226, 216, 0.1) 17%, transparent 18% 72%, rgba(241, 173, 50, 0.12) 73%, transparent 74%),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(255, 255, 255, 0.04) 73px, transparent 74px);
  opacity: 0.8;
}

.scenario-section > * {
  position: relative;
  z-index: 1;
}

.scenario-section .section-head p:not(.eyebrow) {
  max-width: 780px;
  color: #b9c8d1;
  font-size: 18px;
}

.scenario-grid {
  perspective: 1200px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scenario-grid article {
  position: relative;
  min-height: 360px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(132, 226, 216, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.scenario-grid article:hover {
  transform: translateY(-7px) rotateX(1deg);
  border-color: rgba(241, 173, 50, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.055);
}

.scenario-symbol {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(132, 226, 216, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(0, 169, 143, 0.2), rgba(21, 100, 156, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 22px 60px rgba(0, 169, 143, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: perspective(600px) rotateX(58deg) rotateZ(-22deg);
}

.scenario-symbol span,
.scenario-symbol i {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.scenario-symbol span {
  inset: 18px;
  border: 1px solid rgba(132, 226, 216, 0.4);
}

.scenario-symbol i {
  inset: 34px;
  background: var(--teal);
  box-shadow: 0 0 38px rgba(0, 169, 143, 0.72);
}

.scenario-symbol--amber {
  background:
    linear-gradient(145deg, rgba(241, 173, 50, 0.24), rgba(0, 169, 143, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.scenario-symbol--amber i {
  background: var(--amber);
  box-shadow: 0 0 38px rgba(241, 173, 50, 0.74);
}

.scenario-grid h3,
.scenario-grid p,
.scenario-grid ul {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 98px);
}

.scenario-grid p {
  color: #c4d2da;
}

.scenario-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.scenario-grid li {
  padding-left: 18px;
  border-left: 3px solid var(--teal);
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-list div {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.price-list strong {
  font-size: 18px;
}

.price-list span {
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
}

.calc-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(132, 226, 216, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 22%, rgba(241, 173, 50, 0.16), transparent 220px),
    linear-gradient(135deg, #102231, #07131b);
  box-shadow: var(--shadow);
  color: #f7fbfc;
}

.calc-preview::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(132, 226, 216, 0.12);
  border-radius: var(--radius);
  clip-path: polygon(0 0, 28% 0, 28% 1px, 72% 1px, 72% 0, 100% 0, 100% 100%, 70% 100%, 70% calc(100% - 1px), 30% calc(100% - 1px), 30% 100%, 0 100%);
}

.calc-preview > * {
  position: relative;
  z-index: 1;
}

.calc-preview .section-head p:not(.eyebrow),
.calc-preview .calc-result p {
  color: #b9c8d1;
}

.workflow {
  padding-top: 34px;
}

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

.workflow-list li {
  min-height: 245px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #f9fbfa 100%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.workflow-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(7, 18, 27, 0.1);
}

.workflow-list span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e6f2ef;
  color: var(--teal);
  font-weight: 900;
}

.workflow-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

.workflow-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.calc-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.calc-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.calc-controls label {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(132, 226, 216, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.calc-controls input {
  width: 100%;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid rgba(132, 226, 216, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
}

.calc-result {
  position: sticky;
  top: 90px;
  padding: 22px;
  border-color: rgba(132, 226, 216, 0.22);
  background: rgba(7, 18, 27, 0.88);
  box-shadow: var(--shadow);
}

.calc-result span {
  color: var(--teal);
  font-weight: 900;
}

.calc-result strong {
  display: block;
  margin: 10px 0;
  font-size: 34px;
  line-height: 1;
  color: #fff;
}

.detail-band {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
  padding: 48px;
  overflow: hidden;
  border: 1px solid rgba(132, 226, 216, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(8, 25, 35, 0.96), rgba(13, 45, 57, 0.94)),
    var(--dark);
  box-shadow: var(--shadow);
  color: #fff;
}

.detail-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(132, 226, 216, 0.12) 19%, transparent 20% 46%, rgba(247, 181, 44, 0.12) 47%, transparent 48%),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(255, 255, 255, 0.035) 63px, transparent 64px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.detail-band::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 28%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(132, 226, 216, 0.12), transparent);
  animation: scanBand 8s ease-in-out infinite;
}

.detail-band > * {
  position: relative;
  z-index: 1;
}

.detail-band .eyebrow {
  color: var(--amber);
}

.detail-band h2 {
  color: #fff;
}

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

.detail-grid p {
  position: relative;
  margin: 0;
  min-height: 160px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 251, 252, 0.82);
}

.detail-grid p::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 181, 44, 0.58);
  border-left-color: transparent;
  border-radius: 50%;
  animation: orbitSpin 7s linear infinite;
}

.request,
.contacts-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-lines a,
.contact-lines span,
.contact-card a,
.contact-card p {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.form-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.form-frame--button {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(0, 169, 143, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 169, 143, 0.08) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}

.form-frame--button > div {
  max-width: 430px;
  text-align: center;
}

.form-frame--button span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-frame--button strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.form-frame--button p {
  color: var(--muted);
}

.form-frame--button .button {
  margin-top: 12px;
}

.request-console {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 169, 143, 0.28), transparent 112px),
    linear-gradient(145deg, #07131b, #102a38 58%, #07131b);
  box-shadow: var(--shadow);
}

.request-console::before,
.request-console::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.request-console::before {
  inset: 18px;
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  clip-path: polygon(0 0, 32% 0, 32% 1px, 70% 1px, 70% 0, 100% 0, 100% 100%, 72% 100%, 72% calc(100% - 1px), 30% calc(100% - 1px), 30% 100%, 0 100%);
}

.request-console::after {
  inset: auto 28px 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--teal), transparent);
  animation: signalLine 3s ease-in-out infinite;
}

.request-console__orbit {
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(132, 226, 216, 0.2);
  border-radius: 50%;
  transform: rotateX(58deg);
  animation: orbitTiltSpin 12s linear infinite;
}

.request-console__orbit span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 28px rgba(247, 181, 44, 0.75);
}

.request-console__orbit span:nth-child(1) {
  top: -6px;
  left: calc(50% - 6px);
}

.request-console__orbit span:nth-child(2) {
  right: 24px;
  bottom: 42px;
  background: var(--teal);
  box-shadow: 0 0 28px rgba(0, 169, 143, 0.75);
}

.request-console__orbit span:nth-child(3) {
  left: 30px;
  bottom: 56px;
  background: #6bb8ff;
  box-shadow: 0 0 28px rgba(107, 184, 255, 0.75);
}

.request-console__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.request-console__content > span {
  color: rgba(245, 251, 252, 0.66);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.request-console__content strong {
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
}

.request-console .button {
  min-width: min(280px, calc(100vw - 96px));
  box-shadow: 0 16px 42px rgba(247, 181, 44, 0.3);
}

.form-frame--inline {
  min-height: 620px;
  padding: 16px;
  background:
    linear-gradient(120deg, rgba(0, 169, 143, 0.08), rgba(0, 176, 240, 0.06)),
    #fff;
}

.form-frame--inline > script {
  display: none;
}

@keyframes scanBand {
  0%,
  38% {
    transform: translateX(0);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  100% {
    transform: translateX(520%);
    opacity: 0;
  }
}

@keyframes signalLine {
  0%,
  100% {
    transform: scaleX(0.24);
    opacity: 0.4;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitTiltSpin {
  from {
    transform: rotateX(58deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(58deg) rotateZ(360deg);
  }
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(132, 226, 216, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(132, 226, 216, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(132, 226, 216, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(0, 169, 143, 0.2), transparent 260px),
    linear-gradient(135deg, #09131a, #102231);
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: var(--shadow);
  color: #f7fbfc;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 0;
  border: 1px solid rgba(132, 226, 216, 0.14);
  clip-path: polygon(0 0, 78% 0, 100% 34%, 100% 100%, 13% 100%, 0 78%);
  pointer-events: none;
}

.page-hero > div,
.page-hero__panel {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 100%;
}

.page-hero .eyebrow {
  color: #46e5d6;
}

.page-hero p {
  max-width: 820px;
  color: #c8d5dc;
  font-size: 20px;
}

.page-hero .actions {
  justify-content: flex-start;
}

.page-hero .button--ghost {
  border-color: rgba(132, 226, 216, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbfc;
}

.page-hero__panel {
  padding: 24px;
  border: 1px solid rgba(132, 226, 216, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-hero__panel::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(241, 173, 50, 0.42);
  border-left-color: transparent;
  border-radius: 50%;
  animation: orbitSpin 9s linear infinite;
}

.page-hero__panel span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero__panel strong {
  display: block;
  margin: 10px 0;
  max-width: 300px;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
}

.page-hero__panel p {
  margin: 0;
  color: #c8d5dc;
  font-size: 16px;
}

.legal-hero p {
  max-width: 980px;
}

.legal-hero a,
.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-content article {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.legal-content h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
}

.legal-content p {
  max-width: 1040px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-content p:last-child,
.legal-content ul:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
}

.two-column > div > p {
  max-width: 100%;
  color: var(--muted);
  font-size: 18px;
}

.service-detail {
  padding-bottom: 34px;
}

.service-copy {
  padding-top: 0;
}

.service-copy__body {
  max-width: 980px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.service-copy__body p:last-child {
  margin-bottom: 0;
}

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

.service-detail__grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #f8fbfa);
  box-shadow: 0 18px 44px rgba(8, 26, 35, 0.07);
}

.service-detail__grid h3 {
  margin-bottom: 16px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
  background: #fff;
  color: var(--muted);
}

.side-note,
.contact-card {
  padding: 22px;
}

.side-note span {
  color: var(--amber);
  font-weight: 900;
}

.side-note strong {
  display: block;
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.15;
}

.site-footer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer div {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer strong {
  color: var(--ink);
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 40;
  width: min(860px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(132, 226, 216, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(8, 25, 35, 0.96), rgba(13, 45, 57, 0.96)),
    var(--dark);
  box-shadow: 0 22px 70px rgba(4, 14, 22, 0.32);
  color: #f7fbfc;
  transform: translateX(-50%);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
}

.cookie-banner p {
  max-width: 620px;
  margin: 0;
  color: #c8d5dc;
  font-size: 14px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.cookie-banner__actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(132, 226, 216, 0.26);
  border-radius: var(--radius);
  color: #e8f7f6;
  font-weight: 800;
}

.cookie-banner .button {
  min-height: 42px;
  padding: 9px 16px;
}

.admin-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(0, 169, 143, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 169, 143, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #08131b, #122b39);
  background-size: 42px 42px, 42px 42px, auto;
  color: #f7fbfc;
}

.admin-auth,
.admin-dashboard {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 42px 0;
}

.admin-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.admin-card,
.admin-panel,
.admin-topbar {
  border: 1px solid rgba(132, 226, 216, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.admin-card {
  width: min(520px, 100%);
  padding: 30px;
}

.admin-card h1,
.admin-topbar h1,
.admin-panel h2 {
  color: #fff;
}

.admin-card p,
.admin-panel p {
  color: #c8d5dc;
}

.admin-card code,
.admin-panel code {
  color: #46e5d6;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px;
}

.admin-topbar h1 {
  margin-bottom: 0;
}

.admin-topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 18px;
  align-items: start;
}

.admin-panel {
  padding: 24px;
}

.admin-panel--wide {
  grid-column: 1 / -1;
}

.admin-page-list {
  display: grid;
  gap: 16px;
}

.admin-panel fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(132, 226, 216, 0.16);
  border-radius: var(--radius);
}

.admin-panel legend {
  padding: 0 8px;
  color: #fff;
  font-weight: 800;
}

.admin-panel legend span {
  color: #8fa5af;
  font-size: 13px;
  font-weight: 400;
}

.admin-panel label,
.admin-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #d8e5eb;
  font-size: 14px;
  font-weight: 800;
}

.admin-panel input,
.admin-panel textarea,
.admin-card input {
  width: 100%;
  border: 1px solid rgba(132, 226, 216, 0.26);
  border-radius: var(--radius);
  background: rgba(7, 20, 29, 0.78);
  color: #fff;
  font: inherit;
  padding: 12px 14px;
}

.admin-panel textarea {
  resize: vertical;
}

.admin-panel input:focus,
.admin-panel textarea:focus,
.admin-card input:focus {
  outline: 2px solid rgba(70, 229, 214, 0.35);
  border-color: #46e5d6;
}

.admin-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 800;
}

.admin-alert--success {
  border: 1px solid rgba(84, 216, 137, 0.36);
  background: rgba(84, 216, 137, 0.14);
  color: #dff8e9;
}

.admin-alert--error {
  border: 1px solid rgba(255, 112, 112, 0.38);
  background: rgba(255, 112, 112, 0.14);
  color: #ffe3e3;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand span {
    max-width: 210px;
    font-size: 13px;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-header:not(.is-open) .main-nav {
    display: none;
  }

  .header-contact {
    grid-column: 1 / -1;
  }

  .prices,
  .system-map,
  .scenario-grid,
  .situations-grid,
  .competence-section,
  .calc-layout,
  .admin-grid,
  .page-hero,
  .request,
  .contacts-page,
  .two-column,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .workflow-list,
  .competence-list,
  .trust-grid,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero {
    display: block;
    padding-top: 42px;
  }

  .scenario-section,
  .calc-preview {
    padding: 34px;
  }

  .scenario-symbol {
    position: relative;
    top: auto;
    right: auto;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
  }

  .scenario-grid article {
    min-height: auto;
  }

  .scenario-grid h3,
  .scenario-grid p,
  .scenario-grid ul {
    max-width: none;
  }

  .detail-band {
    padding: 34px;
  }

  .hero-orbit {
    position: absolute;
    top: 70px;
    left: 50%;
    width: min(420px, 86%);
    opacity: 0.5;
    transform: translateX(-50%) perspective(900px) rotateX(58deg) rotateZ(-14deg);
  }

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

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

  .calc-result {
    position: static;
  }
}

@media (max-width: 640px) {
  .brand span {
    max-width: 175px;
    font-size: 12px;
  }

  .main-nav a,
  .header-contact {
    width: 100%;
  }

  h1 {
    font-size: 36px;
  }

  .service-grid,
  .price-list,
  .calc-controls,
  .workflow-list,
  .system-map,
  .situations-grid,
  .competence-list,
  .trust-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-metrics {
    display: none;
  }

  .hero-orbit {
    position: absolute;
    top: 88px;
    left: 50%;
    width: 300px;
    opacity: 0.34;
  }

  .section {
    padding: 46px 0;
  }

  .page-hero {
    margin-top: 18px;
    padding: 28px 20px;
  }

  .page-hero p {
    font-size: 18px;
  }

  .page-hero__panel {
    padding: 20px;
  }

  .scenario-section,
  .calc-preview {
    padding: 28px 20px;
  }

  .service-grid article {
    min-height: auto;
  }

  .service-icon-shell {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .service-icon {
    width: 32px;
    height: 32px;
  }

  .detail-band {
    padding: 28px 20px;
  }

  .b24-widget-button-popup {
    display: none !important;
  }

  .detail-grid p {
    min-height: 132px;
  }

  .request-console {
    min-height: 310px;
  }

  .request-console__orbit {
    width: 200px;
  }

  .form-frame--button {
    min-height: 320px;
    padding: 22px;
  }

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

  .cookie-banner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cookie-banner__actions {
    justify-content: space-between;
  }
}

@keyframes heroOrbitPulse {
  0% {
    transform: translateZ(0) scale(0.98);
    opacity: 0.72;
  }

  50% {
    transform: translateZ(28px) scale(1.04);
    opacity: 1;
  }

  100% {
    transform: translateZ(0) scale(0.98);
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
