:root {
  --btcm-ink: #030814;
  --btcm-teal: #061b1a;
  --btcm-green: #58f25b;
  --btcm-green-muted: #0a6b2b;
  --btcm-orange: #f7931a;
  --btcm-silver: #c7cdd1;
  --btcm-white: #f6f8f4;
  --btcm-text: #17201d;
  --btcm-muted: #5b6761;
  --btcm-max: 1180px;
}

body.btcm-redesign-page {
  background: var(--btcm-white);
  color: var(--btcm-text);
}

body.btcm-redesign-page .btcm-site,
body.btcm-redesign-page .btcm-site *,
body.btcm-redesign-page .btcm-site *::before,
body.btcm-redesign-page .btcm-site *::after {
  box-sizing: border-box;
}

body.btcm-redesign-page .wp-site-blocks > header {
  position: relative;
  z-index: 20;
  background: var(--btcm-ink);
  color: #fff;
}

body.btcm-redesign-page .wp-site-blocks > header > *,
body.btcm-redesign-page .wp-site-blocks > header .wp-block-group {
  background: var(--btcm-ink) !important;
}

body.btcm-redesign-page .wp-site-blocks > header a,
body.btcm-redesign-page .wp-site-blocks > header .wp-block-site-title,
body.btcm-redesign-page .wp-site-blocks > header .wp-block-site-title a {
  color: #fff !important;
}

