@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Saira+Semi+Condensed:wght@700;800;900&family=Montserrat:wght@500;600;700;800;900&family=Orbitron:wght@700;800;900&display=swap");

:root {


  --navy: #08274b;
  --blue: #0878c9;
  --ink: #10223a;
  --line: #dce8f2;
  --soft: #f6fbff;
  --white: #ffffff;
  --page-max: 1600px;
  --logo-font: "Eurostile Bold Extended", "Eurostile Extended", "Eurostile", "Microgramma D Extended", "Bank Gothic", "Orbitron", "Montserrat", sans-serif;
  --heading-font: "Saira Semi Condensed", "Montserrat", ui-sans-serif, system-ui, sans-serif;
}
* {

 box-sizing: border-box; }
html {


  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {


  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--ink);
}
a {

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

 font: inherit; }
h1,


h2,


h3,


.section-heading h2,


.services-showcase-heading h2,


.about-copy h2,


.service-group h3,


.comparison-card h3 {


  font-family: var(--heading-font);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}
.site-shell {


  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--white);
}
@media (min-width: 1800px) {
:root {


    --page-max: 82vw;
  }
.hero {


    min-height: auto;
  }
.hero h1 {


    max-width: 920px;
    font-size: clamp(56px, 3.5vw, 78px);
  }
.hero-lead {


    max-width: 850px;
    font-size: 18px;
  }
.section-inner,


  .hero-content {


    padding-left: 36px;
    padding-right: 36px;
  }
.services-showcase,


  .comparison-grid {


    gap: 42px;
  }


}
.hero {


  position: relative;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.96) 0%, rgba(247, 251, 255, 0.78) 40%, rgba(247, 251, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(8, 120, 201, 0.1) 100%),
    url("/assets/hero-shoe-covers.webp");
  background-size: cover;
  background-position: 74% 68%;
}
.hero::before {


  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 38%, rgba(8, 120, 201, 0.18), transparent 28%),
    linear-gradient(90deg, transparent 0%, transparent 46%, rgba(8, 39, 75, 0.12) 100%);
  mix-blend-mode: multiply;
}
.hero::after {


  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 29, 56, 0.06) 100%);
}
.hero-content {


  position: relative;
  z-index: 1;
  width: min(100%, var(--page-max));
  margin: 0 auto;
  padding: 50px 24px 38px;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr) minmax(320px, 390px);
  grid-template-rows: auto auto auto 1fr;
  column-gap: clamp(24px, 4vw, 76px);
  align-items: start;
}
.hero-content > h1,


.hero-content > .hero-lead,


