footer#site-footer {
    display: none;
}
.plyr__controls__item.plyr__menu {
    display: none !important;
}
.plyr__volume input[type=range] {
    display: none !important;
}
.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 10% !important;
    min-width: auto !important;
    position: relative;
    width: 10% !important;
}

/* Patent Page Styles (page ID 769) */
.page-id-769 .entry-title,
.page-id-769 .page-title,
.page-id-769 h1.wp-block-post-title,
.page-id-769 header.entry-header,
.page-id-769 .page-header { display: none !important; }

.page-id-769 .entry-content,
.page-id-769 .page-content,
.page-id-769 .elementor-widget-container,
.page-id-769 article,
.page-id-769 .site-content,
.page-id-769 .content-area,
.page-id-769 main,
.page-id-769 .site-main,
.page-id-769 section {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-769,
.page-id-769 { background-color: #001443 !important; }

.patent-page {
  background-color: #001443;
  min-height: 100vh;
  padding: 80px 20px 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.patent-page * { color: #ffffff; }
.patent-inner { max-width: 800px; margin: 0 auto; }
.patent-page h1 { font-size: 42px; font-weight: 700; margin-bottom: 8px; color: #ffffff; }
.patent-page .subtitle { color: #F3BF34; font-size: 16px; margin-bottom: 48px; font-weight: 500; }
.patent-page p { line-height: 1.8; font-size: 16px; color: rgba(255,255,255,0.85); }
.patent-page h2 { font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #F3BF34; margin-top: 0; }

.patent-section {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(243,191,52,0.2);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}

.patent-page ul { margin: 16px 0; padding-left: 24px; list-style: none; }
.patent-page ul li {
  padding: 8px 0;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  position: relative;
  padding-left: 20px;
}
.patent-page ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #F3BF34;
  border-radius: 50%;
}

.patent-page ul li strong { color: #F3BF34; }
.patent-divider { border: none; border-top: 1px solid rgba(243,191,52,0.2); margin: 48px 0; }
.patent-page .disclaimer { color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.7; }
.patent-page .copyright { color: rgba(255,255,255,0.4); font-size: 13px; margin-top: 16px; }

.patent-badge {
  display: inline-block;
  background: #F3BF34;
  color: #001443 !important;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
}

/* ========== Book SEO Pages ========== */
body:has(.bleeped-book) { background-color: #001443 !important; }
body:has(.bleeped-book) .entry-title,
body:has(.bleeped-book) .page-title,
body:has(.bleeped-book) h1.wp-block-post-title,
body:has(.bleeped-book) header.entry-header,
body:has(.bleeped-book) .page-header { display: none !important; }

body:has(.bleeped-book) .entry-content,
body:has(.bleeped-book) .page-content,
body:has(.bleeped-book) .elementor-widget-container,
body:has(.bleeped-book) article,
body:has(.bleeped-book) .site-content,
body:has(.bleeped-book) .content-area,
body:has(.bleeped-book) main,
body:has(.bleeped-book) .site-main,
body:has(.bleeped-book) section {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bleeped-book {
  background-color: #001443;
  min-height: 100vh;
  padding: 80px 20px 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.bleeped-book * { color: #ffffff; }
.bleeped-book-inner { max-width: 800px; margin: 0 auto; }
.bleeped-book .back-link { color: #F3BF34 !important; text-decoration: none; font-size: 14px; font-weight: 500; }
.bleeped-book .back-link:hover { text-decoration: underline; }
.bleeped-book .genre-badge {
  display: inline-block;
  background: #F3BF34;
  color: #001443 !important;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 16px;
}
.bleeped-book h1 { font-size: 38px; font-weight: 700; margin-bottom: 8px; color: #ffffff; line-height: 1.2; }
.bleeped-book .book-meta { color: #F3BF34 !important; font-size: 16px; margin-bottom: 32px; font-weight: 500; }
.bleeped-book p { line-height: 1.8; font-size: 16px; color: rgba(255,255,255,0.85); }
.bleeped-book h2 { font-size: 24px; font-weight: 600; margin-bottom: 16px; color: #F3BF34; margin-top: 0; }
.bleeped-book .book-section {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(243,191,52,0.2);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
}
.bleeped-book ul, .bleeped-book ol { margin: 16px 0; padding-left: 24px; list-style: none; }
.bleeped-book ul li, .bleeped-book ol li {
  padding: 8px 0;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  position: relative;
  padding-left: 20px;
}
.bleeped-book ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #F3BF34;
  border-radius: 50%;
}
.bleeped-book ol { counter-reset: steps; }
.bleeped-book ol li { counter-increment: steps; padding-left: 36px; }
.bleeped-book ol li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: #F3BF34;
  color: #001443 !important;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bleeped-book ul li strong, .bleeped-book ol li strong { color: #F3BF34 !important; }
.bleeped-book .cta-section {
  text-align: center;
  padding: 40px 32px;
  background: #ffffff;
  border: 1px solid rgba(243,191,52,0.3);
  border-radius: 16px;
  margin: 40px 0;
}
.bleeped-book .cta-section h2 { text-align: center; color: #001443 !important; }
.bleeped-book .cta-section p { color: #333333 !important; }
.bleeped-book .cta-section img { display: block; margin: 20px auto; }
.bleeped-book .cta-button {
  display: inline-block;
  background: #F3BF34 !important;
  color: #001443 !important;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 16px;
  transition: opacity 0.2s;
}
.bleeped-book .cta-button:hover { opacity: 0.9; }
.bleeped-book .book-footer {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(243,191,52,0.2);
}
.bleeped-book .book-footer p { color: rgba(255,255,255,0.4); font-size: 13px; }

/* Hide QR code on homepage pricing section */
.elementor-element-c789fb3 { display: none !important; }