html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #f6f6f6;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f6f6f6;
  color: #1F2937;
  min-height: 100vh;
}

h1, h2 {
  color: #111827;
}

h3, h4 {
  color: #1F2937;
}

.navbar-brand span:last-child {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2em;
  text-transform: uppercase;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffc000 !important;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar .nav-item .btn-primary {
  margin-top: -0.2rem;
}

.modal-kontakt .modal-header {
  position: relative;
  display: block;
  text-align: center;
}
.modal-kontakt .modal-title {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  font-size: 0.95rem;
}
.modal-kontakt .modal-header .btn-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-collapse-divider {
  list-style: none;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.75rem 0 !important;
  padding: 0 !important;
  border: none;
  flex-shrink: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.25) 80%, transparent 100%);
  opacity: 0.9;
}

.brand-icon-circle {
  width: 48px;
  height: 48px;
  max-height: 48px;
  flex-shrink: 0;
}

.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 !important;
}

.navbar .navbar-brand img {
  width: 350px;
  height: 60px;
  margin: 0 !important;
  display: block;
}

.navbar .navbar-brand .brand-icon-circle {
  display: block;
}

.navbar-brand.d-flex.gap-2 {
  gap: 0.35rem !important;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }
  .navbar .navbar-brand img {
    height: 42px !important;
    width: auto !important;
  }
}

.hero-section {
  background-color: #f6f6f6;
  color: #1F2937;
  padding: 3.5rem 0 1.25rem;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #1F2937;
  font-size: 0.85rem;
}

.hero-badge i {
  color: #6B7280;
}

.hero-title {
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #111827;
  text-transform: uppercase;
}

.hero-title-plain {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 100%;
}

.hero-title-plain-main {
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 992px) {
  .hero-title-plain-main {
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  }
}

.hero-title-plain-divider {
  width: 100%;
  max-width: 28rem;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.2) 0%, #2563EB 50%, rgba(37, 99, 235, 0.2) 100%);
  border-radius: 2px;
}

.hero-buttons-divider {
  margin: 1.25rem auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
  border-radius: 0;
}

@media (min-width: 992px) {
  .hero-content {
    overflow: visible;
  }
  .hero-content .hero-title-plain-divider,
  .hero-content .hero-buttons-divider {
    max-width: none;
    width: calc(100% + 10rem);
  }
}

.hero-stat-pills-wrap {
  padding-bottom: 0.5rem;
}

.hero-stat-pills-wrap .hero-buttons-divider + .hero-stat-pills {
  margin-top: 1.15rem;
}

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

.hero-title-plain-sub {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0;
}

.hero-subtitle {
  color: #1F2937;
  max-width: 32rem;
}

.hero-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.75rem 1.75rem 1.5rem;
  color: #1F2937;
  max-width: 420px;
  margin-left: auto;
  text-align: left;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  background-color: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.3);
  font-size: 0.8rem;
  color: #1F2937;
}

.pill i {
  color: #2563EB;
}

.hero-card h5 {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  color: #111827;
}

.hero-card ul {
  padding-left: 1.1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #1F2937;
}

.hero-stat {
  font-size: 0.95rem;
  color: #1F2937;
}

.hero-stat strong {
  color: #1F2937;
}

.hero-stat-pills {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.hero-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 0.8rem;
  color: #1F2937;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hero-stat-pill i {
  color: #6B7280;
  font-size: 0.85rem;
}

.section-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #111827;
}

.section-subtitle {
  color: #6B7280;
  margin-bottom: 0;
}

#oferta,
#lokalizacja {
  background-color: #f6f6f6;
}

.main-bg {
  position: relative;
  border: none;
  outline: none;
  padding-top: 0;
  margin-top: -1px;
  z-index: 0;
  background-color: #f6f6f6;
}

.main-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 0;
}

.main-bg > section {
  position: relative;
  z-index: 1;
  background-color: #f6f6f6 !important;
}

#oferta .section-title,
#oferta .section-subtitle,
#lokalizacja .section-title,
#lokalizacja .section-subtitle {
  color: inherit;
}

#o-nas .section-title,
#o-nas .section-subtitle {
  color: inherit;
}

#oferta {
  padding-bottom: 1.75rem !important;
  margin-bottom: 0 !important;
  padding-top: 1.25rem !important;
  position: relative;
  scroll-margin-top: 80px;
}

#oferta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
  pointer-events: none;
}

.oferta-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-transform: uppercase;
}

.oferta-header .section-title,
.oferta-header .section-subtitle,
.oferta-header .text-muted {
  text-align: center;
}

.oferta-header .section-subtitle {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

#o-nas {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  scroll-margin-top: 80px;
}

