/* Tips page styles */

/* Page hero */
.tips-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
}

.tips-overlay {
  background: rgba(6, 6, 10, 0.7);
  width: 100%;
  padding: 3rem 1rem;
  border-radius: 8px;
}

.tips-container {
  max-width: 980px;
  margin: 0 auto;
}

.spooky-text {
  color: #ff7518;
  text-shadow: 0 0 12px rgba(255, 117, 24, 0.85);
  font-family: 'Creepster', cursive;
  font-size: 2rem;
}

.tips-header .lead {
  color: #ffd8a8;
  margin-top: 0.5rem;
}

.tips-body p,
.tips-body li,
.tips-body .note {
  color: #fff1ea;
  line-height: 1.6;
  font-size: 1rem;
}

.subheading {
  color: #ffa94d;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.spell-steps {
  margin-left: 1.1rem;
  padding-left: 0.6rem;
}

.spell-steps li {
  margin: 0.6rem 0;
}

.note {
  margin-top: 1rem;
  font-weight: 600;
  color: #ffd8a8;
}

.final-quote {
  margin-top: 1.5rem;
  font-style: italic;
  color: #ffe7d6;
  border-left: 3px solid rgba(255,117,24,0.5);
  padding-left: 1rem;
}

/* small screens */
@media (max-width: 700px) {
  .spooky-text { font-size: 1.6rem; }
  .tips-hero { padding: 2rem 0.8rem; }
}

/* large screens */
@media (min-width: 1100px) {
  .spooky-text { font-size: 2.6rem; }
  .tips-hero { padding: 6rem 2rem; }
}

/* Footer hints (kept minimal to ensure page footer matches site) */
footer {
  margin-top: auto;
  background: linear-gradient(rgba(19,3,29,0), rgba(19,3,29,1));
  color: #fff1ea;
  text-align: center;
  padding: 20px 0;
}

.footer-container { max-width: 1000px; margin: 0 auto; }
