﻿:root {
  --ink: #08111d;
  --navy: #07182a;
  --midnight: #020813;
  --panel: #0d2033;
  --line: rgba(5, 169, 255, 0.25);
  --cyan: #08aefc;
  --cyan-soft: #79d9ff;
  --paper: #f4f0e8;
  --paper-2: #fbfaf7;
  --mist: #d9e2ec;
  --muted: #7c8794;
  --gold: #e2ad63;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: #04101c;
  background: var(--cyan);
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(5, 22, 38, 0.1);
  background: #ffffff;
  color: var(--ink);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(3, 14, 30, 0.08);
}

.nav {
  width: min(1100px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-logo {
  width: 118px;
  max-width: 44vw;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(3, 14, 30, 0.12));
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cyan);
  color: var(--cyan-soft);
  font-size: 18px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(4, 16, 28, 0.76);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--ink);
  box-shadow: inset 0 -3px 0 var(--cyan);
}

.mobile-nav {
  display: none;
  width: min(260px, 100%);
  min-height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(5, 22, 38, 0.18);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: 700 0.95rem/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 28px rgba(3, 14, 30, 0.08);
}

.breadcrumbs {
  background: #f7fafd;
  border-bottom: 1px solid rgba(5, 22, 38, 0.08);
  color: rgba(4, 16, 28, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
  max-width: var(--max);
  padding: 8px 0;
  width: min(100% - 40px, var(--max));
}

.breadcrumbs li {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.breadcrumbs li + li::before {
  color: rgba(8, 174, 252, 0.65);
  content: "/";
}

.breadcrumbs a {
  color: rgba(4, 16, 28, 0.72);
}

.breadcrumbs a:hover {
  color: var(--cyan);
}

.breadcrumbs [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.9) 34%, rgba(3, 14, 30, 0.42) 72%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
  display: grid;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(0deg, var(--paper-2), rgba(251, 250, 247, 0));
  pointer-events: none;
}

.hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 84px 0 140px;
}

.tower-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96) 0%, rgba(3, 14, 30, 0.82) 42%, rgba(3, 14, 30, 0.26) 78%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.tower-hero-copy {
  max-width: 680px;
  padding: 96px 0 150px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--cyan-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5.7vw, 5.15rem);
  font-weight: 500;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.75rem);
  font-weight: 500;
}

h3 {
  font-size: clamp(1.08rem, 1.65vw, 1.38rem);
}

.lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid rgba(8, 174, 252, 0.65);
  color: #fff;
  background: rgba(8, 174, 252, 0.1);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button.primary {
  color: #04101c;
  background: var(--cyan);
}

.button.dark {
  color: var(--ink);
}

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

.metric-row {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: -84px auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(8, 174, 252, 0.22);
  background: rgba(5, 17, 31, 0.94);
  color: #fff;
}

.metric {
  min-height: 136px;
  padding: 24px;
  border-right: 1px solid rgba(8, 174, 252, 0.18);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  color: var(--cyan-soft);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: 94px 0;
}

.section.dark {
  color: #fff;
  background: var(--midnight);
}

.section.blueprint {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(2, 8, 19, 0.98), rgba(7, 24, 42, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(8, 174, 252, 0.3), transparent 35%);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head p,
.text-block p,
.card p,
.case p,
.service-line p {
  color: var(--muted);
  margin: 14px 0 0;
}

.dark .section-head p,
.dark .card p,
.blueprint p,
.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
  align-items: stretch;
}

.image-panel {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel .caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: 340px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(2, 8, 19, 0.78);
  border-left: 3px solid var(--cyan);
}

.story-stack {
  display: grid;
  gap: 18px;
}

.card,
.service-line,
.case,
.contact-card {
  border: 1px solid rgba(8, 17, 29, 0.12);
  background: #fff;
  padding: 26px;
}