body.btcm-redesign-page .wp-site-blocks > header .wp-block-navigation__responsive-container-open {
  color: #fff;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--btcm-ink) !important;
  color: #fff !important;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  gap: 18px;
  padding: 84px 28px 28px;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open a,
body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open a:hover,
body.btcm-redesign-page .wp-block-navigation__responsive-container.is-menu-open a:focus {
  color: var(--btcm-orange) !important;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container-close {
  color: #fff !important;
}

body.btcm-redesign-page .wp-block-navigation__responsive-container-close svg {
  fill: currentColor;
  stroke: currentColor;
}

body.btcm-redesign-page .wp-site-blocks > header .custom-logo {
  width: auto;
  max-height: 58px;
  object-fit: contain;
}

.btcm-redesign-page .wp-site-blocks > main,
.btcm-redesign-page .wp-block-post-content {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.btcm-redesign-page .wp-block-post-content.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btcm-redesign-page .wp-block-post-title {
  display: none;
}

body.btcm-redesign-page main > .wp-block-group.has-global-padding:first-child {
  display: none !important;
}

.btcm-site {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}

.btcm-site *,
.btcm-site *::before,
.btcm-site *::after {
  box-sizing: border-box;
}

.btcm-site img {
  max-width: 100%;
  height: auto;
}

.btcm-site a:not(.btcm-button):not(.btcm-checklist-preview):not(.btcm-video-button) {
  color: #0a6b2b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

.btcm-site .btcm-dark a:not(.btcm-button):not(.btcm-video-button),
.btcm-site .btcm-hero a:not(.btcm-button) {
  color: #8cff8f;
}

.btcm-site a:not(.btcm-button):focus-visible,
.btcm-site button:focus-visible,
body.btcm-redesign-page footer a:focus-visible {
  outline: 3px solid var(--btcm-orange);
  outline-offset: 3px;
}

body.btcm-redesign-page .wp-site-blocks > footer {
  background: var(--btcm-ink) !important;
  color: #fff !important;
  border-top: 1px solid rgba(88, 242, 91, 0.18);
}

body.btcm-redesign-page footer,
body.btcm-redesign-page footer .wp-block-group,
body.btcm-redesign-page footer .wp-block-columns,
body.btcm-redesign-page footer .wp-block-column {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

body.btcm-redesign-page footer p,
body.btcm-redesign-page footer .has-text-color {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.btcm-redesign-page footer .custom-logo {
  width: auto;
  max-height: 64px;
  object-fit: contain;
}

body.btcm-redesign-page footer a {
  color: #8cff8f !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.btcm-redesign-page footer .wp-block-social-links a,
body.btcm-redesign-page footer .wp-block-social-links .wp-block-social-link-anchor {
  color: #fff !important;
  background: #0a6b2b !important;
  text-decoration: none;
}

body.btcm-redesign-page footer .wp-block-social-links svg {
  fill: #fff !important;
}

.btcm-section {
  padding: clamp(52px, 8vw, 108px) 24px;
}

.btcm-wrap {
  max-width: var(--btcm-max);
  margin: 0 auto;
}

.btcm-kicker,
.btcm-proof-label {
  margin: 0 0 14px;
  color: var(--btcm-green-muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.btcm-display {
  margin: 0;
  font-family: "Arial Narrow", Impact, "Segoe UI Condensed", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.45rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btcm-title {
  margin: 0 0 20px;
  font-family: "Arial Narrow", Impact, "Segoe UI Condensed", sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btcm-lede {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.btcm-small {
  color: var(--btcm-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.btcm-hero {
  min-height: min(720px, 88vh);
  display: flex;
  align-items: center;
  padding: 82px 24px 58px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 8, 20, 0.94) 0%, rgba(3, 8, 20, 0.82) 42%, rgba(3, 8, 20, 0.38) 100%),
    var(--btcm-hero-image) center right / cover no-repeat,
    var(--btcm-ink);
}

.btcm-hero__inner {
  width: 100%;
  max-width: var(--btcm-max);
  margin: 0 auto;
}

.btcm-hero__copy {
  max-width: 680px;
}

.btcm-hero__copy .btcm-lede {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 22px;
}

.btcm-hero .btcm-display,
.btcm-hero .btcm-title {
  color: #fff !important;
}

.btcm-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.btcm-hero__meta li,
.btcm-pill {
  border: 1px solid rgba(88, 242, 91, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(6, 27, 26, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.btcm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btcm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  color: var(--btcm-ink);
  background: var(--btcm-orange);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.btcm-button:hover,
.btcm-button:focus {
  filter: brightness(1.05);
}

.btcm-button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.btcm-button--ghost {
  color: var(--btcm-ink);
  border-color: rgba(3, 8, 20, 0.2);
  background: transparent;
}

.btcm-site :is(.btcm-dark, .btcm-hero, .btcm-coming-soon, .btcm-newsletter) .btcm-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.btcm-proof-strip {
  background: var(--btcm-ink);
  color: #fff;
  border-top: 1px solid rgba(88, 242, 91, 0.18);
  border-bottom: 1px solid rgba(88, 242, 91, 0.18);
  padding: 18px 24px;
}

.btcm-proof-strip__grid {
  max-width: var(--btcm-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.btcm-proof {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.btcm-proof strong {
  display: block;
  font-size: 1rem;
}

.btcm-proof span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.btcm-proof img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.btcm-medal-pair {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.btcm-medal-pair img {
  width: 42px;
  height: 42px;
}

.btcm-medal-pair img + img {
  margin-left: -12px;
}

.btcm-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.btcm-split--reverse {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.btcm-dark {
  color: #fff !important;
  background: var(--btcm-ink);
}

body.btcm-redesign-page .btcm-site :is(.btcm-dark, .btcm-coming-soon, .btcm-newsletter, .btcm-hero) :is(.btcm-display, .btcm-title, h1, h2, h3, h4, h5, h6) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

body.btcm-redesign-page .btcm-site :is(.btcm-dark, .btcm-coming-soon, .btcm-newsletter, .btcm-hero) :is(.btcm-lede, .btcm-small, p, li, blockquote, cite) {
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.btcm-redesign-page .btcm-site :is(.btcm-dark, .btcm-coming-soon, .btcm-newsletter, .btcm-hero) :is(.btcm-kicker, .btcm-proof-label) {
  color: var(--btcm-green) !important;
  -webkit-text-fill-color: var(--btcm-green) !important;
}

.btcm-dark .btcm-small,
.btcm-dark .btcm-lede {
  color: rgba(255, 255, 255, 0.86) !important;
}

.btcm-light {
  background: var(--btcm-white);
}

.btcm-paper {
  background: #fff;
}

.btcm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.btcm-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btcm-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.btcm-link-grid a {
  display: grid;
  gap: 6px;
  min-height: 104px;
  border: 1px solid rgba(3, 8, 20, 0.12);
  border-radius: 8px;
  padding: 17px 18px;
  color: var(--btcm-ink);
  background: #fff;
  text-decoration: none;
}

.btcm-link-grid a:hover,
.btcm-link-grid a:focus {
  border-color: rgba(247, 147, 26, 0.65);
  box-shadow: 0 12px 28px rgba(3, 8, 20, 0.08);
}

.btcm-link-grid strong {
  font-size: 1.03rem;
  line-height: 1.2;
}

.btcm-link-grid span {
  color: var(--btcm-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.btcm-source-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.btcm-source-panel {
  border: 1px solid rgba(3, 8, 20, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 8, 20, 0.04);
}

.btcm-source-panel h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

.btcm-source-panel p {
  margin: 0;
  color: var(--btcm-muted);
  line-height: 1.52;
}

.btcm-source-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.btcm-source-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.btcm-source-link {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  border: 1px solid rgba(3, 8, 20, 0.1);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--btcm-ink);
  background: #fdfefa;
  text-decoration: none;
}

.btcm-source-link:hover,
.btcm-source-link:focus {
  border-color: rgba(247, 147, 26, 0.65);
  box-shadow: 0 10px 24px rgba(3, 8, 20, 0.07);
}

.btcm-source-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  background: var(--btcm-ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.btcm-source-mark--orange {
  color: var(--btcm-ink);
  background: var(--btcm-orange);
}

.btcm-source-mark--green {
  color: var(--btcm-ink);
  background: var(--btcm-green);
}

.btcm-source-link strong {
  display: block;
  line-height: 1.2;
}

.btcm-source-link small {
  display: block;
  margin-top: 4px;
  color: var(--btcm-muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.btcm-source-more {
  margin-top: 18px;
  border: 1px solid rgba(3, 8, 20, 0.1);
  border-radius: 8px;
  padding: 0 18px 18px;
  background: rgba(255, 255, 255, 0.68);
}

.btcm-source-more summary {
  cursor: pointer;
  padding: 18px 0 0;
  color: var(--btcm-ink);
  font-weight: 900;
}

.btcm-card,
.btcm-review,
.btcm-format,
.btcm-resource {
  border: 1px solid rgba(3, 8, 20, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.btcm-dark .btcm-card,
.btcm-dark .btcm-review,
.btcm-dark .btcm-format,
.btcm-dark .btcm-resource {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.btcm-card h3,
.btcm-review h3,
.btcm-format h3,
.btcm-resource h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.2;
}

.btcm-card p,
.btcm-review p,
.btcm-format p,
.btcm-resource p {
  margin: 0;
  line-height: 1.58;
}

.btcm-review blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.58;
}

.btcm-review cite {
  display: block;
  margin-top: 14px;
  color: var(--btcm-muted);
  font-style: normal;
  font-weight: 800;
}

.btcm-dark .btcm-review cite {
  color: rgba(255, 255, 255, 0.66);
}

.btcm-product-img,
.btcm-author-img,
.btcm-cover-img,
.btcm-checklist-preview img {
  display: block;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.btcm-checklist-preview {
  display: block;
  width: min(420px, 100%);
  margin: 0 auto;
  text-decoration: none;
}

.btcm-checklist-preview img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(3, 8, 20, 0.12);
}

.btcm-product-img {
  width: min(520px, 100%);
  margin: 0 auto;
}

.btcm-golden-cover-wrap {
  display: flex;
  justify-content: center;
}

.btcm-golden-cover {
  width: min(340px, 76vw);
  max-height: 72vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.48);
}

.btcm-teaser-strip {
  background: #05110f;
  color: #fff;
  padding: 20px 18px;
  border-top: 1px solid rgba(88, 242, 91, 0.18);
  border-bottom: 1px solid rgba(88, 242, 91, 0.18);
}

.btcm-teaser-strip strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}

.btcm-teaser-strip span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.btcm-pullquote-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.btcm-pullquote {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--btcm-orange);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  line-height: 1.5;
}

.btcm-cover-img {
  width: min(390px, 92%);
  margin: 0 auto;
}

.btcm-author-img {
  width: min(420px, 100%);
}

.btcm-award-row,
.btcm-format-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btcm-award-row {
  min-height: 146px;
}

.btcm-award-medal {
  width: 132px;
  height: 132px;
  object-fit: contain;
  object-position: center;
}

.btcm-format-grid {
  margin-top: 26px;
}

.btcm-format-grid a {
  border: 1px solid rgba(3, 8, 20, 0.15);
  border-radius: 8px;
  padding: 13px 15px;
  color: var(--btcm-ink);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.btcm-dark .btcm-format-grid a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.btcm-video-button,
.btcm-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #000 center / cover no-repeat;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.btcm-video-button {
  cursor: pointer;
}

.btcm-video-button span {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 48px);
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--btcm-ink);
  background: var(--btcm-orange);
  font-weight: 900;
}

.btcm-video-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

.btcm-video-fallback {
  margin-top: 12px;
}

.btcm-listen-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.btcm-audio-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.btcm-audio-source-grid a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  border: 1px solid rgba(3, 8, 20, 0.12);
  border-radius: 8px;
  padding: 16px;
  color: var(--btcm-ink) !important;
  background: #fff;
  text-decoration: none !important;
}

.btcm-audio-source-grid a:hover,
.btcm-audio-source-grid a:focus {
  border-color: rgba(247, 147, 26, 0.72);
  box-shadow: 0 12px 28px rgba(3, 8, 20, 0.08);
}

.btcm-audio-source-grid span {
  color: var(--btcm-muted);
  font-weight: 500;
  line-height: 1.45;
}

.btcm-coming-soon {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 8, 20, 0.96), rgba(55, 35, 4, 0.72)),
    var(--btcm-ink);
}

.btcm-gold-callout {
  border: 1px solid rgba(247, 147, 26, 0.32);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(135deg, rgba(247, 147, 26, 0.2), rgba(88, 242, 91, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.btcm-signature-footer {
  display: flex;
  justify-content: center;
  margin: 18px auto 10px;
}

.btcm-signature-footer img {
  width: min(260px, 72vw);
  height: auto;
  opacity: 0.78;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.btcm-amazon-preview {
  width: min(320px, 100%);
  min-height: 520px;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.btcm-disclaimer {
  border-left: 4px solid var(--btcm-orange);
  padding: 16px 18px;
  background: rgba(247, 147, 26, 0.1);
  color: #342615;
  line-height: 1.55;
}

.btcm-dark .btcm-disclaimer {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(247, 147, 26, 0.13);
}

.btcm-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.btcm-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.btcm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--btcm-green-muted);
}

.btcm-newsletter {
  border-radius: 8px;
  padding: clamp(26px, 5vw, 44px);
  background:
    linear-gradient(90deg, rgba(3, 8, 20, 0.92), rgba(6, 27, 26, 0.86)),
    url("https://www.btcmindset.com/wp-content/uploads/2026/05/1718412998407-Full-Image-2048x1516.jpg") center / cover;
  color: #fff;
}

.btcm-newsletter .wp-block-jetpack-mailchimp,
.btcm-newsletter .btcm-reader-signup {
  margin-top: 20px;
}

.btcm-reader-signup {
  width: 100%;
}

.btcm-reader-form {
  display: grid;
  gap: 12px;
}

.btcm-reader-fields {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.btcm-reader-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.btcm-reader-form label span {
  font-size: 0.86rem;
}

.btcm-reader-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--btcm-ink);
  background: #fff;
  font: inherit;
}

.btcm-reader-form .btcm-button {
  min-width: 156px;
}

.btcm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.btcm-form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.88rem;
  line-height: 1.45;
}

.btcm-reader-notice {
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 800;
  line-height: 1.45;
}

.btcm-reader-notice--success {
  color: #06210f;
  background: #8cff8f;
}

.btcm-reader-notice--error {
  color: #fff;
  background: #b4232a;
}

.btcm-meta-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 0.96rem;
}

.btcm-meta-table th,
.btcm-meta-table td {
  border-bottom: 1px solid rgba(3, 8, 20, 0.12);
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
}

.btcm-meta-table th {
  width: 190px;
  color: var(--btcm-muted);
}

.btcm-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% - 28px);
  max-width: 420px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(3, 8, 20, 0.95);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.3);
}

.btcm-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.btcm-sticky-cta__primary {
  color: var(--btcm-ink) !important;
  background: var(--btcm-orange);
}

@media (max-width: 900px) {
  .btcm-hero {
    min-height: auto;
    padding-top: 86px;
    background:
      linear-gradient(180deg, rgba(3, 8, 20, 0.96), rgba(3, 8, 20, 0.82)),
      var(--btcm-hero-image) center right / cover no-repeat,
      var(--btcm-ink);
  }

  .btcm-proof-strip__grid,
  .btcm-split,
  .btcm-split--reverse,
  .btcm-grid,
  .btcm-grid--two,
  .btcm-source-groups,
  .btcm-source-list--compact,
  .btcm-link-grid,
  .btcm-listen-row,
  .btcm-audio-source-grid {
    grid-template-columns: 1fr;
  }

  .btcm-split--reverse > :first-child {
    order: 2;
  }

  .btcm-split--reverse > :last-child {
    order: 1;
  }

  .btcm-proof-strip__grid {
    gap: 12px;
  }

  .btcm-display {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .btcm-actions,
  .btcm-format-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btcm-reader-fields {
    grid-template-columns: 1fr;
  }

  .btcm-reader-form .btcm-button {
    width: 100%;
  }

  .btcm-golden-cover {
    width: min(290px, 72vw);
    max-height: none;
  }
}

@media (max-width: 760px) {
  .btcm-section {
    padding: 48px 18px;
  }

  .btcm-hero {
    padding: 78px 18px 44px;
  }

  body.btcm-page-the-golden-bitcoin .btcm-hero {
    padding-top: 64px;
  }

  body.btcm-page-the-golden-bitcoin .btcm-display {
    font-size: clamp(2.65rem, 15vw, 3.85rem);
  }

  body.btcm-page-the-golden-bitcoin .btcm-lede {
    font-size: 1.04rem;
    line-height: 1.48;
  }

  .btcm-sticky-cta.is-visible {
    display: grid;
  }

  body.btcm-redesign-page {
    padding-bottom: 70px;
  }

  .btcm-meta-table,
  .btcm-meta-table tbody,
  .btcm-meta-table tr,
  .btcm-meta-table th,
  .btcm-meta-table td {
    display: block;
    width: 100%;
  }

  .btcm-meta-table th {
    padding-bottom: 2px;
  }

  .btcm-video-button span {
    inset: auto 14px 14px 14px;
    max-width: calc(100% - 28px);
  }
}
