@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');

/* =========================================================
   SKYFLYPARK — USER.CSS CLEAN VERSION
   ========================================================= */

/* 01. ZMIENNE / GLOBAL */
:root {
  --mega-bg: #ffffff;
  --mega-text: #12284a;
  --mega-text-soft: #5d6b7d;
  --mega-border: #e7ecf2;
  --mega-hover: #1b4d8f;
  --mega-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  --mega-max-width: 1320px;

  --sky-blue: #0f3073;
  --sky-blue-light: #173f93;
  --sky-yellow: #f9a800;
  --sky-muted: #64748b;
  --sky-bg: #f6f8fc;

  --site-width: 1440px;
  --site-padding: clamp(20px, 3vw, 48px);
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Gruppo', sans-serif;
  font-size: 2rem;
  overflow-x: hidden;
  color: var(--sky-blue);
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gruppo', sans-serif;
}

h2 {
  font-size: 3rem;
}

.com-content-article__body h2 {
  margin-bottom: 40px;
}

.com-content-article__body p,
.com-content-article__body li {
  line-height: 1.7;
}

.site-grid {
  border-top: 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.com-content-article,
.blog-featured {
  padding-top: 2rem;
}

.site-container {
  width: min(var(--site-width), calc(100% - (var(--site-padding) * 2)));
  margin-inline: auto;
}

@media (min-width: 992px) {
  #o-parkingu,
  #jak-to-dziala,
  #cennik,
  #regulamin,
  #kontakt {
    scroll-margin-top: 130px;
  }
}

/* 02. HEADER */
.container-header {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 56px) !important;
  padding: 0 clamp(18px, 3vw, 48px) !important;
  box-sizing: border-box !important;
  min-height: clamp(76px, 6vw, 112px) !important;
  overflow: hidden !important;
  border-bottom: none !important;
  background: rgba(255,255,255,0.9) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 10px 30px rgba(15,48,115,0.2);
}

@media (min-width: 992px) {
  .container-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
  }
}