#lokalizacja {
  padding-top: 1rem !important;
  margin-top: 0 !important;
}

#oferta .text-muted,
#lokalizacja .text-muted {
  color: #6B7280 !important;
}

.tool-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #1F2937;
}

.tool-card h5 {
  color: #111827;
}

.tool-card p strong,
.tool-card .small strong {
  color: #111827 !important;
}

.tool-card p,
.tool-card .text-muted {
  color: #1F2937 !important;
}

.tool-card .text-muted,
.tool-card .small {
  color: #6B7280 !important;
}

.tool-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.tool-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.price-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  background-color: rgba(37, 99, 235, 0.12);
  color: #1F2937;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.price-tag strong {
  font-size: inherit;
  font-weight: bold;
}

.badge-small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.card-footer-cta {
  margin-top: auto;
}

.card-bottom {
  margin-top: auto;
  text-align: center;
}

.card-bottom .price-tag {
  display: inline-flex;
  justify-content: center;
}

.tool-image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.tool-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

.co-pierzemy-divider {
  width: 100vw;
  max-width: 100vw;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
}

#co-pierzemy .section-title {
  color: #111827 !important;
}

#co-pierzemy .section-subtitle {
  color: #6B7280 !important;
}

.wash-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.65rem !important;
}

.wash-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.wash-card-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  background-color: #f6f6f6;
  overflow: hidden;
  flex-shrink: 0;
}

.wash-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wash-card-title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.wash-card-desc {
  font-size: 0.85rem;
  color: #6B7280;
  margin-bottom: 0;
  line-height: 1.35;
}

.availability-tag {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  z-index: 1;
}

.availability-tag--available {
  background-color: rgba(34, 197, 94, 0.15);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.availability-tag--date {
  background-color: rgba(239, 68, 68, 0.12);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.availability-tag--polecamy {
  left: auto;
  right: 0.1rem;
  top: 0.1rem;
  background-color: rgba(37, 99, 235, 0.15);
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.4);
}

.contact-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.75rem;
  height: 100%;
  color: #1F2937;
}

.section-title-caps {
  text-transform: uppercase;
}

#realizacje {
  background-color: #f6f6f6;
  color: #1F2937;
  position: relative;
}

#realizacje::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
  pointer-events: none;
}

.realizacje-divider {
  width: 100vw;
  max-width: 100vw;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
}

.opinie-section {
  padding-top: 1.5rem !important;
}

#mapa-stref {
  scroll-margin-top: 80px;
}

.map-divider-mobile-only {
  display: block;
}
@media (min-width: 992px) {
  .map-divider-mobile-only {
    display: none !important;
  }
}

.realizacje-page-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
}

#realizacje .section-title {
  color: #111827 !important;
}

#realizacje .section-subtitle {
  color: #6B7280 !important;
}

#opinie {
  background-color: #f6f6f6;
  color: #1F2937;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#opinie .section-title {
  color: #111827 !important;
}

#opinie .section-subtitle {
  color: #6B7280 !important;
}

#opinie-google-list .col-md-6,
#opinie-google-list .col-lg-3,
#opinie-google-list .col-lg-4 {
  min-width: 0;
}

.reviews-google-badge {
  display: inline-flex;
}

.reviews-google-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #1F2937;
  font-weight: 600;
  font-size: 0.9rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.reviews-google-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-color: rgba(37, 99, 235, 0.3);
  color: #1F2937;
}

.reviews-google-icon {
  color: #4285f4;
  font-size: 1.25rem;
}

.reviews-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.reviews-cta {
  color: #2563EB;
}

.review-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
  overflow: hidden;
  min-width: 0;
}

