* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 40px;
  z-index: 10;
  background: rgba(0, 0, 0, 1); /* czarny 80% przezroczystosci */
  transition: transform 0.3s ease;
}

.nav-left-group {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  padding-right: 2rem;
}

.logo {
  display: flex;
  justify-content: center;
}

/* jaśniejsze logo po najechaniu */

.logo:hover img {
  filter: brightness(1.2);
  transform: scale(1.3);
}

/* Navbar logo biały -> czerwony transition */

.logo-svg {
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.logo-svg .st0 {
  fill: white;
  transition: fill 0.3s ease;
}

.logo-svg:hover {
  transform: scale(1.3);
}

.logo-svg:hover .st0 {
  fill: #ef2c42;
}

.nav-right-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
}

/* Klasa do ukrywania navbar */
.navbar.navbar-hidden {
  transform: translateY(-100%);
}

/* Klasa do pokazywania navbar */
.navbar.navbar-visible {
  transform: translateY(0);
}

.logo img {
  height: 48px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.2s ease;
  font-weight: 500;
}

.nav-links a:hover {
  color: #ea5133;
}

.cta-button {
  background-color: #ffffff;
  color: #141414;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  font-weight: 500;
}

.cta-button:hover {
  background-color: transparent;
  border: 2px solid #ea5133;
  color: #ffffff;
}

.language-switcher {
  position: relative;

  display: inline-block;
}

.language-dropdown {
  display: flex;

  align-items: center;

  gap: 0.3rem;

  background: none;

  border: 2px solid #ffffff;

  color: #ffffff;

  padding: 8px 12px;

  border-radius: 20px;

  cursor: pointer;

  font-size: 0.9rem;

  font-weight: 500;

  transition: all 0.3s ease;

  font-family: "Inter", sans-serif;
}

.language-dropdown:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.language-dropdown.active {
  background-color: #ea5133;

  border-color: #ea5133;
}

.dropdown-arrow {
  font-size: 0.7rem;

  transition: transform 0.3s ease;
}

.language-switcher.open .dropdown-arrow {
  transform: rotate(180deg);
}

.language-options {
  position: absolute;

  top: 100%;

  right: 0;

  background: rgba(0, 0, 0, 0.9);

  border: 2px solid #ffffff;

  border-radius: 12px;

  min-width: 120px;

  opacity: 0;

  visibility: hidden;

  transform: translateY(-10px);

  transition: all 0.3s ease;

  z-index: 1000;

  margin-top: 5px;
}

