:root {
  --tiers-cd-ink: #11130f;
  --tiers-cd-deep: #171b14;
  --tiers-cd-deep-2: #22281d;
  --tiers-cd-olive: #66704f;
  --tiers-cd-olive-dark: #4f593d;
  --tiers-cd-olive-soft: #e9ecdf;
  --tiers-cd-line: #d9ddcf;
  --tiers-cd-paper: #f5f4ef;
  --tiers-cd-white: #fffef9;
  --tiers-cd-muted: #62685b;
  --tiers-cd-danger: #8b2f28;
  --tiers-cd-success: #2f633f;
  --tiers-cd-shadow: 0 18px 50px rgba(17, 19, 15, 0.11);
  --tiers-cd-radius: 14px;
}

.tiers-cd-page .entry-header,
.tiers-cd-page .ast-single-post-order .entry-title {
  display: none;
}

/* Astra/page-builder normalization.
 * The Cyber Defense shortcode must own the full content canvas instead of
 * inheriting a narrow blog/content column or sidebar width. */
body.tiers-cd-page .site-content,
body.tiers-cd-page .site-content > .ast-container,
body.tiers-cd-page .site-content #primary,
body.tiers-cd-page .site-content .content-area,
body.tiers-cd-page .site-content #main,
body.tiers-cd-page .site-content .site-main,
body.tiers-cd-page .site-content article.page,
body.tiers-cd-page .site-content .ast-article-single,
body.tiers-cd-page .site-content .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.tiers-cd-page .site-content,
body.tiers-cd-page .site-content > .ast-container,
body.tiers-cd-page .site-content article.page,
body.tiers-cd-page .site-content .ast-article-single,
body.tiers-cd-page .site-content .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.tiers-cd-page .site-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.tiers-cd-page .site-content > .ast-container {
  display: block !important;
}

body.tiers-cd-page .site-content #secondary,
body.tiers-cd-page .site-content .widget-area {
  display: none !important;
}

/* Last-resort breakout for Astra layouts that constrain entry-content through
 * a parent rule outside the normal content-area selectors. */
body.tiers-cd-page .entry-content > .tiers-cd {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tiers-cd {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--tiers-cd-white);
  color: var(--tiers-cd-ink);
  font-family: inherit;
  line-height: 1.65;
}

.tiers-cd *,
.tiers-cd *::before,
.tiers-cd *::after {
  box-sizing: border-box;
}

.tiers-cd-shell {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.tiers-cd a {
  text-underline-offset: 0.18em;
}

.tiers-cd-subnav {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #10130e;
  color: #fff;
}

.tiers-cd-subnav .tiers-cd-shell {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 54px;
}

.tiers-cd-subnav a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 650;
}

.tiers-cd-subnav a:hover,
.tiers-cd-subnav a:focus-visible {
  color: #dce3c7;
}

.tiers-cd-subnav-home {
  flex: 0 0 auto;
  letter-spacing: .02em;
}

.tiers-cd-subnav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 15px 0;
}

.tiers-cd-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(52px, 6vw, 80px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(126, 141, 93, .28), transparent 34%),
    radial-gradient(circle at 15% 85%, rgba(95, 108, 70, .18), transparent 33%),
    linear-gradient(128deg, #12150f 0%, #1b2117 53%, #293020 100%);
}

.tiers-cd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}

.tiers-cd-eyebrow,
.tiers-cd-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tiers-cd-eyebrow { color: #cbd5ad; }
.tiers-cd-kicker { color: var(--tiers-cd-olive-dark); }

.tiers-cd-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .99;
  letter-spacing: -.035em;
}

.tiers-cd-lead {
  max-width: 820px;
  margin: 26px 0 0;
  color: #e7eadf;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.48;
}

.tiers-cd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.tiers-cd-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--tiers-cd-olive-dark);
  border-radius: 8px;
  background: var(--tiers-cd-olive-dark);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.tiers-cd-button:hover {
  background: #434c34;
  border-color: #434c34;
  transform: translateY(-1px);
}