.review-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.review-entry {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.review-entry--separated {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.review-text {
  color: #1F2937;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-photo {
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin-top: auto;
}

.review-img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.review-author {
  margin-top: 0.75rem;
}

.review-entry .review-author {
  margin-top: auto;
}

.review-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #6B7280;
}

.review-name {
  font-weight: 600;
  color: #111827;
}

.review-source {
  color: #4285f4;
  font-weight: 500;
}

.contact-card .section-title,
.contact-card h2.section-title {
  color: #111827 !important;
}

.contact-card h2.section-title + .section-subtitle {
  color: #111827 !important;
}

.contact-card h3.section-title {
  color: #1F2937 !important;
}

.contact-card .section-subtitle,
.contact-card p,
.contact-card ul,
.contact-card .reservation-steps-title,
.contact-card .steps-list,
.contact-card .contact-list,
.contact-card .contact-list a,
.contact-card .contact-payment-block {
  color: #1F2937 !important;
}

.contact-card .section-subtitle,
.contact-card .contact-payment-block {
  color: #6B7280 !important;
}

.contact-card .steps-list {
  color: #2563EB !important;
}

.contact-card .contact-list a {
  color: #2563EB !important;
}

.contact-card .contact-list a:hover {
  color: #1D4ED8 !important;
}

.contact-list i {
  width: 1.4rem;
  color: #6B7280;
}

.contact-list a {
  text-decoration: none;
  color: #2563EB;
}

.contact-list a:hover {
  text-decoration: underline;
  color: #1D4ED8;
}

.payment-icon {
  height: 1.75rem;
  width: auto;
  max-width: 3rem;
  object-fit: contain;
  vertical-align: middle;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  color: #6B7280;
  background: rgba(0, 0, 0, 0.05);
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}
.social-icon-link:hover {
  color: #2563EB;
  background: rgba(37, 99, 235, 0.1);
}
.contact-card .social-icon-link {
  color: #6B7280 !important;
}
.contact-card .social-icon-link:hover {
  color: #2563EB !important;
}
.social-icon-link i {
  font-size: 1.1rem;
}

.reservation-steps {
  padding: 1rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.reservation-steps-title {
  color: #111827;
  font-weight: 700;
}

.steps-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #2563EB;
  font-size: 0.9rem;
  line-height: 1.6;
}

.steps-list li {
  margin-bottom: 0.35rem;
}

.steps-list li:last-child {
  margin-bottom: 0;
}

.map-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}

.map-wrapper iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.map-delivery-img-wrap {
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
  line-height: 0;
}

.map-delivery-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.map-legend-wrap {
  padding: 1rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0 0 0.75rem 0.75rem;
}

.map-legend {
  color: #1F2937;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
}

.map-legend li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  white-space: nowrap;
}

.map-legend-dot {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.map-legend-green { background-color: #22c55e; }
.map-legend-yellow { background-color: #eab308; }
.map-legend-blue { background-color: #3b82f6; }
.map-legend-brown { background-color: #a16207; }
.map-legend-red { background-color: #dc2626; }

.comparison-card {
  background: #ffffff;
  border-radius: 1rem;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  padding: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.comparison-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.comparison-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  --split: 50;
  display: block;
}

.comparison-label {
  display: none;
}

.comparison-wrap img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

.comparison-wrap .comparison-after {
  display: block;
}

.comparison-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 0;
  background: #e5e7eb;
}

.comparison-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comparison-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  clip-path: inset(0 0 0 calc(var(--split) * 1%));
  z-index: 1;
  background: #e5e7eb;
}

.comparison-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comparison-handle {
  position: absolute;
  top: 50%;
  left: calc(var(--split) * 1%);
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  cursor: ew-resize;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(37, 99, 235, 0.3);
}

.comparison-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}

.comparison-arrows {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #2563EB;
  font-size: 0.65rem;
  position: relative;
  z-index: 1;
}

.realization-tag {
  position: absolute;
  top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  z-index: 10;
  pointer-events: none;
}

.realization-tag--przed {
  left: 0.5rem;
  background-color: rgba(55, 65, 81, 0.9);
  color: #fff;
  border: 1px solid rgba(55, 65, 81, 0.5);
}

.realization-tag--po {
  right: 0.5rem;
  background-color: rgba(55, 65, 81, 0.9);
  color: #fff;
  border: 1px solid rgba(55, 65, 81, 0.5);
}

.realization-tag--device {
  top: auto;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(55, 65, 81, 0.9);
  color: #fff;
  border: 1px solid rgba(55, 65, 81, 0.5);
  white-space: nowrap;
}

footer {
  background-color: #f6f6f6;
  color: #6B7280;
  padding: 1.25rem 0;
  font-size: 0.85rem;
}

footer a {
  color: #1F2937;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #111827;
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 5rem 0 1.25rem;
    text-align: center;
  }

  .hero-section .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title-plain-main {
    font-size: 1.6rem;
  }

  .hero-title-plain-sub {
    font-size: 1.05rem;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 0.75rem !important;
  }

  .navbar-brand span:last-child {
    font-size: 1.4rem;
    letter-spacing: 0.16em;
  }

  .navbar .navbar-brand img {
    max-width: calc(100vw - 80px);
    height: auto;
  }

  .navbar {
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar .container {
    display: flex;
    align-items: center;
    min-height: 0;
  }

  .navbar .navbar-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .navbar .navbar-brand img {
    display: block;
    object-fit: contain;
    width: auto;
  }

  .navbar .navbar-toggler {
    align-self: center !important;
    margin: 0 !important;
    padding: 0.5rem 0.6rem;
    transform: translateY(4px);
  }

  .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center;
    text-align: center;
  }

  .navbar-collapse .nav-item {
    text-align: center;
  }

  .navbar-collapse .nav-item .btn {
    justify-content: center;
  }

  .hero-card {
    max-width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    text-align: left;
  }

  .hero-section .row.gy-4 {
    --bs-gutter-y: 1rem;
  }

  .hero-badge {
    margin-inline: auto;
  }

  .hero-content .d-flex {
    justify-content: center;
  }

  .hero-content .hero-stat {
    text-align: center;
  }

  .hero-buttons {
    order: 2;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }

  .hero-buttons::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
    border-radius: 0;
  }

  .hero-stat-pills-wrap {
    order: 1;
  }

  .hero-buttons-divider {
    order: 3;
  }

  .hero-stat-pills {
    justify-content: center;
    align-items: center;
  }

  .hero-stat-pill {
    white-space: normal;
    text-align: center;
  }

  .hero-mobile-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }

  #oferta {
    padding-top: 2rem !important;
    padding-bottom: 1.25rem !important;
  }

  #co-pierzemy {
    padding-top: 1.25rem !important;
    padding-bottom: 2.5rem !important;
  }

  #co-pierzemy .row {
    align-items: stretch;
  }

  #co-pierzemy .row > [class*="col-"] {
    display: flex;
  }

  #co-pierzemy .wash-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #co-pierzemy .wash-card-desc {
    flex: 1;
  }

  #co-pierzemy .co-pierzemy-divider {
    margin-bottom: 1rem !important;
  }

  #co-pierzemy .text-center.mb-4 {
    margin-bottom: 1rem !important;
  }

  #oferta .section-title,
  #oferta .section-subtitle,
  #oferta .text-muted.small {
    text-align: center;
  }

  .oferta-header .section-subtitle {
    white-space: normal;
  }

  .tool-card {
    height: auto;
  }

  .tool-card h5 {
    text-align: center;
  }

  .tool-card .price-tag {
    width: 100%;
    justify-content: center;
  }

  .tool-image-wrapper {
    aspect-ratio: 1 / 1;
  }

  .tool-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .contact-card {
    padding: 1.25rem;
  }

  #o-nas .section-title,
  #o-nas .section-subtitle {
    text-align: center;
  }

  .map-wrapper iframe {
    min-height: 260px;
  }

  footer {
    text-align: center;
  }
}

