/* ===================== AMAZON BOOK PUBLISHING PAGE SPECIFIC STYLES ===================== */

.bp-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(90,49,32,.93) 0%, rgba(136,74,48,.9) 50%, rgba(202,123,55,.87) 100%),
              url("../images/book-writing-banner.png") center/cover no-repeat;
  color: #fff;
  padding: 120px 0 110px;
  text-align: center;
  overflow: hidden;
}

.bp-hero .eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 16px;
  padding: 6px 18px;
  border: 1px solid rgba(202,123,55,.55);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}

.bp-hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px rgba(0,0,0,.3);
  line-height: 1.18;
}

.bp-hero .hero-lead {
  max-width: 720px;
  margin: 0 auto 16px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.93);
}

.bp-float {
  position: absolute;
  font-size: 42px;
  opacity: .18;
  animation: bpFloat 7s ease-in-out infinite;
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.2));
}
.bp-float:nth-child(1) { top: 18%; left: 8%; animation-delay: 0s; }
.bp-float:nth-child(2) { top: 55%; right: 9%; animation-delay: -2.2s; font-size: 36px; }
.bp-float:nth-child(3) { bottom: 14%; left: 14%; animation-delay: -4s; font-size: 30px; }
.bp-float:nth-child(4) { top: 28%; right: 18%; animation-delay: -1.5s; font-size: 28px; }

@keyframes bpFloat {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-22px) rotate(6deg); }
}

.bp-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  animation: bpOrb 11s ease-in-out infinite alternate;
}
.bp-hero-orb.one { width: 320px; height: 320px; background: rgba(202,123,55,.18); bottom: -120px; right: -80px; }
.bp-hero-orb.two { width: 220px; height: 220px; background: rgba(255,255,255,.08); top: 40px; left: -60px; animation-delay: -3s; }

.bp-section { padding: 90px 0; }
.bp-section.cream { background: var(--cream); }
.bp-section.white { background: #fff; }

.bp-content { max-width: 780px; margin: 0 auto; text-align: center; }
.bp-content p { font-size: 16.5px; line-height: 1.75; }

.bp-benefits-grid, .bp-features-grid, .bp-process-grid, .bp-package-grid, .bp-testi-grid {
  display: grid;
  gap: 24px;
}

.bp-benefits-grid { grid-template-columns: repeat(3, 1fr); }
.bp-features-grid { grid-template-columns: repeat(2, 1fr); }
.bp-process-grid { grid-template-columns: repeat(3, 1fr); }
.bp-package-grid { grid-template-columns: repeat(2, 1fr); }
.bp-testi-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1100px) {
  .bp-benefits-grid, .bp-features-grid, .bp-process-grid, .bp-package-grid, .bp-testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .bp-benefits-grid, .bp-features-grid, .bp-process-grid, .bp-package-grid, .bp-testi-grid {
    grid-template-columns: 1fr;
  }
}

.bp-benefit-card, .bp-feature-card, .bp-process-step, .bp-package-card, .bp-testi-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 12px 32px rgba(15,23,42,.08);
  border: 1px solid #ECEBE4;
  transition: all .35s cubic-bezier(.34,1.2,.64,1);
}

.bp-benefit-card:hover, .bp-feature-card:hover, .bp-process-step:hover, .bp-package-card:hover, .bp-testi-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 48px rgba(15,23,42,.14);
  border-color: rgba(202,123,55,.35);
}

.bp-benefit-icon, .bp-feature-icon, .bp-package-icon {
  font-size: 42px;
  margin-bottom: 16px;
  display: block;
}

.bp-benefit-card h3, .bp-feature-card h3, .bp-process-step h3, .bp-package-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
  color: var(--navy-deep);
}

.bp-benefit-card p, .bp-feature-card p, .bp-process-step p, .bp-package-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
}

.bp-step-number {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  transition: all .3s ease;
}

.bp-process-step:hover .bp-step-number {
  color: var(--gold);
  -webkit-text-stroke: 0;
  transform: scale(1.1);
}

.bp-cta-band {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy), #3a1f14);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.bp-cta-band h2 { color: #fff; font-size: clamp(26px,4vw,38px); margin-bottom: 14px; }
.bp-cta-band p { max-width: 620px; margin: 0 auto 24px; color: #D7DCE8; }

.bp-testi-stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.bp-testi-card p {
  font-size: 14.5px;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 16px;
  color: var(--ink);
}

.bp-testi-author {
  font-weight: 700;
  color: var(--navy-deep);
  font-size: 14px;
}

/* FAQ */
.bp-faq .faq-list { max-width: 780px; margin: 0 auto; }
.bp-faq .faq-item { border-bottom: 1px solid #E7E5DE; }
.bp-faq .faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 0; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--navy-deep); font-family: var(--font-body); gap: 16px; }
.bp-faq .faq-q:hover { color: var(--gold); }
.bp-faq .faq-icon { font-size: 22px; color: var(--gold); transition: transform .35s ease; }
.bp-faq .faq-item.open .faq-icon { transform: rotate(45deg); }
.bp-faq .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.bp-faq .faq-a-inner { padding-bottom: 18px; color: var(--muted); font-size: 15px; line-height: 1.7; }
