@charset "UTF-8";

:root {
  --osp-red: #d71920;
  --osp-red-dark: #9f1018;
  --osp-ink: #151515;
  --osp-muted: #6f747b;
  --osp-cream: #f7f3eb;
  --osp-gold: #f3b33d;
  --osp-line: #e7e2d8;
}

body {
  color: var(--osp-ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
}

a,
.nav-link,
[navurl] {
  cursor: pointer;
}

.osp-topbar {
  background: #111;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  padding: 0.46rem 0;
  position: relative;
  z-index: 1020;
}

.osp-topbar__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
}

.osp-topbar__item {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.osp-topbar__item::before {
  background: var(--osp-red);
  border-radius: 50%;
  content: "";
  height: 0.42rem;
  width: 0.42rem;
}

.osp-topbar__link {
  color: #fff;
  text-decoration: none;
}

.osp-topbar__social {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.osp-social-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px;
}

.osp-social-link svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.osp-social-link:hover {
  background: var(--osp-red);
  color: #fff;
}

.osp-topbar__alerts {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 0.4rem;
  justify-content: center;
  min-width: min(100%, 260px);
}

.osp-topbar__alert {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  max-width: 100%;
  min-height: 1.8rem;
  overflow: hidden;
  padding: 0.42rem 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.osp-topbar__alert--default,
.osp-topbar__alert--info {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.osp-topbar__alert--watch {
  background: rgba(245, 158, 11, 0.22);
  color: #fbbf24;
}

.osp-topbar__alert--warning,
.osp-topbar__alert--danger {
  background: rgba(215, 25, 32, 0.24);
  color: #fecaca;
}

.osp-navbar {
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  min-height: 74px;
  z-index: 1030;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  will-change: transform;
}

.osp-navbar.is-scrolled {
  animation: osp-navbar-slide 0.28s ease;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.osp-brand img {
  display: block;
  height: 52px;
  width: auto;
}

.osp-brand {
  align-items: center;
  display: inline-flex;
  gap: 0rem;
}

.osp-brand .osp-brand__mark {
  background: #fff;
  border-radius: 50%;
  height: 44px;
  padding: 3px;
  width: 44px;
}

.osp-brand__text {
  color: var(--osp-ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.osp-navbar .nav-link {
  align-items: center;
  border-radius: 999px;
  color: #171717;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  font-size: 0.76rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.osp-navbar .nav-link:hover,
.osp-navbar .nav-link.active {
  background: rgba(215, 25, 32, 0.08);
  color: var(--osp-red);
}

.osp-navbar .nav-link:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 32, 0.25);
  outline: none;
}

.osp-navbar .navbar-nav {
  align-items: center;
  gap: 0.12rem;
}

.osp-navbar .navbar-toggler {
  border-color: rgba(21, 21, 21, 0.22);
}

.osp-navbar .navbar-toggler-icon {
  filter: invert(1);
}

.osp-navbar__call {
  align-items: center;
  background: var(--osp-red);
  color: #fff;
  gap: 0.65rem;
  margin-left: 1rem;
  min-height: 54px;
  padding: 0.7rem 0.95rem;
}

.osp-navbar__call span {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.osp-navbar__call strong {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.osp-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.92), rgba(16, 16, 16, 0.62), rgba(155, 16, 24, 0.58)), url("../img/sample2.jpg") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

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

.osp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9px;
  background: repeating-linear-gradient(90deg, var(--osp-red) 0 120px, var(--osp-gold) 120px 150px);
}

.osp-kicker {
  color: var(--osp-gold);
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.osp-kicker--dark {
  color: var(--osp-red);
}

.osp-hero h1,
.osp-page-head h1 {
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.osp-section h2,
.osp-blog-card h2,
.osp-contact-panel h2,
.osp-recruit-panel h2,
.osp-founders-list h3,
.osp-home-service-card h3 {
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
}

.osp-section h3,
.osp-blog-card h3,
.osp-news-card h3 {
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
}

.osp-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.25rem;
  max-width: 680px;
  margin-bottom: 2rem;
}

.osp-btn {
  border-radius: 0;
  border: 2px solid transparent;
  font-weight: 800;
  padding: 0.95rem 1.35rem;
  text-transform: uppercase;
}

.osp-btn--primary {
  background: var(--osp-red);
  color: #fff;
}

.osp-btn--primary:hover {
  background: var(--osp-red-dark);
  color: #fff;
}

.osp-btn--light {
  background: #fff;
  color: var(--osp-ink);
}

.osp-btn--outline {
  border-color: var(--osp-red);
  color: var(--osp-red);
}

.osp-btn--outline:hover {
  background: var(--osp-red);
  color: #fff;
}

.osp-emergency-card {
  background: var(--osp-red);
  color: #fff;
  padding: 2rem;
  border: 8px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  animation: osp-float 5.5s ease-in-out infinite;
}

.osp-emergency-card__label {
  font-weight: 800;
  text-transform: uppercase;
}

.osp-emergency-card__number {
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
}

.osp-feature-strip {
  margin-top: -58px;
  position: relative;
  z-index: 2;
}

.osp-feature-strip__item {
  background: #fff;
  border-right: 1px solid var(--osp-line);
  min-height: 116px;
  padding: 1.4rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.osp-feature-strip__item strong,
.osp-feature-strip__item span {
  display: block;
}

.osp-feature-strip__item strong {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.osp-feature-strip__item span {
  color: var(--osp-muted);
}

.osp-section {
  padding: 6rem 0;
}

.osp-section--muted {
  background: var(--osp-cream);
}

.osp-section h2,
.osp-video-cta h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.osp-section p {
  color: var(--osp-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.osp-checks {
  display: grid;
  gap: 0.75rem;
}

.osp-checks span {
  background: #fff;
  border-left: 5px solid var(--osp-red);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  padding: 1rem 1.15rem;
}

.osp-image-stack {
  position: relative;
}

.osp-image-stack img,
.osp-rounded-image,
.osp-gallery-grid img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.osp-image-stack img {
  aspect-ratio: 4/3;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.osp-image-stack:hover img {
  transform: scale(1.07);
}

.osp-image-stack__badge {
  background: var(--osp-red);
  bottom: -24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  left: -24px;
  padding: 1.1rem 1.4rem;
  position: absolute;
  text-transform: uppercase;
}

.osp-section-heading {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.osp-news-card,
.osp-service-card,
.osp-contact-panel {
  background: #fff;
  border: 1px solid var(--osp-line);
  height: 100%;
  padding: 1.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.osp-news-card:hover,
.osp-service-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.osp-news-card__date {
  color: var(--osp-red);
  font-weight: 900;
  margin-bottom: 0.9rem;
}

.osp-news-card h2,
.osp-news-card h3 {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.osp-news-card a {
  color: inherit;
  text-decoration: none;
}

.osp-news-card__thumb {
  display: block;
  margin: -1.6rem -1.6rem 1.2rem;
  overflow: hidden;
}

.osp-news-card__thumb img {
  aspect-ratio: 4/3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.osp-news-card:hover .osp-news-card__thumb img {
  transform: scale(1.08);
}

.osp-services-section {
  background: radial-gradient(circle at top left, rgba(215, 25, 32, 0.08), transparent 32%), #fff;
}

.osp-firdip-service {
  background: #fff;
  border: 1px solid var(--osp-line);
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  padding: 1.6rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.osp-firdip-service::before {
  background: var(--osp-red);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.osp-firdip-service:hover {
  border-color: rgba(215, 25, 32, 0.32);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.osp-firdip-service:hover::before {
  transform: scaleX(1);
}

.osp-firdip-service__icon {
  align-items: center;
  background: var(--osp-cream);
  color: var(--osp-red);
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  margin-bottom: 1.4rem;
  width: 72px;
}

.osp-firdip-service h3 {
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.osp-firdip-service p {
  color: var(--osp-muted);
  line-height: 1.7;
}

.osp-firdip-service__image {
  bottom: 0;
  left: 0;
  margin-top: 1.4rem;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.osp-firdip-service__image img {
  aspect-ratio: 16/8;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.35s ease;
  width: 100%;
}

.osp-firdip-service:hover .osp-firdip-service__image img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.1);
}

.osp-parallax-band {
  align-items: center;
  background: linear-gradient(90deg, rgba(14, 14, 14, 0.88), rgba(14, 14, 14, 0.45)), url("../img/osp/cwiczenia-osp-kaszyce-wielkie-czerwiec-2025.jpg") center/cover fixed no-repeat;
  color: #fff;
  display: flex;
  min-height: 520px;
  padding: 6rem 0;
}

.osp-parallax-band__content {
  max-width: 720px;
}

.osp-parallax-band h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.osp-parallax-band p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
  line-height: 1.8;
}

.osp-news-card span {
  color: var(--osp-muted);
  font-weight: 700;
}

.osp-video-cta {
  background: linear-gradient(90deg, rgba(157, 16, 24, 0.94), rgba(157, 16, 24, 0.82)), url("../img/sample3.jpg") center/cover no-repeat;
  color: #fff;
  padding: 5rem 0;
}

.osp-video-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  margin: 0;
}

.osp-page-head {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.7)), url("../img/sample3.jpg") center/cover no-repeat;
  color: #fff;
  padding: 7rem 0 5rem;
}

.osp-page-head p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
  max-width: 720px;
}

.osp-rounded-image {
  aspect-ratio: 5/4;
}

.osp-stat-row {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.osp-stat-row div {
  background: var(--osp-cream);
  flex: 1;
  padding: 1.25rem;
}

.osp-stat-row strong,
.osp-stat-row span,
.osp-service-card strong {
  display: block;
}

.osp-stat-row strong {
  color: var(--osp-red);
  font-size: 2rem;
  font-weight: 900;
}

.osp-stat-row span {
  color: var(--osp-muted);
}

.osp-service-card strong {
  color: var(--osp-red);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.osp-service-card h2,
.osp-contact-panel h2 {
  font-size: 1.35rem;
  margin-top: 1rem;
}

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

.osp-gallery-grid img {
  aspect-ratio: 1/1;
  transition: transform 0.6s ease, filter 0.35s ease;
}

.osp-gallery-grid img:hover {
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.03);
}

.osp-contact-panel {
  border-top: 5px solid var(--osp-red);
}

.osp-contact-panel h2 {
  margin-bottom: 0.75rem;
}

.osp-contact-address {
  font-style: normal;
}

.osp-contact-address p {
  margin-bottom: 0.25rem;
}

.osp-contact-panel--alarm {
  background: var(--osp-red);
  border-color: var(--osp-red);
  color: #fff;
}

.osp-contact-panel--alarm h2 {
  color: #fff;
}

.osp-contact-panel--alarm p {
  color: rgba(255, 255, 255, 0.9);
}

.osp-contact-alarm-number {
  color: #fff;
  font-size: clamp(4rem, 9vw, 6rem);
  font-weight: 900;
  line-height: 1;
  margin: 0.5rem 0 1rem;
}

.osp-contact-panel--dark {
  background: #151515;
  border-top-color: var(--osp-gold);
  color: #fff;
}

.osp-contact-panel--dark p {
  color: rgba(255, 255, 255, 0.76);
}

.osp-contact-panel--dark h2 {
  color: #fff;
}

.osp-blog-article {
  background: #fff;
  border: 1px solid var(--osp-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.osp-blog-grid-section {
  background: radial-gradient(circle at 100% 0, rgba(215, 25, 32, 0.08), transparent 32%), linear-gradient(180deg, #fff 0, #fff 54%, var(--osp-cream) 54%, var(--osp-cream) 100%);
}

.osp-blog-grid-head {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

.osp-blog-grid-head h2 {
  margin-bottom: 0;
}

.osp-blog-grid-head p {
  max-width: 430px;
}

.osp-blog-card {
  background: #fff;
  border: 1px solid var(--osp-line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.osp-blog-card:hover {
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.14);
  transform: translateY(-8px);
}

.osp-blog-card__image {
  display: block;
  overflow: hidden;
  position: relative;
}

.osp-blog-card__image::after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.32));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}

.osp-blog-card:hover .osp-blog-card__image::after {
  opacity: 1;
}

.osp-blog-card__image img {
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s ease;
  width: 100%;
}

.osp-blog-card:hover .osp-blog-card__image img {
  transform: scale(1.09);
}

.osp-blog-card__content {
  padding: 1.45rem;
}

.osp-blog-card__meta {
  color: var(--osp-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.osp-blog-card__meta li:first-child {
  color: var(--osp-red);
}

.osp-blog-card h2 {
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.osp-blog-card a {
  color: inherit;
  text-decoration: none;
}

.osp-blog-card p {
  color: var(--osp-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.osp-blog-card__link {
  align-items: center;
  color: var(--osp-red) !important;
  display: inline-flex;
  font-weight: 900;
  gap: 0.45rem;
  margin-top: 0.4rem;
  text-transform: uppercase;
}

.osp-blog-card__link span {
  transition: transform 0.2s ease;
}

.osp-blog-card:hover .osp-blog-card__link span {
  transform: translateX(5px);
}

.osp-blog-article__meta,
.osp-blog-article__tags {
  color: var(--osp-red);
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  gap: 0.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.osp-blog-article h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.osp-blog-article .cms-page-content {
  color: #333;
  font-size: 1.06rem;
  line-height: 1.85;
}

.osp-blog-article .cms-page-content>*:first-child {
  margin-top: 0;
}

.osp-blog-article .cms-page-content p {
  color: #333;
  margin: 0 0 1.25rem;
}

.osp-blog-article .cms-page-content h2,
.osp-blog-article .cms-page-content h3,
.osp-blog-article .cms-page-content h4 {
  color: var(--osp-ink);
  font-weight: 900;
  line-height: 1.12;
  margin: 2.25rem 0 1rem;
  text-transform: none;
}

.osp-blog-article .cms-page-content h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.osp-blog-article .cms-page-content h3 {
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
}

.osp-blog-article .cms-page-content a {
  color: var(--osp-red);
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.osp-blog-article .cms-page-content hr {
  border: 0;
  border-top: 1px solid var(--osp-line);
  margin: 2.4rem 0;
  opacity: 1;
}

.osp-blog-article .cms-page-content img,
.osp-blog-hero-image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.osp-blog-article .cms-page-content img {
  cursor: zoom-in;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 560px);
  width: auto;
}

.osp-blog-hero-image {
  margin: 0 auto 2rem;
  max-width: 900px;
  overflow: hidden;
}

.osp-blog-hero-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}

.osp-blog-article .cms-page-content figure {
  margin: 1.75rem auto;
  max-width: 620px;
}

.osp-blog-article .cms-page-content figure:not(.osp-blog-hero-image) img {
  border: 1px solid var(--osp-line);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.osp-blog-article .cms-page-content .wp-block-gallery,
.osp-blog-article .cms-page-content .gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0;
  max-width: none;
}

.osp-blog-article .cms-page-content .wp-block-gallery figure,
.osp-blog-article .cms-page-content .gallery figure {
  margin: 0;
  max-width: none;
}

.osp-blog-article .cms-page-content .wp-block-gallery img,
.osp-blog-article .cms-page-content .gallery img {
  aspect-ratio: 4/3;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.osp-blog-article .cms-page-content #ez-toc-container {
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.08), rgba(247, 243, 235, 0.96));
  border: 1px solid var(--osp-line);
  border-left: 6px solid var(--osp-red);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  margin: 0 0 2.2rem;
  padding: 1.25rem 1.35rem;
}

.osp-blog-article .cms-page-content .ez-toc-title {
  color: var(--osp-ink);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.osp-blog-article .cms-page-content .ez-toc-title-container {
  align-items: center;
  border-bottom: 1px solid rgba(215, 25, 32, 0.18);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  padding-bottom: 0.8rem;
}

.osp-blog-article .cms-page-content .ez-toc-title-toggle {
  display: none;
}

.osp-blog-article .cms-page-content #ez-toc-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.osp-blog-article .cms-page-content #ez-toc-container li {
  margin: 0;
}

.osp-blog-article .cms-page-content #ez-toc-container li+li {
  margin-top: 0.45rem;
}

.osp-blog-article .cms-page-content #ez-toc-container ul ul {
  border-left: 1px solid rgba(215, 25, 32, 0.18);
  margin-top: 0.45rem;
  padding-left: 0.9rem;
}

.osp-blog-article .cms-page-content #ez-toc-container a {
  align-items: flex-start;
  color: var(--osp-ink);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.45rem;
  line-height: 1.35;
  text-decoration: none;
}

.osp-blog-article .cms-page-content #ez-toc-container a::before {
  background: var(--osp-red);
  content: "";
  flex: 0 0 auto;
  height: 0.42rem;
  margin-top: 0.45rem;
  width: 0.42rem;
}

.osp-blog-article .cms-page-content #ez-toc-container a:hover {
  color: var(--osp-red);
}

.osp-lightbox {
  align-items: center;
  background: rgba(10, 10, 10, 0.86);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(1rem, 4vw, 3rem);
  pointer-events: none;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 3000;
}

.osp-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.osp-lightbox__figure {
  margin: 0;
  max-height: 92vh;
  max-width: min(1120px, 96vw);
}

.osp-lightbox__image {
  background: #111;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  display: block;
  max-height: calc(92vh - 3rem);
  max-width: 100%;
  object-fit: contain;
}

.osp-lightbox__caption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  margin-top: 0.75rem;
  text-align: center;
}

.osp-lightbox__close {
  align-items: center;
  background: var(--osp-red);
  border: 0;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.75rem;
  z-index: 1;
}

.osp-lightbox__close:hover {
  background: var(--osp-red-dark);
}

body.osp-lightbox-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {

  .osp-blog-article .cms-page-content .wp-block-gallery,
  .osp-blog-article .cms-page-content .gallery {
    grid-template-columns: 1fr;
  }

  .osp-blog-article .cms-page-content #ez-toc-container {
    padding: 1rem;
  }

  .osp-blog-article .cms-page-content img,
  .osp-blog-article .cms-page-content figure {
    max-width: 100%;
  }

  .osp-blog-article .cms-page-content img {
    width: 100%;
  }
}

.osp-about-two {
  background: #fff;
}

.osp-about-two__content h2,
.osp-why-section h2 {
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.osp-about-callout {
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.94), rgba(159, 16, 24, 0.96)), url("../img/osp/08-2024-pozar-budynku-gospodarczego-w-miejscowosci-wszemirow.jpg") center/cover;
  color: #fff;
  margin: 1.5rem 0;
  padding: 1.4rem;
  position: relative;
}

.osp-about-callout strong,
.osp-about-callout span {
  display: block;
}

.osp-about-callout strong {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.osp-about-callout span {
  color: rgba(255, 255, 255, 0.86);
}

.osp-about-checkgrid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.osp-about-checkgrid span {
  background: var(--osp-cream);
  border-left: 4px solid var(--osp-red);
  font-weight: 800;
  padding: 0.9rem;
}

.osp-about-collage {
  min-height: 620px;
  position: relative;
}

.osp-about-collage__main,
.osp-about-collage__small {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
  object-fit: cover;
  position: absolute;
}

.osp-about-collage__main {
  height: 520px;
  left: 0;
  top: 0;
  width: 78%;
}

.osp-about-collage__small {
  border: 12px solid #fff;
  bottom: 18px;
  height: 300px;
  right: 0;
  width: 48%;
}

.osp-about-collage__badge {
  align-items: center;
  background: var(--osp-red);
  bottom: 72px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  left: 28px;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 150px;
}

.osp-about-collage__badge strong {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.osp-about-collage__badge span {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.osp-about-facts {
  background: #151515;
  color: #fff;
  padding: 3rem 0;
}

.osp-about-fact {
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
  padding: 1.5rem;
}

.osp-about-fact strong {
  color: var(--osp-gold);
  display: block;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.osp-about-fact span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-weight: 800;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.osp-why-section {
  background: radial-gradient(circle at top left, rgba(215, 25, 32, 0.08), transparent 30%), var(--osp-cream);
}

.osp-why-list {
  display: grid;
  gap: 1rem;
}

.osp-why-item {
  align-items: start;
  background: #fff;
  border: 1px solid var(--osp-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.osp-why-item:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.osp-why-item div {
  align-items: center;
  background: var(--osp-red);
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.osp-why-item h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.osp-why-item p {
  margin: 0;
}

.osp-history-intro {
  background: #fff;
}

.osp-history-note {
  background: var(--osp-cream);
  border-left: 6px solid var(--osp-red);
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.osp-history-note h2,
.osp-history-timeline h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1.2rem;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.osp-history-note p,
.osp-history-timeline p {
  color: var(--osp-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.osp-history-year {
  align-items: center;
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.95), rgba(159, 16, 24, 0.92)), url("../img/osp/zalozyciele-osp-kaszyce-wielkie.jpeg") center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 2rem;
  text-align: center;
}

.osp-history-year strong {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
}

.osp-history-year span {
  display: block;
  font-weight: 900;
  max-width: 360px;
  text-transform: uppercase;
}

.osp-history-founders {
  background: var(--osp-cream);
}

.osp-history-photo {
  background: #fff;
  border: 1px solid var(--osp-line);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
  margin: 0;
  overflow: hidden;
}

.osp-history-photo img {
  display: block;
  width: 100%;
}

.osp-history-photo figcaption {
  color: var(--osp-muted);
  font-size: 0.95rem;
  padding: 1rem 1.2rem;
}

.osp-founders-list {
  background: #151515;
  color: #fff;
  padding: 1.5rem;
  position: sticky;
  top: 110px;
}

.osp-founders-list h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.osp-founders-list ol {
  counter-reset: founders;
  list-style: none;
  margin: 0;
  padding: 0;
}

.osp-founders-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  counter-increment: founders;
  display: grid;
  gap: 0.15rem;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  padding: 0.62rem 0;
}

.osp-founders-list li::before {
  color: var(--osp-gold);
  content: counter(founders, decimal-leading-zero);
  font-weight: 900;
}

.osp-founders-list strong,
.osp-founders-list span {
  display: block;
}

.osp-founders-list strong {
  font-weight: 900;
}

.osp-founders-list span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.osp-founders-list p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 1rem 0;
}

.osp-founders-list a {
  color: var(--osp-gold);
  font-weight: 900;
  text-decoration: none;
}

.osp-history-timeline {
  background: #fff;
}

.osp-history-steps {
  display: grid;
  gap: 1rem;
}

.osp-history-steps article {
  background: var(--osp-cream);
  border-left: 5px solid var(--osp-red);
  padding: 1.2rem;
}

.osp-history-steps span {
  color: var(--osp-red);
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.osp-history-steps strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.osp-history-steps p {
  margin: 0.35rem 0 0;
}

@media (max-width: 991.98px) {
  .osp-founders-list {
    position: static;
  }
}

.osp-footer {
  background: #11171d;
  padding: 4rem 0 1.5rem;
}

.osp-footer .osp-social-link {
  background: rgba(255, 255, 255, 0.08);
}

.osp-footer .osp-social-link:hover {
  background: var(--osp-red);
}

.osp-footer__brand {
  text-decoration: none;
}

.osp-footer__logo {
  height: auto;
  max-width: min(100%, 250px);
  width: clamp(170px, 20vw, 250px);
}

.osp-footer__legal-link {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.osp-footer__legal-link:hover {
  color: #fff;
  transform: translateX(2px);
}

.osp-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .osp-navbar .navbar-collapse {
    background: #fff;
    border-top: 1px solid var(--osp-line);
    margin-top: 0.65rem;
    padding: 0.6rem 0 0.75rem;
  }

  .osp-navbar .navbar-nav {
    align-items: stretch;
    gap: 0.15rem;
  }

  .osp-navbar .nav-link {
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    padding: 0.7rem 0.8rem;
    width: 100%;
  }

  .osp-navbar .nav-link:hover,
  .osp-navbar .nav-link.active {
    background: rgba(215, 25, 32, 0.1);
  }

  .osp-hero {
    min-height: auto;
    padding: 5rem 0;
  }

  .osp-section {
    padding: 4rem 0;
  }

  .osp-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .osp-parallax-band {
    background-attachment: scroll;
  }

  .osp-blog-grid-head {
    align-items: start;
    flex-direction: column;
  }

  .osp-about-collage {
    min-height: auto;
  }

  .osp-about-collage__main,
  .osp-about-collage__small {
    position: relative;
    width: 100%;
  }

  .osp-about-collage__main {
    height: auto;
    aspect-ratio: 4/3;
  }

  .osp-about-collage__small {
    bottom: auto;
    height: auto;
    margin-top: 1rem;
    right: auto;
    aspect-ratio: 16/10;
  }

  .osp-about-collage__badge {
    bottom: 28px;
    left: 28px;
  }
}

body.osp-mode-night {
  background: #0f131b;
  color: #e7edf4;
}

body.osp-mode-night .osp-navbar {
  background: #fff;
  border-bottom-color: transparent;
}

body.osp-mode-night .osp-navbar .nav-link,
body.osp-mode-night .osp-brand__text {
  color: var(--osp-ink);
}

body.osp-mode-night .osp-navbar .nav-link:hover,
body.osp-mode-night .osp-navbar .nav-link.active {
  background: rgba(215, 25, 32, 0.1);
  color: var(--osp-red);
}

body.osp-mode-night .osp-section--muted,
body.osp-mode-night .osp-feature-strip__item,
body.osp-mode-night .osp-news-card,
body.osp-mode-night .osp-service-card,
body.osp-mode-night .osp-contact-panel {
  background: #1a2230;
  border-color: rgba(255, 255, 255, 0.08);
  color: #e7edf4;
}

body.osp-mode-night .osp-section p,
body.osp-mode-night .osp-news-card span,
body.osp-mode-night .osp-contact-panel p,
body.osp-mode-night .osp-service-card p {
  color: rgba(231, 237, 244, 0.74);
}

body.osp-mode-night .osp-home-features,
body.osp-mode-night .osp-home-about {
  background: #fff;
  color: var(--osp-ink);
}

body.osp-mode-night .osp-home-feature {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--osp-ink);
}

body.osp-mode-night .osp-home-feature strong,
body.osp-mode-night .osp-home-about__content h2,
body.osp-mode-night .osp-home-about__features strong {
  color: #151515;
}

body.osp-mode-night .osp-home-feature span,
body.osp-mode-night .osp-home-about__content p,
body.osp-mode-night .osp-home-about__features span {
  color: #59616a;
}

body.osp-mode-night .osp-home-feature:hover {
  background: linear-gradient(135deg, #151515, #2a1113);
  color: #fff;
}

body.osp-mode-night .osp-home-feature:hover strong {
  color: #fff;
}

body.osp-mode-night .osp-home-feature:hover span {
  color: rgba(255, 255, 255, 0.72);
}

body.osp-mode-night .osp-home-services,
body.osp-mode-night .osp-home-why,
body.osp-mode-night .osp-home-blog,
body.osp-mode-night .osp-home-gallery {
  color: var(--osp-ink);
}

body.osp-mode-night .osp-home-services,
body.osp-mode-night .osp-home-blog {
  background: radial-gradient(circle at top left, rgba(215, 25, 32, 0.08), transparent 32%), #fff;
}

body.osp-mode-night .osp-home-gallery {
  background: linear-gradient(180deg, #fff, #f6f8fa);
}

body.osp-mode-night .osp-home-why {
  background: var(--osp-cream);
}

body.osp-mode-night .osp-home-service-card,
body.osp-mode-night .osp-home-service-card div,
body.osp-mode-night .osp-home-why__grid article,
body.osp-mode-night .osp-home-gallery__item,
body.osp-mode-night .osp-news-card {
  background: #fff;
  color: var(--osp-ink);
}

body.osp-mode-night .osp-section-heading h2,
body.osp-mode-night .osp-home-services h2,
body.osp-mode-night .osp-home-why h2,
body.osp-mode-night .osp-home-blog h2,
body.osp-mode-night .osp-home-gallery h2,
body.osp-mode-night .osp-home-service-card h3,
body.osp-mode-night .osp-home-why__grid strong,
body.osp-mode-night .osp-home-gallery__item strong,
body.osp-mode-night .osp-news-card h2,
body.osp-mode-night .osp-news-card h3,
body.osp-mode-night .osp-news-card a {
  color: #151515;
}

body.osp-mode-night .osp-home-services p,
body.osp-mode-night .osp-home-why p,
body.osp-mode-night .osp-home-blog p,
body.osp-mode-night .osp-home-gallery p,
body.osp-mode-night .osp-home-service-card p,
body.osp-mode-night .osp-home-why__grid span,
body.osp-mode-night .osp-home-gallery__item p,
body.osp-mode-night .osp-news-card span,
body.osp-mode-night .osp-news-card p {
  color: #59616a;
}

body.osp-mode-night .osp-kicker--dark,
body.osp-mode-night .osp-home-services .osp-kicker,
body.osp-mode-night .osp-home-blog .osp-kicker,
body.osp-mode-night .osp-home-gallery .osp-kicker {
  color: var(--osp-red);
}

body.osp-weather-clear .osp-hero {
  background: linear-gradient(90deg, rgba(22, 28, 30, 0.84), rgba(22, 28, 30, 0.46), rgba(155, 16, 24, 0.48)), url("../img/sample2.jpg") center/cover no-repeat;
}

body.osp-weather-cloudy .osp-hero {
  filter: saturate(0.9);
}

body.osp-weather-rain .osp-hero,
body.osp-weather-storm .osp-hero {
  background: linear-gradient(90deg, rgba(10, 14, 26, 0.9), rgba(10, 14, 26, 0.62), rgba(74, 93, 130, 0.52)), url("../img/sample2.jpg") center/cover no-repeat;
}

body.osp-weather-snow .osp-hero {
  background: linear-gradient(90deg, rgba(50, 58, 74, 0.82), rgba(50, 58, 74, 0.56), rgba(120, 126, 139, 0.45)), url("../img/sample2.jpg") center/cover no-repeat;
}

body.osp-weather-fog .osp-hero {
  background: linear-gradient(90deg, rgba(36, 40, 45, 0.9), rgba(36, 40, 45, 0.68), rgba(89, 94, 102, 0.5)), url("../img/sample2.jpg") center/cover no-repeat;
}

@media (max-width: 767.98px) {
  .osp-feature-strip {
    margin-top: 0;
  }

  .osp-feature-strip__item {
    border-bottom: 1px solid var(--osp-line);
    border-right: 0;
  }

  .osp-gallery-grid {
    grid-template-columns: 1fr;
  }

  .osp-image-stack__badge {
    bottom: 12px;
    left: 12px;
  }

  .osp-stat-row {
    flex-direction: column;
  }

  .osp-about-checkgrid {
    grid-template-columns: 1fr;
  }

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

.osp-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.osp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.osp-reveal[data-osp-delay="1"] {
  transition-delay: 0.08s;
}

.osp-reveal[data-osp-delay="2"] {
  transition-delay: 0.16s;
}

.osp-reveal[data-osp-delay="3"] {
  transition-delay: 0.24s;
}

@keyframes osp-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes osp-navbar-slide {
  from {
    opacity: 0.85;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

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

  .osp-reveal {
    opacity: 1;
    transform: none;
  }
}

.min-vh-hero {
  min-height: 760px;
}

.osp-home-hero {
  color: #fff;
  min-height: 790px;
  overflow: hidden;
  position: relative;
}

.osp-home-hero__bg,
.osp-home-hero__overlay {
  inset: 0;
  position: absolute;
}

.osp-home-hero__bg {
  animation: osp-hero-slide 18s infinite;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
}

.osp-home-hero__bg--one {
  background-image: url("../img/firdip/backgrounds-slider-1-1.jpg");
  opacity: 1;
}

.osp-home-hero__bg--two {
  animation-delay: 6s;
  background-image: url("../img/firdip/backgrounds-slider-1-2.jpg");
}

.osp-home-hero__bg--three {
  animation-delay: 12s;
  background-image: url("../img/firdip/backgrounds-slider-1-3.jpg");
}

.osp-home-hero__overlay {
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.94) 0%, rgba(9, 9, 9, 0.72) 47%, rgba(159, 16, 24, 0.22) 100%), radial-gradient(circle at 82% 24%, rgba(243, 179, 61, 0.18), transparent 32%);
  z-index: 1;
}

.osp-home-hero .container {
  position: relative;
  z-index: 2;
}

.osp-home-hero__content {
  position: relative;
}

.osp-home-hero__content::after {
  background: radial-gradient(circle at center, rgba(215, 25, 32, 0.26), transparent 68%);
  content: "";
  height: 430px;
  left: -100px;
  pointer-events: none;
  position: absolute;
  top: -120px;
  width: 430px;
  z-index: -1;
}

.osp-home-hero__content h1 {
  font-size: clamp(3.15rem, 7.8vw, 6.7rem);
  font-weight: 900;
  line-height: 0.86;
  margin-bottom: 1.4rem;
  max-width: 980px;
  text-transform: uppercase;
}

.osp-home-hero__content p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.22rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 720px;
}

.osp-hero-alarm {
  background: var(--osp-red);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  margin-left: auto;
  max-width: 260px;
  padding: 1.6rem;
  position: relative;
  transform: translateY(48px);
}

.osp-hero-alarm::before {
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.osp-hero-alarm span,
.osp-hero-alarm strong {
  display: block;
  position: relative;
  z-index: 1;
}

.osp-hero-alarm span {
  font-weight: 900;
  text-transform: uppercase;
}

.osp-hero-alarm strong {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.osp-hero-alarm p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0.8rem 0 0;
  position: relative;
  z-index: 1;
}

.osp-home-features {
  background: transparent;
  margin-top: -70px;
  padding: 0 0 2.3rem;
  position: relative;
  z-index: 7;
}

.osp-home-feature {
  background: #fff;
  border: 0;
  border-right: 1px solid var(--osp-line);
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
  color: var(--osp-ink);
  min-height: 170px;
  overflow: hidden;
  padding: 1.55rem;
  position: relative;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.osp-home-feature::before {
  background: var(--osp-red);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.osp-home-feature::after {
  align-items: center;
  background: var(--osp-red);
  color: #fff;
  content: "!";
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 1.35rem;
  width: 48px;
}

.osp-home-features .col-md-3:nth-child(2) .osp-home-feature::after {
  content: "+";
}

.osp-home-features .col-md-3:nth-child(3) .osp-home-feature::after {
  content: "i";
}

.osp-home-features .col-md-3:nth-child(4) .osp-home-feature::after {
  content: "*";
}

.osp-home-feature:hover {
  background: #151515;
  border-color: rgba(215, 25, 32, 0.4);
  color: #fff;
  box-shadow: 0 18px 34px rgba(21, 21, 21, 0.16);
  transform: translateY(-8px);
}

.osp-home-feature strong,
.osp-home-feature span {
  display: block;
}

.osp-home-feature strong {
  color: #151515;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  padding-right: 3.4rem;
  text-transform: uppercase;
}

.osp-home-feature span {
  color: #59616a;
}

.osp-home-feature:hover strong {
  color: #fff;
}

.osp-home-feature:hover span {
  color: rgba(255, 255, 255, 0.72);
}

.osp-home-about {
  background: #fff;
  color: var(--osp-ink);
  padding-top: 7.2rem;
}

.osp-home-about__media {
  min-height: 640px;
  overflow: visible;
  position: relative;
}

.osp-home-about__shape {
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.92), rgba(215, 25, 32, 0.08));
  height: 310px;
  left: calc(100% + 16px);
  position: absolute;
  top: 14px;
  width: 24px;
}

.osp-home-about__main,
.osp-home-about__small,
.osp-home-about__mini,
.osp-home-about__gas {
  display: block;
  position: absolute;
}

.osp-home-about__main {
  border: 8px solid #fff;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
  height: 575px;
  left: 0;
  top: 0;
  width: 84%;
}

.osp-home-about__small {
  border: 12px solid #fff;
  bottom: 20px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
  height: 250px;
  right: 0;
  width: 44%;
}

.osp-home-about__mini {
  border: 8px solid #fff;
  bottom: -26px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  height: 220px;
  left: 44%;
  width: 45%;
}

.osp-home-about__gas {
  bottom: -10px;
  left: -104px;
  width: 168px;
}

.osp-home-about__badge {
  align-items: center;
  background: #171e24;
  border: 4px solid #fff;
  bottom: -34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: center;
  left: 36%;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 232px;
}

.osp-home-about__badge strong {
  color: #e94a4a;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.osp-home-about__badge span {
  font-size: 1.02rem;
  font-weight: 900;
  text-transform: uppercase;
}

.osp-home-about__content h2,
.osp-home-why h2,
.osp-home-cta h2 {
  color: #151515;
  font-size: clamp(2.35rem, 5.2vw, 4.55rem);
  font-weight: 900;
  line-height: 0.96;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.osp-home-about__content p,
.osp-home-why p {
  color: #59616a;
  font-size: 1.06rem;
  line-height: 1.8;
}

.osp-home-about__features {
  border-top: 1px solid var(--osp-line);
  border-bottom: 1px solid var(--osp-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0;
  padding: 1.2rem 0;
}

.osp-home-about__features strong,
.osp-home-about__features span {
  display: block;
}

.osp-home-about__features strong {
  color: #252525;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.osp-home-about__features span {
  color: #5f6872;
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 0.28rem;
}

.osp-home-about__features article {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 62px minmax(0, 1fr);
}

.osp-home-about__icon {
  align-items: center;
  background: #f3efeb;
  border-radius: 50%;
  color: #2d343a;
  display: flex;
  grid-row: 1/span 2;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.osp-home-about__icon svg {
  height: 30px;
  width: 30px;
}

.osp-home-about__list-wrap {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) 270px;
  margin-bottom: 1.4rem;
}

.osp-home-about__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.osp-home-about__list li {
  color: #5f676d;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 0.85rem;
  padding-left: 2rem;
  position: relative;
}

.osp-home-about__list li::before {
  color: var(--osp-red);
  content: "✔";
  font-size: 0.98rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0.2rem;
}

.osp-home-about__list-wrap img {
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
}

.osp-home-checks {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.osp-home-checks span {
  background: var(--osp-cream);
  border-left: 4px solid var(--osp-red);
  font-weight: 800;
  padding: 0.85rem;
}

.osp-home-funfacts {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.96), rgba(17, 17, 17, 0.9)), url("../img/firdip/shapes-funfact-bg.png") center/cover fixed;
  color: #fff;
  padding: 3.4rem 0;
}

.osp-home-funfact {
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
  padding: 1.45rem;
}

.osp-home-funfact strong {
  color: var(--osp-gold);
  display: block;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
}

.osp-home-funfact span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-weight: 900;
  margin-top: 0.65rem;
  text-transform: uppercase;
}

.osp-home-services {
  background: radial-gradient(circle at top left, rgba(215, 25, 32, 0.09), transparent 28%), linear-gradient(180deg, #fff 0%, #f6f8fa 100%);
}

.osp-home-service-card {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.osp-home-service-card:hover {
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.14);
  transform: translateY(-8px);
}

.osp-home-service-card img {
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
  transition: transform 0.65s ease;
  width: 100%;
}

.osp-home-service-card::after {
  background: var(--osp-red);
  bottom: 0;
  content: "";
  height: 4px;
  left: 1.45rem;
  position: absolute;
  right: 1.45rem;
  transform: scaleX(0.32);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.osp-home-service-card:hover::after {
  transform: scaleX(1);
}

.osp-home-service-card:hover img {
  transform: scale(1.07);
}

.osp-home-service-card div {
  background: #fff;
  padding: 1.45rem;
}

.osp-home-service-card span {
  color: var(--osp-red);
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.osp-home-service-card h3 {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.osp-home-service-card p {
  color: var(--osp-muted);
  line-height: 1.7;
  margin: 0;
}

.osp-home-why {
  background: var(--osp-cream);
  overflow: hidden;
}

.osp-home-why__image {
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
}

.osp-home-why__image img {
  display: block;
  width: 100%;
}

[data-osp-scroll-fx] {
  isolation: isolate;
}

[data-osp-scroll-fx] img {
  transform: translate3d(0, var(--osp-scroll-img-y, 0), 0) scale(1.04);
  transform-origin: center;
  transition: transform 0.18s linear;
  will-change: transform;
}

.osp-home-why__play {
  align-items: center;
  background: var(--osp-red);
  border: 10px solid #fff;
  border-radius: 50%;
  bottom: 34px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 112px;
  justify-content: center;
  position: absolute;
  right: 34px;
  width: 112px;
}

.osp-home-why__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.osp-home-why__grid article {
  background: #fff;
  border: 1px solid var(--osp-line);
  padding: 1.2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.osp-home-why__grid article:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.osp-home-why__grid strong,
.osp-home-why__grid span {
  display: block;
}

.osp-home-why__grid strong {
  font-weight: 900;
  text-transform: uppercase;
}

.osp-home-why__grid span {
  color: var(--osp-muted);
  margin-top: 0.35rem;
}

.osp-home-cta {
  background: linear-gradient(90deg, rgba(151, 13, 20, 0.94), rgba(151, 13, 20, 0.72)), url("../img/firdip/backgrounds-cta-bg.png") center/cover fixed;
  color: #fff;
  padding: 6rem 0;
}

.osp-home-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
  line-height: 1.8;
}

.osp-home-blog {
  background: #fff;
}

.osp-home-gallery {
  background: linear-gradient(180deg, #fff, #f6f8fa);
}

.osp-home-gallery__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.osp-home-gallery__item {
  background: #fff;
  border: 1px solid var(--osp-line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 30, 36, 0.09);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.osp-home-gallery__item:hover {
  box-shadow: 0 24px 48px rgba(23, 30, 36, 0.14);
  transform: translateY(-6px);
}

.osp-home-gallery__item img {
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.osp-home-gallery__item div {
  padding: 1.2rem;
}

.osp-home-gallery__item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.osp-home-gallery__item p {
  color: var(--osp-muted);
  line-height: 1.7;
  margin: 0;
}

.osp-home-testimonial {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(151, 13, 20, 0.84)), url("../img/firdip/backgrounds-cta-bg.png") center/cover fixed;
  color: #fff;
}

.osp-home-testimonial__photo {
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
}

.osp-home-testimonial__photo img {
  display: block;
  width: 100%;
}

.osp-home-testimonial__content {
  padding: clamp(1rem, 2vw, 1.8rem);
}

.osp-home-testimonial__content h2 {
  font-size: clamp(2rem, 4.3vw, 3.7rem);
  font-weight: 900;
  line-height: 0.98;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.osp-home-testimonial__content p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.osp-home-testimonial__content strong,
.osp-home-testimonial__content span {
  display: block;
}

.osp-home-testimonial__content strong {
  color: var(--osp-gold);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.osp-home-testimonial__content span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
}

.osp-home-brands {
  background: #171e24;
  padding: 3.2rem 0;
}

.osp-home-brands__title {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.osp-home-brands__grid {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.osp-home-brand {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  gap: 0.8rem;
  min-height: 82px;
  padding: 0.9rem 1rem;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.osp-home-brand:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-2px);
}

.osp-home-brand__mark {
  align-items: center;
  background: #fff;
  color: var(--osp-red);
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 0.9rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  letter-spacing: 0;
  width: 46px;
}

.osp-home-brand strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}

.osp-page-head--places {
  background: linear-gradient(90deg, rgba(23, 30, 36, 0.78), rgba(151, 13, 20, 0.68)), url("../img/firdip/page-header-bg-1-1.jpg") center/cover fixed;
}

.osp-page-head--places h1 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.05;
}

.osp-page-head--about {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.68)), url("../img/osp/zalozyciele-osp-kaszyce-wielkie.jpeg") center/cover no-repeat;
}

.osp-page-head--contact {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(151, 13, 20, 0.72)), url("../img/osp/cwiczenia-osp-kaszyce-wielkie-czerwiec-2025.jpg") center/cover no-repeat;
}

.osp-map-section {
  --osp-map-height: clamp(760px, 86vh, 980px);
  background: #f5f7f8;
}

.osp-map-toolbar {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.osp-map-toolbar h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 900;
  margin: 0.2rem 0 0;
}

.osp-map-search {
  display: grid;
  gap: 0.45rem;
  min-width: min(360px, 100%);
}

.osp-map-actions {
  align-items: end;
  display: flex;
  gap: 0.75rem;
}

.osp-map-mode-toggle {
  background: #171e24;
  border: 1px solid #171e24;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  min-height: 54px;
  padding: 0.7rem 0.95rem;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.osp-map-mode-toggle:hover,
.osp-map-mode-toggle:focus-visible {
  background: var(--osp-red);
  border-color: var(--osp-red);
}

.osp-map-search span {
  color: var(--osp-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.osp-map-search input {
  background: #fff;
  border: 1px solid var(--osp-line);
  border-radius: 0;
  box-shadow: 0 14px 36px rgba(23, 30, 36, 0.08);
  min-height: 54px;
  padding: 0.75rem 1rem;
}

.osp-map-shell {
  background: #fff;
  border: 1px solid var(--osp-line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  min-height: var(--osp-map-height);
}

.osp-map-canvas-wrap {
  min-height: var(--osp-map-height);
  position: relative;
}

.osp-map-legend {
  background: rgba(23, 30, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.55rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  color: #fff;
  bottom: 1rem;
  max-width: 280px;
  padding: 0.8rem 0.95rem;
  position: absolute;
  right: 1rem;
  z-index: 620;
}

.osp-map-legend strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.osp-map-legend ul {
  display: grid;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.osp-map-legend li {
  align-items: center;
  display: flex;
  font-size: 0.84rem;
  gap: 0.45rem;
}

.osp-map-legend li span {
  border-radius: 0.15rem;
  display: inline-block;
  height: 10px;
  width: 26px;
}

.osp-map-legend .is-powiat {
  background: #8c1515;
}

.osp-map-legend .is-prusice {
  background: rgba(215, 25, 32, 0.95);
}

.osp-map-legend .is-other-gmina {
  background: rgba(95, 115, 136, 0.55);
}

.osp-map-ctrl-hint {
  background: rgba(23, 30, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.45rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 0.55rem 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  transform: translate(-50%, -8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 700;
}

.osp-map-ctrl-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.osp-map-canvas {
  height: 100%;
  inset: 0;
  min-height: var(--osp-map-height);
  position: absolute;
  width: 100%;
}

.osp-map-list {
  border-left: 1px solid var(--osp-line);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.osp-map-list__head {
  align-items: baseline;
  background: #171e24;
  color: #fff;
  display: flex;
  gap: 0.65rem;
  padding: 1.2rem;
}

.osp-map-list__head strong {
  color: var(--osp-gold);
  font-size: 2rem;
  line-height: 1;
}

.osp-map-list__head span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.osp-map-list__items {
  max-height: calc(var(--osp-map-height) - 92px);
  overflow: auto;
}

.osp-map-list__item {
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--osp-line);
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.2rem;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
  width: 100%;
}

.osp-map-list__item:hover,
.osp-map-list__item:focus-visible {
  background: #fff5f0;
}

.osp-map-list__item strong {
  color: #171e24;
  font-size: 1rem;
}

.osp-map-list__item span {
  color: var(--osp-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.osp-map-marker {
  background: transparent;
  border: 0;
}

.osp-map-marker-label,
.osp-map-marker-img {
  align-items: center;
  border: 3px solid #fff;
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  transform: rotate(-45deg);
  width: 38px;
}

.osp-map-marker-label i,
.osp-map-marker-img img {
  height: 23px;
  line-height: 23px;
  max-width: 23px;
  transform: rotate(45deg);
}

.osp-map-marker-label i {
  font-style: normal;
  text-align: center;
}

.osp-map-popup-img {
  display: block;
  height: 118px;
  margin: 0 0 0.7rem;
  object-fit: cover;
  width: 230px;
}

.leaflet-popup-content strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.leaflet-popup-content p {
  margin: 0.5rem 0 0;
}

.osp-map-popup-actions {
  display: flex;
  gap: 0.75rem;
}

.osp-map-popup-actions a {
  color: var(--osp-red);
  font-weight: 800;
}

.osp-map-section--immersive {
  --osp-map-height: max(78vh, 700px);
  padding: 0;
}

.osp-map-section--immersive .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.osp-map-section--immersive .osp-map-toolbar {
  margin: 0;
  padding: 1.15rem 1.25rem;
}

.osp-map-shell--immersive {
  background: transparent;
  border: 0;
  display: block;
  min-height: 0;
  position: relative;
}

.osp-map-shell--immersive .osp-map-canvas-wrap {
  min-height: var(--osp-map-height);
}

.osp-map-shell--immersive .osp-map-canvas {
  min-height: var(--osp-map-height);
}

.osp-map-shell--immersive .osp-map-list {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(23, 30, 36, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  max-height: calc(100% - 2rem);
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: min(360px, 100% - 2rem);
  z-index: 640;
}

.osp-map-shell--immersive .osp-map-list__items {
  max-height: calc(var(--osp-map-height) - 110px);
}

.osp-map-shell--immersive .osp-map-legend {
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.osp-map-canvas .osp-boundary--powiat {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

.osp-map-canvas .osp-boundary--prusice {
  filter: drop-shadow(0 0 2px rgba(140, 21, 21, 0.25));
}

.osp-map-canvas .leaflet-interactive:focus {
  outline: none;
}

.osp-boundary-tooltip {
  background: var(--osp-red);
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  color: var(--osp-cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.36em 0.56em;
  pointer-events: none;
  white-space: nowrap;
}

.osp-boundary-tooltip::before {
  display: none;
}

.osp-recruit-hero {
  align-items: center;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.56), rgba(151, 13, 20, 0.74)), url("../img/osp/nabor-osp-kaszyce-wielkie.png") center/cover fixed;
  color: #fff;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  padding: 7rem 0;
  position: relative;
}

.osp-recruit-hero::after {
  background: repeating-linear-gradient(90deg, var(--osp-red) 0 120px, var(--osp-gold) 120px 150px);
  bottom: 0;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  right: 0;
}

.osp-recruit-hero h1 {
  font-size: clamp(2.6rem, 5.8vw, 5rem);
  font-weight: 900;
  line-height: 0.92;
  margin: 0 0 1.5rem;
  max-width: 960px;
  text-transform: uppercase;
}

.osp-recruit-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 740px;
}

.osp-recruit-hero__card {
  background: #fff;
  border-bottom: 8px solid var(--osp-red);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  color: #171e24;
  margin-left: auto;
  max-width: 390px;
  padding: 2rem;
}

.osp-recruit-hero__card strong,
.osp-recruit-hero__card span {
  display: block;
}

.osp-recruit-hero__card strong {
  color: var(--osp-red);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.82;
}

.osp-recruit-hero__card span {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0.7rem 0;
  text-transform: uppercase;
}

.osp-recruit-hero__card p {
  margin-bottom: 0;
}

.osp-recruit-steps {
  background: #fff;
}

.osp-recruit-downloads {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.osp-recruit-downloads a,
.osp-text-link {
  color: var(--osp-red);
  font-weight: 900;
  text-decoration: none;
}

.osp-recruit-downloads a {
  border: 1px solid var(--osp-line);
  padding: 0.85rem 1rem;
}

.osp-recruit-downloads a:hover,
.osp-text-link:hover {
  color: var(--osp-red-dark);
}

.osp-recruit-about h2,
.osp-recruit-fixed h2,
.osp-recruit-summary h2 {
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.osp-recruit-fixed {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.24), rgba(17, 17, 17, 0.86)), url("../img/osp/cwiczenia-osp-kaszyce-wielkie-czerwiec-2025.jpg") center/cover fixed;
  color: #fff;
  padding: 8rem 0;
}

.osp-recruit-fixed p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.85;
}

.osp-recruit-summary {
  background: #fff;
}

.osp-recruit-panel {
  background: #171e24;
  color: #fff;
  display: grid;
  gap: 1rem;
  padding: 2rem;
}

.osp-recruit-panel h2 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
}

.osp-recruit-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.5rem;
}

.osp-recruit-panel .osp-btn--outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.osp-recruit-panel .osp-btn--outline:hover {
  border-color: var(--osp-red);
}

.osp-recruit-panel .osp-text-link {
  color: var(--osp-gold);
}

@keyframes osp-hero-slide {

  0%,
  29% {
    opacity: 1;
    transform: scale(1.04);
  }

  34%,
  95% {
    opacity: 0;
    transform: scale(1.12);
  }

  100% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 991.98px) {
  .osp-map-section {
    --osp-map-height: min(74vh, 700px);
  }

  .osp-map-section--immersive {
    --osp-map-height: min(76vh, 680px);
  }

  .min-vh-hero,
  .osp-home-hero {
    min-height: 620px;
  }

  .osp-home-features {
    margin-top: 0;
  }

  .osp-home-about__media {
    min-height: auto;
  }

  .osp-home-about__main,
  .osp-home-about__small,
  .osp-home-about__mini {
    position: relative;
    width: 100%;
  }

  .osp-home-about__main {
    height: auto;
  }

  .osp-home-about__small {
    bottom: auto;
    height: auto;
    margin-top: 1rem;
    right: auto;
  }

  .osp-home-about__mini {
    bottom: auto;
    height: auto;
    left: auto;
    margin-top: 1rem;
  }

  .osp-home-about__gas,
  .osp-home-about__shape {
    display: none;
  }

  .osp-home-about__badge {
    bottom: auto;
    left: auto;
    margin-top: 1rem;
    position: relative;
  }

  .osp-home-about__features,
  .osp-home-about__list-wrap {
    grid-template-columns: 1fr;
  }

  .osp-home-cta {
    background-attachment: scroll;
  }

  .osp-page-head--places {
    background-attachment: scroll;
  }

  .osp-home-funfacts {
    background-attachment: scroll;
  }

  .osp-home-testimonial {
    background-attachment: scroll;
  }

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

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

  .osp-map-toolbar,
  .osp-map-shell {
    grid-template-columns: 1fr;
  }

  .osp-map-shell {
    min-height: auto;
  }

  .osp-map-canvas-wrap {
    height: var(--osp-map-height);
    min-height: var(--osp-map-height);
  }

  .osp-map-canvas {
    min-height: 0;
  }

  .osp-map-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .osp-map-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .osp-map-mode-toggle {
    width: 100%;
  }

  .osp-map-list {
    border-left: 0;
    border-top: 1px solid var(--osp-line);
  }

  .osp-map-list__items {
    max-height: min(46vh, 380px);
  }

  .osp-map-shell--immersive .osp-map-list {
    backdrop-filter: none;
    border: 0;
    border-top: 1px solid var(--osp-line);
    box-shadow: none;
    max-height: none;
    position: static;
    width: 100%;
  }

  .osp-map-shell--immersive .osp-map-list__items {
    max-height: min(42vh, 360px);
  }

  .osp-map-shell--immersive .osp-map-legend {
    left: 0.75rem;
    right: auto;
  }

  .osp-map-legend {
    bottom: 0.75rem;
    max-width: min(68vw, 290px);
    right: 0.75rem;
  }

  .osp-recruit-hero,
  .osp-recruit-fixed {
    background-attachment: scroll;
  }

  .osp-recruit-hero {
    min-height: auto;
  }

  .osp-recruit-hero__card {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .osp-map-section {
    --osp-map-height: min(68vh, 560px);
  }

  .osp-map-section--immersive {
    --osp-map-height: min(70vh, 520px);
  }

  .osp-map-toolbar h2 {
    font-size: clamp(1.5rem, 7vw, 2.1rem);
  }

  .osp-map-canvas-wrap {
    height: var(--osp-map-height);
    min-height: var(--osp-map-height);
  }

  .osp-map-legend {
    bottom: 0.55rem;
    max-width: min(78vw, 270px);
    padding: 0.62rem 0.72rem;
    right: 0.55rem;
  }

  .osp-map-legend strong {
    font-size: 0.7rem;
  }

  .osp-map-legend li {
    font-size: 0.76rem;
    gap: 0.38rem;
  }

  .osp-map-legend li span {
    height: 8px;
    width: 22px;
  }

  .osp-map-list__head {
    padding: 0.95rem 1rem;
  }

  .osp-map-list__head strong {
    font-size: 1.7rem;
  }

  .osp-map-list__items {
    max-height: min(42vh, 320px);
  }

  .osp-map-section--immersive .osp-map-toolbar {
    padding: 0.9rem 0.85rem;
  }

  .osp-map-shell--immersive .osp-map-list__items {
    max-height: min(36vh, 300px);
  }

  .osp-home-hero__content h1 {
    font-size: 3rem;
  }

  [data-osp-scroll-fx] img {
    transform: none;
  }

  .osp-home-gallery__grid,
  .osp-home-brands__grid {
    grid-template-columns: 1fr;
  }

  .osp-home-checks,
  .osp-home-why__grid {
    grid-template-columns: 1fr;
  }
}

body.osp-mode-night :where(.osp-section:not(.osp-home-cta):not(.osp-home-funfacts):not(.osp-home-testimonial),
  .osp-section--muted,
  .osp-home-features,
  .osp-home-about,
  .osp-home-services,
  .osp-home-why,
  .osp-home-blog,
  .osp-home-gallery,
  .osp-map-section,
  .osp-map-shell,
  .osp-map-list,
  .osp-news-card,
  .osp-service-card,
  .osp-home-service-card,
  .osp-home-service-card div,
  .osp-home-feature,
  .osp-home-why__grid article,
  .osp-home-gallery__item,
  .osp-contact-panel,
  .osp-recruit-panel,
  .osp-blog-card,
  .osp-founders-list,
  .osp-map-search input,
  .card) {
  background-color: #fff;
  color: var(--osp-ink);
}

body.osp-mode-night :where(.osp-section:not(.osp-home-cta):not(.osp-home-funfacts):not(.osp-home-testimonial),
  .osp-section--muted,
  .osp-home-features,
  .osp-home-about,
  .osp-home-services,
  .osp-home-why,
  .osp-home-blog,
  .osp-home-gallery,
  .osp-map-section,
  .osp-news-card,
  .osp-service-card,
  .osp-home-service-card,
  .osp-home-feature,
  .osp-home-why__grid article,
  .osp-home-gallery__item,
  .osp-contact-panel,
  .osp-recruit-panel,
  .osp-blog-card,
  .osp-founders-list,
  .card) :where(h1, h2, h3, h4, h5, h6, strong) {
  color: #151515;
}

body.osp-mode-night :where(.osp-section:not(.osp-home-cta):not(.osp-home-funfacts):not(.osp-home-testimonial),
  .osp-section--muted,
  .osp-home-features,
  .osp-home-about,
  .osp-home-services,
  .osp-home-why,
  .osp-home-blog,
  .osp-home-gallery,
  .osp-map-section,
  .osp-news-card,
  .osp-service-card,
  .osp-home-service-card,
  .osp-home-feature,
  .osp-home-why__grid article,
  .osp-home-gallery__item,
  .osp-contact-panel,
  .osp-recruit-panel,
  .osp-blog-card,
  .osp-founders-list,
  .card) :where(p, li, small, .small, .text-muted, span:not(.osp-kicker):not(.badge):not(.btn):not(.osp-btn)) {
  color: #59616a !important;
}

body.osp-mode-night :where(.osp-kicker, .osp-kicker--dark) {
  color: var(--osp-red);
}

body.osp-mode-night :where(.osp-home-cta, .osp-home-funfacts, .osp-home-testimonial, .osp-footer, .osp-page-head, .osp-recruit-hero, .osp-recruit-fixed) {
  color: #fff;
}

body.osp-mode-night :where(.osp-home-cta, .osp-home-funfacts, .osp-home-testimonial, .osp-footer, .osp-page-head, .osp-recruit-hero, .osp-recruit-fixed) :where(h1, h2, h3, h4, h5, h6, strong) {
  color: #fff;
}

body.osp-mode-night :where(.osp-home-cta, .osp-home-funfacts, .osp-home-testimonial, .osp-footer, .osp-page-head, .osp-recruit-hero, .osp-recruit-fixed) :where(p, li, small, .small, span:not(.osp-kicker):not(.badge):not(.btn):not(.osp-btn)) {
  color: rgba(255, 255, 255, 0.82);
}

.weather-widget {
  --weather-ink: #182230;
  --weather-muted: #617187;
  background: linear-gradient(180deg, rgba(238, 243, 247, 0.96), rgba(247, 243, 235, 0.96));
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  overflow: visible;
  padding: 1.1rem 0;
  position: relative;
  z-index: 2;
}

.weather-widget--home {
  background: #111;
  border-bottom: 0;
  margin-top: 0;
  padding: 0.95rem 0;
}

.weather-widget__panel {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 0.75rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) auto;
  min-height: 118px;
  overflow: hidden;
  padding: 0.65rem;
  position: relative;
}

.weather-widget--home .weather-widget__panel {
  background: #0f172a;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
  margin-inline: auto;
  max-width: 1120px;
  min-height: 190px;
  padding: 0;
}

@supports (backdrop-filter: blur(12px)) {
  .weather-widget__panel {
    backdrop-filter: blur(12px);
  }
}

.weather-widget__info {
  align-self: center;
  min-width: 0;
  padding: 0.35rem 0.35rem 0.35rem 0;
}

.weather-widget--home .weather-widget__info {
  align-self: stretch;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  min-height: 190px;
  max-width: 520px;
  padding: clamp(1rem, 2.2vw, 1.55rem);
  position: relative;
  text-align: right;
  z-index: 8;
}

.weather-widget--home .weather-widget__main,
.weather-widget--home .weather-widget__details,
.weather-widget--home .weather-widget__pollen {
  justify-content: flex-end;
}

.weather-widget__eyebrow {
  color: var(--osp-red);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 0.18rem;
  text-transform: uppercase;
}

.weather-widget__location {
  color: var(--weather-ink);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.weather-widget--home .weather-widget__location,
.weather-widget--home .weather-widget__temperature {
  color: #fff;
}

.weather-widget__main {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin-top: 0.45rem;
}

.weather-widget__temperature {
  color: var(--weather-ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.weather-widget__condition {
  color: #52627a;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.weather-widget--home .weather-widget__condition,
.weather-widget--home .weather-widget__details,
.weather-widget--home .weather-widget__pollen-label {
  color: rgba(255, 255, 255, 0.82);
}

.weather-widget__details {
  color: var(--weather-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 0.3rem 0.9rem;
  margin-top: 0.45rem;
}

.weather-widget__pollen {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  margin-top: 0.45rem;
}

.weather-widget__pollen[hidden] {
  display: none;
}

.weather-widget__pollen-label {
  color: var(--weather-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.weather-widget__pollen-pill {
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.28rem 0.46rem;
}

.weather-widget__pollen-pill--low {
  background: #16a34a;
}

.weather-widget__pollen-pill--medium {
  background: #f59e0b;
}

.weather-widget__pollen-pill--high {
  background: #dc2626;
}

.weather-scene {
  border-radius: 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  min-height: 104px;
  overflow: hidden;
  position: relative;
}

.weather-widget--home .weather-scene {
  border-radius: 0.75rem 0 0 0.75rem;
  box-shadow: none;
  grid-column: 1/-1;
  grid-row: 1;
  min-height: 190px;
}

.weather-widget--home .weather-widget__info {
  grid-column: 1;
  grid-row: 1;
}

.weather-widget--home .weather-widget__safety {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.9), rgba(132, 18, 24, 0.86));
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.65rem;
  grid-column: 2;
  grid-row: 1;
  padding: 0.85rem;
  position: relative;
  z-index: 8;
}

.weather-widget__alarm {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  color: #fff;
  display: flex;
  gap: 0.7rem;
  justify-content: space-between;
  min-height: 64px;
  padding: 0.7rem 0.8rem;
}

.weather-widget__alarm span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weather-widget__alarm strong {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 0.9;
}

.weather-widget--home .weather-alerts {
  align-self: stretch;
  min-width: 0;
}

.weather-scene__box {
  background: linear-gradient(155deg, rgba(120, 181, 232, 0.35), rgba(187, 211, 210, 0.28) 54%, rgba(241, 223, 184, 0.32)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.weather-scene__smoke {
  animation: weather-smokebg 60s infinite alternate;
  background: url("../img/weather/smoke-min.png") center center/cover no-repeat;
  height: 120%;
  left: -10%;
  opacity: 0.5;
  position: absolute;
  top: -10%;
  transform: translate3d(0, 0, 0) rotate(0.01deg);
  width: 120%;
  will-change: transform;
  z-index: 1;
}

.weather-scene__sky,
.weather-scene__precipitation,
.weather-scene__wind-lines,
.weather-scene__stars,
.weather-scene__mist,
.weather-scene__flash {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.weather-scene__sky {
  z-index: 3;
}

.weather-scene__precipitation,
.weather-scene__wind-lines,
.weather-scene__stars,
.weather-scene__mist {
  z-index: 4;
}

.weather-scene__horizon {
  background: radial-gradient(ellipse at 72% 100%, rgba(255, 255, 255, 0.42), transparent 52%), linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28));
  bottom: 0;
  height: 44%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.weather-scene__sun {
  background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%), radial-gradient(circle at 42% 38%, #fff9cf 0 24%, #facc55 25% 54%, #f59e0b 55% 78%, #d97706 79% 100%);
  border-radius: 50%;
  box-shadow: inset -8px -10px 14px rgba(180, 83, 9, 0.24), inset 6px 7px 10px rgba(255, 255, 255, 0.26), 0 0 20px rgba(250, 204, 21, 0.54), 0 0 58px rgba(245, 158, 11, 0.28);
  height: 46px;
  left: 14%;
  position: absolute;
  top: 20%;
  width: 46px;
  z-index: 3;
}

.weather-scene__sun::before {
  animation: weather-light 8s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 241, 184, 0.38), rgba(250, 204, 21, 0.12) 42%, transparent 70%);
  border-radius: 50%;
  content: "";
  inset: -30px;
  position: absolute;
}

.weather-scene__moon {
  background: radial-gradient(circle at 33% 32%, rgba(255, 255, 255, 0.95) 0 5%, transparent 6%), radial-gradient(circle at 64% 28%, rgba(203, 213, 225, 0.52) 0 6%, transparent 7%), radial-gradient(circle at 48% 62%, rgba(148, 163, 184, 0.34) 0 5%, transparent 6%), radial-gradient(circle at 36% 72%, rgba(226, 232, 240, 0.68) 0 4%, transparent 5%), radial-gradient(circle at 42% 38%, #ffffff 0 18%, #e5e7eb 50%, #cbd5e1 100%);
  border-radius: 50%;
  box-shadow: inset -7px -7px 11px rgba(71, 85, 105, 0.22), inset 5px 5px 9px rgba(255, 255, 255, 0.36), 0 0 18px rgba(226, 232, 240, 0.42), 0 0 44px rgba(148, 163, 184, 0.16);
  height: 42px;
  left: 16%;
  overflow: hidden;
  position: absolute;
  top: 19%;
  width: 42px;
  z-index: 1;
}

.weather-scene__moon::after {
  background: linear-gradient(155deg, rgba(2, 6, 23, 0.98), rgba(23, 37, 84, 0.94) 62%, rgba(51, 65, 85, 0.9));
  border-radius: 50%;
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(14px);
}

.weather-scene__moon--new {
  background: #1e293b;
}

.weather-scene__moon--new::after {
  display: none;
}

.weather-scene__moon--waxing-crescent::after {
  transform: translateX(15px);
}

.weather-scene__moon--first-quarter::after {
  border-radius: 0 50% 50% 0;
  left: 50%;
  transform: none;
}

.weather-scene__moon--waxing-gibbous::after {
  transform: translateX(30px);
}

.weather-scene__moon--full::after {
  display: none;
}

.weather-scene__moon--waning-gibbous::after {
  transform: translateX(-30px);
}

.weather-scene__moon--last-quarter::after {
  border-radius: 50% 0 0 50%;
  right: 50%;
  transform: none;
}

.weather-scene__moon--waning-crescent::after {
  transform: translateX(-15px);
}

.weather-scene__stars {
  opacity: 0;
  z-index: 1;
}

.weather-scene--night .weather-scene__stars {
  opacity: 1;
}

.weather-scene__cloud {
  --cloud-scale: 1;
  --cloud-start: -190px;
  --cloud-end: calc(100% + 190px);
  animation: weather-cloud-drift 48s linear infinite;
  background: radial-gradient(ellipse at 26% 58%, rgba(255, 255, 255, 0.62) 0 34%, transparent 36%), radial-gradient(ellipse at 48% 38%, rgba(255, 255, 255, 0.68) 0 35%, transparent 37%), radial-gradient(ellipse at 72% 58%, rgba(255, 255, 255, 0.58) 0 34%, transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(241, 245, 249, 0.38));
  border-radius: 999px;
  filter: blur(7px);
  height: 46px;
  opacity: 0.24;
  position: absolute;
  transform: translate3d(var(--cloud-start), 0, 0) scale(var(--cloud-scale));
  width: 148px;
  will-change: transform;
  z-index: 6;
}

.weather-scene__cloud--one {
  animation-delay: -18s;
  left: 0;
  top: 28%;
}

.weather-scene__cloud--two {
  --cloud-scale: .72;
  animation-delay: -36s;
  animation-duration: 62s;
  left: 0;
  opacity: 0.18;
  top: 46%;
}

.weather-scene__cloud--three {
  --cloud-scale: 1.08;
  animation-delay: -4s;
  animation-duration: 56s;
  left: 0;
  opacity: 0.2;
  top: 52%;
}

.weather-scene--night .weather-scene__cloud {
  z-index: 7;
}

.weather-scene--night .weather-scene__cloud--one {
  opacity: 0.3;
  top: 18%;
}

.weather-scene--night .weather-scene__cloud--three {
  opacity: 0.24;
  top: 30%;
}

.weather-scene__mist::before,
.weather-scene__mist::after {
  display: none;
  animation: weather-mist 18s ease-in-out infinite;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.16), transparent 68%);
  content: "";
  height: 34px;
  left: -30%;
  position: absolute;
  right: -30%;
  top: 42%;
}

.weather-scene__mist::after {
  animation-delay: -8s;
  top: 58%;
}

.weather-scene__drop,
.weather-scene__flake,
.weather-scene__hail,
.weather-scene__wind-line,
.weather-scene__star {
  position: absolute;
}

.weather-scene__drop {
  animation: weather-rain 1.18s linear infinite;
  background: linear-gradient(180deg, rgba(224, 242, 254, 0), rgba(224, 242, 254, 0.76));
  border-radius: 999px;
  height: 24px;
  top: -22px;
  transform: rotate(11deg);
  width: 2px;
  will-change: transform;
}

.weather-scene__flake {
  animation: weather-snow 7.8s linear infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.45));
  border-radius: 50%;
  height: 5px;
  top: -10px;
  width: 5px;
  will-change: transform;
}

.weather-scene__hail {
  animation: weather-hail 1.55s linear infinite;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 50%;
  height: 6px;
  top: -10px;
  width: 6px;
  will-change: transform;
}

.weather-scene__wind-line {
  animation: weather-wind 2.2s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  border-radius: 999px;
  height: 2px;
  left: -42%;
  width: 42%;
  will-change: transform;
}

.weather-scene__star {
  animation: weather-star 3.4s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  height: 2px;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.72);
  width: 2px;
}

.weather-scene__bolt {
  animation: weather-bolt 4.2s steps(1, end) infinite;
  background: #fde047;
  clip-path: polygon(42% 0, 70% 0, 56% 36%, 82% 36%, 32% 100%, 44% 54%, 20% 54%);
  height: 58px;
  left: 52%;
  opacity: 0;
  position: absolute;
  top: 34%;
  width: 28px;
  z-index: 5;
}

.weather-scene__flash {
  animation: weather-flash 4.2s steps(1, end) infinite;
  background: rgba(255, 255, 255, 0.62);
  opacity: 0;
  z-index: 4;
}

.weather-scene--sunny .weather-scene__cloud,
.weather-scene--night .weather-scene__sun,
.weather-scene--cloudy .weather-scene__sun,
.weather-scene--rain .weather-scene__sun,
.weather-scene--storm .weather-scene__sun,
.weather-scene--hail .weather-scene__sun,
.weather-scene--snow .weather-scene__sun {
  display: none;
}

.weather-scene--cloudy .weather-scene__box {
  background: linear-gradient(155deg, rgba(203, 213, 225, 0.64), rgba(148, 163, 184, 0.58)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--rain .weather-scene__box {
  background: linear-gradient(155deg, rgba(30, 41, 59, 0.72), rgba(71, 85, 105, 0.64)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--storm .weather-scene__box {
  background: radial-gradient(circle at 72% 20%, rgba(250, 204, 21, 0.12), transparent 18%), linear-gradient(155deg, rgba(2, 6, 23, 0.78), rgba(30, 41, 59, 0.72)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--hail .weather-scene__box {
  background: linear-gradient(155deg, rgba(226, 232, 240, 0.62), rgba(148, 163, 184, 0.54)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--snow .weather-scene__box {
  background: linear-gradient(155deg, rgba(219, 234, 254, 0.58), rgba(248, 250, 252, 0.68)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--strong-wind .weather-scene__box {
  background: linear-gradient(155deg, rgba(191, 215, 234, 0.62), rgba(164, 173, 184, 0.56)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--night .weather-scene__box {
  background: linear-gradient(155deg, rgba(2, 6, 23, 0.7), rgba(23, 37, 84, 0.64) 62%, rgba(51, 65, 85, 0.62)), url("../img/weather/smoke_texture2714-min.jpg") center center/cover no-repeat;
}

.weather-scene--cloudy .weather-scene__smoke,
.weather-scene--rain .weather-scene__smoke,
.weather-scene--storm .weather-scene__smoke {
  opacity: 0.66;
}

.weather-scene--snow .weather-scene__smoke,
.weather-scene--hail .weather-scene__smoke {
  opacity: 0.44;
}

.weather-scene--strong-wind .weather-scene__smoke {
  animation-duration: 36s;
  opacity: 0.58;
}

.weather-scene--night .weather-scene__smoke {
  opacity: 0.32;
}

.weather-alerts {
  align-self: center;
  display: grid;
  gap: 0.45rem;
  min-width: 210px;
  pointer-events: auto;
}

.weather-alert {
  animation: weather-alert-in 0.28s ease both;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-left: 4px solid var(--alert-color, #0ea5e9);
  border-radius: 0.75rem;
  color: #0f172a;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1.75rem 1fr auto;
  padding: 0.6rem;
}

@supports (backdrop-filter: blur(10px)) {
  .weather-alert {
    backdrop-filter: blur(10px);
  }
}

.weather-alert--watch {
  --alert-color: #f59e0b;
}

.weather-alert--warning {
  --alert-color: #ef4444;
}

.weather-alert--danger {
  --alert-color: #7f1d1d;
}

.weather-alert--info {
  --alert-color: #0ea5e9;
}

.weather-widget--home .weather-alert {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid var(--alert-color, #fff);
  box-shadow: 0 10px 20px rgba(76, 5, 10, 0.16);
  padding: 0.55rem;
}

.weather-widget--home .weather-alert--watch {
  --alert-color: #fbbf24;
}

.weather-widget--home .weather-alert--warning,
.weather-widget--home .weather-alert--danger {
  --alert-color: #fff;
}

.weather-alert__icon {
  align-items: center;
  background: rgba(15, 23, 42, 0.06);
  border-radius: 0.55rem;
  color: var(--alert-color);
  display: inline-flex;
  font-size: 0.95rem;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.weather-alert__title {
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 0.12rem;
}

.weather-alert__description {
  color: #52627a;
  font-size: 0.78rem;
  line-height: 1.25;
  margin: 0;
}

.weather-alert__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #64748b;
  display: inline-flex;
  font-size: 1.1rem;
  height: 1.4rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 1.4rem;
}

.weather-scene__drop:nth-child(1),
.weather-scene__flake:nth-child(1),
.weather-scene__hail:nth-child(1) {
  animation-delay: 0.13s;
  left: 37%;
}

.weather-scene__flake:nth-child(1) {
  opacity: 0.55;
}

.weather-scene__drop:nth-child(2),
.weather-scene__flake:nth-child(2),
.weather-scene__hail:nth-child(2) {
  animation-delay: 0.26s;
  left: 74%;
}

.weather-scene__flake:nth-child(2) {
  opacity: 0.65;
}

.weather-scene__drop:nth-child(3),
.weather-scene__flake:nth-child(3),
.weather-scene__hail:nth-child(3) {
  animation-delay: 0.39s;
  left: 11%;
}

.weather-scene__flake:nth-child(3) {
  opacity: 0.75;
}

.weather-scene__drop:nth-child(4),
.weather-scene__flake:nth-child(4),
.weather-scene__hail:nth-child(4) {
  animation-delay: 0.52s;
  left: 48%;
}

.weather-scene__flake:nth-child(4) {
  opacity: 0.85;
}

.weather-scene__drop:nth-child(5),
.weather-scene__flake:nth-child(5),
.weather-scene__hail:nth-child(5) {
  animation-delay: 0.65s;
  left: 85%;
}

.weather-scene__flake:nth-child(5) {
  opacity: 0.45;
}

.weather-scene__drop:nth-child(6),
.weather-scene__flake:nth-child(6),
.weather-scene__hail:nth-child(6) {
  animation-delay: 0.78s;
  left: 22%;
}

.weather-scene__flake:nth-child(6) {
  opacity: 0.55;
}

.weather-scene__drop:nth-child(7),
.weather-scene__flake:nth-child(7),
.weather-scene__hail:nth-child(7) {
  animation-delay: 0.91s;
  left: 59%;
}

.weather-scene__flake:nth-child(7) {
  opacity: 0.65;
}

.weather-scene__drop:nth-child(8),
.weather-scene__flake:nth-child(8),
.weather-scene__hail:nth-child(8) {
  animation-delay: 1.04s;
  left: 96%;
}

.weather-scene__flake:nth-child(8) {
  opacity: 0.75;
}

.weather-scene__drop:nth-child(9),
.weather-scene__flake:nth-child(9),
.weather-scene__hail:nth-child(9) {
  animation-delay: 1.17s;
  left: 33%;
}

.weather-scene__flake:nth-child(9) {
  opacity: 0.85;
}

.weather-scene__drop:nth-child(10),
.weather-scene__flake:nth-child(10),
.weather-scene__hail:nth-child(10) {
  animation-delay: 1.3s;
  left: 70%;
}

.weather-scene__flake:nth-child(10) {
  opacity: 0.45;
}

.weather-scene__drop:nth-child(11),
.weather-scene__flake:nth-child(11),
.weather-scene__hail:nth-child(11) {
  animation-delay: 1.43s;
  left: 7%;
}

.weather-scene__flake:nth-child(11) {
  opacity: 0.55;
}

.weather-scene__drop:nth-child(12),
.weather-scene__flake:nth-child(12),
.weather-scene__hail:nth-child(12) {
  animation-delay: 1.56s;
  left: 44%;
}

.weather-scene__flake:nth-child(12) {
  opacity: 0.65;
}

.weather-scene__drop:nth-child(13),
.weather-scene__flake:nth-child(13),
.weather-scene__hail:nth-child(13) {
  animation-delay: 1.69s;
  left: 81%;
}

.weather-scene__flake:nth-child(13) {
  opacity: 0.75;
}

.weather-scene__drop:nth-child(14),
.weather-scene__flake:nth-child(14),
.weather-scene__hail:nth-child(14) {
  animation-delay: 1.82s;
  left: 18%;
}

.weather-scene__flake:nth-child(14) {
  opacity: 0.85;
}

.weather-scene__drop:nth-child(15),
.weather-scene__flake:nth-child(15),
.weather-scene__hail:nth-child(15) {
  animation-delay: 1.95s;
  left: 55%;
}

.weather-scene__flake:nth-child(15) {
  opacity: 0.45;
}

.weather-scene__drop:nth-child(16),
.weather-scene__flake:nth-child(16),
.weather-scene__hail:nth-child(16) {
  animation-delay: 2.08s;
  left: 92%;
}

.weather-scene__flake:nth-child(16) {
  opacity: 0.55;
}

.weather-scene__drop:nth-child(17),
.weather-scene__flake:nth-child(17),
.weather-scene__hail:nth-child(17) {
  animation-delay: 2.21s;
  left: 29%;
}

.weather-scene__flake:nth-child(17) {
  opacity: 0.65;
}

.weather-scene__drop:nth-child(18),
.weather-scene__flake:nth-child(18),
.weather-scene__hail:nth-child(18) {
  animation-delay: 2.34s;
  left: 66%;
}

.weather-scene__flake:nth-child(18) {
  opacity: 0.75;
}

.weather-scene__drop:nth-child(19),
.weather-scene__flake:nth-child(19),
.weather-scene__hail:nth-child(19) {
  animation-delay: 2.47s;
  left: 3%;
}

.weather-scene__flake:nth-child(19) {
  opacity: 0.85;
}

.weather-scene__drop:nth-child(20),
.weather-scene__flake:nth-child(20),
.weather-scene__hail:nth-child(20) {
  animation-delay: 2.6s;
  left: 40%;
}

.weather-scene__flake:nth-child(20) {
  opacity: 0.45;
}

.weather-scene__drop:nth-child(21),
.weather-scene__flake:nth-child(21),
.weather-scene__hail:nth-child(21) {
  animation-delay: 2.73s;
  left: 77%;
}

.weather-scene__flake:nth-child(21) {
  opacity: 0.55;
}

.weather-scene__drop:nth-child(22),
.weather-scene__flake:nth-child(22),
.weather-scene__hail:nth-child(22) {
  animation-delay: 2.86s;
  left: 14%;
}

.weather-scene__flake:nth-child(22) {
  opacity: 0.65;
}

.weather-scene__drop:nth-child(23),
.weather-scene__flake:nth-child(23),
.weather-scene__hail:nth-child(23) {
  animation-delay: 2.99s;
  left: 51%;
}

.weather-scene__flake:nth-child(23) {
  opacity: 0.75;
}

.weather-scene__drop:nth-child(24),
.weather-scene__flake:nth-child(24),
.weather-scene__hail:nth-child(24) {
  animation-delay: 3.12s;
  left: 88%;
}

.weather-scene__flake:nth-child(24) {
  opacity: 0.85;
}

.weather-scene__wind-line:nth-child(1) {
  animation-delay: 0.17s;
  top: 18%;
}

.weather-scene__wind-line:nth-child(2) {
  animation-delay: 0.34s;
  top: 26%;
}

.weather-scene__wind-line:nth-child(3) {
  animation-delay: 0.51s;
  top: 34%;
}

.weather-scene__wind-line:nth-child(4) {
  animation-delay: 0.68s;
  top: 42%;
}

.weather-scene__wind-line:nth-child(5) {
  animation-delay: 0.85s;
  top: 50%;
}

.weather-scene__wind-line:nth-child(6) {
  animation-delay: 1.02s;
  top: 58%;
}

.weather-scene__wind-line:nth-child(7) {
  animation-delay: 1.19s;
  top: 66%;
}

.weather-scene__wind-line:nth-child(8) {
  animation-delay: 1.36s;
  top: 74%;
}

.weather-scene__wind-line:nth-child(9) {
  animation-delay: 1.53s;
  top: 82%;
}

.weather-scene__wind-line:nth-child(10) {
  animation-delay: 1.7s;
  top: 90%;
}

.weather-scene__star:nth-child(1) {
  animation-delay: -0.2s;
  height: 1px;
  left: 4%;
  opacity: 0.58;
  top: 12%;
  width: 1px;
}

.weather-scene__star:nth-child(2) {
  animation-delay: -0.9s;
  height: 2px;
  left: 11%;
  opacity: 0.78;
  top: 38%;
  width: 2px;
}

.weather-scene__star:nth-child(3) {
  animation-delay: -1.6s;
  height: 1px;
  left: 18%;
  opacity: 0.64;
  top: 18%;
  width: 1px;
}

.weather-scene__star:nth-child(4) {
  animation-delay: -2.4s;
  height: 2px;
  left: 23%;
  opacity: 0.7;
  top: 67%;
  width: 2px;
}

.weather-scene__star:nth-child(5) {
  animation-delay: -0.5s;
  height: 1px;
  left: 29%;
  opacity: 0.55;
  top: 9%;
  width: 1px;
}

.weather-scene__star:nth-child(6) {
  animation-delay: -1.9s;
  height: 1px;
  left: 34%;
  opacity: 0.62;
  top: 46%;
  width: 1px;
}

.weather-scene__star:nth-child(7) {
  animation-delay: -2.8s;
  height: 2px;
  left: 38%;
  opacity: 0.84;
  top: 24%;
  width: 2px;
}

.weather-scene__star:nth-child(8) {
  animation-delay: -1.2s;
  height: 1px;
  left: 43%;
  opacity: 0.52;
  top: 71%;
  width: 1px;
}

.weather-scene__star:nth-child(9) {
  animation-delay: -3.1s;
  height: 1px;
  left: 49%;
  opacity: 0.66;
  top: 14%;
  width: 1px;
}

.weather-scene__star:nth-child(10) {
  animation-delay: -0.7s;
  height: 2px;
  left: 53%;
  opacity: 0.76;
  top: 54%;
  width: 2px;
}

.weather-scene__star:nth-child(11) {
  animation-delay: -2.2s;
  height: 1px;
  left: 58%;
  opacity: 0.58;
  top: 31%;
  width: 1px;
}

.weather-scene__star:nth-child(12) {
  animation-delay: -3.4s;
  height: 1px;
  left: 62%;
  opacity: 0.62;
  top: 76%;
  width: 1px;
}

.weather-scene__star:nth-child(13) {
  animation-delay: -1.5s;
  height: 2px;
  left: 67%;
  opacity: 0.8;
  top: 18%;
  width: 2px;
}

.weather-scene__star:nth-child(14) {
  animation-delay: -0.4s;
  height: 1px;
  left: 71%;
  opacity: 0.54;
  top: 43%;
  width: 1px;
}

.weather-scene__star:nth-child(15) {
  animation-delay: -2.6s;
  height: 1px;
  left: 75%;
  opacity: 0.6;
  top: 8%;
  width: 1px;
}

.weather-scene__star:nth-child(16) {
  animation-delay: -1.1s;
  height: 2px;
  left: 79%;
  opacity: 0.74;
  top: 63%;
  width: 2px;
}

.weather-scene__star:nth-child(17) {
  animation-delay: -3s;
  height: 1px;
  left: 83%;
  opacity: 0.56;
  top: 29%;
  width: 1px;
}

.weather-scene__star:nth-child(18) {
  animation-delay: -1.8s;
  height: 1px;
  left: 87%;
  opacity: 0.64;
  top: 73%;
  width: 1px;
}

.weather-scene__star:nth-child(19) {
  animation-delay: -0.8s;
  height: 2px;
  left: 91%;
  opacity: 0.72;
  top: 15%;
  width: 2px;
}

.weather-scene__star:nth-child(20) {
  animation-delay: -2.1s;
  height: 1px;
  left: 95%;
  opacity: 0.5;
  top: 48%;
  width: 1px;
}

.weather-scene__star:nth-child(21) {
  animation-delay: -3.3s;
  height: 1px;
  left: 7%;
  opacity: 0.48;
  top: 74%;
  width: 1px;
}

.weather-scene__star:nth-child(22) {
  animation-delay: -2.7s;
  height: 1px;
  left: 15%;
  opacity: 0.6;
  top: 57%;
  width: 1px;
}

.weather-scene__star:nth-child(23) {
  animation-delay: -1.4s;
  height: 2px;
  left: 27%;
  opacity: 0.82;
  top: 35%;
  width: 2px;
}

.weather-scene__star:nth-child(24) {
  animation-delay: -0.6s;
  height: 1px;
  left: 46%;
  opacity: 0.5;
  top: 82%;
  width: 1px;
}

.weather-scene__star:nth-child(25) {
  animation-delay: -2.9s;
  height: 1px;
  left: 56%;
  opacity: 0.54;
  top: 7%;
  width: 1px;
}

.weather-scene__star:nth-child(26) {
  animation-delay: -1.7s;
  height: 2px;
  left: 69%;
  opacity: 0.7;
  top: 58%;
  width: 2px;
}

.weather-scene__star:nth-child(27) {
  animation-delay: -3.6s;
  height: 1px;
  left: 82%;
  opacity: 0.52;
  top: 82%;
  width: 1px;
}

.weather-scene__star:nth-child(28) {
  animation-delay: -2.3s;
  height: 1px;
  left: 97%;
  opacity: 0.58;
  top: 27%;
  width: 1px;
}

@keyframes weather-smokebg {
  25% {
    transform: translate3d(100px, 0, 0) rotate(0.01deg);
  }

  50% {
    transform: translate3d(75px, -25px, 0) rotate(0.01deg);
  }

  75% {
    transform: translate3d(45px, 30px, 0) rotate(0.01deg);
  }

  100% {
    transform: translate3d(25px, -15px, 0) rotate(0.01deg);
  }
}

@keyframes weather-light {
  50% {
    opacity: 0.58;
    transform: scale(1.08);
  }
}

@keyframes weather-cloud-drift {
  0% {
    transform: translate3d(var(--cloud-start), 2px, 0) scale(var(--cloud-scale));
  }

  50% {
    transform: translate3d(45%, -4px, 0) scale(var(--cloud-scale));
  }

  100% {
    transform: translate3d(var(--cloud-end), 3px, 0) scale(var(--cloud-scale));
  }
}

@keyframes weather-mist {
  0% {
    transform: translateX(-18%);
  }

  50% {
    transform: translateX(12%);
  }

  100% {
    transform: translateX(-18%);
  }
}

@keyframes weather-rain {
  to {
    transform: translate3d(-24px, 150px, 0) rotate(11deg);
  }
}

@keyframes weather-snow {
  50% {
    transform: translate3d(12px, 72px, 0);
  }

  to {
    transform: translate3d(-8px, 144px, 0);
  }
}

@keyframes weather-hail {
  to {
    transform: translate3d(-8px, 142px, 0);
  }
}

@keyframes weather-wind {
  to {
    transform: translateX(360%);
  }
}

@keyframes weather-star {
  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}

@keyframes weather-bolt {

  0%,
  88%,
  100% {
    opacity: 0;
  }

  90%,
  94% {
    opacity: 1;
  }
}

@keyframes weather-flash {

  0%,
  88%,
  100% {
    opacity: 0;
  }

  90% {
    opacity: 0.42;
  }
}

@keyframes weather-alert-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 991.98px) {
  .weather-widget__panel {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .weather-widget--home .weather-widget__panel {
    grid-template-columns: 1fr;
  }

  .weather-widget--home .weather-widget__info,
  .weather-widget--home .weather-widget__safety {
    grid-column: 1;
  }

  .weather-widget--home .weather-widget__info {
    min-height: 220px;
  }

  .weather-widget--home .weather-widget__safety {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    grid-row: 2;
  }

  .weather-alerts {
    grid-column: 1/-1;
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .weather-widget {
    padding: 0.65rem 0;
  }

  .weather-widget__panel {
    grid-template-columns: 1fr;
  }

  .weather-widget--home .weather-widget__panel {
    min-height: 0;
  }

  .weather-widget--home .weather-widget__info {
    min-height: 170px;
    padding: 1rem;
  }

  .weather-scene {
    min-height: 96px;
  }

  .weather-widget--home .weather-scene {
    min-height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .weather-scene *,
  .weather-alert {
    animation: none !important;
    transition: none !important;
  }
}