/* Reset i podstawowe style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #0d0d0d;
  color: #ffffff;
  overflow-x: hidden;
}

/* Nagłówek i nawigacja */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  mix-blend-mode: difference;
}

.logo {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.menu-btn:hover {
  background: #ffffff;
  color: #000000;
}

/* Pełnoekranowe Menu */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.menu-links {
  list-style: none;
  text-align: center;
}

.menu-links li {
  margin: 1.5rem 0;
  overflow: hidden;
}

.menu-item {
  color: #ffffff;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 300;
  display: inline-block;
  will-change: transform, opacity;
  transition: opacity 0.3s ease;
}

.menu-item:hover {
  opacity: 0.6;
}

/* Sekcje Hero */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 1.5rem;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;  
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.h1__btn-contact {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.h1__btn-contact:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.hero-content h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;  
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.h2__btn-about-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;    
}

/* Stan początkowy sekcji oferta dla GSAP */
.offer-section {
  opacity: 0;
}

.offer-tile {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  width: 100%;
  max-width: 300px;
}

/* --- STYLE DLA MODALI --- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.modal-content {
  position: relative;
  z-index: 2001;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  max-width: 550px;
  width: 90%;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  transform: scale(0.8);
}

.modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #ffffff;
}

.modal-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #dd8f00;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.modal-content h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.modal-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d1d1;
}
/* --- SEKCJA O MNIE --- */
.about-section {
  opacity: 0;
  padding: 1rem 1.5rem;
}

.about-container {
  max-width: 1000px !important;
}

.about-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.about-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: left;
}

.about-image-wrapper {
  flex: 0 0 280px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.9);
  will-change: transform, opacity;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.about-image-wrapper:hover .about-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.about-text-content {
  flex: 1;
}

.about-lead {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #dd8f00;
  margin-bottom: 1.2rem;
  opacity: 0;
  transform: translateY(30px);
}

/* Responsywność dla urządzeń mobilnych */
@media (max-width: 768px) {
  .about-grid {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .about-image-wrapper {
    flex: initial;
    width: 220px;
    height: 280px;
  }
}
/* --- STOPKA (FOOTER) --- */
.site-footer {
  position: relative;
  background-color: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 1.5rem 2rem;
  z-index: 2;
  opacity: 0; /* Stan początkowy dla GSAP */
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* CTA - Nagłówek i guzik */
.footer-cta {
  text-align: center;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 4rem;
}

.footer-cta h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.1;
}

.footer-btn {
  text-decoration: none;
}

/* Środkowy układ */
.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.footer-brand {
  max-width: 350px;
}

.footer-brand .logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-brand p {
  color: #a0a0a0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 4rem;
}

.footer-col h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #dd8f00;
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.8rem;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.7;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-col ul li a:hover {
  opacity: 1;
  color: #dd8f00;
}

/* Dolny pasek */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  color: #666666;
}

.footer-tagline {
  letter-spacing: 0.5px;
}

/* Responsywność */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 2.5rem;
  }
  
  .footer-links {
    gap: 2.5rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
}