.container-header > .grid-child {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.container-header > .grid-child:first-child {
  justify-self: start !important;
  flex: 0 0 auto !important;
}

.container-header > .grid-child.container-nav {
  justify-self: end !important;
  min-height: clamp(76px, 6vw, 112px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

.container-header .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.container-header .navbar-brand img,
.container-header .navbar-brand svg {
  width: clamp(190px, 40vw, 430px) !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

.container-header .container-nav,
.container-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

.container-header .jmodedit {
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container-header .navbar-brand img,
  .container-header .navbar-brand svg {
    width: clamp(160px, 18vw, 260px) !important;
  }
}

/* 03. DJ-MEGAMENU DESKTOP */
.dj-megamenu,
.dj-megamenu * {
  font-family: 'Gruppo', sans-serif !important;
}

.dj-megamenu-wrapper {
  position: relative;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

.dj-megamenu {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: clamp(.75rem, 1.25vw, 2rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background: transparent !important;
  flex-wrap: nowrap !important;
}

.dj-megamenu > li.dj-up {
  position: static !important;
  list-style: none;
}

.dj-megamenu > li.dj-up > a.dj-up_a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--mega-text) !important;
  font-size: clamp(.9rem, .95vw, 1.35rem) !important;
  font-weight: 600;
  letter-spacing: .035em !important;
  text-transform: uppercase;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: color 0.2s ease;
}

.dj-megamenu > li.dj-up > a.dj-up_a .dj-up_a_span {
  color: inherit !important;
  line-height: 1;
}

.dj-megamenu > li.dj-up:hover > a.dj-up_a,
.dj-megamenu > li.dj-up.hover > a.dj-up_a,
.dj-megamenu > li.dj-up.active > a.dj-up_a,
.dj-megamenu > li.dj-up > a.dj-up_a:hover {
  color: var(--mega-hover) !important;
  background: transparent !important;
}

.dj-megamenu > li.parent > a.dj-up_a::after,
.dj-megamenu > li.dj-parent > a.dj-up_a::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dj-megamenu li .dj-subwrap,
.dj-megamenu li .dj-subwrap-in {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.dj-megamenu li .dj-submenu,
.dj-megamenu li .dj-subtree {
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--mega-bg) !important;
  border-top: 1px solid var(--mega-border);
  border-bottom: 1px solid var(--mega-border);
  box-shadow: var(--mega-shadow);
  z-index: 9999;
}

.dj-megamenu li .dj-submenu > li,
.dj-megamenu li .dj-subtree > li,
.dj-megamenu .dj-subwrap-in {
  max-width: var(--mega-max-width);
  margin: 0 auto !important;
}

.dj-megamenu .dj-submenu {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 2.5rem;
  padding: 2.5rem max(2rem, calc((100vw - var(--mega-max-width)) / 2)) !important;
  list-style: none;
}

.dj-megamenu .dj-submenu li {
  list-style: none;
}

.dj-megamenu .dj-submenu > li > a,
.dj-megamenu .dj-submenu > li > span,
.dj-megamenu .dj-subtree > li > a,
.dj-megamenu .dj-subtree > li > span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--mega-text) !important;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
}

.dj-megamenu .dj-submenu li ul,
.dj-megamenu .dj-subtree li ul {
  margin: 0;
  padding: 0;
}

.dj-megamenu .dj-submenu li ul li,
.dj-megamenu .dj-subtree li ul li {
  margin: 0 0 0.55rem 0;
  padding: 0;
}

.dj-megamenu .dj-submenu li ul li a,
.dj-megamenu .dj-subtree li ul li a,
.dj-megamenu .dj-submenu a.dj-more,
.dj-megamenu .dj-subtree a.dj-more {
  color: var(--mega-text-soft) !important;
  font-size: 0.96rem;
  line-height: 1.45;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease;
}

.dj-megamenu .dj-submenu li ul li a:hover,
.dj-megamenu .dj-subtree li ul li a:hover,
.dj-megamenu .dj-submenu a.dj-more:hover,
.dj-megamenu .dj-subtree a.dj-more:hover {
  color: var(--mega-hover) !important;
}

.dj-megamenu *,
.dj-megamenu a,
.dj-megamenu li,
.dj-megamenu span {
  background-image: none !important;
}

/* 04. MOBILE HEADER / HAMBURGER / OFFCANVAS */
.dj-mobile-open-btn {
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.dj-mobile-open-btn::before,
.dj-mobile-open-btn::after,
.dj-mobile-open-icon::before,
.dj-mobile-open-icon::after {
  box-shadow: none !important;
}

.dj-mobile-open-icon {
  position: relative !important;
  width: 34px !important;
  height: 3px !important;
  background: #111 !important;
  border-radius: 999px !important;
}

.dj-mobile-open-icon::before,
.dj-mobile-open-icon::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  width: 34px !important;
  height: 3px !important;
  background: #111 !important;
  border-radius: 999px !important;
}

.dj-mobile-open-icon::before {
  top: -10px !important;
}

.dj-mobile-open-icon::after {
  top: 10px !important;
}

.dj-mobile-open-btn:hover .dj-mobile-open-icon,
.dj-mobile-open-btn:hover .dj-mobile-open-icon::before,
.dj-mobile-open-btn:hover .dj-mobile-open-icon::after {
  background: var(--sky-blue) !important;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon,
.dj-mobile-open-btn.active .dj-mobile-open-icon::before,
.dj-mobile-open-btn.active .dj-mobile-open-icon::after,
.dj-mobile-open-btn[aria-expanded="true"] .dj-mobile-open-icon,
.dj-mobile-open-btn[aria-expanded="true"] .dj-mobile-open-icon::before,
.dj-mobile-open-btn[aria-expanded="true"] .dj-mobile-open-icon::after {
  background: var(--sky-yellow) !important;
}

.dj-mobile-nav.dj-mobile-light {
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

.dj-mobile-nav.dj-mobile-light li,
.dj-mobile-nav.dj-mobile-light li a {
  background: transparent !important;
}

.dj-mobile-nav.dj-mobile-light li a {
  color: var(--sky-blue) !important;
  font-size: 1.55rem !important;
  padding: 24px 32px !important;
  border-bottom: 1px solid rgba(15,48,115,.08) !important;
  text-decoration: none !important;
}

.dj-mobile-nav.dj-mobile-light li a:hover {
  color: var(--sky-yellow) !important;
}

.dj-offcanvas-close,
.dj-offcanvas-close:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(15,48,115,.45) !important;
}

#dj-megamenu111offcanvas,
#dj-megamenu111offcanvas * {
  box-shadow: none !important;
}

#dj-megamenu111offcanvas .dj-offcanvas-top {
  border: 0 !important;
  background: transparent !important;
}

#dj-megamenu111offcanvas .dj-mobile-nav li,
#dj-megamenu111offcanvas .dj-mobile-nav li a {
  border: 0 !important;
  box-shadow: none !important;
}

#dj-megamenu111offcanvas .dj-mobile-nav li + li {
  border-top: 1px solid rgba(15,48,115,.06) !important;
}

#dj-megamenu111offcanvas .dj-offcanvas-close {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(15,48,115,.35) !important;
}

#dj-megamenu111offcanvas .dj-offcanvas-close:hover {
  color: var(--sky-blue) !important;
}