.dark .card,
.blueprint .card,
.dark .contact-card {
  border-color: rgba(8, 174, 252, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.card .number,
.service-line .number {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.seo-link-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.seo-routes .seo-link-grid a,
.seo-link-grid a {
  min-height: 82px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(8, 17, 29, 0.12);
  background: linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
  padding: 18px;
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 12px 34px rgba(8, 17, 29, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.seo-routes .seo-link-grid a:hover,
.seo-link-grid a:hover {
  border-color: rgba(8, 174, 252, 0.58);
  color: #005f93;
  box-shadow: 0 18px 42px rgba(8, 17, 29, 0.11);
  transform: translateY(-2px);
}

.video-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 174, 252, 0.24);
  background:
    linear-gradient(135deg, rgba(2, 8, 19, 0.72), rgba(7, 24, 42, 0.88)),
    url("assets/images/mobilna-wieza-monitoringu-parking-logistyka.jpg") center / cover no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  text-align: center;
}

.article-body {
  max-width: 860px;
}

.article-body p {
  color: var(--ink);
  font-size: 1.08rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.photo-card {
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 17, 29, 0.12);
  background: var(--navy);
  cursor: zoom-in;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.photo-card:hover img {
  filter: brightness(1.06);
  transform: scale(1.025);
}

.lightbox {
  width: min(94vw, 1180px);
  height: min(92vh, 900px);
  padding: 0;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(2, 8, 19, 0.88);
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(2, 8, 19, 0.9);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(2, 8, 19, 0.82);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 74px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(2, 8, 19, 0.72);
  font-size: 3.3rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgba(8, 174, 252, 0.78);
}

.company-details {
  display: grid;
  gap: 10px;
  margin: 0;
}

.company-details div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
}

.company-details dt {
  color: var(--muted);
  font-weight: 800;
}

.company-details dd {
  margin: 0;
}

.quote-band {
  padding: 84px 0;
  color: #fff;
  background: linear-gradient(90deg, #07182a, #0a2b44);
}

.quote-band blockquote {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.35vw, 3.65rem);
  line-height: 1.08;
}

.page-hero {
  padding: 108px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96), rgba(7, 24, 42, 0.75)),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.alt {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96), rgba(7, 24, 42, 0.65)),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.company-hero,
.page-hero.services-hero,
.page-hero.contact-hero,
.page-hero.privacy-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.82) 46%, rgba(3, 14, 30, 0.44) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.electric-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.86) 46%, rgba(3, 14, 30, 0.42) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.electric-industrial-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.84) 48%, rgba(3, 14, 30, 0.38) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.monitoring-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96) 0%, rgba(3, 14, 30, 0.84) 46%, rgba(3, 14, 30, 0.48) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.lan-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.84) 48%, rgba(3, 14, 30, 0.5) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.realizations-hero,
.page-hero.case-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.82) 48%, rgba(3, 14, 30, 0.46) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.alarm-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.84) 48%, rgba(3, 14, 30, 0.48) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.router-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.84) 48%, rgba(3, 14, 30, 0.42) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.blog-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96) 0%, rgba(3, 14, 30, 0.82) 44%, rgba(3, 14, 30, 0.42) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero.article-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96) 0%, rgba(3, 14, 30, 0.82) 44%, rgba(3, 14, 30, 0.42) 100%),
    url("assets/images/hero-elektryka-uslugi.webp") center / cover no-repeat;
}

.page-hero .lead {
  max-width: 760px;
}

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

.service-line {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(220px, 0.48fr);
  gap: 24px;
  align-items: start;
}

.case {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 28px;
}

.case strong {
  color: var(--cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.form-grid {
  display: grid;
  gap: 14px;
}

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

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.privacy-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.privacy-check a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
}

.privacy-settings-button {
  margin-top: 8px;
}

.privacy-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(8, 174, 252, 0.26);
  color: #fff;
  background: rgba(2, 8, 19, 0.96);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.32);
}

.privacy-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.privacy-banner div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.privacy-banner a {
  color: var(--cyan-soft);
  font-weight: 800;
  text-decoration: underline;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(8, 17, 29, 0.16);
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
}

textarea {
  min-height: 144px;
  resize: vertical;
}

.site-footer {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.98) 0%, rgba(2, 8, 19, 0.92) 58%, rgba(2, 8, 19, 0.54)),
    url("assets/images/footer-bg-optimized.webp") center / cover no-repeat;
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 28px;
}

.site-footer .brand {
  width: max-content;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(247, 250, 253, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(150px, 0.8fr));
  gap: 34px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(8, 174, 252, 0.26);
}

.footer-grid h3 {
  margin-bottom: 16px;
  font-size: 0.94rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

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

.social span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--cyan-soft);
  font-weight: 800;
}

@media (max-width: 920px) {
  .nav {
    gap: 18px;
    padding: 10px 0;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .metric-row,
  .three-grid,
  .two-grid,
  .seo-link-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head,
  .editorial-grid,
  .contact-layout,
  .case,
  .service-line {
    grid-template-columns: 1fr;
  }

  .image-panel {
    min-height: 420px;
  }

  h1 {
    font-size: clamp(2.35rem, 6.4vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.85rem, 5.2vw, 3.1rem);
  }
}

@media (max-width: 640px) {
  .hero-inner,
  .section-inner,
  .nav,
  .footer-inner,
  .metric-row {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    min-height: 760px;
    background-image:
      linear-gradient(90deg, rgba(2, 8, 19, 0.97) 0%, rgba(3, 14, 30, 0.9) 42%, rgba(3, 14, 30, 0.46) 100%),
      url("assets/images/hero-elektryka-uslugi.webp");
    background-position: 58% center;
  }

  .tower-hero {
    min-height: 760px;
    background-position: 56% center;
  }

  .hero-copy {
    padding: 70px 0 120px;
  }

  .tower-hero-copy {
    padding: 64px 0 118px;
  }

  .metric-row,
  .three-grid,
  .two-grid,
  .seo-link-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 82px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.85rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .lead {
    font-size: 1rem;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 174, 252, 0.18);
  }

  .section {
    padding: 68px 0;
  }

  .page-hero {
    padding: 78px 0 56px;
  }

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

  .privacy-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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