/* BD Pay Rails — money rails / trust fintech
   Deliberately unlike bd-app-guard (navy + lime, circle steps, cool gray-blue).
   Here: warm cream paper, forest green, gold rail accents, timeline + tables. */

a.skip-link,
body > a[href="#main"] {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1000;
  padding: 0.5rem 0.85rem;
  background: #1a3c34;
  color: #f7f3ea;
  border-radius: 0.2rem;
  font-weight: 600;
  text-decoration: none;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

a.skip-link:focus,
a.skip-link:focus-visible,
body > a[href="#main"]:focus,
body > a[href="#main"]:focus-visible {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 2px solid #c9a227;
  outline-offset: 2px;
}

:root {
  --pico-font-family: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
  --pico-font-family-monospace: "IBM Plex Mono", ui-monospace, monospace;
  --pico-primary: #1a3c34;
  --pico-primary-background: #1a3c34;
  --pico-primary-hover: #245a4e;
  --pico-primary-underline: rgba(26, 60, 52, 0.4);
  --pico-background-color: #f7f3ea;
  --pico-card-background-color: #fffcf5;
  --pico-border-radius: 0.2rem;
  --forest: #1a3c34;
  --forest-deep: #0f2822;
  --gold: #c9a227;
  --gold-soft: #f0e4b8;
  --paper: #f7f3ea;
  --ink: #1c1a14;
  --muted: #5c574c;
  --warn: #9a4d0f;
  --danger: #8b1e1e;
  --ok: #1f6b4a;
}

html {
  color-scheme: light;
}

body {
  color: var(--ink);
}

/* Full-width dark masthead — unlike app-guard's light header + green border */
.masthead {
  background: var(--forest-deep);
  color: #f5f0e4;
  border-bottom: 4px solid var(--gold);
  margin-bottom: 0;
}

.masthead a {
  color: #f5f0e4;
  text-decoration: none;
}

.masthead nav {
  --pico-color: #f5f0e4;
}

.masthead strong.wordmark {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--gold);
}

a.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

a.brand-lockup:hover {
  text-decoration: none;
  opacity: 0.95;
}

.site-tag {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.2rem;
  flex-shrink: 0;
  border: 1px solid rgba(201, 162, 39, 0.45);
}

/* Nav: gold left bar + warm lift */
.masthead nav ul:last-child li a {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 0.15rem;
  border-left: 2px solid transparent;
  color: #e8e0d0;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.masthead nav ul:last-child li a:hover {
  color: var(--gold);
  background: rgba(201, 162, 39, 0.12);
  border-left-color: var(--gold);
  transform: translateY(-1px);
}

.masthead nav ul:last-child li a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.masthead nav ul li a[aria-current="page"] {
  color: var(--gold);
  background: rgba(201, 162, 39, 0.16);
  border-left: 2px solid var(--gold);
  font-weight: 700;
}

/* Gold disclaimer ribbon under masthead */
.money-ribbon {
  background: var(--gold-soft);
  border-bottom: 1px solid #e0d09a;
  font-size: 0.85rem;
  color: var(--forest-deep);
  padding: 0.55rem 0;
}

.money-ribbon .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}

.money-ribbon .tag-18 {
  font-weight: 800;
  background: var(--forest);
  color: #fff;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  border-radius: 0.15rem;
}

/* Page intro: two-column on desktop (app-guard is single column stack) */
.page-intro {
  display: grid;
  gap: 1.5rem;
  margin: 1.75rem 0 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .page-intro {
    grid-template-columns: 1.35fr 1fr;
    gap: 2rem;
  }
}

.rail-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--forest);
  display: inline-block;
  padding: 0.25rem 0.55rem;
  margin-bottom: 0.75rem;
}

.page-intro h1 {
  font-family: "IBM Plex Serif", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--forest-deep);
  margin-bottom: 0.75rem;
}

.lede {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 40rem;
}

.snapshot {
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
  border-top: 1px dashed #cfc6b0;
  padding-top: 0.75rem;
  margin-top: 1rem;
}

/* Side card: amount / limits — table-like instrument panel
   All copy on forest bg must stay high-contrast (no muted gray). */
.instrument {
  background: var(--forest);
  color: #f7f3ea;
  padding: 1.15rem 1.25rem;
  border-radius: 0.15rem;
  border-top: 3px solid var(--gold);
  box-shadow: 4px 4px 0 rgba(26, 60, 52, 0.12);
}