.language-switcher.open .language-options {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.language-option {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 10px 15px;

  color: #ffffff;

  text-decoration: none;

  font-size: 0.9rem;

  font-weight: 500;

  transition: all 0.3s ease;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.language-option:last-child {
  border-bottom: none;
}

.language-option:hover {
  background-color: rgba(234, 81, 51, 0.2);

  color: #ea5133;
}

.language-option.active {
  background-color: #ea5133;

  color: #ffffff;
}

.flag-icon {
  width: 16px;

  height: 12px;

  border-radius: 2px;

  background-size: cover;

  background-position: center;
}

.flag-icon.en {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K");
}

.flag-icon.nl {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjkwMCIgaGVpZ2h0PSIyMDAiIGZpbGw9IiNBRTFDMjgiLz4KPHJlY3QgeT0iMjAwIiB3aWR0aD0iOTAwIiBoZWlnaHQ9IjIwMCIgZmlsbD0iI0ZGRiIvPgo8cmVjdCB5PSI0MDAiIHdpZHRoPSI5MDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjMjE0NjhCIi8+Cjwvc3ZnPgo=");
}

.flag-icon.pl {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHk9IjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSI2IiBmaWxsPSIjREM0MzNBIi8+Cjwvc3ZnPgo=");
}

.cta-button .material-symbols-outlined {
  font-size: 1rem;
  margin-right: 8px;
  vertical-align: middle;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger:hover span {
  background-color: #ea5133;
}

@media (max-width: 768px) {
  .navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .nav-left-group {
    justify-content: flex-start;
  }

  .logo {
    margin-right: auto;
  }

  .nav-right-group {
    justify-content: flex-end;
  }

  .hamburger {
    display: flex;
  }

  .nav-links,
  .cta-button {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0rem 1.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  }

  .mobile-menu.active {
    display: flex;
    max-height: 400px;
    padding: 1rem 1.5rem;
  }

  .mobile-menu a {
    color: #fff;
    padding: 0.75rem 0;
    text-decoration: none;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .mobile-menu.active a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu.active a:nth-child(1) {
    transition-delay: 0.1s;
  }
  .mobile-menu.active a:nth-child(2) {
    transition-delay: 0.15s;
  }
  .mobile-menu.active a:nth-child(3) {
    transition-delay: 0.2s;
  }
  .mobile-menu.active a:nth-child(4) {
    transition-delay: 0.25s;
  }
  .mobile-menu.active a:nth-child(5) {
    transition-delay: 0.3s;
  }

  .mobile-menu a:hover {
    color: #ea5133;
  }

  .mobile-menu .cta-button {
    color: #000;
    margin-top: 1rem;
    text-align: center;
    display: inline-block;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .mobile-menu .cta-button:hover {
    color: #ea5133;
  }

  .mobile-menu.active .cta-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
  }

  /* Mobile language switcher */

  .mobile-menu .language-switcher {
    margin-top: 1rem;

    justify-content: center;

    opacity: 0;

    transform: translateY(-10px);

    transition: all 0.3s ease;
  }

  .mobile-menu.active .language-switcher {
    opacity: 1;

    transform: translateY(0);

    transition-delay: 0.4s;
  }

  .mobile-menu .language-dropdown {
    border-color: #ffffff;

    color: #ffffff;
  }

  .mobile-menu .language-dropdown.active {
    background-color: #ea5133;

    border-color: #ea5133;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (min-width: 769px) {
  .mobile-menu {
    display: none !important;
  }
}

.hero {
  margin-top: 5rem;
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.1);
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  margin-top: 8rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  margin-top: 2rem;
  max-width: 600px;
  width: 100%;
  height: auto;
}

.hero h1 {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  border: 1px solid #ffffff;
  padding: 10px 50px;
  border-radius: 50px;
}

.hero h1 span {
  color: #ea5133;
}

.hero p {
  font-size: 1.125rem;
  color: #fff;
}

.hero-text-box {
  border: 2px solid #ffffff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.hero-text-box p {
  margin: 0;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.6;
}

/* CTA button */
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ffffff;
  color: #141414;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  font-weight: 500;
  margin-bottom: 2rem;
}

.hero-cta:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero-cta .material-symbols-outlined {
  font-size: 20px;
}

/* Responsywność */
@media (max-width: 768px) {
  .hero {
    height: 65vh;
  }

  .hero-content {
    margin-top: 0rem;
    padding: 1rem;
    gap: 1rem;
  }

  .hero-logo {
    margin-top: 0rem;
    max-width: 350px;
  }
  .hero h1 {
    font-size: 1.3rem;
    padding: 10px 10px;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-cta .material-symbols-outlined {
    font-size: 1rem;
  }

  .hero-cta {
    font-size: 0.8rem;
  }

  .hero-text-box {
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }

  .hero-text-box p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 50vh;
  }

  .hero-logo {
    max-width: 300px;
  }

  .hero-cta {
    font-size: 0.8rem;
    padding: 8px 20px;
  }

  .hero-text-box {
    padding: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
  }

  .hero-text-box p {
    font-size: 0.7rem;
  }
}

.gallery {
  padding: 60px 20px;
  background-color: #f8f9fa;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.gallery-header {
  text-align: center;
  padding: 25px;
}

.gallery-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #ea5133;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.gallery h2 {
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 40;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

/* Kontener pojedynczego zdjęcia z ustalonym stosunkiem boków (np. 4:3) */
.gallery-item {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 (75% = 3/4 * 100) – zmień wartość dla innego stosunku */
  overflow: hidden;
  border-radius: 8px;
}

/* Ustawienie zdjęcia wewnątrz kontenera */
.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

/* Efekt powiększenia przy najechaniu */
.gallery-item img:hover {
  transform: scale(1.05);
}

.galerybtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  border: 2px solid #ea5133;
  font-weight: 500;
}

.galerybtn:hover {
  background-color: transparent;
  border: 2px solid #141414;
  color: #141414;
}

.gallerybutton {
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px;
}

@media (max-width: 768px) {
  .gallery {
    padding: 40px 10px;
    overflow: hidden;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }

  .gallery-header {
    padding: 15px;
  }

  .gallery-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .gallery h2 {
    font-size: 28px;
  }

  .gallery-item {
    padding-bottom: 75%;
  }
}

.lightbox {
  display: none; /* ukryty domyślnie */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
}

.image-preview img {
  max-width: 90%;
  max-height: 80vh;
  margin-bottom: 20px;
}

.image-preview button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 36px;
  color: white;
  cursor: pointer;
  user-select: none;
}

.image-preview .prev {
  left: 20px;
}

.image-preview .next {
  right: 20px;
}

.image-preview .close {
  top: 20px;
  right: 30px;
  font-size: 30px;
  position: absolute;
}

.about {
  padding: 80px 20px;
  background-color: #f8f9fa;
  max-width: 1200px;
  margin: 0 auto;
}

.about-header {
  text-align: center;
  margin-bottom: 40px;
}

.about-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #ea5133;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.about h1 {
  font-weight: 500;
  font-size: 42px;
  margin: 0 0 30px 0;
  color: #141414;
}