.tiers-cd-button-secondary {
  background: transparent;
  border-color: rgba(255,255,255,.5);
}

.tiers-cd-button-secondary:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.76);
}

.tiers-cd-button:focus-visible,
.tiers-cd input:focus-visible,
.tiers-cd select:focus-visible,
.tiers-cd textarea:focus-visible,
.tiers-cd summary:focus-visible,
.tiers-cd a:focus-visible {
  outline: 3px solid #cbd5ad;
  outline-offset: 3px;
}

.tiers-cd-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: #d8ddcb;
  font-size: 13px;
  font-weight: 650;
}

.tiers-cd-trust-row span::before {
  content: "✓";
  margin-right: 7px;
  color: #becaa0;
}

.tiers-cd-incident-strip {
  background: #f0eadf;
  border-bottom: 1px solid #ddd2bf;
  color: #302c25;
}

.tiers-cd-incident-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
}

.tiers-cd-incident-inner a {
  flex: 0 0 auto;
  color: #302c25;
  font-weight: 800;
}

.tiers-cd-body {
  background: var(--tiers-cd-paper);
}

.tiers-cd-section {
  padding: clamp(52px, 6vw, 82px) 0;
  border-bottom: 1px solid #eceee7;
}

.tiers-cd-section:last-child { border-bottom: 0; }

.tiers-cd-section h2,
.tiers-cd-intake h2,
.tiers-cd-cta h2 {
  max-width: 850px;
  margin: 0 0 22px;
  color: var(--tiers-cd-ink);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.tiers-cd-section h3,
.tiers-cd-card h3,
.tiers-cd-outcomes h3 {
  margin: 0 0 10px;
  color: var(--tiers-cd-ink);
  font-size: 20px;
  line-height: 1.25;
}

.tiers-cd-section p,
.tiers-cd-card p,
.tiers-cd-outcomes p {
  color: #4d5349;
}

.tiers-cd-section-lead {
  max-width: 840px;
  margin: 0 0 38px;
  font-size: 19px;
  line-height: 1.7;
}

.tiers-cd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.tiers-cd-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--tiers-cd-line);
  border-radius: var(--tiers-cd-radius);
  background: var(--tiers-cd-paper);
}

.tiers-cd-card-linked {
  position: relative;
  min-height: 220px;
  background: var(--tiers-cd-white);
  box-shadow: 0 3px 14px rgba(17,19,15,.04);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.tiers-cd-card-linked:hover {
  transform: translateY(-3px);
  border-color: #bdc5aa;
  box-shadow: 0 14px 34px rgba(17,19,15,.08);
}

.tiers-cd-card h3 a {
  color: var(--tiers-cd-ink);
  text-decoration: none;
}

.tiers-cd-text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--tiers-cd-olive-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
}

.tiers-cd-section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.tiers-cd-note {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--tiers-cd-olive-dark);
  background: var(--tiers-cd-olive-soft);
  color: #34392f;
}

.tiers-cd-outcomes {
  padding: 30px;
  border-radius: var(--tiers-cd-radius);
  background: var(--tiers-cd-deep);
  color: #fff;
  box-shadow: var(--tiers-cd-shadow);
}

.tiers-cd-outcomes h3 { color: #fff; }

.tiers-cd-outcomes ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.tiers-cd-outcomes li {
  margin: 9px 0;
  color: #e4e8dc;
}

.tiers-cd-steps {
  counter-reset: tiers;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--tiers-cd-line);
}

.tiers-cd-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--tiers-cd-line);
}

.tiers-cd-step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--tiers-cd-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.tiers-cd-steps h3 { margin-bottom: 4px; }
.tiers-cd-steps p { margin: 0; }

.tiers-cd-standards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--tiers-cd-line);
  border-radius: var(--tiers-cd-radius);
  background: var(--tiers-cd-line);
}

.tiers-cd-standards > div {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  background: #fff;
}

.tiers-cd-standards strong {
  font-size: 19px;
  color: var(--tiers-cd-ink);
}

.tiers-cd-standards span {
  color: var(--tiers-cd-muted);
  font-size: 14px;
}