.instrument h2,
.instrument h2#inst-title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(240, 216, 120, 0.55);
  font-weight: 700;
  line-height: 1.3;
  opacity: 1;
}

.instrument dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem 1rem;
  margin: 0;
  font-size: 0.92rem;
}

.instrument dt {
  color: #f0ebe0;
  margin: 0;
  font-weight: 500;
}

.instrument dd {
  margin: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-family: var(--pico-font-family-monospace);
  color: #ffffff;
}

.instrument .note {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: #efe8d8;
  line-height: 1.45;
  opacity: 1;
}

/* Horizontal rail timeline (≠ app-guard vertical numbered circles) */
.rail-map {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border: 1px solid #d9d0b8;
  background: #fffcf5;
  border-radius: 0.15rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .rail-map {
    grid-template-columns: repeat(4, 1fr);
  }
}

.rail-map > li {
  padding: 1.15rem 1.1rem 1.25rem;
  border-bottom: 1px solid #e8e0cc;
  position: relative;
}

@media (min-width: 768px) {
  .rail-map > li {
    border-bottom: none;
    border-right: 1px solid #e8e0cc;
  }

  .rail-map > li:last-child {
    border-right: none;
  }
}

.rail-map .stop {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.rail-map h3 {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: var(--forest);
}

.rail-map h3 a {
  text-decoration: none;
  color: inherit;
}

.rail-map h3 a:hover {
  color: var(--primary, var(--forest));
  text-decoration: underline;
  text-decoration-color: var(--gold);
}

.rail-map p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Content sections */
main.container section {
  margin-bottom: 2.25rem;
}

main.container h2 {
  font-family: "IBM Plex Serif", Georgia, serif;
  color: var(--forest-deep);
  border-bottom: 2px solid var(--gold-soft);
  padding-bottom: 0.35rem;
  margin-top: 2rem;
}

/* Vertical process as dashed rail (not circle counters) */
.process {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  border-left: 3px solid var(--gold);
  padding-left: 1.25rem;
}

.process > li {
  position: relative;
  padding: 0 0 1.35rem 0.25rem;
  margin: 0;
}

.process > li:last-child {
  padding-bottom: 0.25rem;
}

.process > li::before {
  content: "";
  position: absolute;
  left: calc(-1.25rem - 5px);
  top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--forest);
  border: 2px solid var(--gold);
  border-radius: 1px; /* square nodes — ≠ app-guard circles */
  transform: rotate(45deg);
}

.process strong.step-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.25rem;
}

/* Callouts — left gold bar, warm paper (app-guard uses green/soft green) */
.note-box {
  border: 1px solid #e0d09a;
  border-left: 5px solid var(--gold);
  background: #fff9e8;
  padding: 0.9rem 1.05rem;
  margin: 1.25rem 0;
  border-radius: 0 0.15rem 0.15rem 0;
}

.note-box.warn {
  border-left-color: var(--warn);
  background: #fff4e8;
  border-color: #efd0a8;
}

.note-box.danger {
  border-left-color: var(--danger);
  background: #fdf0f0;
  border-color: #e8c4c4;
}

.note-box strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--forest-deep);
}

/* Tables: ledger style */
.ledger-wrap {
  overflow-x: auto;
  margin: 1.25rem 0;
  border: 1px solid #d9d0b8;
  border-radius: 0.15rem;
  background: #fffcf5;
}

.ledger-wrap table {
  margin: 0;
}

.ledger-wrap th {
  background: var(--forest);
  color: #f5f0e4;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.ledger-wrap td {
  font-variant-numeric: tabular-nums;
  vertical-align: top;
}

.ledger-wrap tr:nth-child(even) td {
  background: #f3eee0;
}

/* Figures — never upscale small PNGs */
.shot {
  margin: 1.5rem auto;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #d9d0b8;
  background: #e8e4d8;
  border-radius: 0.15rem;
  overflow: hidden;
  box-shadow: 3px 3px 0 rgba(26, 60, 52, 0.08);
}

.shot img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.shot--panel {
  max-width: min(100%, 22rem);
}

.shot--wide {
  width: 100%;
}

.shot--wide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.shot figcaption {
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.55rem 0.85rem;
  background: #fffcf5;
  border-top: 1px solid #e8e0cc;
  text-align: left;
}