@media (max-width: 991.98px) {
  .container-header {
    position: relative !important;
    grid-template-columns: 1fr auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px 15px !important;
    min-height: auto !important;
    overflow: hidden !important;
  }

  .container-header > .grid-child {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .container-header .navbar-brand {
    justify-content: flex-start !important;
    margin: 0 !important;
  }

  .container-header .navbar-brand img,
  .container-header .navbar-brand svg {
    width: min(260px, 62vw) !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .container-header .container-nav {
    justify-content: flex-end !important;
    min-height: auto !important;
  }

  .dj-megamenu-wrapper {
    width: auto !important;
    margin-left: 0 !important;
    justify-content: flex-end !important;
  }

  .dj-megamenu {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .dj-megamenu > li.dj-up {
    width: 100% !important;
    text-align: center !important;
  }

  .dj-megamenu > li.dj-up > a.dj-up_a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 0 !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
  }

  .dj-megamenu li .dj-submenu,
  .dj-megamenu li .dj-subtree {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border-bottom: 0;
  }

  .dj-megamenu .dj-submenu {
    display: block !important;
    padding: 1rem !important;
  }

  .dj-megamenu .dj-submenu > li {
    margin-bottom: 1.25rem;
  }
}

/* 05. FULL WIDTH WRAPPERS */
.container-banner.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  background: transparent !important;
  padding: 0 !important;
}

.container-banner.full-width > .grid-child {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container-banner.full-width .mod-custom {
  width: 100% !important;
}

/* 06. O PARKINGU — PREMIUM / APPLE STYLE */

.sfp-about {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 6vw, 112px);
  padding-bottom: clamp(92px, 7vw, 135px);
  background:
    radial-gradient(920px 540px at 10% 18%, rgba(15,48,115,.11), transparent 60%),
    radial-gradient(740px 460px at 90% 18%, rgba(249,168,0,.13), transparent 58%),
    radial-gradient(720px 460px at 84% 86%, rgba(15,48,115,.08), transparent 62%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 48%, #eef3f9 100%);
}

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

.sfp-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(15,48,115,.028) 1px, transparent 1px),
    linear-gradient(rgba(15,48,115,.028) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: .48;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 40%, black 0%, rgba(0,0,0,.92) 44%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, black 0%, rgba(0,0,0,.92) 44%, transparent 78%);
}

.sfp-about__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 60px);
  padding-right: clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(340px, 530px) minmax(560px, 1fr);
  align-items: center;
  gap: clamp(56px, 8vw, 122px);
}

.sfp-about__copy {
  max-width: 560px;
}

.sfp-about__title {
  margin: 0;
  color: var(--sky-blue);
  font-size: clamp(44px, 4.55vw, 78px);
  line-height: .95;
  letter-spacing: -0.065em;
  font-weight: 500;
}

.sfp-about__title span {
  display: inline-block;
  margin-top: .28em;
  padding: .2em .52em .24em;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(249,168,0,.20), rgba(249,168,0,.36));
  color: var(--sky-blue);
  font-size: clamp(18px, 1.55vw, 30px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 14px 34px rgba(249,168,0,.15);
}

.sfp-about__lead {
  margin: 28px 0 28px;
  color: rgba(15,48,115,.72) !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  line-height: 1.55 !important;
  max-width: 52ch;
}

.sfp-about__glass {
  padding: 30px 28px 28px;
  border-radius: 32px;
  background: rgba(255,255,255,.50);
  border: 1px solid rgba(255,255,255,.80);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 28px 70px rgba(15,48,115,.10),
    inset 0 1px 0 rgba(255,255,255,.60);
}

.sfp-about__glass ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px !important;
}

.sfp-about__glass li {
  position: relative;
  padding-left: 26px;
  color: rgba(15,48,115,.92) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.sfp-about__glass li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sky-yellow) !important;
  box-shadow: 0 0 0 6px rgba(249,168,0,.12);
}

.sfp-about__phone {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin-top: 30px !important;
  padding: 21px 34px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #123b8f 0%, #1f57c2 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  max-width: fit-content !important;
  box-shadow: 0 26px 58px rgba(15,48,115,.26) !important;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}

.sfp-about__phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 32px 70px rgba(15,48,115,.30) !important;
  filter: saturate(1.04);
}

.sfp-about__phone,
.sfp-about__phone * {
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.sfp-about__phone .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: var(--sky-yellow) !important;
  flex-shrink: 0;
}

.sfp-about__phone .icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.sfp-about__phone-text {
  font-size: 1.12rem;
  font-weight: 700;
  opacity: .96;
}

.sfp-about__phone strong {
  color: var(--sky-yellow) !important;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: .03em;
}

/* GALERIA HERO */

.sfp-about__media {
  position: relative !important;
  height: 650px !important;
  min-height: 650px !important;
}

.sfp-about__img {
  position: absolute !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 34px !important;
  border: 8px solid rgba(255,255,255,.84) !important;
  box-shadow:
    0 34px 90px rgba(15,48,115,.18),
    inset 0 1px 0 rgba(255,255,255,.8) !important;
  transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
}

.sfp-about__img:hover {
  transform: translateY(-8px) scale(1.015);
  filter: saturate(1.04);
  box-shadow: 0 42px 110px rgba(15,48,115,.24) !important;
}

/* park8 — główne */
.sfp-about__img--main {
  right: 0 !important;
  top: 58px !important;
  width: min(760px, 76%) !important;
  height: 430px !important;
  z-index: 2 !important;
}

/* park5 — małe górne */
.sfp-about__img--top {
  left: 0 !important;
  top: 0 !important;
  width: min(360px, 38%) !important;
  height: 235px !important;
  z-index: 4 !important;
}