.tiers-cd-faq details {
  border-bottom: 1px solid var(--tiers-cd-line);
}

.tiers-cd-faq details:first-of-type {
  margin-top: 34px;
  border-top: 1px solid var(--tiers-cd-line);
}

.tiers-cd-faq summary {
  cursor: pointer;
  list-style-position: outside;
  padding: 21px 4px;
  color: var(--tiers-cd-ink);
  font-weight: 800;
  font-size: 18px;
}

.tiers-cd-faq details p {
  max-width: 850px;
  margin: 0 0 24px 4px;
}

.tiers-cd-intake {
  padding: clamp(56px, 7vw, 88px) 0;
  background: #eff1e9;
  border-top: 1px solid #dfe3d6;
  border-bottom: 1px solid #dfe3d6;
}

.tiers-cd-intake .tiers-cd-shell {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}

.tiers-cd-intake-head {
  position: sticky;
  top: 28px;
}

.tiers-cd-intake-head p:not(.tiers-cd-kicker) {
  color: #51584d;
  font-size: 17px;
}

.tiers-cd-intake-form {
  min-width: 0;
}

.tiers-cd-form-status {
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid #d2b8b2;
  border-radius: 10px;
  background: #f9ece9;
  color: #62231e;
}

.tiers-cd-form-success {
  border-color: #a9c3ae;
  background: #eaf3ec;
  color: #234e30;
}

.tiers-cd-form {
  position: relative;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid #d8ddce;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--tiers-cd-shadow);
  width: 100%;
}

.tiers-cd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.tiers-cd-field { margin-bottom: 18px; }
.tiers-cd-form-grid .tiers-cd-field { margin-bottom: 0; }
.tiers-cd-form-grid { margin-bottom: 18px; }

.tiers-cd-field label,
.tiers-cd-consent {
  color: #252a23;
  font-size: 14px;
  font-weight: 760;
}

.tiers-cd-field label {
  display: block;
  margin-bottom: 7px;
}

.tiers-cd input[type="text"],
.tiers-cd input[type="email"],
.tiers-cd input[type="tel"],
.tiers-cd select,
.tiers-cd textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #bec4b6;
  border-radius: 8px;
  background: #fff;
  color: #141713;
  font: inherit;
  font-size: 16px;
}

.tiers-cd textarea {
  min-height: 150px;
  resize: vertical;
}

.tiers-cd input:invalid:not(:placeholder-shown),
.tiers-cd textarea:invalid:not(:placeholder-shown) {
  box-shadow: none;
}

.tiers-cd-help,
.tiers-cd-privacy,
.tiers-cd-required-note {
  margin: 7px 0 0;
  color: #687062;
  font-size: 12.5px;
}

.tiers-cd-consent {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  gap: 11px;
  align-items: start;
  margin: 24px 0 12px;
  font-weight: 550;
  line-height: 1.5;
}

.tiers-cd-consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
}

.tiers-cd-submit {
  margin-top: 22px;
  border: 0;
}

.tiers-cd-submit:disabled {
  opacity: .7;
  cursor: progress;
  transform: none;
}

.tiers-cd-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.tiers-cd-cta {
  padding: clamp(56px, 7vw, 88px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(114, 129, 83, .25), transparent 44%),
    var(--tiers-cd-deep);
  color: #fff;
}

.tiers-cd-cta .tiers-cd-shell {
  max-width: 850px;
}