/* In-page TOC — vertical list; Pico nav reset; gold markers (≠ navy circles) */
nav.page-index {
  display: block;
  margin: 1.75rem 0 2rem;
  padding: 1rem 1.15rem 1.1rem;
  background: #fffcf5;
  border: 1px solid #d9d0b8;
  border-top: 3px solid var(--forest);
  max-width: 34rem;
}

nav.page-index h2 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

nav.page-index ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.page-index li {
  display: block;
  margin: 0;
  border-top: 1px dashed #e0d9c4;
}

nav.page-index li:first-child {
  border-top: none;
}

nav.page-index a {
  display: block;
  padding: 0.55rem 0.15rem;
  text-decoration: none;
  color: var(--forest);
  font-weight: 500;
}

nav.page-index a:hover {
  color: var(--warn);
  padding-left: 0.35rem;
}

nav.page-index a::before {
  content: "▸";
  color: var(--gold);
  margin-right: 0.5rem;
  font-size: 0.85em;
}

/* BN strip — cream/forest, not blue like app-guard */
.bn-strip {
  background: var(--forest);
  color: #f5f0e4;
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  border-radius: 0.15rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bn-strip a {
  color: var(--gold);
}

/* Checklist with square marks */
.check li {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.check {
  padding-left: 0;
}

.check li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.65rem;
  top: 0.35rem;
}

/* Related links as ticket stubs */
.tickets {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

@media (min-width: 640px) {
  .tickets {
    grid-template-columns: 1fr 1fr;
  }
}

.tickets a {
  display: block;
  padding: 0.75rem 0.9rem;
  background: #fffcf5;
  border: 1px dashed #c9a227;
  text-decoration: none;
  color: var(--forest);
  font-weight: 600;
  font-size: 0.92rem;
}

.tickets a:hover {
  background: var(--gold-soft);
  border-style: solid;
}

/* Footer: ledger band — light text on deep forest (avoid low-contrast gray) */
.site-end {
  margin-top: 3rem;
  background: var(--forest-deep);
  color: #f5f0e4;
  padding: 1.75rem 0 2.25rem;
  border-top: 4px solid var(--gold);
}

.site-end a {
  color: #f0d878;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.site-end a:hover {
  color: #fff8d6;
}

.site-end .rg {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  color: #f5f0e4;
  line-height: 1.5;
}

.site-end .meta {
  font-size: 0.85rem;
  color: #e8e4d8;
  opacity: 1;
}

.site-end p {
  color: inherit;
}

.tag-18 {
  font-weight: 800;
  background: var(--gold);
  color: var(--forest-deep);
  padding: 0.08rem 0.35rem;
  font-size: 0.75rem;
  border-radius: 0.1rem;
  margin-right: 0.35rem;
}

.meta-line {
  font-size: 0.9rem;
  color: var(--muted);
}

/* —— Responsive site nav (shared pattern; site-tinted) —— */
.site-header .header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  min-height: 3.25rem;
}

.site-header a.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.site-header .site-tag {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(201,162,39,0.45);
  border-radius: 0.35rem;
  background: rgba(255,255,255,0.08);
  color: #f5f0e4;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  width: auto;
  height: auto;
}

.nav-toggle:hover,
.nav-toggle:focus {
  background: rgba(201,162,39,0.15);
  border-color: #c9a227;
}

.nav-toggle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 1.1rem;
}

.nav-toggle-box span {
  display: block;
  height: 2px;
  width: 100%;
  background: #f5f0e4;
  border-radius: 1px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* Kill Pico nav stacking hacks */
nav.site-nav {
  display: block;
  justify-content: initial;
  align-items: initial;
  overflow: visible;
  border-top: 1px solid rgba(201,162,39,0.35);
  width: 100%;
  margin: 0;
  padding: 0;
}

nav.site-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1rem;
  list-style: none;
  margin: 0 !important;
  padding: 0.35rem 0 0.55rem !important;
  width: 100%;
  float: none;
}

nav.site-nav li {
  display: block !important;
  float: none !important;
  position: relative;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
  width: auto;
}

nav.site-nav li::before {
  content: none !important;
  display: none !important;
  float: none !important;
}