nav.navbar.bg-dark,
nav.navbar.navbar-dark,
.navbar.bg-dark,
.navbar.navbar-dark {
  background-color: #06038d !important;
  box-shadow: 0 4px 14px rgba(6, 3, 141, 0.5) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  overflow: visible !important;
}

.bg-primary {
  background-color: #2563EB !important;
}

.btn-primary {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #FFFFFF;
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: #2563EB;
  background-color: #2563EB;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #FFFFFF;
}

.btn-outline-primary {
  color: #FFFFFF;
  border-color: #2563EB;
  background-color: #2563EB;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #FFFFFF;
}

.tool-card .btn-outline-primary {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

.tool-card .btn-outline-primary:hover,
.tool-card .btn-outline-primary:focus {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #FFFFFF;
}

.text-info {
  color: #2563EB !important;
}

.bg-body-secondary {
  background-color: transparent !important;
}

.text-muted {
  color: #6B7280 !important;
}

.badge.bg-primary-subtle {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e0e0e0;
}

.badge.bg-secondary-subtle {
  background-color: rgba(148, 180, 193, 0.2);
  color: #94B4C1;
}

.modal-content,
.modal-title,
.modal-body ul {
  color: #1F2937;
}

.payment-methods .badge {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
  background-color: #06038d;
  box-shadow: 0 -4px 14px rgba(6, 3, 141, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem 0;
  font-family: Montserrat, sans-serif;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cookie-banner.cookie-banner--visible {
  transform: translateY(0);
}
@media (max-width: 767px) {
  #cookie-banner {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    transform: translateY(100%) translateZ(0);
  }
  #cookie-banner.cookie-banner--visible {
    transform: translateY(0) translateZ(0);
  }
}
#cookie-banner .cookie-banner-text {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
#cookie-banner .cookie-banner-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
#cookie-banner .cookie-banner-text a:hover {
  color: #fff;
}
#cookie-banner .btn {
  font-size: 0.85rem;
  text-transform: uppercase;
  background-color: #2563EB;
  border-color: #2563EB;
  color: #fff;
}
#cookie-banner .btn:hover {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #fff;
}
#cookie-banner .cookie-banner-btn-decline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
}
#cookie-banner .cookie-banner-btn-decline:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}
