/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* GLOBAL */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.new-center {

   text-align: center;
  
  padding: 6px 16px;

}

.new-center span {
	
  font-size: 0.9rem;
  /*font-weight: 600;*/
  color: #555;
  text-align: center;

  padding: 2px 16px;
  border-radius: 25px;
  border: 1px solid #ebecf2;
  background-color: white; 
}

/* NAWIGACJA */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5%;
  background-color: transparent;
  
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo {
  width: 80px;
  height: auto;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
 
}

.nav-links li a {
  
  font-weight: 600;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-links li a:hover {
  color: #777;
}

/* PRZYCISK CONTACT US */
.contact-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background-color: #171717;
 /* background: linear-gradient(45deg, #FFCF00, #FF5A00);*/
  color: #fff;
  font-weight: bold;
 /* transition: background 0.3s, transform 0.3s;*/
}

.contact-btn:hover {
  background-color: #f9cd99;
  transform: scale(1.05);
}

/* SEKCJA HERO */
.hero {
  text-align: center;
  padding: 30px 5%;
   background: linear-gradient(180deg, #f0f9ff, #faf6f3);
	box-shadow: 0 1px  1px rgba(0, 0, 0, 0.1);
}

.digital-agency-box {
text-align: center;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 25px;
  border: 1px solid #ebecf2;
  background-color: white; /*#f3f3f3*/
  margin-bottom: 20px;
   margin-top: 60px;
}

.digital-agency-box span {
	
  font-size: 0.9rem;
 /* font-weight: 600; */
  color: #555;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #666;
}

/* ABOUT US */
.about-us {
  text-align: center;
  padding: 30px 5%;
  background-color: #fff; 
  
}

.about-us h2 {
   font-size: 2rem;
  margin-bottom: 20px; 
}

.about-us p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #666;
}

/* SERVICES */
.services {
  text-align: center;
  padding: 10px 5%;
  background-color: transparent;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-box {
  flex: 1 1 250px;
  max-width: 300px;
  min-height: 200px;
  padding: 20px;
  border-radius: 20px;
  color: black;
  text-align: left;
}

.service-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Gradientowe tła dla boxów usług */
.brand-design {
  background: linear-gradient(180deg, #facf87 0%, #faf4f0 100%);
}

.app-design {
  background: linear-gradient(180deg, #d4ccfc 0%, #f4eef7 100%);
}

.web-design {
  background: linear-gradient(180deg, #c8e5db 0%, #edf2ee 100%);
}

.aaa-design {
  background: linear-gradient(180deg, #f9dbe9 0%, #f4f1f2 100%);
}

/* NEW */
.box1 {
  background: linear-gradient(180deg, #ffffff 0%, #e5fcf7 100%);
   border: 1px solid #f7f7f7;
}

.box2 {
  background: linear-gradient(180deg, #ffffff 0%, #e0efff 100%);
   border: 1px solid #f7f7f7;
}

.box3 {
  background: linear-gradient(180deg, #ffffff 0%, #fdf6eb 100%);
   border: 1px solid #f7f7f7;
}

.box4 {
  background: linear-gradient(180deg, #ffffff 0%, #fcebf3 100%);
   border: 1px solid #f7f7f7;
}

/* STOPKA */
footer {
  text-align: center;
  padding: 20px 5%;
  background-color: #fff;
  font-size: 0.9rem;
  color: #666;

}


 .middle-box-wrapper {
      position: relative; /* relative albo absolute, zależnie od kontekstu */
       /* wysokość na całą przeglądarkę */
      z-index: 1; /* mniejszy niż .other-content */
      display: flex;
      align-items: center;
      justify-content: center;
	   margin-top: 20px;
    }

    .middle-box {
      width: 800px;
      padding: 20px;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8;
      box-shadow: 0 0 10px #f8f8f8;
      text-align: left;
	  border-radius: 20px;
    }
	
	
	/* KONTAKT */
	
	 .container {
            max-width: 500px;
            margin: 0 auto;

padding: 25px;
background-color: #f8f8f8;
      border: 1px solid #f8f8f8;
      box-shadow: 0 0 10px #f8f8f8;
      text-align: left;
	  border-radius: 20px;
        }
		
	.form-group {
            margin-bottom: 25px;
        }
		
	.form-group label {
           /*  font-weight: bold; */
        }
		
	button {
            width: 100%;
            padding: 15px;
            background: #af58d7;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        button:hover {
            background: #5b4bc4;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(108, 92, 231, 0.25);
        }
		
		input,
        textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        input:focus,
        textarea:focus {
            outline: none;
            border-color: #af58d7;
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
        }

        textarea {
            resize: vertical;
            min-height: 100px;
        }
		
		.status {
            margin: 20px 0;
            padding: 15px;
            border-radius: 8px;
            font-size: 14px;
			max-width: 600px;
        }

        .success {
            background: #e8f5e9;
            color: #2e7d32;
            border: 1px solid #a5d6a7;
			max-width: 600px;
        }

        .error {
            background: #ffebee;
            color: #c62828;
            border: 1px solid #ef9a9a;
        }
		
	@media (max-width: 640px) {
            .container {
                margin: 20px;
                padding: 25px;
            }
            
            h1 {
                font-size: 26px;
            }
        }




		
		
		
	
	
	
	
	
	