.elementor-2027 .elementor-element.elementor-element-71330cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== STAFFLESS BOOKS PAGE ===== */

.staffless-books-page,
.staffless-books-page * {
  box-sizing: border-box;
}

.staffless-books-page {
  font-family: "Lato", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.7;
}

.staffless-books-page a {
  text-decoration: none;
  color: inherit;
}

.staffless-books-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== HERO BANNER ===== */

.staffless-books-hero {
  background: #fff;
  border-bottom: 4px solid #d63384;
  padding: 70px 24px 60px;
  text-align: center;
}

.staffless-books-hero-eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d63384;
  margin-bottom: 14px;
}

.staffless-books-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2em, 5vw, 3.4em);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 18px;
}

.staffless-books-hero h1 em {
  font-style: italic;
  color: #d63384;
}

.staffless-books-hero-sub {
  font-size: 1.1em;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== SECTION LABEL ===== */

.staffless-books-section-label {
  text-align: center;
  padding: 60px 24px 10px;
}

.staffless-books-section-label .eyebrow {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d63384;
  margin-bottom: 10px;
}

.staffless-books-section-label h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6em, 3.5vw, 2.4em);
  color: #1a1a1a;
  font-weight: 700;
}

.staffless-books-underline-bar {
  width: 60px;
  height: 4px;
  background: #d63384;
  margin: 16px auto 0;
  border-radius: 2px;
}

/* ===== BOOKS GRID ===== */

.staffless-books-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 50px 24px 70px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ===== BOOK CARD ===== */

.staffless-book-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 14px;
  padding: 30px 24px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staffless-book-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(214, 51, 132, 0.18);
}

.staffless-book-cover-wrap {
  width: 100%;
  max-width: 200px;
  height: 300px;
  margin-bottom: 22px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  transition: filter 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.staffless-book-card:hover .staffless-book-cover-wrap {
  filter: drop-shadow(0 14px 28px rgba(214, 51, 132, 0.28));
}

.staffless-book-cover-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.staffless-book-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.staffless-book-desc {
  font-size: 0.9em;
  color: #666;
  line-height: 1.65;
  margin-bottom: 22px;
  flex-grow: 1;
}

/* ===== ORDER BUTTON ===== */

.staffless-btn-order {
  display: inline-block;
  background: #d63384;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 50px;
  border: 2px solid #d63384;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
  width: 100%;
}

.staffless-btn-order:hover {
  background: #fff;
  color: #d63384 !important;
  transform: scale(1.03);
}

/* ===== DIVIDER ===== */

.staffless-books-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d63384, #f5c842);
  margin: 0 auto 50px;
  border-radius: 2px;
}

/* ===== LEAD MAGNET SECTION ===== */

.staffless-lead-magnet {
  background: #fdf5f8;
  padding: 70px 24px;
}

.staffless-lead-magnet-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.staffless-lm-content .eyebrow {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d63384;
  margin-bottom: 12px;
}

.staffless-lm-content h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6em, 3vw, 2.2em);
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.staffless-lm-content h2 em {
  color: #d63384;
  font-style: italic;
}

.staffless-lm-content p {
  font-size: 1em;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.7;
}

.staffless-lm-benefits {
  list-style: none;
  margin: 20px 0 28px;
  padding: 0;
}

.staffless-lm-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95em;
  color: #444;
  margin-bottom: 10px;
}

.staffless-lm-benefits li::before {
  content: "✓";
  color: #d63384;
  font-weight: 900;
  font-size: 1.1em;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ===== FORM BOX ===== */

.staffless-form-box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  min-height: 685px;
  box-shadow: 0 4px 20px rgba(214, 51, 132, 0.12);
}

.staffless-form-box iframe {
  display: block;
  width: 100%;
  height: 685px;
  border: none;
  border-radius: 14px;
}

/* ===== FOOTER STRIP ===== */

.staffless-footer-strip {
  background: #1a1a1a;
  color: #aaa;
  text-align: center;
  padding: 28px 24px;
  font-size: 0.85em;
}

.staffless-footer-strip a {
  color: #d63384;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
  .staffless-books-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .staffless-lead-magnet-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .staffless-books-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
  }

  .staffless-books-hero {
    padding: 55px 20px 45px;
  }

  .staffless-lead-magnet {
    padding: 55px 20px;
  }
}/* End custom CSS */