/* park2 — dolne */
.sfp-about__img--bottom {
  left: 56px !important;
  bottom: 0 !important;
  width: min(430px, 46%) !important;
  height: 292px !important;
  z-index: 5 !important;
}

.sfp-about__gallery-link {
  position: absolute !important;
  left: 84px !important;
  bottom: 34px !important;
  z-index: 8 !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;

  padding: 15px 24px !important;
  border-radius: 999px !important;

  background: linear-gradient(135deg, #f9a800 0%, #ffb928 100%) !important;
  color: var(--sky-blue) !important;
  text-decoration: none !important;

  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;

  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  box-shadow:
    0 10px 24px rgba(249,168,0,.28),
    0 2px 6px rgba(15,48,115,.10) !important;

  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.sfp-about__gallery-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  color: var(--sky-blue) !important;

  box-shadow:
    0 14px 30px rgba(249,168,0,.34),
    0 3px 8px rgba(15,48,115,.12) !important;
}

.sfp-about__gallery-link span {
  font-size: 16px !important;
  line-height: 1 !important;
  transform: translateY(-1px);
}
.sfp-about__floating-badge {
  position: absolute !important;
  right: 52px !important;
  bottom: 34px !important; /* było 42px */
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 15px 19px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  box-shadow: 0 18px 48px rgba(15,48,115,.14) !important;
  color: var(--sky-blue) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.sfp-about__floating-badge .dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #35c759 !important;
  box-shadow: 0 0 0 6px rgba(53,199,89,.15) !important;
  flex-shrink: 0 !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .sfp-about__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sfp-about__copy {
    max-width: none;
  }

  .sfp-about__media {
    height: auto !important;
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
  }

  .sfp-about__img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .sfp-about__img--main {
    grid-column: 1 / -1;
  }

  .sfp-about__gallery-link,
  .sfp-about__floating-badge {
    position: static !important;
    width: fit-content !important;
    margin-top: 8px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sfp-about {
    padding: 70px 0 86px;
  }

  .sfp-about__inner {
    padding-left: 20px;
    padding-right: 20px;
    gap: 34px;
  }

  .sfp-about__title {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.02;
  }

  .sfp-about__title span {
    display: inline-block;
    margin-top: 14px;
    font-size: 1rem;
    letter-spacing: .08em;
  }

  .sfp-about__lead {
    font-size: 1.08rem !important;
    line-height: 1.58 !important;
  }

  .sfp-about__glass {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .sfp-about__glass li {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .sfp-about__media {
    grid-template-columns: 1fr !important;
  }

  .sfp-about__phone {
    width: 100% !important;
    max-width: none !important;
    justify-content: center !important;
    padding: 18px 20px !important;
    border-radius: 24px !important;
    gap: 12px !important;
    text-align: center;
  }

  .sfp-about__phone-text {
    font-size: .98rem;
  }

  .sfp-about__phone strong {
    font-size: 1.08rem;
  }

  .sfp-about__gallery-link,
  .sfp-about__floating-badge {
    font-size: 13px !important;
    padding: 13px 16px !important;
  }
}

/* 07. JAK TO DZIAŁA */
.sfp-how {
  position: relative;
  overflow: hidden;
  background: var(--sky-bg);
  padding: clamp(60px, 5vw, 100px) clamp(24px, 6vw, 100px) clamp(60px, 5vw, 100px);
  z-index: 2;
}

.sfp-how::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: 20px;
  width: 1500px;
  height: 420px;
  background: url('/images/sfp-logo-p.png') no-repeat right center;
  background-size: contain;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
  filter: blur(0.4px);
}

.sfp-how__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}

.sfp-how__head {
  max-width: 620px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.sfp-how__head p {
  margin: 0 0 12px;
  color: var(--sky-yellow);
  font-size: 17px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sfp-how__head h2 {
  margin: 0;
  color: var(--sky-blue);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.sfp-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 28px;
}

.sfp-how__card {
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(15,48,115,.08);
  border-radius: 28px;
  padding: 36px;
  min-height: 300px;
  box-shadow: 0 24px 70px rgba(15,48,115,.08);
  transform: none !important;
  transition: box-shadow .25s ease, border-color .25s ease !important;
}

.sfp-how__card:hover {
  transform: none !important;
  box-shadow: 0 24px 70px rgba(15,48,115,.10) !important;
}

.sfp-how__card span {
  display: inline-flex;
  margin-bottom: 30px !important;
  color: var(--sky-yellow) !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.sfp-how__card h3 {
  margin: 0 0 14px;
  color: var(--sky-blue);
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  white-space: nowrap !important;
}

.sfp-how__card p {
  margin: 0;
  color: rgba(15,48,115,.78) !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
}

.sfp-how__card a {
  color: var(--sky-blue);
  font-weight: 600;
  text-decoration: none;
}

.sfp-how__card a:hover {
  color: var(--sky-yellow);
}

.sfp-how__cta {
  margin-top: clamp(34px, 4vw, 56px);
  display: flex;
  justify-content: center;
}

.sfp-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px 14px 16px;
  border-radius: 999px;
  background: var(--sky-yellow);
  color: var(--sky-blue);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(249,168,0,.26);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.sfp-call-btn:hover {
  color: var(--sky-blue);
  background: #ffb51a;
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(249,168,0,.34);
}

.sfp-call-btn__icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(15,48,115,.12);
  color: var(--sky-blue);
}

.sfp-call-btn__icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(15,48,115,.22);
  animation: sfpPulse 2.2s ease-out infinite;
}

.sfp-call-btn__icon svg {
  width: 20px;
  height: 20px;
}

.sfp-call-btn__text strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sfp-call-btn__text small {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  color: rgba(15,48,115,.72);
}

@keyframes sfpPulse {
  0% {
    opacity: .7;
    transform: scale(.9);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@media (max-width: 1200px) {
  .sfp-how__card h3 {
    white-space: normal !important;
  }
}

@media (max-width: 1100px) {
  .sfp-how__grid {
    grid-template-columns: 1fr;
  }

  .sfp-how__inner {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .sfp-how__card {
    min-height: auto;
  }

  .sfp-how::after {
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  .sfp-how {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sfp-how__card {
    padding: 28px;
  }
}

/* 08. NAGŁÓWKI SEKCJI */
.sfp-section-head {
  max-width: 620px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.sfp-section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sfp-section-head p {
  margin: 0 0 12px;
  color: var(--sky-yellow);
  font-size: 17px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sfp-section-head h2 {
  margin: 0;
  color: var(--sky-blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.sfp-section-head span {
  display: block;
  margin-top: 16px;
  color: rgba(15,48,115,.55);
  font-size: 22px;
  line-height: 1.5;
}

/* 09. CENNIK */
.sfp-pricing {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 5vw, 90px) clamp(24px, 6vw, 90px);
  background:
    linear-gradient(115deg, rgba(15,48,115,0.10) 0%, rgba(246,248,252,0.95) 28%, rgba(255,255,255,0.98) 50%, rgba(249,168,0,0.16) 100%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%) !important;
}

.sfp-pricing__inner {
  max-width: 1500px;
  margin: 0 auto;
}

.sfp-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(420px, 1fr));
  gap: 34px;
}

.sfp-price-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(15,48,115,.08);
  box-shadow: 0 30px 80px rgba(15,48,115,.10);
}

.sfp-price-card__top {
  background: linear-gradient(135deg, var(--sky-blue), var(--sky-blue-light));
  color: #fff;
  padding: 28px 32px;
  text-align: center;
}

.sfp-price-card__top h3 {
  margin: 0 0 8px;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.sfp-price-card__top p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 20px;
}

.sfp-price-list div {
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 34px !important;
  border-bottom: 1px solid rgba(15,48,115,.06);
}

.sfp-price-list div:last-child {
  border-bottom: 0;
}

.sfp-price-list span {
  color: rgba(15,48,115,.88) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.sfp-price-list strong {
  color: var(--sky-blue) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.sfp-pricing__note {
  max-width: 920px;
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 42px 46px !important;
  border-radius: 26px;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(15,48,115,.08) !important;
  box-shadow: 0 22px 60px rgba(15,48,115,.08) !important;
  color: rgba(15,48,115,.78) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.sfp-pricing__note p {
  margin: 0 0 14px;
  color: rgba(15,48,115,.82) !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
}

.sfp-pricing__highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 20px !important;
  border-radius: 999px;
  background: rgba(249,168,0,.18) !important;
  color: var(--sky-blue);
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

.sfp-pricing__highlight span {
  color: var(--sky-blue);
}

.sfp-pricing__highlight strong {
  color: var(--sky-yellow);
  font-size: 26px !important;
  font-weight: 800 !important;
}

.sfp-pricing__details {
  margin-top: 18px;
}

.sfp-pricing__details span {
  display: block !important;
  margin-top: 26px !important;
  margin-bottom: 18px !important;
  color: var(--sky-blue) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.sfp-pricing__note ul {
  margin-top: 14px !important;
  padding-left: 20px;
}

.sfp-pricing__note li {
  color: rgba(15,48,115,.78) !important;
  font-size: 20px !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
}

.parking-pricing,
.pricing-grid,
.pricing-card,
.pricing-note {
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .sfp-pricing__highlight {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 20px !important;
    border-radius: 26px !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .sfp-pricing__highlight span {
    display: block !important;
  }

  .sfp-pricing__highlight strong {
    font-size: 22px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 1100px) {
  .sfp-pricing__grid {
    grid-template-columns: 1fr;
  }

  .sfp-pricing__inner {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .sfp-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sfp-price-list div {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sfp-pricing__note {
    max-width: 100%;
    padding: 24px 22px !important;
  }
}

/* 10. MAPA / LOKALIZACJA */
.skyfly-map-heading {
  max-width: 1280px !important;
  margin: 0 auto 34px !important;
  padding: 0 20px !important;
}

.skyfly-map-heading span {
  display: block !important;
  margin-bottom: 12px !important;
  color: var(--sky-yellow) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.skyfly-map-heading h2 {
  margin: 0 !important;
  color: var(--sky-blue) !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.02 !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
}

.skyfly-map-heading p {
  max-width: 620px !important;
  margin: 16px 0 0 !important;
  color: rgba(15, 48, 115, 0.52) !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.skyfly-map-image {
  max-width: min(1600px, calc(100vw - 120px)) !important;
  margin: 0 auto !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow:
    0 34px 90px rgba(15, 48, 115, 0.13),
    0 8px 24px rgba(15, 48, 115, 0.07) !important;
}

.skyfly-map-image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
  z-index: 2 !important;
}

.skyfly-map-image img {
  width: 100% !important;
  display: block !important;
  border-radius: 0 !important;
}

.skyfly-map-image:hover {
  transform: translateY(-3px) scale(1.003) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  box-shadow:
    0 42px 105px rgba(15, 48, 115, 0.16),
    0 10px 28px rgba(15, 48, 115, 0.08) !important;
}

.map-bottom-card {
  max-width: min(1350px, calc(100vw - 180px)) !important;
  margin: -78px auto 0 !important;
  position: relative !important;
  z-index: 5 !important;
  min-height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 18px 28px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  backdrop-filter: blur(24px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(170%) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 28px !important;
  box-shadow:
    0 24px 60px rgba(15, 48, 115, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  overflow: visible !important;
}

.map-bottom-left {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.map-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.78));
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(15,48,115,.06) !important;
  box-shadow:
    0 12px 30px rgba(15,48,115,.10),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  position: relative;
}

.map-icon span {
  position: relative;
  width: 22px;
  height: 22px;
  background: #f9a800;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(249,168,0,.32);
}

.map-icon span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@keyframes skyflyPulse {
  0% {
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 0.55;
  }

  70% {
    transform: translate(-50%, -50%) scale(3.2) !important;
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(3.2) !important;
    opacity: 0;
  }
}

.map-bottom-left strong {
  display: block !important;
  color: var(--sky-blue) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.map-bottom-left p {
  margin: 6px 0 0 !important;
  color: rgba(15, 48, 115, 0.56) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.map-route-btn {
  height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--sky-blue), var(--sky-blue-light)) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow:
    0 16px 34px rgba(15, 48, 115, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
}

.map-route-btn:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, var(--sky-yellow), #ffcc55) !important;
  color: var(--sky-blue) !important;
  box-shadow:
    0 20px 44px rgba(249, 168, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

.sfp-contact-card {
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 6;
}

.sfp-contact-card__inner {
  width: min(100%, 1050px);
  padding: 30px 36px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px;
  align-items: center;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(15,48,115,.08);
  box-shadow: 0 30px 80px rgba(15,48,115,.14);
}

.sfp-contact-card__left strong {
  display: block;
  font-size: 22px;
  color: var(--sky-blue);
  margin-bottom: 8px;
}

.sfp-contact-card__left span {
  font-size: 15px;
  color: rgba(15,48,115,.6);
}

.sfp-contact-card__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sfp-contact-card__right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.sfp-contact-card__right a:first-child {
  background: var(--sky-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15,48,115,.24);
}

.sfp-contact-card__right a:last-child {
  background: rgba(15,48,115,.06);
  color: var(--sky-blue);
}

.sfp-contact-card__right a:hover {
  background: var(--sky-yellow);
  color: var(--sky-blue);
}

@media (max-width: 767px) {
  .skyfly-map-heading {
    margin-bottom: 22px !important;
    padding: 0 18px !important;
  }

  .skyfly-map-heading h2 {
    font-size: 36px !important;
  }

  .skyfly-map-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .skyfly-map-image {
    max-width: calc(100vw - 24px) !important;
    border-radius: 26px !important;
  }

  .map-bottom-card {
    max-width: calc(100vw - 24px) !important;
    margin: -38px auto 0 !important;
    padding: 22px !important;
    border-radius: 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 13px !important;
  }

  .map-bottom-left {
    gap: 13px !important;
  }

  .map-icon {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }

  .map-bottom-left strong {
    font-size: 1.65rem !important;
  }

  .map-bottom-left p {
    font-size: 1.15rem !important;
  }

  .map-route-btn {
    width: 100% !important;
    height: 46px !important;
    font-size: 14px !important;
  }

  .sfp-contact-card__inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .sfp-contact-card__right {
    justify-content: flex-start;
  }
}


/* 12. GALERIA PARKINGU — PREMIUM APPLE GRID */

.sfp-gallery {
  position: relative;
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(86px, 7vw, 135px) clamp(20px, 5vw, 90px);
  box-sizing: border-box;
  background:
    radial-gradient(900px 520px at 12% 18%, rgba(15,48,115,.10), transparent 62%),
    radial-gradient(760px 460px at 88% 84%, rgba(249,168,0,.13), transparent 64%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 48%, #edf4fb 100%);
}

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

.sfp-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(15,48,115,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,48,115,.028) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at 50% 40%, black, transparent 76%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, black, transparent 76%);
}

.sfp-gallery::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 120px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,168,0,.14), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.sfp-gallery__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1540px);
  margin: 0 auto;
}

.sfp-gallery__head {
  max-width: 860px;
  margin: 0 auto clamp(48px, 5vw, 82px);
  text-align: center;
}

.sfp-gallery__head p {
  margin: 0 0 16px;
  color: var(--sky-yellow);
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.sfp-gallery__head h2 {
  margin: 0;
  color: var(--sky-blue);
  font-size: clamp(44px, 5.6vw, 88px);
  line-height: .95;
  letter-spacing: -0.068em;
  font-weight: 500;
  text-wrap: balance;
}

.sfp-gallery__head span {
  display: block;
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(15,48,115,.60);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
}

/* NOWY UKŁAD — DUŻE, NOWOCZESNE KAFLE */
.sfp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
}

.sfp-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  aspect-ratio: 1 / 1;
  border-radius: clamp(28px, 2.4vw, 42px);
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 28px 80px rgba(15,48,115,.12),
    inset 0 1px 0 rgba(255,255,255,.76);
  text-decoration: none !important;
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.sfp-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1 / 1;
}

.sfp-gallery__item--accent {
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.42));
}

.sfp-gallery__item:hover {
  transform: translateY(-8px);
  box-shadow:
    0 42px 110px rgba(15,48,115,.18),
    inset 0 1px 0 rgba(255,255,255,.86);
  border-color: rgba(255,255,255,.96);
}

.sfp-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    transform .8s cubic-bezier(.2,.8,.2,1),
    filter .8s ease;
}

.sfp-gallery__item:hover img {
  transform: scale(1.07);
  filter: saturate(1.06) contrast(1.02);
}

.sfp-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 34%, rgba(0,0,0,.58) 100%),
    linear-gradient(135deg, rgba(255,255,255,.22), transparent 38%);
}

.sfp-gallery__item::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border-radius: calc(clamp(28px, 2.4vw, 42px) - 10px);
  border: 1px solid rgba(255,255,255,.16);
  pointer-events: none;
}

.sfp-gallery__overlay {
  position: absolute;
  left: clamp(18px, 1.8vw, 28px);
  right: clamp(18px, 1.8vw, 28px);
  bottom: clamp(18px, 1.8vw, 28px);
  z-index: 3;
  padding: clamp(17px, 1.6vw, 24px);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.10));
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  color: #fff;
  box-shadow:
    0 18px 52px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.20);
}

.sfp-gallery__overlay strong {
  display: block;
  color: #fff;
  font-size: clamp(25px, 2.1vw, 38px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.052em;
  text-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.sfp-gallery__overlay span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.86);
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.35;
  font-weight: 700;
}

.sfp-gallery__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(40px, 4vw, 64px);
}

.sfp-gallery__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.86);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 18px 46px rgba(15,48,115,.10);
  color: var(--sky-blue);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.sfp-gallery__note .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #35c759;
  box-shadow: 0 0 0 6px rgba(53,199,89,.14);
}

.sfp-gallery__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sky-blue), var(--sky-blue-light));
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 22px 54px rgba(15,48,115,.24);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.sfp-gallery__cta:hover {
  transform: translateY(-3px);
  filter: saturate(1.04);
  box-shadow: 0 28px 66px rgba(15,48,115,.30);
}

