/* Główna sekcja kontaktowa */
.highlight-green {
  color: green;
  font-weight: bold;
  }
.highlight-red {
    color: red;
    font-weight: bold;
}
#schedule {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

        .instrukcja {
            max-width: 20%;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }

        /* Nagłówki */
        .instrukcja  h3 {
            color: #2c3e50;
            font-size: 28px;
            margin-top: 0;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #3498db;
            text-align: center;
        }

       .instrukcja  h2 {
            color: #34495e;
            font-size: 22px;
            margin-top: 35px;
            margin-bottom: 20px;
            padding-left: 15px;
            border-left: 5px solid #3498db;
        }

        /* Listy */
       .instrukcja  ul {
            padding-left: 25px;
            margin-bottom: 25px;
        }

        .instrukcja  li {
            margin-bottom: 12px;
            position: relative;
            font-size: small;
            list-style-type: none;
        }

        /* Podlisty */
       .instrukcja  ul, .instrukcja  ul {
            margin-top: 10px;
            margin-bottom: 15px;
            padding-left: 30px;
        }

        /* Wyróżnienia */
        .instrukcja  strong {
            color: #2c3e50;
            font-weight: 600;
        }

        /* Kolory dostępności */
        .instrukcja  .pink {
            color: #e91e63;
            font-weight: 600;
        }

        .instrukcja  .gray {
            color: #9e9e9e;
            font-weight: 600;
        }

        /* Statusy płatności */
        .instrukcja  .success {
            color: #4caf50;
            font-weight: 600;
        }

       .instrukcja  .error {
            color: #f44336;
            font-weight: 600;
        }

        /* Sekcje płatności */
       .instrukcja  .payment-section {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 15px;
            margin: 15px 0;
            border-left: 4px solid #3498db;
        }

        /* Ostatni krok */
        .instrukcja  .final-step {
            background-color: #e8f4fd;
            border-radius: 8px;
            padding: 15px;
            margin-top: 15px;
            border-left: 4px solid #2196f3;
        }

        /* Formy płatności */
        .instrukcja  .payment-methods {
            display: flex;
            flex-wrap: wrap;
        }

       .instrukcja  .payment-methods li {
            background-color: #f1f8ff;
            border-radius: 8px;
            padding: 12px 20px;
            flex: 1;
            min-width: 80%;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s;
        }

       .instrukcja  .payment-methods li:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Responsywność */
        @media (max-width: 600px) {
            .instrukcja {
                padding: 20px;
            max-width: 90%;
            }
            
           .instrukcja  h3 {
                font-size: 24px;
            }
            
           .instrukcja h2 {
              font-size: 20px;
            }
            
           .instrukcja  .payment-methods {
                flex-direction: column;
            }
            
          .instrukcja   .payment-methods li {
                min-width: auto;
            }
        }
.main-contact {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 30px auto;
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Dwie kolumny: dane i mapy */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

.contact-details {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.7;
  padding: 16px 8px;
}

.contact-details h2, .contact-details h3 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.5px;
}

.contact-details a {
  color: #007BFF;
  text-decoration: none;
  word-break: break-all;
}
.contact-details a:hover {
  text-decoration: underline;
  color: #dc3545;
}

/* Mapy */
.contact-maps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.map-block h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border: 1.5px solid #222;
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* Instrukcja i zdjęcie kwiatomatu */
.kwiatomat-instrukcja {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.instrukcja {
  flex: 1 1 50%;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 18px 20px;
  border: 1px solid #ddd;
  max-width: 90%;
}

.instrukcja h3 {
  color: #dc3545;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.instrukcja ol {
  margin: 0 0 0 18px;
  padding: 0;
  color: #333;
}

.kwiatomat-photo {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwiatomat-photo img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #dc3545;
  background: #fff;
  object-fit: cover;
}

.photo-placeholder {
  width: 220px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffeaea;
  color: #dc3545;
  font-weight: bold;
  border: 2px dashed #dc3545;
  border-radius: 10px;
  font-size: 1.1rem;
  text-align: center;
}

/* RESPONSYWNOŚĆ */
@media (min-width: 1800px) {

  .kwiatomat-instrukcja {
    flex-direction: row-reverse;
    gap: 60px;
    margin-top: 24px;
    padding: 75px;
  }

}
@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kwiatomat-instrukcja {
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
  }
  .main-contact {
    padding: 16px 4vw;
  }
}

@media (max-width: 600px) {
  .main-contact {
    margin: 90px 0 10px 0;
    padding: 8px 2vw;
  }
  .contact-details {
    font-size: 1rem;
    padding: 8px 2px;
  }
  .kwiatomat-photo img, .photo-placeholder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