.about-description {
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  border-color: #ea5133;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(234, 81, 51, 0.15);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ea5133, #ff6b47);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 24px;
  color: white;
}

.feature-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  margin-bottom: 15px;
}

.feature-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .about {
    padding: 60px 15px;
  }

  .about-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .about h1 {
    font-size: 32px;
  }

  .about-description {
    font-size: 15px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 30px 20px;
  }
}

.bold {
  font-weight: 500;
}

.video-section {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #ffffff;
}

.gallery-header {
  margin-bottom: 2rem;
}

.gallery-subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ea5133;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.video-section h2 {
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}

.latest-video {
  position: relative;
  max-width: 1000px;
  margin: 3rem auto 4rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(234, 81, 51, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.latest-video::before {
  content: "";
  position: absolute;
  inset: 0; /* = top:0; right:0; bottom:0; left:0 */
  border: 3px solid #ea5133;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.latest-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
  border-radius: inherit;
  z-index: 1;
  position: relative;
}

.latest-video:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(234, 81, 51, 0.35);
}

.latest-badge {
  position: relative;
  top: 12px;
  width: fit-content;
  margin: 0 auto;
  background-color: #ea5133;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 10px rgba(234, 81, 51, 0.3);
}

.video-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  border: none;
}

.video-wrapper:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .latest-video {
    margin: 2rem auto 3rem;
  }

  .video-section h2 {
    font-size: 2rem;
  }
}

.show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  border: 2px solid #ea5133;
  font-weight: 500;
  margin-top: 2rem;
}

.show-more-btn:hover {
  background-color: transparent;
  border: 2px solid #141414;
  color: #141414;
}

.contact-footer-section {
  background-color: #141414;
  color: white;
  padding: 100px 40px;
}

.contact-footer-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.contact-footer-left h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-footer-left p {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

.contact-footer-left a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-footer-left a:hover {
  color: #ea5133;
}

.socials {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.socials a {
  color: white;
  margin-right: 15px;
  font-size: 24px;
  transition: color 0.3s;
}

.socials a:hover {
  color: #ea5133;
}

.contact-footer-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-footer-right .logo img {
  width: 200px;
  height: auto;
}

.big-icon {
  font-size: 160px;
  color: #ea5133;
}

.useme-section {
  background-color: #ea5133;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.useme-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.useme-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
}

.useme-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #ffffff;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.6;
}

.useme-logo-container {
  border-radius: 16px;
  padding: 5px 5px;
  border: 2px solid #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.useme-logo-container:hover {
  transform: translateY(-5px);
}

.useme-logo img,
.signal-logo img {
  max-width: 200px;
  height: auto;
  display: block;
  width: 100%;
}

.corner-favicon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.corner-favicon:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .useme-section {
    padding: 60px 20px;
  }

  .useme-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .useme-text p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .useme-logo-container {
    padding: 5px 5px;
  }

  /* UPDATED: both logos */
  .useme-logo img,
  .signal-logo img {
    max-width: 180px;
    width: 100%;
  }

  .corner-favicon {
    bottom: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .useme-section {
    padding: 50px 15px;
  }

  .useme-text h2 {
    font-size: 28px;
  }

  .useme-text p {
    font-size: 15px;
  }

  .useme-logo-container {
    padding: 5px 5px;
  }

  /* UPDATED: both logos */
  .useme-logo img,
  .signal-logo img {
    max-width: 160px;
  }
}

.site-footer {
  background-color: #141414;
  color: white;
  padding: 60px 40px 30px;
  font-size: 16px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}

.footer-logo img {
  width: 250px;
  height: auto;
  display: block;
}

.footer-menu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-menu a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #ea5133;
}

.footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom .footer-left {
  flex: 1;
}

.footer-bottom .footer-right {
  display: flex;

  align-items: center;

  gap: 5px;
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #ea5133;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 5px;
  }

  .footer-bottom .footer-left,
  .footer-bottom .footer-right {
    flex: none;
  }
}

.video-gallery {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.fotoinfo {
  padding: 100px;
  align-items: center;
  text-align: center;
  background-color: #868686;
}

@media (max-width: 768px) {
  .fotoinfo {
    padding: 50px 20px;
  }
}

.fotoinfo-content p {
  font-weight: 500;
  color: #141414;
  font-size: 20px;
}

.contact-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  padding: 6rem 150px 3rem;
  background-color: #fff;
}

.contact {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendly {
  flex: 1 1 50%;
}

.contact h1 {
  color: black;
  padding: 1.5rem;
  text-align: center;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact input,
.contact textarea {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 1rem;
}

.contact button {
  padding: 1rem;
  background-color: #ea5133;
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact button:hover {
  background-color: #802f1e;
}

@media (max-width: 1024px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 5rem 4rem;
  }

  .contact,
  .calendly {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
  }

  .contact form {
    width: 100%;
  }

  .calendly .calendly-inline-widget {
    width: 100% !important;
    min-width: 0;
  }

  .calendly {
    margin-top: 3rem;
  }
}

.audio-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

.audio-toggle {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.audio-label {
  color: white;
  font-size: 14px;
  white-space: nowrap; /* keep in one line */
}

.audio-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.audio-toggle .material-symbols-outlined {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
}

.audio-toggle.muted .material-symbols-outlined {
  opacity: 0.7;
}

/* Animacja pulsowania dla stanu unmuted */
.audio-toggle.unmuted {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Responsywność dla kontroli audio */
@media (max-width: 768px) {
  .audio-controls {
    bottom: 20px;
    right: 20px;
  }

  .audio-toggle {
    padding: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
  }
  .audio-label {
    display: none;
  }

  .audio-toggle .material-symbols-outlined {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .audio-controls {
    bottom: 15px;
    right: 15px;
  }

  .audio-toggle {
    width: 45px;
    height: 45px;
  }

  .audio-toggle .material-symbols-outlined {
    font-size: 18px;
  }
}

/* animacja napisu na hero section */
.fx-tilt-shine {
  display: inline-block;
  transform: perspective(600px) rotateX(0) rotateY(0) scale(1);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s;
  position: relative;
  will-change: transform;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.25));
}

.fx-tilt-shine::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    75deg,
    transparent 40%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 60%
  );
  transform: translateX(-120%) rotate(0.001deg);
  transition: transform 0.7s ease;
  pointer-events: none;
  mix-blend-mode: screen;
}

.fx-tilt-shine:hover {
  transform: perspective(600px) rotateX(3deg) rotateY(-6deg) scale(1.03);
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}
.fx-tilt-shine:hover::after {
  transform: translateX(120%);
}

@media (prefers-reduced-motion: reduce) {
  .fx-tilt-shine,
  .fx-tilt-shine::after {
    transition: none;
  }
}

.logo-bg {
  inset: 0;
  margin: auto;
  pointer-events: none;
  transform: translateZ(-30px) scale(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s;
  z-index: 0;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}

.hero-content:has(.fx-tilt-shine:hover) .logo-bg {
  transform: translateZ(0) scale(1) rotateZ(0.001deg);
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

@media (max-width: 768px) {
  .hero-content:has(.fx-tilt-shine:hover) .logo-bg {
    transform: translateZ(0) scale(0.7) rotateZ(0.001deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-bg {
    transition: none;
  }
}