.sfp-gallery__cta strong {
  color: var(--sky-yellow);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .02em;
}

/* TABLET */
@media (max-width: 1200px) {
  .sfp-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sfp-gallery__item,
  .sfp-gallery__item--large,
  .sfp-gallery__item--accent {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
    min-height: 330px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .sfp-gallery {
    padding: 76px 20px;
  }

  .sfp-gallery__head {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .sfp-gallery__head h2 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .sfp-gallery__head span {
    margin-left: 0;
    font-size: 1.08rem;
  }

  .sfp-gallery__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sfp-gallery__item,
  .sfp-gallery__item--large,
  .sfp-gallery__item--accent {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 16 / 11;
    border-radius: 28px;
  }

  .sfp-gallery__overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 15px 16px;
    border-radius: 20px;
  }

  .sfp-gallery__overlay strong {
    font-size: 1.55rem;
  }

  .sfp-gallery__overlay span {
    font-size: .95rem;
  }

  .sfp-gallery__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .sfp-gallery__note,
  .sfp-gallery__cta {
    width: 100%;
    justify-content: center;
    border-radius: 22px;
  }

  .sfp-gallery__cta {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .sfp-gallery__cta strong {
    font-size: 1rem;
  }
}

/* LIGHTBOX GALERII — SKYFLYPARK */

.sfp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 60px);
  background: rgba(6, 18, 42, .78);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.sfp-lightbox.is-open {
  display: flex;
}

.sfp-lightbox__inner {
  position: relative;
  width: min(1280px, 100%);
  max-height: 88vh;
  border-radius: 34px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 40px 120px rgba(0,0,0,.42);
  overflow: hidden;
}

.sfp-lightbox__img {
  width: 100%;
  max-height: 88vh;
  display: block;
  object-fit: contain;
  background: rgba(0,0,0,.18);
}

.sfp-lightbox__caption {
  position: absolute;
  left: 22px;
  right: 82px;
  bottom: 22px;
  padding: 16px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.26);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  color: #fff;
  box-shadow: 0 18px 52px rgba(0,0,0,.20);
}