nav.site-nav li a {
  position: relative;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0.35rem 0.5rem !important;
  color: #e8e0d0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  float: none !important;
  width: auto;
  box-sizing: border-box;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

nav.site-nav li a:hover {
  color: #c9a227;
  background: rgba(201,162,39,0.12);
  text-decoration: none;
}

nav.site-nav li a[aria-current="page"] {
  font-weight: 700;
  color: #c9a227;
  background: rgba(201,162,39,0.16);
}

@media (max-width: 899px) {
  .nav-toggle {
    display: inline-flex;
  }

  nav.site-nav {
    display: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(201,162,39,0.35);
    background: #1a3c34;
  }

  nav.site-nav.is-open {
    display: block !important;
    padding: 1rem 0 1.15rem;
  }

  nav.site-nav.is-open.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  nav.site-nav.is-open ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: min(100% - 2rem, 22rem) !important;
    max-width: 22rem;
    margin: 0 auto !important;
    padding: 0.35rem 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent;
    list-style: none !important;
  }

  nav.site-nav.is-open li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    height: auto !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(245,240,228,0.12);
  }

  nav.site-nav.is-open li:last-child {
    border-bottom: none;
  }

  nav.site-nav.is-open li::before {
    content: none !important;
    display: none !important;
    float: none !important;
  }

  nav.site-nav.is-open li a {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 1rem 1.15rem !important;
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
    border-radius: 0 !important;
    white-space: normal !important;
    border: none !important;
    background: transparent !important;
    color: #f5f0e4 !important;
    float: none !important;
    height: auto !important;
    box-sizing: border-box;
  }

  nav.site-nav.is-open li a::after {
    display: none !important;
    content: none !important;
  }

  nav.site-nav.is-open li a:hover,
  nav.site-nav.is-open li a:focus-visible {
    background: rgba(201,162,39,0.15) !important;
    text-decoration: none;
  }

  nav.site-nav.is-open li a[aria-current="page"] {
    background: rgba(201,162,39,0.22) !important;
    font-weight: 700;
    color: #f5f0e4 !important;
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none !important;
  }

  nav.site-nav {
    display: block !important;
  }

  nav.site-nav li a {
    padding: 0.35rem 0.5rem !important;
    font-size: 0.86rem !important;
  }
}

@media (min-width: 1100px) {
  nav.site-nav li a {
    padding: 0.4rem 0.6rem !important;
    font-size: 0.9rem !important;
  }
}
/* header-bar site tweaks */

.site-header.masthead {
  margin-bottom: 0;
}
.site-header.masthead .header-bar {
  /* masthead already dark */
}

/* Desktop: brand left, menu right (same row). Mobile: hamburger + full-width panel */
.site-header .header-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  min-height: 3.25rem;
}

.site-header .header-bar > .brand-lockup,
.site-header .header-bar > .brand-line {
  flex: 0 1 auto;
  min-width: 0;
  order: 1;
}

.site-header .header-bar > .nav-toggle {
  order: 2;
  margin-left: auto;
}

.site-header .header-bar > nav.site-nav {
  order: 3;
}

/* Desktop single row: brand | flexible spacer nav right-aligned | (toggle hidden) */
@media (min-width: 900px) {
  .site-header .header-bar {
    flex-wrap: nowrap;
  }

  .site-header .header-bar > nav.site-nav {
    order: 2;
    flex: 1 1 auto;
    display: block !important;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header .header-bar > .nav-toggle {
    display: none !important;
    order: 3;
  }

  nav.site-nav ul {
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    gap: 0.15rem 0.25rem !important;
  }
}

@media (max-width: 899px) {
  .site-header .header-bar > nav.site-nav {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
  }

  /* full-bleed panel relative to header when open */
  nav.site-nav.is-open {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Partner CTA */
.partner-cta-box {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  background: #fffcf5;
  border: 1px solid #d9d0b8;
  border-left: 5px solid #c9a227;
}
.partner-cta-box p { margin: 0 0 0.75rem; }
.partner-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
a.partner-cta {
  display: inline-block;
  padding: 0.55rem 1rem;
  background: #1a3c34;
  color: #f5f0e4 !important;
  font-weight: 700;
  text-decoration: none !important;
}
a.partner-cta.outline {
  background: transparent;
  border: 2px solid #1a3c34;
  color: #1a3c34 !important;
}
.partner-cta-box .fine-print { margin: 0.65rem 0 0; font-size: 0.8rem; color: #5c574c; }