.tiers-cd-cta h2 { margin-inline: auto; color: #fff; }
.tiers-cd-cta p:not(.tiers-cd-eyebrow) { color: #dde2d5; font-size: 18px; }
.tiers-cd-cta .tiers-cd-button { margin-top: 15px; background: var(--tiers-cd-olive); border-color: var(--tiers-cd-olive); }

@media (max-width: 980px) {
  .tiers-cd-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tiers-cd-standards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tiers-cd-intake .tiers-cd-shell { grid-template-columns: 1fr; }
  .tiers-cd-intake-head { position: static; }
}

@media (max-width: 760px) {
  .tiers-cd-shell { width: min(100% - 30px, 1180px); }
  .tiers-cd-subnav .tiers-cd-shell { display: block; width: 100%; }
  .tiers-cd-subnav-home { display: block; padding: 14px 15px 0; }
  .tiers-cd-subnav-links { gap: 18px; padding: 11px 15px 15px; }
  .tiers-cd-hero { padding-top: 68px; }
  .tiers-cd-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .tiers-cd-lead { font-size: 18px; }
  .tiers-cd-actions { display: grid; }
  .tiers-cd-button { width: 100%; }
  .tiers-cd-incident-inner { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tiers-cd-grid,
  .tiers-cd-section-split,
  .tiers-cd-form-grid { grid-template-columns: 1fr; }
  .tiers-cd-card-linked { min-height: 0; }
  .tiers-cd-standards { grid-template-columns: 1fr; }
  .tiers-cd-standards > div { min-height: 0; }
  .tiers-cd-steps li { grid-template-columns: 48px minmax(0, 1fr); gap: 15px; }
  .tiers-cd-form { padding: 24px 18px; border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .tiers-cd *,
  .tiers-cd *::before,
  .tiers-cd *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 782px) {
  body.tiers-cd-page .entry-content > .tiers-cd {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* TIERS CD 2026-08-26 Astra production compatibility.
 * This block intentionally uses stronger specificity/important flags because
 * Astra Pro and Site Builder can emit page-level rules after ordinary plugin CSS. */
body.tiers-cd-page .ast-title-bar-wrap,
body.tiers-cd-page .ast-advanced-headers-wrap,
body.tiers-cd-page .ast-advanced-headers-layout,
body.tiers-cd-page header.entry-header,
body.tiers-cd-page .entry-header,
body.tiers-cd-page .ast-single-post-order,
body.tiers-cd-page .ast-page-title-bar,
body.tiers-cd-page .page-header {
  display: none !important;
}

body.tiers-cd-page .site-content,
body.tiers-cd-page .site-content .ast-container,
body.tiers-cd-page .site-content #primary,
body.tiers-cd-page .site-content .content-area,
body.tiers-cd-page .site-content #main,
body.tiers-cd-page .site-content .site-main,
body.tiers-cd-page .site-content article,
body.tiers-cd-page .site-content .ast-article-single,
body.tiers-cd-page .site-content .entry-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  overflow: visible !important;
}

body.tiers-cd-page .site-content .ast-container {
  display: block !important;
}

body.tiers-cd-page .site-content #secondary,
body.tiers-cd-page .site-content .widget-area {
  display: none !important;
}

body.tiers-cd-page .tiers-cd {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow-x: clip !important;
}

body.tiers-cd-page .tiers-cd-shell {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Lock contrast inside dark TIERS bands against theme heading/link colors. */
body.tiers-cd-page .tiers-cd .tiers-cd-subnav a {
  color: #f1f4ea !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-subnav a:hover,
body.tiers-cd-page .tiers-cd .tiers-cd-subnav a:focus-visible {
  color: #ffffff !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-hero h1,
body.tiers-cd-page .tiers-cd .tiers-cd-hero h2,
body.tiers-cd-page .tiers-cd .tiers-cd-hero h3 {
  color: #ffffff !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-hero .tiers-cd-eyebrow {
  color: #d8e1bd !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-hero .tiers-cd-lead,
body.tiers-cd-page .tiers-cd .tiers-cd-hero p {
  color: #edf0e7 !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h1,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h2,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h3,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes strong {
  color: #ffffff !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes p,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes li {
  color: #eef1e8 !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-cta h1,
body.tiers-cd-page .tiers-cd .tiers-cd-cta h2,
body.tiers-cd-page .tiers-cd .tiers-cd-cta h3 {
  color: #ffffff !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-cta p {
  color: #e5e9df !important;
}
body.tiers-cd-page .tiers-cd .tiers-cd-button,
body.tiers-cd-page .tiers-cd .tiers-cd-button:visited {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  body.tiers-cd-page .tiers-cd-shell {
    width: min(100% - 30px, 1180px) !important;
  }
}


/* TIERS CD readability + Astra banner hardening (2.3.0). */
body.tiers-cd-page .ast-hero-header-wrap,
body.tiers-cd-page .ast-single-entry-banner,
body.tiers-cd-page .ast-single-entry-banner[data-banner-layout],
body.tiers-cd-page .ast-inside-advanced-header-content,
body.tiers-cd-page .ast-advanced-headers-wrap {
  display: none !important;
}

body.tiers-cd-page .tiers-cd {
  font-size: 17px;
  line-height: 1.68;
}

body.tiers-cd-page .tiers-cd .tiers-cd-subnav a {
  font-size: 15px;
  font-weight: 700;
}

body.tiers-cd-page .tiers-cd .tiers-cd-trust-row {
  font-size: 14px;
}

body.tiers-cd-page .tiers-cd .tiers-cd-incident-inner {
  font-size: 15.5px;
  line-height: 1.55;
}

body.tiers-cd-page .tiers-cd .tiers-cd-section {
  padding-top: clamp(56px, 6vw, 82px);
  padding-bottom: clamp(56px, 6vw, 82px);
}

body.tiers-cd-page .tiers-cd .tiers-cd-section p,
body.tiers-cd-page .tiers-cd .tiers-cd-steps p,
body.tiers-cd-page .tiers-cd .tiers-cd-faq details p {
  color: #343a32 !important;
  font-size: 17px;
  line-height: 1.68;
}

body.tiers-cd-page .tiers-cd .tiers-cd-section-lead {
  color: #30362e !important;
  font-size: 19px !important;
  line-height: 1.65;
}

body.tiers-cd-page .tiers-cd .tiers-cd-card h3,
body.tiers-cd-page .tiers-cd .tiers-cd-section h3,
body.tiers-cd-page .tiers-cd .tiers-cd-steps h3 {
  color: #11130f !important;
  font-size: 21px;
  line-height: 1.25;
}

body.tiers-cd-page .tiers-cd .tiers-cd-card p {
  color: #394037 !important;
  font-size: 16px;
  line-height: 1.62;
}

body.tiers-cd-page .tiers-cd .tiers-cd-card {
  border-color: #cdd3c4;
}

body.tiers-cd-page .tiers-cd .tiers-cd-standards strong {
  font-size: 20px;
}

body.tiers-cd-page .tiers-cd .tiers-cd-standards span {
  color: #41483d !important;
  font-size: 15px;
  line-height: 1.55;
}

body.tiers-cd-page .tiers-cd .tiers-cd-faq summary {
  font-size: 19px;
}

body.tiers-cd-page .tiers-cd .tiers-cd-field label,
body.tiers-cd-page .tiers-cd .tiers-cd-consent {
  color: #20251f !important;
  font-size: 15px;
}

body.tiers-cd-page .tiers-cd .tiers-cd-help,
body.tiers-cd-page .tiers-cd .tiers-cd-privacy,
body.tiers-cd-page .tiers-cd .tiers-cd-required-note {
  color: #4b5347 !important;
  font-size: 13.5px;
  line-height: 1.55;
}

body.tiers-cd-page .tiers-cd .tiers-cd-intake-head p:not(.tiers-cd-kicker) {
  color: #3f463c !important;
  font-size: 17px;
}

/* Keep dark outcome panels readable after the light-section type rules above. */
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h1,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h2,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes h3,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes strong {
  color: #ffffff !important;
}

body.tiers-cd-page .tiers-cd .tiers-cd-outcomes p,
body.tiers-cd-page .tiers-cd .tiers-cd-outcomes li {
  color: #eef1e8 !important;
}

@media (max-width: 760px) {
  body.tiers-cd-page .tiers-cd { font-size: 16.5px; }
  body.tiers-cd-page .tiers-cd .tiers-cd-subnav a { font-size: 14px; }
  body.tiers-cd-page .tiers-cd .tiers-cd-section p,
  body.tiers-cd-page .tiers-cd .tiers-cd-steps p,
  body.tiers-cd-page .tiers-cd .tiers-cd-faq details p { font-size: 16.5px; }
}