.sfp-lightbox__caption strong {
  display: block;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.sfp-lightbox__caption span {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255,255,255,.82);
  font-weight: 600;
}

.sfp-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
  transition: transform .2s ease, background .2s ease;
}

.sfp-lightbox__close:hover {
  transform: scale(1.06);
  background: rgba(255,255,255,.32);
}

@media (max-width: 768px) {
  .sfp-lightbox {
    padding: 12px;
  }

  .sfp-lightbox__inner {
    border-radius: 24px;
  }

  .sfp-lightbox__caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .sfp-lightbox__close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}

/* =========================================================
   GALERIA — full width z artykułu Joomla / Cassiopeia
   ========================================================= */

#galeria.sfp-gallery {
  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding-left: clamp(20px, 5vw, 80px) !important;
  padding-right: clamp(20px, 5vw, 80px) !important;

  box-sizing: border-box !important;
}

/* żeby sam artykuł nie dodawał odstępu nad galerią */
.com-content-article__body > #galeria.sfp-gallery:first-child {
  margin-top: -2rem !important;
}

/* ukryj tytuł artykułu, jeśli Joomla go pokazuje */
.page-header,
.com-content-article__title {
  display: none !important;
}

/* zabezpieczenie przed poziomym scrollowaniem */
html,
body {
  overflow-x: hidden;
}/* 11. FOOTER */
.container-footer.footer.full-width {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-footer.footer.full-width > .grid-child {
  width: 100% !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  box-sizing: border-box;
}

.container-footer .sp-pagebuilder,
.container-footer .sp-pagebuilder-page,
.container-footer .sppb-section,
.container-footer .sppb-container-inner {
  max-width: 100% !important;
}

.container-footer .sppb-row {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer {
  padding: 0;
  margin: 0;
  background: var(--sky-blue);
}

.footer .grid-child {
  max-width: none;
  padding: 0;
}

.sfp-footer {
  background: var(--sky-blue);
  overflow: hidden;
}

.sfp-footer__inner {
  max-width: 1500px;
  min-height: 360px;
  margin: 0 auto;
  padding: 70px clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 40px;
}

.sfp-footer__copy {
  z-index: 2;
}

.sfp-footer__eyebrow {
  margin: 0 0 14px;
  color: var(--sky-yellow);
  font-size: 17px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .85;
}

.sfp-footer__lead {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  max-width: 380px;
}

.sfp-footer__graphic {
  width: min(115%, 1050px);
  justify-self: end;
  display: block;
  opacity: .85;
  transform: translateX(8%);
  transition: transform 1.2s ease, opacity 0.6s ease;
}

.sfp-footer:hover .sfp-footer__graphic {
  transform: translateX(4%) scale(1.02);
}

.sfp-contact-mail {
  margin-top: 18px;
  font-size: 16px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}

.sfp-contact-mail a {
  color: var(--sky-yellow);
  text-decoration: none;
  font-weight: 500;
  transition: opacity .2s ease;
}

.sfp-contact-mail a:hover {
  opacity: .7;
}

.sfp-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: clamp(13px, 2vw, 20px);
}

.sfp-footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px clamp(24px, 6vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
}

.sfp-footer__bottom a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color .2s ease;
}

