  <style>
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

a.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #793909; /* brązowy kolor */
}
a.logo span {
  color: #793909;
  text-decoration: none;
  font-family: 'Lora', serif;
  font-size: 24px;
  font-weight: 500;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lora', serif;
  font-size: 24px;
  font-weight: 500;
}


    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      background: #F3E9DC;
    }
    
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Lora', serif;
      font-size: 24px;
      font-weight: 500;
    }
    main {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }
    .main-text {
      font-size: 18px;
      line-height: 1.6;
    }
    .main-text p {
      margin-bottom: 16px;
    }
    .main-image img {
      max-width: 100%;
      height: auto;
    }
    footer {
      background: #65978C;
      color: #141414;
      padding: 40px 20px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .footer-section ul {
      list-style: none;
      padding-left: 0;
      font-size: 14px;
    }
    .footer-section ul li {
      margin-bottom: 6px;
      text-decoration: underline;
    }
    .footer-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
    }
    .footer-brand {
      font-family: 'Lora', serif;
      font-size: 24px;
      font-weight: 500;
    }
    .footer-bottom {
      text-align: center;
      padding: 16px;
      font-size: 14px;
    }
    .btn-primary {
        background-color: #793909;
        color: #fff;
        font-family: 'Lora', serif;
        font-size: 18px;
        padding: 12px 28px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s, transform 0.2s;
    }

    .btn-primary:hover {
        background-color: #a7521f;
        transform: translateY(-2px);
    }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #F3E9DC;
  color: #793909;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-icon {
  width: 102px;
  height: 102px;
}

.brand {
  font-family: 'Lora', serif;
  font-size: 36px;
  margin: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: 'Lora', serif;
}

.nav a {
  text-decoration: none;
  color: #793909;
  font-weight: 500;
}

.basket-icon {
  width: 40px;
  height: 40px;
  background: #793909;
}

.hero {
  margin-top: 40px;
  text-align: left;
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 400;
}

.hero-text {
  margin-bottom: 20px;
}

