/* ═════════ Landing page ═════════ */
.landing-hero {
  background: #fff;
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid #e0d5c0;
}
.landing-hero__img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 6px;
  box-shadow: 0 8px 40px rgba(107, 79, 58, 0.25);
}
.landing-hero__eyebrow {
  color: #d4a017; font-size: 14px;
  text-transform: uppercase; letter-spacing: 4px;
  font-style: italic; margin-bottom: 16px;
}
.landing-hero__h1 {
  font-family: Georgia, serif; font-weight: 400;
  font-size: 42px; line-height: 1.2; color: #2b1810;
  margin: 0 auto 16px; max-width: 640px; letter-spacing: -.3px;
}
.landing-hero__h1 em { color: #6b4f3a; font-style: italic; }
.landing-hero__sub {
  font-size: 21px; color: #6b4f3a;
  font-style: italic; max-width: 560px;
  margin: 0 auto; line-height: 1.5;
}
@media (max-width: 640px) {
  .landing-hero { padding: 40px 0 30px; }
  .landing-hero__h1 { font-size: 32px; }
  .landing-hero__sub { font-size: 18px; }
}

/* Intro paragraph */
.landing-intro {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 24px 0;
  text-align: center;
}
.landing-intro p {
  font-size: 21px; line-height: 1.75; color: #2b1810;
}
@media (max-width: 640px) {
  .landing-intro { padding: 40px 20px 0; }
  .landing-intro p { font-size: 19px; }
}

/* Prayer block — the "revealed" content */
.prayer-block {
  max-width: 700px;
  margin: 60px auto;
  padding: 50px 40px;
  background: linear-gradient(180deg, #faf3e0 0%, #f4e8c4 100%);
  border: 2px solid #d4a017;
  border-radius: 8px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 30px rgba(107, 79, 58, 0.15);
}
.prayer-block__label {
  display: inline-block;
  background: #d4a017;
  color: #2b1810;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.prayer-block__text {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.85;
  color: #2b1810;
  white-space: pre-line;
  font-style: italic;
}
.prayer-block__text::first-line { font-weight: 700; }
@media (max-width: 640px) {
  .prayer-block { padding: 36px 24px; margin: 40px 16px; }
  .prayer-block__text { font-size: 19px; line-height: 1.75; }
}

/* Reflection */
.reflection {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 24px;
}
.reflection h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 28px;
  color: #2b1810;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}
.reflection p {
  font-size: 20px;
  line-height: 1.8;
  color: #2b1810;
  margin-bottom: 22px;
}
.reflection p em { color: #6b4f3a; font-style: italic; }
@media (max-width: 640px) {
  .reflection { margin: 40px auto; padding: 0 20px; }
  .reflection h3 { font-size: 24px; }
  .reflection p { font-size: 18px; }
}

/* Big CTA box (afiliado) */
.cta-box {
  max-width: 700px;
  margin: 60px auto 40px;
  padding: 50px 40px;
  background: linear-gradient(180deg, #2b1810 0%, #4a2818 100%);
  border-radius: 8px;
  text-align: center;
  border: 2px solid #d4a017;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}
.cta-box__eyebrow {
  color: #d4a017; font-size: 14px;
  text-transform: uppercase; letter-spacing: 4px;
  font-style: italic; margin-bottom: 16px;
}
.cta-box__title {
  font-family: Georgia, serif; font-weight: 400;
  font-size: 30px; color: #f4e4c1;
  margin-bottom: 16px; line-height: 1.3;
}
.cta-box__title em { color: #f4c542; font-style: italic; }
.cta-box__sub {
  color: #e8d4a8; font-size: 18px;
  line-height: 1.6; margin-bottom: 30px;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.cta-box__button {
  display: inline-block;
  padding: 22px 44px;
  background: linear-gradient(180deg, #f4c542 0%, #d4a017 60%, #b8860b 100%);
  color: #2b1810 !important;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #8b6508;
  border-radius: 4px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.cta-box__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.4);
  color: #2b1810 !important;
}
@media (max-width: 640px) {
  .cta-box { padding: 40px 24px; margin: 40px 16px; }
  .cta-box__title { font-size: 24px; }
  .cta-box__button { font-size: 17px; padding: 20px 32px; }
}

/* More prayers */
.more-prayers {
  padding: 60px 0 80px;
  background: #f0e8d4;
  border-top: 1px solid #e0d5c0;
}
.more-prayers h3 {
  text-align: center;
  font-family: Georgia, serif; font-weight: 400;
  font-size: 30px; color: #2b1810;
  margin-bottom: 40px;
  font-style: italic;
}
.more-prayers .grid { max-width: 1000px; margin: 0 auto; }
@media (max-width: 640px) {
  .more-prayers { padding: 50px 0 60px; }
  .more-prayers h3 { font-size: 24px; }
}