.sfp-footer__bottom a:hover {
  color: var(--sky-yellow);
}

.sep {
  opacity: 0.4;
}

@media (max-width: 900px) {
  .sfp-footer__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
    padding: 56px 24px;
  }

  .sfp-footer__lead {
    margin-inline: auto;
  }

  .sfp-footer__graphic {
    width: 130%;
    justify-self: center;
    transform: none;
  }

  .sfp-footer:hover .sfp-footer__graphic {
    transform: scale(1.02);
  }
}

.sfp-gallery__security {
  margin-top: 34px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(16, 24, 39, 0.06), rgba(16, 24, 39, 0.02));
  border: 1px solid rgba(16, 24, 39, 0.08);
}

.sfp-gallery__security-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}


.sfp-gallery__security-head p {
  margin: 0 0 7px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
  opacity: 0.7;
}

.sfp-gallery__security-head h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
  color: #111827;
}

.sfp-gallery__security-head span {
  display: block;
  max-width: 760px;
  color: #4b5563;
  line-height: 1.5;
}

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

.sfp-gallery__security-grid .sfp-gallery__item {
  min-height: 290px;
}

@media (max-width: 767px) {
  .sfp-gallery__security {
    margin-top: 26px;
    padding: 18px;
    border-radius: 22px;
  }

  .sfp-gallery__security-head {
    align-items: flex-start;
    gap: 14px;
  }

.sfp-gallery__security-grid {
    grid-template-columns: 1fr;
  }

  .sfp-gallery__security-grid .sfp-gallery__item {
    min-height: 250px;
  }
}