/* ===== BASE ===== */
body {
  margin: 0;
  font-family: "Lora", serif;
  color: #111;
  background: #fff;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 1.5rem;
}

/* ===== HERO ===== */
.publish-hero {
  background: radial-gradient(ellipse at top, #111 0%, #000 70%);
  color: #fff;
  padding: 6rem 0 5rem;
  text-align: center;
}

.icon-propis {
  display: block;
  width: 3rem;
  height: auto;
  margin: 0 auto;
}

.eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #c5aa6a;
}

.publish-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 1.5rem 0;
}

.hero-text {
  max-width: 600px;
  margin: auto;
  opacity: 0.85;
  font-size: 1.05rem;
}

/* ===== CTA ===== */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #c5aa6a, #e6cf8b);
  color: #000;
  padding: 0.9rem 2.2rem;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 40px;
  text-decoration: none;
}

/* ===== BENEFITS ===== */
.publish-benefits {
  padding: 4.5rem 0;
  background: #f7f7f7;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
}

.benefit h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem;
}

.benefit p {
  color: #444;
  font-size: 0.95rem;
}

/* ===== FOOTER ===== */
.publish-footer {
  background: #000;
  color: #777;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.85rem;
}

.secondary-link {
  margin-top: 1.8rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

.secondary-link a {
  color: #c5aa6a;
  text-decoration: none;
}

.secondary-link a:hover {
  text-decoration: underline;
}

.publish-soft-exit {
  padding: 40px 0 20px;
  text-align: center;
  background: #000;
}

.publish-soft-exit .secondary-link {
  font-size: 0.9rem;
  color: #888;
}

.publish-soft-exit a {
  color: #bfa76a; /* gold Propis */
  text-decoration: underline;
}
