body {
  font-size: 17px;
  line-height: 1.5;
  background: #f2f2f2;
  color: #111;
  font-family: system-ui, sans-serif;
}
a, a:visited {
  color: inherit;
  text-decoration: none;
}
.container {
  max-width: 900px;
  margin: 4rem auto;
}

hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 2rem 0;
}

hr::after {
  content: "· · ·";
  color: rgba(0,0,0,0.4);
  letter-spacing: 0.6em;
}

.contact-form {
  max-width: 520px;
  margin: 3rem auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #555;
}

input,
textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.6rem 0.5rem;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent;
  color: #111;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0,0,0,0.6);
}

button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: none;
  border: 1px solid #111;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover {
  background: #111;
  color: #fff;
}

.form-note {
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #666;
}

/* ADS */
.ads {
  margin: 80px 0;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 0.9rem;
}
/* regular editorial links */
a {
  color: ;
  text-decoration: ;
}

a:visited {
  color: ;
}

a:hover {
  color: ;
}

/* affiliate links – auto-detected by URL */
a[href*="amazon."] {
  color: #1a5cff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.35);
  padding-bottom: 1px;
}

a[href*="amazon."]:hover {
  border-bottom-color: #000;
}