.btn {
  background-color: transparent;
  border: 1px solid #793909;
  color: #793909;
  padding: 12px 28px;
  font-size: 20px;
  font-family: 'Lora', serif;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* tylko "outline" przycisk */
.btn:hover:not(.btn-solid) {
  background-color: #793909;
  color: #fff;
}

/* "pełny" przycisk */
.btn-solid {
  background-color: transparent;
  border: 1px solid #793909;
  color: #793909;
  padding: 12px 28px;
  font-size: 20px;
  font-family: 'Lora', serif;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
a.btn-solid:hover,
button.btn-solid:hover {
  background-color: #5e2a06;
  color: #fff;
}



.large {
  font-size: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  gap: 20px;
  margin-top: 40px;
}

.steps img {
  width: 210px;
  height: auto;
  margin-bottom: 10px;
}

.steps p {
  font-size: 20px;
  font-weight: 500;
}

.cta {
  margin-top: 40px;
  text-align: center;
}

.footer {
  background-color: #65978C;
  color: #141414;
  padding: 40px 20px;
  margin-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.footer h3 {
  margin-bottom: 10px;
  font-weight: 500;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 5px;
}

.footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.main-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.centered-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.centered-img img {
  max-width: 100%;
  height: auto;
}

.hero-image img {
  width: 100%;
  max-width: 700px;  /* lub 600px jeśli chcesz większy */
  height: auto;
    display: flex;
  justify-content: center;
  padding: 40px 0;
}
form.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto; /* <--- TO CENTRUJE POZIOMO */
  padding: 40px 20px;
  width: 100%;
}


form label {
  font-weight: 500;
  font-family: 'Lora', serif;
}

form input,
form select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-group button {
  background-color: transparent;
  border: 1px solid #793909;
  color: #793909;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-group button:hover {
  background-color: #793909;
  color: white;
}
form.form h2 {
  text-align: center;
  font-family: 'Lora', serif;
  margin-bottom: 20px;
}
.form .btn {
  display: block;
  margin: 20px auto 0;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px 20px;
}
.kliki {
  gap: 10px;
  display: flex;
  
  padding: 5px 25px;
  overflow: hidden;
  align-items: center;
  border-color: rgba(20, 20, 20, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  justify-content: left;
  background-color: var(--dl-color-default-white);
}
.klikerwewn {
  color: var(--dl-color-default-black);
  height: auto;
  font-size: 16px;
  font-style: Medium;
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.range-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.range-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 250px;
}

.range-wrapper input[type="range"] {
  width: 100%;
}
.nav-link {
  color: #793909;
  font-size: 24px;
  font-family: Lora, serif;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 300px;
  border-radius: 10px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
 .menu-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }

    .menu-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .menu-button {
      padding: 10px 25px;
      border: 2px solid #793909;
      border-radius: 10px;
      background-color: white;
      color: #793909;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }
  .spinner {
    border: 5px solid #f3f3f3; /* jasne tło */
    border-top: 5px solid #555; /* kolor wężyka */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#footer-placeholder {
  flex-shrink: 0;
}

.plans-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Lora', serif;
  text-align: center;
}

.plans-wrapper h2 {
  margin-bottom: 25px;
  color: #5e3d1e;
  font-size: 28px;
}

.plans-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.plans-table thead {
  background-color: #f9f9f9;
}

.plans-table th,
.plans-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
}

.plans-table tr:hover {
  background-color: #f5f5f5;
}

.plans-table button {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.plans-table button:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

.plans-table td form {
  display: inline-block;
  margin: 0 3px;
}

textarea#feedback {
  width: 100%;
  max-width: 500px;
  min-height: 120px;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  resize: vertical; /* użytkownik może rozciągać w pionie */
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

.centered-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 20px;
}
.centered-img img {
  max-width: 100%;
  height: auto;
}

.hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  .logo {
    font-size: 20px;
  }

  nav {
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
  }

  .nav a,
  .nav-link {
    font-size: 16px;
    margin-right: 0;
  }

  main {
    display: block;
    padding: 20px;
  }

  .main-text {
    font-size: 16px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    font-size: 18px;
    text-align: center;
  }

  .hero-image img {
    max-width: 100%;
    padding: 20px 0;
  }

  .btn,
  .btn-primary,
  .btn-solid {
    font-size: 16px;
    padding: 10px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .form-wrapper {
    padding: 20px;
  }

  form.form {
    padding: 20px;
  }

  .range-row {
    flex-direction: column;
    gap: 20px;
  }

  .menu-row {
    flex-direction: column;
  }

  .plans-wrapper {
    padding: 20px;
  }

  .plans-table th,
  .plans-table td {
    font-size: 14px;
    padding: 10px;
  }

  textarea#feedback {
    font-size: 14px;
  }

  .hero-image {
    text-align: center;
  }
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center; /* ✅ lepsze wyrównanie logo + menu */
    gap: 20px;
    padding: 20px;
  }

.logo img {
  height: 60px;
  width: auto;
}

.brand-text {
  font-family: 'Lora', serif;
  font-size: 28px;
  font-weight: 600;
}

  .nav-link {
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    align-items: center; /* ✅ to powinno zostać */
    gap: 10px;
  }
}
.meal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1392px;
  margin: 40px auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}



@media (max-width: 768px) {
  .produkty-table {

  }
}


  .produkty-table th,
  .produkty-table td {
    padding: 6px 8px;
  }

  .produkty-table td:nth-child(1),
  .produkty-table th:nth-child(1) {
    min-width: 120px;
  }



.table-container {
  width: 100%;
  overflow-x: hidden; /* ukryj przewijanie, bo już dopasowujemy */
  padding: 0 10px;
}


.produkty-table {
  border-collapse: collapse;
  font-family: 'Lora', serif;
  width: 100%;
  min-width: 400px; /* <- minimalna szerokość dla scrolla */
}

.produkty-table th,
.produkty-table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  white-space: nowrap; /* <-- nie łam wierszy */
}

/* mobilne dopasowanie */
@media (max-width: 480px) {
  .table-container {
    transform: scale(0.40);
    transform-origin: top left;
    width: max-content;
  }
}

.kafel-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.kafel {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s;
}

.kafel-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 20px;
}

.kafel-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 390px;
}

.kafel-text {
  padding: 30px;
}

.kafel-title {
  font-family: 'Lora', serif;
  color: #793909;
  font-size: 26px;
  margin-bottom: 14px;
}

.kafel-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333;
}

/* Responsywność */
@media (max-width: 600px) {
  .kafel-text {
    padding: 20px;
  }

  .kafel-title {
    font-size: 22px;
  }

  .kafel-desc {
    font-size: 16px;
  }

  .kafel-img-wrapper img {
    max-height: 250px;
  }
}



  </style>