.elementor-1511 .elementor-element.elementor-element-f33beaa > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1511 .elementor-element.elementor-element-f33beaa > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-7838763 *//* ====================== THE UNVEILING LANDING PAGE ====================== */
.unveiling-landing {
  font-family: 'Georgia', serif;
  color: #333;
  line-height: 1.85;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}

/* Container */
.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO - Light gray background */
.hero {
  background: #DDDDDD;
  color: #222;
  padding: 120px 0 90px;
  text-align: center;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.book-cover img {
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
  border-radius: 0;
  max-width: 100%;
}

.hero-text {
  max-width: 520px;
  text-align: left;
}

.hero-text h1 {
  font-size: 4.8rem;
  margin: 0 0 12px;
  color: #2c1a1a;
  line-height: 1.1;
}

.hero-text h2 {
  font-size: 2.3rem;
  margin: 0 0 25px;
  font-weight: normal;
  color: #2c1a1a;
  line-height: 1.3;
}

.hero-text .author {
  font-size: 1.65rem;
  margin-bottom: 35px;
  color: #2c1a1a;
}

/* Purchase area - price + button */
.purchase-area {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 30px 0 20px 0;
}

.price {
  padding: 20px 30px;
  background: rgba(0,0,0,0.08);
  border-radius: 10px;
  display: inline-block;
  margin: 0;
}

.price-amount {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2c1a1a;
  line-height: 1;
  display: block;
}

.price-label {
  display: block;
  font-size: 1.35rem;
  opacity: 0.9;
  margin-top: 6px;
}

.btn-buy {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  padding: 22px 58px;
  font-size: 1.65rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  margin: 0;
  transition: all 0.3s;
  box-shadow: 0 10px 25px rgba(192, 57, 43, 0.45);
  margin-left: 20px;
}

.btn-buy:hover {
  background: #e74c3c;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(192, 57, 43, 0.55);
  color: #fff !important;
}

.shipping {
  font-size: 1.25rem;
  color: #222;
  opacity: 0.9;
  margin-top: 25px;
}

/* Summary Section */
.summary {
  background: #f8f4ee;
  padding: 100px 0;
}

.summary h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
  color: #2c1a1a;
}

.summary-text p {
  font-size: 1.7rem;
  max-width: 820px;
  margin: 0 auto 30px;
  line-height: 1.85;
}

/* Testimonials */
.testimonials {
  background: #fff;
  padding: 100px 0;
}

.testimonials h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
  color: #2c1a1a;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 45px;
}

.testimonial-card {
  background: #f8f4ee;
  padding: 45px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.09);
  box-sizing: border-box;
}

.stars {
  color: #c0392b;
  font-size: 2rem;
  margin-bottom: 20px;
}

.review {
  font-style: italic;
  margin-bottom: 30px;
  font-size: 1.63rem;
  line-height: 1.8;
}

.reviewer {
  font-size: 1.15rem;
  color: #555;
}

/* Bottom BUY NOW Button */
.bottom-cta {
  text-align: center;
  padding: 60px 20px;
  background: #f8f4ee;
}

.btn-buy-now {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  padding: 25px 70px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(192, 57, 43, 0.4);
  transition: all 0.3s;
}

.btn-buy-now:hover {
  background: #e74c3c;
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(192, 57, 43, 0.5);
  color: #fff !important;
}

/* ==================== RESPONSIVE FIXES ==================== */
@media (max-width: 768px) {
  .hero {
    padding: 80px 0 60px;
  }
  .hero-content {
    gap: 40px;
  }
  .hero-text h1 { font-size: 3.6rem; }
  .hero-text h2 { font-size: 1.9rem; }
  .book-cover img { max-width: 230px; }
  
  .purchase-area {
    gap: 30px;
    justify-content: center;
  }
  .btn-buy {
    margin-left: 0;
  }

  /* TESTIMONIAL FIX - prevents bleeding on mobile */
  .testimonial-grid {
    grid-template-columns: 1fr;     /* single column on mobile */
    gap: 30px;
  }
  .testimonial-card {
    padding: 35px 25px;             /* reduced side padding */
    max-width: 100%;
  }

  .summary h2,
  .testimonials h2 { font-size: 2.5rem; }
  .summary-text p { font-size: 1.55rem; }
  .review { font-size: 1.45rem; }
}/* End custom CSS */