/* ==============================
   ADOPTION PROCESS — IMPERIALPAWS
   Gold • Calm • Trust-Building
   SAFE CSS ONLY
============================== */

/* ---- HERO (NO IMAGE) ---- */
.page-hero {
  background: linear-gradient(
    180deg,
    #f6f4ef 0%,
    #efece4 60%,
    #e6e2d8 100%
  );
  padding: 4.5rem 1.5rem 4rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.page-hero h1 {
  font-family: "Playfair Display", serif;
  color: #1f1f1f;
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
}

.page-hero .subtitle {
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---- CONTENT WRAPPER ---- */
.page-content {
  background: linear-gradient(
    180deg,
    #f1f2ee 0%,
    #ebe8df 100%
  );
  padding: 4.5rem 1.5rem 5.5rem;
}

.page-content .container.narrow {
  max-width: 820px;
  margin: 0 auto;
}

/* ---- BODY TEXT ---- */
.page-content p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: #2f2f2f;
  margin-bottom: 1.6rem;
}

/* ---- STEP HEADINGS ---- */
.page-content h2 {
  margin-top: 3.2rem;
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  position: relative;
  padding-left: 0.8rem;
}

/* gold accent bar */
.page-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1.2em;
  background: #c7a45a;
}

/* ---- STEP FLOW ---- */
.page-content h2 + p {
  margin-top: 0.4rem;
}

/* ---- CLOSING NOTE ---- */
.page-content .closing-note {
  margin-top: 3.8rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(0,0,0,0.12);
  font-style: italic;
  color: #555;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .page-hero h1 {
    font-size: 2rem;
  }

  .page-content h2 {
    font-size: 1.3rem;
  }
}
