@font-face {
  font-family: 'Reactance';
  src:  url('fonts/Reactance.eot?30ca7f');
  src:  url('fonts/Reactance.eot?30ca7f#iefix') format('embedded-opentype'),
    url('fonts/Reactance.ttf?30ca7f') format('truetype'),
    url('fonts/Reactance.woff?30ca7f') format('woff'),
    url('fonts/Reactance.svg?30ca7f#Reactance') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="logo-"], [class*=" logo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Reactance' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo-logo11:before {
  content: "\44";
}
.logo-logo12:before {
  content: "\45";
}
.logo-logo13:before {
  content: "\46";
}
.logo-logo1:before {
  content: "\41";
}
.logo-Logo2:before {
  content: "\42";
}
.logo-logo3:before {
  content: "\43";
}

/* Card body content area — flex-grow pushes meta + CTA to bottom */
.card-svg-group {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  order: 2;
  padding: 16px 26px 20px 26px;
  flex-grow: 1;
}

/* White Paper card icon in header */
.card-wp__icon {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

/* Numbered bullets inside card body */
.card-wp__bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
}

.card-wp__bullets-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #76606b;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 600;
  margin-bottom: 2px;
}

.card-wp__bullet {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #1e1a1c;
  line-height: 1.4;
  font-weight: 400;
  align-items: flex-start;
}

.card-wp__bullet span {
  font-size: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 600;
  color: #0066ff;
  flex-shrink: 0;
  padding-top: 0.1em;
}

/* Engagement / Format meta row */
.card-wp__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 14px 26px;
  border-top: 1px solid #e5e1e3;
  order: 3;
  width: 100%;
  box-sizing: border-box;
}

.card-wp__meta-col:last-child {
  text-align: right;
}

.card-wp__meta-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #76606b;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 600;
  margin-bottom: 3px;
}

.card-wp__meta-value {
  font-size: 12px;
  color: #1e1a1c;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 500;
}

/* White Paper CTA button — full card width, doc-card__download style */
.card-wp__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  background: #1e1a1c;
  color: #f5f4f5;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  order: 10;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.18s ease;
}

.bde-div-299-1329:hover .card-wp__cta,
.bde-div-299-1338:hover .card-wp__cta,
.bde-div-299-1347:hover .card-wp__cta,
.bde-div-299-1356:hover .card-wp__cta {
  background: #2e2830;
}
