/* Brave Heart XP Books */
.books-section {
  padding: 90px 0 100px;
}

.books-intro {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.books-intro .sub-title {
  display: block;
  margin-bottom: 10px;
}

.books-intro .text {
  margin-top: 18px;
}

.book-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6e8ed;
  box-shadow: 0 12px 35px rgba(0,0,0,.07);
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}

.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.book-cover-wrap {
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f8;
  padding: 24px;
  margin-bottom: 30px;
}

.book-cover {
  display: block;
  width: auto;
  max-width: 100%;
  height: 440px;
  object-fit: contain;
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.book-card .book-label {
  display: inline-block;
  color: #b98916;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 9px;
}

.book-card h3 {
  margin-bottom: 12px;
  line-height: 1.25;
}

.book-card .book-subtitle {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.book-card .book-author {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
}

.book-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e6e8ed;
}

.book-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #1c2f50;
  white-space: nowrap;
}

.book-price small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}

.book-buy-btn {
  flex-shrink: 0;
}

.books-note {
  max-width: 900px;
  margin: 55px auto 0;
  padding: 20px 24px;
  background: #f4f5f8;
  border-left: 3px solid #ffc737;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
}

.books-featured-section {
  padding: 90px 0 95px;
}

.books-featured-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6e8ed;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.books-featured-card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #f4f5f8;
  padding: 18px;
  margin-bottom: 22px;
}

.books-featured-card h4 {
  margin-bottom: 10px;
}

.books-featured-card p {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .book-card { margin-bottom: 30px; }
  .books-featured-card { margin-bottom: 30px; }
}

@media (max-width: 767px) {
  .books-section,
  .books-featured-section { padding: 60px 0 70px; }
  .book-card { padding: 20px; }
  .book-cover-wrap { min-height: 380px; padding: 18px; }
  .book-cover { height: 350px; }
  .book-price-row { align-items: flex-start; flex-direction: column; }
  .book-buy-btn { width: 100%; }
  .book-buy-btn .btn-title { display: block; text-align: center; }
  .books-featured-card img { height: 330px; }
}

/* Coming Soon */
.books-coming-soon-section {
  padding: 85px 0 90px;
  background: #f7f8fa;
}

.books-coming-soon-section .sec-title {
  max-width: 760px;
  margin: 0 auto 42px;
}

.coming-soon-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  gap: 30px;
}

.coming-soon-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #102d5a;
  color: #f3b61f;
  font-size: 28px;
}

.coming-soon-label {
  color: #b98916;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.coming-soon-card h3 {
  margin: 7px 0 10px;
  font-size: 25px;
}

.coming-soon-card p {
  margin: 0;
  line-height: 1.8;
}

/* Aspiring Authors */
.authors-section {
  padding: 95px 0 105px;
}

.authors-card {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: #102d5a;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.authors-copy,
.authors-checklist {
  padding: 48px 52px;
}

.authors-copy .sub-title {
  display: block;
  color: #f3b61f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.authors-copy h2 {
  color: #fff;
  margin-bottom: 18px;
}

.authors-copy p {
  color: rgba(255,255,255,.82);
  line-height: 1.85;
}

.authors-copy .theme-btn {
  margin-top: 10px;
}

.authors-checklist {
  background: rgba(0,0,0,.14);
  border-left: 1px solid rgba(255,255,255,.12);
}

.authors-checklist h4 {
  color: #fff;
  margin-bottom: 22px;
}

.authors-checklist ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.authors-checklist li {
  position: relative;
  padding: 0 0 13px 25px;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
}

.authors-checklist li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #f3b61f;
}

.author-email {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
}

.author-email a {
  color: #f3b61f;
  font-weight: 600;
}

.submission-note {
  margin: 20px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .authors-card { grid-template-columns: 1fr; }
  .authors-checklist { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 767px) {
  .books-coming-soon-section,
  .authors-section { padding: 65px 0 75px; }
  .coming-soon-card { padding: 26px 22px; flex-direction: column; align-items: flex-start; }
  .coming-soon-card h3 { font-size: 22px; }
  .authors-copy,
  .authors-checklist { padding: 35px 25px; }
  .authors-copy .theme-btn { width: 100%; text-align: center; }
}
