body {
  background-color: #ffffff;
  color: #000000;
  font-family: monospace, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 320px;
  padding: 10px;
  text-align: left;
}

header h1 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  color: #00aa55;
}

header .tagline {
  font-size: 10px;
  margin: 5px 0 15px 0;
}

.product-image img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.price-breakdown pre {
  font-size: 10px;
  background: #f7f7f7;
  padding: 5px;
  border: 1px solid #ccc;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.foundation p {
  font-size: 10px;
  margin: 15px 0;
}

.subscription .price {
  font-size: 11px;
  margin: 10px 0;
  font-weight: bold;
}

.cta {
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.cta:hover {
  background: #00aa55;
}

.how-it-works p {
  font-size: 10px;
  margin: 15px 0;
}

footer {
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}

footer a {
  color: #00aa55;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
/* Modal – ukryty na start */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Okienko */
.modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 6px;
  max-width: 300px;
  text-align: center;
  font-size: 13px;
}

/* X zamknięcia */
.close {
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.modal input[type="email"] {
  width: 90%;
  padding: 8px;
  margin: 10px 0;
  border: 1px solid #ccc;
  font-size: 12px;
}