.hero-content > .hero-actions {


  grid-column: 1;
}
.hero-kicker {


  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero h1 {


  max-width: 780px;
  margin: 0 0 20px;
  color: #071d38;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}
.hero-lead {


  max-width: 760px;
  margin: 0 0 28px;
  color: #31455d;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 600;
}
.hero-lead p {


  margin: 0 0 12px;
}
.hero-lead p:last-child {


  margin-bottom: 0;
}
.hero-actions {


  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-primary,


.pricing-cta-button {


  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 9px 14px 9px 24px;
  border-radius: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(8, 120, 201, 0.22);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.hero-primary span,


.pricing-cta-button span {


  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.hero-primary small,


.pricing-cta-button small {


  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.82);
}
.hero-primary strong,


.pricing-cta-button strong {


  font-size: 17px;
  font-weight: 950;
  color: var(--white);
}
.hero-primary b,


.pricing-cta-button b {


  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}
.hero-primary:hover,


.hero-primary:focus-visible,


.pricing-cta-button:hover,


.pricing-cta-button:focus-visible {


  background: #056fbf;
  box-shadow: 0 22px 50px rgba(8, 120, 201, 0.28);
  transform: translateY(-2px);
}
.hero-primary:hover b,


.hero-primary:focus-visible b,


.pricing-cta-button:hover b,


.pricing-cta-button:focus-visible b {


  background: rgba(255, 255, 255, 0.24);
  transform: translateX(3px);
}
.hero-area-card {


  position: relative;
  grid-column: 3;
  grid-row: 2 / 4;
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 390px;
  padding: 18px 20px;
  border: 1px solid rgba(207, 230, 245, 0.9);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(235, 247, 255, 0.5));
  color: var(--ink);
  box-shadow: 0 20px 60px rgba(8, 39, 75, 0.13);
  backdrop-filter: blur(16px);
  transform: translate(24px, 28px);
}
.hero-area-card::before {


  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(8, 120, 201, 0.12), 0 0 22px rgba(8, 120, 201, 0.42);
}
.hero-area-kicker {


  display: block;
  margin: 0 0 8px 22px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.hero-area-card strong {


  display: block;
  margin-bottom: 8px;
  color: #071d38;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 950;
  line-height: 1.18;
}
.hero-area-card p {


  margin: 0;
  color: #435a72;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.hero-primary b svg,


.pricing-cta-button b svg {


  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.section-inner {


  width: min(100%, var(--page-max));
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.services-section {


  position: relative;
  padding: 72px 0 70px;
  background: var(--white);
}
.services-section::before,


.business-section::before,


.pricing-section::before,


.process-section::before,


.realizations-section::before {


  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, var(--page-max));
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(8, 120, 201, 0.2), rgba(22, 153, 200, 0.45), rgba(8, 120, 201, 0.2), transparent);
  pointer-events: none;
}
.services-showcase-heading {


  margin-bottom: 38px;
}
.services-showcase-heading p {


  margin: 0 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.services-showcase-heading h2 {


  margin: 0;
  color: #555b64;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
}
.services-heading-simple h2 {


  color: #071d38;
  font-size: clamp(42px, 4.8vw, 68px);
}
.services-showcase {


  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.services-showcase-four {


  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.service-group {


  min-width: 0;
}
.service-group#dladomu {


  scroll-margin-top: 154px;
}
.service-group-photo {


  min-height: 100%;
  padding: 14px 14px 24px;
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,251,255,0.9));
  box-shadow: 0 18px 44px rgba(8, 39, 75, 0.07);
  overflow: hidden;
}
.service-group-photo:hover {


  transform: none;
  border-color: rgba(207, 230, 245, 0.95);
  box-shadow: 0 18px 44px rgba(8, 39, 75, 0.07);
}
.service-thumb {


  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  transition: none;
}
.service-group-photo:hover .service-thumb {


  transform: none;
  box-shadow: none;
}
.service-group img {


  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(8, 39, 75, 0.08);
}
.service-group:hover img {


  transform: none;
  box-shadow: none;
}
.service-group .service-thumb {


  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  transition: none;
}
.service-group-photo > .service-thumb {


  width: 100%;
  height: clamp(170px, 10.5vw, 220px);
  max-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}
.service-group h3 {


  margin: 34px 0 16px;
  color: #555b64;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
}
.service-group-photo h3 {


  margin: 22px 0 14px;
  min-height: 72px;
  color: #071d38;
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.service-group > span {


  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, rgba(8, 120, 201, 0.42), rgba(207, 230, 245, 0.95), rgba(8, 120, 201, 0.16));
}
.service-group ul {


  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-group li {


  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #dfe7ee;
  color: #4f5e6d;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}
.service-group-photo li {


  min-height: 46px;
  padding: 10px 0 10px 24px;
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.service-details-list {


  display: grid;
  gap: 0;
}
.service-detail {


  border-bottom: 1px solid #dfe7ee;
}
.service-detail summary {


  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 24px;
  color: #4f5e6d;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
}
.service-detail summary::-webkit-details-marker {


  display: none;
}
.service-detail summary::before {


  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid var(--blue);
  transition: transform 180ms ease;
  transform-origin: 35% 50%;
}
.service-detail[open] summary::before {


  transform: rotate(90deg);
}
.service-detail[open] summary {


  color: var(--blue);
}
.service-detail p {


  margin: -2px 0 12px 24px;
  color: #617184;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}
.process-section-accordion {


  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}
.process-panel {


  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.7fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px) clamp(24px, 4vw, 52px);
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(8, 39, 75, 0.08);
}
.process-panel-heading {


  display: grid;
  gap: 8px;
  align-self: center;
  justify-items: start;
}
.process-panel-heading span {


  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.process-panel-heading h2 {


  max-width: 760px;
  color: #071d38;
  font-family: var(--heading-font);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}
.process-panel-heading p {


  max-width: 420px;
  margin: 8px 0 0;
  color: #61748a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.process-steps-inline {


  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.process-steps-inline::before {


  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8,120,201,0), rgba(8,120,201,0.28), rgba(8,120,201,0));
}
.process-steps-inline article {


  position: relative;
  z-index: 1;
  min-height: 182px;
  padding: 20px;
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: 0 14px 32px rgba(8,39,75,0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.process-steps-inline article:hover {


  transform: translateY(-3px);
  border-color: rgba(8,120,201,0.2);
  box-shadow: 0 18px 40px rgba(8,39,75,0.08);
}
.process-steps-inline span {


  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(130,215,255,0.35), transparent 34%),
    linear-gradient(135deg, var(--blue), #066fab);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(8,120,201,0.22);
}
.process-steps-inline span svg {


  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-steps-inline h3 {


  margin: 0 0 8px;
  color: #071d38;
  font-size: 17px;
  font-weight: 950;
}
.process-steps-inline p {


  margin: 0;
  color: #61748a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}
.pricing-section {


  position: relative;
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 18% 12%, rgba(8, 120, 201, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}
.pricing-intro {


  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 0%, rgba(8,120,201,0.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(238,248,254,0.88));
  box-shadow: 0 20px 54px rgba(8,39,75,0.08);
}
.pricing-intro p {


  margin: 0 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.pricing-intro h2 {


  max-width: 720px;
  margin: 0;
  color: #071d38;
  font-family: var(--heading-font);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}
.pricing-intro span {


  display: block;
  max-width: 760px;
  margin-top: 16px;
  color: #526478;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.pricing-intro-points {


  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(8,120,201,0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
}
.pricing-intro-points strong {


  color: #071d38;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}
.pricing-intro-points span {


  margin-top: 10px;
  font-size: 14px;
}
.pricing-intro-points a,


.pricing-intro-points button {


  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 16px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.pricing-grid {


  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.pricing-grid article {


  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(8, 39, 75, 0.07);
}
.pricing-grid span {


  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.pricing-grid strong {


  display: block;
  color: #071d38;
  font-family: var(--heading-font);
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}
.pricing-grid h3 {


  margin: 18px 0 10px;
  color: #071d38;
  font-size: 19px;
  font-weight: 900;
}
.pricing-grid p {


  margin: 0;
  color: #617184;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}
.pricing-grid ul {


  display: grid;
  gap: 0;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}
.pricing-grid li {


  position: relative;
  min-height: 42px;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid #dfe7ee;
  color: #4f5e6d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.pricing-grid li::before {


  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
}
.pricing-section-table {


  background:
    radial-gradient(circle at 14% 8%, rgba(8, 120, 201, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 58%, #f7fbff 100%);
}
.pricing-section-table .section-inner {


  width: min(100%, calc(var(--page-max) + 96px));
  max-width: none;
  margin: 0 auto;
  padding-inline: clamp(12px, 1.5vw, 24px);
}
.pricing-section-table .pricing-intro {


  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.82fr);
  align-items: end;
  gap: clamp(24px, 4vw, 48px);
  padding: 0 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.pricing-section-table .pricing-intro h2 {


  position: relative;
  max-width: 760px;
  font-size: clamp(34px, 3.3vw, 52px);
  letter-spacing: 0;
}
.pricing-section-table .pricing-intro h2::after {


  display: none;
}
.pricing-section-table .pricing-intro span {


  max-width: 760px;
  margin-top: 18px;
  color: #43586f;
  font-size: 15px;
  line-height: 1.65;
}
.pricing-section-table .pricing-intro-points {


  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-content: center;
  gap: 8px 18px;
  min-height: 150px;
  padding: 22px 24px;
  border: 1px solid rgba(202, 218, 232, 0.92);
  border-radius: 12px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 34px rgba(8, 39, 75, 0.055);
}
.pricing-section-table .pricing-card-icon {


  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  color: var(--blue);
  border-radius: 16px;
  background: rgba(8, 120, 201, 0.1);
}
.pricing-section-table .pricing-card-icon svg {


  color: var(--blue);
  stroke: currentColor;
}
.pricing-section-table .pricing-intro-points strong {


  color: var(--blue-dark);
  font-size: 17px;
  text-transform: uppercase;
}
.pricing-section-table .pricing-intro-points span:not(.pricing-card-icon) {


  margin: 0;
  color: #24364b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.pricing-section-table .pricing-grid {


  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
}
.pricing-section-table .pricing-table-card {


  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(205, 217, 229, 0.92);
  border-radius: 10px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 14px 34px rgba(8, 39, 75, 0.055);
}
.pricing-section-table .pricing-table-card h3 {


  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  margin: 0;
  padding: 0 20px;
  background:
    radial-gradient(circle at 92% 0%, rgba(130, 215, 255, 0.22), transparent 34%),
    linear-gradient(135deg, var(--blue) 0%, #066fab 100%);
  color: var(--white);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}
.pricing-section-table .pricing-table-card h3 span {


  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0;
  color: var(--white);
}
.pricing-section-table .pricing-table-card h3 span svg {


  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pricing-section-table table {


  width: 100%;
  height: 100%;
  flex: 1;
  border-collapse: collapse;
  table-layout: fixed;
}
.pricing-section-table tbody {


  height: 100%;
}
.pricing-section-table tbody tr {


  height: 20%;
}
.pricing-section-table col:first-child {


  width: 72%;
}
.pricing-section-table col:last-child {


  width: 28%;
}
.pricing-section-table th,


.pricing-section-table td {


  height: 44px;
  padding: 10px 18px;
  border-top: 1px solid rgba(214, 224, 233, 0.86);
  color: #0c1d33;
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
}
.pricing-section-table th {


  background: rgba(247, 250, 253, 0.96);
  color: #14243a;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.pricing-section-table th:last-child,


.pricing-section-table td:last-child {


  width: 28%;
  border-left: 1px solid rgba(214, 224, 233, 0.86);
  font-weight: 950;
  text-align: right;
}
.pricing-section-table tbody tr:nth-child(even) {


  background: rgba(248, 252, 255, 0.64);
}
.pricing-cta-panel {


  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(280px, 0.8fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid rgba(205, 217, 229, 0.92);
  border-radius: 12px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 14px 34px rgba(8, 39, 75, 0.055);
}
.pricing-cta-copy {


  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.pricing-cta-copy > span {


  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(8,120,201,0.72);
  border-radius: 999px;
  color: var(--blue);
  font-weight: 950;
}
.pricing-cta-copy > span svg {


  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pricing-cta-copy strong {


  display: block;
  color: #071d38;
  font-size: 20px;
  font-weight: 950;
}
.pricing-cta-copy p {


  margin: 6px 0 0;
  color: #3f5064;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.pricing-cta-steps {


  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  color: #071d38;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.pricing-cta-steps span {


  display: grid;
  gap: 8px;
  justify-items: center;
}
.pricing-cta-steps svg {


  width: 30px;
  height: 30px;
  color: var(--blue);
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}
.pricing-cta-button {


  justify-self: end;
  width: fit-content;
  min-width: 310px;
  text-align: left;
  text-decoration: none;
}
.pricing-cta-button span {


  align-items: flex-start;
}
.pricing-disclaimer {


  margin: 16px auto 0;
  color: #607286;
  font-size: 12px;
  font-weight: 700;
}
.service-group li::before {


  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid var(--blue);
}
.section-heading {


  margin-bottom: 30px;
}
.section-heading p {


  margin: 0 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.section-heading h2 {


  margin: 0;
  color: #071d38;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 950;
}
.business-section {


  position: relative;
  padding: 74px 0;
  background:
    linear-gradient(90deg, rgba(6, 27, 53, 0.97), rgba(7, 66, 118, 0.9)),
    linear-gradient(135deg, #061b35, #0c5790);
  color: var(--white);
}
.about-copy p {


  margin: 0 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.about-copy h2 {


  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 950;
}
.about-copy span {


  display: block;
  max-width: 650px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
}
.business-section {


  background:
    radial-gradient(circle at 18% 12%, rgba(8, 120, 201, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  color: var(--ink);
}
.business-info-inner {


  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.business-info-card {


  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 18px;
  overflow: hidden;
}
.business-info-card p {


  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.business-info-card h2 {


  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}
.business-info-card span {


  display: block;
  color: #526478;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}
.business-info-card a {


  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 22px;
  border-radius: 16px;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}
.business-info-card a:hover {


  transform: translateY(-1px);
  background: #066fb8;
}
.business-info-card-dark {


  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(135deg, rgba(6, 27, 53, 0.98), rgba(7, 66, 118, 0.94)),
    linear-gradient(135deg, #061b35, #0c5790);
  box-shadow: 0 24px 64px rgba(8, 39, 75, 0.18);
}
.business-info-card-dark p {


  color: #82d7ff;
}
.business-info-card-dark h2,


.business-info-card-dark .business-info-list strong {


  color: var(--white);
}
.business-info-card-dark span,


.business-info-card-dark .business-info-list small {


  color: rgba(255,255,255,0.76);
}
.business-info-card-dark .business-info-list div {


  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
}
.business-info-card-dark a {


  background: var(--white);
  color: var(--navy);
}
.business-info-card-dark a:hover {


  background: #eaf7ff;
}
.business-services-card .business-info-visual img {


  aspect-ratio: 16 / 9;
  object-position: center center;
}
.business-info-card-light {


  border: 1px solid rgba(207, 230, 245, 0.95);
  background:
    radial-gradient(circle at 88% 12%, rgba(8, 120, 201, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.94));
  box-shadow: 0 18px 48px rgba(8, 39, 75, 0.08);
}
.business-info-card-light h2,


.business-info-card-light .business-info-list strong {


  color: #071d38;
}
.coverage-info-card {


  scroll-margin-top: 154px;
}
.coverage-info-card .business-info-visual {


  border-bottom: 1px solid rgba(207, 230, 245, 0.95);
  background: #eef6fb;
}
.coverage-info-card .business-info-visual img {


  aspect-ratio: 16 / 9;
  object-position: center center;
}
.coverage-info-list {


  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.coverage-info-list div {


  background: rgba(255, 255, 255, 0.88);
}
.coverage-route-card {


  padding: 18px;
  border: 1px solid rgba(8, 120, 201, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 120, 201, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(248, 252, 255, 0.98), rgba(255, 255, 255, 0.94));
}
.coverage-route-card strong {


  display: block;
  margin-bottom: 6px;
  color: #071d38;
  font-size: 17px;
  font-weight: 950;
}
.coverage-route-card small {


  display: block;
  color: #526478;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.coverage-info-card a {


  margin-top: 0;
}
.business-info-visual {


  margin: calc(clamp(24px, 3vw, 38px) * -1) calc(clamp(24px, 3vw, 38px) * -1) 6px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.business-info-visual img {


  width: 100%;
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
}
.business-info-list {


  display: grid;
  gap: 12px;
}
.business-info-list div {


  padding: 16px;
  border: 1px solid rgba(207, 230, 245, 0.95);
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.92);
}
.business-info-list strong {


  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 950;
}
.business-info-list small {


  display: block;
  color: #617184;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.process-section {


  position: relative;
  padding: 68px 0;
  background: var(--white);
}
.realizations-section {


  position: relative;
  padding: 62px 0;
  background:
    linear-gradient(180deg, #f8fcff 0%, #f4f9fd 26%, #f4f9fd 100%);
}
.section-heading.centered {


  text-align: center;
}
.comparison-grid {


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.comparison-card {


  padding: 12px;
  border: 1px solid rgba(12, 121, 188, 0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 44px rgba(8, 39, 75, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.comparison-card:hover {


  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(8, 39, 75, 0.12);
}
.comparison-media {


  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}
.comparison-media img {


  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comparison-after {


  clip-path: inset(0 0 0 var(--pos));
  transition: clip-path 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.compare-handle {


  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  background: var(--white);
  box-shadow: 0 0 18px rgba(8,120,201,0.7);
  transition: left 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.comparison-card.is-dragging .comparison-after,


.comparison-card.is-dragging .compare-handle {


  transition: none;
}
.compare-handle::after {


  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--white);
  border: 2px solid var(--blue);
  transform: translate(-50%, -50%);
}
.comparison-card h3 {


  margin: 14px 0 0;
  padding: 0 4px 4px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}
.why-grid {


  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.why-item {


  min-height: 190px;
  padding: 26px 30px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.why-item:last-child {


  border-right: 0;
}
.why-item span {


  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  color: #8fd9ff;
}
.why-item span svg {


  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-item h3 {


  margin: 0 0 10px;
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
}
.why-item p {


  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}
.about-section {


  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(22,153,200,0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}
.about-why-section {


  padding: 78px 0;
}
.about-inner {


  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: center;
}
.about-media {


  min-height: 300px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(8,120,201,0.14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(232,247,255,0.82)),
    #ffffff;
  box-shadow: 0 24px 62px rgba(8,39,75,0.1);
}
.about-media img {


  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}
.about-copy h2 {


  color: #071d38;
}
.about-copy span {


  color: #61748a;
}
.why-grid-compact {


  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.why-grid-compact .why-item {


  min-height: auto;
  padding: 18px;
  text-align: left;
  border: 1px solid rgba(8,120,201,0.12);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(238,248,254,0.82));
  box-shadow: 0 14px 34px rgba(8,39,75,0.06);
}
.why-grid-compact .why-item span {


  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  border-radius: 999px;
  background: #eef8fe;
  color: var(--blue);
}
.why-grid-compact .why-item span svg {


  width: 18px;
  height: 18px;
}
.why-grid-compact .why-item h3 {


  color: #071d38;
}
.why-grid-compact .why-item p {


  color: #61748a;
}
.footer {


  padding: 0 max(24px, calc((100vw - var(--page-max)) / 2 + 24px));
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 120, 201, 0.2), transparent 26%),
    linear-gradient(135deg, #061b35 0%, #071f3d 54%, #05294d 100%);
  color: var(--white);
}
.footer-main {


  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.65fr) minmax(190px, 0.8fr) minmax(220px, 0.9fr);
  gap: clamp(24px, 3vw, 46px);
  padding: 46px 0 34px;
}
.prefooter-cta {


  position: relative;
  padding: 0 max(18px, calc((100vw - var(--page-max)) / 2 + 24px));
  background:
    radial-gradient(circle at 12% 50%, rgba(88, 196, 245, 0.28), transparent 22%),
    linear-gradient(90deg, #075ca4 0%, #0878c9 50%, #055093 100%);
  color: var(--white);
}
.prefooter-inner {


  min-height: 124px;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  padding: 54px 0;
}
.prefooter-copy h2 {


  margin: 0 0 5px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 950;
}
.contact-eyebrow {


  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.prefooter-copy span {


  display: block;
  color: rgba(255,255,255,0.82);
  max-width: 620px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}
.prefooter-actions {


  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 24px;
}
.prefooter-actions a {


  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.prefooter-actions a:hover {


  transform: translateY(-1px);
}
.prefooter-phone {


  border: 1px solid rgba(255,255,255,0.48);
  color: var(--white);
}
.prefooter-message {


  border: 1px solid rgba(255,255,255,0.48);
  color: var(--white);
}
.prefooter-phone:hover,


.prefooter-message:hover {


  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.72);
}
.lead-form {


  scroll-margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(4, 29, 62, 0.22);
  backdrop-filter: blur(18px);
}
.lead-choice-panel {


  display: grid;
  gap: 14px;
}
.lead-choice-buttons {


  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.lead-choice-button {


  min-height: 170px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 44px rgba(4, 29, 62, 0.14);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.lead-choice-button:hover,


.lead-choice-button.is-active {


  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.46);
  background: rgba(255,255,255,0.2);
}
.lead-choice-button small {


  color: #bfeaff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.lead-choice-button strong {


  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}
.lead-choice-button span {


  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.lead-form-panel[hidden] {


  display: none !important;
}
.lead-form label {


  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.lead-form label:has(input[required])::after,


.lead-form label:has(select[required])::after {


  content: "wymagane";
  width: fit-content;
  margin-top: -3px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72);
  font-size: 9px;
  font-weight: 950;
}
.lead-form input,


.lead-form select,


.lead-form textarea {


  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  outline: none;
  padding: 0 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.lead-form textarea {


  min-height: 112px;
  padding: 13px;
  resize: vertical;
}
.lead-form input:focus,


.lead-form select:focus,


.lead-form textarea:focus {


  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
  background: var(--white);
}
.lead-form-wide,


.lead-form-consent,


.lead-form button,


.lead-form-note,


.lead-form-status {


  grid-column: 1 / -1;
}
.lead-form-consent {


  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  text-transform: none;
}
.lead-form-consent::after {


  display: none;
}
.lead-form-consent input {


  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}
.lead-form-consent span {


  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}
.lead-form button {


  min-height: 50px;
  border: 0;
  border-radius: 16px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.lead-form button:hover {


  background: #eef8fe;
  transform: translateY(-1px);
}
.lead-form-note,


.lead-form-status {


  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-transform: none;
}
.footer-brand img {


  display: block;
  width: min(100%, 300px);
  height: 74px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 16px;
  background: var(--white);
  border-radius: 10px;
  padding: 6px 10px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}
.footer p,


.footer a,


.footer span {


  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}
.footer p {


  max-width: 420px;
}
.footer-col {


  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer h2 {


  margin: 0 0 8px;
  color: #8fd9ff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}
.footer a:hover {

 color: var(--white); }
.footer-contact a:first-of-type {


  color: var(--white);
  font-size: 18px;
  font-weight: 950;
}
.footer-cta {


  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--white);
  color: var(--navy) !important;
  cursor: pointer;
  font-size: 11px !important;
  font-weight: 950;
  text-transform: uppercase;
}
.footer-cta:hover {


  background: #eef8fe;
}
.footer-bottom {


  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.footer-bottom span {


  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1500px) and (min-width: 1181px) {
.hero-area-card {


    right: 24px;
  }


}
@media (max-width: 1180px) {
.hero-area-card {


    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 440px);
    margin-top: 24px;
    transform: none;
  }
.prefooter-inner {


    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 0;
  }
.prefooter-actions {


    justify-content: flex-start;
  }
.footer-main {


    grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
.hero {


    display: block;
    min-height: auto;
    background-position: center 34%;
  }
.hero-content {


    display: block;
  }
.hero h1 {


    font-size: 46px;
  }
.hero-lead {


    max-width: 720px;
  }
.comparison-grid {


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


    grid-template-columns: 1fr;
    align-items: stretch;
  }
.process-steps-inline {


    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.process-steps-inline::before {


    display: none;
  }
.business-info-inner,


  .about-inner {


    grid-template-columns: 1fr;
  }
.services-showcase {


    gap: 24px;
  }
.services-showcase-four {


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


    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.pricing-section-table .pricing-intro,


  .pricing-section-table .pricing-grid,


  .pricing-cta-panel {


    grid-template-columns: 1fr;
  }
.pricing-section-table .pricing-intro-points {


    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 20px;
    border-left: 0;
    border-top: 1px solid #b9c8d8;
    text-align: center;
  }
.pricing-section-table .pricing-card-icon {


    grid-row: auto;
    margin: 0 auto;
  }
.pricing-intro {


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


    font-size: 32px;
  }
.service-group-photo h3 {


    min-height: auto;
    font-size: 27px;
  }
.service-group li {


    font-size: 15px;
  }
.why-grid {


    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.why-item:nth-child(2) {


    border-right: 0;
  }
.why-item {


    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
.why-item:nth-child(3),


  .why-item:nth-child(4) {


    border-bottom: 0;
  }
.about-why-section .why-grid-compact .why-item,


  .about-why-section .why-grid-compact .why-item:nth-child(2),


  .about-why-section .why-grid-compact .why-item:nth-child(3),


  .about-why-section .why-grid-compact .why-item:nth-child(4) {


    border: 1px solid rgba(8,120,201,0.12);
  }


}
@media (max-width: 640px) {
.hero {


    min-height: auto;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(247, 251, 255, 0.82) 52%, rgba(247, 251, 255, 0.18) 100%),
      linear-gradient(180deg, rgba(8, 120, 201, 0.08), rgba(8, 39, 75, 0.12)),
      url("/assets/hero-shoe-covers.webp");
    background-size: cover;
    background-position: center 34%;
  }
.hero-content {


    padding: 34px 18px 34px;
  }
.hero h1 {


    font-size: 36px;
  }
.hero-lead {


    font-size: 15px;
  }
.hero-area-card {


    width: 100%;
    margin-top: 20px;
    padding: 16px;
    transform: none;
  }
.hero-lead p {


    margin-bottom: 10px;
  }
.services-section,


  .business-section,


  .process-section,


  .about-section,


  .realizations-section {


    padding: 46px 0 50px;
  }
.section-inner {


    padding: 0 18px;
  }
.section-heading h2 {


    font-size: 28px;
  }
.services-showcase-heading {


    margin-bottom: 32px;
  }
.services-showcase {


    grid-template-columns: 1fr;
    gap: 34px;
  }
.services-showcase-four {


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


    aspect-ratio: 16 / 11;
  }
.service-thumb {


    aspect-ratio: 16 / 10;
  }
.service-group-photo > .service-thumb {


    height: clamp(180px, 42vw, 240px);
    max-height: 240px;
  }
.pricing-grid {


    grid-template-columns: 1fr;
  }
.pricing-section-table th,


  .pricing-section-table td {


    padding: 9px 12px;
    font-size: 13px;
  }
.pricing-section-table .pricing-table-card h3 {


    min-height: 52px;
    padding: 0 14px;
    font-size: 17px;
  }
.pricing-cta-panel {


    padding: 18px;
  }
.pricing-section-table .pricing-intro-points {


    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
    text-align: center;
  }
.pricing-section-table .pricing-card-icon {


    grid-row: auto;
    margin: 0 auto;
  }
.pricing-cta-copy {


    grid-template-columns: 1fr;
    text-align: center;
  }
.pricing-cta-copy > span {


    margin: 0 auto;
    width: 54px;
    height: 54px;
    justify-self: center;
    flex: 0 0 auto;
  }
.pricing-cta-steps {


    grid-template-columns: 1fr;
  }
.pricing-cta-button {


    justify-self: center;
    width: min(100%, 320px);
  }
.pricing-intro {


    padding: 22px;
  }
.pricing-intro h2 {


    font-size: 34px;
  }
.process-panel-heading h2 {


    font-size: 32px;
  }
.service-group h3 {


    margin-top: 22px;
    font-size: 34px;
  }
.service-group-photo h3 {


    font-size: 30px;
  }
.business-info-inner,


  .process-steps-inline {


    grid-template-columns: 1fr;
  }
.business-info-card {


    padding: 22px;
  }
.business-info-visual {


    margin: -22px -22px 4px;
  }
.coverage-info-list {


    grid-template-columns: 1fr;
  }
.process-steps-inline article {


    min-height: auto;
  }
.about-media {


    min-height: 220px;
    padding: 24px;
  }
.prefooter-cta {


    padding: 0 18px;
  }
.prefooter-inner {


    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 34px 0;
    text-align: left;
  }
.prefooter-actions {


    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
.prefooter-actions a {


    width: 100%;
  }
.lead-form {


    grid-template-columns: 1fr;
    padding: 18px;
  }
.lead-choice-buttons {


    grid-template-columns: 1fr;
  }
.lead-choice-button {


    min-height: auto;
  }
.prefooter-copy h2 {


    font-size: 30px;
  }
.why-grid,


  .comparison-grid {


    grid-template-columns: 1fr;
  }
.why-item,


  .why-item:nth-child(2),


  .why-item:nth-child(3),


  .why-item:nth-child(4) {


    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
.why-item,


  .why-item:nth-child(2),


  .why-item:nth-child(3) {


    border-bottom-color: rgba(255, 255, 255, 0.18);
  }
.why-item:last-child {


    border-bottom: 0;
  }
.footer {


    padding: 0 18px;
  }
.footer-main {


    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 0 26px;
  }
.footer-brand img {


    width: 230px;
    height: 64px;
  }
.footer-bottom {


    align-items: flex-start;
    flex-direction: column;
  }
.about-why-section .why-grid-compact .why-item,


  .about-why-section .why-grid-compact .why-item:nth-child(2),


  .about-why-section .why-grid-compact .why-item:nth-child(3),


  .about-why-section .why-grid-compact .why-item:nth-child(4) {


    border: 1px solid rgba(8,120,201,0.12);
  }


}
.moving-hero {


  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(247, 251, 255, 0.9) 38%, rgba(247, 251, 255, 0.34) 66%, rgba(247, 251, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(8, 120, 201, 0.1) 100%),
    url("/assets/przeprowadzki-hero-v2-1280.webp");
  background-size: cover;
  background-position: center right;
}
.moving-hero-content {


  grid-template-columns: minmax(0, 920px) minmax(0, 1fr);
}
.moving-hero .hero-kicker {


  grid-column: 1;
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 14px;
  border: 1px solid rgba(8, 120, 201, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.moving-hero .hero-lead {


  max-width: 780px;
}
.moving-hero .hero-actions {


  width: min(100%, 780px);
  justify-content: flex-start;
  padding-left: clamp(18px, 8vw, 118px);
}
.moving-services-section {


  background:
    radial-gradient(circle at 12% 12%, rgba(8, 120, 201, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}
.moving-services-grid {


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


  min-height: 100%;
}
.moving-services-grid .service-group-photo h3 {


  min-height: auto;
  margin-bottom: 8px;
}
.moving-services-grid .service-group > span {


  width: auto;
  height: auto;
  margin: 0 0 16px;
  background: none;
  color: #4d6177;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}
.moving-contact .prefooter-inner {


  min-height: auto;
}
.moving-contact .moving-contact-cta {


  align-self: center;
  border: 0;
  cursor: pointer;
}
body.quote-modal-open {


  overflow: hidden;
}
.quote-modal {


  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.quote-modal.is-open {


  display: flex;
}
.quote-modal-backdrop {


  position: absolute;
  inset: 0;
  background: rgba(4, 18, 35, 0.58);
  backdrop-filter: blur(4px);
}
.quote-modal-panel {


  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  max-height: calc(100vh - 32px);
  overflow: visible;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(7, 38, 68, 0.98), rgba(8, 120, 201, 0.94));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}
.quote-modal-panel .lead-form {


  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 0;
  width: 100%;
  padding: clamp(18px, 3vw, 26px);
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}
.quote-modal-panel .lead-form label {


  gap: 5px;
  color: rgba(255,255,255,0.82);
  font-size: 10.5px;
  letter-spacing: 0.04em;
}
.quote-modal-panel .field-label {


  color: rgba(255,255,255,0.9);
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}
.quote-modal-panel .lead-form label:has(input[required])::after,


.quote-modal-panel .lead-form label:has(select[required])::after {


  display: none;
}
.quote-modal-panel .lead-form input,


.quote-modal-panel .lead-form select,


.quote-modal-panel .lead-form textarea {


  min-height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  background: rgba(255,255,255,0.96);
  color: #10243a;
  font-size: 13px;
  font-weight: 750;
  padding-left: 12px;
  padding-right: 12px;
}
.quote-modal-panel .lead-form textarea {


  min-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
.quote-modal-panel .lead-form-consent {


  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.82);
  text-transform: none;
  letter-spacing: 0;
}
.quote-modal-panel .lead-form-consent input {


  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  align-self: center;
}
.quote-modal-panel .lead-form-consent span,


.quote-modal-panel .lead-form-note,


.quote-modal-panel .lead-form-status {


  color: rgba(255,255,255,0.78);
  font-size: 11px;
  line-height: 1.25;
}
.quote-modal-panel .lead-form button {


  min-height: 46px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-dark);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
.quote-modal-panel .lead-form button:hover {


  background: #e8f6ff;
}
.lead-form-submit {


  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  align-items: center;
  gap: 10px 14px;
}
.lead-form-submit .lead-form-note,


.lead-form-submit .lead-form-status {


  margin: 0;
}
.lead-form-submit .lead-form-status {


  grid-column: 2;
  min-height: 15px;
}
.quote-modal-close {


  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.quote-modal-close:hover {


  background: rgba(255,255,255,0.2);
}
.moving-modal-heading {


  grid-column: 1 / -1;
  padding-right: 48px;
}
.moving-modal-heading span {


  display: block;
  margin-bottom: 8px;
  color: #82d7ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.moving-modal-heading strong {


  display: block;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}
.moving-modal-heading p {


  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 1180px) {
.moving-hero-content {


    display: block;
  }



}
@media (max-width: 760px) {
.moving-hero {


    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(247, 251, 255, 0.88) 55%, rgba(247, 251, 255, 0.5) 100%),
      url("/assets/przeprowadzki-hero-v2-1280.webp");
    background-size: cover;
    background-position: center bottom;
  }
.moving-services-grid {


    grid-template-columns: 1fr;
  }
.moving-hero .hero-kicker {


    font-size: 10px;
  }
.moving-hero .hero-actions {


    padding-left: 0;
  }
.quote-modal {


    align-items: flex-start;
    overflow-y: auto;
  }
.quote-modal-panel {


    max-height: none;
  }
.quote-modal-panel .lead-form {


    grid-template-columns: 1fr;
  }
.lead-form-submit {


    grid-template-columns: 1fr;
  }
.lead-form-submit .lead-form-status {


    grid-column: auto;
  }


}




/* Shared navigation. Its overlay does not change the sticky header height. */
:root { --header-height: 120px; --blue-dark: #08274b; }
.top-info { background:linear-gradient(90deg,#17334e,#075f9a); color:#fff; }
.top-info-inner { max-width:1600px; margin:auto; padding:7px 24px; display:flex; align-items:center; gap:20px; }
.top-info-inner p { margin:0; font-size:12px; line-height:1.4; font-weight:600; }
.top-info-label { flex-shrink:0; min-height:30px; padding:6px 14px; border:1px solid #b3d2e6; border-radius:999px; font-size:11px; text-transform:uppercase; }
.topbar { position:sticky; top:0; z-index:20; padding:8px 24px; background:rgba(255,255,255,.98); border-bottom:1px solid var(--line); box-shadow:0 4px 16px #08274b06; }
.nav-inner { width:100%;max-width:none; margin:auto; display:grid; grid-template-columns:minmax(190px,280px) minmax(0,1fr) 220px; align-items:center; gap:clamp(16px,2vw,40px); }
.brand { min-width:0; display:block; }
.brand-logo { display:block; width:100%; max-width:280px; height:72px; object-fit:contain; object-position:left center; }
.nav { display:flex; align-items:center; justify-content:center; padding:0; gap:clamp(2.64px,.924vw,18.48px); border:0; border-radius:0; background:none; }
.nav a { display:flex; align-items:center; justify-content:center; min-height:44px; padding:0 10px; border-radius:8px; font-size:clamp(15px,1vw,16px); font-weight:600; white-space:nowrap; }
.nav a:hover,.nav a[aria-current="page"] { color:#075b99; background:#e2f1fb; }
.nav-contact { display:grid; gap:0; padding:0; border:0; border-radius:0; background:none; }
.call-button,.contact-button { display:flex; align-items:center; gap:8px; min-height:44px; padding:2px 4px; border:0; border-radius:8px; background:none; color:var(--navy); }
.phone-icon,.contact-button-icon { display:grid; place-items:center; width:28px; flex:0 0 28px; height:28px; color:#0878c9; }
.phone-icon svg,.contact-button-icon svg { width:20px; height:20px; }
.phone-copy,.contact-button-copy { display:grid; gap:2px; min-width:0; }
.phone-copy small,.contact-button-copy small { display:none; }
.phone-copy strong,.contact-button-copy strong { font-size:17px; font-weight:700; white-space:nowrap; }
.contact-button-copy strong { font-size:14px;font-weight:600; }
.call-button:hover,.contact-button:hover { background:#eaf5fc; }
.menu-button { display:none; width:44px; height:44px; background:#fff; color:var(--navy); border:1px solid var(--line); border-radius:12px; cursor:pointer; }
.menu-button svg { width:24px; height:24px; }
.menu-cross { display:none; }
.menu-button[aria-expanded="true"] .menu-cross { display:block; }
.menu-button[aria-expanded="true"] .menu-bars { display:none; }
@media(max-width:1180px){
 .nav-inner { grid-template-columns:minmax(0,1fr) auto 44px; gap:14px; }
 .brand-logo { max-width:260px; height:68px; }
 .nav-contact { grid-column:2;grid-row:1; }
 .nav { grid-column:1/-1; border:1px solid var(--line);background:#fff;padding:8px;border-radius:14px;flex-wrap:wrap; }
 .js .nav { display:none;position:absolute;left:12px;right:12px;top:calc(100% + 4px);max-height:calc(100dvh - var(--header-height) - 16px);overflow-y:auto;box-shadow:0 15px 35px #08274b26; }
 .js .nav.is-open { display:grid;grid-template-columns:repeat(3,minmax(0,1fr)); }
 .js .menu-button { display:grid;place-items:center;grid-column:3;grid-row:1; }
}
@media(max-width:760px){
 .top-info-inner { padding:6px 12px; gap:10px; }
 .top-info-inner p { font-size:10px; }
 .top-info-label { font-size:9px;padding:5px 8px; }
 .topbar { padding:7px 12px; }
 .nav-inner { grid-template-columns:minmax(0,1fr) 44px;gap:5px 12px; }
 .brand-logo { width:180px;max-width:100%;height:48px; }
 .js .menu-button { grid-column:2; }
 .nav-contact { grid-column:1/-1;grid-row:2;display:flex;justify-content:space-between;gap:8px;padding:0;border:0;background:none; }
 .call-button,.contact-button { min-height:44px;padding:3px 0;border:0;background:none;gap:4px; }
 .phone-copy small,.contact-button-copy small { display:none; }
 .phone-copy strong,.contact-button-copy strong { font-size:12px; }
 .phone-icon,.contact-button-icon { width:18px;flex-basis:18px; }
 .phone-icon svg,.contact-button-icon svg { width:16px;height:16px; }
 .nav { grid-row:3; }
 .js .nav.is-open { grid-template-columns:1fr; }
 .nav a { justify-content:flex-start;white-space:normal;font-size:15px; }
}

/* Accessibility and product components shared by both pages. */
html { scroll-padding-top:calc(var(--header-height) + 18px); }
body { font-weight:500; }
[hidden] { display:none !important; }
:focus-visible { outline:3px solid #064b80;outline-offset:4px; }
.footer :focus-visible,.prefooter-cta :focus-visible,.quote-modal :focus-visible { outline-color:#ffdf6e; }
.skip-link { position:fixed;top:8px;left:12px;z-index:100;background:#fff;color:#08274b;padding:12px 20px;border:2px solid #0878c9;transform:translateY(-150%); }
.skip-link:focus { transform:none; }
#home:focus { outline:none; }
.hero-content { grid-template-columns:minmax(0,1.5fr) minmax(260px,.75fr);grid-template-rows:auto auto auto;gap:20px 48px;padding-block:48px; }
.hero h1 { font-size:clamp(38px,4.3vw,68px);line-height:1.02;margin-bottom:0; }
.hero-lead { font-weight:500;max-width:740px;margin-bottom:8px; }
.hero-area-card { grid-column:2;grid-row:2/4;transform:none;right:auto; }
.hero-primary small,.pricing-cta-button small { color:#fff; }
.hero-primary,.pricing-cta-button { min-width:0;max-width:100%;cursor:pointer;text-align:left; }
.hero-primary span,.pricing-cta-button span { min-width:0; }
.hero-primary strong,.pricing-cta-button strong { line-height:1.15;overflow-wrap:anywhere; }
.hero-primary b,.pricing-cta-button b { flex:0 0 38px; }
.hero-secondary { display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border:1px solid #0878c9;border-radius:16px;color:#075b99;font-weight:700; }
.process-panel-heading h2 { margin:0; }
.service-group#dladomu,.coverage-info-card,.lead-form { scroll-margin-top:0; }
.prefooter-copy h2 { margin-top:0;font-size:clamp(30px,3vw,44px);line-height:1.1; }
.prefooter-copy span { font-weight:500; }
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus { outline:3px solid #ffdf6e;outline-offset:2px;box-shadow:none; }
.lead-form input,.lead-form select,.lead-form textarea { font-size:16px;min-width:0;font-weight:500; }
.lead-form label:has(input[required])::after,.lead-form label:has(select[required])::after { display:none; }
.lead-form label:has([required])::before { content:'Wymagane';font-size:10px;color:#fff;text-transform:none; }
.lead-form label.lead-form-consent::before { display:none; }
.lead-form-consent a { text-decoration:underline;text-underline-offset:3px; }
.lead-form-consent input { flex-shrink:0; }
.lead-form label,.lead-choice-button span,.lead-form-note,.lead-form-status { color:#fff; }
.lead-choice-button small { color:#fff; }
.lead-form [aria-invalid="true"] { border:2px solid #ffda7b; }
.field-error { color:#fff2c9;font-size:13px;font-weight:600;line-height:1.4;text-transform:none;grid-column:1/-1; }
.contact-trap { display:none !important; }
.contact-preview { grid-column:1/-1;display:grid;gap:14px;min-width:0;padding-top:14px;border-top:1px solid #ffffff55; }
.contact-preview label { text-transform:none; }
.contact-preview textarea { width:100%;min-height:170px;resize:vertical; }
.contact-preview-actions { display:flex;flex-wrap:wrap;gap:10px; }
.contact-preview-actions a,.contact-preview-actions button { flex:1;display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 16px;background:#fff;color:#08274b;border-radius:12px;font-size:13px;font-weight:800; }
.contact-preview p { margin:0;color:#fff;font-size:13px;line-height:1.5; }
.lead-form-submit { grid-template-columns:minmax(0,1fr); }
.lead-form-submit .lead-form-status { grid-column:auto; }
.lead-choice-buttons,.lead-form-panel { display:none; }
.js .lead-choice-buttons { display:grid; }
.js .lead-form-panel { display:grid; }
.illustration-notice { max-width:720px;margin:14px auto 0 !important;color:#455a70 !important;font-size:14px !important;font-weight:500 !important;text-transform:none !important;line-height:1.5; }
.comparison-card { min-width:0; }
.comparison-media { touch-action:pan-y;cursor:default; }
.comparison-after { clip-path:inset(0 0 0 var(--pos,50%));transition:none; }
.compare-handle { left:var(--pos,50%);transition:none; }
.compare-handle::after { width:28px;height:28px; }
.compare-label { position:absolute;top:10px;padding:5px 9px;color:#fff;background:#08274be8;font-size:12px;font-weight:700;border-radius:6px; }
.compare-label-before { left:10px; }.compare-label-after { right:10px; }
.comparison-control { display:grid;gap:5px;margin-top:12px;font-size:12px;font-weight:600;color:#25425e; }
.comparison-control input { width:100%;height:32px;accent-color:#0878c9;touch-action:pan-y;cursor:ew-resize; }
.comparison-card h3 { margin-top:8px; }
dialog.quote-modal { position:fixed;inset:0;margin:auto;width:min(780px,calc(100% - 28px));height:fit-content;max-width:none;max-height:calc(100dvh - 28px);padding:0;border:1px solid #adc6dc;border-radius:20px;background:#08274b;color:#fff;overflow:auto;overscroll-behavior:contain;z-index:80; }
dialog.quote-modal:not([open]) { display:none; }
dialog.quote-modal[open] { display:block; }
dialog.quote-modal::backdrop { background:#041223b3;backdrop-filter:blur(3px); }
.quote-modal-panel { width:100%;max-height:none;overflow:visible;border:0;box-shadow:none; }
.quote-modal-panel .lead-form input,.quote-modal-panel .lead-form select,.quote-modal-panel .lead-form textarea { font-size:16px;min-height:44px; }
.quote-modal-panel .lead-form-consent input { min-height:18px;height:18px;width:18px; }
.quote-modal-panel .field-label { font-size:12px; }
.quote-modal-panel .lead-form-note,.quote-modal-panel .lead-form-status,.quote-modal-panel .lead-form-consent span { font-size:13px;line-height:1.45;color:#fff; }
.quote-modal-close { width:44px;height:44px; }
.moving-hero .hero-actions { padding-left:0; }
.info-page { padding:64px 0;min-height:55vh; }
.info-page .section-inner { max-width:900px; }
.info-page h1 { font-size:clamp(36px,5vw,58px);line-height:1.1;margin:0 0 24px; }
.info-page h2 { margin:32px 0 12px;font-size:28px;line-height:1.15; }
.info-page p { line-height:1.7; }
.info-page p a { text-decoration:underline;color:#0765a8; }
.footer-main { grid-template-columns:minmax(0,1.25fr) repeat(3,minmax(0,1fr)); }
.footer-col a { overflow-wrap:anywhere; }
@media(min-width:641px) and (max-width:1180px){.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:1180px){.hero-content{display:block}.hero-area-card{margin-top:24px;max-width:440px}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){
 :root{--header-height:104px;}
 .hero {background-image:linear-gradient(180deg,#f7fbfff5,#f7fbffd1 52%,#f7fbff50),url('/assets/hero-shoe-covers.webp');}
 .moving-hero{background-image:linear-gradient(180deg,#f7fbfff5,#f7fbffb3),url('/assets/przeprowadzki-hero-v2-640.webp');}
 .hero-content{padding:28px 18px;}
 .hero h1{font-size:34px;margin-bottom:18px;}
 .hero-lead{font-size:15px;line-height:1.6;margin-bottom:20px;}
 .hero-primary,.pricing-cta-button{width:100%;min-width:0;padding:12px 14px;gap:10px;}
 .hero-primary strong,.pricing-cta-button strong{font-size:14px;}
 .hero-primary small,.pricing-cta-button small{font-size:10px;}
 .pricing-cta-panel{grid-template-columns:minmax(0,1fr);}
 .footer-main{grid-template-columns:1fr;}
 .quote-modal-panel .lead-form{padding:18px;}
 .lead-choice-button{padding:18px;}
 .contact-preview-actions{flex-direction:column;}
 .moving-modal-heading{padding-right:38px;}
 .service-detail summary{font-weight:600;}
 .pricing-section-table col:first-child{width:62%;}.pricing-section-table col:last-child{width:38%;}
 .pricing-section-table th:last-child,.pricing-section-table td:last-child{width:38%;overflow-wrap:anywhere;}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none !important;transition:none !important;}}

/* Keep the card on the left side of the photo, clear of the vacuum on the right. */
.top-info-ticker { flex:1;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.top-info-track { display:flex;width:max-content;min-width:200%;animation:announcement-scroll 40s linear infinite; }
.top-info-track p { flex:1 0 auto;white-space:nowrap;text-align:center;padding:0 38px; }
.ticker-pause { display:none;flex:0 0 30px;width:30px;height:30px;padding:0;border:1px solid #b3d2e6;border-radius:50%;background:transparent;color:white;cursor:pointer; }
.js .ticker-pause { display:block; }
.top-info:hover .top-info-track,.top-info:focus-within .top-info-track,.ticker-paused .top-info-track { animation-play-state:paused; }
@keyframes announcement-scroll { from {transform:translateX(0)} to {transform:translateX(-50%)} }
@media(prefers-reduced-motion:reduce){
 .top-info-track {animation:none;width:auto;min-width:0;}
 .top-info-track p {white-space:normal;padding:0;text-align:left;flex:1;}
 .top-info-track p[aria-hidden],.js .ticker-pause {display:none;}
 .top-info-ticker {mask-image:none;}
}
.hero.hero-home { display:block;background:#f7fbff; }
.hero-home::before,.hero-home::after { content:none; }
.hero-scene {
 background:linear-gradient(90deg,#f7fbfff5 0%,#f7fbffc7 40%,#f7fbff14 100%),url('/assets/hero-shoe-covers.webp') left center / cover;
}
.hero-home .hero-content { min-height:460px; }
@media(min-width:1921px){.hero-scene{background-image:linear-gradient(90deg,#f7fbff 0%,#f7fbff 55%,#f7fbff80 72%,#f7fbff14 100%),url('/assets/hero-shoe-covers.webp');}}
/* Preserve the complete equipment and operator on wide screens. */
@media(min-width:1181px){.hero-scene{background-size:100% 100%,auto 100%;background-position:center,right center;background-repeat:no-repeat;background-color:#f7fbff;}}
.hero-area-row { width:min(100%,var(--page-max));margin:0 auto;padding:0 24px 32px;display:flex;justify-content:flex-start; }
.hero-area-row .hero-area-card { margin:0;max-width:440px;transform:none; }
.business-info-card-dark,.business-info-card-light { border:1px solid #97afc1;box-shadow:0 18px 48px #08274b14; }

/* One native range on the photo: its white thumb is the visible handle. */
.services-showcase:has(> article:nth-child(2):last-child),
.pricing-section-table .pricing-grid:has(> article:nth-child(2):last-child) { grid-template-columns:repeat(2,minmax(0,1fr)); }
.services-showcase:has(> article:only-child) { grid-template-columns:minmax(0,1fr);max-width:760px;margin-inline:auto; }
@media(min-width:1181px){.comparison-grid:has(> article:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:640px){
 .services-showcase:has(> article:nth-child(2):last-child),
 .pricing-section-table .pricing-grid:has(> article:nth-child(2):last-child) { grid-template-columns:minmax(0,1fr); }
}
.comparison-card:hover { transform:none; }
.services-showcase .service-group-photo > .service-thumb { height:auto;max-height:none;aspect-ratio:3/2;object-fit:cover;object-position:center; }
.business-info-card .business-info-visual { aspect-ratio:3/2;flex-shrink:0;overflow:hidden; }
.business-info-card .business-info-visual img { display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center; }
.about-media { align-self:start; }
.about-media img { display:block;width:100%;height:auto;max-height:none;aspect-ratio:3/2;object-fit:cover;object-position:center; }
.footer-brand .photo-disclosure { font-size:12px;line-height:1.5;opacity:.85; }
.compare-handle { pointer-events:none; }
.compare-handle::after { content:none; }
.compare-label-layer { position:absolute;inset:0;pointer-events:none; }
.compare-label-layer-before { clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0); }
.compare-label-layer-after { clip-path:inset(0 0 0 var(--pos,50%)); }
.comparison-range {
 appearance:none;-webkit-appearance:none;position:absolute;top:50%;left:-22px;
 width:calc(100% + 44px);height:44px;margin:0;padding:0;transform:translateY(-50%);
 background:transparent;border:0;cursor:ew-resize;touch-action:pan-y;z-index:2;
}
.comparison-range::-webkit-slider-runnable-track { height:44px;background:transparent;border:0; }
.comparison-range::-moz-range-track { height:44px;background:transparent;border:0; }
.comparison-range::-webkit-slider-thumb {
 appearance:none;-webkit-appearance:none;width:44px;height:44px;border:0;border-radius:50%;
 background:radial-gradient(circle,#fff 0 12px,#0878c9 12px 14px,transparent 14px);
}
.comparison-range::-moz-range-thumb {
 width:44px;height:44px;border:0;border-radius:50%;
 background:radial-gradient(circle,#fff 0 12px,#0878c9 12px 14px,transparent 14px);
}
.comparison-range:focus-visible { outline:none; }
.comparison-media:has(.comparison-range:focus-visible) { outline:3px solid #064b80;outline-offset:3px; }
@media(max-width:640px){
 .hero-scene { background-image:linear-gradient(180deg,#f7fbfff5,#f7fbffd1 52%,#f7fbff50),url('/assets/hero-shoe-covers.webp');background-position:left center; }
 .hero-home .hero-content { min-height:0; }
 .hero-area-row { padding:0 18px 24px; }
}
/* Original announcement colors, typography and message separators. */
.top-info {background:linear-gradient(90deg,#242a31 0%,#075fba 42%,#04bdf2 100%);border-top:1px solid #ffffff52;overflow:hidden;box-shadow:inset 0 -1px 0 #ffffff38,inset 0 -3px 0 #ffffff14;}
.top-info-inner {min-height:42px;padding:0 24px;gap:18px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0;}
.top-info-label {display:flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-color:#ffffff80;background:#05192d33;backdrop-filter:blur(12px);}
.top-info-promo {flex-direction:column;gap:1px;line-height:1;text-align:center;}
.top-info-promo strong,.top-info-promo small {display:block;font-size:10px;font-weight:950;letter-spacing:0;}
.top-info-promo small {width:116px;min-height:15px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border-radius:999px;background:#ffffffeb;color:#173452;box-shadow:inset 0 -1px 0 #08274b24;}
.top-info-track {min-width:0;align-items:center;}
.ticker-group {display:flex;flex:0 0 auto;align-items:center;}
.ticker-group span {position:relative;flex:0 0 auto;padding:0 38px;white-space:nowrap;color:#fffffff5;text-shadow:0 1px 10px #061b3542;}
.ticker-group span::before {content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 14px #ffffffdb;transform:translate(-50%,-50%);}
@media(max-width:760px){.top-info-inner{padding:0 12px;gap:10px;font-size:10px;}.ticker-group span{padding:0 18px;}.top-info-track{animation-duration:32.5s;}.top-info-promo strong,.top-info-promo small{font-size:9px;}}
@media(prefers-reduced-motion:reduce){.ticker-group{flex:1;flex-wrap:wrap;gap:8px 16px;padding:8px;}.ticker-group span{white-space:normal;padding:0;font-size:10px;}.ticker-group span::before,.ticker-group[aria-hidden]{display:none;}}
/* Continuous edge-to-edge announcement strip. */
.top-info .top-info-inner {width:100%;max-width:none;padding-inline:0;gap:0;}
.top-info .top-info-ticker {mask-image:none;}
.top-info-track {min-width:200%;}
.ticker-group {flex:1 0 auto;justify-content:space-around;}
@media(prefers-reduced-motion:reduce){.top-info-track{min-width:0;}}

/* Clear primary action with an understated telephone alternative. */

.hero-call {display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:64px;padding:12px 22px;border:1px solid #91b4cc;border-radius:18px;background:#ffffffd9;color:#08274b;font-size:16px;font-weight:600;}
.hero-call svg {width:20px;height:20px;}
.hero-call:hover {background:#e7f3fc;border-color:#0878c9;}
.nav a[aria-current="location"] {color:#075b99;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px;}
@media(max-width:640px){.hero-call{width:100%;min-height:48px;}}
