@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Inter:wght@300;400;500;600&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: #1e1e1e;
}
body * {
  font-family: "Inter", "Helvetica", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h1 {
  font-weight: 500;
}

h2 {
  font-weight: 300;
  letter-spacing: 0.08em;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #002D62;
  margin-top: 0.25rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

a:link {
  color: #002D62;
}
a:visited {
  color: #002D62;
}
a:hover {
  color: #1a4d8f;
}

ul, ol {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}

li {
  margin-bottom: 0.3rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: rgba(0, 0, 0, 0.1);
}

.section-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #002D62, #1a4d8f);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.section-title:hover::after {
  width: 90px;
}

.navbar {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.98);
  transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.navbar a, .navbar .nav-link {
  transition: color 0.2s ease;
}
.navbar a:link, .navbar .nav-link:link {
  color: #002D62;
}
.navbar a:visited, .navbar .nav-link:visited {
  color: #002D62;
}
.navbar a:hover, .navbar .nav-link:hover {
  color: #1a4d8f;
}
.navbar .dropdown-menu {
  background-color: white;
}
.navbar .dropdown-menu a:hover {
  background-color: #002D62;
  color: #ffffff;
}

/* Navbar spacing & active state */
.navbar .navbar-nav {
  gap: 0.1rem;
  align-items: center;
}
.navbar .nav-link {
  white-space: nowrap;
  padding-inline: 0.75rem;
  padding-block: 0.5rem;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
/* Animowany podkreślnik */
.navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background: linear-gradient(90deg, #002D62, #1a4d8f);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.navbar .nav-link:hover::after {
  transform: scaleX(1);
}
.navbar .nav-link.active::after {
  transform: scaleX(1);
  background: linear-gradient(90deg, #002D62, #4a7dc0);
}
.navbar .nav-item.px-5 {
  padding-inline: 0.5rem !important;
  margin-left: 0.75rem;
}
/* Ikona FB — styl odrębny, bez podkreślnika */
.navbar .nav-item.px-5 .nav-link::after {
  display: none;
}
.navbar .nav-item.px-5 .nav-link {
  font-size: 1.1rem;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.navbar .nav-item.px-5 .nav-link:hover {
  opacity: 1;
}
.navbar .nav-link b {
  font-weight: inherit;
}
.navbar .nav-link.active {
  font-weight: 700;
  color: #002D62;
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 24px rgba(20, 0, 182, 0.1);
}

.maintop {
  background-color: black;
  color: #ffffff;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 250px;
}
.maintop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(20, 0, 182, 0.35) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 5;
  transition: opacity 0.8s ease;
  opacity: 0;
}
.maintop.aktywne::after {
  opacity: 1;
}

.maintop img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: filter 0.9s ease, transform 8s ease;
  transform: scale(1.05);
}

.maintop.aktywne img {
  filter: blur(3px) brightness(0.75);
  transform: scale(1);
}

.maintop-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 40px));
  color: white;
  text-align: center;
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease, visibility 0.9s ease;
}

.maintop.aktywne .maintop-text {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.main-title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 8vw, 90px);
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  transition: letter-spacing 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.maintop.aktywne .main-title {
  letter-spacing: 0.5em;
}

.main-title + h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 2.5vw, 24px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

.maintop.aktywne .main-title + h2 {
  opacity: 1;
  transform: translateY(0);
}

.button {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.button:hover::before {
  opacity: 1;
}
.button:link, .button:visited {
  color: #ffffff;
  background-color: #002D62;
  border-color: #002D62;
}
.button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002D62;
  box-shadow: 0 6px 20px rgba(20, 0, 182, 0.3);
}

.section-czym {
  background-color: #f7f8fc;
  padding: 72px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.box {
  background-color: #f3f3f3;
}
.box h3 {
  color: #002D62;
}

.contact {
  color: #002D62;
  font-size: large;
  font-weight: 700;
}

.gallery-top img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.gallery-top img:hover {
  transform: scale(1.02);
  filter: brightness(1.06);
}

.gallery-bottom img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.gallery-bottom img:hover {
  transform: scale(1.02);
  filter: brightness(1.06);
}

.counter-box {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.counter-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 45, 98, 0.55), rgba(0, 45, 98, 0.75));
  border-radius: 10px;
  pointer-events: none;
}
.counter-box .row {
  position: relative;
  z-index: 1;
}

.counter-icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  display: block;
}

.counter-number {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.counter-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .counter-box .col-md-4:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.custom-shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.custom-rounded {
  border-radius: 8px;
}

.custom-rounded-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.card.custom-shadow {
  overflow: hidden;
}
.card.custom-shadow .card-img-wrapper {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.card.custom-shadow .card-img-wrapper img {
  width: 100%;
  display: block;
}
.card.custom-shadow .card-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 0, 182, 0.55), rgba(97, 86, 195, 0.4));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.card.custom-shadow:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(20, 0, 182, 0.15);
}
.card.custom-shadow:hover .card-img-wrapper::after {
  opacity: 1;
}
.card.custom-shadow:hover .custom-rounded-top {
  transform: scale(1.04);
}

.card-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer {
  background-color: #002D62;
  color: rgba(255, 255, 255, 0.85);
}
footer a:link {
  color: rgba(255, 255, 255, 0.85);
}
footer a:visited {
  color: rgba(255, 255, 255, 0.85);
}
footer a:hover {
  color: #ffffff;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.15);
}
footer li, footer p, footer span, footer small {
  color: rgba(255, 255, 255, 0.85);
}
footer i {
  color: rgba(255, 255, 255, 0.7);
}
.footer-nav-bar {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.1rem 0;
}

.footer-copyright {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 0.8rem 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.footer-copyright i {
  color: rgba(255, 255, 255, 0.55);
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #ffffff;
}

footer .footer-label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
  font-weight: 400;
}

.page-split {
  display: flex;
  align-items: flex-start;
}

.page-split__image {
  width: 50vw;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.page-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .page-split__image {
    width: 100%;
    height: 50vh;
    position: relative;
  }
}

.page-split__content {
  flex: 1;
  min-width: 0;
}
.page-split__content .content-inner {
  padding: 3.5rem 3rem 3.5rem 3.5rem;
}
.page-split__content .content-inner h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0.04em;
  text-transform: none;
}
.page-split__content .content-inner h4 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.page-split__content .content-inner p,
.page-split__content .content-inner li {
  font-size: 0.95rem;
  color: #3a3a3a;
}
.page-split__content .content-inner ul,
.page-split__content .content-inner ol {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.page-split__content .content-inner hr {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .page-split__content .content-inner {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-split {
    flex-direction: column;
  }
}
.shadow-deep {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13), 0 4px 12px rgba(0, 0, 0, 0.09);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.shadow-deep:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.17), 0 6px 16px rgba(0, 0, 0, 0.11);
  transform: translateY(-4px);
}

/*# sourceMappingURL=style.css.map */
