body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #111111;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

body.geo-bg {
  background-image: url('assets/geometry.svg');
  background-repeat: repeat;
  background-size: 420px 420px;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  background: rgba(255,255,255,0.96);
}

.title-block {
  text-align: center;
  margin-bottom: 3rem;
}

.seal img {
  width: 120px;
  height: auto;
  margin-bottom: 1.5rem;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none; /* removes easy tap-to-open on mobile */
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.1rem;
  color: #444444;
}

section {
  margin-bottom: 2.5rem;
}

h2, h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 0.5rem;
}

.for-not-for {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.delivery ul li {
  font-size: 0.95rem;
}

.cta {
  text-align: center;
  margin-top: 3rem;
}

.button {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  border: 1px solid #111111;
  color: #111111;
  text-decoration: none;
  font-size: 0.95rem;
}

.button:hover {
  background: #111111;
  color: #ffffff;
}

.note {
  font-size: 0.8rem;
  color: #555555;
  margin-top: 0.75rem;
}

footer {
  margin-top: 4rem;
  text-align: center;
  font-size: 0.75rem;
  color: #666666;
}
